/* Add here all your CSS customizations */

.new_website {
    float: left;
    width: 100%;
    height: 360px;
    padding-left: 30%;
    padding-top: 28px;
    background: url(../img/new_website_pic.png) no-repeat left top;
}

.new_website strong {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.new_website ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 13px 0px 0px 0px;
	list-style: none;
}

.new_website a {
    float: left;
    color: #ff8100;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 22px;
}

.new_website li {
    float: left;
    padding: 13px 0px;
    margin: 0 3% 0 0;
    width: 45%;
    background-color: #fff;
    border-radius: 4px;
    color: #3b3a39;
}

.new_website li i {
    margin-left: 13px;
    margin-right: 4px;
    color: #727272;
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

html .featured-box-gsuite .box-content {
	border-top-color: #E71C20;
}

html .featured-box-ssl .box-content {
	border-top-color: #3cb011;
}
	