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{
	text-align: center;
	z-index: 100;
	position: sticky;
	top: 0px;
	padding: 8px 10px;
	background-color: #00000047;
	margin-bottom: 10px;
}
.ss-links a{
	background: rgba(255,255,255);
	color: #000000;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.ss-links a:hover{
	background:#e9693b;
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
	overflow: hidden;
	padding-bottom: 80px;
}
.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 0px 0px;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background: #e9693b;
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0 0 0;
}

.ss-row.ss-header{ padding:0px 0px 0px 0px; }

.ss-left, .ss-right{
    float: right;
    width: 50%;
    position: relative;
}

.ss-row.ss-header .ss-left, .ss-row.ss-header .ss-right{ padding:40px; }


.ss-right{
    padding-left: 2%;
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 2%;
}





.ss-video{
    overflow: hidden;
    display: block;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}

.ss-video iframe{
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}


.ss-small .ss-video{
	width: 150px;
	height: 100px;
}
.ss-medium .ss-video{
	width: 250px;
	height: 200px;
}
.ss-large .ss-video{
	width: 400px;
	height: 250px;
}


.ss-left .ss-video{
    float: right;
    margin-right: 20%;
}
.ss-right .ss-video{
    float: left;
    margin-left: 20%;
}




.ss-rectangle{
    border-radius: 0px;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}


.ss-small .ss-rectangle{
	width: 150px;
	height: 100px;
}
.ss-medium .ss-rectangle{
	width: 250px;
	height: 200px;
}
.ss-large .ss-rectangle{
	width: 400px;
	height: 300px;
}


.ss-left .ss-rectangle{
    float: right;
    margin-right: 20%;
}
.ss-right .ss-rectangle{
    float: left;
    margin-left: 20%;
}





.ss-square{
    border-radius: 0px;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}


.ss-small .ss-square{
	width: 100px;
	height: 100px;
}
.ss-medium .ss-square{
	width: 200px;
	height: 200px;
}
.ss-large .ss-square{
	width: 300px;
	height: 300px;
}


.ss-left .ss-square{
    float: right;
    margin-right: 30%;
}
.ss-right .ss-square{
    float: left;
    margin-left: 30%;
}


.ss-circle{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}
.ss-small .ss-circle{
	width: 100px;
	height: 100px;
}
.ss-medium .ss-circle{
	width: 200px;
	height: 200px;
}
.ss-large .ss-circle{
	width: 300px;
	height: 300px;
}
.ss-deco:before{
	width: 29%;
	height: 0px;
	border-bottom: 5px dotted #FFFFFF;
	border-bottom: 5px dotted rgba(255,255,255,0.6);
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}



.ss-rectangle.ss-deco:before{
    width: 19%;
}


.ss-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-left .ss-deco:before{
    right: 2%;   
}
.ss-right .ss-deco:before{
    left: 2%;   
}
.ss-left .ss-deco:after{
	right: 0;
	border-right: 10px solid #e9693b;
}
.ss-right .ss-deco:after{
	left: 0;
	border-left: 10px solid #e9693b;
}
.ss-left .ss-circle{
    float: right;
    margin-right: 30%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 30%;
}
.ss-container .ss-text{
    margin-top: 95px;
	padding: 20px 15px;
	background: rgba(26, 27, 33, 0.6);
}
.ss-container .ss-left .ss-text{
	border-right: 5px solid #e9693b;
	padding-left: 20%;
}
.ss-container .ss-right .ss-text{
	border-left: 5px solid #e9693b;
	padding-right: 20%;
}
.ss-container h3 span{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}
.ss-container h3 a{
    font-size: 28px;
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    display: block;
}
.ss-container h3 a:hover{
	color: rgba(255,255,255,1);
}

@media screen and (max-width: 1400px) {
	.ss-container .ss-left .ss-text{
		padding-left:10%;
	}
	.ss-container .ss-right .ss-text{
		padding-right: 10%;
	}
}

@media screen and (max-width: 1000px) {
	.ss-container .ss-left .ss-text{
		border-right: 5px solid #e9693b;
		padding-left: 10px;
	}
	.ss-container .ss-right .ss-text{
		border-left: 5px solid #e9693b;
		padding-right: 10px;
	}

	.ss-left .ss-circle{
	    margin-right: 15%;
	}
	.ss-right .ss-circle{
	    margin-left: 15%;
	}
	.ss-circle-deco:before{
		width: 14%;
	}



}

@media screen and (max-width: 800px) {
	.ss-large .ss-circle{
		width: 70%;
		height: 0px; 
		padding-top:70% ;
	}
}


@media screen and (max-width: 600px) {

	.ss-header .ss-left, .ss-header .ss-right{
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	.ss-links{overflow-y: scroll; text-align: left;}
	.ss-links div{ width:760px; }


	.ss-large .ss-circle{
		width: 60%;
		height: 0px; 
		padding-top:60% ;
	}
	.ss-container .ss-text{
		margin-top: 40px; text-align: center; background: rgba(26, 27, 33, 1);
	}
	.ss-circle-deco:before{display: none;}
	.ss-circle-deco:after{display: none;}
	.ss-container .ss-right .ss-text{ border-left:0px solid transparent;  padding-left:10px; }
	.ss-container .ss-left .ss-text{ border-right:0px solid transparent; padding-right:10px; }

	.ss-left, .ss-right{ width:100%; float: none; }
	.ss-left .ss-circle{ margin-left:20%; float: none;}
	.ss-left{ padding-right:0px; }
	.ss-right{ right:0px; }

	.ss-right .ss-circle{ margin-left:20%; float: none;}

}
