@charset "utf-8";
/* CSS Document */


.view {
    width: 250px;
    height: 250px;
   margin: 10px;
    float: left;
    /*  border: 10px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    
}
.view .mask, .view .content {
 width: 250px;
    height: 250px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
	font-family:'Poppins';
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 10px;
    z-index:3;
    margin: 20px 0 0 0
}
.view p {
	font-family: 'Poppins';
	font-style: normal;
	font-size: 12px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 16px;
    padding:0 20px 0 20px;
	text-align: center;
}
.view a {
	font-family: 'Poppins';
	font-size: 18px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}
.view a:hover {
	font-family: 'Poppins';
	font-size: 18px;
	position: relative;
	color: #da1f26;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.5);
	/*background-color: rgba(218,31,38, 0.9);*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
				
/*responsive*/	
@media (max-width:768px) {

.view h2 {
	font-family:'Poppins';
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 10px;
    z-index:3;
    margin: 20px 0 0 0
}
.view p {
	font-family: 'Poppins';
	font-style: normal;
	font-size: 12px;
	position: relative;
	color: yellow;
	text-align: center;
	line-height: 16px;
 
	text-align: center;
	
}
.view a {
	  width: 100px;
    height: 100px;
	font-family: 'Poppins';
	font-size: 15px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}
.view a:hover {
	font-family: 'Poppins';
	font-size: 15px;
	position: relative;
	color: #da1f26;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}
	.tt-post-h1{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 100;
}
	.up  {
    color: #fff;
    width: 150px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up a {
    color: #fff;
 background:#da1f26;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up a:hover {
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	background:#da1f26;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
		.up-mobile a{
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    padding: 3px 0px 3px 0px;
}
	.up-mobile a:hover{
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    padding: 3px 0px 3px 0px;
}
	.up-mobile h2  {
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    padding: 3px 0px 3px 0px;
}
	.up-mobile{
    margin:0 auto;
    width: 320px;
	height: 60px;
    background: #da1f26;
    font-size: 12px;
 
}
	.view-first {
	max-width: 100px;
    max-height: 100px;
    
}
	.view {
    max-width: 100px;
    max-height: 100px;
   margin: 10px;
    float: left;
    /*  border: 10px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    
}
.view .mask, .view .content {
  max-width: 100px;
    max-height: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

	.view a {
	font-family: 'Poppins';
	font-size: 15px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-weight: 400;
}

	.tt-post-h1 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 100;
}
	/*#da1f26*/
	.up {
    color: #fff;
    width: 320px;
    background: pink;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
    padding: 3px 0px 3px 0px;
}
	.up1  {
    color: #fff;
    width: 280px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up1 a {
    color: #fff;
    background:#da1f26;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up1 a:hover {
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	background:#da1f26;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
	.view-first .mask {
		    max-width: 100px;
    max-height: 100px;

    
}
	.view {
    max-width: 100px;
    max-height: 100px;
   margin: 10px;
    float: left;
    /*  border: 10px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    
}
.view .mask, .view .content {
  max-width: 100px;
    max-height: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
	.tt-post-h1 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 100;
}
	.view a {
	font-family: 'Poppins';
	font-size: 15px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-weight: 400;
}
	.up{
    color: #fff;
    width: 320px;
	height: 60px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    margin:0 auto;
    padding: 3px 0px 3px 0px;
}
	.up-mobile a{
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    padding: 3px 0px 3px 0px;
}
	.up-mobile a:hover{
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    padding: 3px 0px 3px 0px;
}
	.up-mobile h2  {
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    padding: 3px 0px 3px 0px;
}
	.up-mobile{
    margin:0 auto;
    width: 320px;
	height: 60px;
    background: #da1f26;
    font-size: 12px;
 
}
	.up1  {
    color: #fff;
    width: 280px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up1 a {
    color: #fff;
    background:#da1f26;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up1 a:hover {
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	background:#da1f26;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
@media only screen and (min-width: 100px) and (max-width: 320px) {
		.up-mobile {
    color: #fff;
    width: 320px;
	height: 60px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
    padding: 3px 0px 3px 0px;
}
	.view-first {
	max-width: 100px;
    max-height: 100px;
    
}
	.view {
    max-width: 100px;
    max-height: 100px;
   margin: 10px;
    float: left;
    /*  border: 10px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    
}
.view .mask, .view .content {
 width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.tt-post-h1 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 100;
}
		.view a {
	font-family: 'Poppins';
	font-size: 15px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-weight: 400;
}
	.up {
    color: #fff;
    width: 100px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
    padding: 3px 0px 3px 0px;
}
	.up1  {
    color: #fff;
    width: 280px;
    background: #da1f26;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up1 a {
    color: #fff;
    background:#da1f26;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
	.up1 a:hover {
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    top: 0px;
	background:#da1f26;
	font-weight: 700;
    padding: 3px 0px 3px 0px;
}
}