﻿
.clsHeadBox .clsSendStuff{
	color:#fff;
	font-size:20px;

	float:left;
	margin:25px 0 0 0;
}



/*********************************************************/
.clsLetters{
	font-size:0;
	width:1100px;
	padding:40px 0 0 0;
}

.clsLetters .clsLetter{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:310px;
	height:310px;
	cursor:pointer;
	padding:0;
	margin:0 0 42px 85px;
	background:#f5f5f5;
}

/*.clsLetters .clsLetter:after{
	content:"";
	position:absolute;
	left:-53px;
	top:15px;
	width:21px;
	height:36px;
	background:url(/images/arrow2.png) no-repeat center center;
}*/

.clsLetters .clsLetter:nth-child(3n+3){
	margin-left:0;
}

.clsLetters .clsLetter:nth-child(3n+3):after{
	display:none;
}

.clsLetters .clsLetter h2{
	color:#000;
	font-size:30px;
	line-height:30px;

	min-height:49px;
	padding:14px 50px 5px 10px;
	margin:0 0 15px 0;
	background:#758daf url(/images/icon_pencile.png) no-repeat 265px 5px;
}

.clsLetters .clsLetter .clsDesc{
	font-size:24px;
	line-height:30px;

	width:270px;
	height:180px;
	overflow:hidden;
	padding:0 20px 0 10px;
}

.clsLetters .clsLetter .clsText{
	display:none;
}

.clsLetters .clsLetter .clsReadMore{
	color:#6285b6;
	font-size:24px;
	line-height:30px;
	text-align:left;
	padding:10px 0 0 15px;
}



/**************************************************/
.clsLetterLB{
	width:770px;
	background:#fff;	
}

.clsLetterLB .clsTitle{
	color:#000;
	font-size:30px;
	line-height:30px;

	min-height:49px;
	padding:14px 70px 5px 0;
	margin:0;
	background:#758daf url(/images/icon_pencile.png) no-repeat 710px 5px;
}

.clsLetterLB .clsText{
	font-size:24px;
	line-height:30px;

	padding:30px;
	height: 500px;
    overflow-y: scroll;
}



/****************************************************************************/
@media only screen and (max-width : 768px) {

	.clsHeadBox{
		height:140px;
		background-repeat:repeat-y;
	}

	.clsHeadBox .clsTopTitle{
		width:100%;
		margin-bottom:10px;
	}

	.clsHeadBox .clsSendStuff{
		color:#fff;
		font-size:20px;
		line-height:18px;

		float:left;
		margin:11px 0 0 10px;
	}



	/*********************************************************/
	.clsLetters{
		font-size:0;
		width:auto;
		padding:40px 0 0 0;
	}

	.clsLetters .clsLetter,
	.clsLetters .clsLetter:nth-child(3n+3){
		display:block;
		width:310px;
		height:auto;
		margin:0 auto 42px auto !important;
		background:#f5f5f5;
	}
	
	.clsLetters .clsLetter h2{
		color:#000;
		font-size:24px;
		line-height:24px;

		min-height:0;
		padding:14px 50px 5px 10px;
		margin:0 0 15px 0;
		background:#758daf url(/images/icon_pencile.png) no-repeat 265px 5px;
	}

	.clsLetters .clsLetter .clsDesc{
		font-size:20px;
		line-height:24px;

		width:auto;
		height:170px;
		overflow:hidden;
		padding:0 20px 0 10px;
	}

	.clsLetters .clsLetter .clsReadMore{
		font-size:24px;
		line-height:30px;
		padding:5px 0 10px 15px;
	}



	/**************************************************/
	.clsLetterLB{
		width:100%;
	}

	.clsLetterLB .clsTitle{
		color:#000;
		font-size:30px;
		line-height:30px;

		min-height:49px;
		padding:14px 70px 5px 0;
		margin:0;
		background:#758daf url(/images/icon_pencile.png) no-repeat 710px 5px;
	}

	.clsLetterLB .clsText{
		font-size:20px;
		line-height:24px;

		padding:30px;
		height:300px;
		overflow: scroll;
	}



}