.cat{
	background:#fafafa;
	margin-bottom: 30px;
}
.cat:after{
	content: "";
	display: block;
	clear: both;
}
.cat .img{
	width: 370px;
	float: left;
}
.cat .img .wrap{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.cat .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cat .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.cat .caption{
	overflow: hidden;
	padding: 25px;
}
.cat .tend{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.cat .tend:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    border-bottom: solid 1px #ae1f23;
}
.cat .tend a{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cat .des{
	max-height: 66px;
	overflow: hidden;
	color:#555555;
}
/*=====================================================*/
.cate{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #eeeeee;
}
.cate:after{
	content: "";
	display: block;
	clear: both;
}
.cate .img{
	width: 270px;
	float: left;
	margin-right: 30px;
}
.cate .img .wrap{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.cate .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cate .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.cate .caption{
	overflow: hidden;
}
.cate .tend{
	margin-bottom: 5px;
}
.cate .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cate .date{
	font-size: 12px;
	line-height: 20px;
	color:#999999;
	margin-bottom: 5px;
}
.cate .des{
	color:#666666;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 20px;
}
.cate .link a {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    background: #fafafa;
    text-transform: uppercase;
    padding: 5px 36px;
}
.cate .link a:hover{
	background: #ae1f23;
	color:#ffffff;
}
.the-content{
	color:#666666;
	text-align: justify;
}
/*===================================================*/
.formTinnoibo .title {
    background: #e2e2e2;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 6px 10px;
}
.formTinnoibo .content{
	padding: 20px 30px;
	background: #ffffff;
}
.formTinnoibo .txtDanger{
	padding-left: 45px;
	position: relative;
	margin-bottom: 20px;
}
.formTinnoibo .txtDanger:before{
	content: "\f071";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 38px;
	color:#ae1f23;
}
.formTinnoibo label{
	width: 110px;
	float: left;
	font-weight: normal;
}
.formTinnoibo .checkbox label{
	width: 100%;
	display: inline-block;
	float: none;
}
.formTinnoibo .colRight{
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	float: left;
	overflow: hidden;
}
.formTinnoibo input[type="text"],
.formTinnoibo input[type="password"]{
	height: 35px;
	border:solid 1px #cecece;
	padding-left: 10px;
	width: 100%;
}
.formTinnoibo button{
	width: 145px;
	height: 35px;
	background: #ae1f23;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.formTinnoibo button:hover{
	background: #feca3b;
	color:#333333;
}
.myPopup .fancybox-close{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 100%;
	font-size: 24px;
	line-height: 32px;
}
.myPopup .fancybox-close:before{
	content: "x";
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.cate .img{
	width: 160px;
	margin-right: 20px;
}
.cate .des,
.cate .link{
	display: none;
}
.cate .tend a{
	white-space: initial;
	text-overflow: initial;
	max-height: 44px;
	font-size: 14px;
	line-height: 22px;
}
}

@media all and (max-width: 768px){
.cat .img{
	width: 100%;
	float: none;
}
}