body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.newprintslider{
     padding-bottom: 35px;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

.index section {
    padding: 60px 0px;
    width: 100%;
}

.home-new-product .block-title-w {
    margin-top: 13px;
    margin-bottom: 26px;
}
.block-title-w {
    text-align: center;
    margin: 0 0 30px 0;
    color: #666666;
}

.block-title-w h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.block-title-w span.icon-title {
    display: block;
    width: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block-title-w span.icon-title > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 50%;
    z-index: 90;
}

.block-title-w span.icon-title i {
    color: #25bce9;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 19px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.block-title-w ul {
    display: inline-block;
    margin-top: 30px;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-title-w ul li:hover, .block-title-w ul li.active {
    background: #25bce9;
    border-color: #25bce9;
}
.block-title-w ul li {
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 6px;
    cursor: pointer;
}

.block-title-w ul li:hover a, .block-title-w ul li.active a {
    color: #fff;
}
.block-title-w ul li a {
    padding: 0 14px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
}

.block-title-w ul li a {
    padding: 0 14px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
}