@charset "UTF-8";
/* CSS Document */

*::after, *::before {
    box-sizing: border-box;
}

/* image */
.ntv-img-lnk img {
	width: 100%;
	min-height: 1px;
}

/* wrapper */
.ntv {
	margin-left: -10px;
	margin-right: -10px;	
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}

/* attribution */
.attr {
  color: #bdbdbd;
  font-size: 9px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: -14px;
  width: 100%;
}

/* unit */
.ntv-itm {
	padding: 0 10px;
	float:left;
	position:relative;
	overflow:hidden;
}
.ntv-itm::after, .ntv-itm::before, .ntv::after, .ntv::before {
    content: " ";
    display: table;
}
.ntv-itm::after, .ntv::after {
	clear:both;
}

/* txt */
.ntv-txt {
  margin: 6px 0 0;
  overflow:hidden;
}
.column .ntv-txt {
	margin-bottom: 20px;
}
.ntv-txt-lnk {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.ntv-txt-lnk:hover {
	text-decoration: none;
	color: #333;
}

/* grid */
.xs-1 {
	width: 100%;
}

/* xs-2 */
.xs-2 {
	width: 50%;
}
.ntv > .ntv-itm.xs-2:nth-child(n+2) {
	display:none;   
}
.ntv.row-2 > .ntv-itm.xs-2:nth-child(n+3) {
	display:none;   
}
.ntv > .ntv-itm.xs-2:nth-child(-n+3) {
	display:inline;
}
.ntv.column > .ntv-itm.xs-2:nth-child(3) .ntv-txt {
	margin-bottom: 0px;
}

/* xs-3 */
.xs-3 {
	width: 33.3333%;
}
.ntv > .ntv-itm.xs-3:nth-child(n+4) {
	display:none;   
}
.ntv.row-2 > .ntv-itm.xs-3:nth-child(n+4) {
	display:none;   
}
.ntv > .ntv-itm.xs-3:nth-child(-n+4) {
	display:inline;
}
.ntv.column > .ntv-itm.xs-3:nth-child(4) .ntv-txt {
	margin-bottom: 0px;
}

/* rows */
.row-2 {
	margin-top: 20px;
}

@media (min-width: 768px) {
	
	/* sm-3 */
	.sm-3 {
		width: 33.3333%;
	}	
	.ntv > .ntv-itm.sm-3:nth-child(n+3) {
		display:none;   
	}
	.ntv.column > .ntv-itm.xs-2:nth-child(3) .ntv-txt {
		margin-bottom: 20px;
	}	
	.ntv.column > .ntv-itm.sm-3:nth-child(4) .ntv-txt {
		margin-bottom: 0px;
	}	
	
	/* md-3 */
	.ntv > .ntv-itm.md-3:nth-child(-n+4) {
		display:inline;
	}
	.ntv.row-2 > .ntv-itm.md-3:nth-child(-n+4) {
		display:inline;
	}		
	
	/* md-5 */
	.ntv > .ntv-itm.md-5:nth-child(-n+4) {
		display:inline;
	}
	.ntv.row-2 > .ntv-itm.md-5:nth-child(-n+3) {
		display:inline;
	}	
	
}

@media (min-width: 992px) {
	
	/* md-3 */
	.md-3 {
		width: 33.3333%;
	}
	.ntv > .ntv-itm.md-3:nth-child(n+4) {
		display:none;   
	}	
	.ntv > .ntv-itm.md-3:nth-child(-n+4) {
		display:inline;
	}
	.ntv.row-2 > .ntv-itm.md-3:nth-child(-n+4) {
		display:inline;
	}	
	.ntv.column > .ntv-itm.md-3:nth-child(4) .ntv-txt {
		margin-bottom: 0px;
	}
		
	/* md-5 */
	.md-5 {
		width: 20%;
	}
	.ntv > .ntv-itm.md-5:nth-child(6) {
		display:none;   
	}	
	.ntv > .ntv-itm.md-5:nth-child(-n+6) {
		display:inline;
	}
	.ntv.row-2 > .ntv-itm.md-5:nth-child(-n+5) {
		display:inline;
	}	
	.ntv.column > .ntv-itm.md-5:nth-child(6) .ntv-txt {
		margin-bottom: 0px;
	}	
	
	/* xs-2, sm-3 */
	.ntv.column > .ntv-itm.xs-2:nth-child(3) .ntv-txt, .ntv.column > .ntv-itm.sm-3:nth-child(4) .ntv-txt {
		margin-bottom: 20px;
	}	
	
}

@media (min-width: 1200px) {
	
	/* lg-3 */
	.lg-3 {
		width: 33.3333%;
	}
	.ntv > .ntv-itm.lg-3:nth-child(n+4) {
		display:none;   
	}
	.ntv.row-2 > .ntv-itm.lg-3:nth-child(n+4) {
		display:none;   
	}
	.ntv > .ntv-itm.lg-3:nth-child(-n+4) {
		display:inline;
	}
	.ntv.column > .ntv-itm.lg-3:nth-child(4) .ntv-txt {
		margin-bottom: 0px;
	}
		
	/* lg-5 */
	.lg-5 {
		width: 20%;
	}
	.ntv > .ntv-itm.lg-5:nth-child(6) {
		display:none;   
	}
	.ntv.row-2 > .ntv-itm.lg-5:nth-child(6) {
		display:none;   
	}
	.ntv > .ntv-itm.lg-5:nth-child(-n+6) {
		display:inline;
	}
	.ntv.column > .ntv-itm.lg-5:nth-child(6) .ntv-txt {
		margin-bottom: 0px;
	}

		
}

.column .xs-3, .column .sm-3, .column .md-3, .column .md-5, .column .lg-3, .column .lg-5 {
	width: 100%;
}