/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*MARGINS*/

.margin10 {
    margin-bottom: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin40 {
    margin-bottom: 40px;
}

.margin50 {
    margin-bottom: 50px;
}

.margin90 {
    margin-bottom: 90px;
}


/*MARGINS*/


/*HEADERLINE*/

.line_top_shop {
    border-bottom: 3px solid #e5e5e5;
    background-color: #f3f3f3;
    height: 25px;
}

.line_top_shop .free_a {
    color: #838383;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.line_top_shop .free_a:hover {
    color: #555;
}

.line_top_shop a {
    text-decoration: none;
}

.line_top_shop span:hover {
    color: #555;
}

#base {
    background: rgba(197, 13, 0, 1);
    background: -moz-linear-gradient(top, rgba(197, 13, 0, 1) 0%, rgba(147, 0, 0, 1) 74%, rgba(147, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197, 13, 0, 1)), color-stop(74%, rgba(147, 0, 0, 1)), color-stop(100%, rgba(147, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(197, 13, 0, 1) 0%, rgba(147, 0, 0, 1) 74%, rgba(147, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(197, 13, 0, 1) 0%, rgba(147, 0, 0, 1) 74%, rgba(147, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(197, 13, 0, 1) 0%, rgba(147, 0, 0, 1) 74%, rgba(147, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(197, 13, 0, 1) 0%, rgba(147, 0, 0, 1) 74%, rgba(147, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c50d00', endColorstr='#930000', GradientType=0);
    color: white;
    text-align: center;
    box-shadow: 10px 10px 5px #888888;
    z-index: 1000000;
}

.top_uper_link {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 17px;
}

.top_uper_link:hover {
    color: #555;
}

.top_uper_gray {
    text-transform: uppercase;
    color: #838383;
    font-weight: 600;
    font-size: 17px;
}

.top_uper_gray:hover {
    color: #555;
}


/*HEADERLINE*/


/*ACCOUNT-SIDENAV*/

#block1 {
    display: none;
}

.list-unstyled .active a {
    color: #CB0F00;
}

.list-unstyled li.active:after {
    display: none;
}

.no-margin {
    margin: 0px !important;
}

.fading-side-menu h3 {
    color: #555;
}

.fading-side-menu a {
    color: #555;
}

.fading-side-menu a .fa {
    padding-right: 15px;
    color: #CB0F00;
}

.list-unstyled a {
    text-decoration: none;
}

.list-unstyled {
    font-size: 18px;
}


/*ACCOUNT-SIDENAV*/


/*NAVIGATION*/

.navbar-header {
    width: 100%;
    margin-top: 45px;
}

.logo_padding {
    padding: 5px;
}

.small_img {
    margin-bottom: -55px;
    margin-left: 23px;
}

.navbar-nav {
    margin-top: 19px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: white;
    border-color: white;
    border-radius: 0px;
    border-bottom: 3px solid #444;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>.top_menu_bag {
    color: #333333;
    text-transform: none;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #666666;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid #ccc;
    border-right: 1px solid rgba(0, 0, 0, .15);
}

.navbar-default .navbar-nav>li>.top_menu_bag:focus,
.navbar-default .navbar-nav>li>.top_menu_bag:hover {
    color: #666666;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid #ccc;
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.nav>li>a {
    padding: 10px 7px;
}

.btn-danger {
    background-color: #CB0F00;
}

.navbar-default .navbar-nav>li>.active_red {
    font-weight: bold;
    color: white;
}

.navbar-default .navbar-nav>li>.active_red:focus,
.navbar-default .navbar-nav>li>.active_red:hover {
    background-color: #CB0F00;
    color: white;
}

.nav_a_b_h {
    margin-top: 5px;
}


/*NAVIGATION*/


/*LIST-1*/

.list-1 {
    overflow: hidden;
    margin-bottom: 85px;
    margin-left: -40px;
}

.list-1 li {
    width: 50%;
    float: left;
    overflow: hidden;
}

.list-1 .block-img {
    float: left;
    width: 50%;
}

.list-1 .block-1 {
    background: #F0F0F0;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.list-1 .block-1:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    margin-top: -24px;
    background: #08bbfd;
    border: 7px solid #f7f7f7
}

.list-1 li:nth-child(3n) .block-img,
.list-1 li:nth-child(4n) .block-img {
    float: right
}

.list-1 li:nth-child(3n) .block-1,
.list-1 li:nth-child(4n) .block-1 {
    right: auto;
    left: 0
}

.list-1 li:nth-child(3n) .block-1:before,
.list-1 li:nth-child(4n) .block-1:before {
    left: auto;
    right: -24px
}

.list-1 a {
    display: block;
    overflow: hidden;
    position: relative
}

.list-1 a .block-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 5% 5% 5% 8%
}

.list-1 a .title-1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px
}

.list-1 a .slog-1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #0866e4
}

.list-1 a:hover .title-1 {
    color: #08bbfd
}

.list-1 a:hover .slog-1 {
    color: #777
}

.list-1 a:hover .block-1:before {
    background: #0866e4
}

.list-1 a img {
    width: 100%
}


/*LIST-1*/


/*BRANDS*/

.brands img {
    -webkit-transition: all 0, 3s ease;
    -moz-transition: all 0, 3s ease;
    -o-transition: all 0, 3s ease;
    -ms-transition: all 0, 3s ease;
    transition: all 0, 3s ease;
}

.brands img:hover {
    -webkit-filter: opacity(0.3);
}


/*BRANDS*/


/*NEW PRODUCTS HOME PAGE*/

div.mosaic-view div.product-box {
    float: left;
    min-height: 400px;
    padding: 10px;
    text-align: center;
}

div.mosaic-view:hover div.product-box:hover {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    border-radius: 4px;
}

div.mosaic-view div.product-box .image {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

div.mosaic-view div.product-box .image:before {
    display: inline-block;
    height: 100%;
    margin-left: -4px;
    vertical-align: middle;
    content: '';
}

div.mosaic-view div.product-box .image span.img {
    height: 100%;
    vertical-align: middle;
}

div.mosaic-view div.product-box .image span.img img {
    display: inline;
    max-height: 250px;
}

.txttttt {
    font-size: 15px;
    line-height: 20px;
    color: #838383;
    font-weight: bold;
}

.txttttt:hover {
    font-size: 15px;
    line-height: 20px;
    color: #444;
}

.txttttt:visited {
    color: #838383;
}

.txttttt:focus {
    color: #838383;
}

.buy_button button {
    font-weight: bold;
    font-size: 13px;
}

.name a {
    height: 54px;
    display: inline-block;
    text-decoration: none;
}

.name p {
    height: 40px;
}

.price {
    color: #444;
    font-weight: bold;
    font-size: 18px;
}

.price_promo {
    color: #ee001c;
    font-weight: bold;
    font-size: 18px;
}

.old_price {
    text-decoration: line-through;
}

.btn_prod_display {
    display: none;
}


/*NEW PRODUCTS HOME PAGE*/


/*BANNER*/

.jumbotron {
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    height: 625px;
}

.jumbotron .banner_h1 {
    color: white;
    text-transform: uppercase;
}

.jumbotron .banner_p {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.jumbotron .banner_p {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.jumbotron .banner_text {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.59);
    width: 70%;
    text-align: center;
}


/*BANNER*/


/*FILTER-SIDEBAR*/

.sidebar_filter {
    width: 100%;
    height: auto;
    padding: 10px;
}

.list-group .list_category {
    padding: 5px 15px;
    border: 0px;
}

.list-group a {
    text-decoration: none;
    color: #555;
    font-weight: 600;
}

.list-group a .list_category:hover {
    background-color: #e7e7e7;
}

.brand_list li:hover {
    background-color: #e7e7e7;
}

.sidebar_filter h3 {
    color: #999;
    text-transform: uppercase;
}

.products_lists h3 {
    color: #999;
    text-transform: uppercase;
}

.brand_list label {
    display: block;
    margin-bottom: 0px;
    color: #555;
}

.show_more_a {
    color: #555;
    font-size: 13px;
}

.show_more_a:hover {
    color: #CB0F00;
}

.products_lists .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 140px;
}

.products_lists .btn {
    margin-left: 5px;
}

.products_lists h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 33px;
}

.hockey_puck_div {
    position: absolute;
    bottom: -1px;
    left: 40px;
    display: none;
}


/*FILTER-SIDEBAR*/


/*REGISTER*/

.form-box {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    border-radius: 4px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    border-bottom: 1px solid rgb(200, 200, 200);
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
    color: #838383;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #CB0F00;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control:focus {
    border-color: #CB0F00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
}


/*REGISTER*/


/*input-spinner*/

.spinner {
    width: 70px;
    margin: 0px auto;
}

.spinner input {
    text-align: center;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}


/*input-spinner*/

.price-tag {
    display: inline-block;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    color: #fff;
    background-color: #bf1919;
    text-shadow: 1px 1px 1px #921313;
    font-weight: bold;
    font-size: 2.0em;
    text-indent: -6px;
    position: relative;
    -moz-transform-origin: 88% 10%;
    -ms-transform-origin: 88% 10%;
    -webkit-transform-origin: 88% 10%;
    transform-origin: 88% 10%;
    float: right;
}

.price-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #bf1919;
}


/*ORDERS*/

.footable.breakpoint > tbody > tr > td.expand {
    background: url('img/plus.png') no-repeat 5px center;
    padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #eee;
}

.footable > tbody > tr:hover {
    background: #fbf8e9;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.kirilica_p {
    text-align: center;
    color: red;
}

.th_danni {
    font-weight: bold;
    width: 25%;
}

.plashtane_colapse .panel-default {
    background: #fafafa;
}

.plashtane_colapse .panel {
    margin-bottom: 20px;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0);
}

.form_dannni_dostawka fieldset {
    border: 0px solid #c0c0c0;
}

.zabravena_parola_link a {
    text-decoration: none;
    color: #CB0F00;
}

.zabravena_parola_link a:hover {
    text-decoration: none;
    color: #444;
}

.zabravena_parola_link {
    margin-top: 10px;
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url('img/plus.png') no-repeat 5px center;
    padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('img/minus.png') no-repeat 5px center;
}

.footable > tbody > tr:hover {
    background: rgba(203, 15, 0, 0.43);
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.img_container {
    max-width: 100px;
    margin: 0px auto;
}

.product_name_td {
    max-width: 350px;
    word-wrap: break-word;
}

.table_basket td {
    text-align: center;
    font-size: 17px;
}

.bt_send_order {
    max-width: 250px;
}

.board {
    width: 97%;
    margin: 20px auto;
    height: auto;
    background: #fff;
}

.board .nav-tabs {
    position: relative;
    border-bottom: 1px solid #CB0F00;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board > div.board-inner {
    background: #fafafa;
    background-size: 30%;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #CB0F00;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #ddd;
}

li.active span.round-tabs.one {
    color: rgb(203, 15, 0);
    border: 2px solid rgb(203, 15, 0);
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.nav-tabs > li {
    width: 20%;
}

li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}
/*
li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #CB0F00;
}
*/

.nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li a:hover {
    background: transparent;
}

.tab-content {}

.tab-pane {
    position: relative;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

@media( max-width: 775px) {
    .board {
        width: 90%;
        height: auto !important;
    }
}

@media( max-width: 585px) {
    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
}


/*ORDERS*/


/*PRODUCT-PAGE*/

.desc_product ul {
    list-style-type: none;
    padding-left: 20px;
    color: #666;
    font-size: 1.1em;
    font-weight: 400;
}

.desc_product li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.desc_product li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f138";
    color: #444;
}

.label_select_prod {
    margin: 14px 7px 3px;
}

.cena_prod_page {
    font-size: 2.0em;
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.btn-favorites {
    position: absolute;
    top: 4px;
    right: 4px;
}


/*PRODUCT-PAGE*/


/*FOOTER*/
.my-error-class{border:1px solid #FF0000;color: #FF0000;}

.scrollToTop {
    font-size: 60px;
    line-height: 51px;
    color: #CB0F00;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.scrollToTop:before {
    font-family: FontAwesome;
    content: "\f01b";
}

.scrollToTop:hover {
    text-decoration: none;
    color: #444;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.p_foot {
    line-height: 32px;
    font-size: 18px;
}

.to_us {
    text-transform: uppercase;
    line-height: 32px;
}

.to_us_div a {
    text-decoration: none;
    color: #444;
}

.to_us_div a:hover {
    color: #CB0F00;
}


/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #444;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

a {
    background-color: #D3D3D3;
}

.vdiveder {
    height: 100px;
    border-left: 1px solid #444;
}

.copyrights {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.copyrights .web_a {
    color: #99cc33;
    text-decoration: none;
    font-weight: bold;
}


/*FOOTER*/

@media only screen and (max-width: 1360px) {
    .list-1 a .title-1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 30px
    }
    .list-1 a .slog-1 {
        font-size: 23px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .vdiveder {
        height: 150px;
    }
    .navbar-header {
        margin-top: 0px;
    }
    .logo_padding {
        padding: 0px;
    }
}

.logo_padding img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo_padding img:hover {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.logo_2 img {
    position: relative;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo_2 img:hover {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

ul.addresses_ul li{cursor:pointer;}

@media only screen and (max-width: 991px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    .cena_prod_page {
        font-size: 2.0em;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .label_select_prod {
        text-align: center;
    }
    .select_prod {
        padding-left: 25%;
        padding-right: 25%;
    }
    .list-1 li {
        width: 100%
    }
    .logo_padding {
        padding: 5px;
    }
    .navbar-header {
        margin-top: 0px;
    }
    .vdiveder {
        border-left: 0px;
        height: 100px;
    }
    .line_top_shop {
        display: none;
    }
    .scrollToTop {
        width: 0px;
        height: 0px;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .btn_prod_display {
        display: block;
    }
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .th_danni {
        width: auto;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-nav .open .drop_top {
        border: 1px solid #e7e7e7;
    }
    .navbar-default .navbar-nav>li>.top_menu_bag:hover {
        background-color: transparent;
        border: 1px solid #e7e7e7;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #666666;
        background-color: #e7e7e7;
        border-left: 0px solid #ccc;
        border-left: 0px solid rgba(0, 0, 0, .15);
        border-right: 0px solid #ccc;
        border-right: 0px solid rgba(0, 0, 0, .15);
    }
    .top_menu_bag {
        width: 100%;
        position: relative;
    }
    .nav>.top_inline {
        display: block;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>.top_menu_bag {
        padding: 5px 7px;
        text-transform: uppercase;
        font-size: 15px;
    }
    .small_img {
        margin-bottom: 0px;
        margin-left: 0px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 5px;
    }
    .navbar-default .navbar-nav>li>.top_menu_bag:focus,
    .navbar-default .navbar-nav>li>.top_menu_bag:hover {
        color: #666666;
        background-color: #e7e7e7;
        border-left: 0px solid #ccc;
        border-left: 0px solid rgba(0, 0, 0, .15);
        border-right: 0px solid #ccc;
        border-right: 0px solid rgba(0, 0, 0, .15);
    }
}

@media only screen and (max-width: 599px) {
    .list-1 .block-1:before {
        width: 30px;
        height: 30px;
        border-width: 5px;
        margin-top: -15px;
        left: -15px
    }
    .list-1 a .block-align {
        padding-left: 11%
    }
    .list-1 a .title-1 {
        font-size: 18px;
        line-height: 20px
    }
    .list-1 a .slog-1 {
        font-size: 14px;
        line-height: 20px
    }
    .list-1 li:nth-child(3n) .block-1:before,
    .list-1 li:nth-child(4n) .block-1:before {
        right: -15px
    }
    .jumbotron .banner_text {
        width: 100%;
    }
}

@media (max-width: 412px) {
    .bag_class {
        left: -100px;
        float: right;
    }
}


.list-group-item span {
    padding-left: 5px;
}

.btn-link, .btn-link:hover, .text-danger { 
    color: #c9302c;
}