/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,900,100,300&subset=latin,cyrillic);

/*justified-nav.css*/

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;

}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #e13a3e;
    border: 1px solid #e77e7a;
    border-radius: 5px;
    font-size: 0.7em;
    /*margin-top:7px;*/
}

.nav-justified > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    text-align: center;
    /*background-color: #e13a3e; !* Old browsers *!*/
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#e13a3e), to(#e77e7a));
background-image: -webkit-linear-gradient(top, #e13a3e 0%, #e77e7a 100%);
background-image:      -o-linear-gradient(top, #e13a3e 0%, #e77e7a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #e13a3e), to(#e77e7a));
background-image:         linear-gradient(top, #e13a3e 0%, #e77e7a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13a3e', endColorstr='#e77e7a',GradientType=0 );*/ /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    /*border-bottom: 1px solid #e77e7a;*/
    /**/
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Roboto', serif;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #e77e7a;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #e77e7a;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }

    .nav-justified > li > a {
        border-right: 1px solid #e77e7a;
        border-left: 1px solid #fff;
    }

    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }

    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

}

@media screen and (max-width: 768px) {
    .nav-justified > li > a {
        font-size: 14px;
    }

}

@media screen and (max-width: 992px) {
    .nav-justified > li > a {
        font-size: 10px;
    }
}

/*justified-nav.css*/

body {
    padding-bottom: 40px;
    /*	color: #FFF;
    */
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*height: 450px;*/
    margin-bottom: 20px;
    background-color: #FFF !important;
    margin-top: 20px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    /*height: 450px;*/
    background-color: #FFF;
    text-align: center;
}

.carousel-inner > .item > img {
    /*position: absolute;
    top: 0;
    left: 0;*/
    /* min-width: 100%;
     height: 300px;*/
}

.carousel-control.left, .carousel-control.right {

    background: none !important;
    background-image: none !important;
}

.carousel-indicators {
    bottom: 0px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

/*carousel.css*/

/*carousel.css*/

body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto', serif;
}

a, a:hover {
    color: #e2383f;
}

.head_landata > .top {
    padding-bottom: 20px;
    padding-top: 10px;
}

.head_landata .tel {
    text-align: right;

}

.head_landata .tel big {
    font-size: 26px !important;
    line-height: 24px;
}

.head_landata .tel small {
    font-size: 12px !important;
    display: block;
}

.head_landata .tel > big > i {
    color: #e13a3e;
}

.head_landata .link_head {
    margin-top: 5px;
    font-size: 12px;
}

.super_top {
    /* background-color:#e77e7a;*/
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
    /*margin-bottom: 20px;*/
    margin-bottom: 5px;
}

.auth a {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    color: #fff;
    font-size: 11px;
}

.slogan {
    font-family: 'Roboto', serif;
    font-size: 26px;
    color: #999;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}

.dropdown-menu {
    background-color: #e77e7a;
    border-radius: 0px;
    border: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.dropdown-menu a {
    color: #FFF !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #e13a3e !important;
}

/*.dropdown-menu > li {
  float:left;
}
.dropdown-menu > li:nth-child(3n+1) {
  clear:both;
}*/

.columns:before,
.columns:after {
    content: "";
    display: table;
}

.columns:after {
    clear: both;
}

ul.columns {
    list-style-type: none;
    width: 480px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

ul.columns li {
    display: block;
    float: left;
    width: 45%;
    padding-bottom: 10px;

}

ul.columns li:nth-child(odd) {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
}

ul.columns li:nth-child(even) {
    margin-left: 0px;

}

div.coll_ext > div:nth-child(odd) {
}

div.coll_ext > div {
    float: left;
    width: 45%;
    padding-bottom: 10px;
}

.form-group {
    padding: 5px 0px
}

.zebra:nth-child(odd) {
    background-color: #eee;
}

/*.form-group:last-child {
        background-color: #fff !important;
        }*/

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e77e7a;
    border-color: transparent;
}

.news-side-bar p {

}

.news-side-bar p > a { /*font-size:12px;*/
    color: #333 !important;
}

.news-side-bar p {
    margin-bottom: 20px;
}

.news-side-bar p.date, .news-date-time {
    font-size: 11px;
    color: #999;
    margin-bottom: 1px;
}

.news-date-time {
    display: block;
}

p.sp_p {
    margin-left: 30px;
    /* font-size: 12px;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*color: #999;*/
}

p.sp_p i {
    color: #999;
    display: inline-block;
    width: 25px;
    /*color: #fbb033;*/
}

.sp_p strong {
    font-size: 15px;
    color: #333;
    line-height: 12px;
    font-family: 'Roboto', serif;
}

div.item_special {
    margin-bottom: 30px;
}

div.item_special h3 {
    line-height: 30px;

}

/*div.item_special h3 a {*/
    /*color: #333;*/
/*}*/

span.firstWord {
    font-weight: bold;

    color: #e2383f;
}

/*color: #fbb033;*/
/*div.special { margin-bottom:100px;}
*/
/*div.special >div:nth-child(even){ background-color:#CCC}*/

/*table.special td:first-child {
        color: #e2383f; 
        font-weight: bold;	 
    }
        
table.special td:nth-of-type(3) {
        font-size:10px;
        color:#999;
        white-space: nowrap;
    }	
*/

div.banner_footer a {
    margin-bottom: 10px;
}

div.banner_footer a img, div.banner_footer  img  {
    border-radius: 6px;
    display: block;
    max-width: 100%;
    height: auto;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    border-top: 4px solid #e5e5e5;
    /*background-image: url(images/buble-b-l.gif);
    background-repeat: no-repeat;
    background-position: left bottom;*/
}

footer div.search {
    text-align: left;
    margin-bottom: 10px;
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    border-radius: 0px;
    background: none;

    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis;*/

}

/*.breadcrumb:before  {
        content: "...";
        color:#000;
        display:inline-block;
        margin-left:89%;
        position: absolute;
}*/

.left-menu > li > a.activ {
    font-weight: 600;
    color: #e2383f;
}

.left-menu > li > a {
    color: #333;
    font-size: 16px;

}

.left-menu li > ul > li {
    margin-left: 10px;
}

.left-menu li > ul > li:after {
    content: " ";
    display: block;
    clear: both;
    float: none;
}

.left-menu li > ul > li > a {
    display: block;
    width: 90%;
    float: left;
}

.left-menu i {
    color: #fbb033;
    display: block;
    width: 8%;
    float: left;
    margin-top: 3px;

}

.list-group.left-menu .list-group-item {
    background-color: #f5f5f5;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.list-group.left-menu .list-group-item li a {
    color: #333;
}

.list-group.left-menu .list-group-item li a.activ {
    color: #e2383f;
}

.catalog > div > div {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.48);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 600;
    height: 220px;
}

/*.catalog>div>div>img{
        display: block;
        margin-right: auto;
        margin-left: auto;
        height: 120px;
        margin-bottom: 10px;
}*/
div.content {
    padding-bottom: 50px;
}

.auth div.modal-dialog {
    color: #333;
    font-size: 14px;
}

input.logout {
    font-size: 11px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.catalog > div > div > a:first-child {
    /* display: table-cell;*/
    max-height: 135px;
    min-height: 135px;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 150px;

}

.catalog > div > div > a:last-child {
    /*display: table-cell;*/
    height: 55px;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.catalog > div > div > a.img > img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    display: inline;
}

/*.news-list > .news-item a > b {*/
    /*color: #999;*/
    /*font-size: 16px*/
/*}*/

.news-item{
    margin-bottom: 7px;
}

.news-item a > b {
    color: black;
    font-size: 16px;
    text-decoration: none;
}
a.not_decor{
    text-decoration: none;
}




.news-list > .news-item a > b > .firstWord {
    color: #333;
}

.news-list > .news-item i {
    float: left;
    clear: both;
    font-size: 18px;
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #CCC;
}

#scroller {
    position: fixed;
    /** позиция кнопки scroll to top **/
    bottom: 30px;
    /** картинка кнопки наверх**/
    /*background: transparent url(arrow.png) no-repeat left top;  */
    cursor: pointer;
    /** скрываем кнопку в начале **/
    display: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

#scroller i {
    font-size: 48px;
    color: #e13a3e;
    opacity: 0.5;

}

#scroller i:hover {
    opacity: 0.9;
}

.tablevendor {
    font-size: 11px;
}

.vendor_sklad {
    margin-right: 15px;
}

/*.sklad>tr>td{
   vertical-align: top;
}


*/

.img-responsive {
    width: auto !important;
}

.space {
    /*white-space: pre;  CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
}

/*****************************/
.red {
    color: hsl(358, 73%, 55%);
}

.white {
    color: #fff;
}

.bg-red {
    background: hsl(358, 73%, 55%);
}

.ug {
    padding: 4px 10px;
    border-radius: 3px;
}

a.pad4>.ug:hover {
    color: #fff;
    text-decoration: none;
    background-color: hsl(2, 69%, 69%);
}

a.pad4:link {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a.pad4:active {
    color: #fff;
    text-decoration: none;
}

a.pad4:visited {
    color: #fff;
    text-decoration: none;
}

.top-phone {
    font-size: 0.9em;
    padding: 0 20px;
    border-right: 1px solid #000;
}

.top-phone-non {
    font-size: 0.9em;
    padding: 0 0 0 20px;

}

ul.top-hd {
    margin: 0;
    padding: 0;
}

ul.top-hd > li {
    display: inline;
    /*padding: 0 10px;*/
}
a.exit:link{
    color:#000;
    text-decoration: none;
    border-bottom: 1px dashed #000080;
    outline: none;
}
a.exit:hover{
    color:hsl(358, 73%, 55%);
    border-bottom: 1px dashed hsl(358, 73%, 55%);
    text-decoration: none;
    outline: none;
}
.block-relative{
    position: relative;
}
#img-logo{
    width:180px;
    position:relative;
    top:-11px;
}