﻿/*
 * 4.11 NEWS CATEGORY
 * ============================================================================
 */

.news-cat-section .imgwrap .images_gradient
{
	width: 100%;
    position: absolute;
    top: 0;
    background-image: url(../../images/gallery_gradient.png);
    background-repeat-y: no-repeat;
    z-index: 6;
    background-size: 100% 100%;
    background-repeat-x: repeat;
    height: 100%;
}

.news-cat-section ul{
	display: block;
	margin: 0 -10px;
	padding: 0;
}
.news-cat-section li{
	width: 33.333%;
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
}
.news-cat-section li .imgwrap{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.news-cat-section li .imgwrap .img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	 -webkit-transition: all 2s;
	-moz-transition: all 2s;
   	-ms-transition: all 2s;
   	-o-transition: all 2s;
    transition: all 2s;
}
.news-cat-section li:hover .imgwrap .img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 2s ease;
    -moz-transition: transform 2s ease;
    -ms-transition: transform 2s ease;
    -o-transition: transform 2s ease;
    transition: transform 2s ease;
}
.news-cat-section li .imgwrap:before{
	content: '';
	width: 0;
	display: block;
	/*padding-top: 117.7%;*/
	padding-top: 100%;
}
.news-cat-section li .social{
	position: absolute;
	z-index: 10;
	top: 29px;
	left: 30px;
}
.news-cat-section li .social a{
	margin-right: 5px;
}
.news-cat-section li .title{
	position: absolute;
	z-index: 10;
	bottom: 43px;
	left: 0;
	padding: 0 30px;
	line-height: 1.6rem;
	font-weight: normal;
	display:none;
}

.news-cat-section li:hover .title
{
	display:block;
}

.news-cat-section li:hover a .images_gradient
{
	background-color: #000;
	opacity: 0.4;
}

.news-cat-section li .title a
{
	color: #fff;
	text-decoration: none;
}

.news-cat-section li .readmore{
	position: absolute;
	z-index: 10;
	bottom: 25px;
	right: 25px;
}
.news-cat-section li .readmore a{
	display: block;
	padding: 5px;
}

.news-cat-section .view-more{
	margin-top: 0.9rem;
}

.news-cat-section .view-more a:hover
{
	text-decoration:underline;
}


/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	.news-cat-section li .imgwrap:before{
		padding-top: 100%;
	}
	.news-cat-section li .title{
		padding-right: 16px;
		padding-left: 16px;
	}
	.news-cat-section li .social{
		left: 14px;
	}
	.news-cat-section li .readmore{
		bottom: 17px;
		right: 10px;
	}
	.news-cat-section .view-all-prelink{
		display: none;
	}
}
@media all and (min-width: 907px){
	.news-cat-section .view-all-postlink{
		display: none;
	}
}
@media all and (max-width: 906px){
	.news-cat-section .view-all-prelink{
		display: none;
	}
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	.news-cat-section li{
		width: 50%;
	}
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	.news-cat-section ul{
		margin-right: 0;
		margin-left: 0;
	}
	.news-cat-section li{
		width: auto;
		float: none;
		padding: 0;
	}
}
@media all and (max-width: 480px){
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}