body {
    background-color: #f6f6f6;
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 300;
}

p {
    font-family: 'Open Sans';
    font-weight: 300;
}

h1 {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 700;
    margin: 2rem 0;
}

h2, h3, h4 {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 600;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    display: block;
    margin-top: 60px;
}

.box-icon {
    background-color: #00ADEF;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
    font-size: 3rem;
}

.box-icon a, span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.info p {
    font-size: 16px;
    padding-top: 10px;
}

.info a {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease 0s;
}

.info a:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease 0s;
}

.logo-top {
    margin: 3rem auto 1rem;
}

.green {
    color: #728E41;
}

/* featured slider */

#featured img {
    width: 100%;
    height: auto;
}

.orbit-caption h3 {
    color: #ffffff;
}

.alert-box.visdomcolor {
    background-color: #f07300;
    border-color: #f07300;
    color: #FFFFFF;
}

red {
    color: #000000;
    font-weight: 800;
}

.orbit-container .orbit-prev {
    background: url("http://collection.vans.eu/skin/frontend/enterprise/vans/images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    transition: left 0.5s ease 0s;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 37px;
    height: 74px;
    z-index: 10;
    left: -50px;
}

.orbit-container .orbit-next {
    background: url("http://collection.vans.eu/skin/frontend/enterprise/vans/images/arrows.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    transition: right 0.5s ease 0s;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 37px;
    height: 74px;
    z-index: 10;
    right: -50px;
}

.orbit-container:hover .orbit-prev {
    left: 0;
}

.orbit-container:hover .orbit-next {
    right: 0;
}