h2.ss-subtitle {
	padding: 10px 10px 40px;
	font-size: 52px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.ss-subtitle:before {
	width: 4px;
	height: 40px;
	background: rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
h2.ss-subtitle:after {
	width: 25%;
	height: 0px;
	border-bottom: 4px dotted rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -1px;
	bottom: -4px;
}
.ss-links {
	position: fixed;
	left: 10px;
	top: 166px;
	width: 25%;
	z-index: 100;
}
.ss-links a {
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover {
	background: rgba(0,0,0,0.4);
}
.ss-container {
	width: 1200px;
	position: relative;
	text-align: left;
	overflow: hidden;
	padding-bottom: 67px; margin-left:auto; margin-right:auto
}
.ss-container h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: rgba(78,84,123,0.2);
	text-shadow: 0px 1px 1px #fff;
	padding: 20px 0px;
}

.ss-row {
	width:580px; margin-left:auto; margin-right:auto;
	position: relative;
	margin-bottom: 12px; float:left
}
.ss-left{
	float: left;width:60px
}
.ss-right {
	padding-left: 10px; float:left; width:500px
}
.ss-circle {
	overflow: hidden;
	display: block;
	text-align: left; width:60px; height:60px
}
.ss-small .ss-circle {
	width: 53px;
	height: 54px; float:left
}
.ss-medium { float:left
}
.ss-large { float:right
}
.ss-circle-deco:before {
	width: 29%;
	height: 0px;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}
.ss-circle-deco:after {
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.ss-right .ss-circle {
	float: left;
	margin-left: -38px;
}
.ss-container h3 {
	padding-left: 30px;
	padding-right: 30px;
}
.ss-container h3 span {
	font-size: 16px;
	display: block;
	color: #282828;
	padding-bottom: 5px;
}
.ss-container h3 span a {
	font-size: 16px;
	display: block;
	color: #282828;
}
.ss-container h3 span a:hover {
	font-size: 16px;
	display: block;
	color: #009ED6;
}
.ss-container h3 a {
	font-size: 14px;
	display: block;
	color: #bfbfc0;
}
