﻿/* Default */

html {
    height:100%;
}
body {
    width:100%;
    height:100%;
    color:#202020;
    font-size:12px;
    line-height:16px;
    font-family:'PT Sans', sans-serif;
    padding:0;
    margin:0;
    background:#ffffff;
}
p {
    text-indent:0;
    padding:0;
    margin:0 0 16px;
}
table {
    margin:0 0 16px;
    border-collapse:collapse;
}
table td {
    padding:0;
}
:focus {
    outline:none;
}
img {
    padding:0;
    margin:0;
    border:0;
}
a {
    color:#6a5acd;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
form {
    margin:0;
}
ul {
    margin:0 0 10px 16px;
    padding:0;
}
ul li {
    padding:0;
    list-style:none;
}
ol {
    margin:0 0 10px 18px;
    padding:0;
}
* +html ol {
    padding:0 0 0 5px;
}
ol li {
    padding:0 0 0 16px;
}
input, select, textarea {
    color:#000000;
    font-size:12px;
    font-family:'PT Sans', sans-serif;
    padding:0;
    margin:0;
    background:none;
    border:0;
}
textarea {
    overflow:auto;
}
button {
    font-family:'PT Sans', sans-serif;
    margin:0;
    border:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
button::-moz-focus-inner {
    padding:0;
    border:0;
}
::-webkit-input-placeholder {
    color:#888888;
}
:-moz-placeholder {
    color:#888888;
}
::-moz-placeholder {
    color:#888888;
}
:-ms-input-placeholder {
    color:#888888;
}
.wrapper {
    position:relative;
    min-width:1000px;
    min-height:100%;
    margin:0 auto;
}

/* Header */

.panel {
    position:relative;
    z-index:1000;
    color:#ffffff;
    font-size:14px;
    line-height:17px;
    background:#505050;
}
.panel a {
    position:relative;
    color:#ffffff;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:2px;
    width:100%;
    border-bottom:1px dotted #969696;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel a:hover {
    color:#b6abfd;
}
.panel a:hover:after {
    border-bottom:1px dotted #797495;
}
.panel > div {
    position:relative;
    width:940px;
    height:40px;
    margin:0 auto;
}
.panel .nav {
    float:left;
    margin:12px 0 11px;
}
.panel .nav li {
    float:left;
    margin:0 0 0 19px;
}
.panel .nav li:first-child {
    margin-left:0;
}
.panel .nav li.active a:after {
    border-bottom:1px solid #969696;
}
.panel .nav li.active a:hover:after {
    border-bottom:1px solid #797495;
}
.panel .user {
    float:right;
    padding:1px 0 0 22px;
    margin:11px 0 11px 29px;
    background:url('../img/locked_icon.png') no-repeat left top;
}
.panel .user li {
    float:left;
}
.panel .user li:before {
    content:'|';
    padding:0 4px;
}
.panel .user li:first-child:before {
    display:none;
}
.panel .user li.active a {
    color:#b6abfd;
}
.panel .user li.active a:after {
    border-bottom:1px dotted #797495;
}
.panel .favorite {
    float:right;
    margin:12px 0 11px 55px;
}
.panel .favorite a {
    position:relative;
}
.panel .favorite a:before {
    content:'';
    position:absolute;
    left:-26px;
    top:-1px;
    width:26px;
    height:18px;
    background:url('../img/favorite_icon.png') no-repeat left top;
}
.panel .favorite a:hover:before {
    background-position:0 -18px;
}
.panel .favorite a:after {
    border-bottom:1px solid #969696;
}
.panel .favorite a:hover:after {
    border-bottom:1px solid transparent;
}
.panel .city {
    position:absolute;
    left:50%;
    top:0;
    width:220px;
    height:52px;
    text-align:center;
    padding:12px 0 0;
    margin-left:-110px;
    background:#6a5acd;
}
.panel .city:after {
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:100%;
    height:4px;
    background:url('../img/city_after.png') repeat-x top;
}
.panel .city p {
    display:inline-block;
    font-size:15px;
    line-height:18px;
    padding:0 13px 0 0;
    margin:0 0 8px;
}
.panel .city p a {
    position:relative;
}
.panel .city p a:before {
    content:'';
    position:absolute;
    right:-13px;
    top:0;
    width:13px;
    height:17px;
    background:url('../img/city_arrow.png') no-repeat 4px 7px;
}
.panel .city p a:after {
    border-bottom:1px dotted #a69ce1;
}
.panel .city p a:hover {
    color:#ffffff;
}
.panel .city > div {
    display:none;
    position:absolute;
    left:-60px;
    top:84px;
    z-index:1000;
    width:300px;
    color:#202020;
    text-align:center;
    padding:26px 20px 10px;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.panel .city > div .close {
    position:absolute;
    right:6px;
    top:6px;
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
    background:url('../img/drop_close.png') no-repeat 4px 4px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .city > div .close:hover {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.panel .city > div:before {
    content:'';
    position:absolute;
    left:50%;
    top:-10px;
    width:19px;
    height:10px;
    margin-left:-10px;
    background:url('../img/panel_drop_arrow.png') no-repeat left top;
}
.panel .city > div h3 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 8px;
}
.panel .city > div p {
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    padding:0;
    margin:0 0 8px;
}
.panel .city > div button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:8px -3px 20px 20px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.panel .city > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .city > div button span {
    position:relative;
    z-index:1;
}
.panel .city > div button:hover span {
    color:#202020;
}
.panel .city > div button.active {
    color:#6a5acd;
    cursor:pointer;
    padding:7px 18px 5px;
    border:2px solid #6a5acd;
}
.panel .city > div button:hover:before {
    opacity:1;
    display:block\0;
}
.panel .city > div h5 {
    display:inline-block;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    vertical-align:top;
    padding:9px 0 7px;
    margin:8px 15px 20px 18px;
}
.panel .city > div h5 a {
    position:relative;
    color:#6a5acd;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .city > div h5 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:2px;
    width:100%;
    border-bottom:1px dotted #c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .city > div h5 a:hover {
    color:#9b1c61;
}
.panel .city > div h5 a:hover:after {
    border-bottom:1px dotted #d09db9;
}
/*.panel .city p a:hover:after {
	border-bottom:1px dotted transparent;
}*/
.panel .city h6 {
    display:block;
    color:#b6abfd;
    font-size:15px;
    line-height:18px;
    text-align:center;
    padding:0;
    margin:0;
}
.panel .city h6 span {
    position:relative;
    padding:0 0 0 21px;
}
.panel .city h6 span:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:13px;
    height:20px;
    background:url('../img/phone_icon.png') no-repeat left top;
}
.panel .city h6 span a {
    color:#b6abfd;
    text-decoration:none;
}
.panel .city h6 span a:after {
    display:none;
}
.panel .language {
    position:absolute;
    left:314px;
    top:12px;
    margin:0;
}
.panel .language > li {
    position:relative;
    padding:0 12px 0 0;
}
.panel .language > li > a {
    position:relative;
}
.panel .language > li > a:before {
    content:'';
    position:absolute;
    right:-13px;
    top:0;
    width:13px;
    height:17px;
    background:url('../img/city_arrow.png') no-repeat 4px 6px;
}
.panel .language > li > a:hover:before {
    background-position:4px -11px;
}
.panel .language > li.active > a {
    color:#b6abfd;
}
.panel .language > li.active > a:after {
    border-bottom:1px dotted #797495;
}
.panel .language > li.active > a:before {
    background-position:4px -11px;
}
.panel .language > li > ul {
    display:none;
    position:absolute;
    left:-20px;
    top:28px;
    z-index:100;
    margin:0;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
    border:1px solid #cccccc\0;
    border-top-width:0\0;
}
.panel .language > li > ul:before {
    content:'';
    position:absolute;
    left:11px;
    top:-10px;
    width:19px;
    height:10px;
    background:url('../img/panel_drop_arrow.png') no-repeat left top;
}
.panel .language > li > ul > li {
    position:relative;
    color:#6a5acd;
    font-size:15px;
    line-height:20px;
    cursor:pointer;
    padding:9px 20px 5px;
}
.panel .language > li > ul > li:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:1px;
    background:#dbdbdb;
}
.panel .language > li > ul > li.active:before {
    background:#dbdbdb !important;
}
.panel .language > li > ul > li:first-child:before {
    display:none;
}
.panel .language > li > ul > li:hover {
    z-index:1;
    color:#ffffff;
    background:#b6abfd;
}
.panel .language > li > ul > li:hover:before {
    background:#a29ad4;
}
.panel .language > li > ul > li.active {
    color:#888888;
    cursor:default;
    background:none;
}
.header {
    position:relative;
    width:940px;
    height:144px;
    margin:0 auto;
}
.header .logo {
    position:absolute;
    left:0;
    top:48px;
}
.header .search {
    position:absolute;
    right:240px;
    top:52px;
    width:440px;
}
.header .search > div {
    position:relative;
    height:34px;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
}
.header .search > div p {
    margin:0 34px 0 0;
}
.header .search > div p input {
    width:385px;
    color:#888888;
    font-size:15px;
    padding:8px 0 7px 19px;
}
.header .search > div button {
    position:absolute;
    right:0;
    top:0;
    width:34px;
    height:34px;
    cursor:pointer;
    background:url('../img/search_icon.png') no-repeat 9px 9px;
}
.header .search > div button:after {
    content:'';
    position:absolute;
    left:9px;
    top:9px;
    width:16px;
    height:16px;
    background:url('../img/search_icon.png') no-repeat left -34px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.header .search > div button:hover:after {
    opacity:1;
    display:block\0;
}
.header .search h6 {
    color:#888888;
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    font-style:italic;
    padding:0;
    margin:3px 20px 0;
}
.header .search h6 span {
    position:relative;
    color:#6a5acd;
    cursor:pointer;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.header .search h6 span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:1px;
    width:100%;
    border-bottom:1px dotted #6a5acd;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.header .search h6 span:hover {
    color:#9b1c61;
}
.header .search h6 span:hover:after {
    border-bottom:1px dotted #d09db9;
}
.header .add {
    position:absolute;
    right:0;
    top:52px;
    width:220px;
}
.header .add button {
    overflow:hidden;
    position:relative;
    width:220px;
    font-size:15px;
    line-height:18px;
    text-align:center;
    cursor:pointer;
    padding:8px 0 6px 42px;
    margin:0 0 5px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    box-shadow:0 1px 2px rgba(0,0,0,0.4);
    background: #ea1f81;
    background: linear-gradient(180deg, #ea1f81 0%, #b51563 100%);
    height: 36px;
    color: #fff;
}
.header .add button:hover {
    background: linear-gradient(0deg, #ea1f81 0%, #b51563 100%);
    text-shadow: 0 1px 0 #9b1c61;
}
.header .add button span {
    position:relative;
    z-index:1;
    color: #fff;
    text-shadow: 0 -1px 0 #9b1c61;
}
.header .add button:hover span {
    text-shadow: 0 1px 0 #9b1c61;
}
.header .add button:before {
    content:'+';
    position:absolute;
    top:0;
    z-index:1;
    height:100%;
    border-right: 1px solid #b51563;
    color: #eb65a1;
    padding: 12px 0 0 0;
    font-size: 30px;
    left: 2px;
    width: 42px;
    text-shadow: 0 -1px 0 #9b1c61;
}
.header .add button:hover:before {
    text-shadow: 0 1px 0 #9b1c61;
}
.header .add button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e0609d;
    left: 45px;
}
.header .add p {
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    margin:0;
}
.header .add p a {
    position:relative;
    color:#6a5acd;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.header .add p a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.header .add p a:hover {
    color:#9b1c61;
}
.header .add p a:hover:after {
    border-bottom:1px solid #d09db9;
}

/* Catalog */

.catalog .menu {
    position:relative;
    clear:both;
    overflow:hidden;
    height:103px;
    width:940px;
    margin:0 auto -1px;
}
.catalog .menu li {
    position:relative;
    float:left;
    width:189px;
    margin:0 -1px 0 0;
}
.catalog .menu li:first-child {
    width:188px;
}
.catalog .menu li.active {
    z-index:1;
}
.catalog .menu li a {
    position:relative;
    display:block;
    height:79px;
    text-decoration:none;
    padding:12px 18px 0;
    margin:10px 0 0;
    border:1px solid #dbdbdb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .menu li a:before {
    content:'';
    position:absolute;
    left:2px;
    top:2px;
    width:183px;
    height:6px;
    background:#9b1c61;
    border-radius:3px 3px 0 0;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .menu.short {
    height:63px;
}
.catalog .menu.short li {
    width:auto;
}
.catalog .menu.short li a {
    height:49px;
    padding:12px 18px 0;
}
.catalog .menu.short li.active a {
    padding:22px 18px 0;
}
.catalog .menu.short li a:before {
    width:97% !important;
    width:-moz-calc(100% - 4px) !important;
    width:-webkit-calc(100% - 4px) !important;
    width:-o-calc(100% - 4px) !important;
    width:calc(100% - 4px) !important;
}
.catalog .menu li:first-child a:before {
    width:182px;
}
.catalog .menu li.active a:before {
    opacity:1;
    display:block\0;
}
.catalog .menu li:first-child a {
    border-radius:4px 0 0 0;
}
.catalog .menu li:last-child a {
    border-radius:0 4px 0 0;
}
.catalog .menu li.active a {
    height:79px;
    padding-top:22px;
    margin:0;
    background:#f3f3f3;
    border:1px solid #bbbbbb;
    border-bottom:1px solid #f3f3f3;
    border-radius:4px 4px 0 0;
}
.catalog .menu li a:hover {
    background:#f3f3f3;
}
.catalog .menu li a h5 {
    position:relative;
    overflow:hidden;
    height:21px;
    color:#6a5acd;
    font-size:18px;
    line-height:21px;
    font-weight:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:0;
    margin:0 0 10px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .menu li a h5 span {
    position:relative;
}
.catalog .menu li a h5 span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #c3bdeb;
    opacity:1;
    display:block\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .menu li.active a h5 {
    color:#9b1c61;
    font-weight:bold;
}
.catalog .menu li a:hover h5 {
    color:#9b1c61;
}
.catalog .menu li a:hover h5 span:after {
    border-bottom:1px solid #d09db9;
}
.catalog .menu li.active a h5 span:after {
    opacity:0;
    display:none\0;
}
.catalog .menu li a p {
    overflow:hidden;
    max-height:36px;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    margin:0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .menu li a:hover p, .catalog .menu li.active a p {
    color:#202020;
}
.catalog > div {
    position:relative;
    background:#f3f3f3;
    border-top:1px solid #bbbbbb;
}
.catalog > div > div {
    clear:both;
    overflow:hidden;
    width:940px;
    padding:28px 30px 10px;
    margin:0 auto;
}
.catalog > div > div.h1 {
    padding: 28px 0 0;
}
.catalog > div > div > h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    padding: 0 0 0 19px;
    margin: -1px 0 8px;
}
.catalog > div > .events > h1 {
    padding: 0;
}
.catalog .introduction {
    padding-bottom:0;
    margin-bottom:-28px;
}
.catalog .introduction h1 {
    font-size:28px;
    line-height:36px;
    font-weight:normal;
    padding:0;
    margin:-1px 0 8px;
}
.catalog .introduction h1 span {
    display:inline-block;
    vertical-align:top;
    white-space:nowrap;
    margin:9px 0 -10px 11px;
}
.catalog .introduction h1 span em {
    display:inline-block;
    vertical-align:top;
    width:16px;
    height:17px;
    margin:0 0 0 3px;
    background:url('../img/star_icon.png') no-repeat left -17px;
}
.catalog .introduction h1 span em:first-child {
    margin-left:0;
}
.catalog .introduction h5 {
    position:relative;
    float:right;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:8px 0 -30px;
}
.catalog .introduction h5 em {
    display:inline-block;
    vertical-align:top;
    width:42px;
    height:16px;
    cursor:pointer;
    margin:1px 20px 0 0;
    background:url('../img/taxi_icon.png') no-repeat left top;
}
.catalog .introduction h5 em:hover {
    background-position:0 -16px;
}
.catalog .introduction h5 span {
    position:relative;
    white-space:nowrap;
    padding:0 0 0 19px;
}
.catalog .introduction h5 span:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:12px;
    height:16px;
    background:url('../img/pin_icon.png') no-repeat left top;
}
.catalog .introduction h5 a {
    position:relative;
    color:#888888;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .introduction h5 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .introduction h5 a:hover {
    color:#9b1c61;
    text-decoration:none;
}
.catalog .introduction h5 a:hover:after {
    border-bottom:1px dotted #e19ebc;
}
.catalog .introduction .breadcrumbs {
    clear:both;
    overflow:hidden;
    margin:0 0 20px;
}
.catalog .introduction .breadcrumbs li {
    float:left;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-style:italic;
    padding:6px 0 8px;
}
.catalog .introduction .breadcrumbs li:before {
    content:'';
    float:left;
    width:24px;
    height:22px;
    background:url('../img/breadcrumbs_li.png') no-repeat center center;
}
.catalog .introduction .breadcrumbs li:first-child:before {
    display:none;
}
.catalog .introduction .breadcrumbs li a {
    position:relative;
    color:#888888;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .introduction .breadcrumbs li a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:1px;
    width:100%;
    border-bottom:1px solid #c8c8c8;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .introduction .breadcrumbs li a:hover {
    color:#9b1c61;
    text-decoration:none;
}
.catalog .introduction .breadcrumbs li a:hover:after {
    border-bottom:1px solid #e19ebc;
}
.catalog .introduction .breadcrumbs li.home {
    padding:5px 18px 7px 17px;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.catalog .introduction .breadcrumbs li.home a:after {
    border-bottom:1px dotted #c8c8c8;
}
.catalog .introduction .breadcrumbs li.home a:hover:after {
    border-bottom:1px dotted #e19ebc;
}
.catalog .lb {
    float:left;
    width:220px;
}
.lb .nav {
    margin:0 0 14px;
}
.lb .nav.afisha {
    min-height:449px;
}
.lb .nav ul {
    padding:17px 0 15px;
    margin:0;
    border-top:1px solid #dbdbdb;
}
.lb .nav ul:first-child {
    padding-top:5px;
    border-top-width:0;
}
.lb .nav ul li {
    position:relative;
    padding:0 0 0 19px;
    margin:8px 0 0;
}
.lb .nav ul li.icon1 {
    padding:0 0 0 45px;
    background:url('../img/nav_icon1.png') no-repeat 20px 3px;
}
.lb .nav ul li.icon2 {
    padding:0 0 0 45px;
    background:url('../img/nav_icon2.png') no-repeat 22px 2px;
}
.lb .nav ul li:first-child {
    margin-top:0;
}
.lb .nav ul li a {
    position:relative;
    color:#6a5acd;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.lb .nav ul li a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.lb .significant {
    margin:88px 0 25px;
}
.lb .significant h2 {
    position:relative;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    padding:23px 20px 15px;
    margin:0 0 39px;
    border:2px solid #c788ac;
    border-bottom-width:0;
}
.lb .significant h2:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:220px;
    height:22px;
    background:url('../img/significant_h2_after.png') no-repeat left top;
}
.lb .significant h2 strong {
    position:absolute;
    left:-1px;
    top:-38px;
    display:block;
    width:100%;
    font-size:72px;
    line-height:72px;
}
.lb .significant h2 strong em {
    display:inline-block;
    font-style:normal;
    padding:0 6px;
    background:#f3f3f3;
}
.lb .significant h2 span {
    position:relative;
    display:block;
    font-size:28px;
    line-height:32px;
    margin:0 0 4px;
}
.lb .significant ul {
    margin:0 0 22px;
}
.lb .significant ul li {
    position:relative;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0 0 0 18px;
    margin:9px 0 0;
}
.lb .significant ul li:first-child {
    margin-top:0;
}
.lb .significant ul li a {
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
}
.lb .significant ul li a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.lb .significant ul li span {
    position:absolute;
    left:0;
    top:2px;
    display:block;
    font-size:18px;
}
.lb .banner {
    position:relative;
    margin:0 0 30px;
}
.lb .banner a {
    display:block;
    text-decoration:none;
}
.lb .banner img {
    margin:0 0 -6px;
}
.lb .banner h5 {
    position:absolute;
    left:-10px;
    bottom:50px;
    width:120px;
    color:#ffffff;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    padding:8px 10px 6px;
    margin:0;
    background:#9b1c61;
}
.lb .banner h5:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    border-top:10px solid #691345;
    border-left:10px solid transparent;
}
.catalog .rb {
    float:right;
    width:700px;
}
.rb .temp {
    display:none;
}
.rb .list {
    margin:0 0 30px;
}
.rb .list.realty {
    margin:0 0 51px;
}
.rb .list > h2 {
    color:#202020;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 15px;
}
.rb .list > .nav, .rb .spec > .nav, .rb .afisha > .nav {
    height:39px;
    margin:0 0 14px;
}
.rb .list > .nav h3, .rb .spec > .nav h3, .rb .afisha > .nav h3 {
    float:left;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 20px 0 0;
}
.rb .list > .nav ul, .rb .spec > .nav ul, .rb .afisha > .nav ul {
    float:left;
    margin:0;
}
.rb .list > .nav ul li, .rb .spec > .nav ul li, .rb .afisha > .nav ul li {
    float:left;
    font-size:15px;
    line-height:20px;
}
.rb .list > .nav ul li a, .rb .spec > .nav ul li a, .rb .afisha > .nav ul li a {
    position:relative;
    display:block;
    color:#888888;
    padding:8px 19px 5px 18px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition:background, color, padding-left 0.25s ease-in-out;
    -webkit-transition:background, color, padding-left 0.25s ease-in-out;
    -moz-transition:background, color, padding-left 0.25s ease-in-out;
    -o-transition:background, color, padding-left 0.25s ease-in-out;
}
.rb .list > .nav ul li a span, .rb .spec > .nav ul li a span, .rb .afisha > .nav ul li a span {
    position:relative;
}
.rb .list > .nav ul li a span:after, .rb .spec > .nav ul li a span:after, .rb .afisha > .nav ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    opacity:1;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .list > .nav ul li a em, .rb .spec > .nav ul li a em, .rb .afisha > .nav ul li a em {
    content:'';
    position:absolute;
    left:50%;
    bottom:-7px;
    width:11px;
    height:9px;
    z-index:100;
    margin-left:-6px;
    background:url('../img/list_a_arrow.png') no-repeat left top;
    opacity:0;
    display:none\0;
}
.rb .list > .nav ul li a:hover, .rb .spec > .nav ul li a:hover, .rb .afisha > .nav ul li a:hover {
    color:#6a5acd;
    text-decoration:none;
}
.rb .list > .nav ul li a:hover span:after, .rb .spec > .nav ul li a:hover span:after, .rb .afisha > .nav ul li a:hover span:after {
    border-bottom:1px dotted #bcb6e4;
}
.rb .list > .nav ul li.active a, .rb .spec > .nav ul li.active a, .rb .afisha > .nav ul li.active a {
    color:#ffffff;
    text-decoration:none;
    background:#a0a0a0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
}
.rb .list > .nav ul li.active a em, .rb .spec > .nav ul li.active a em, .rb .afisha > .nav ul li.active a em {
    opacity:1;
    display:block\0;
}
.rb .list > .nav ul li.active a span:after, .rb .spec > .nav ul li.active a span:after, .rb .afisha > .nav ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.rb .list > .nav ul li.newest a, .rb .spec > .nav ul li.newest a {
    color:#9b1c61;
    padding-left:20px;
}
.rb .list > .nav ul li.newest a span:after, .rb .spec > .nav ul li.newest a span:after {
    border-bottom:1px dotted #d09dbb;
}
.rb .list > .nav ul li.newest a span:before, .rb .spec > .nav ul li.newest a span:before {
    content:'';
    position:absolute;
    left:-19px;
    top:1px;
    width:14px;
    height:13px;
    background:url('../img/list_newest_check.png') no-repeat left top;
}
.rb .list > .nav ul li.newest a:hover, .rb .spec > .nav ul li.newest a:hover {
    color:#6a5acd;
    text-decoration:none;
}
.rb .list > .nav ul li.newest a:hover span:after, .rb .spec > .nav ul li.newest a:hover span:after {
    border-bottom:1px dotted #bcb6e4;
}
.rb .list > .nav ul li.newest a:hover span:before, .rb .spec > .nav ul li.newest a:hover span:before {
    background-position:0 -26px;
}
.rb .list > .nav ul li.newest.active a span:before, .rb .spec > .nav ul li.newest.active a span:before {
    background-position:0 -13px;
}
.rb .list > .nav ul li.newest.active a, .rb .spec > .nav ul li.newest.active a {
    color:#ffffff;
    padding-left:34px !important;
}
.rb .list > .sort, .rb .spec > .sort, .rb .afisha > .sort {
    position:relative;
    z-index:10;
    height:36px;
    padding:10px 0 10px;
    margin:0 0 20px;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
}
.rb .list > .sort ul, .rb .list > .sort p, .rb .spec > .sort ul, .rb .spec > .sort p, .rb .afisha > .sort p {
    float:right;
}
.rb .list > .sort ul:first-child, .rb .spec > .sort ul:first-child, .rb .afisha > .sort ul:first-child {
    float:left;
}
.rb .list > .sort .view, .rb .spec > .sort .view, .rb .afisha > .sort .view {
    margin:0;
}
.rb .list > .sort .view li, .rb .spec > .sort .view li, .rb .afisha > .sort li {
    float:left;
    margin:0 0 0 6px;
}
.rb .list > .sort .view li:first-child, .rb .spec > .sort .view li:first-child, .rb .afisha > .sort li:first-child {
    margin-left:0;
}
.rb .list > .sort .view li a, .rb .spec > .sort .view li a, .rb .afisha > .sort li a {
    overflow:hidden;
    display:block;
    background:url('../img/list_sort_li.png') repeat-x top;
    border:1px solid #cdcdcd;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.rb .list > .sort .view li a:hover, .rb .spec > .sort li a:hover, .rb .afisha > .sort li a:hover {
    background-position:0 -34px;
}
.rb .list > .sort .view li a span, .rb .spec > .sort li a span, .rb .afisha > .sort li a span {
    display:inline-block;
    width:34px;
    height:34px;
    vertical-align:top;
}
.rb .list > .sort .view li.lines a span, .rb .spec > .sort .view li.lines a span, .rb .afisha > .sort li.lines a span {
    background:url('../img/list_lines_icon.png') no-repeat left top;
}
.rb .list > .sort .view li.tiles a span, .rb .spec > .sort .view li.tiles a span, .rb .afisha > .sort li.tiles a span {
    background:url('../img/list_tiles_icon.png') no-repeat left top;
}
.rb .list > .sort .view li a em, .rb .spec > .sort .view li a em, .rb .afisha > .sort li a em {
    display:none;
    color:#ffffff;
    font-size:15px;
    line-height:22px;
    font-style:normal;
    vertical-align:top;
    padding:8px 9px 4px 0;
}
.rb .list > .sort .view li.active a em, .rb .spec > .sort li.active a em, .rb .afisha > .sort li.active a span {
    display:inline-block;
}
.rb .list > .sort .view li.active a, .rb .spec > .sort li.active a, .rb .afisha > .sort li.active a {
    background:#a0a0a0;
    border:1px solid #8b8b8b;
    border-top:1px solid #757575;
    border-bottom:1px solid #999999;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 #ffffff;
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 #ffffff;
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 #ffffff;
}
.rb .list > .sort .view li.active a span, .rb .spec > .sort li.active a span, .rb .afisha > .sort li.active a span {
    background-position:0 -34px;
}
.rb .list > .sort p, .rb .spec > .sort p, .rb .afisha > .sort p {
    position:relative;
    margin:0;
}
.rb .list > .sort p strong, .rb .spec > .sort p strong, .rb .afisha > .sort p strong {
    float:left;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:8px 10px 6px 0;
}
.rb .list .tab {
    position:relative;
}
.rb .list .tab > ul {
    margin:0;
}
.rb .list .tab > ul > li {
    position:relative;
    margin:10px 0 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.rb .list .tab > ul > li:hover, .rb .list .tab > ul > li:active {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.rb .list .tab > ul > li > div.information {
    position:relative;
    clear:both;
    overflow:hidden;
    padding:16px 19px 10px 199px;
}
.rb .list .tab > ul > li > div.information .sale {
    position:absolute;
    left:137px;
    top:16px;
    z-index:1;
    display:block;
    width:45px;
    height:45px;
    background:url('../img/sale_icon.png') no-repeat left top;
}
.rb .list .tab > ul li:first-child {
    margin-top:0;
}
.rb .list .tab > ul li .status {
    position:absolute;
    right:19px;
    top:11px;
    z-index:5;
    display:block;
    width:39px;
    height:24px;
    background:url('../img/list_status.png') no-repeat left top;
}
.rb .list .tab > ul li .status.close {
    background-position:0 -24px;
}
.rb .list .tab > ul li > div > div {
    overflow:hidden;
    position:relative;
    float:left;
    width:160px;
    height:120px;
    margin:3px 0 6px -180px;
}
.rb .list .tab > ul li > div > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:160px;
    min-height:120px;
}
.rb .list .tab > ul li > div.information > div h5 {
    position:absolute;
    left:0;
    bottom:0;
    color:#ffffff;
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    padding:0;
    margin:0;
    background:rgba(32,32,32,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3202020,endColorstr=#B3202020);
}
.rb .list .tab > ul li > div.information > div h5:before {
    content:'';
    position:absolute;
    left:9px;
    top:9px;
    width:17px;
    height:19px;
    background:url('../img/blog_h5.png') no-repeat left top;
}
.rb .list .tab > ul li > div.information > div h5 a {
    display:block;
    color:#ffffff;
    padding:9px 11px 7px 32px;
}
.rb .list .tab > ul li > div.information > div h5 a:hover {
    text-decoration:none;
}
.rb .list .tab > ul li h2 {
    overflow:hidden;
    position:relative;
    font-size:18px;
    line-height:24px;
    white-space:nowrap;
    padding:0;
    margin:0 60px 2px 0;
}
.rb .list.realty .tab > ul li h2 {
    margin:0 0 3px;
}
.rb .list .tab > ul li h2:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.rb .list .tab > ul li h2 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .list .tab > ul li h2 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.rb .list .tab > ul li .information p {
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    margin:0 0 5px;
}
.rb .list .tab > ul li > div ul {
    margin:0 0 6px;
}
.rb .list.realty .tab > ul li > div ul {
    padding:0 0 14px;
    margin:0;
    border-bottom:1px solid #dbdbdb;
}
.rb .list .tab > ul li > div ul li {
    position:relative;
    display:inline-block;
    width:22px;
    height:22px;
    vertical-align:top;
    background:url('../img/list_icons.png') no-repeat left top;
    margin:0 -1px 2px 0;
    border:1px solid #bbbbbb;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.rb .list .tab > ul li h6 {
    position:relative;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    padding:14px 160px 0 0;
    margin:13px 0 6px;
    border-top:1px solid #dbdbdb;
}
.rb .list .tab > ul li h6 strong {
    display:block;
    font-weight:normal;
}
.rb .list .tab > ul li h6 span {
    position:absolute;
    right:0;
    top:14px;
    color:#888888;
}
.rb .list.realty .tab > ul li h6 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:-3px 0 9px;
    border-top-width:0;
}
.rb .list.realty .tab.tiles > ul li h6 {
    overflow:hidden;
    min-height:44px;
    text-align:center;
    margin:-2px 0 5px;
}
.rb .list.realty .tab > ul li h6 strong {
    display:inline;
    font-weight:bold;
}
.rb .list.realty .tab > ul li h6 sup {
    font-size:10px;
    line-height:10px;
}
.rb .list .tab > ul > li > div.description {
    clear:both;
    overflow:hidden;
    padding:17px 19px 14px;
    border-top:1px solid #dbdbdb;
}
.rb .list.realty .tab > ul > li > div.description {
    padding:0 19px 14px;
    margin:-2px 0 0;
    border-top-width:0;
}
.rb .list .tab > ul > li > div.description p {
    font-size:15px;
    line-height:22px;
    padding:0;
    margin:0;
}
.rb .list .tab > ul > li > div.description > h5 {
    position:relative;
    display:block;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:1px 0 1px;
    margin:0 0 13px;
}
.rb .list .tab > ul > li > div.description > h5 sup {
    font-size:10px;
    line-height:10px;
}
.rb .list .tab > ul > li > div.description > h5 strong {
    display:inline-block;
    min-width:161px;
    color:#202020;
    font-size:18px;
    text-align:right;
    vertical-align:top;
    margin:-1px 14px 0 0;
}
.rb .list.realty .tab.tiles > ul > li > div.description > h5 {
    margin:6px 0 0;
}
.rb .list.realty .tab.tiles > ul > li > div.description > h5 strong {
    font-weight:bold;
    margin:0;
}
.rb .list .tab > ul > li > div.description > h5 strong em {
    display:none;
    font-style:normal;
}
.rb .list .tab > ul > li > div.description > h5 > em {
    position:absolute;
    right:0;
    top:0;
    display:block;
    font-style:normal;
}
.rb .list .tab.tiles > ul > li > div.description > h5 > em {
    display:none;
}
.rb .list .tab > ul > li > div.description :last-child {
    margin-bottom:0;
}
.rb .list .tab > ul li > h5 {
    position:absolute;
    right:-30px;
    top:19px;
    padding:0;
    margin:0;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .list .tab > ul li:hover > h5 {
    opacity:1;
    display:block\0;
}
.rb .list .tab > ul li > h5 > span {
    position:relative;
    display:block;
    width:30px;
    height:32px;
    cursor:pointer;
    margin:2px 0 0;
    background-color:#a0a0a0;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .list .tab > ul li > h5 > span:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:9px;
    height:100%;
    background:url('../img/list_h5_shadow.png') repeat-y left;
}
.rb .list .tab > ul li > h5 > span:first-child {
    margin-top:0;
}
.rb .list .tab > ul li > h5 > span.favorite {
    background-image:url('../img/list_favorite_icon.png');
}
.rb .list .tab > ul li > h5 > span.compare {
    background-image:url('../img/list_compare_icon.png');
}
.rb .list .tab > ul li > h5 > span:hover, .rb .list .tab > ul li > h5 > span.active {
    background-color:#c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .list .tab > ul > h5 {
    position:relative;
    clear:both;
    overflow:hidden;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:18px 0 17px;
}
.rb .list .tab > ul > h5:before {
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:100%;
    border-bottom:1px solid #dbdbdb;
}
.rb .list .tab > ul > h5 span {
    position:relative;
    z-index:1;
    padding:0 11px;
    background:#f3f3f3;
}
.rb .list .tab > div {
    text-align:center;
    margin:10px 0 -10px;
}
.rb .list .tab > div button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:8px 0 0;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.rb .list.realty .tab > div button {
    margin:10px 0 -21px;
}
.rb .list .tab > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .list .tab > div button span {
    position:relative;
    z-index:1;
}
.rb .list .tab > div button:hover {
    color:#202020;
}
.rb .list .tab > div button:hover:before {
    opacity:1;
    display:block\0;
}
.rb .list .tab.tiles > ul {
    width:720px;
    padding:0 0 29px;
    margin:0 0 -47px;
}
.rb .list .tab.tiles > ul > li {
    display:inline-block;
    width:218px;
    /*height:246px;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    height:200px;
    vertical-align:top;
    margin:0 17px 20px 0;
}
.rb .list.realty .tab.tiles > ul > li {
    height:272px;
}
.rb .list .tab.tiles > ul > li:hover {
    z-index:5;
}
.rb .list .tab.tiles > ul > li > h5 {
    position:absolute;
    left:50%;
    right:auto;
    top:auto;
    bottom:0;
    width:62px;
    height:32px;
    margin-left:-31px;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
}
.rb .list .tab.tiles > ul > li > h5 > span {
    float:left;
    margin:0 0 0 2px;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.rb .list .tab.tiles > ul > li > h5 > span:before {
    display:none;
}
.rb .list .tab.tiles > ul > li > h5 > span:first-child {
    margin-left:0;
}
.rb .list .tab.tiles > ul > li .status {
    position:absolute;
    right:19px;
    top:177px;
    z-index:5;
}
.rb .list .tab.tiles > ul > li:hover {
    z-index:1;
    /*height:275px;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    height:200px;
    /*margin-bottom:-9px;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
}
.rb .list.realty .tab.tiles > ul > li:hover {
    height:301px;
}
.rb .list .tab.tiles > ul > li > div.information .sale {
    left:147px;
    top:16px;
}
.rb .list .tab.tiles > ul > li > div.information {
    position:relative;
    clear:both;
    overflow:hidden;
    padding:19px 19px 0;
}
.rb .list .tab.tiles > ul li > div > div {
    overflow:hidden;
    position:relative;
    float:none;
    width:160px;
    height:120px;
    margin:0 auto 12px;
}
.rb .list .tab.tiles > ul li .information h2 {
    font-size:15px;
    line-height:22px;
    text-align:center;
    margin:0 0 10px;
}
.rb .list .tab.tiles > ul li .information p {
    display:none;
}
.rb .list .tab.tiles > ul li .information ul {
    display:none;
}
.rb .list .tab.tiles > ul li .description {
    padding:0 19px;
}
.rb .list .tab.tiles > ul li .description h5 strong {
    display:block;
    width:auto;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
}
.rb .list .tab.tiles > ul li .description h5 strong em {
    display:inline;
}
.rb .list .tab.tiles > ul li .description h5 span {
    display:none;
}
.rb .list .tab.tiles > ul li h6 {
    padding:0;
    margin:0 0 6px;
    border-top-width:0;
}
.rb .list .tab.tiles > ul li h6 strong {
    display:none;
}
.rb .list .tab.tiles > ul li h6 span {
    position:static;
}
.rb .list .tab.tiles > ul li .description {
    border-top-width:0;
}
.rb .list .tab.tiles > ul li .description p {
    display:none;
}
.rb .list .tab.tiles > ul > h5 {
    position:relative;
    z-index:0;
    margin:-2px 0 17px;
}
.rb .slider {
    margin:0 0 30px;
}
/*.rb .slider h2 {*/
.rb .slider p {
    position:relative;
    color:#9b1c61;
    font-size:24px;
    line-height:27px;
    font-weight:normal;
    padding:0;
    margin:0 0 16px;
}
.rb .slider p a {
    position:absolute;
    right:0;
    top:7px;
    color:#888888;
    font-size:14px;
    line-height:18px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .slider p a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .slider p a:hover {
    color:#9b1c61;
    text-decoration:none;
}
.rb .slider p a:hover:after {
    border-bottom:1px dotted #d09db9;
}
.rb .slider > div {
    position:relative;
    width:700px;
    height:439px;
    margin:0 0 40px;
}
.rb .slider > div .prev, .rb .slider > div .next {
    display:none;
    position:absolute;
    top:50%;
    z-index:100;
    width:50px;
    height:80px;
    cursor:pointer;
    margin-top:-41px;
    background:rgba(32,32,32,0.7);
}
.rb .slider > div .prev {
    left:20px;
}
.rb .slider > div .next {
    right:20px;
}
.rb .slider > div .prev:before, .rb .slider > div .prev:after, .rb .slider > div .next:before, .rb .slider > div .next:after {
    content:'';
    position:absolute;
    top:28px;
    width:14px;
    height:24px;
}
.rb .slider > div .prev:after, .rb .slider > div .next:after {
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .slider > div .prev:before {
    left:18px;
    background:url('../img/slider_nav.png') no-repeat left top;
}
.rb .slider > div .prev:after {
    left:18px;
    background:url('../img/slider_nav.png') no-repeat left -24px;
}
.rb .slider > div .next:before {
    right:18px;
    background:url('../img/slider_nav.png') no-repeat -14px top;
}
.rb .slider > div .next:after {
    right:18px;
    background:url('../img/slider_nav.png') no-repeat -14px -24px;
}
.rb .slider > div .prev:hover:after, .rb .slider > div .next:hover:after {
    opacity:1;
    display:block\0;
}
.rb .slider > div .pagination {
    position:absolute;
    right:19px;
    bottom:19px;
    z-index:100;
    margin:0;
}
.rb .slider > div .pagination li {
    float:left;
    margin:0 0 0 3px;
}
.rb .slider > div .pagination li:first-child {
    margin-left:0;
}
.rb .slider > div .pagination li a {
    position:relative;
    display:block;
    width:18px;
    height:20px;
    background:url('../img/slider_pagination.png') no-repeat left top;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .slider > div .pagination li.current a {
    background-position:0 -20px;
}
.rb .slider > div .container, .rb .slider > div .container > div > div {
    position:relative;
    clear:both;
    overflow:hidden;
    width:700px;
    height:439px;
}
.rb .slider > div .container > div > div img {
    position:absolute;
    top:0;
    min-width:100%;
    min-height:439px;
}
.rb .slider > div .container > div > div h5 {
    position:absolute;
    right:20px;
    top:20px;
    width:220px;
    z-index:1;
    color:#ffffff;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:17px 20px 15px;
    margin:0;
    background:rgba(32,32,32,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3202020,endColorstr=#B3202020);
}
.rb .slider > div .container > div > div h5 strong {
    display:block;
    font-size:18px;
    padding:13px 0 0;
    margin:7px 0 2px;
    border-top:1px solid #ffffff;
}
.rb .slider > div .container > div > div > div {
    position:absolute;
    left:0;
    bottom:0;
    z-index:1;
    width:100%;
    padding:17px 0 15px;
    background:rgba(32,32,32,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3202020,endColorstr=#B3202020);
}
.rb .slider > div .container > div > div > div h3 {
    color:#b6abfd;
    font-size:18px;
    line-height:24px;
    padding:0;
    margin:0 20px 1px;
}
.rb .slider > div .container > div > div > div p {
    color:#ffffff;
    font-size:15px;
    line-height:22px;
    margin:0 20px 1px;
}
.blog {
    background:#f3f3f3;
}
.blog > div {
    width:940px;
    padding:38px 0 37px;
    margin:0 auto;
    border-top:1px solid #dbdbdb;
}
.blog h2 {
    font-size:24px;
    line-height:27px;
    font-weight:normal;
    padding:0;
    margin:0 0 16px;
}
.blog h2 span {
    float:right;
    display:block;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    margin:5px 0 -1px;
}
.blog h2 span a {
    position:relative;
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.blog h2 span a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.blog ul {
    overflow:hidden;
    width:940px;
    white-space:nowrap;
    padding:19px 18px 21px 20px;
    margin:-18px 0 -19px -20px;
    outline:1px solid transparent;
}
.blog ul li {
    overflow:hidden;
    position:relative;
    display:inline-block;
    width:218px;
    vertical-align:top;
    white-space:normal;
    padding:0 0 10px;
    margin:0 17px 0 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -o-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, -moz-box-shadow, box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, -moz-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, -moz-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, -moz-box-shadow, box-shadow 0.25s ease-in-out;
}
.blog ul li:hover {
    padding:10px 10px 20px;
    margin:-10px 7px -10px -10px;
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -o-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.blog ul li > div {
    position:relative;
    width:218px;
    height:219px;
    margin:0 0 13px;
}
.blog ul li > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:218px;
    min-height:219px;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.blog ul li:hover > div img {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.blog ul li > div h5 {
    position:absolute;
    left:0;
    bottom:0;
    color:#ffffff;
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    padding:0;
    margin:0;
    background:rgba(0,0,0,0.8) url('../img/blog_h5.png') no-repeat 9px 9px;
}
.blog ul li > div h5 a {
    display:block;
    color:#ffffff;
    padding:9px 11px 8px 32px;
}
.blog ul li > div h5 a:hover {
    text-decoration:none;
}
.blog ul li h6 {
    color:#888888;
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 18px 5px;
}
.blog ul li p {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    margin:0 18px 4px;
}
.blog ul li p a {
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
}
.blog ul li p a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.blog ul li h3 {
    color:#888888;
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 18px 5px;
}
.business {
    position:relative;
    color:#ffffff;
    text-align:center;
    background:#505050;
}
.business a {
    position:relative;
    z-index:5;
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:16px 0 8px;
}
.business:before, .business:after {
    content:'';
    position:absolute;
    top:0;
    width:108px;
    height:82px;
    background:url('../img/business_icon.png') no-repeat left top;
}
.business:before {
    left:50%;
    margin-left:-470px;
}
.business:after {
    right:50%;
    margin-right:-470px;
    background-position:0 -82px;
}
.business h3 {
    width:720px;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 auto 8px;
}
.business p {
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    margin:0 auto 8px;
}
.about {
    clear:both;
    overflow:hidden;
    width:700px;
    padding:36px 240px 33px 0;
    margin:0 auto;
}
.about .social-widget {
    float:right;
    width:220px;
    margin:45px -240px 22px 0;
}
.about h2 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 12px;
}
.about p {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    margin:0 0 22px;
}
.about h6 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:-9px 0 0;
}
.about a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.about a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.bubble {
    position:absolute;
    left:300px;
    top:200px;
    z-index:100;
    width:88px;
    color:#888888;
    font-size:14px;
    line-height:18px;
    text-align:center;
    padding:4px 6px 3px;
    margin:40px 0 0 -32px;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.bubble:before {
    content:'';
    position:absolute;
    left:50%;
    top:-10px;
    width:21px;
    height:10px;
    margin-left:-11px;
    background:url('../img/bubble_arrow.png') no-repeat left top;
}

/* Catalog */

.lb .filter {
    margin:0 0 59px;
}
.lb .filter > p {
    min-height:132px;
    font-size:15px;
    line-height:22px;
    margin:-3px 0 35px;
}
.lb .filter > div {
    position:relative;
    padding:8px 0 0;
    border-top:2px solid #bbbbbb;
    border-left:2px solid #bbbbbb;
    border-right:2px solid #bbbbbb;
}
.lb .filter > div:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:220px;
    height:22px;
    background:url('../img/filter_after.png') no-repeat left top;
}
.lb .filter > div h2 {
    position:absolute;
    left:0;
    top:-16px;
    width:216px;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0;
}
.lb .filter > div h2 span {
    position:relative;
    padding:0 20px;
    background:#f3f3f3;
}
.lb .filter > div > div {
    padding:16px 18px 14px;
    border-top:1px solid #bbbbbb;
}
.lb .filter > div > div:last-child {
    padding-bottom:8px;
}
.lb .filter > div > div:first-child {
    padding:16px 18px 11px;
    border-top-width:0;
}
.lb .filter > div > div .selectbox {
    margin:15px 0 13px;
}
.lb .filter > div > div .selectbox .select {
    width:132px !important;
}
.lb .filter > div > div .selectbox .dropdown {
    width:178px !important;
}
.lb .filter > div > div h3 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    text-transform:uppercase;
    padding:0 12px 0 0;
    margin:0;
}
.lb .filter > div > div h3 span {
    position:relative;
    color:#888888;
    cursor:pointer;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.lb .filter > div > div h3 span:hover {
    color:#9b1c61;
}
.lb .filter > div > div h3 span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.lb .filter > div > div h3 span:hover:after {
    border-bottom:1px dotted #e19ebc;
}
.lb .filter > div > div h3 span:before {
    content:'';
    position:absolute;
    right:-11px;
    top:5px;
    width:8px;
    height:4px;
    background:url('../img/map_h5_before.png') no-repeat 0 -4px;
}
.lb .filter > div > div h3 span:hover:before {
    background-position:0 -12px;
}
.lb .filter > div > div.active h3 span:before {
    background-position:0 0;
}
.lb .filter > div > div.active h3 span:hover:before {
    background-position:0 -8px;
}
.lb .filter > div > div h3 span em {
    font-style:normal;
    text-transform:none;
}
.lb .filter > div > div h3 span em sup {
    font-size:9px;
    line-height:9px;
}
.lb .filter > div > div ul {
    width:204px;
    margin:11px 0 3px;
}
.lb .filter > div > div ul li {
    font-size:15px;
    line-height:22px;
    padding:0 0 0 27px;
    margin:6px 0 0;
}
.lb .filter > div > div ul li:first-child {
    margin-top:0;
}
.lb .filter > div > div ul li .checker {
    float:left;
    margin:1px 0 0 -27px;
}
.lb .filter > div > div h5 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:9px 0 1px;
}
.lb .filter > div > div h5 sup {
    color:#888888;
    font-size:11px;
    line-height:9px;
    padding:0 0 0 2px;
}
.lb .filter > div > div h5 span {
    position:relative;
    color:#6a5acd;
    cursor:pointer;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.lb .filter > div > div h5 span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #bcb6e4;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.lb .filter > div > div h5 span:hover {
    color:#9b1c61;
}
.lb .filter > div > div h5 span:hover:after {
    border-bottom:1px dotted #e19ebc;
}
.lb .filter > div > div h6 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    padding:0 17px 0 0;
    margin:-2px 0 -1px;
}
.lb .filter > div > div h6 span {
    position:relative;
    color:#888888;
    cursor:pointer;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.lb .filter > div > div h6 span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.lb .filter > div > div h6 span:hover {
    color:#9b1c61;
}
.lb .filter > div > div h6 span:hover:after {
    border-bottom:1px dotted #e19ebc;
}
.lb .filter > div > div h6 span:before {
    content:'';
    position:absolute;
    right:-17px;
    top:0;
    width:17px;
    height:22px;
    background:url('../img/remove_icon.png') no-repeat 6px 3px;
}
.lb .filter > div > div h6 span:hover:before {
    background-position:6px -19px;
}
.lb .filter > div > div p {
    font-size:15px;
    line-height:22px;
    text-align:center;
    margin:-2px 0 0;
}
.lb .filter > div > h5 {
    position:absolute;
    left:-2px;
    bottom:-40px;
    z-index:1;
    width:220px;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0;
}
.lb .filter > div > h5 span {
    position:relative;
    display:inline-block;
    padding:0 18px;
    background:#f3f3f3;
}
.lb .filter > div > div.popular {
    padding:7px 18px 14px;
}
.lb .filter > div > div.popular ul {
    display:block !important;
}
.lb .filter > div > div.interval > div, .lb .filter > div > div.floor > div, .lb .filter > div > div.range > div {
    display:none;
    height:36px;
    margin:12px 0 6px;
}
.lb .filter > div > div.interval.active > div, .lb .filter > div > div.floor.active > div, .lb .filter > div > div.range.active > div {
    display:block;
}
.lb .filter > div > div.floor > div {
    margin:12px 0 -2px;
}
.lb .filter > div > div.interval > div p, .lb .filter > div > div.floor > div p, .lb .filter > div > div.range > div p {
    position:relative;
    float:left;
    margin:0 0 0 20px;
}
.lb .filter > div > div.range > div p span {
    position:absolute;
    left:10px;
    top:8px;
    z-index:1;
    display:block;
    color:#888888;
    font-size:15px;
    line-height:22px;
}
.lb .filter > div > div.interval > div p:first-child, .lb .filter > div > div.floor > div p:first-child, .lb .filter > div > div.range > div p:first-child {
    margin-left:0;
}
.lb .filter > div > div.interval > div p:before, .lb .filter > div > div.floor > div p:before, .lb .filter > div > div.range > div p:before {
    content:'';
    position:absolute;
    left:-15px;
    top:17px;
    width:10px;
    height:1px;
    background:#bbbbbb;
}
.lb .filter > div > div.interval > div p:first-child:before, .lb .filter > div > div.floor > div p:first-child:before, .lb .filter > div > div.range > div p:first-child:before {
    display:none;
}
.lb .filter > div > div.interval > div p:after {
    content:'';
    position:absolute;
    right:10px;
    top:10px;
    width:16px;
    height:16px;
    background:url('../img/calendar_icon.png') no-repeat left top;
}
.lb .filter > div > div.interval > div p input[type="text"], .lb .filter > div > div.floor > div p input[type="text"], .lb .filter > div > div.range > div p input[type="text"] {
    position:relative;
    width:43px;
    color:#888888;
    font-size:15px;
    padding:8px 26px 7px 9px;
    background:#ffffff;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    transition:border-color 0.25s ease-in-out;
    -webkit-transition:border-color 0.25s ease-in-out;
    -moz-transition:border-color 0.25s ease-in-out;
    -o-transition:border-color 0.25s ease-in-out;
}
.lb .filter > div > div.range > div p input[type="text"] {
    width:41px;
    padding:8px 9px 7px 28px;
}
.lb .filter > div > div.calendar > div {
    display:block;
}
.lb .filter > div > div.range .ui-slider {
    width:180px;
    margin:36px 0 -22px;
    background:url('../img/slider_range_line.png') no-repeat left top;
}
.lb .filter > div > div.range .ui-slider-handle {
    color:#202020;
    font-size:14px;
    line-height:18px;
    text-decoration:none;
}
.lb .filter > div > div.range .ui-slider-handle span {
    position:absolute;
    left:-42px;
    top:-16px;
    width:100px;
    text-align:center;
}
.lb .filter > div > div.rooms ul {
    width:auto;
    text-align:center;
    margin:12px 0 6px;
}
.lb .filter > div > div.rooms ul li {
    display:inline-block;
    vertical-align:top;
    padding:0;
    margin:0;
}
.lb .filter > div > div.rooms ul li a {
    display:block;
    width:28px;
    color:#888888;
    font-size:15px;
    line-height:22px;
    text-decoration:none;
    text-shadow:0 1px 0 #ffffff;
    padding:5px 0 1px 0;
    background:url('../img/pagination_a.png') repeat-x top;
    border:1px solid #cecece;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.lb .filter > div > div.rooms ul li.active a, .lb .filter > div > div.rooms ul li a:hover {
    text-shadow:none;
    color:#ffffff;
    padding:5px 1px 3px 1px;
    background:#a0a0a0;
    border:0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
}
.lb .filter > div > div ul.direction {
    display:inline-block;
    width:auto;
    height:30;
    margin:15px 0 -11px;
}
.lb .filter > div > div ul.direction li {
    float:left;
    width:90px;
    font-size:15px;
    line-height:22px;
    text-align:center;
    padding:0;
    margin:0;
}
.lb .filter > div > div ul.direction li span {
    display:block;
    color:#888888;
    cursor:pointer;
    text-shadow:0 1px 0 #ffffff;
    padding:7px 0 5px;
    background:url('../img/filter_direction_li.png') repeat-x top;
    border:1px solid #cdcdcd;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #c0c0c0;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.lb .filter > div > div ul.direction li:first-child span {
    border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
}
.lb .filter > div > div ul.direction li:last-child span {
    border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
}
.lb .filter > div > div ul.direction li.active span {
    color:#ffffff;
    text-shadow:none;
    padding:8px 0 6px;
    background:#a0a0a0;
    border:0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
}
.lb .filter > div > .streets > div > ul {
    width:185px;
    margin:-4px 0 1px;
}
.lb .filter > div > .streets > div > ul li {
    display:inline-block;
    padding:0;
    margin:0 2px 5px 0;
}
.lb .filter > div > .streets > div > ul li span {
    position:relative;
    overflow:hidden;
    display:block;
    max-width:151px;
    color:#ffffff;
    font-size:14px;
    line-height:18px;
    padding:5px 19px 1px 10px;
    white-space:nowrap;
    text-overflow:ellipsis;
    background:#bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
}
.lb .filter > div > .streets > div > ul li span em {
    position:absolute;
    right:10px;
    top:10px;
    display:block;
    width:7px;
    height:7px;
    vertical-align:top;
    cursor:pointer;
    background:url('../img/filter_street_remove.png') no-repeat left top;
}
.lb .filter > div > .streets > div {
    padding:0;
    margin:0;
}
.lb .share {
    text-align:center;
    margin:0 0 24px;
}
.lb .share p {
    font-size:15px;
    line-height:22px;
    margin:0 0 5px;
}
.rb .map {
    position:relative;
    padding:1px;
    margin:0 0 41px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.rb .map:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:-11px;
    width:7px;
    height:11px;
    margin-left:-4px;
    background:url('../img/map_after.png') no-repeat left top;
}
.rb .map > div {
    overflow:hidden;
    height:120px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.rb .map > div > div {
    height:450px;
}
.rb .map > div .ymaps-controls-pane {
    display:none;
}
.rb .map .ymaps-2-1-17-controls-pane {
    display:none;
}
/*.rb .map .ymaps-2-1-17-balloon {*/
    /*margin:279px 0 0 -54px;*/
    /*background:none;*/
    /*-webkit-box-shadow:none;*/
    /*-moz-box-shadow:none;*/
    /*box-shadow:none;*/
/*}*/
.rb .map .ymaps-2-1-17-balloon__layout {
    background:#ffffff;
    outline:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.rb .map .ymaps-2-1-17-balloon__content {
    width:220px;
    text-align:center;
    padding:20px 0 15px;
    margin:0;
    background:none;
    border:0;
}
.rb .map .ymaps-2-1-17-balloon__content > ymaps {
    width:220px !important;
    height:auto;
}
.rb .map .ymaps-2-1-17-balloon-content__header {
    text-align:center;
}
.rb .map .ymaps-2-1-17-balloon-content__header img {
    margin:0 30px 2px;
}
.rb .map .ymaps-2-1-17-balloon__close {
    right:-4px;
    top:-7px;
}
.rb .map .ymaps-2-1-17-balloon__content h2 {
    overflow:hidden;
    position:relative;
    font-size:15px;
    line-height:22px;
    font-family:'PT Sans', sans-serif;
    white-space:nowrap;
    text-align:center;
    padding:0;
    margin:0 19px 1px;
}
.rb .map .ymaps-2-1-17-balloon__content h2:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.rb .map .ymaps-2-1-17-balloon__content h2 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .map .ymaps-2-1-17-balloon__content h2 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.rb .map .ymaps-2-1-17-balloon__content p {
    font-size:15px;
    line-height:22px;
    font-family:'PT Sans', sans-serif;
    margin:0 19px;
}
.rb .map .ymaps-2-1-17-balloon__content p sup {
    font-size:10px;
    line-height:10px;
}
.rb .map .ymaps-2-1-17-balloon__content h6 {
    font-size:15px;
    line-height:22px;
    font-family:'PT Sans', sans-serif;
    padding:0;
    margin:0 19px;
}
.rb .map .ymaps-2-1-17-balloon_to_top .ymaps-2-1-17-balloon__tail {
    position:absolute;
    bottom:auto;
    top:auto;
    /*left:50%;*/
    z-index:20;
    width:20px;
    height:10px;
    /*margin-left:-10px;*/
    background:url('../img/baloon_arrow.png') no-repeat left top;
    box-shadow:none;
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
}
.rb .map .ymaps-2-1-17-balloon_to_top .ymaps-2-1-17-balloon__tail:after {
    display:none;
}
.rb .map h5 {
    position:absolute;
    left:50%;
    bottom:1px;
    width:146px;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    cursor:pointer;
    padding:7px 12px 6px 0;
    margin:0 0 0 -79px;
    background:#ffffff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.rb .map h5 span {
    position:relative;
    background:url('../img/map_a.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.rb .map h5:hover span {
    color:#9b1c61;
    background:url('../img/map_a_hover.png') repeat-x bottom;
}
.rb .map h5 span em {
    position:absolute;
    right:-11px;
    display:block;
    top:6px;
    width:7px;
    height:4px;
    background:url('../img/map_h5_before.png') no-repeat left top;
}
.rb .map h5 span:hover em {
    background-position:0 -8px;
}
.rb .map h5.active span em {
    background-position:0 -4px;
}
.rb .map h5.active span:hover em {
    background-position:0 -12px;
}
.article {
    position:relative;
    border-top:1px solid #dbdbdb;
    -webkit-box-shadow:0 -1px 0 #ffffff;
    -moz-box-shadow:0 -1px 0 #ffffff;
    box-shadow:0 -1px 0 #ffffff;
}
.article > div {
    clear:both;
    overflow:hidden;
    width:940px;
    padding:26px 0 23px;
    margin:0 auto;
}
.article h2 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 12px;
}
.article p {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    margin:0 0 22px;
}
.article img.left {
    float:left;
    margin:3px 20px 18px 0;
}
.found {
    display:none;
    position:absolute;
    z-index:100;
    padding:14px 18px 12px 19px;
    margin:-16px 0 0 181px;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.found:before {
    content:'';
    position:absolute;
    left:-11px;
    top:13px;
    width:11px;
    height:20px;
    background:url('../img/left_arrow.png') no-repeat left top;
}
.found p {
    font-size:15px;
    line-height:22px;
    margin:0;
}
.found p a {
    position:relative;
    color:#6a5acd;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.found p a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:2px;
    width:100%;
    border-bottom:1px dotted #c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.found p a:hover {
    color:#b11c61;
    text-decoration:none;
}
.found p a:hover:after {
    border-bottom:1px dotted #e19ebc;
}
.filterup {
    display:none;
    position:absolute;
    left:400px;
    top:500px;
    z-index:100;
    width:679px;
    padding:30px 0 0;
    margin:0 0 0 199px;
    background:#f3f3f3;
    border:1px solid #dbdbdb\0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.filterup:before {
    content:'';
    position:absolute;
    left:-11px;
    top:13px;
    width:11px;
    height:20px;
    background:url('../img/filterup_arrow.png') no-repeat left top;
}
.filterup .close {
    position:absolute;
    right:12px;
    top:11px;
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
    background:url('../img/drop_close.png') no-repeat 4px 4px;
}
.filterup .close:after {
    content:'';
    position:absolute;
    left:4px;
    top:4px;
    width:10px;
    height:10px;
    background:url('../img/drop_close.png') no-repeat left -18px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.filterup .close:hover:after {
    opacity:1;
    display:block\0;
}
.filterup > ul {
    position:relative;
    z-index:1;
    clear:both;
    overflow:hidden;
    height:41px;
    margin:0 0 0 39px;
}
.filterup > ul li {
    float:left;
    font-size:15px;
    line-height:22px;
    margin:5px -1px 0 0;
}
.filterup > ul li.active {
    margin-top:0;
}
.filterup > ul li a {
    display:block;
    height:27px;
    color:#888888;
    padding:7px 20px 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    /*transition:all 0.25s ease-in-out;*/
    /*-webkit-transition:all 0.25s ease-in-out;*/
    /*-moz-transition:all 0.25s ease-in-out;*/
    /*-o-transition:all 0.25s ease-in-out;*/
}
.filterup > ul li:first-child a {
    -webkit-border-radius:4px 0 0 0;
    -moz-border-radius:4px 0 0 0;
    border-radius:4px 0 0 0;
}
.filterup > ul li:last-child a {
    -webkit-border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    border-radius:0 4px 0 0;
}
.filterup > ul li.active a {
    color:#202020;
    text-decoration:none;
    padding-top:12px;
    border-bottom:1px solid #ffffff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.filterup > ul li a:hover {
    color:#202020;
    text-decoration:none;
}
.filterup > ul li a span {
    position:relative;
}
.filterup > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:2px;
    width:100%;
    border-bottom:1px dotted #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.filterup > ul li a:hover span:after, .filterup > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.filterup > div {
    position:relative;
    padding:29px 29px 10px 39px;
    margin:-1px 0 0;
    background:#ffffff;
    border-top:1px solid #dbdbdb;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}
.filterup > div ul {
    margin:0 0 11px;
}
.filterup > div ul li {
    display:inline-block;
    width:252px;
    font-size:15px;
    line-height:22px;
    vertical-align:top;
    padding:0 0 0 27px;
    margin:0 17px 6px 0;
}
.filterup > div ul li .checker {
    float:left;
    margin:1px 0 0 -27px;
}
.filterup > div button, .lb .filter button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 20px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.filterup > div button:before, .lb .filter button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.filterup > div button:hover, .lb .filter button:hover {
    color:#202020;
}
.filterup > div button:hover:before, .lb .filter button:hover:before {
    opacity:1;
    display:block\0;
}
.filterup > div button span, .lb .filter button span {
    position:relative;
    z-index:1;
}
.filterup > div button.active, .lb .filter button.active {
    color:#6a5acd;
    padding:7px 18px 5px;
    border:2px solid #6a5acd;
}
.filterup > div button.active:hover:before, .lb .filter button.active:hover:before {
    opacity:1;
    display:block\0;
}
.filterup > div h5 {
    display:inline-block;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:8px 19px 6px;
    margin:0 0 20px;
}
.filterup > div h5 a {
    position:relative;
    color:#888888;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.filterup > div h5 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:2px;
    width:100%;
    border-bottom:1px dotted #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.filterup > div h5 a:hover {
    color:#9b1c61;
    text-decoration:none;
}
.filterup > div h5 a:hover:after {
    border-bottom:1px dotted #d09db9;
}

/* Footer */

.clear {
    clear:both;
    overflow:hidden;
    height:128px;
}
.footer {
    position:relative;
    margin:-128px 0 0;
    border-top:1px solid #dbdbdb;
}
.footer:before {
    content:'';
    position:absolute;
    left:0;
    top:-2px;
    width:100%;
    height:1px;
    background:#ffffff;
}
.footer > div {
    position:relative;
    color:#888888;
    width:940px;
    height:127px;
    margin:0 auto;
}
.footer h5 {
    position:absolute;
    left:0;
    top:28px;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.footer > div > ul {
    position:absolute;
    left:0;
    top:59px;
    margin:0;
}
.footer > div > ul > li {
    float:left;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    margin:0 0 0 18px;
}
.footer > div > ul > li:first-child {
    margin-left:0;
}
.footer > div > ul > li a {
    background:url('../img/a_bg_type2.png') repeat-x bottom;
}
.footer > div > ul > li a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_type2_hover.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.footer > div > ul > li > ul {
    margin:0;
}
.footer > div > ul > li > ul > li {
    margin:5px 0 0;
}
.footer > div > ul > li > ul > li:first-child {
    margin-top:0;
}
.footer h6 {
    position:absolute;
    right:232px;
    top:28px;
    width:150px;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    margin:0;
}
.footer h6:before {
    content:'';
    position:absolute;
    left:-78px;
    top:2px;
    width:60px;
    height:60px;
    background:url('../img/footer_h6.png') no-repeat left top;
}
.footer > div > div {
    position:absolute;
    right:0;
    top:28px;
    width:200px;
}
.footer > div > div p {
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    margin:0 0 7px;
}
.footer > div > div ul {
    margin:0;
}
.footer > div > div ul li {
    float:left;
    margin:0 6px 6px 0;
}
.footer > div > div ul li a {
    position:relative;
    display:block;
    width:30px;
    height:30px;
    background:#dbdbdb;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.footer > div > div ul li a:hover {
    background:#6a5acd;
}
.footer > div > div ul li a img {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    max-width:30px;
    max-height:30px;
    margin:auto;
}

/* Modal */

.panel .drop {
    display:none;
    position:absolute;
    top:40px;
    right:-20px;
    width:300px;
    padding:30px 0 0;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
    border:1px solid #cccccc\0;
    border-top-width:0\0;
}
.panel .drop .close {
    position:absolute;
    right:6px;
    top:6px;
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
    background:url('../img/drop_close.png') no-repeat 4px 4px;
}
.panel .drop .close:after {
    content:'';
    position:absolute;
    left:4px;
    top:4px;
    width:10px;
    height:10px;
    background:url('../img/drop_close.png') no-repeat left -18px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .drop .close:hover:after {
    opacity:1;
    display:block\0;
}
.panel .drop:before {
    content:'';
    position:absolute;
    left:50%;
    top:-10px;
    width:19px;
    height:10px;
    background:url('../img/panel_drop_arrow.png') no-repeat left top;
}
.panel .drop.enter:before {
    margin-left:-3px;
}
.panel .drop.registration:before {
    margin-left:45px;
}
.panel .drop p {
    position:relative;
    margin:0 20px 12px;
}
.panel .drop p input {
    position:relative;
    width:205px;
    font-size:15px;
    padding:8px 10px 7px 43px;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
}
/*.panel .drop p input:focus {
	padding:7px 9px 6px 42px;
	border:2px solid #6a5acd;
}*/
.panel .drop p input.error {
    border:1px solid #9b1c61;
}
.panel .drop p.email:before, .panel .drop p.password:before {
    content:'';
    position:absolute;
    left:1px;
    top:6px;
    width:32px;
    height:24px;
    border-right:1px solid #bbbbbb;
}
.panel .drop p.email:before {
    background:url('../img/drop_email_icon.png') no-repeat 10px 7px;
}
.panel .drop p.password:before {
    background:url('../img/drop_password_icon.png') no-repeat 8px 4px;
}
.panel .drop p.password input {
    width:181px;
    padding-right:34px;
}
.panel .drop p.password .eye {
    position:absolute;
    right:1px;
    top:1px;
    display:block;
    width:34px;
    height:34px;
    cursor:pointer;
    background:url('../img/eye_icon.png') no-repeat 9px 15px;
}
.panel .drop p.password .eye.open {
    background:url('../img/eye_icon.png') no-repeat 9px -23px;
}
.panel .drop button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:-2px -3px 20px 20px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.panel .drop button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .drop button span {
    position:relative;
    z-index:1;
}
.panel .drop button:hover {
    color:#202020;
}
.panel .drop button:hover:before {
    opacity:1;
    display:block\0;
}
.panel .drop button.active {
    color:#6a5acd;
    padding:7px 18px 5px;
    border:2px solid #6a5acd;
}
.panel .drop button.active:hover:before {
    opacity:1;
    display:block\0;
}
.panel .drop h5 {
    display:inline-block;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    vertical-align:top;
    padding:9px 0 7px;
    margin:-2px -3px 20px 18px;
}
.panel .drop h5 a {
    position:relative;
    color:#6a5acd;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .drop h5 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:2px;
    width:100%;
    border-bottom:1px dotted #c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .drop h5 a:hover {
    color:#9b1c61;
}
.panel .drop h5 a:hover:after {
    border-bottom:1px dotted #d09db9;
}
.panel .drop > div {
    padding:18px 20px 14px;
    background:#f3f3f3;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}
.panel .drop > div h6 {
    color:#888888;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 0 6px;
}
.panel .drop > div ul {
    clear:both;
    overflow:hidden;
    margin:0;
}
.panel .drop > div ul li {
    float:left;
    margin:0 6px 6px 0;
}
.panel .drop > div ul li a {
    position:relative;
    display:block;
    width:30px;
    height:30px;
    background:#dbdbdb;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.panel .drop > div ul li a:after {
    display:none;
}
.panel .drop > div ul li a:hover {
    background:#6a5acd;
}
.panel .drop > div ul li a img {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    max-width:30px;
    max-height:30px;
    margin:auto;
}
.fade {
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:500;
    width:100%;
    height:100%;
    background:url('../img/fade_bg.png') repeat;
}
.modal {
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    z-index:3000;
    width:380px;
    padding:27px 40px 10px;
    margin-left:-230px;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.modal .close {
    position:absolute;
    right:12px;
    top:12px;
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
    background:url('../img/modal_close.png') no-repeat 3px 3px;
}
.modal .close:after {
    content:'';
    position:absolute;
    left:3px;
    top:3px;
    width:12px;
    height:12px;
    background:url('../img/modal_close.png') no-repeat left -18px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.modal .close:hover:after {
    opacity:1;
    display:block\0;
}
.modal h3 {
    font-size:28px;
    line-height:34px;
    font-weight:normal;
    padding:0;
    margin:0 0 19px;
}
.modal p em {
    display:block;
    font-style:normal;
    font-size:14px;
    line-height:18px;
}
.modal .error p em {
    color:#9b1c61;
}
.modal input[type="text"], .modal input[type="email"], .modal input[type="password"], .modal textarea {
    position:relative;
    width:230px;
    font-size:15px;
    padding:8px 14px 7px;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    transition:border-color 0.25s ease-in-out;
    -webkit-transition:border-color 0.25s ease-in-out;
    -moz-transition:border-color 0.25s ease-in-out;
    -o-transition:border-color 0.25s ease-in-out;
}
.modal .success input[type="text"], .modal .success input[type="email"], .modal .success input[type="password"], .modal .success textarea {
    padding:7px 13px 6px;
    border:2px solid #6a5acd;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.modal .error input[type="text"], .modal .error input[type="email"], .modal .error input[type="password"], .modal .error textarea {
    padding:7px 13px 6px;
    border:2px solid #9b1c61;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.modal textarea {
    min-height:42px;
    resize:vertical;
    margin:0 0 -6px;
}
.modal h5 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:-3px 0 15px;
}
.modal h5:nth-of-type(2) {
    margin-top:22px;
}
.modal > div {
    white-space:nowrap;
    margin:0 0 20px;
}
.modal > div h6 {
    display:inline-block;
    width:110px;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    vertical-align:top;
    padding:0;
    margin:9px 7px 7px 0;
}
.modal > div p {
    position:relative;
    display:inline-block;
    width:260px;
    vertical-align:top;
    margin:0;
}
.modal > div p em {
    margin:8px 14px -3px;
}
.modal button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 20px 120px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.modal button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.modal button span {
    position:relative;
    z-index:1;
}
.modal button:hover {
    color:#202020;
}
.modal button:hover:before {
    opacity:1;
    display:block\0;
}
.modal button.active {
    color:#6a5acd;
    padding:7px 18px 5px;
    border:2px solid #6a5acd;
}
.modal button.active:hover:before {
    opacity:1;
    display:block\0;
}
.modal div ul {
    display:inline-block;
    width:260px;
    vertical-align:top;
    margin:9px 0 -1px;
}
.modal div ul li {
    font-size:15px;
    line-height:20px;
    margin:0 0 8px;
}
.modal div ul li .radio {
    float:left;
    margin:0 10px 0 0;
}
.modal.add {
    width:500px;
    margin-left:-280px;
}
.modal.add > div {
    white-space:nowrap;
    margin:0 0 20px;
}
.modal.add > div h6 {
    display:inline-block;
    width:150px;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    vertical-align:top;
    padding:0;
    margin:9px 7px 7px 0;
}
.modal.add > div p {
    width:340px;
}
.modal.add input[type="text"], .modal.add input[type="password"], .modal.add textarea {
    width:310px;
}
.modal.add button {
    margin-left:160px;
}
.modal.recover div {
    margin:0 0 10px;
}
.modal.recover div h6 {
    width:50px;
}
.modal.recover div p {
    width:320px;
}
.modal.recover input[type="email"], .modal.recover input[type="password"] {
    width:290px;
}
.modal.recover div.repeat p span {
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:36px;
    cursor:pointer;
    background:url('../img/repeat_icon.png') no-repeat center center;
    transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
}
.modal.recover div.repeat p span:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.modal.recover div.repeat p input[type="text"], .modal.recover div.repeat p input[type="password"] {
    width:264px;
    padding-right:40px;
}
.modal.recover p em {
    margin:9px 0 13px;
}
.modal.recover button {
    margin-left:60px;
}

/* Selectbox */

.selectbox {
    position:relative;
    z-index:100 !important;
    vertical-align:middle;
    cursor:pointer;
}
.selectbox .select {
    position:relative;
    width:216px;
    color:#888888;
    font-size:15px;
    line-height:22px;
    padding:7px 37px 5px 9px;
    background:#ffffff;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 #ffffff;
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 #ffffff;
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 #ffffff;
    transition:border-color 0.25s ease-in-out;
    -webkit-transition:border-color 0.25s ease-in-out;
    -moz-transition:border-color 0.25s ease-in-out;
    -o-transition:border-color 0.25s ease-in-out;
}
.selectbox .select .text {
    display:block;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.selectbox .trigger {
    position:absolute;
    top:0;
    right:0;
    width:37px;
    height:34px;
}
.selectbox .trigger .arrow {
    position:absolute;
    top:15px;
    right:15px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:4px solid #888888;
    width:0;
    height:0;
    overflow:hidden;
}
.selectbox .dropdown {
    top:37px;
    left:0;
    width:262px;
    font-size:15px;
    line-height:22px;
    padding:0;
    margin:0 0 1px;
    background:#ffffff;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
}
.sort .selectbox .dropdown {
    top:37px !important;
    bottom:auto !important;
}
.selectbox ul {
    margin:0 !important;
}
.selectbox li {
    color:#888888;
    padding:7px 37px 5px 9px !important;
    margin:0 !important;
    border-top:1px solid #bbbbbb;
}
.selectbox li:hover {
    color:#6a5acd;
}
.selectbox li.selected {
    color:#9b1c61;
}

/* Slider */

.lb .filter .rating {
    position:relative;
    width:166px;
    height:7px;
    margin:36px 0 35px 7px;
}
.lb .filter .rating span {
    position:absolute;
    left:-7px;
    top:19px;
    width:181px;
}
.lb .filter .rating span em {
    float:left;
    display:block;
    width:16px;
    height:17px;
    margin:0 0 0 17px;
    background:url('../img/star_icon.png') no-repeat left top;
}
.lb .filter .rating span em:first-child {
    margin-left:0;
}
.lb .filter .rating span em.active {
    background-position:0 -17px;
}
.lb .filter .rating:before {
    content:'';
    position:absolute;
    left:-3px;
    top:-24px;
    width:172px;
    height:39px;
    background:url('../img/rating_bg.png') no-repeat left top;
}
.ui-slider {
    position:relative;
    width:166px;
    height:7px;
    text-align:left;
    background:url('../img/slider_line.png') no-repeat left top;
}
.ui-slider .ui-slider-handle {
    position:absolute;
    z-index:2;
    width:16px;
    height:28px;
    cursor:pointer;
    margin:-10px 0 0 -8px;
    background:url('../img/slider_handle.png') no-repeat left top;
}
.ui-slider .ui-slider-range {
    position:absolute;
    z-index:1;
    height:7px;
    display:block;
    border:0;
    background:url('../img/slider_range.png') repeat-x top;
}
.ui-datepicker {
    display:none;
    z-index:50 !important;
    width:180px;
    padding:16px 14px 10px;
    margin-top:1px;
    background:#ffffff;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
}
.filter .calendar .ui-datepicker {
    padding:2px 0 0;
    background:none;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.ui-datepicker .ui-datepicker-header {
    position:relative;
    text-align:center;
    padding:0 0 9px;
    border-bottom:1px solid #bbbbbb;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position:absolute;
    top:0;
    z-index:10;
    display:block;
    width:8px;
    height:15px;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left:0;
    background:url('../img/calendar_prev.png') no-repeat left top;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right:0;
    background:url('../img/calendar_next.png') no-repeat left top;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    background-position:0 -15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    position:relative;
    color:#6a5acd;
    font-size:15px;
    line-height:18px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}
.ui-datepicker .ui-datepicker-calendar {
    margin:0 0 6px 3px;
}
.ui-datepicker .ui-datepicker-calendar th {
    width:24px;
    height:24px;
    color:#202020;
    font-size:12px;
    line-height:16px;
    text-transform:uppercase;
    padding:8px 0 1px;
}
.ui-datepicker .ui-datepicker-calendar td {
    width:24px;
    height:24px;
    font-size:13px;
    line-height:14px;
    padding:3px 1px 3px 0;
}
.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
    position:relative;
    display:block;
    color:#888888;
    text-align:center;
    text-decoration:none;
    padding:7px 3px 3px 3px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
    color:#bbbbbb;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
    color:#6a5acd;
    font-weight:bold;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    padding:6px 2px 2px 2px !important;
    background:#bbb5e1 !important;
    border:1px solid #6a5acd !important;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
    color:#6a5acd;
    font-weight:bold;
    padding:5px 1px 1px 1px;
    border:2px solid #6a5acd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-custom:after {
    content:'';
    position:absolute;
    right:0;
    top:3px;
    width:5px;
    height:6px;
    background:url('../img/calendar_custom.png') no-repeat left top;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:after, .ui-datepicker .ui-datepicker-calendar td a:hover:after {
    display:none;
}

/* Preloader */

.preload {
    position:fixed;
    left:50%;
    top:50%;
    z-index:10000;
    display:block;
    width:22px;
    height:22px;
    margin:-11px 0 0 -11px;
    background:url('../img/preload_icon.gif') no-repeat left top;
}

/* Item */

.item {
    width:940px !important;
    margin:0 auto 19px;
}
.item > ul {
    position:relative;
    clear:both;
    overflow:hidden;
    z-index:1;
    height:46px;
    margin:0 0 -1px;
}
.item > ul li {
    position:relative;
    float:left;
    margin:6px -1px 0 0;
}
.item > ul li a {
    display:block;
    color:#888888;
    font-size:15px;
    line-height:18px;
    text-decoration:none;
    padding:11px 19px 9px 18px;
    background:#f3f3f3;
    border:1px solid #dbdbdb;
    transition:background 0.25s ease-in-out;
    -webkit-transition:background 0.25s ease-in-out;
    -moz-transition:background 0.25s ease-in-out;
    -o-transition:background 0.25s ease-in-out;
}
.item > ul li:first-child a {
    -webkit-border-radius:4px 0 0 0;
    -moz-border-radius:4px 0 0 0;
    border-radius:4px 0 0 0;
}
.item > ul li:last-child a {
    -webkit-border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    border-radius:0 4px 0 0;
}
.item > ul li a sup {
    display:inline-block;
    font-size:12px;
    line-height:10px;
    vertical-align:top;
    margin:0 0 0 2px;
}
.item > ul li a span {
    position:relative;
    color:#6a5acd;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #bcb6e4;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > ul li a:hover {
    background:#ffffff;
}
.item > ul li a:hover span {
    color:#9b1c61;
}
.item > ul li a:hover span:after {
    border-bottom:1px solid #d09db9;
}
.item > ul li.active {
    margin-top:0;
}
.item > ul li.active a {
    padding-top:17px;
    background:#ffffff;
    border-bottom:1px solid #ffffff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.item > ul li.active a span {
    color:#202020;
}
.item > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.item > div {
    width:auto !important;
    padding:20px 0 24px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:0 3px 3px 3px;
    -moz-border-radius:0 3px 3px 3px;
    border-radius:0 3px 3px 3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.item.single  > div, .item.rounded > div {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.item > div h2 {
    position:relative;
    z-index:1;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:1px 19px -19px;
}
.item > div h2:after {
    content:'';
    position:absolute;
    left:0;
    bottom:11px;
    width:100%;
    border-bottom:1px solid #ffffff;
}
.item > div h2 a {
    position:relative;
    z-index:2;
    color:#6a5acd;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > div h2 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:4px;
    width:100%;
    border-bottom:1px solid #c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > div h2 a:hover {
    color:#9b1c61;
}
.item > div h2 a:hover:after {
    border-bottom:1px solid #e19ebc;
}
.item > div h2 span {
    position:absolute;
    right:0;
    top:-1px;
    z-index:2;
    width:30px;
    height:32px;
    cursor:pointer;
    margin:0 0 0 2px;
    background-color:#a0a0a0;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url('../img/list_favorite_icon.png');
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > div h2 span:hover {
    background-color:#c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > div > div {
    position:relative;
    clear:both;
    overflow:hidden;
    padding:33px 19px 10px;
    margin:7px 0 0;
}
.item > div > div:before {
    content:'';
    position:absolute;
    left:19px;
    top:0;
    width:900px;
    height:1px;
    background:#dbdbdb;
}
.item > div > div:first-child {
    padding-top:10px;
    margin-top:0;
    border-top-width:0;
}
.item > div > div:first-child:before {
    display:none;
}
.item .contacts {
    float:left;
    width:240px;
}
.item .contacts > div {
    position:relative;
    margin:22px 0 0;
}
.item .contacts > div:first-child {
    margin-top:0;
}
.item .contacts > div.logo {
    text-align:center;
}
.item .contacts > div.logo img {
    max-width:224px;
    height:auto;
    margin:0 0 -2px 16px;
}
.item .contacts > div .status {
    position:absolute;
    right:1px;
    top:17px;
    z-index:5;
    display:block;
    width:39px;
    height:24px;
    background:url('../img/list_status.png') no-repeat left top;
}
.item .contacts > div .status.close {
    background-position:0 -24px;
}
.item .contacts p {
    color:#202020;
    font-size:15px;
    line-height:22px;
    margin:0;
}
.item .contacts p a {
    position:relative;
    color:#888888;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .contacts p a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .contacts p a:hover {
    color:#9b1c61;
}
.item .contacts p a:hover:after {
    border-bottom:1px solid #d09db9;
}
.item .contacts h3 {
    position:relative;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-transform:uppercase;
    padding:0;
    margin:0 0 2px;
}
.item .contacts h3:before {
    content:'— ';
}
.item .contacts h3 a {
    position:relative;
    color:#888888;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .contacts h3 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .contacts h3 a:hover {
    color:#9b1c61;
}
.item .contacts h3 a:hover:after {
    border-bottom:1px dotted #d09db9;
}
.item .contacts h3 span {
    position:absolute;
    right:0;
    top:0;
    display:block;
    text-transform:none;
}
.item .contacts h5 {
    position:relative;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.item .contacts h5 a {
    position:relative;
    color:#6a5acd;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .contacts h5 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .contacts h5 a:hover {
    color:#9b1c61;
}
.item .contacts h5 a:hover:after {
    border-bottom:1px dotted #d09db9;
}
.item .contacts h5.sms {
    padding:3px 0 0 18px;
}
.item .contacts h5.sms:before {
    content:'';
    position:absolute;
    left:0;
    top:2px;
    width:10px;
    height:16px;
    background:url('../img/sms_icon.png') no-repeat left top;
}
.item .media {
    position:relative;
    float:right;
    width:640px;
}
.item .media > ul {
    clear:both;
    overflow:hidden;
    margin:0 0 20px;
}
.item .media > ul li {
    float:left;
    font-size:15px;
    line-height:22px;
}
.item .media > ul li a {
    display:block;
    color:#888888;
    text-decoration:none;
    padding:6px 16px 4px 15px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media > ul li a span {
    position:relative;
}
.item .media > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media > ul li a:hover {
    color:#9b1c61;
}
.item .media > ul li a:hover:after {
    border-bottom:1px dotted #d09db9;
}
.item .media > ul li.active a {
    color:#ffffff;
    background:#a0a0a0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.item .media > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.item .media > h5 {
    position:absolute;
    right:0;
    top:0;
    padding:0;
    margin:0;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media > h5 {
    opacity:1;
    display:block\0;
}
.item .media > h5 span {
    position:relative;
    display:block;
    float:left;
    width:30px;
    height:32px;
    cursor:pointer;
    margin:0 0 0 2px;
    background-color:#a0a0a0;
    background-repeat:no-repeat;
    background-position:center center;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media > h5 > span:first-child {
    margin-left:0;
    -webkit-border-top-left-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-bottomleft:4px;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.item .media > h5 > span:last-child {
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.item .media > h5 > span.favorite {
    background-image:url('../img/list_favorite_icon.png');
}
.item .media > h5 > span.compare {
    background-image:url('../img/list_compare_icon.png');
}
.item .media > h5 > span:hover, .item .media > h5 > span.active {
    background-color:#c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media .incut {
    height:400px;
}
.item .media .incut > div {
    height:400px;
}
.item .media .photo {
    clear:both;
    overflow:hidden;
    height:400px;
}
.item .media .gallery .big {
    overflow:hidden;
    position:relative;
    float:left;
    width:550px;
    height:400px;
    /*background:#dbdbdb;*/
    background:transparent;
}
.item .media .gallery .big img {
    position:absolute;
    left:50%;
    top:0;
    min-height:400px;
    margin:0 0 -4px;
}
.item .media .gallery .preview, .item .media .video .preview {
    overflow:hidden;
    float:left;
    width:270px;
    max-height:378px;
    margin:0 -10px 0 11px;
}
.item .media .gallery .preview li, .item .media .video .preview li {
    overflow:hidden;
    position:relative;
    float:left;
    width:80px;
    height:53px;
    text-align:center;
    margin:0 10px 10px 0;
    background:#dbdbdb;
}
.item .media .gallery .preview li a, .item .media .video .preview li a {
    position:relative;
    display:block;
}
.item .media .gallery .preview li a:after, .item .media .video .preview li a:after {
    display:none;
    content:'';
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    width:76px;
    height:49px;
    border:2px solid #9b1c61;
}
.item .media .gallery .preview li.active a:after, .item .media .video .preview li.active a:after {
    display:block;
}
.item .media .gallery .preview li img, .item .media .video .preview li img {
    min-height:53px;
    opacity:0.4;
    filter:alpha(opacity=40);
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:url('../grayscale.svg#greyscale');
    filter:gray;
    -webkit-filter:grayscale(1);
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media .gallery .preview li:hover img, .item .media .gallery .preview li.active img, .item .media .video .preview li:hover img, .item .media .video .preview li.active img {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-filter:grayscale(0);
    -moz-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
    filter:grayscale(0);
    filter:none;
    -webkit-filter:grayscale(0);
}
.item .media .carousel {
    position:relative;
    float:left;
    width:82px;
    height:402px;
    margin:0 -11px 0 9px;
}
.item .media .carousel > li {
    position:relative;
    width:80px;
    height:53px;
    margin:10px 0 0;
}
.item .media .carousel > li > a {
    display:block;
}
.item .media .carousel > li:first-child {
    margin-top:0;
}
.item .media .carousel .jcarousel-container-vertical {
    height:360px;
    padding:20px 1px 22px;
}
.item .media .carousel .jcarousel-clip-vertical {
    overflow:hidden;
    position:relative;
    width:80px;
    height:350px;
    padding:10px 0 0;
}
.item .media .carousel .jcarousel-clip-vertical:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    width:100%;
    height:10px;
    background:url('../img/carousel_shadow.png') repeat-x top;
}
.item .media .carousel .jcarousel-clip-vertical:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    z-index:10;
    width:100%;
    height:10px;
    background:url('../img/carousel_shadow.png') repeat-x bottom;
}
.item .media .carousel .jcarousel-item {
    position:relative;
    width:80px;
    height:63px;
    text-align:center;
}
.item .media .carousel .jcarousel-item:last-child {
    height:73px;
}
.item .media .carousel .jcarousel-item:first-child {
    margin-top:0;
}
.item .media .carousel .jcarousel-item a, .item .media .carousel > li > a {
    position:relative;
    display:block;
    width:80px;
    height:53px;
    background:#dbdbdb;
}
.item .media .carousel .jcarousel-item a:after, .item .media .carousel > li > a:after {
    display:none;
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:76px;
    height:49px;
    border:2px solid #9b1c61;
}
.item .media .carousel .jcarousel-item.active a:after, .item .media .carousel > li.active > a:after {
    display:block;
}
.item .media .carousel .jcarousel-item img, .item .media .carousel > li > a > img {
    min-height:53px;
    opacity:0.4;
    filter:alpha(opacity=40);
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:url('../grayscale.svg#greyscale');
    filter:gray;
    -webkit-filter:grayscale(1);
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .media .carousel .jcarousel-item:hover img, .item .media .carousel .jcarousel-item.active img, .item .media .carousel > li.active > a > img {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-filter:grayscale(0);
    -moz-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
    filter:grayscale(0);
    filter:none;
    -webkit-filter:grayscale(0);
}
.item .media .temp {
    display:none;
}
.item .media .carousel .jcarousel-prev-vertical {
    position:absolute;
    left:0;
    top:0;
    width:82px;
    height:22px;
    cursor:pointer;
    background:url('../img/carousel_prev.png') no-repeat left top;
}
.item .media .carousel .jcarousel-next-vertical {
    position:absolute;
    left:0;
    bottom:0;
    width:82px;
    height:24px;
    cursor:pointer;
    background:url('../img/carousel_next.png') no-repeat left top;
}
.item .media .carousel .jcarousel-prev-disabled-vertical, .item .media .gallery .carousel .jcarousel-next-disabled-vertical {
    cursor:default;
}
.item .media .video .big {
    overflow:hidden;
    position:relative;
    float:left;
    width:550px;
    height:400px;
    background:#dbdbdb;
}
.item .media .video .big > div {
    overflow:hidden;
    width:550px;
    height:400px;
}
.item .media .share, .item .description .share {
    margin:20px 0 0;
}
.item .media .share p, .item .description .share p {
    display:inline-block;
    color:#202020;
    font-size:15px;
    line-height:22px;
    vertical-align:top;
    margin:0 7px 0 0;
}
.item .media .share > div, .item .description .share > div {
    display:inline-block;
    vertical-align:top;
}
.item .media .share > div img, .item .description .share > div img {
    margin:0 0 -3px;
}
.item .media .picture {
    margin:0 0 -6px;
}
.item .media .picture img {
    max-width:640px;
}
.item .order {
    float:left;
    width:240px;
    text-align:center;
    padding:0 0 5px;
}
.item .order > div {
    position:relative;
    text-align:left;
    margin:0 0 42px;
    border:2px solid #bbbbbb;
    border-bottom-width:0;
}
.item .order > div:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:240px;
    height:22px;
    background:url('../img/item_order_after.png') no-repeat left top;
}
.item .order > div > div {
    text-align:center;
    padding:17px 10px 9px;
    border-top:1px solid #dbdbdb;
}
.item .order > div > div:first-child {
    border-top-width:0;
}
.item .order > div > div p {
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:0 0 9px;
}
.item .order > div > div h5 {
    color:#202020;
    font-size:28px;
    line-height:34px;
    font-weight:normal;
    padding:0;
    margin:0 0 6px;
}
.item .order > div > div h5 span {
    display:block;
    color:#9b1c61;
    padding:1px 0 0;
}
.item .order button {
    position:relative;
    width:214px;
    color:#9b1c61;
    font-size:15px;
    line-height:22px;
    text-align:center;
    text-shadow:0 1px 0 #ffffff;
    cursor:pointer;
    padding:6px 10px 4px;
    background:url('../img/item_order_button.png') repeat-x top;
    border:2px solid #9b1c61;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    box-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.item .order button:hover {
    color:#ffffff;
    padding:8px 12px 6px;
    border:0;
    text-shadow:0 -1px 0 #000000;
    background-position:0 -32px;
}
.item .realty {
    float:left;
    width:240px;
    text-align:center;
    padding:0 0 5px;
}
.item .realty > h5 {
    font-size:18px;
    line-height:24px;
    text-align:center;
    padding:0;
    margin:4px 0 24px;
}
.item .realty > div {
    position:relative;
    text-align:left;
    margin:0 0 42px;
    border:2px solid #bbbbbb;
    border-bottom-width:0;
}
.item .realty > div:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:240px;
    height:22px;
    background:url('../img/item_order_after.png') no-repeat left top;
}
.item .realty > div > div {
    text-align:center;
    padding:16px 10px 9px;
    border-top:1px solid #dbdbdb;
}
.item .realty > div > div:first-child {
    border-top-width:0;
}
.item .realty > div > div:last-child {
    padding-bottom:4px;
}
.item .realty > div > div h6 {
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0 0 10px;
}
.item .realty > div > div h5 {
    color:#202020;
    font-size:28px;
    line-height:34px;
    font-weight:normal;
    padding:0;
    margin:0 0 1px;
}
.item .realty > div > div h5 span {
    color:#9b1c61;
}
.item .realty > div > div p {
    color:#202020;
    font-size:15px;
    line-height:22px;
    margin:0 0 5px;
}
.item .realty > div > div sup {
    font-size:10px;
    line-height:10px;
}
.item .realty > p {
    font-size:15px;
    line-height:22px;
    text-align:center;
    margin:64px 0 0;
}
.item .information {
    float:right;
    width:640px;
}
.item .information > div {
    padding:27px 0 0;
    margin:25px 0 0;
    border-top:1px solid #dbdbdb;
}
.item .information > div:first-child {
    padding-top:0;
    margin-top:0;
    border-top-width:0;
}
.item .information > div:last-child {
    margin-bottom:0;
}
.item .information > div.features > ul {
    margin:2px 0 0;
}
.item .information > div.features > ul li {
    position:relative;
    display:inline-block;
    width:147px;
    color:#202020;
    font-size:15px;
    line-height:22px;
    vertical-align:top;
    padding:0 0 0 33px;
    margin:0 -3px 12px 20px !important;
}
.item .information > div.features > ul li span {
    position:absolute;
    left:0;
    top:-2px;
    display:block;
    width:22px;
    height:22px;
    border:1px solid #bbbbbb;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.item .information > div p, .item .information > div.description ul {
    color:#202020;
    font-size:15px;
    line-height:22px;
    margin:0 0 22px;
}
.item .information > div p a, .item .information > div.description ul a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
}
.item .information > div p a:hover, .item .information > div.description ul a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.item .information > div.description ul li {
     list-style: inside disc;
}
.item .information > div.features p span {
    display:block;
    color:#888888;
}
.item .information > div.branches > div > div {
    margin:17px 0 0;
}
.item .information > div.branches > div > div:first-child {
    margin-top:0;
}
.item .information > div.branches > div > div p {
    line-height:24px;
    margin:0;
}
.item .information > div.branches > div > div p em {
    display:inline-block;
    color:#888888;
    font-style:normal;
    vertical-align:top;
    margin:0 0 0 35px;
}
.item .information h3 {
    color:#202020;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:-1px 0 17px;
}
.item .action, .item .afisha {
    float:left;
    width:240px;
}
.item .afisha ul {
    margin:-13px 0 16px;
}
.item .afisha ul li {
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    text-align:center;
    margin:4px 0 0;
}
.item .afisha ul li:first-child {
    margin-top:0;
}
.item .afisha ul li a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .afisha ul li a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.item .action > h5, .item .afisha > h5 {
    font-size:15px;
    line-height:25px;
    font-weight:normal;
    text-align:center;
    padding:15px 14px 14px;
    margin:0 0 53px;
    background:#f3f3f3;
}
.item .action > h5 span, .item .afisha > h5 span {
    display:block;
    color:#888888;
}
.item .afisha > p {
    font-size:15px;
    line-height:22px;
    margin:-27px 0 49px;
}
.item .afisha > h3 {
    font-size:18px;
    line-height:24px;
    text-align:center;
    padding:0;
    margin:4px 0 24px;
}
.item .action > div {
    position:relative;
    text-align:center;
    padding:69px 18px 5px;
    margin:0 0 37px;
    border:2px solid #cd8eb2;
    border-bottom-width:0;
}
.item .action > div:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:240px;
    height:22px;
    background:url('../img/item_action_after.png') no-repeat left top;
}
.item .action > div h3 {
    position:absolute;
    left:-2px;
    top:-38px;
    width:240px;
    font-size:28px;
    line-height:34px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0;
}
.item .action > div h3 strong {
    position:relative;
    display:inline-block;
    color:#9b1c61;
    font-size:72px;
    line-height:72px;
    letter-spacing:-3px;
    padding:0 9px 0 8px;
    margin:0;
    background:#ffffff;
}
.item .action > div h3 strong sup {
    position:absolute;
    right:-18px;
    top:-1px;
    font-size:28px;
    line-height:34px;
}
.item .action > div h3 span {
    position:relative;
    z-index:5;
    display:block;
    margin:-12px 20px 0;
}
.item .action > div h3 em {
    display:inline-block;
    width:92px;
    height:72px;
    vertical-align:top;
    background:#ffffff url('../img/gift_icon.png') no-repeat center 5px;
}
.item .action > div > div {
    text-align:center;
    padding:10px 0 9px;
    border-top:1px solid #dbdbdb;
}
.item .action > div > div h5 {
    font-size:15px;
    line-height:25px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.item .action > div > div h5 span {
    display:block;
    color:#888888;
}
.item .action > div > div p {
    font-size:15px;
    line-height:22px;
    margin:2px 0 0;
}
.item .action > div > div p span {
    display:block;
    color:#888888;
}
.item .afisha > div {
    position:relative;
    text-align:center;
    padding:0 18px 3px;
    margin:0 0 37px;
    border:2px solid #cd8eb2;
    border-bottom-width:0;
}
.item .afisha > div:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:240px;
    height:22px;
    background:url('../img/item_action_after.png') no-repeat left top;
}
.item .afisha > div > div {
    padding:17px 0 10px;
    border-top:1px solid #dbdbdb;
}
.item .afisha > div h3 {
    position:absolute;
    left:-2px;
    top:-38px;
    width:240px;
    color:#9b1c61;
    font-size:72px;
    line-height:72px;
    text-align:center;
    padding:0;
    margin:0;
}
.item .afisha > div h3 span {
    position:relative;
    display:inline-block;
    padding:0 6px;
    background:#ffffff;
}
.item .afisha > div h3 span sup {
    position:absolute;
    right:-14px;
    top:-1px;
    display:block;
    font-size:28px;
    line-height:34px;
}
.item .afisha > div h5 {
    position:relative;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:22px 0 15px;
    margin:0;
}
.item .afisha > div h5 span {
    display:block;
    font-size:28px;
    line-height:34px;
    margin:0 0 3px;
}
.item .afisha > div p {
    font-size:15px;
    line-height:22px;
    margin:0;
}
.item .afisha > div p span {
    display:block;
    color:#9b1c61;
    font-size:28px;
    line-height:34px;
    margin:0 0 -3px;
}
.item .information .details {
    margin:-11px 0 -8px 20px !important;
}
.item .information .details li {
    position:relative;
    display:block;
    width:auto;
    padding:0 0 0 20px;
    margin:0 0 9px !important;
}
.item .information .details li:before {
    content:'';
    position:absolute;
    left:0;
    top:4px;
    width:10px;
    height:12px;
    background:url('../img/item_details_li.png') no-repeat left top;
}
.item .information .details li span {
    display:none;
}
.item .other, .item .otherafisha {
    padding:0;
    background:none;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.item .other {
    margin:36px 0 32px;
}
.item .otherafisha {
    margin:36px 0 30px;
}
.item .other > h3, .item .otherafisha > h3 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 16px;
}
.item .other ul, .item .otherafisha ul {
    white-space:nowrap;
    margin:0;
}
.item .otherafisha ul {
    width:940px;
    overflow:hidden;
    padding:10px;
    margin:-10px;
}
.item .other ul li, .item .otherafisha ul li {
    display:inline-block;
    margin:0 17px 0 0;
}
.item .other ul li h3, .item .otherafisha ul li h3 {
    white-space:normal;
}
.catalog .similar {
    position:relative;
    float:left;
    width:220px;
    padding:29px 18px 20px;
    margin:14px 0 20px;
    border:2px solid #bbbbbb;
}
.catalog .similar > h2 {
    position:absolute;
    left:-2px;
    top:-16px;
    width:260px;
    color:#202020;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0 0 15px;
}
.catalog .similar > h2 span {
    position:relative;
    padding:0 20px;
    background:#f3f3f3;
}
.catalog .similar ul {
    margin:0;
}
.catalog .similar ul li {
    position:relative;
    width:218px;
    /*height:246px; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    height:200px;
    margin:10px 0 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.catalog .similar ul li:first-child {
    margin-top:0;
}
.catalog .similar ul li:hover {
    z-index:1;
    /*height:275px;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    /*margin-bottom:-29px;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.catalog .similar ul li > div.information {
    position:relative;
    clear:both;
    overflow:hidden;
    padding:19px 19px 0;
}
.catalog .similar ul li > div.information .sale {
    position:absolute;
    left:147px;
    top:16px;
    z-index:1;
    display:block;
    width:45px;
    height:45px;
    background:url('../img/sale_icon.png') no-repeat left top;
}
.catalog .similar ul li .status {
    position:absolute;
    right:19px;
    top:177px;
    z-index:5;
    display:block;
    width:39px;
    height:24px;
    background:url('../img/list_status.png') no-repeat left top;
}
.catalog .similar ul li .status.close {
    background-position:0 -24px;
}
.catalog .similar ul li > div.information > div {
    overflow:hidden;
    position:relative;
    width:160px;
    height:120px;
    margin:0 auto 12px;
}
.catalog .similar ul li > div.information > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:160px;
    min-height:120px;
}
.catalog .similar ul li > div.information > div h5 {
    position:absolute;
    left:0;
    bottom:0;
    color:#ffffff;
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    padding:0;
    margin:0;
    background:rgba(32,32,32,0.8) url('../img/blog_h5.png') no-repeat 9px 9px;
}
.catalog .similar ul li > div.information > div h5 a {
    display:block;
    color:#ffffff;
    padding:9px 11px 7px 32px;
}
.catalog .similar ul li > div.information > div h5 a:hover {
    text-decoration:none;
}
.catalog .similar ul li h2 {
    overflow:hidden;
    position:relative;
    font-size:15px;
    line-height:22px;
    text-align:center;
    white-space:nowrap;
    padding:0;
    margin:0 0 10px;
}
.catalog .similar ul li h2:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.catalog .similar ul li h2 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .similar ul li h2 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.catalog .similar ul li h6 {
    position:relative;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 0 6px;
}
.catalog .similar ul li h6 strong {
    display:none;
    font-weight:normal;
}
.catalog .similar ul li h6 span {
    position:static;
    color:#888888;
}
.catalog .similar ul li > div.description {
    clear:both;
    overflow:hidden;
    padding:0 19px;
}
.catalog .similar ul li > div.description > h5 {
    display:block;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:1px 0 1px;
    margin:0 0 13px;
}
.catalog .similar ul li > div.description > h5 strong {
    display:block;
    min-width:161px;
    color:#202020;
    font-weight:normal;
    text-align:center;
    vertical-align:top;
    margin:-1px 14px 0 0;
}
.catalog .similar ul li > div.description > h5 strong em {
    font-style:normal;
}
.catalog .similar ul li > div.description > h5 span {
    display:none;
}
.catalog .similar ul li > h5 {
    position:absolute;
    left:50%;
    bottom:0;
    width:62px;
    height:32px;
    padding:0;
    margin:0 0 0 -31px;
    opacity:0;
    display:none\0;
}
.catalog .similar ul li:hover > h5 {
    opacity:1;
    display:block\0;
}
.catalog .similar ul li > h5 > span {
    position:relative;
    float:left;
    display:block;
    width:30px;
    height:32px;
    cursor:pointer;
    margin:0 0 0 2px;
    background-color:#a0a0a0;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog .similar ul li > h5 > span:first-child {
    margin-left:0;
}
.catalog .similar ul li > h5 > span.favorite {
    background-image:url('../img/list_favorite_icon.png');
}
.catalog .similar ul li > h5 > span.compare {
    background-image:url('../img/list_compare_icon.png');
}
.catalog .similar ul li > h5 > span:hover, .catalog .similar ul li > h5 > span.active {
    background-color:#c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.closest .rb {
    float:right;
    width:660px;
}
.closest {
    padding-bottom:31px !important;
}
.item .special {
    position:relative;
    float:right;
    width:640px;
    margin:-4px 0 0;
}
.item .special > h2 {
    color:#202020;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 13px;
}
.item .special > h2 em {
    position:relative;
    z-index:5;
    font-style:normal;
}
.item .special > p {
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:0;
}
.item .special ul {
    margin:25px 0 6px;
}
.item .special ul li {
    overflow:hidden;
    clear:both;
    overflow:hidden;
    position:relative;
    padding:16px 240px 15px 19px;
    margin:20px 0 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition:border 0.25s ease-in-out;
    -webkit-transition:border 0.25s ease-in-out;
    -moz-transition:border 0.25s ease-in-out;
    -o-transition:border 0.25s ease-in-out;
}
.item .special ul li h5 {
    position:absolute;
    left:409px;
    top:19px;
    color:#ffffff;
    font-size:28px;
    line-height:34px;
    padding:6px 10px 0 10px;
    margin:0;
    background:#9b1c61;
}
.item .special ul li h5:after {
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    border-left:10px solid transparent;
    border-top:10px solid #691345;
}
.item .special ul li h5 span {
    display:inline-block;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    vertical-align:top;
}
.item .special ul li:first-child {
    margin-top:0;
}
.item .special ul li:hover {
    border:1px solid #a89df4;
}
.item .special ul li img {
    float:right;
    margin:-16px -240px -15px 0;
}
.item .special ul li h2 {
    overflow:hidden;
    position:relative;
    font-size:18px;
    line-height:24px;
    white-space:nowrap;
    padding:0;
    margin:0 0 3px;
}
.item .special ul li h2:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.item .special ul li h2 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .special ul li h2 a:after {
    display:none;
}
.item .special ul li h2 a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.item .special ul li h6 {
    color:#202020;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0 0 3px;
}
.item .special ul li div {
    overflow:hidden;
    height:66px;
    margin:12px 0 0;
}
.item .special ul li:hover div {
    height:auto;
}
.item .special ul li div p {
    color:#202020;
    font-size:15px;
    line-height:22px;
    margin:0;
}
.item .review {
    position:relative;
    float:right;
    width:640px;
    margin:-4px 0 0;
}
.item .review > h2 {
    color:#202020;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 13px;
}
.item .review > h2 em {
    position:relative;
    z-index:5;
    font-style:normal;
}
.item .review > p {
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:0 160px 0 0;
}
.item .review .data {
    margin:25px 0 10px;
}
.item .review .data li {
    padding:27px 20px 25px;
    margin:10px 0 0;
    background:#fff9ea;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.item .review .data li:first-child {
    margin-top:0;
}
.item .review .data li p {
    color:#202020;
    font-size:15px;
    line-height:22px;
    margin:0;
}
.item .review .data .title {
    position:relative;
    margin:0 0 12px;
}
.item .review .data .title h3 {
    overflow:hidden;
    width:160px;
    font-size:18px;
    line-height:24px;
    text-transform:uppercase;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:0;
    margin:0;
}
.item .review .data .title .rating {
    position:absolute;
    left:180px;
    top:0;
}
.item .review .data .title .rating span {
    overflow:hidden;
    display:inline-block;
    width:16px;
    height:17px;
    vertical-align:top;
    margin:0 0 0 4px;
    background:url('../img/rating_icon.png') no-repeat left top;
}
.item .review .data .title .rating span:first-child {
    margin-left:0;
}
.item .review .data .title .rating span.active {
    background-position:0 -17px;
}
.item .review .data .title h6 {
    position:absolute;
    right:0;
    top:2px;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.item .review .data .answer {
    position:relative;
    padding:16px 18px 14px;
    margin:17px 0 6px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.item .review .data .answer:before {
    content:'';
    position:absolute;
    left:19px;
    top:-16px;
    width:16px;
    height:16px;
    background:url('../img/review_answer.png') no-repeat left top;
}
.item .review .data .answer p {
    color:#888888;
}
.item .review .data .answer h5 {
    color:#888888;
    font-size:15px;
    line-height:22px;
    padding:0;
    margin:9px 0 0;
}
.item .review .pagination {
    margin:0 0 10px;
}
.item .review .pagination li {
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 4px;
}
.item .review .pagination li:first-child {
    margin-left:0;
}
.item .review .pagination li a {
    display:block;
    color:#888888;
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0 1px 0 #ffffff;
    padding:8px 12px 2px 12px;
    background:url('../img/pagination_a.png') repeat-x top;
    border:1px solid #cecece;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.item .review .pagination li.active a, .item .review .pagination li a:hover {
    padding:9px 13px 3px 13px;
    background:#dbdbdb;
    border:0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
}
.item .review .message {
    margin:30px 0 -14px;
}
.item .review .message p {
    margin:0 0 10px;
}
.item .review .message p input[type="text"], .item .review .message p textarea {
    position:relative;
    width:382px;
    font-size:15px;
    padding:8px 18px 7px;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);
}
.item .review .message p input[type="text"].error, .item .review .message p textarea.error {
    border:1px solid #9b1c61;
}
.item .review .message p textarea {
    width:602px;
    min-height:79px;
    margin:0 0 -6px;
    resize:vertical;
}
.item .review .message .rate {
    position:absolute;
    right:0;
    bottom:42px;
    width:200px;
    height:36px;
}
.item .review .message .rate p {
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:22px;
    vertical-align:top;
    margin:8px 4px 6px 0;
}
.item .review .message .rate > div {
    display:inline-block;
    width:100px;
    height:17px;
    vertical-align:top;
    margin:10px 0 9px;
}
.item .review .message .rate > div span {
    float:left;
    display:block;
    width:20px;
    height:17px;
    cursor:pointer;
    background:url('../img/rating_icon.png') no-repeat 2px -34px;
}
.item .review .message .rate > div span.active, .item .review .message .rate > div span.current {
    background-position:2px -17px;
}
.item .review button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 10px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.item .review button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .review button span {
    position:relative;
    z-index:1;
}
.item .review button:hover {
    color:#202020;
}
.item .review button:hover:before {
    opacity:1;
    display:block\0;
}
.item .review button.add {
    position:absolute;
    right:0;
    top:46px;
    margin:0;
}
.item .poster {
    position:relative;
    float:right;
    width:640px;
    margin:-4px 0 0;
}
.item .poster > h2 {
    position:relative;
    color:#202020;
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 13px;
}
.item .poster > h2 em {
    position:relative;
    z-index:5;
    font-style:normal;
}
.item .poster ul {
    margin:-1px 0 -24px;
}
.item .poster ul li {
    clear:both;
    overflow:hidden;
    padding:26px 0 16px 240px;
    border-top:1px solid #dbdbdb;
}
.item .poster ul li:first-child {
    padding-top:0;
    border-top-width:0;
}
.item .poster ul li img {
    float:left;
    margin:4px 0 17px -240px;
}
.item .poster ul li h2 {
    position:relative;
    font-size:18px;
    line-height:24px;
    padding:0;
    margin:0 0 12px;
}
.item .poster ul li h2:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.item .poster ul li h2 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item .poster ul li h2 a:after {
    display:none;
}
.item .poster ul li h2 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.item .poster ul li p {
    font-size:15px;
    line-height:22px;
    margin:0 0 9px;
}
.item .poster ul li p span {
    display:inline-block;
    color:#888888;
    vertical-align:top;
    padding:0 9px 0 0;
}
.item .poster ul li > div {
    margin:21px 0 0;
}
.item .description {
    position:relative;
    float:right;
    width:640px;
    margin:-14px 0 0;
}
.item .description div:first-child {
    clear:both;
    overflow:hidden;
    padding:0 0 10px px;
}
.item .description .info {
    clear:both;
    overflow:hidden;
    padding:0 0 0 340px;
    margin:0 0 17px;
}
.item .description .info img {
    float:left;
    max-width:320px;
    margin:4px 0 0 -340px;
}
.item .description .info p {
    font-size:15px;
    line-height:28px;
    margin:13px 0 0;
}
.item .description .info p:first-of-type {
    margin:0 44px 0 0;
}
.item .description .info p strong {
    display:block;
    font-size:15px;
    text-transform:uppercase;
    margin:0 0 -2px;
}
.item .description .text {
    margin:0 0 -7px;
}
.item .description .text p {
    font-size:15px;
    line-height:22px;
    margin:0 0 22px;
}
.catalog > div .datefilter {
    width:100%;
    /*padding:6px 0;*/
    padding: 0 0 6px;
    border-bottom:1px solid #bbbbbb;
}
.catalog > div .datefilter > div {
    width:940px;
    height:36px;
    margin:0 auto;
}
.catalog > div .datefilter > div > ul {
    float:left;
    margin:8px 0 6px 19px;
}
.catalog > div .datefilter > div > ul li {
    float:left;
    font-size:15px;
    line-height:22px;
}
.catalog > div .datefilter > div > ul li:before {
    content:'';
    float:left;
    width:1px;
    height:20px;
    margin:0 9px;
    background:url('../img/datefilter_li.png') no-repeat left top;
}
.catalog > div .datefilter > div > ul li:first-child:before {
    display:none;
}
.catalog > div .datefilter > div > ul li a {
    position:relative;
    color:#888888;
    text-decoration:none;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.catalog > div .datefilter > div > ul li a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #c8c8c8;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.catalog > div .datefilter > div > ul li a:hover {
    color:#9b1c61;
}
.catalog > div .datefilter > div > ul li a:hover:after {
    border-bottom:1px solid #e19ebc;
}
.catalog > div .datefilter > div > ul li.active a {
    color:#202020;
}
.catalog > div .datefilter > div > ul li.active a:after {
    display:none;
}
.catalog > div .datefilter > div > div {
    float:right;
}
.catalog > div .datefilter > div > div p {
    position:relative;
    float:left;
    margin:0 0 0 20px;
}
.catalog > div .datefilter > div > div p:before {
    content:'';
    position:absolute;
    left:-15px;
    top:17px;
    width:10px;
    height:1px;
    background:#bbbbbb;
}
.catalog > div .datefilter > div > div p:first-child:before {
    display:none;
}
.catalog > div .datefilter > div > div p:after {
    content:'';
    position:absolute;
    right:10px;
    top:10px;
    width:16px;
    height:16px;
    background:url('../img/calendar_icon.png') no-repeat left top;
}
.catalog > div .datefilter > div > div p input[type="text"] {
    position:relative;
    width:63px;
    font-size:15px;
    padding:8px 26px 7px 9px;
    background:#ffffff;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    transition:border-color 0.25s ease-in-out;
    -webkit-transition:border-color 0.25s ease-in-out;
    -moz-transition:border-color 0.25s ease-in-out;
    -o-transition:border-color 0.25s ease-in-out;
}
.catalog > div .datefilter > div > div button {
    overflow:hidden;
    position:relative;
    float:left;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 0 10px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.catalog > div .datefilter > div > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog > div .datefilter > div > div button span {
    position:relative;
    z-index:1;
}
.catalog > div .datefilter > div > div button:hover {
    color:#202020;
}
.catalog > div .datefilter > div > div button:hover:before {
    opacity:1;
    display:block\0;
}
.catalog > div .datefilter > div > div button.active {
    color:#6a5acd;
    padding:7px 18px 5px;
    border:2px solid #6a5acd;
}
.catalog > div .datefilter > div > div button.active:hover:before {
    opacity:1;
    display:block\0;
}
.rb .spec {
    margin:0 0 31px;
}
.rb .spec > .nav {
    margin:0 0 26px;
}
.rb .spec .tab > ul {
    width:720px;
    margin:0;
}
.rb .spec .tab > ul li, .rb .reccslide.actions > div .container > div .element, .item .other ul li {
    position:relative;
    display:inline-block;
    width:220px;
    vertical-align:top;
    margin:0 17px 20px 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.rb .reccslide > div .temp {
    display:none;
}
.rb .reccslide > div .container > div .element {
    float:left;
    margin:10px !important;
}
.rb .spec .tab > ul li:nth-of-type(4n) {
    margin-right:17px;
}
.rb .spec .tab > ul li:nth-of-type(3n) {
    margin-right:-3px;
}
.rb .spec .tab > ul li h6, .rb .reccslide.actions > div .container > div .element h6, .item .other ul li h6 {
    position:absolute;
    left:-9px;
    top:20px;
    z-index:5;
    color:#ffffff;
    font-size:28px;
    line-height:34px;
    padding:6px 10px 0;
    margin:0;
    background:#9b1c61;
}
.rb .spec .tab > ul li h6 sup, .rb .reccslide.actions > div .container > div .element h6 sup, .item .other ul li h6 sup {
    display:inline-block;
    font-size:15px;
    line-height:15px;
    vertical-align:top;
    margin:4px 0 0 1px;
}
.rb .spec .tab > ul li h6:before, .rb .reccslide.actions > div .container > div .element h6:before, .item .other ul li h6:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    border-left:10px solid transparent;
    border-top:10px solid #691345;
}
.rb .spec .tab > ul li > div, .rb .reccslide.actions > div .container > div .element > div, .item .other ul li > div {
    overflow:hidden;
    padding:0 0 11px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.rb .spec .tab > ul li:hover > div, .rb .reccslide.actions > div .container > div .element:hover > div, .item .other ul li:hover > div {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.rb .spec .tab > ul li div > div, .rb .reccslide.actions > div .container > div .element > div > div, .item .other ul li div > div {
    overflow:hidden;
    position:relative;
    width:218px;
    height:164px;
    margin:0 0 12px;
}
.rb .spec .tab > ul li div > div img, .rb .reccslide.actions > div .container > div .element > div > div img, .item .other ul li div > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:218px;
    min-height:164px;
}
.rb .spec .tab > ul li div h3, .rb .reccslide.actions > div .container > div .element > div h3, .item .other ul li > div h3, .item .other ul li div h3 {
    overflow:hidden;
    min-height:48px;
    max-height:72px;
    font-size:18px;
    line-height:24px;
    text-align:center;
    padding:0;
    margin:0 18px 3px;
}
.rb .spec .tab > ul > h5, .rb .afisha .tab > ul > h5 {
    position:relative;
    clear:both;
    overflow:hidden;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:8px 0 27px;
}
.rb .afisha .tab > ul > h5 {
    width:700px;
}
.rb .spec .tab > ul > h5:before, .rb .afisha .tab > ul > h5:before {
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:100%;
    border-bottom:1px solid #dbdbdb;
}
.rb .spec .tab > ul > h5 span, .rb .afisha .tab > ul > h5 span {
    position:relative;
    z-index:1;
    padding:0 11px;
    background:#f3f3f3;
}
.rb .reccslide.actions > div .container > div .element > div h3 {
    overflow:hidden;
    max-height:48px;
}
.rb .reccslide.actions > div .container > div .element:hover > div h3 {
    max-height:72px;
}
.rb .spec .tab > ul li div h3 a, .rb .reccslide.actions > div .container > div .element > div h3 a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .spec .tab > ul li div h3 a:hover, .rb .reccslide.actions > div .container > div .element > div h3 a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .spec .tab > ul li div p, .rb .reccslide.actions > div .container > div .element > div p, .item .other ul li div p {
    position:relative;
    overflow:hidden;
    font-size:15px;
    line-height:22px;
    text-align:center;
    white-space:nowrap;
    margin:0 19px 3px;
}
.rb .spec .tab > ul li div p:after, .rb .reccslide.actions > div .container > div .element > div p:after, .item .other ul li div p:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.rb .spec .tab > ul li div p a, .rb .reccslide.actions > div .container > div .element > div p a, .item .other ul li div p a {
    position:relative;
    color:#888888;
    text-decoration:none;
}
.rb .spec .tab > ul li div p a:after, .rb .reccslide.actions > div .container > div .element > div p a:after, .item .other ul li div p a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .spec .tab > ul li div p a:hover, .rb .reccslide.actions > div .container > div .element > div p a:hover, .item .other ul li div p a:hover {
    color:#9b1c61;
}
.rb .spec .tab > ul li div p a:hover:after, .rb .reccslide.actions > div .container > div .element > div p a:hover:after, .item .other ul li div p a:hover:after {
    border-bottom:1px solid #e19ebc;
}
.rb .spec .tab > div {
    text-align:center;
    margin:-8px 0 -10px;
}
.rb .spec .tab > div button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:8px 0 0;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.rb .spec .tab > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .spec .tab > div button span {
    position:relative;
    z-index:1;
}
.rb .spec .tab > div button:hover {
    color:#202020;
}
.rb .spec .tab > div button:hover:before {
    opacity:1;
    display:block\0;
}
.lb .reasons {
    margin:52px 0 23px;
}
.lb .reasons h2 {
    position:relative;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    padding:23px 20px 15px;
    margin:0 0 39px;
    border:2px solid #c788ac;
    border-bottom-width:0;
}
.lb .reasons h2:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:220px;
    height:22px;
    background:url('../img/significant_h2_after.png') no-repeat left top;
}
.lb .reasons h2 strong {
    position:absolute;
    left:-1px;
    top:-38px;
    display:block;
    width:100%;
    font-size:72px;
    line-height:72px;
}
.lb .reasons h2 strong em {
    display:inline-block;
    font-style:normal;
    padding:0 6px;
    background:#f3f3f3;
}
.lb .reasons h2 > span {
    position:relative;
    display:block;
    font-size:28px;
    line-height:32px;
    margin:0 0 4px;
}
.lb .reasons h2 input {
    position:relative;
    width:158px;
    font-size:15px;
    text-align:center;
    padding:8px 10px 7px 10px;
    margin:5px 0 10px -2px;
    background:#ffffff;
    border:1px solid #bbbbbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.75);
}
/*.lb .reasons h2 input:focus {
	padding:7px 9px 6px 42px;
	border:2px solid #6a5acd;
}*/
.lb .reasons h2 input.error {
    border:1px solid #9b1c61;
}
.lb .reasons button {
    position:relative;
    color:#9b1c61;
    font-size:15px;
    line-height:22px;
    text-align:center;
    text-shadow:0 1px 0 #ffffff;
    cursor:pointer;
    padding:6px 27px 4px;
    margin:0 0 3px;
    background:url('../img/item_order_button.png') repeat-x top;
    border:2px solid #9b1c61;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    box-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.lb .reasons button:hover {
    color:#ffffff;
    padding:8px 29px 6px;
    border:0;
    text-shadow:0 -1px 0 #000000;
    background-position:0 -32px;
}
.lb .reasons p {
    font-size:15px;
    line-height:22px;
    text-align:center;
    margin:0;
}
.rb .reccslide {
    margin:0 0 39px;
}
.rb .reccslide.actions {
    margin:0 0 19px;
}
.rb .reccslide h2 {
    position:relative;
    color:#9b1c61;
    font-size:24px;
    line-height:27px;
    font-weight:normal;
    padding:0;
    margin:0 0 6px;
}
.rb .reccslide h2 a {
    position:absolute;
    right:0;
    top:7px;
    color:#888888;
    font-size:14px;
    line-height:18px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .reccslide h2 a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .reccslide h2 a:hover {
    color:#9b1c61;
    text-decoration:none;
}
.rb .reccslide h2 a:hover:after {
    border-bottom:1px dotted #d09db9;
}
.rb .reccslide > div {
    overflow-x:hidden;
    width:720px;
    margin:0 -10px 0 -10px;
}
.rb .reccslide.actions > div {
    height:340px;
}
.rb .reccslide.afisha > div {
    height:385px;
}
.rb .reccslide > div .prev, .rb .reccslide > div .next {
    display:none;
}
.rb .reccslide > div > .container {
    clear:both;
    overflow:visible !important;
    width:720px;
}
.rb .reccslide.actions > div > .container {
    height:285px;
}
.rb .reccslide.afisha > div > .container {
    height:340px;
}
.rb .reccslide > div .pagination {
    width:720px;
    text-align:center;
    margin:10px 0 0;
}
.rb .reccslide > div .pagination li {
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 3px;
}
.rb .reccslide > div .pagination li:first-child {
    margin-left:0;
}
.rb .reccslide > div .pagination li a {
    display:block;
    width:24px;
    height:25px;
    background:url('../img/reccsolide_pagination.png') no-repeat left top;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .reccslide > div .pagination li.current a {
    background-position:0 -25px;
}
.temp {
    display:none;
}
.also {
    padding:0 10px 60px !important;
    margin-top:-4px !important;
}
.also > h3 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 15px;
}
.also ul {
    white-space:nowrap;
    margin:0;
}
.also ul li {
    position:relative;
    display:inline-block;
    width:218px;
    vertical-align:top;
    white-space:normal;
    padding:19px 0 4px;
    margin:0 17px 0 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.also ul li:hover {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.also ul li div {
    overflow:hidden;
    position:relative;
    width:160px;
    height:120px;
    margin:0 auto 12px;
}
.also ul li div img {
    position:absolute;
    left:0;
    top:0;
    min-width:160px;
    min-height:120px;
}
.also ul li div h5 {
    position:absolute;
    left:0;
    bottom:0;
    color:#ffffff;
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    padding:0;
    margin:0;
    background:rgba(32,32,32,0.8) url('../img/blog_h5.png') no-repeat 9px 9px;
}
.also ul li div h5 a {
    display:block;
    color:#ffffff;
    padding:9px 11px 7px 32px;
}
.also ul li div h5 a:hover {
    text-decoration:none;
}
.rb .list .tab > ul li h2 {
    overflow:hidden;
    position:relative;
    font-size:18px;
    line-height:24px;
    white-space:nowrap;
    padding:0;
    margin:0 60px 2px 0;
}
.also ul li h3 {
    font-size:15px;
    line-height:22px;
    text-align:center;
    padding:0;
    margin:0 18px 8px;
}
.also ul li h3 a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.also ul li h3 a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.also ul li p {
    min-height:44px;
    font-size:15px;
    line-height:22px;
    text-align:center;
    margin:0 18px 10px;
}
.also ul li p sup {
    font-size:10px;
    line-height:10px;
}
.also ul li > h5 {
    font-size:15px;
    line-height:22px;
    text-align:center;
    padding:0;
    margin:0 18px 10px;
}
.rb .afisha {
    margin:0 0 30px;
}
.rb .afisha .tab > ul {
    width:720px;
    margin:0;
}
.rb .afisha .tab > ul li, .rb .reccslide.afisha > div .container > div .element, .item .otherafisha ul li {
    position:relative;
    display:inline-block;
    width:220px;
    height:320px;
    vertical-align:top;
    margin:0 17px 20px 0;
}
.rb .afisha .tab > ul li h6, .rb .reccslide.afisha > div .container > div .element h6, .item .otherafisha ul li h6 {
    position:absolute;
    left:-9px;
    top:21px;
    z-index:5;
    color:#ffffff;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:4px 10px 2px;
    margin:0;
    background:#9b1c61;
}
.rb .afisha .tab > ul li h6:before, .rb .reccslide.afisha > div .container > div .element h6:before, .item .otherafisha ul li h6:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    border-left:10px solid transparent;
    border-top:10px solid #691345;
}
.rb .afisha .tab > ul li > a, .rb .reccslide.afisha > div .container > div .element > a, .item .otherafisha ul li > a {
    overflow:hidden;
    position:relative;
    display:block;
    width:218px;
    height:318px;
    text-decoration:none;
    background:#ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #dbdbdb;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.rb .afisha .tab > ul li > a:hover, .rb .reccslide.afisha > div .container > div .element a:hover, .item .otherafisha ul li > a:hover {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.rb .afisha .tab > ul li a > span, .rb .reccslide.afisha > div .container > div .element a > span, .item .otherafisha ul li > a > span {
    position:absolute;
    left:50%;
    bottom:0;
    z-index:5;
    width:32px;
    height:32px;
    margin-left:-16px;
    background:url('../img/afisha_like.png') no-repeat left top;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    transition:opacity 0.25s ease-in-out;
    -webkit-transition:opacity 0.25s ease-in-out;
    -moz-transition:opacity 0.25s ease-in-out;
    -o-transition:opacity 0.25s ease-in-out;
    opacity:0;
    display:none\0;
}
.rb .afisha .tab > ul li a:hover > span, .rb .reccslide.afisha > div .container > div .element a:hover > span, .item .otherafisha ul li > a:hover > span {
    opacity:1;
    display:block\0;
}
.rb .afisha .tab > ul li a > span:hover, .rb .reccslide.afisha > div .container > div .element a > span:hover, .item .otherafisha ul li > a > span:hover {
    background-position:0 -32px;
}
.rb .afisha .tab > ul li > a > img, .rb .reccslide.afisha > div .container > div .element a > img, .item .otherafisha ul li > a > img {
    position:absolute;
    left:0;
    top:0;
    min-width:218px;
    min-height:318px;
}
.rb .afisha .tab > ul li > a > div, .rb .reccslide.afisha > div .container > div .element a > div, .item .otherafisha ul li > a > div {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:71px;
    background:url('../img/afisha_opacity.png') repeat;
    border-top:1px solid rgba(255,255,255,0.2);
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .afisha .tab > ul li > a:hover > div, .rb .reccslide.afisha > div .container > div .element a:hover > div, .item .otherafisha ul li > a:hover > div {
    height:100%;
    border-top-width:0;
}
.rb .afisha .tab > ul li > a > div > div, .rb .reccslide.afisha > div .container > div .element a > div > div, .item .otherafisha ul li > a > div > div {
    text-align:center;
    padding:13px 17px 12px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .afisha .tab > ul li > a > div > div h3, .rb .reccslide.afisha > div .container > div .element a > div > div h3, .item .otherafisha ul li > a > div > div h3 {
    overflow:hidden;
    color:#b6abfd;
    font-size:18px;
    line-height:24px;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0;
    margin:0;
}
.rb .afisha .tab > ul li > a > div > div p, .rb .reccslide.afisha > div .container > div .element a > div > div p, .item .otherafisha ul li > a > div > div p {
    overflow:hidden;
    color:#ffffff;
    font-size:15px;
    line-height:22px;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin:0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.rb .afisha .tab > ul li > a:hover > div > div h3, .rb .afisha .tab > ul li > a:hover > div > div p, .rb .reccslide.afisha > div .container > div .element a:hover > div > div h3, .rb .reccslide.afisha > div .container > div .element a:hover > div > div p, .item .otherafisha ul li > a:hover > div > div h3, .item .otherafisha ul li > a:hover > div > div p {
    white-space:normal;
}
.rb .afisha .tab > ul li > a:hover  > div > div p, .rb .reccslide.afisha > div .container > div .element a:hover > div > div p, .item .otherafisha ul li > a:hover > div > div p {
    margin:9px 0 0;
}
.item > div > .timeline {
    padding:19px 19px 16px;
}
.item > div > .timeline:before {
    display:none;
}
.item > div > .timeline > ul {
    position:relative;
    clear:both;
    overflow:hidden;
    z-index:1;
    height:51px;
    margin:0 0 -1px;
}
.item > div > .timeline > ul li {
    position:relative;
    float:left;
    margin:5px -1px 0 0;
}
.item > div > .timeline > ul li a, .item > div > .timeline > ul li span {
    display:block;
    color:#888888;
    font-size:15px;
    line-height:18px;
    text-decoration:none;
    padding:14px 19px 12px 18px;
    background:#f3f3f3;
    border:1px solid #dbdbdb;
    transition:background 0.25s ease-in-out;
    -webkit-transition:background 0.25s ease-in-out;
    -moz-transition:background 0.25s ease-in-out;
    -o-transition:background 0.25s ease-in-out;
}
.item > div > .timeline > ul li:first-child a {
    -webkit-border-radius:4px 0 0 0;
    -moz-border-radius:4px 0 0 0;
    border-radius:4px 0 0 0;
}
.item > div > .timeline > ul li:last-child a, .item > div > .timeline > ul li span {
    -webkit-border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    border-radius:0 4px 0 0;
}
.item > div > .timeline > ul li a:hover {
    background:#ffffff;
}
.item > div > .timeline > ul li.active {
    margin-top:0;
}
.item > div > .timeline > ul li.active a {
    padding-top:19px;
    background:#ffffff;
    border-bottom:1px solid #ffffff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.item > div > .timeline > ul li.active a span {
    color:#202020;
}
.item > div > .timeline > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.item > div > .timeline > ul li span em {
    display:inline-block;
    width:8px;
    height:15px;
    vertical-align:top;
    cursor:pointer;
    margin:1px -1px 2px 3px;
}
.item > div > .timeline > ul li span em:first-child {
    margin-left:1px;
}
.item > div > .timeline > ul li span em.prev {
    background:url('../img/calendar_prev.png') no-repeat left top;
}
.item > div > .timeline > ul li span em.next {
    background:url('../img/calendar_next.png') no-repeat left top;
}
.item > div > .timeline > ul li span em:hover {
    background-position:0 -15px;
}
.item > div > .timeline > ul li span em.disabled {
    cursor:default;
    background-position:0 -30px;
}
.item > div > .timeline > div {
    border-top:1px solid #dbdbdb;
}
.item > div > .timeline > div > div {
    clear:both;
    overflow:hidden;
    padding:17px 0 0 260px;
}
.item > div > .timeline > div > div:nth-child(2n) {
    background:#f3f3f3;
}
.item > div > .timeline > div > div > div {
    float:left;
    width:220px;
    padding:0 20px 15px;
    margin:0 0 0 -260px;
}
.item > div > .timeline > div > div > div h3 {
    font-size:18px;
    line-height:24px;
    padding:0;
    margin:0;
}
.item > div > .timeline > div > div > div h3 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.item > div > .timeline > div > div > div h3 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.item > div > .timeline > div > div > div p {
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:3px 0 0;
}
.item > div > .timeline > div > div > p {
    float:left;
    width:70px;
    color:#888888;
    font-size:15px;
    line-height:22px;
    padding:0 10px 15px 0;
    margin:0;
}
.item > div > .timeline > div > div > p strong {
    display:block;
    color:#202020;
    font-size:18px;
    line-height:24px;
    margin:0 0 3px;
}
.item > div > .timeline > div > div > p strong sup {
    display:inline-block;
    color:#ffffff;
    font-size:10px;
    line-height:8px;
    font-weight:normal;
    vertical-align:top;
    padding:3px 2px 0 1px;
    margin:-1px 0 0 3px;
    background:#9ab933;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.events > ul {
    clear:both;
    overflow:hidden;
    padding:0 0 7px;
    margin:2px 0 13px;
}
.events > ul li {
    float:left;
    font-size:15px;
    line-height:20px;
}
.events > ul li a {
    position:relative;
    display:block;
    color:#888888;
    padding:8px 19px 5px 18px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition:background, color, padding-left 0.25s ease-in-out;
    -webkit-transition:background, color, padding-left 0.25s ease-in-out;
    -moz-transition:background, color, padding-left 0.25s ease-in-out;
    -o-transition:background, color, padding-left 0.25s ease-in-out;
}
.events > ul li a span {
    position:relative;
}
.events > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    opacity:1;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.events > ul li a em {
    position:absolute;
    left:50%;
    bottom:-7px;
    width:11px;
    height:9px;
    z-index:100;
    margin-left:-6px;
    background:url('../img/list_a_arrow.png') no-repeat left top;
    opacity:0;
    display:none\0;
}
.events > ul li a:hover {
    color:#6a5acd;
    text-decoration:none;
}
.rb .list > .nav ul li a:hover span:after, .rb .spec > .nav ul li a:hover span:after, .rb .afisha > .nav ul li a:hover span:after {
    border-bottom:1px dotted #bcb6e4;
}
.events > ul li.active a {
    color:#ffffff;
    text-decoration:none;
    background:#a0a0a0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
}
.events > ul li.active a em {
    opacity:1;
    display:block\0;
}
.events > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.events  > div {
    text-align:center;
    padding:0 0 31px;
}
.events  > div ul {
    width:960px;
    text-align:left;
    margin:0;
}
.events  > div ul li, .item .otherevents ul li {
    position:relative;
    display:inline-block;
    width:220px;
    vertical-align:top;
    margin:0 17px 20px 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.events  > div ul li:nth-of-type(5n) {
    margin-right:17px;
}
.events  > div ul li:nth-of-type(4n) {
    margin-right:-13px;
}
.events  > div ul li h6, .item .otherevents ul li h6 {
    position:absolute;
    left:-9px;
    top:20px;
    z-index:5;
    color:#ffffff;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:4px 10px 2px;
    margin:0;
    background:#9b1c61;
}
.events  > div ul li h6:before, .item .otherevents ul li h6:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    border-left:10px solid transparent;
    border-top:10px solid #691345;
}
.events  > div ul li > div, .item .otherevents ul li > div {
    overflow:hidden;
    padding:0 0 15px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.events  > div ul li:hover > div, .item .otherevents ul li:hover > div {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.events  > div ul li > div > div, .item .otherevents ul li > div > div {
    overflow:hidden;
    position:relative;
    width:218px;
    height:164px;
    margin:0 0 12px;
}
.events  > div ul li > div > div img, .item .otherevents ul li > div > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:218px;
    min-height:164px;
}
.events  > div ul li > div h3, .item .otherevents ul li > div h3 {
    overflow:hidden;
    min-height:48px;
    max-height:72px;
    font-size:18px;
    line-height:24px;
    text-align:center;
    padding:0;
    margin:0 18px 10px;
}
.events  > div ul li > div h3 a, .item .otherevents ul li > div h3 a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.events  > div ul li > div h3 a:hover, .item .otherevents ul li > div h3 a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.events  > div ul li > div p, .item .otherevents ul li > div p {
    position:relative;
    overflow:hidden;
    font-size:15px;
    line-height:22px;
    text-align:center;
    white-space:nowrap;
    margin:0 19px;
}
.events  > div ul li > div p:after, .item .otherevents ul li > div p:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.events  > div ul li > div p a, .item .otherevents ul li > div p a {
    position:relative;
    color:#888888;
    text-decoration:none;
}
.events  > div ul li > div p a:after, .item .otherevents ul li > div p a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.events  > div ul li > div p a:hover, .item .otherevents ul li > div p a:hover {
    color:#9b1c61;
}
.events  > div ul li > div p a:hover:after, .item .otherevents ul li > div p a:hover:after {
    border-bottom:1px solid #e19ebc;
}
.events  > div ul li > div h5, .item .otherevents ul li > div h5 {
    position:relative;
    overflow:hidden;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    white-space:nowrap;
    padding:0;
    margin:0 19px;
}
.events  > div ul > h5 {
    position:relative;
    clear:both;
    overflow:hidden;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:8px 0 27px;
}
.events  > div ul > h5:before {
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:100%;
    border-bottom:1px solid #dbdbdb;
}
.events  > div ul > h5 span {
    position:relative;
    z-index:1;
    padding:0 11px;
    background:#f3f3f3;
}
.events  > div button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 20px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.events  > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.events  > div button span {
    position:relative;
    z-index:1;
}
.events  > div button:hover {
    color:#202020;
}
.events  > div button:hover:before {
    opacity:1;
    display:block\0;
}
.item .otherevents {
    padding:0;
    margin:36px 0 30px;
    background:none;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.item .otherevents > h3 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 16px;
}
.item .otherevents ul {
    white-space:nowrap;
    margin:0;
}
.item .otherevents ul li {
    white-space:normal;
}
.sitemap {
    display:none;
    overflow:hidden;
    position:absolute;
    left:50%;
    top:298px;
    z-index:200;
    width:978px;
    margin-left:-489px;
    margin:-1px 0 0 -490px\0;
    background:#f3f3f3;
    border:1px solid #dbdbdb\0;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.sitemap  > ul {
    clear:both;
    overflow:hidden;
    padding:20px 19px 20px;
    margin:0;
}
.sitemap  > ul li {
    float:left;
    color:#888888;
    font-size:15px;
    line-height:22px;
    padding:8px 10px 6px 9px;
}
.sitemap  > ul li a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.sitemap  > ul li a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.sitemap  > ul li:first-child {
    padding:5px 18px 5px 17px;
    margin-right:10px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.sitemap  > ul li:first-child span {
    position:relative;
    color:#888888;
    font-style:italic;
}
.sitemap  > ul li:first-child span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:1px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
}
.sitemap > div {
    text-align:center;
}
.sitemap > div > ul {
    display:inline-block;
    clear:both;
    overflow:hidden;
    height:41px;
    z-index:1;
    text-align:center;
    margin:0 0 -1px;
}
.sitemap > div > ul li {
    float:left;
    margin:5px 0 0 -1px;
}
.sitemap > div > ul li:first-child {
    margin-left:0;
}
.sitemap > div > ul li a {
    display:block;
    color:#888888;
    font-size:15px;
    line-height:18px;
    text-decoration:none;
    padding:9px 19px 7px 18px;
    background:#f3f3f3;
    border:1px solid #dbdbdb;
    transition:background 0.25s ease-in-out;
    -webkit-transition:background 0.25s ease-in-out;
    -moz-transition:background 0.25s ease-in-out;
    -o-transition:background 0.25s ease-in-out;
}
.sitemap > div > ul li:first-child a {
    -webkit-border-radius:4px 0 0 0;
    -moz-border-radius:4px 0 0 0;
    border-radius:4px 0 0 0;
}
.sitemap > div > ul li:last-child a {
    -webkit-border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    border-radius:0 4px 0 0;
}
.sitemap > div > ul li a:hover {
    background:#ffffff;
}
.sitemap > div > ul li span {
    position:relative;
}
.sitemap > div > ul li.active {
    margin-top:0;
}
.sitemap > div > ul li.active a {
    color:#202020;
    padding-top:14px;
    background:#ffffff;
    border-bottom:1px solid #ffffff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.sitemap > div > ul li.active a span {
    color:#202020;
}
.sitemap > div > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.sitemap > div > ul li a:hover span:after, .sitemap > div > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.sitemap > div > div {
    padding:17px 0 6px;
    margin:-6px 0 0;
    background:#ffffff;
    border-top:1px solid #dbdbdb;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}
.sitemap > div > div h3 {
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0 19px 20px;
}
.sitemap > div > div h3 a {
    font-weight:bold;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.sitemap > div > div h3 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.sitemap > div > div > ul {
    text-align:left;
    margin:0 0 12px 19px;
}
.sitemap > div > div > ul.temp {
    display:none;
}
.sitemap > div > div > ul li {
    display:inline-block;
    width:220px;
    vertical-align:top;
    margin:0 17px 0 0;
}
.sitemap > div > div > ul li ul {
    margin:0;
}
.sitemap > div > div > ul li ul li {
    display:block;
    width:auto;
    margin:0 0 8px;
}
.sitemap > div > div > ul li a {
    font-size:15px;
    line-height:22px;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.sitemap > div > div > ul li a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.sitemap > div > div > ul li.icon1 {
    padding:0 0 0 45px;
    margin-left:-45px;
    background:url('../img/nav_icon1.png') no-repeat 20px 3px;
}
.sitemap > div > div > ul li.icon2 {
    padding:0 0 0 45px;
    margin-left:-45px;
    background:url('../img/nav_icon2.png') no-repeat 22px 2px;
}
.sitemap .close {
    position:absolute;
    right:6px;
    top:6px;
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
    background:url('../img/drop_close.png') no-repeat 4px 4px;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.sitemap .close:hover {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.citysel {
    background:#f3f3f3;
}
.citysel > div {
    position:relative;
    width:940px;
    padding:26px 0 16px;
    margin:0 auto;
}
.citysel > div h2 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 20px;
}
.citysel > div > h5 {
    position:absolute;
    right:0;
    top:31px;
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    white-space:nowrap;
    padding:0 23px 0 0;
    margin:0;
    background:url('../img/citysel_h5.png') no-repeat right 4px;
}
.citysel > div > h5 a {
    color:#9b1c61;
    font-weight:bold;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.citysel > div > h5 a:hover {
    color:#6a5acd;
    background:url('../img/a_bg.png') repeat-x bottom;
}
.citysel > div > ul {
    height:39px;
    margin:0 0 20px;
}
.citysel > div > ul li {
    float:left;
    font-size:15px;
    line-height:20px;
}
.citysel > div > ul li a {
    position:relative;
    display:block;
    color:#888888;
    padding:8px 10px 5px 9px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    /*transition:background, color, padding-left 0.25s ease-in-out;
	-webkit-transition:background, color, padding-left 0.25s ease-in-out;
	-moz-transition:background, color, padding-left 0.25s ease-in-out;
	-o-transition:background, color, padding-left 0.25s ease-in-out;*/
}
.citysel > div > ul li a span {
    position:relative;
}
.citysel > div > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    opacity:1;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.citysel > div > ul li a:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:-7px;
    width:11px;
    height:9px;
    z-index:100;
    margin-left:-6px;
    background:url('../img/list_a_arrow.png') no-repeat left top;
    opacity:0;
    display:none\0;
}
.citysel > div > ul li a:hover {
    color:#6a5acd;
    text-decoration:none;
}
.citysel > div > ul li a:hover span:after {
    border-bottom:1px dotted #bcb6e4;
}
.citysel > div > ul li.active a {
    color:#ffffff;
    text-decoration:none;
    padding:8px 19px 5px 18px;
    margin:0 9px;
    background:#a0a0a0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
}
.citysel > div > ul li:first-child.active a {
    margin-left:0;
}
.citysel > div > ul li.active a:after {
    opacity:1;
    display:block\0;
}
.citysel > div > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.citysel > div > div.temp {
    display:none;
}
.citysel > div > div.listing {
    clear:both;
    overflow:hidden;
}
.citysel > div > div .col {
    float:left;
    width:25%;
    margin:0;
}
.citysel > div > div .city {
    position:relative;
    width:190px;
    margin:0 20px 8px 30px;
}
.citysel > div > div .city h6 {
    position:absolute;
    left:-30px;
    top:0;
    display:block;
    color:#888888;
    font-size:15px;
    line-height:22px;
    padding:0;
    margin:0;
}

.citysel > div > div .city h5 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.citysel > div >div .city h5 a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.citysel > div > div .city h5 {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.citysel > div >div .city h5 a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;

}
.cityselh5 a {
    color:#9b1c61;
    font-weight: bold;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}

.cityselh5 a:hover {
    color:#6a5acd;
    background:url('../img/a_bg.png') repeat-x bottom;

}

.citysel > div > div .city .cityone {
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.citysel > div >div .city .cityone a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}

.citysel > div > div .city h5 a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.citysel > div > div .city p {
    color:#888888;
    font-size:14px;
    line-height:18px;
    margin:0;
}

/* Single pages */

.catalog > div > .aboutus {
    padding:0 10px 40px;
}
.catalog > div > .aboutus > div {
    width:938px;
    padding:36px 0 24px;
    margin:28px auto 11px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.aboutus p {
    font-size:15px;
    line-height:22px;
    margin:0 38px 22px;
}
.aboutus .panorama {
    height:400px;
    margin:35px 0 37px;
}
.aboutus .numbers {
    text-align:center;
    margin:35px 0 30px;
}
.aboutus .numbers li {
    display:inline-block;
    width:172px;
    height:139px;
    vertical-align:top;
    padding:37px 0 0;
    margin:0 8px 20px 9px;
    background:url('../img/aboutus_numbers_li.png') no-repeat left top;
}
.aboutus .numbers li h3 {
    color:#fdf2bd;
    font-size:50px;
    line-height:50px;
    font-weight:800;
    font-family:'Ekibastuz', sans-serif;
    white-space:nowrap;
    text-shadow:0 3px 0 rgba(0,0,0,0.15);
    padding:0;
    margin:0 20px -1px;
}
.aboutus .numbers li p {
    position:relative;
    color:#ffffff;
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 28px;
}
.aboutus .numbers li p:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:-13px;
    width:36px;
    height:11px;
    margin-left:-18px;
    background:url('../img/aboutus_numbers_stars.png') no-repeat left top;
}
.aboutus .map {
    height:400px;
    margin:0 0 37px;
}
/*.aboutus .map .ymaps-2-1-17-copyright__extend {*/
    /*display:none;*/
/*}*/
/*.aboutus .map .ymaps-2-1-17-copyright__logo-cell {*/
    /*display:none;*/
/*}*/
/*.aboutus .map .ymaps-2-1-17-copyright__text {*/
    /*padding-right:8px;*/
/*}*/
/*.aboutus .map .ymaps-2-1-17-controls__toolbar {*/
    /*display:none;*/
/*}*/
/*.aboutus .map .ymaps-2-1-17-controls__bottom {*/
    /*display:none;*/
/*}*/
.aboutus .readmore {
    text-align:center;
    margin:0 0 10px;
}
.aboutus .readmore li {
    display:inline-block;
    width:266px;
    vertical-align:top;
    margin:0 0 0 51px;
}
.aboutus .readmore li:first-child {
    margin-left:0;
}
.aboutus .readmore li h5 {
    overflow:hidden;
    height:48px;
    font-size:18px;
    line-height:24px;
    padding:0;
    margin:0 0 13px;
}
.aboutus .readmore li h5 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.aboutus .readmore li h5 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.aboutus .readmore li div {
    position:relative;
    width:160px;
    height:80px;
    margin:0 auto 9px;
}
.aboutus .readmore li div img {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    max-width:170px;
    max-height:80px;
    margin:auto;
}
.aboutus .readmore li p {
    margin:0 0 10px;
}
.catalog > div > .offices {
    padding:0 10px 40px;
    margin:28px auto 20px;
}
.catalog > div > .offices .list {
    margin:0 0 37px;
}
.catalog > div > .offices .list > ul {
    position:relative;
    clear:both;
    overflow:hidden;
    z-index:1;
    height:56px;
    margin:0 0 -1px;
}
.catalog > div > .offices .list > ul li {
    position:relative;
    float:left;
    margin:6px -1px 0 0;
}
.catalog > div > .offices .list > ul li a {
    display:block;
    color:#888888;
    font-size:15px;
    line-height:18px;
    text-decoration:none;
    padding:16px 19px 14px 18px;
    background:#f3f3f3;
    border:1px solid #dbdbdb;
    transition:background 0.25s ease-in-out;
    -webkit-transition:background 0.25s ease-in-out;
    -moz-transition:background 0.25s ease-in-out;
    -o-transition:background 0.25s ease-in-out;
}
.catalog > div > .offices .list > ul li:first-child a {
    -webkit-border-radius:4px 0 0 0;
    -moz-border-radius:4px 0 0 0;
    border-radius:4px 0 0 0;
}
.catalog > div > .offices .list > ul li:last-child a {
    -webkit-border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    border-radius:0 4px 0 0;
}
.catalog > div > .offices .list > ul li a img {
    display:inline-block;
    width:40px;
    height:30px;
    vertical-align:top;
    margin:-9px 3px -9px 0;
    border:2px solid #ffffff;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.catalog > div > .offices .list > ul li a span {
    position:relative;
    color:#6a5acd;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog > div > .offices .list > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #bcb6e4;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog > div > .offices .list > ul li a:hover {
    background:#ffffff;
}
.catalog > div > .offices .list > ul li a:hover span {
    color:#9b1c61;
}
.catalog > div > .offices .list > ul li a:hover span:after {
    border-bottom:1px solid #d09db9;
}
.catalog > div > .offices .list > ul li.active {
    margin-top:0;
}
.catalog > div > .offices .list > ul li.active a {
    padding-top:22px;
    background:#ffffff;
    border-bottom:1px solid #ffffff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.catalog > div > .offices .list > ul li.active a span {
    color:#202020;
}
.catalog > div > .offices .list > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.catalog > div > .offices .list > div {
    width:900px;
    padding:20px 19px 21px;
    margin:0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:0 3px 3px 3px;
    -moz-border-radius:0 3px 3px 3px;
    border-radius:0 3px 3px 3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.catalog > div > .offices .list > div .cities {
    position:relative;
    height:22px;
    padding:0 0 15px;
    margin:-2px 0 20px;
    border-bottom:1px solid #dbdbdb;
}
.catalog > div > .offices .list > div .cities .prev, .catalog > div > .offices .list > div .cities .next {
    position:absolute;
    top:3px;
    display:block;
    width:8px;
    height:15px;
    cursor:pointer;
}
.catalog > div > .offices .list > div .cities .prev {
    left:0;
    background:url('../img/calendar_prev.png') no-repeat left top;
}
.catalog > div > .offices .list > div .cities .next {
    right:0;
    background:url('../img/calendar_next.png') no-repeat left top;
}
.catalog > div > .offices .list > div .cities .prev:hover, .catalog > div > .offices .list > div .cities .next:hover {
    background-position:0 -15px;
}
.catalog > div > .offices .list > div .cities .prev.disabled, .catalog > div > .offices .list > div .cities .next.disabled {
    background-position:0 -30px;
}
.catalog > div > .offices .list > div .cities > div {
    overflow:hidden;
    position:relative;
    height:43px;
    margin:0 27px;
}
.catalog > div > .offices .list > div .cities > div span.before {
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:10px;
    height:22px;
    background:url('../img/list_h2_before.png') repeat-y right;
}
.catalog > div > .offices .list > div .cities > div span.after {
    position:absolute;
    right:0;
    top:0;
    display:block;
    width:10px;
    height:22px;
    background:url('../img/list_h2_after.png') repeat-y right;
}
.catalog > div > .offices .list > div .cities > div ul {
    position:absolute;
    left:0;
    top:0;
    white-space:nowrap;
    margin:0;
}
.catalog > div > .offices .list > div .cities > div ul li {
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 26px;
}
.catalog > div > .offices .list > div .cities > div ul li:first-child {
    margin-left:0;
}
.catalog > div > .offices .list > div .cities > div ul li a {
    position:relative;
    color:#888888;
    font-size:15px;
    line-height:22px;
    text-decoration:none;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog > div > .offices .list > div .cities > div ul li a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px solid #cfcfcf;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog > div > .offices .list > div .cities > div ul li a:hover {
    color:#9b1c61;
}
.catalog > div > .offices .list > div .cities > div ul li a:hover:after {
    border-bottom:1px solid #d09db9;
}
.catalog > div > .offices .list > div .cities > div ul li.active a {
    color:#202020;
}
.catalog > div > .offices .list > div .cities > div ul li.active a:after {
    display:none !important;
}
.catalog > div > .offices .list > div .cities > div ul li:after {
    content:'';
    display:none;
    position:absolute;
    left:50%;
    bottom:-21px;
    width:9px;
    height:6px;
    margin-left:-4px;
    background:url('../img/offices_cities_active.png') no-repeat left top;
}
.catalog > div > .offices .list > div .cities > div ul li.active:after {
    display:block;
}
.offices .main h2 {
    font-size:24px;
    line-height:28px;
    font-weight:normal;
    padding:0;
    margin:0 0 17px;
}
.offices .main > div {
    width:900px;
    padding:20px 19px 21px;
    margin:0 auto 20px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.offices .contacts {
    position:relative;
    clear:both;
    overflow:hidden;
    padding:0 0 0 241px;
    background:#f3f3f3;
}
.offices .contacts:after {
    content:'';
    position:absolute;
    left:240px;
    top:0;
    width:1px;
    height:100%;
    background:#ffffff;
}
.offices .contacts .map {
    height:340px;
}
/*.offices .contacts .map .ymaps-2-1-17-copyright__extend {*/
    /*display:none;*/
/*}*/
/*.offices .contacts .map .ymaps-2-1-17-copyright__logo-cell {*/
    /*display:none;*/
/*}*/
/*.offices .contacts .map .ymaps-2-1-17-copyright__text {*/
    /*padding-right:8px;*/
/*}*/
/*.offices .contacts .map .ymaps-2-1-17-controls__toolbar {*/
    /*display:none;*/
/*}*/
/*.offices .contacts .map .ymaps-2-1-17-controls__bottom {*/
    /*display:none;*/
/*}*/
.offices .contacts .information {
    float:left;
    width:240px;
    margin:0 0 0 -241px;
}
.offices .contacts .information h3 {
    font-size:18px;
    line-height:24px;
    padding:21px 19px 16px;
    margin:0 0 16px;
    border-bottom:1px solid #ffffff;
}
.offices .contacts .information h5 {
    font-size:18px;
    line-height:26px;
    padding:0;
    margin:0 19px 11px;
}
.offices .contacts .information h5 span {
    display:block;
}
.offices .contacts .information p {
    font-size:15px;
    line-height:22px;
    margin:0 19px 11px;
}
.offices .contacts .information p span {
    display:block;
    line-height:24px;
}
.offices .contacts .information p a {
    position:relative;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.offices .contacts .information p a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.offices .contacts .information p a.skype:after {
    content:'';
    position:absolute;
    right:-24px;
    top:1px;
    width:15px;
    height:16px;
    background:url('../img/skype_icon.png') no-repeat left top;
}
.offices .main .persons {
    clear:both;
    overflow:hidden;
    padding:0 0 1px;
    margin:26px 0 0;
}
.offices .main .persons li {
    float:left;
    width:180px;
    margin:0 21px 11px 19px;
}
.offices .main .persons li h5 {
    color:#888888;
    font-size:15px;
    line-height:24px;
    font-weight:normal;
    padding:0;
    margin:0 0 7px;
}
.offices .main .persons li p {
    font-size:15px;
    line-height:24px;
    margin:0;
}
.offices .main .persons li p a {
    position:relative;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.offices .main .persons li p a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.offices .main .persons li p a.skype:after {
    content:'';
    position:absolute;
    right:-24px;
    top:1px;
    width:15px;
    height:16px;
    background:url('../img/skype_icon.png') no-repeat left top;
}
.offices .main .form {
    clear:both;
    overflow:hidden;
    padding:19px 19px 0 300px;
    margin:13px 0 -1px;
    border-top:1px solid #dbdbdb;
}
.offices .main .form > h5 {
    float:left;
    width:240px;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:8px 0 6px;
    margin:0 0 0 -281px;
}
.offices .main .form > div {
    width:340px;
    padding:0 0 0 160px;
}
.offices .main .form > div p {
    min-height:36px;
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:0 0 20px;
}
.offices .main .form > div p span {
    float:left;
    padding:8px 9px 6px 8px;
}
.offices .main .form > div p span:first-child {
    width:140px;
    text-align:right;
    padding:8px 0 6px;
    margin-left:-160px;
}
.offices .main .form > div p input[type="text"], .offices .main .form > div p textarea {
    position:relative;
    width:310px;
    color:#888888;
    font-size:15px;
    padding:8px 14px 7px;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
    transition:border-color 0.25s ease-in-out;
    -webkit-transition:border-color 0.25s ease-in-out;
    -moz-transition:border-color 0.25s ease-in-out;
    -o-transition:border-color 0.25s ease-in-out;
}
.offices .main .form > div p input.num1 {
    float:left;
    width:40px;
}
.offices .main .form > div p input.num2 {
    float:left;
    width:60px;
}
.offices .main .form > div .success input[type="text"], .offices .main .form > div .success textarea {
    padding:7px 13px 6px;
    border:2px solid #6a5acd;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.offices .main .form > div .error input[type="text"], .offices .main .form > div .error textarea {
    padding:7px 13px 6px;
    border:2px solid #9b1c61;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.offices .main .form > div p textarea {
    min-height:63px;
    resize:vertical;
    margin:0 0 -6px;
}
.offices .main .form > div h6 {
    width:350px;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    font-style:italic;
    margin:-6px 0 9px;
}
.offices .main .form > div button {
    overflow:hidden;
    position:relative;
    float:left;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 20px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.offices .main .form > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.offices .main .form > div button span {
    position:relative;
    z-index:1;
}
.offices .main .form > div button:hover {
    color:#202020;
}
.offices .main .form > div button:hover:before {
    opacity:1;
    display:block\0;
}
.offices .main .form > div button.active {
    color:#6a5acd;
    padding:7px 18px 5px;
    border:2px solid #6a5acd;
}
.offices .main .form > div button.active:hover:before {
    opacity:1;
    display:block\0;
}
.favoritelist > ul {
    height:39px;
    margin:0 0 14px;
}
.favoritelist > ul li {
    float:left;
    font-size:15px;
    line-height:20px;
}
.favoritelist > ul li a {
    position:relative;
    display:block;
    color:#888888;
    padding:8px 9px 5px 8px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    /*transition:background, color, padding-left 0.25s ease-in-out;
	-webkit-transition:background, color, padding-left 0.25s ease-in-out;
	-moz-transition:background, color, padding-left 0.25s ease-in-out;
	-o-transition:background, color, padding-left 0.25s ease-in-out;*/
}
.favoritelist > ul li a span {
    position:relative;
}
.favoritelist > ul li a span:after {
    content:'';
    position:absolute;
    left:0;
    bottom:3px;
    width:100%;
    border-bottom:1px dotted #c8c8c8;
    opacity:1;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.favoritelist > ul li a em {
    content:'';
    position:absolute;
    left:50%;
    bottom:-7px;
    width:11px;
    height:9px;
    z-index:100;
    margin-left:-6px;
    background:url('../img/list_a_arrow.png') no-repeat left top;
    opacity:0;
    display:none\0;
}
.favoritelist > ul li a:hover {
    color:#6a5acd;
    text-decoration:none;
}
.favoritelist > ul li a:hover span:after {
    border-bottom:1px dotted #bcb6e4;
}
.favoritelist > ul li.active {
    margin:0 10px;
}
.favoritelist > ul li:first-child.active {
    margin-left:0;
}
.favoritelist > ul li.active a {
    color:#ffffff;
    text-decoration:none;
    padding:8px 19px 5px 18px;
    background:#a0a0a0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.75);
}
.favoritelist > ul li.active a em {
    opacity:1;
    display:block\0;
}
.favoritelist > ul li.active a span:after {
    opacity:0;
    display:none\0;
}
.favoritelist > div {
    padding:0 0 10px;
}
.favoritelist > div > ul {
    width:960px\0;
    margin:0;
}
.favoritelist > div > ul > li {
    position:relative;
    width:218px;
    height:246px;
    display:inline-block;
    vertical-align:top;
    margin:0 17px 20px 0;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.favoritelist > div > ul > li:nth-of-type(5n) {
    margin-right:17px;
}
.favoritelist > div > ul > li:nth-of-type(4n) {
    margin-right:-3px;
}
.favoritelist > div > ul > li:hover {
    z-index:1;
    height:275px;
    margin-bottom:-9px;
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.favoritelist > div > ul > li > div.information {
    position:relative;
    clear:both;
    overflow:hidden;
    padding:19px 19px 0;
}
.favoritelist > div > ul > li > div.information .sale {
    position:absolute;
    left:147px;
    top:16px;
    z-index:1;
    display:block;
    width:45px;
    height:45px;
    background:url('../img/sale_icon.png') no-repeat left top;
}
.favoritelist > div > ul li:first-child {
    margin-top:0;
}
.favoritelist > div > ul li .status {
    position:absolute;
    right:19px;
    top:177px;
    z-index:5;
    display:block;
    width:39px;
    height:24px;
    background:url('../img/list_status.png') no-repeat left top;
}
.favoritelist > div > ul li .status.close {
    background-position:0 -24px;
}
.favoritelist > div > ul li > div > div {
    overflow:hidden;
    position:relative;
    width:160px;
    height:120px;
    margin:0 auto 12px;
}
.favoritelist > div > ul li > div > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:160px;
    min-height:120px;
}
.favoritelist > div > ul li > div.information > div h5 {
    position:absolute;
    left:0;
    bottom:0;
    color:#ffffff;
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    padding:0;
    margin:0;
    background:rgba(32,32,32,0.8) url('../img/blog_h5.png') no-repeat 9px 9px;
}
.favoritelist > div > ul li > div.information > div h5 a {
    display:block;
    color:#ffffff;
    padding:9px 11px 7px 32px;
}
.favoritelist > div > ul li > div.information > div h5 a:hover {
    text-decoration:none;
}
.favoritelist > div > ul li h2 {
    overflow:hidden;
    position:relative;
    font-size:15px;
    line-height:22px;
    white-space:nowrap;
    text-align:center;
    padding:0;
    margin:0 0 10px;
}
.rb .list.realty .tab > ul li h2 {
    margin:0 0 3px;
}
.favoritelist > div > ul li h2:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    z-index:1;
    width:10px;
    height:100%;
    background:url('../img/list_h2_after.png') repeat-y left;
}
.favoritelist > div > ul li h2 a {
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.favoritelist > div > ul li h2 a:hover {
    color:#9b1c61;
    text-decoration:none;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.favoritelist > div > ul li h6 {
    position:relative;
    font-size:15px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 0 6px;
}
.favoritelist > div > ul li h6 span {
    color:#888888;
}
.favoritelist > div > ul li h6 sup {
    font-size:10px;
    line-height:10px;
}
.favoritelist > div > ul > li > div.description {
    padding:0 19px;
}
.favoritelist > div > ul > li > div.description > h5 {
    position:relative;
    display:block;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.favoritelist > div > ul > li > div.description > h5 sup {
    font-size:10px;
    line-height:10px;
}
.favoritelist > div > ul > li > div.description > h5 strong {
    display:block;
    color:#202020;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
}
.favoritelist > div > ul > li > div.description > h5 strong em {
    font-style:normal;
}
.favoritelist > div > ul li > h5 {
    position:absolute;
    left:50%;
    bottom:0;
    width:62px;
    height:32px;
    padding:0;
    margin:0 0 0 -31px;
    opacity:0;
    display:none\0;
}
.favoritelist > div > ul li:hover > h5 {
    opacity:1;
    display:block\0;
}
.favoritelist > div > ul li > h5 > span {
    position:relative;
    display:block;
    float:left;
    width:30px;
    height:32px;
    cursor:pointer;
    margin:0 0 0 2px;
    background-color:#a0a0a0;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.favoritelist > div > ul li > h5 > span:first-child {
    margin-top:0;
}
.favoritelist > div > ul li > h5 > span.favorite {
    background-image:url('../img/list_favorite_icon.png');
}
.favoritelist > div > ul li > h5 > span.compare {
    background-image:url('../img/list_compare_icon.png');
}
.favoritelist > div > ul li > h5 > span:hover, .favoritelist > div > ul li > h5 > span.active {
    background-color:#c3bdeb;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.favoritelist > div > ul li > h5 > span:first-child {
    margin-left:0;
}
.favoritelist > div > ul > h5 {
    position:relative;
    clear:both;
    overflow:hidden;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:8px 0 27px;
}
.favoritelist > div > ul > h5:before {
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:100%;
    border-bottom:1px solid #dbdbdb;
}
.favoritelist > div > ul > h5 span {
    position:relative;
    z-index:1;
    padding:0 11px;
    background:#f3f3f3;
}
.favoritelist > div > div {
    text-align:center;
    margin:-8px 0 20px;
}
.favoritelist > div > div button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:8px 0 0;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.favoritelist > div > div button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.favoritelist > div > div button span {
    position:relative;
    z-index:1;
}
.favoritelist > div > div button:hover {
    color:#202020;
}
.favoritelist > div > div button:hover:before {
    opacity:1;
    display:block\0;
}
.catalog > div > .partners {
    padding:0 10px 40px;
}
.catalog > div > .partners > div {
    width:938px;
    padding:36px 0 16px;
    margin:28px auto 20px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.partners p {
    font-size:15px;
    line-height:22px;
    margin:0 38px 22px;
}
.partners ul {
    text-align:center;
    padding:0 28px;
    margin:33px 0 16px;
}
.partners ul li {
    position:relative;
    display:inline-block;
    width:178px;
    height:178px;
    vertical-align:top;
    margin:0 8px 20px 9px;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.partners ul li img {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    max-width:178px;
    max-height:178px;
    margin:auto;
}
.partners ul li a {
    display:block;
    width:178px;
    height:178px;
}
.partners > div > div {
    text-align:center;
    padding:3px 0 0;
    margin:0 0 22px;
}
.partners > div > div button {
    position:relative;
    color:#9b1c61;
    font-size:15px;
    line-height:22px;
    text-align:center;
    text-shadow:0 1px 0 #ffffff;
    cursor:pointer;
    padding:6px 27px 4px;
    margin:0 0 3px;
    background:url('../img/item_order_button.png') repeat-x top;
    border:2px solid #9b1c61;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    box-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.partners > div > div button:hover {
    color:#ffffff;
    padding:8px 29px 6px;
    border:0;
    text-shadow:0 -1px 0 #000000;
    background-position:0 -32px;
}
.catalog > div > .vacancy {
    padding:10px 10px 3px;
    margin:18px auto 0;
}
.catalog > div > .vacancy > div {
    position:relative;
    padding:45px 0 0;
    margin:0 0 38px;
    border-top:1px solid #dbdbdb;
}
.catalog > div > .vacancy > div:first-child {
    padding-top:0;
    border-top-width:0;
}
.catalog > div > .vacancy h2 {
    position:relative;
    font-size:24px;
    line-height:28px;
    font-weight:normal;
    padding:0;
    margin:0 0 23px;
}
.catalog > div > .vacancy .selectbox {
    position:absolute !important;
    right:0;
    top:40px;
}
.catalog > div > .vacancy > div > h5 {
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0 0 12px;
}
.catalog > div > .vacancy > div > div {
    text-align:center;
    padding:3px 0 0;
    margin:0 0 22px;
}
.catalog > div > .vacancy > div > div button {
    position:relative;
    color:#9b1c61;
    font-size:15px;
    line-height:22px;
    text-align:center;
    text-shadow:0 1px 0 #ffffff;
    cursor:pointer;
    padding:6px 27px 4px;
    margin:0 0 3px;
    background:url('../img/item_order_button.png') repeat-x top;
    border:2px solid #9b1c61;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    box-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.catalog > div > .vacancy > div > div button:hover {
    color:#ffffff;
    padding:8px 29px 6px;
    border:0;
    text-shadow:0 -1px 0 #000000;
    background-position:0 -32px;
}
.catalog > div > .vacancy > div > ul {
    text-align:center;
    width:960px;
    margin:0 0 18px -10px;
}
.catalog > div > .vacancy > div > ul > li {
    position:relative;
    width:218px;
    display:inline-block;
    vertical-align:top;
    margin:0 7px 20px 10px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.catalog > div > .vacancy > div > div.full {
    display:none;
    margin:0 0 20px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.catalog > div > .vacancy > div > ul > li.active {
    width:940px;
}
.catalog > div > .vacancy > div > ul > li:hover, .catalog > div > .vacancy > div > div.full:hover {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.catalog > div > .vacancy > div > ul > li .preview, .catalog > div > .vacancy > div > div.full .preview {
    height:257px;
    padding:20px 17px 0;
}
.catalog > div > .vacancy > div > ul > li.active .preview, .catalog > div > .vacancy > div > div.full .preview {
    height:auto;
    padding-top:26px;
}
.catalog > div > .vacancy > div > ul > li .preview > div {
    position:relative;
    width:160px;
    height:60px;
    margin:0 auto 6px;
}
.catalog > div > .vacancy > div > ul > li.active .preview > div, .catalog > div > .vacancy > div > div.full .preview > div {
    display:none;
}
.catalog > div > .vacancy > div > ul > li .preview > div img {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    max-width:160px;
    max-height:60px;
    margin:0 auto;
}
.catalog > div > .vacancy > div > ul > li .preview h3, .catalog > div > .vacancy > div > div.full .preview h3 {
    max-height:48px;
    font-size:18px;
    line-height:24px;
    text-align:center;
    padding:0;
    margin:0 0 8px;
}
.catalog > div > .vacancy > div > ul > li .preview h3 a, .catalog > div > .vacancy > div > div.full .preview h3 a {
    text-decoration:none;
    background:url('../img/a_bg_dotted.png') repeat-x bottom;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.catalog > div > .vacancy > div > ul > li .preview h3 a:hover, .catalog > div > .vacancy > div > div.full .preview h3 a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_dotted_hover.png') repeat-x bottom;
}
.catalog > div > .vacancy > div > ul > li .preview p {
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:0;
}
.catalog > div > .vacancy > div > ul > li.active .preview p, .catalog > div > .vacancy > div > div.full .preview p {
    display:none;
}
.catalog > div > .vacancy > div > ul > li > h5 {
    overflow:hidden;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    text-align:center;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:17px 0 14px;
    margin:-13px 17px 0;
    border-top:1px solid #dbdbdb;
}
.catalog > div > .vacancy > div > ul > li.active h5, .catalog > div > .vacancy > div > div.full > h5 {
    display:none;
}
.catalog > div > .vacancy > div > ul > li > ul, .catalog > div > .vacancy > div > div.full > ul {
    display:none;
    clear:both;
    overflow:hidden;
    text-align:left;
    margin:18px -40px 17px 39px;
}
.catalog > div > .vacancy > div > ul > li.active > ul, .catalog > div > .vacancy > div > div.full > ul {
    display:block;
}
.catalog > div > .vacancy > div > ul > li > ul > li, .catalog > div > .vacancy > div > div.full > ul > li {
    float:left;
    width:260px;
    margin:0 40px 0 0;
}
.catalog > div > .vacancy > div > div.full > ul > li:last-child {
    margin-right:0;
}
.catalog > div > .vacancy > div > ul > li > ul > li h5, .catalog > div > .vacancy > div > div.full > ul > li h5 {
    color:#888888;
    font-size:15px;
    line-height:22px;
    text-align:center;
    font-weight:normal;
    text-transform:uppercase;
    padding:0;
    margin:0 0 8px;
}
.catalog > div > .vacancy > div > ul > li > ul > li > ul, .catalog > div > .vacancy > div > div.full > ul > li > ul {
    margin:0;
}
.catalog > div > .vacancy > div > ul > li > ul > li > ul > li, .catalog > div > .vacancy > div > div.full > ul > li > ul > li {
    font-size:15px;
    line-height:22px;
    padding:0 0 0 20px;
    margin:0 0 8px;
    background:url('../img/vacancy_li_arrow.png') no-repeat left 3px;
}
.catalog > div > .vacancy > div > ul > li h4, .catalog > div > .vacancy > div > div.full h4 {
    display:none;
    font-size:18px;
    line-height:24px;
    padding:26px 39px 16px;
    text-align:center;
    margin:0;
    border-top:1px solid #dbdbdb;
}
.catalog > div > .vacancy > div > ul > li.active h4, .catalog > div > .vacancy > div > div.full h4 {
    display:block;
}
.catalog > div > .vacancy > div > ul > li .controls, .catalog > div > .vacancy > div > div.full .controls {
    display:none;
    text-align:center;
    padding:0 39px 10px;
}
.catalog > div > .vacancy > div > ul > li.active .controls, .catalog > div > .vacancy > div > div.full .controls {
    display:block;
}
.catalog > div > .vacancy > div > ul > li .controls button, .catalog > div > .vacancy > div > div.full .controls button {
    position:relative;
    color:#9b1c61;
    font-size:15px;
    line-height:22px;
    text-align:center;
    text-shadow:0 1px 0 #ffffff;
    cursor:pointer;
    padding:6px 27px 4px;
    margin:0 0 20px;
    background:url('../img/item_order_button.png') repeat-x top;
    border:2px solid #9b1c61;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4);
    box-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.catalog > div > .vacancy > div > ul > li .controls button:hover, .catalog > div > .vacancy > div > div.full .controls button:hover {
    color:#ffffff;
    padding:8px 29px 6px;
    border:0;
    text-shadow:0 -1px 0 #000000;
    background-position:0 -32px;
}
.notfound {
    position:relative;
    min-width:1000px;
    min-height:100%;
    background:#f3f3f3;
    margin:0 auto;
}
.notfound > div {
    position:relative;
    clear:both;
    overflow:hidden;
    width:940px;
    padding:167px 0 0;
    margin:0 auto;
}
.notfound .logo {
    position:absolute;
    left:0;
    top:60px;
}
.notfound .panorama {
    float:left;
    width:700px;
    height:400px;
}
.notfound .message {
    float:right;
    width:220px;
    text-align:center;
    margin:33px 0 0;
}
.notfound .message p {
    font-size:15px;
    line-height:22px;
    margin:0;
}
.notfound .message p a {
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.notfound .message p a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.notfound .message > div {
    position:relative;
    text-align:center;
    border:2px solid #c788ac;
    border-bottom-width:0;
    margin:0 0 39px;
    padding:22px 20px 13px;
}
.notfound .message > div:after {
    content:'';
    position:absolute;
    left:-2px;
    bottom:-22px;
    width:220px;
    height:22px;
    background:url('../img/significant_h2_after.png') no-repeat left top;
}
.notfound .message > div h3 {
    position:absolute;
    left:-2px;
    top:-38px;
    width:220px;
    color:#9b1c61;
    font-size:72px;
    line-height:72px;
    text-align:center;
    padding:0;
    margin:0;
}
.notfound .message > div h3 span {
    display:inline-block;
    color:#9b1c61;
    vertical-align:top;
    padding:0 10px;
    background:#f3f3f3;
}
.notfound .message > div h5 {
    position:relative;
    z-index:1;
    font-size:28px;
    line-height:34px;
    font-weight:normal;
    padding:0;
    margin:0 0 3px;
}
.reviews {
    text-align:center;
    padding-bottom:40px !important;
}
.reviews ul {
    width:960px;
    text-align:left;
    margin:0;
}
.reviews ul li, .item .otherposts ul li {
    position:relative;
    display:inline-block;
    width:220px;
    vertical-align:top;
    margin:0 17px 20px 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.reviews ul li:nth-of-type(5n) {
    margin-right:17px;
}
.reviews ul li:nth-of-type(4n) {
    margin-right:-3px;
}
.reviews ul li > div, .item .otherposts ul li > div {
    overflow:hidden;
    padding:0 0 11px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
    transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -webkit-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -moz-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
    -o-transition:border, -webkit-box-shadow, box-shadow 0.25s ease-in-out;
}
.reviews ul li:hover > div, .item .otherposts ul li:hover > div {
    border:1px solid #a89df4;
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
    box-shadow:0 1px 10px rgba(0,0,0,0.5);
}
.reviews ul li > div > div, .item .otherposts ul li > div > div {
    overflow:hidden;
    position:relative;
    width:218px;
    height:219px;
    margin:0 0 13px;
}
.reviews ul li > div > div img, .item .otherposts ul li > div > div img {
    position:absolute;
    left:0;
    top:0;
    min-width:218px;
    min-height:219px;
}
.reviews ul li > div h6, .item .otherposts ul li > div h6 {
    color:#888888;
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 19px 5px;
}
.reviews ul li > div p, .item .otherposts ul li > div p {
    font-size:15px;
    line-height:22px;
    margin:0 19px 4px;
}
.reviews ul li > div p a, .item .otherposts ul li > div p a {
    color:#6a5acd;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.reviews ul li > div p a:hover, .item .otherposts ul li > div p a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.reviews ul li > div h5, .item .otherposts ul li > div h5 {
    color:#888888;
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    padding:0;
    margin:0 19px 5px;
}
.reviews ul > h5 {
    position:relative;
    clear:both;
    overflow:hidden;
    color:#888888;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:8px 0 27px;
}
.reviews ul > h5:before {
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:100%;
    border-bottom:1px solid #dbdbdb;
}
.reviews ul > h5 span {
    position:relative;
    z-index:1;
    padding:0 11px;
    background:#f3f3f3;
}
.reviews button {
    overflow:hidden;
    position:relative;
    display:inline-block;
    color:#888888;
    font-size:15px;
    line-height:20px;
    text-shadow:0 1px 0 #ffffff;
    vertical-align:top;
    cursor:pointer;
    padding:8px 19px 6px;
    margin:0 0 20px;
    background:url('../img/button_bg.png') repeat-x top;
    border:1px solid #c0c0c0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    transition:color, border-color 0.25s ease-in-out;
    -webkit-transition:color, border-color 0.25s ease-in-out;
    -moz-transition:color, border-color 0.25s ease-in-out;
    -o-transition:color, border-color 0.25s ease-in-out;
}
.reviews button:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url('../img/button_bg.png') repeat-x -34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    opacity:0;
    display:none\0;
    transition:all 0.25s ease-in-out;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
}
.reviews button span {
    position:relative;
    z-index:1;
}
.reviews button:hover {
    color:#202020;
}
.reviews button:hover:before {
    opacity:1;
    display:block\0;
}
.catalog .item {
    padding:0 10px 40px;
}
.catalog .item > .post {
    width:860px;
    text-align:center;
    padding:37px 39px 24px !important;
    margin:0 auto 11px;
    background:#ffffff;
    border:1px solid #dbdbdb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.08);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.catalog .item > .post > div {
    overflow:visible;
    padding:0;
}
.catalog .post p {
    font-size:18px;
    line-height:24px;
    text-align:left;
    margin:0 0 24px;
}
.catalog .post a {
    color:#6a5acd;
    font-weight:bold;
    text-decoration:none;
    background:url('../img/a_bg.png') repeat-x bottom;
    transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
}
.catalog .post a:hover {
    color:#9b1c61;
    background:url('../img/a_bg_hover.png') repeat-x bottom;
}
.catalog .post h3 {
    position:relative;
    width:500px;
    color:#888888;
    font-size:24px;
    line-height:32px;
    font-weight:normal;
    font-family:'PT Serif', serif;
    padding:26px 0 28px;
    margin:49px auto 37px;
}
.catalog .post h3:before {
    content:'';
    position:absolute;
    left:50%;
    top:-13px;
    width:380px;
    height:26px;
    margin-left:-190px;
    background:url('../img/post_h3_before.png') no-repeat center top;
}
.catalog .post h3:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:380px;
    height:1px;
    margin-left:-190px;
    background:#dbdbdb;
}
.catalog .post h5 {
    position:relative;
    width:500px;
    color:#888888;
    font-size:24px;
    line-height:32px;
    font-weight:normal;
    font-family:'PT Serif', serif;
    padding:33px 0 29px;
    margin:42px auto 43px;
}
.catalog .post h5:before {
    content:'';
    position:absolute;
    left:50%;
    top:-6px;
    width:380px;
    height:13px;
    margin-left:-190px;
    background:url('../img/post_h5_before.png') no-repeat center top;
}
.catalog .post h5:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:-6px;
    width:380px;
    height:13px;
    margin-left:-190px;
    background:url('../img/post_h5_after.png') no-repeat center top;
}
.catalog .post > div > img {
    margin:12px 0 30px;
}
.catalog .post > div .incut {
    clear:both;
    overflow:hidden;
    text-align:left;
    margin:32px 0 36px;
}
.catalog .post > div .incut img {
    float:left;
    max-width:620px;
    height:auto;
    margin:4px 20px 0 0;
}
.catalog .post > div .incut h6 {
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-style:italic;
    font-weight:normal;
    padding:0;
    margin:0;
}
.catalog .post > div .signature {
    clear:both;
    overflow:hidden;
    width:860px;
    padding:27px 19px 1px;
    margin:35px 0 0 -19px;
    border-top:1px solid #dbdbdb;
}
.catalog .post > div .signature p {
    float:left;
    color:#888888;
    font-size:15px;
    line-height:22px;
    margin:0;
}
.catalog .post > div .signature h6 {
    float:right;
    color:#888888;
    font-size:15px;
    line-height:22px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.item .otherposts {
    padding:0;
    margin:36px 0 0;
    background:none;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.item .otherposts > h3 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 16px;
}
.item .otherposts ul {
    white-space:nowrap;
    margin:0;
}
.item .otherposts ul li {
    white-space:normal;
}
.helpme {
    position:relative;
    z-index:1010;
    margin:0 0 40px;
    border-bottom:1px solid #cccccc\0;
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    -moz-box-shadow:0 1px 6px rgba(0,0,0,0.6);
    box-shadow:0 1px 6px rgba(0,0,0,0.6);
}
.helpme h3 {
    font-size:24px;
    line-height:28px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0 0 3px;
}

.helpmeheader {
    font-size:24px;
    line-height:28px;
    font-weight:normal;
    text-align:center;
    padding:0;
    margin:0 0 3px;
}

.helpme > div {
    position:relative;
    width:940px;
    padding:17px 0 20px;
    margin:0 auto;
}
.helpme > div .close {
    position:absolute;
    right:-16px;
    top:15px;
    display:block;
    width:12px;
    height:12px;
    cursor:pointer;
    background:url('../img/helpme_close.png') no-repeat left top;
}
.helpme > div > div {
    position:relative;
    padding:14px 0 0;
}
.helpme > div > div > div {
    height:260px;
    overflow-y:hidden;
    overflow-x:auto;
}
.helpme > div > div ul {
    position:relative;
    height:220px;
    white-space:nowrap;
    margin:0;
}
.helpme > div > div .ls {
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:15px;
    height:248px;
    background:url('../img/helpme_ul_ls.png') no-repeat left top;
}
.helpme > div > div .rs {
    position:absolute;
    right:0;
    top:0;
    display:block;
    width:15px;
    height:248px;
    background:url('../img/helpme_ul_rs.png') no-repeat left top;
}
.helpme > div > div ul li {
    position:relative;
    display:inline-block;
    width:160px;
    vertical-align:top;
    white-space:normal;
    padding:0 0 0 240px;
    margin:0 17px 0 0;
}
.helpme > div > div ul li > div {
    position:absolute;
    left:0;
    top:0;
    width:220px;
    height:220px;
    behavior:url('./pie.htc');
}
.helpme > div > div ul li > div img {
    position:absolute;
    left:0;
    top:0;
    width:218px;
    height:218px;
    border:1px solid #dddddd;
    behavior:url('./pie.htc');
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:auto;
}
.helpme > div > div ul li p {
    overflow:hidden;
    display:inline-block;
    max-height:216px;
    font-size:18px;
    line-height:24px;
    vertical-align:middle;
    margin:0;
}
.catalog .item.single {
    padding:0 10px 10px;
}

.cityselh2 {
    font-size:24px;
    line-height:30px;
    font-weight:normal;
    padding:0;
    margin:0 0 20px;
}
.cityselh5 {
    position: absolute;
    right:0;
    top:31px;
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    white-space:nowrap;
    padding: 0 23px 0 0;
    margin:0;
    background:url('../img/citysel_h5.png') no-repeat right 4px;
}

/* Wide */

@media screen and (min-width: 1260px) {
    .panel > div, .header, .catalog .menu, .catalog > div > div, .catalog > div > div > div, .blog > div, .blog ul, .footer > div {
        width:1180px;
    }
    .catalog .rb, .rb .slider > div, .rb .slider > div .container, .rb .slider > div .container > div > div {
        width:940px;
    }
    .panel .language {
        left:434px;
    }
    .header .search {
        width:680px;
    }
    .header .search > div p input {
        width:625px;
    }
    .about {
        width:930px;
        padding-right:250px;
    }
    .about > div {
        margin-right:-250px;
    }
    .rb .slider > div .prev, .rb .slider > div .next {
        display:none;
    }
    .rb .list .tab.tiles > ul {
        width:960px;
    }
    .article > div {
        width:1180px;
    }
    .item {
        width:1180px !important;
    }
    .item > div > div:before {
        width:1140px;
    }
    .item .media {
        width:880px;
    }
    .item .information {
        width:880px;
    }
    .closest .rb {
        width:900px;
    }
    .item .special, .item .review, .item .poster {
        width:880px;
    }
    .item .special ul li h5 {
        left:649px;
    }
    .item .review .message p input[type="text"] {
        width:622px;
    }
    .item .review .message p textarea {
        width:842px;
    }
    .catalog > div .datefilter > div {
        width:1180px;
    }
    .rb .spec .tab > ul {
        width:960px;
    }
    .rb .spec .tab > ul li:nth-of-type(3n) {
        margin-right:17px;
    }
    .rb .spec .tab > ul li:nth-of-type(4n) {
        margin-right:-3px;
    }
    .rb .reccslide > div {
        width:960px;
    }
    .rb .reccslide > div .pagination {
        width:960px;
    }
    .rb .reccslide > div > .container {
        width:960px;
    }
    .item.single > div {
        display:inline-block;
        width:938px !important;
        vertical-align:top;
        margin-bottom:51px;
    }
    .item.single .information, .item.single .media {
        width:640px;
    }
    .item.single > div > div:before {
        width:900px;
    }
    .item.single .other, .item.single .otherafisha {
        display:inline-block;
        width:240px !important;
        margin:0 -50px 0 17px;
    }
    .item.single .other ul, .item.single .otherafisha ul {
        white-space:normal;
    }
    .item.single .otherafisha ul {
        width:240px;
    }
    .item.single .other > h3, .item.single .otherafisha > h3 {
        margin:22px 0 21px;
    }
    .item.single .otherafisha ul li:nth-child(3), .item.single .otherafisha ul li:nth-child(4), .item.single .otherafisha ul li:nth-child(5) {
        display:none;
    }
    .item .media .gallery .big {
        width:600px;
    }
    .rb .afisha .tab > ul {
        width:960px;
    }
    .rb .afisha .tab > ul > h5 {
        width:940px;
    }
    .item .otherafisha ul {
        width:1180px;
    }
    .item .description {
        width:880px;
    }
    .events  > div ul {
        width:1180px;
    }
    .events  > div ul li:nth-of-type(4n) {
        margin-right:17px;
    }
    .events  > div ul li:nth-of-type(5n) {
        margin-right:-3px;
    }
    .sitemap {
        width:1218px;
        margin-left:-609px;
    }
    .citysel > div {
        width:1180px;
    }

    .catalog > div > .aboutus > div {
        width:1180px;
    }
    .catalog > div > .partners > div {
        width:1180px;
    }
    .catalog > div > .offices .list > div, .catalog > div > .offices > .main > div {
        width:1140px;
    }
    .offices .main .persons li {
        width:240px;
    }
    .offices .main .form {
        padding:19px 19px 0 420px;
    }
    .offices .main .form > h5 {
        margin:0 0 0 -401px;
    }
    .favoritelist > div > ul > li:nth-of-type(4n) {
        margin-right:17px;
    }
    .favoritelist > div > ul > li:nth-of-type(5n) {
        margin-right:-3px;
    }
    .catalog > div > .vacancy > div > ul {
        width:1200px;
    }
    .catalog > div > .vacancy > div > ul > li.active {
        width:1180px;
    }
    .catalog > div > .vacancy > div > ul > li > ul > li {
        width:340px;
    }
    .notfound > div {
        width:1180px;
    }
    .notfound .panorama {
        width:940px;
    }
    .reviews ul li:nth-of-type(4n) {
        margin-right:17px;
    }
    .reviews ul li:nth-of-type(5n) {
        margin-right:-3px;
    }
    .catalog .post > div {
        width:1100px;
    }
    .catalog .post > div .signature {
        width:1100px;
    }
    .helpme > div {
        width:1180px;
    }
    .reviews ul {
        width:1180px;
    }
    .catalog > div > .vacancy > div > ul > li > ul > li, .catalog > div > .vacancy > div > div.full > ul > li {
        width:340px;
    }
}

.jspContainer {
    overflow:hidden;
    position:relative;
}
.jspPane {
    position:absolute;
}
.jspHorizontalBar {
    position:absolute;
    bottom:0;
    left:0;
    height:10px;
    width:100%;
}
.jspCap {
    display:none;
}
.jspHorizontalBar .jspCap {
    float:left;
}
.jspTrack {
    position:relative;
    background:#ffffff;
    background:#f0f0f0\0;
    -webkit-box-shadow:inset 1px 1px 0 #dbdbdb, inset -1px -1px 0 #dbdbdb;
    -moz-box-shadow:inset 1px 1px 0 #dbdbdb, inset -1px -1px 0 #dbdbdb;
    box-shadow:inset 1px 1px 0 #dbdbdb, inset -1px -1px 0 #dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.jspDrag {
    position:relative;
    top:0;
    left:0;
    cursor:pointer;
    background:#dbdbdb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float:left;
    height:100%;
}
