body {
    margin: 0;
    padding: 0;
    background: #e5e5e5;
}
/* Custom container */
.wrap-container {
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 1px;
    background-color: #fff;
}

.wrap-container .breadcrumb {
    position: relative;
    top: -9px;
    margin: 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.adr-box-shadow-nav {
    -webkit-box-shadow: 0px 1px 1px #333;
    -moz-box-shadow: 0px 1px 1px #333;
    box-shadow: 0px 1px 1px #333;
}

.adr-box-shadow {
    -webkit-box-shadow: 0px 0px 15px #ccc;
    -moz-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
.social-box-shadow {
    -webkit-box-shadow: 0px 5px 5px #eee;
    -moz-box-shadow: 0px 5px 5px #eee;
    box-shadow: 0px 5px 5px #eee;
}

.wrap-page {
    padding: 10px;
}



.border-radius {
}

.adr-navbar {
    background-color: #222;
}

.fast-search-block {
    border: solid 1px #ccc;
    border-radius: 5px;
}

.fast-search-main {
    margin: 1px;
    padding: 16px;
    background-color: #efefef;
    border-radius: 5px;
}

.add .text-red {
    color: #cc0000;
}

ul.article-list {
    padding-right: 25px;
    border-right: dashed 1px #899aa7;
}

ul.article-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #899aa7;
}

ul.article-list li:last-child {
    border: none;
}

ul.article-list li small a {
    color: #333;
}

.brand {
    width: 249px;
    height: 44px;
    display: block;
    background: url('/f/i/logo.png');
}

.latters {
    vertical-align: top;
    width: 240px;
    display: inline-block;
    margin: 0px 5px 15px 0px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4 {
    font-weight: 200;
    line-height: 1.6;
    display: inline;
    padding-right: .3em;
}

h1, h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.href {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    display: inline;
    padding-right: .3em;
}

.special-sale .hide-title {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    color: #fff;
    width: 180px;
    height: 130px;
    padding: 10px;
    z-index: 1;
    font-size: .9em;
}

.special-sale .hide-title:hover {
    background: url('/f/i/bg-title-black.png');
    white-space: normal;
}

.bg-map {
     background: url('/f/i/bg.jpg');
}

.special-sale .ad-title {
    text-align: center;
    font-size: .9em;
}

.upload-photos {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.upload-photos li {
    height: 150px;
}

.upload-photos img:hover {
}

.upload-photos img.active {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.upload-photos .hide-title {
    width: 50%;
    overflow: hidden;
    position: relative;
    left: 135px;
    top: 27px;
    z-index: 1;
}

.upload-photos .ad-title {
    text-align: center;
    font-size: .9em;
}

.upload-photos ul li {
    padding: 0 0 4px 0;
}

div.pattern {
    height: 2em;
    margin-bottom: 15px;
}

div.pattern h1,
div.pattern h2,
div.pattern h3,
div.pattern p.large {
    font-size: 22px;
    font-weight: 200;
    display: inline;
    padding-right: .3em;
    background-color: #fff;
}

div.pattern a:hover {
    color: #d50e26 !important;
}

div.zebra {
    background: url(/f/i/zebra.png) 0 1.2em repeat-x #fff;
}

.profile_ads_list img {
    border: solid 2px #eee;
}

.curved5 {
    -moz-border-radius: 5px;
 /* Firefox */
    -webkit-border-radius: 5px;
 /* Safari, Google Chrome */
    -khtml-border-radius: 5px;
 /* KHTML */
    -o-border-radius: 5px;
 /* Opera */
    -ms-border-radius: 5px;
 /* IE8 */
    -icab-border-radius: 5px;
 /* Icab */
    border-radius: 5px;
 /* CSS3 */
    behavior: url(border-radius.htc);
 /* IE */;
}

.load-link {
    cursor: pointer;
    font-weight: bolder;
    color: #333;
    border-bottom: dashed 1px #333;
}
/* ГЛАВНОЕ МЕНЮ - начало */
.all_nav {
    text-align: left;
    width: 100%;
    z-index: 101;
    background-color: #333;
}

.all_nav ul {
    list-style: none;
}

.all_nav ul li {
    float: left;
}

.all_nav ul.rubric {
    height: 35px;
    clear: both;
    box-shadow: inset 0px 7px 7px 0px #8d99a5;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77838f), color-stop(1, #727e8a) );
    background: -moz-linear-gradient( center top, #77838f 5%, #727e8a 100% );
    overflow: hidden;
    background-color: #727e8a;
    padding-left: 22px;
    margin-left: 0;
}

.all_nav ul.rubric li {
    border-right: 1px solid #55667a;
}

.all_nav ul.rubric li:first-child {
    border-left: 1px solid #a5b1bd;
}

.all_nav ul.rubric li a {
    display: block;
    float: left;
    padding: 8px 11px 7px 14px;
    height: 35px;
    color: white;
    border-right: 1px solid #a5b1bd;
}

.all_nav ul.rubric li a:hover {
    background: #838f9b;
}

.all_nav ul.rubric li:first-child a {
    border-left: 1px solid #55667a;
}

.all_nav ul.rubric li.active {
    background: #838f9b;
}

div.additions {
    width: 99%;
    overflow: hidden;
    background-color: whiteSmoke;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.additions li {
    float: left;
    width: 158px;
}

.additions li label {
    font-size: 12px;
}

div.additions2 {
    width: 98%;
    height: 120px;
    background-color: #fff3c5;
}

.additions2 li {
    float: left;
    width: 49%;
}

.additions2 li label {
    font-size: 1em;
}

#footer b,
#footer p {
    color: #ddd;
}

#footer a:link,
#footer a:active {
    color: #fff;
}

#footer a:hover,
#footer a:visited {
    color: #fff;
}

.find-place {
    height: 238px;
    padding: 5px 5px 0 5px;
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

hr {
    margin: 10px 0 10px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.find-place hr {
    margin: 10px 0 15px 0;
}

.find-place p {
    text-align: center;
    color: #ccc;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

.label a:link,
.label a:active {
    color: #fff;
    text-decoration: none;
}

.label a:hover,
.label a:visited {
    color: #fff;
}

.social-button-container {
    overflow: hidden;
}

.social-button {
    float: left;
    width: 100px;
    height: 22px;
}

.org h1, .org h2, .org h3, .org h4, .org h5, .org h6 {
    display: none;
}

.schema-organization-h {
    font-size: 14px;
}

.country-name, .locality, .region, .postal-code {
    display: none;
}

.panto {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.schema-organization {
    display: none;
}

.bs-search {
    padding: 10px;

    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #d9534f;
}

.bs-ads {
        padding-left: 0;

    border-left: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #d9534f;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.top-10 {
    margin-top: 10px;
}

.nowrap {
    white-space: nowrap;
}

.letter {
    color: #999;
    font-size: 16px;
    font-weight: bolder;
}

/* Scroll to Top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper span.glyphicon {
    line-height: inherit;
    left:-1px;
    top:-2px;
    font-size: 30px;
}