/*CATCH PHRASE*/
	/*SMALL SQUARE BEFORE*/
	.h2-catch-phrase {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 15px;
	}
	.h2-catch-phrase small {
		position: absolute;
		padding-top: 15px;
		background-color: transparent;
		text-align: left;
		display: inline-block;
		top: 35px;
		font-size: 14px;
	}
	.h2-catch-phrase small:before, .h2-catch-phrase small:after {
		content: "";
		width: 70px;
		height: 70px;
		position: absolute;
		 z-index: -1;
	}
	.h2-catch-phrase small:before {
		border: 1px solid #ddd;
		top:0;
		left: -15px;
	}
	.h2-catch-phrase small:after {
		background-color: #fff;
		top:10px;
		left: -5px;
	}