﻿/*!
 * b4U CSS
 * Copyright 2016 Sergio Ingrao
 */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #D6D6D6 url(/img/back.jpg) no-repeat fixed center top !important;
}

#modalImageBody {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.bb-alert {
    position: fixed;
    bottom: 25%;
    right: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 2000;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    /*//If Placeholder of the input is moved up, rem/modify this. border-radius: 3px;*/
}

#cart {
    margin-top: 4px;
}

    #cart input {
        width: 30px;
    }

#modalImageBody {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.panel-primary {
    border-color: #004160 !important;
}

    .panel-primary > .panel-heading {
        background-color: #004160 !important;
        border-color: #004160 !important;
    }

    .panel-primary > .panel-footer {
        color: #808080 !important;
    }

.btn-primary {
    background-color: #ffb11c !important;
    border-color: #ffb11c !important;
}

.btn-success {
    background-color: #2A9713 !important;
    border-color: #2A9713 !important;
}

.qty-grid {
    font-size: 12px;
    font-weight: 700;
}

    .qty-grid > a:hover {
        text-decoration: none !important;
    }

.no-link {
    text-decoration: none !important;
}

.sm-grid {
    font-size: 11px;
}

.md-grid {
    font-size: 12px;
}

.no-padlr {
    padding-left: 2px;
    padding-right: 2px;
}

.no-padtb {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.low-padtb {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mg-Top {
    margin-top: 4px;
}

.pagination > li.active > a {
    background: #00293c;
    color: #aeaeae;
}

    .pagination > li.active > a:hover {
        background: #004160;
        color: #aeaeae;
    }

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}


a {
    font-family: arial,helvetica,sans-serif;
    color: #696969;
    font-weight: bold;
}

    a:hover {
        font-family: arial,helvetica,sans-serif;
        color: #696969;
        font-weight: bold;
    }

.col-sm-0 {
    width: 0px;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    min-height: 1px;
}

.responsive-width {
    font-size: calc(0.30em + 0.5vmin);
}

.navbar-nav a {
    font-weight: 400;
    font-size: 14px;
}

.navbar-text a {
    font-weight: 400;
    font-size: 12px;
}

.click:hover {
    background: #F3F3F3;
}

.click {
    cursor: pointer;
}

.redprice {
    color: red;
    font-size: 18px;
}

.little {
    font-size: 11px;
}

.item {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 16px;
}

.bl {
    font-weight: bold;
}

.nowr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.headItem {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    /* background:#D9EDF7;
            color:#337AB7;*/
}

.img-responsive-height {
    display: block;
    width: auto;
    max-height: 100%;
}

.promo {
    position: absolute;
    z-index: 1;
    top: 62px;
    left: 18px;
    width: 100%;
    color: white;
    font-style: bold;
    transform: rotate(-45deg);
    font-weight: 900;
    font-size: 15px;
    background: red;
    height: 22px;
    width: 110px;
    text-align: center;
}

#B4UFooter {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}


.row div {
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}

.speech img {
    float: right;
    width: 40px;
}

#wait {
    -webkit-animation: rotation 2s infinite linear;
}

.blink {
    color: red;
}

.whiteContent {
    max-width: auto;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 20px 20px 40px 20px;
}

.whiteContentArticle {
    max-width: auto;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 20px 20px 40px 20px;
}

#footer {
    margin: auto;
    padding: 20px 20px 20px 20px;
    max-width: 1280px;
    background-color: white;
}

.absolute-center-parent {
    width: 90px; /* Set dimensions here */
    height: 90px; /* Set dimensions here */
    background-color: #999; /* To help show our containing box */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.absolute-center-child {
    /* And remaining lines to center */
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -35%);
}

.progress-bar {
    width: 100%;
    background-color: #FFB11C !important;
    /*background-color: rgba(69, 158, 81, 1);
      background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(102, 255, 140, 0.15),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(102, 255, 140, 0.15)),color-stop(0.75,rgba(102, 255, 140, 0.15)),color-stop(0.75,transparent),to(transparent))); 
      background-image: -webkit-linear-gradient(45deg,rgba(102, 255, 140, 0.15) 25%,transparent 25%,transparent 50%,rgba(102, 255, 140, 0.15) 50%,rgba(102, 255, 140, 0.15) 75%,transparent 75%,transparent); 
      background-image: linear-gradient(45deg,rgba(102, 255, 140, 0.15) 25%,transparent 25%,transparent 50%,rgba(102, 255, 140, 0.15) 50%,rgba(102, 255, 140, 0.15) 75%,transparent 75%,transparent); 
      background-size: 40px 40px;*/
}




/************************************************************
*************************Footer******************************
*************************************************************/

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);

.footer1 {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    /*padding-left: 0;	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}



.title-widget {
    color: #898989;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
}

    .title-widget::before {
        background-color: #ea9e44;
        content: "";
        height: 22px;
        left: 0px;
        position: absolute;
        top: -2px;
        width: 5px;
    }



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%;
}



.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.footerp p {
    font-family: 'Gudea', sans-serif;
}


#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social-fb:hover {
    color: #3B5998;
}

.social-tw:hover {
    color: #4099FF;
}

.social-gp:hover {
    color: #d34836;
}

.social-em:hover {
    color: #f39c12;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}





.footer-bottom {
    background-color: #333;
    min-height: 30px;
    width: 100%;
    max-width: auto;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}

    .design a {
        color: #fff;
    }

.whiteContentExtraArticle {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 0px 20px 40px 20px;
}

.whiteContentPneusService {
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 20px 20px 20px 20px;
}

.title-widget-footer {
    color: #898989;
    font-size: 26px;
    line-height: 1;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
    font-weight: 800;
}

/************************************************************
*************************Footer******************************
*************************************************************/
