@charset "UTF-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.2');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}





::-webkit-input-placeholder {
    color: #ccc;
}
/* webkit */
::-moz-placeholder {
    color: #ccc;
}
/* Firefox 19+ */
:-moz-placeholder {
    color: #ccc;
}
/* Firefox 18- */
:-ms-input-placeholder {
    color: #ccc;
}
/* IE */






a img {
    border: none;
}

a {
    color: #015b98;
}

a:hover {
    color: #900;
}

header, section, footer, aside, article, figure {
    display: block;
}

.containersite {
    width: 1140px;
    padding: 0px 15px;
    margin: 0px auto;
}

.clbo, .clb {
    clear: both;
    height: 0px;
}

/* ============ TOP HEADER ============*/
.topsite {
    width: 100%;
    height: 42px;
    background: url(images/top_header_bg.gif) repeat-x;
    color: #fff;
    font-size: 14px;
}

.topsite a {
    color: #fff;
    text-decoration: none;
    display: block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    line-height: 14px;
}

.topsite span {
    display: block;
    float: left;
    padding-top: 13px;
    padding-right: 20px;
    line-height: 13px;
}

.topsite span b {
    font-size: 16px;
    display: inline-block;
    padding-right: 10px;
}

.topsite a.trigger {
    float: left;
    padding: 5px 15px;
    border: 1px #fff solid;
    margin: 6px 0px 0px 15px;
}

.topsite a.trigger:hover {
    background: #fff;
    color: #009fda;
}

.topsite a.links_top {
    float: left;
    padding: 13px 0px 0px 20px;
}

.topsite a.links_top span.fa {
    display: inline-block;
    padding-top: 0px;
    padding-right: 5px;
}

.topsite a.links_top:hover {
    text-decoration: underline;
    color: #ffffff;
}

.topsite p {
    float: right;
    margin: 0px;
    padding-top: 13px;
    line-height: 13px;
}

.topsite p a {
    float: right;
    padding: 5px 15px 5px 40px;
    border: 1px #fff solid;
    position: relative;
    margin: -7px 0px 0px 15px;
    background: url(images/bsk_top.png) no-repeat left center;
    background-position-x: 8px;
}
.topsite p a strong {
    background: red;
    color: #ffffff;
    font-size: 10px;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: 100;
}

.topsite p a:hover {
    background: url(images/bsk_top_hov.png) no-repeat left center, #fff;
    color: #009fda;
    background-position-x: 8px;
}

/* ============ HEADER ============*/
.headersite {
    width: 100%;
    display: table;
}

.headersite a.logotop {
    display: table-cell;
    vertical-align: top;
    width: 290px;
    padding: 15px 0px;
    color: #888;
    text-decoration: none;
}

.headersite a.logotop img {
}

.headersite a.logotop span {
	color: #999;
	text-transform: uppercase;
	display: block;
	font-size: 26px;
	font-weight: bold;
}


/* ============ SECTION ASIDE CONTENT ============*/
.section {
    width: 100%;
    display: table;
    margin: 20px 0px;
}

.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 255px;
}

.sidebar h4 {
    margin: 25px 0px 10px 0px;
    padding: 0px;
}

.content {
    display: table-cell;
    vertical-align: top;
    padding-left: 45px;
}

.content h1 {
    font-size: 24px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

/* ============ FOOTER ============*/
.footer {
    width: 100%;
    border-top: 1px solid #11a0ca;
    display: table;
    margin-top: 30px;
}

.left_footer {
    display: table-cell;
    vertical-align: top;
    width: 280px;
    overflow-x: hidden;
    padding: 30px 0px 30px 0px;
}

.left_footer a {
    display: block;
    background: #0baae5;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 13px 0px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.left_footer a:hover {
    background: #0081b1;
}

.left_footer .map {
    border: 1px #ccc solid;
}

.right_footer {
    display: table-cell;
    vertical-align: top;
    padding-left: 45px;
}

.footer p {
    float: right;
    width: 200px;
    text-align: right;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bolder;
}

.footer p b {
    color: #0baae5;
    display: block;
    margin: 0px;
    padding: 5px 0px 15px 0px;
    font-size: 17px;
}

.item_bsk input[disabled],.item_bsk input[disabled]:hover, .price_blok input[disabled]{
    cursor: not-allowed;
    background: #cacaca;
    border: 1px solid #cacaca;
}
