.csl-all
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
	padding-bottom: 25px;
}

.csl-introduction
{
	font-size: 22px;
	font-weight: bold;
	color: #aaaaaa;
	text-align: justify;
	line-height: 0;
	text-justify: distribute;
}

.csl-introduction:after
{
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	height: 0;
}

.csl-introduction-text
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

csl-introduction-all
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.csl-letters-to-select
{
	margin: -2px;
	font-size: 0;
	padding: 30px 0;
	text-align: center;
}

.csl-letters-to-select-inner
{
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
	min-width: 60px;
}

.csl-letter-to-select
{
	padding: 10px;
	background: #48556e;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #48556e;
	display: block;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.csl-letter-to-select:hover,
.csl-letters-to-select-inner.active .csl-letter-to-select
{
	background: #ffffff;
	color: #48556e;
}

.csl-rows-letters
{
	padding: 45px 0;
}

.csl-rows-letter
{
	font-size: 0;
	margin: -15px;
	padding: 5px 0;
}

.csl-rows-letter-title
{
	width: 14.285714285714%;
	padding-bottom: 14.285714285714%;
	margin-right: -14.285714285714%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.csl-rows-letter-title span
{
	display: inline-block;
	vertical-align: middle;
	font-size: 110px;
	text-align: center;
	width: 100%;
}

.csl-rows-letter-inner
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
	margin: 15px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(18,16,11,0.25);
	-moz-box-shadow: 0px 0px 9px 0px rgba(18,16,11,0.25);
	box-shadow: 0px 0px 9px 0px rgba(18,16,11,0.25);
}

.csl-rows-letter-inner.active
{
	background: #48556e;
	color: #ffffff;
}

.csl-rows-letter-inner:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.csl-rows-subjects
{
	width: 100%;
	padding-left: 14.285714285714%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.csl-rows-subject
{
	width: 16.66666666%;
	padding-bottom: 16.66666666%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
}

.csl-rows-subject-inner
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
	margin: 15px;
	border: 1px solid #48556e;
	color: #494949;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.csl-rows-subject-inner:hover
{
	background: #48556e;
	color: #ffffff;
}

.csl-rows-subject-inner:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.csl-rows-subject-content
{
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	text-align: center;
	width: 100%;
	padding: 5px;
	
}

.csl-art-subjects
{
	padding: 15px 15px 15px calc(14.285714285714% + 40px);
}

.csl-rows-subjects-title
{
	font-size: 22px;
	color: #2a2a2a;
	font-weight: bold;
	padding-bottom: 25px;
}

.csl-rows-subjects-text,
.csl-rows-subjects-text p
{
	font-size: 19px;
	line-height: 28px;
}

.csl-rows-images
{
	padding-top: 70px;
	margin: -25px;
}

.csl-rows-image
{
	width: 25%;
	padding: 25px;
	display: inline-block;
	vertical-align: top;
}

.csl-rows-image img
{
	max-width: 100%;
	height: auto;
}

.wsrp-rows-title
{
	margin: auto;
	font-size: 38px;
	font-weight: 300;
	padding-bottom: 50px;
	color: #2a2a2a;
}

@media all and (max-width: 1400px){
	.csl-introduction-text
	{
		font-size: 21px;
	}
	
	.csl-letter-to-select
	{
		font-size: 19px;
	}
	
	.csl-rows-subject-content
	{
		font-size: 18px;
	}
	
	.csl-rows-letter-title span
	{
		font-size: 105px;
	}
	
	.csl-rows-subject
	{
		width: 20%;
		padding-bottom: 20%;
	}
	
	.csl-rows-subjects
	{
		padding-left: 16.66666%;
	}
	
	.csl-rows-letter-title
	{
		width: 16.66666%;
		padding-bottom: 16.66666%;
		margin-right: -16.66666%;
	}
	
	.csl-rows-subjects-title
	{
		font-size: 21px;
	}
	
	.csl-rows-subjects-text, .csl-rows-subjects-text p
	{
		font-size: 18px;
	}
}

@media all and (max-width: 1200px){
	.csl-introduction-text
	{
		font-size: 20px;
	}
	
	.csl-letter-to-select
	{
		font-size: 18px;
	}
	
	.csl-rows-subject-content
	{
		font-size: 17px;
	}
	
	.csl-rows-letter-title span
	{
		font-size: 100px;
	}
	
	.csl-rows-subject
	{
		width: 25%;
		padding-bottom: 25%;
	}
	
	.csl-rows-subjects
	{
		padding-left: 20%;
	}
	
	.csl-rows-letter-title
	{
		width: 20%;
		padding-bottom: 20%;
		margin-right: -20%;
	}
	
	.csl-rows-subjects-title
	{
		font-size: 20px;
	}
	
	.csl-rows-subjects-text, .csl-rows-subjects-text p
	{
		font-size: 17px;
	}
}

@media all and (max-width: 1024px){
	.csl-introduction-text
	{
		font-size: 19px;
	}
	
	.csl-letter-to-select
	{
		font-size: 17px;
	}
	
	.csl-rows-subject-content
	{
		font-size: 16px;
	}
	
	.csl-rows-letter-title span
	{
		font-size: 90px;
	}
	
	.csl-rows-subject
	{
		width: 33.33333%;
		padding-bottom: 33.33333%;
	}
	
	.csl-rows-subjects
	{
		padding-left: 25%;
	}
	
	.csl-rows-letter-title
	{
		width: 25%;
		padding-bottom: 25%;
		margin-right: -25%;
	}
	
	.csl-rows-subjects-title
	{
		font-size: 19px;
	}
	
	.csl-rows-subjects-text, .csl-rows-subjects-text p
	{
		font-size: 16px;
	}
		
	.csl-rows-images
	{
		padding-top: 30px;
		margin: -15px;
	}
	
	.csl-rows-image
	{
		width: 33.3333%;
		padding: 15px;
	}
	
	.csl-art-subjects
	{
		padding-right: 0;
	}
}

@media all and (max-width: 767px){
	.csl-rows-letter-title span
	{
		font-size: 50px;
	}
	
	
	.csl-rows-subject
	{
		width: 50%;
		padding-bottom: 50%;
	}
	
	.csl-rows-subjects
	{
		padding-left: 25%;
	}
	
	.csl-rows-letter-title
	{
		width: 25%;
		padding-bottom: 25%;
		margin-right: -25%;
	}
	
	.csl-rows-image
	{
		width: 50%;
	}
}

@media all and (max-width: 480px){
	.csl-rows-image
	{
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 479px){
	.csl-rows-letters{
		padding: 20px 0;
	}
	
	.csl-rows-letter
	{
		margin: 0;
		text-align: center;
	}
	
	.csl-rows-letter-title span
	{
		font-size: 50px;
	}
	
	.csl-rows-subject
	{
		height: 280px;
		width: 280px;
		padding-bottom: 0;
	}
	
	.csl-rows-subjects
	{
		padding-left: 0;
	}
	
	.csl-rows-letter-title
	{
		height: 280px;
		width: 280px;
		padding-bottom: 0;
		margin: 0;
	}
	
	.csl-introduction-all
	{
		margin: 10px 0 0 0;
	}
}