/* Add here all your css styles (customizations) */
.white-text{

	letter-spacing: 1px;
}

.title-small {
	font-size: 14px;
	font-weight: 500;
}
.service-item .item-in {
    border: 1px solid rgba(255,255,255,.4);
    /*border-top: none;*/
    position: relative;
    padding: 20px 20px 30px;
    text-align: center;
    margin-bottom: 90px;
}
.service-item .item-in span {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -25px;
    color: #fff;
}


.service-item .item-in h3, .service-item .item-in .fa {
    color: #fff;
}
/*.service-item .item-in h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}*/
.service-item .item-in p {
    color: rgba(255,255,255,1);
      
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1p;
}
.text-italic{
	font-style: italic;
}
@media (max-width: @screen-xs-max) {
    .mg-top-50{
        margin-top: 50px;

    }
}