/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/




header.fixed {
    position: fixed;
    top: 0px;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    background: #ebebeb url('../images/background.gif') repeat;
}

.bx_logotype .name {
    text-align: center;
}

.bx_order_make .label_delivery {
    width: 190px !important;
}

.wrap_tizer .wrap_outer .inner_text {
   background: rgba(0, 106, 197, 0.5) !important;
}


.wrap_tizer .wrap_outer .outer_text {
    background: none !important;
}

.wrap_tizer .wrap_outer {
background: none !important;
}

.cat_inner {
    margin-top: 50px;
    margin-bottom: 50px;
}

.block_o_doc {
    width: 25%;
    float: left;
    text-align: center;
}

.block_o_doc a {
    font-weight: bold;
    color: #000;
}

.block_o_doc a p {
    color: #000;
}

.block_o_doc img {
    max-width: 50%;
}