/* main */
*:not(ymaps)   {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal 97% Arial;
}

html, body  {
    height: 100%;
    width: 100%;
}

button, input[type="submit"], select  {
    cursor: pointer;
}

input[type="file"]  {
    width: 220px;
}


/* lists */
ul.horizontal li  {
    display: inline-block;
}

ul.vertical li  {
    display: block;
}

ul.horizontal.tabs {
    display: block;
    margin: 0 auto 0;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F9F9F9));
    background-image: -ms-linear-gradient(270deg, #F5F5F5, #F9F9F9);
    -moz-box-shadow: 2px 2px 11px #F0F0F0, 0px -21px 40px #F1F1F1 inset;
    -webkit-box-shadow: 2px 2px 11px #F0F0F0, 0px -21px 40px #F1F1F1 inset;
    box-shadow: 2px 2px 11px #F0F0F0, 0px -21px 40px #F1F1F1 inset;

}
ul.horizontal.tabs li  {
    /*background: #f0f8ff;*/
    border: 1px solid #d1d1d1;
    border-left: 0 none;
    cursor: pointer;
    float: left;
    margin: 0;
    position: relative;

    /*box-shadow: 1px 0 0 #D0D0D0;*/
    /*-moz-box-shadow: 1px 0 0 #D0D0D0;*/
    /*-webkit-box-shadow: 1px 0 0 #D0D0D0;*/
}
ul.horizontal.tabs li:first-child   {
    border-left: 1px solid #d1d1d1;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
ul.horizontal.tabs li:last-child   {
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
ul.horizontal.tabs li:hover  {
    /*background: #dcdcdc;*/
}
ul.horizontal.tabs li a {
    padding: 10px 10px;
    display: block;
}
ul.horizontal.tabs li a:hover   {
    color: #4f91ce;
}

/*links */
a   {
    text-decoration: none;
    color: #000;
}

b {
    font-weight: bold;
}

table   {

}
table.table-border-inside   {
    border-collapse: collapse;
}
table.table-border-inside tr:first-child th     {
    border-top: 0;
}
table.table-border-inside tr:last-child td      {
    border-bottom: 0;
}
table.table-border-inside td, table.table-border-inside th {
    border: 1px inset #9a9a9a;
}
table.table-border-inside tr td:first-child, table.table-border-inside tr th:first-child    {
    border-left: 0;
}
table.table-border-inside tr td:last-child, table.table-border-inside tr th:last-child    {
    border-right: 0;
}

table.table-border-inside.vertical-only td   {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/*h1  { font-size: 30px !important; }
h2  { font-size: 28px !important; }
h3  { font-size: 26px !important; }
h4  { font-size: 24px !important; }
h5  { font-size: 22px !important; }
h6  { font-size: 20px !important; }*/

.industry-text > h1 {font-size: 24px; font-weight: bold;}

.title  {}
.title.h1   { font-size: 28px !important; }
.title.h2   { font-size: 28px !important; }
.title.h3   { font-size: 26px !important; }
.title.h4   { font-size: 24px !important; }
.title.h5   { font-size: 22px !important; }
.title.h6   { font-size: 20px !important; }

.fwb    { font-weight: bold; }
.fwn    { font-weight: normal; }

.tal    { text-align: left; }
.tar    { text-align: right; }
.tac    { text-align: center; }
.taj    { text-align: justify !important; }

.vat    { vertical-align: top; }
.vam    { vertical-align: middle; }
.vab    { vertical-align: bottom; }

.pull-left  { float: left; }
.pull-right { float: right; }

.clear  { clear: both; }

[class*="span"]  { display: inline-block; }
.span-1     { width: 50px !important; }
.span-2     { width: 100px !important; }
.span-2-5   { width: 125px !important; }
.span-3     { width: 150px !important; }
.span-3-5   { width: 175px !important; }
.span-4     { width: 200px !important; }
.span-5     { width: 250px !important; }
.span-6     { width: 300px !important; }
.span-7     { width: 350px !important; }
.span-8     { width: 400px !important; }
.span-9     { width: 450px !important; }
.span-10    { width: 500px !important; }
.span-11    { width: 550px !important; }
.span-12    { width: 600px !important; }
.span-13    { width: 650px !important; }
.span-14    { width: 700px !important; }
.span-15    { width: 750px !important; }
.span-16    { width: 800px !important; }
.span-17    { width: 850px !important; }
.span-18    { width: 900px !important; }
.span-19    { width: 950px !important; }
.span-20    { width: 1000px !important; }
.span-21    { width: 1050px !important; }
.span-22    { width: 1100px !important; }
.span-23    { width: 1150px !important; }
.span-24    { width: 1200px !important; }


.height-0   { height: 0 !important; }
.height-0-1 { height: 5px !important; }
.height-0-2 { height: 10px !important; }
.height-0-3 { height: 15px !important; }
.height-0-4 { height: 20px !important; }
.height-0-5 { height: 25px !important; }
.height-0-6 { height: 30px !important; }
.height-0-7 { height: 35px !important; }
.height-0-8 { height: 40px !important; }
.height-0-9 { height: 45px !important; }
.height-1   { height: 50px !important; }
.height-2   { height: 100px !important; }
.height-3   { height: 150px !important; }
.height-4   { height: 200px !important; }
.height-5   { height: 250px !important; }
.height-6   { height: 300px !important; }
.height-7   { height: 350px !important; }
.height-8   { height: 400px !important; }
.height-9   { height: 450px !important; }
.height-10  { height: 500px !important; }
.height-11  { height: 550px !important; }


.pl5    { padding-left: 5px; }
.pl10   { padding-left: 10px; }
.pl15   { padding-left: 15px; }
.pl20   { padding-left: 20px; }
.pl25   { padding-left: 25px; }

.pr5    { padding-right: 5px; }
.pr10   { padding-right: 10px; }
.pr15   { padding-right: 15px; }
.pr20   { padding-right: 20px; }
.pr25   { padding-right: 25px; }

.pt5    { padding-top: 5px; }
.pt10   { padding-top: 10px; }
.pt15   { padding-top: 15px; }
.pt20   { padding-top: 20px; }
.pt25   { padding-top: 25px; }

.pb5    { padding-bottom: 5px; }
.pb10   { padding-bottom: 10px; }
.pb15   { padding-bottom: 15px; }
.pb20   { padding-bottom: 20px; }
.pb25   { padding-bottom: 25px; }

.ml0    { margin-left: 0; }
.ml5    { margin-left: 5px; }
.ml10   { margin-left: 10px; }
.ml15   { margin-left: 15px; }
.ml20   { margin-left: 20px; }
.ml25   { margin-left: 25px; }

.mr0    { margin-right: 0; }
.mr5    { margin-right: 5px; }
.mr7    { margin-right: 7px; }
.mr10   { margin-right: 10px; }
.mr15   { margin-right: 15px; }
.mr20   { margin-right: 20px; }
.mr25   { margin-right: 25px; }

.mtl0   { margin-top: 0; }
.mt5    { margin-top: 5px; }
.mt10   { margin-top: 10px; }
.mt15   { margin-top: 15px; }
.mt20   { margin-top: 20px; }
.mt25   { margin-top: 25px; }
.mt35   { margin-top: 35px; }
.mt80   { margin-top: 80px; }

.mb0    { margin-bottom: 0; }
.mb5    { margin-bottom: 5px; }
.mb10   { margin-bottom: 10px; }
.mb15   { margin-bottom: 15px; }
.mb20   { margin-bottom: 20px; }
.mb25   { margin-bottom: 25px; }


form    {
    width: 100%;
}
form .row     {
    width: 100%;
}
form .row label {
    display: inline-block;
}

textarea    {
    resize: none;
}

.non-bordered   {
    border: 0 none !important;
}

.bordered   {
    border: 1px inset #9a9a9a;
}
.bordered.bordered-tab  {
    border-bottom: 0 none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -border-top-left-radius: 5px;
    -border-top-right-radius: 5px;
}

[class*="br"]  {
    border-color: #9e9f9b;
    border-style: solid;
    border-width: 1px;
}
.br1    {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}
.br2    {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.br3    {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.br4    {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.br5    {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.processbar {
    border: 1px solid #000;
    height: 15px;
    position: relative;
    text-align: left;
    width: 100%;
}
.processbar > .percent  {
    background: blue;
    float: left;
    height: 100%;
}

.icon   {
    display: block;
    width: 22px;
    height: 22px;
}

.hidden {
    display: none !important;
}

.map_title {font-size: 18px;}
.map_title:hover{text-decoration: underline;}
.phones {
    position: absolute;
    display: none;
    background: white;
    z-index: 1;
    border: 1px solid #CCCDCD;
    padding: 10px 20px;
}
.social-container {
    position: absolute;
    display: none;
    background: white;
    z-index: 1;
    border: 1px solid #CCCDCD;
    padding: 6px 7px 2px;
    margin-left: -30px;
    margin-top: 1px;
    width: 89px;
}
#mail-container input[name="area-email"], #mail-container input[name="favorite-email"] {
    border: 1px solid #C9C9C9;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    box-shadow: 0 0 3px #C9C9C9;
    font: 17px Arial;
    height: 24px;
    padding: 7px 4px;
    width: 300px;
}

.green-btn {
    background-image: -ms-linear-gradient(270deg, #89c159, #73a34b);
    background-image: -moz-linear-gradient( top, #89c159 , #73a34b );
    background-image: -webkit-linear-gradient( top, #89c159 , #73a34b );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#89c159', EndColorStr='#73a34b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#89c159', EndColorStr='#73a34b')";
    border: 1px solid #628941;
    margin: 0;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 11px;
}

#content .reviews   {
    position: relative;
    width: 100%;
}
#content .reviews .header  {
    background: url('/img/rbg.png') repeat top left;
    border: 1px solid #d6d6d6;
    height: 159px;;
    margin-bottom: 30px;
    position: relative;
    width: 603px;;
}
#content .reviews .header .overall, #content .reviews .header .criteria {
    padding: 20px;
}
#content .reviews .header .overall  {
    border-right: 1px solid #d6d6d6;
    height: 119px;
    width: 201px;
}
#content .reviews .header .title    {
    color: #6b6b6b;
    font-size: 12px;
    margin-bottom: 20px;
}
#content .reviews .header .overall .rating  {
    background-image: -ms-linear-gradient(270deg, #66b2db, #398bb8);
    background-image: -moz-linear-gradient( top, #66b2db , #398bb8 );
    background-image: -webkit-linear-gradient( top, #66b2db , #398bb8 );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#66b2db', EndColorStr='#398bb8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66b2db', EndColorStr='#398bb8')";
    border: 1px solid #5499bd;
    font-size: 18px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin-right: 10px;
    width: 63px;
}
#content .reviews .header .overall .counter {
    height: 31px;
    line-height: 17px;
}
#content .add-comment a.snd   {
    background-image: -ms-linear-gradient(270deg, #8499b2, #41648e);
    background-image: -moz-linear-gradient( top, #8499b2 , #41648e );
    background-image: -webkit-linear-gradient( top, #8499b2 , #41648e );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8499b2', EndColorStr='#41648e');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8499b2', EndColorStr='#41648e')";
    border: 1px solid #496487;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-top: 25px;
    text-align: center;
    width: 199px;
}




#content .reviews .header .criteria .list li    {
    background: url('/img/dotted.png') left 12px repeat-x;
    line-height: 18px;
    position: relative;
    width: 320px;
}

#content .reviews .header .criteria .list li > span   {
    background: url('/img/rbg.png') repeat top left;
    padding: 0 2px 0 15px;
    position: relative;
}
.icon.icon-checked  {
    background: url('/img/checked.png') no-repeat left center;
    content: "";
    height: 12px;
    margin-top: 2px;
    position: absolute;
    width: 12px;
    z-index: 5;
}
#content .reviews .header .criteria .list li .rates {
    background: url('/img/rbg.png') repeat top left;
    font-weight: bold;
    margin-top: 2px;
    padding-left: 2px;
}


#content .reviews .comments {

}
#content .reviews .comments .comment    {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
#content .reviews .comments .comment .title   {
    height: 14px;
    margin-bottom: 15px;
}
#content .reviews .comments .comment .user-name {
    font-weight: bold;
    margin-right: 10px;
}
#content .reviews .comments .comment .date  {
    color: #6b6b6b;
}

#content .reviews .comments .comment .positive  {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
#content .comment .positive:before    {
    background: url('/img/plus-on-green.png') no-repeat top left;
    content: "";
    height: 9px;
    margin-top: 2px;
    position: absolute; top: 0; left: 0;
    width: 9px;
}
#content .reviews .comments .comment .negative  {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
#content .comment .negative:before    {
    background: url('/img/minus-on-red.png') no-repeat top left;
    content: "";
    height: 9px;
    margin-top: 2px;
    position: absolute; top: 0; left: 0;
    width: 9px;
}

#content .add-review {
    position: relative;
    width: 100%;
}
#content .add-review .header  {
    background: url('/img/rbg.png') repeat top left;
    border: 1px solid #d6d6d6;
    height: 263px;;
    margin-bottom: 30px;
    padding: 14px;
    position: relative;
    width: 575px;
}
#content .add-review .header .title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
#content .add-review .header .title a   {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 5px;
}
#content .add-review .header .title a:hover {
    text-decoration: underline;
}

#content .add-review .header .tip   {
    color: #6b6b6b;
    margin-top: 10px;
}

#content .add-review .criteries {
    margin-top: 20px;
}
#content .add-review .criteries .criteria   {
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    padding: 0 0 0 28px;
    position: relative;
    width: 547px;
    z-index: 1;
}
#content .add-review .criteries .criteria:before   {
    background-color: #eceff2;
    border: 1px solid #d4dbe3;
    content: '';
    height: 33px;
    margin-left: -28px;
    opacity: 0.8;
    position: absolute;
    width: 573px;
    z-index: -1;
}
#content .add-review .criteries .criteria .icon {
    margin: 11px 0 0 -20px;
    z-index: 5;
}
#content .add-review .criteries .criteria .text {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 0;
    z-index: 5;
}
#content .add-review .criteries .criteria .slider   {
    border-bottom: 1px solid #f7f9fb;
    border-left: 1px solid #bec1c4;
    border-right: 1px solid #f7f9fb;
    border-top: 1px solid #bec1c4;
    height: 7px;
    margin: 13px 0 0 0;
    width: 131px;
}
#content .add-review .criteries .criteria .slider .ui-slider-range  {
    background-image: -ms-linear-gradient(270deg, #67b4dd, #4b94bc);
    background-image: -moz-linear-gradient( top, #67b4dd , #4b94bc );
    background-image: -webkit-linear-gradient( top, #67b4dd , #4b94bc );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#67b4dd', EndColorStr='#4b94bc');
    height: 8px;
}
#content .add-review .criteries .criteria .slider .ui-slider-handle {
    background: url('/img/slider_handler.png') top left;
    border: 0;
    cursor: pointer;
    height: 18px;
    margin-top: -1px;
    width: 18px;
    outline: none;
}

#content .add-review .criteries .criteria .value    {
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    text-align: left;
    width: 25px;
}

#content .add-comment   {

}
#content .add-comment .row  {
    margin-bottom: 15px;
}
#content .add-comment .row.tip  {
    margin-bottom: 25px;
}
#content .add-comment .row.tip .icon    {
    margin: 2px 8px 0 0;
}
#content .add-comment .row.tip p    {
    color: #000;
    text-align: justify;
}

#content .add-comment label.negative , #content .add-comment label.positive {
    line-height: 13px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
#content .add-comment textarea  {
    border: 1px solid #d6d6d6;
    /*color: #c3c3c3;*/
    height: 108px;
    padding: 5px;
    width: 593px;
}
#content .add-comment input[type="text"]    {
    border: 1px solid #d6d6d6;
    /*color: #c3c3c3;*/
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 268px;
}

b, strong {font-weight: bold !important;}
#content .top-side .title {
    font-size: 24px;
    font-weight: bold;
}

#content .left-sidebar .search-filters  {
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #97a1a4;
    min-height: 1px;
    padding: 10px;
    width: 172px;
    position: relative;
}
#content .left-sidebar .search-filters .bottom-side {
    background-image: -ms-linear-gradient(270deg, #fff, #efefef);
    background-image: -moz-linear-gradient( top, #fff , #efefef );
    background-image: -webkit-linear-gradient( top, #fff , #efefef );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#efefef');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#efefef')";
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#content .left-sidebar .search-filters ul.main  {

}
#content .left-sidebar .search-filters ul.main li   {
    background: url('/img/button-bottom.png') no-repeat 95% center;
    border: 1px solid #c9c9c9;
    box-shadow: #f4f4f4 0 0 3px 2px;
    cursor: pointer;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 6px;
    width: 158px;
}

#content .left-sidebar .search-filters ul.secondary {
    margin-top: 20px;
    margin-bottom: 20px;
}
#content .left-sidebar .search-filters ul.secondary > li {
    cursor: pointer;
    margin-bottom: 10px;
}
#content .left-sidebar .search-filters ul.secondary > li span  {
    border-bottom: 1px dotted #385586;
    color: #3778c0;
}
#content .left-sidebar .search-filters ul.secondary > li ul {
    margin-top: 10px;
}
#content .left-sidebar .search-filters ul.secondary > li ul li {
    margin-bottom: 10px;
    /*padding-left: 20px;*/
}
#content .left-sidebar .search-filters ul.secondary > li ul li span.checkbox {
    border: 1px solid #c9c9c9;
    display: block;
    height: 13px;
    margin: 0 0 0 -20px;
    position: absolute;
    width: 13px;
}
#content .left-sidebar .search-filters ul.secondary > li ul li span.checkbox.checked {
    background: url('/img/checkmark.png') no-repeat center center;
}

#content .left-sidebar .search-filters button   {
    background-image: -ms-linear-gradient(270deg, #c32d33, #91050b);
    background-image: -moz-linear-gradient( top, #c32d33 , #91050b );
    background-image: -webkit-linear-gradient( top, #c32d33 , #91050b );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c32d33', EndColorStr='#91050b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c32d33', EndColorStr='#91050b')";
    border: 1px solid #9d1b21;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    height: 40px;
    position: relative;
    width: 172px;
    z-index: 5;
}

#content .left-sidebar .perfect-places  {
    margin-top: 15px;
    width: 194px;
}
#content .left-sidebar .perfect-places .title    {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#content .left-sidebar .perfect-places ul   {
    background: url('/img/rbg.png') repeat;
    border: 1px solid #d3e4f0;
    border-bottom: 0;
}
#content .left-sidebar .perfect-places ul li    {
    border-bottom: 1px solid #d3e4f0;
    color: #385586;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

#content .left-sidebar .catalog_type  {
    margin-top: 15px;
    width: 194px;
}
#content .left-sidebar .catalog_type .title    {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#content .left-sidebar .catalog_type ul   {
    background: url('/img/rbg_type.png') repeat;
    border: 1px solid #dce2e6;
    border-bottom: 0;
}
#content .left-sidebar .catalog_type ul li    {
    border-bottom: 1px solid #dce2e6;
    color: #385586;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    max-width: 174px;
    overflow: hidden;
}

#content .middle-sidebar .selection-options {
    height: 30px;
    position: relative;
    width: 100%;
}
#content .middle-sidebar .selection-options > div   {
    background-image: -ms-linear-gradient(270deg, #fff, #e5e5e5);
    background-image: -moz-linear-gradient( top, #fff , #e5e5e5 );
    background-image: -webkit-linear-gradient( top, #fff , #e5e5e5 );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#e5e5e5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#e5e5e5')";
    border: 1px solid #c8c8c8;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
}
#content .middle-sidebar .selection-options .select     {
    padding-left: 10px;
}
#content .middle-sidebar .selection-options .select span.icon   {
    margin-top: 7px;
}
#content .middle-sidebar .selection-options .sort   {
    border-right: 0;
    border-top-left-radius: 2px;
    -o-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    width: 290px;
}
#content .middle-sidebar .selection-options .numbers {
    width: 140px;
}
#content .middle-sidebar .selection-options .on-map {
    border-left: 0;
    border-top-right-radius: 2px;
    -o-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    padding-left: 20px;
    text-align: center;
    width: 129px;
    cursor: pointer;
}
#content .middle-sidebar .selection-options .on-map span.icon   {
    margin: 5px 0 0 20px;
    position: absolute;
}

.icon.icon-map-marker-big {
    background: url('/img/map-marker-big.png') no-repeat top left;
    height: 16px;
    width: 11px;
}

#content .middle-sidebar .results   {
    margin-top: 30px;
}
#content .middle-sidebar .results .separator    {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-top: 20px;
}
#content .middle-sidebar .results .item {
    position: relative;
}
#content .middle-sidebar .results .item .left-side   {
    position: relative;
    width: 125px;
}
#content .middle-sidebar .results .item .left-side .img  {
    border: 1px solid #bfbfbf;
    height: 123px;
    padding: 3px;
    width: 123px;
}
#content .middle-sidebar .results .item .left-side .img img  {

}

#content .middle-sidebar .results .item .right-side {
    padding-left: 12px;
    padding-right: 4px;
    position: relative;
    width: 459px;
}
#content .middle-sidebar .results .item .right-side .header-rating  {
    width: 36px;
}

#content .middle-sidebar .results .item .right-side .coords {
    height: 45px;
}
#content .middle-sidebar .results .item .right-side .capabilities    {
    margin-bottom: 10px;
}
#content .middle-sidebar .results .item .right-side .cost   {
    margin-bottom: 10px;
}
#content .middle-sidebar .results .item .right-side .cost span  {
    color: #bf1a1d;
    font-weight: bold;
}

#content .middle-sidebar .results .item .right-side .halls  {

}
#content .middle-sidebar .results .item .right-side .halls .hall{
    border: 1px solid #d6d6d6;
    border-top: 0;
    height: 40px;
    padding: 3px;
}
#content .middle-sidebar .results .item .right-side .halls .hall.with-bg  {
    background: url('/img/ebg.png') repeat;
}
#content .middle-sidebar .results .item .right-side .halls .hall:first-child {
    border-top: 1px solid #d6d6d6;
}
#content .middle-sidebar .results .item .right-side .halls .hall .img   {
    height: 40px;
    margin-right: 5px;
    width: 40px;
}
#content .middle-sidebar .results .item .right-side .halls .hall .name {
    margin-top: 3px;
    margin-bottom: 4px;
}
#content .middle-sidebar .results .item .right-side .halls .hall .name a    {
    font-weight: bold;
}
#content .middle-sidebar .results .item .right-side .halls .hall .description  {

}

#content .middle-sidebar .results .item .right-side .halls .more    {
    color: #3778c0;
    cursor: pointer;
    border-bottom: 1px dotted #385586;
    display: inline-block;
    margin-top: 10px;
    width: auto;
}

.icon.icon-red-heart {
    background: url('/img/red-heart.png') no-repeat top left;
}

.icon-mail  {
    background: url('/img/mail.png') no-repeat top left;
    height: 12px;
    width: 14px;
}

.icon-cross {
    background: url('/img/cross.png') no-repeat top left;
    height: 12px;
    width: 12px;
}

/*.pp_pic_holder .pp_content {
    height: 516px !important;
}*/
.pp_pic_holder .pp_header   {
    height: 36px;
    line-height: 36px;
}
.pp_pic_holder .pp_header .title    {
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}

.pp_pic_holder .pp_header .actions  {
    margin-right: 40px;
    height: 36px;
    padding-right: 10px;
    width: auto;
}
.pp_pic_holder .pp_header .actions > div    {
    display: inline-block;
    height: 36px;
}
.pp_pic_holder .pp_header .actions a  {
    display: block;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
}
.pp_pic_holder .pp_header .actions a .icon  {
    margin-right: 8px;
    margin-top: 11px;
}


.pp_pic_holder .favorite    {
    height: 70px;
    padding: 5px 20px 5px 10px;
}
.pp_pic_holder .favorite:nth-child(2n+1)    {
    background-color: #f4f4f4;
}
.pp_pic_holder .favorite .img   {
    border: 1px solid #c9c9c9;
    height: 62px;
    padding: 3px;
    width: 62px;
}

.pp_pic_holder .favorite .description   {
    padding: 5px 10px;
}
.pp_pic_holder .favorite .description .status   {
    color: #5c5c5c;
    width: 490px;
    overflow: hidden;
    white-space: nowrap;
}
.pp_pic_holder .favorite .description .name a    {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.pp_pic_holder .favorite .description .cost     {

}
.pp_pic_holder .favorite .description .cost span    {
    color: #bf1a1d;
    font-weight: bold;
}

.pp_pic_holder .favorite .action{
    height: 70px;
    line-height: 70px;
}
.pp_pic_holder .favorite .action .icon  {
    height: 70px;
    background-position: center center;
    cursor: pointer;
}
#favorites {
    overflow-y: auto; 
    height: 480px;
}
.perfect-places li.active a {
    font-weight: bold;
    color: black;
}
.catalog_type li.active a {
    font-weight: bold;
    color: black;
}

.selection-options .sort > span {
    cursor: pointer;
    font-size: 11px;
}

.selection-options .sort-content {
    position: absolute; 
    border: 1px solid #C8C8C8; 
    background: white; 
    margin: 0 0 0 -11px; 
    width: 300px;
    z-index: 1;
    display: none;
}

.selection-options .sort-content div {
    padding: 10px;
    border-bottom: 1px solid #C8C8C8;
}

.selection-options .sort-content div a {
    font-size: 11px;
}

.selection-options .sort-content div:hover {
    background: #F4F4F4;
}

.selection-options .sort-content div:last-child {
    border-bottom: none;
}

.selection-options .numbers > span {
    cursor: pointer;
    font-size: 11px;
}

.selection-options .numbers-content {
    position: absolute; 
    border: 1px solid #C8C8C8; 
    background: white; 
    margin: 0 0 0 -11px; 
    width: 150px;
    z-index: 1;
    display: none;
}

.selection-options .numbers-content div {
    padding: 10px;
    border-bottom: 1px solid #C8C8C8;
}

.selection-options .numbers-content div a {
    font-size: 11px;
}

.selection-options .numbers-content div:hover {
    background: #F4F4F4;
}

.selection-options .numbers-content div:last-child {
    border-bottom: none;
}

.search-filters ul li.la > div:first-child, .search-filters ul li.t > div:first-child {    font-size: 10px;
                                                                                           height: 21px;
                                                                                           padding-top: 8px;
                                                                                           width: 167px;
}

.search-filters ul li.la .location_area_content, .search-filters ul li.t .t_content {
    position: absolute; 
    border: 1px solid #C8C8C8; 
    background: white; 
    margin: -1px 0 0 -7px; 
    width: 170px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    display: none;
}

.search-filters ul li.la .location_area_content div, .search-filters ul li.t .t_content div {
    padding: 10px;
    border-bottom: 1px solid #C8C8C8;
    width: 150px;
}

.search-filters ul li.t .t_content div {
    width: 135px;
}

.search-filters ul li.la .location_area_content div a, .search-filters ul li.t .t_content div a {
    font-size: 11px;
}

.search-filters ul li.la .location_area_content div:hover, .search-filters ul li.t .t_content div:hover {
    background: #F4F4F4;
}

.search-filters ul li.la .location_area_content div:last-child, .search-filters ul li.t .t_content div:last-child {
    border-bottom: none;
}

.search-filters > ul.secondary > li > ul {
    display: none;
}

.search-filters .overall, .search-filters .criteria {
    padding: 10px 0px;
}

.search-filters .criteries {
    margin-top: 20px;
}

.search-filters .criteries .criteria .icon {
    margin: 11px 0 0 -20px;
    z-index: 5;
}
.search-filters .criteries .criteria .text {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 0;
    z-index: 5;
}
.search-filters .criteries .criteria .slider   {
    border-bottom: 1px solid #f7f9fb;
    border-left: 1px solid #bec1c4;
    border-right: 1px solid #f7f9fb;
    border-top: 1px solid #bec1c4;
    height: 7px;
    margin: 13px 0 0 5px;
    width: 155px;
}
.search-filters .criteries .criteria .slider .ui-slider-range  {
    background-image: -ms-linear-gradient(270deg, #67b4dd, #4b94bc);
    background-image: -moz-linear-gradient( top, #67b4dd , #4b94bc );
    background-image: -webkit-linear-gradient( top, #67b4dd , #4b94bc );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#67b4dd', EndColorStr='#4b94bc');
    height: 8px;
}
.search-filters .criteries .criteria .slider .ui-slider-handle {
    background: url('/img/slider_handler.png') top left;
    border: 0;
    cursor: pointer;
    height: 18px;
    margin-top: -1px;
    width: 18px;
    outline: none;
}

.search-filters .criteries .criteria .value {
    height: 28px;
    text-align: center;
    margin-left: 8px;
    width: 50.5px;
    border: 1px solid #C9C9C9;
    box-shadow: 0 0 3px 2px #F4F4F4;
}

.search-filters .criteries .criteria .value.min {
    margin-right: 8px;
}

#content .free-title {
    font: bold 18px Arial;
    padding-bottom: 15px;
}

.hero   {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    padding: 20px;
}
.hero .title    {
    font-weight: bold;
}
.hero.first{
    width: 289px;
}

.garant span.tab    {
    display: inline-block;
    width: 16px;
}

.first-menu {
    margin-top: 30px;
}
.first-menu .item   {
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #acacac;
    height: 166px;
    position: relative;
    text-align: center;
    width: 329px;
}
.first-menu .item .img  {

}
.first-menu .item .img.search   {
    width: 48px;
    height: 48px;
    margin: 14px 0 15px 142px;;
}
.first-menu .item .img.request  {
    width: 44px;
    height: 47px;
    margin: 14px 0 15px 142px;;
}
.first-menu .item .img.ideal    {
    width: 35px;
    height: 46px;
    margin: 14px 0 15px 142px;;
}


.first-menu .item .bottom-side {
    background-image: -ms-linear-gradient(270deg, #fff, #efefef);
    background-image: -moz-linear-gradient( top, #fff , #efefef );
    background-image: -webkit-linear-gradient( top, #fff , #efefef );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#efefef');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#efefef')";
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.first-menu .item a.button  {
    background-image: -ms-linear-gradient(270deg, #89c159, #73a34b);
    background-image: -moz-linear-gradient( top, #89c159 , #73a34b );
    background-image: -webkit-linear-gradient( top, #89c159 , #73a34b );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#89c159', EndColorStr='#73a34b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#89c159', EndColorStr='#73a34b')";
    border: 1px solid #628941;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 0 83px;
    position: relative;
    text-align: center;
    width: 162px;
    z-index: 1;
}

.first-menu .item p     {
    padding: 0 35px;
}
.blue-btn {
    background-image: -ms-linear-gradient(270deg, #5196bb, #3880a7);
    background-image: -moz-linear-gradient( top, #5196bb , #3880a7 );
    background-image: -webkit-linear-gradient( top, #5196bb , #3880a7 );
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5196bb', EndColorStr='#3880a7');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5196bb', EndColorStr='#3880a7')";
    border: 1px solid #276b8f;
    padding: 0 15px 0 30px;
    border-bottom: 1px solid #276B8F;
    padding: 0 15px 0 30px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

.blue-btn a {
    color: #FFFFFF;
    line-height: 40px;
    display: inline;
    font-weight: bold;
}

.blue-btn a .icon {
    margin: 14px 0 0 30px;
    position: absolute;
}

ul.location_frame {
    padding-left: 10px;
}

ul.location_frame > li {
    margin-top: 4px;
}

ul.location_frame > li > label > span {
    border-bottom: 1px dotted #385586;
    color: #3778C0;
    cursor: pointer;
    font-weight: bold;
}
ul.location_frame > li > div {
    display: none;
}

.ll {
    float: left; 
    width: 155px;
}

div.ll > span {
    color: #858585;
    font-weight: bold;
}

div.ll > div.data {
    border: 1px solid #DADADA;
    width: 308px;
    height: 430px;
    overflow-y: auto;
    margin-top: 6px;
}

div.ll > div.data > div.lrow, div.ll > div.data > div.mrow {
    float: left; 
    margin: 1px 2px;
    padding: 1px 3px;
    background: #79A7C1;
    color: white;
}

div.ll > div.data > div.lrow > a, div.ll > div.data > div.mrow > a {
    font-weight: bold;
    color: white;
}

.lc > div, .mc > div {
    margin: 4px 0 0 15px;
}

.location_region_sel[data="disabled"] {
    color: #999999 !important;
}

blockquote, cit {
    border-left: 4px double #ECECEC;
}
blockquote, cit {
    background: none repeat scroll 0 0 #D9EDF7;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 20px;
    quotes: none;
}
#header > .bottom-side .logo .sites {
    margin-top: 5px;
    text-align: center;
}

#header > .bottom-side .logo .sites a,
#header-ny > .bottom-side .logo .sites a {
    font-size: 10px;
    font-weight: bold;
}

.social a.at-share-btn {
    margin: 0 4px;
}

.footer .social a.at-share-btn {
    margin: 0 3px;
}

.bn-content ul, .bn-content li {
   list-style-type: disc;
   list-style-position: inside;
   margin: auto;
   padding: initial;
}

.bn-content li {
    padding-left: 20px;
}

.bn-content em {
    font-style: italic;
}

.bn-content ol {
   list-style-type: decimal;
   list-style-position: inside;
   margin: auto;
   padding: initial;
}
.bn-content ul ul, .bn-content ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
   padding: initial;
}
.bn-content ol ol, .bn-content ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
   padding: initial;
}

.bn-content h1, 
.bn-content h1 * {
    display: block;
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}

.bn-content h2,
.bn-content h2 * {
    display: block;
    font-size: 22px;
    margin: 10px 0;
    font-weight: bold;
}

.bn-content h3, 
.bn-content h3 * {
    display: block;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}

.bn-content h4, 
.bn-content h4 * {
    display: block;
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

.bn-content h5, 
.bn-content h5 * {
    display: block;
    font-size: 12px;
    margin: 10px 0;
    font-weight: bold;
}

.bn-content h6, 
.bn-content h6 * {
    display: block;
    font-size: 10px;
    margin: 10px 0;
    font-weight: bold;
}
.w80px {width: 80px;}
.w90px {width: 90px;}
.ta-c {text-align: center;}
.h80px {height: 80px;}
.h120px {height: 120px;}
.mr20{margin-right: 20px;}
.mr70{margin-right: 70px;}
.mr90{margin-right: 90px;}
.selections .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cat-bordered {
    border-radius: 4px;
    border: 2px solid red;
    color: black !important;
    float: left;
    width: 32px;
    margin-right: 5px;
    margin-left: 0 !important;
    text-align: center;
    height: 12px;
    line-height: 12px;
    background: #E8D3CF;
}

.catalog-row a.floated {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 147px;
}
.center-banner, .center-banner div, .center-banner img{
    width: 602px;
    height: 108px;
}