/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.display-show{
	display: block;
}
.display-hide{
	display: none;
}

.text-box2 i, .text-box2 h3, .text-box2 h5, .text-box2 p {
    font-weight: 100;
    color:   #1ABC9C;
    transition: all 0.4s ease 0s;
}

.icon-box .icongreen a, .icon-box .icongreen i {
    width: 100%;
    height: 100%;
    color:   #1ABC9C;
}
.has-error .help-block p{
	color: #a94442;
	font-size:85%;
}