/**
 * General
 */

a,
a:link,
a:visited{
    color: #000;
}

a:hover,
a:active{
    color: #d72629;
}

/**
 * Form
 */

.form-control{
    border: 1px solid #e6e6e6;
}

.form-control:hover,
.form-control:focus{
    border: 1px solid #a0a0a0;
}

.btn-submit{
    background-color: #184d8e;
    border-bottom: 3px solid #093b77;
}

.btn-primary,
.btn-primary:link,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited{
    background-color: #184d8e;
    border-bottom: 3px solid #093b77;
    color: #fff;
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited{
    background-color: #d72629;
    border-bottom: 3px solid #790305;
    color: #fff;
}

/**
 * Header
 */
#header{
    border-top: 6px solid #184d8e;
    border-bottom: 2px solid #e2e2e2;
    padding: 30px 0 40px 0;
}

a .logo-slogan,
a:hover .logo-slogan,
a:active .logo-slogan{
    color: #d72629;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    display: block;
    width: 100%;
}

.lang-list{
    margin-right: 20px;
}

.lang-list li{
    display: inline-block;
}

.lang-list li a{
    border-right: 1px solid #d3d3d3;
    font-size: 12px;
    padding: 0 5px;
}

.lang-list li:last-child a{
    border-right: none;
}

.lang-list li a.current{
    color: #d72629;
}

#header .navbar-inverse .navbar-nav  li > a{
    font-size: 13px;
    color: #4e4e4e;
}

ul.sub-menu{
    border: 1px solid #e2e2e2;
}

#header .navbar-inverse .navbar-nav  li.active > a,
#header .navbar-inverse .navbar-nav  li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a{
    color: #d72629;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:active{
    background: #f0f0f0;
    color: #d72629;
}

#header .navbar-inverse .navbar-toggle:hover,
#header .navbar-inverse .navbar-toggle:active{
    background: #d72629;
    color: #fff;
}

#header .navbar-inverse .navbar-toggle,
#header .navbar-inverse .navbar-toggle:focus{
    border-color: #d72629;
}

.navbar-header .navbar-toggle .icon-bar{
    background-color: #d72629;    
}


/**
 * Footer
 */
#footer{
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 0px;
    background-image: none;
    background: #efefef; 
}

#footer .contact-form{
    margin-bottom: 30px;
}

.footer-down{
    background: #f7f7f7;
    padding: 15px 0;
}

.footer-down p{
    margin-bottom: 0px;
}

.footer-down .copyright-text{
    margin-top: 0px;
}

.footer-down .copyright-text.right{
    text-align: right;
}

/**
 * Index
 */

.row-catalogue{
    background: #f7f7f7;
}

.cat-box-hp{
    padding-top: 60px;
    padding-bottom: 60px;
}

.cat-box-hp h2{
    color: #1b4b91;
    font-size: 24px;
}

/**
 * Prodotti
 */

.category-item{
    background: #f0f0f0;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 400;
}

.category-item h3{
    font-weight: 400;
    margin: 0px;
    padding: 20px 0;
}

.product-item h3{
    margin-top: 0px;
}

.product-detail h1{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 800;
    font-size: 24px;
    color: #184d8e;
}

.product-detail .product-content h2{
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 30px;
}

/**
 * Stampaggio
 */

.stampaggio-wrapper h2{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 800;
    font-size: 24px;
    color: #184d8e;
}

/**
 * Contatti
 */
#map-section .contact-info h2,
#map-section address a:hover{
    color: #d72629;
}

#gmap{
    height: 500px;
}

/**
 * Breadcrumb
 */
#page-breadcrumb{
    background-image: none;
    background: #f7f7f7;
}

.sun{
    background: none;
}

/**
 * Custom Classes
 */

.vertical-middle > * {
    vertical-align: middle;
}

/**
 * Cookie Bar
 */
#cookie-bar{
    background: #184d8e;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

#cookie-bar a{
    color: #fff;
}

#cookie-bar .cb-enable{
    background: #093b77 !important;
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
}


/* 
-----------------------------------------------
Responsive
---------------------------------------------- 
*/

@media only screen and (max-width : 991px) {

}

@media only screen and (max-width : 767px) {
    .lang-list {
        margin-right: 0px;
    }

    .footer-down .copyright-text.right,
    .footer-down .copyright-text.left{
        text-align: center;
    }
}