/* custom css pro carbon */

#top {
    background-color: #000000;
}

#top .btn-link, #top-links li, #top-links a {
    color: #fff;
    text-shadow: none;
}

#top .btn-link:hover, #top-links li:hover, #top-links a:hover {
    color: #c8c8c8;
    text-shadow: none;
}

#top .dropdown-menu{
	background: black;
}

#headercall {
    color: white;
    display: block;
    padding-top: 25px;
    float: right;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
}


#headercall a{
	color:white; 
	font-weight:600;
}

#product-category #content .col-sm-3 a {
    color: #ffffff;
    display: block;
    background: black;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

#product-category #content .col-sm-3 a:hover {
    background: #565656;
}

#product-category #content .col-sm-3 a:hover{
    color: #c8c8c8;
}

#product-category #content li {
    list-style: none;
}

@media (max-width:640px){
#headercall {
    width: 100%;
    margin: 14px auto;
    padding-top: 0px;
}
}