.logo {

}

.box-newsletter-signup {
    margin-bottom: 30px;
}

.box-newsletter-signup p {
    color: #ffffff;
}

.box-newsletter-signup label {
    color: #e9e9e9;
    font-weight: normal;
}

.box-newsletter-signup-shadow input, .box-newsletter-signup-shadow textarea {
    width: 100%;
    /*max-width: 381px;*/
}

.product-list-item-button a.button-more
{
    padding:10px 15px !important;
    margin:12px 15px !important;
    display:block;
    overflow:hidden;
    position:relative;
    font-family:Nevis,arial !important;
    color:white !important;
    text-align:left !important;
    min-width: 135px;
}

.category-sub-header p {
    padding-right: 20px;
    color: #ffffff;
}

.product-image-area {
    height: 135px;
}

.product-list-header
{
	margin-bottom:0;
	border-bottom:3px solid #DDD;
}
.main-cat-item div:last-child,
.category-listing.product-listing
{
	border-left:1px solid #8797a3;
	border-right:1px solid #8797a3;
	border-bottom:1px solid #8797a3;
}

.main-cat-item {
    padding: 0 10px !important;
    width: 50% !important;
    float: left !important;
}
.main-cat-item img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 150px !important;
}

.main-cat-item-primary {
    margin: 0 !important;
    padding: 10px !important;
    width: 50% !important;
    float: left !important;
    min-width: 295px;
}

.main-cat-item-primary .sub-cat-item-title a {
    padding-left: 15px !important;
}

.left-menu-Connections {
    margin-top: 10px;
}


@media screen and (max-width: 767px) {
    body > div.container {
        margin-top: -60px;
    }
    .header-block {
        background: transparent;
    }
    .logo {
        top: 75px;
        max-width: 80%;
    }
     .navbar-collapse
    {
    	margin-bottom:50px;
    }
}

@media screen and (max-width: 479px) {
    .box-newsletter-signup {
        padding: 10px;
    }
    .product-list-item {
        float: left !important;
        clear: left !important;
        width: 100% !important;
    }
    .main-cat-item-primary {
        min-width: 100%;
    }
    .logo {
        left: 10%;
    }
    .main-cat-item
    {
        min-width:100%;
    }

}

.expandbox-row
{
    margin:0 -10px;
}