@charset "utf-8";


.txt-h1{
	font-size:2.5rem;
	line-height: 1;
}
.txt-h2{
	font-size:1.5rem;
}

.post-list-item {
	position: relative;
	padding-bottom:15px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:15px;
}
.post-list-item:nth-last-child(1) {
	border-bottom:0px;
}
.post-list-item img{
	max-width:340px;
	width:100%;
	height:182px;
	object-fit: cover;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.post-list-item a.subject{
	font-size:1.2rem;
	display: block;
	padding-bottom:5px;
}
.post-list-item .post-channel{
	position: absolute;left:15px;bottom:0px;
	line-height: 1rem;
	color:#f4aeae;
}
.post-list-item a:hover{
	color:inherit;
	text-decoration: none;
}
.post-list-item .post-date{
	letter-spacing: normal;
	line-height: 1rem;
	position: absolute;
	right:15px;
	bottom:0px;
}

.post-list-item .post-img-wrapper{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.post-list-item:hover img{
	transform: scale(1.2);
}



.card-sm.post-list-item {
	position: relative;
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:10px;
	line-height: 1.2rem;
	font-size:0.875rem;
}
.card-sm.post-list-item:nth-last-child(1) {
	border-bottom:0px;
}
.card-sm.post-list-item img{
	max-width:205px;
	width:100%;
	height:110px;
	object-fit: cover;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.txt-subject{
	font-size:2.5rem;
	font-weight: normal;
	line-height: 1.5;
}
.post-cover{
	position: relative;
	margin-top:30px;
}
.post-cover img{
	max-width:100%;
	width:800px;
	/*min-height:419px;*/
	object-fit: cover;
}
.post-cover-channel{
	width:80%;
	position: absolute;
	bottom: -1px;
	right:0px;
	padding:10px 15px 0px 15px;
	background-color: #fff;
}


.post-date-day{
	font-size:2.5rem;
	color:#000;
	text-align: center;
	font-weight: bold;
}
.post-date-month{
	color:#000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	text-align: center;
	margin:0px 30px;
	font-weight: bold;
}
.post-author-image{
	width:70px;
	height: 70px;
	overflow:hidden;
	border-radius: 35px;
	margin:30px auto 15px;
}
.post-author-image img{
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.post-author-name{
	word-break: break-word;
}
.post-author-name a:hover{
	color:#f4aeae;
}

.post-abstract{
	position: relative;
	border:2px solid #f4aeae;
	background-color: #fff;
	width:400px;
	max-width: 100%;
	height:auto;
	padding:30px;
	margin:30px auto;
}
.post-abstract span{
	background-color: transparent !important;
}
.post-abstract:after{
	content:'';
	width:400px;
	height:103%;
	border:2px solid #f4aeae;
	position: absolute;
	z-index: -1;
	left:4px;
	top:4px;
}
.post-abstract .header{
	position: absolute;
	top:-24px;
	height: 24px;
	font-size: 24px;
	margin-left:-75px;
	background-color: #fff;
	width:150px;
	left:50%;
	text-align: center;
	line-height: 24px;
}
.post-abstract p{
	margin: 0px;
}

.post-fixed-share{
	padding-top:50px;
	position:sticky;
	top:60px;
}
.post-fixed-share div:nth-child(1){
	writing-mode: tb-rl;
	line-height: 107px;
}
.post-fixed-share div:nth-child(2){
	margin:5px auto;
	height:15px;
	width:1px;
	background-color:#000;
}
.post-fixed-share div:nth-child(3) a{
	display: block;
	text-align: center;
	font-size:20px;
}

.post-blogger{
	border: 1px solid #eaeaea;
	position: relative;
	height: auto;
  padding: 30px;
  margin-top: 50px;
}
.post-blogger .title{
	position: absolute;
	top: -21px;
	background-color: #fff;
	width: 200px;
	right: 50%;
	margin-right: -100px;
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.2em;
}
.post-blogger .title span{
	color: #EBB1AF;
}
.post-blogger .image {
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: text-bottom;
}
.post-blogger .image img{
	border-radius: 75px;
}
.post-blogger > div:nth-child(3){
	width: calc(100% - 150px);
	display: inline-block;
	padding: 30px;
	padding-bottom: 15px;
	text-align: left;
	color: #505050;
}
.post-blogger > div:nth-child(3) > div:nth-child(1){
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.post-blogger > div:nth-child(3) > div:nth-child(1) img{
	margin-right: 20px;
}
.post-blogger > div:nth-child(3) > div:nth-child(2){
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2em;
	color: #505050;
	padding: 20px 0;
}
.post-blogger > div:nth-child(3) > div:nth-child(3){
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.2em;
	color: #505050;
}
.post-blogger > div:nth-child(3) > div:nth-child(3) img{
	margin-right: 20px;
}


.post-tags{
	margin-top:60px;
}
.post-tags span{
	font-size:1.5rem;
	font-weight: bold;
}
.post-tags a{
	display: inline-block;
	margin:0px 15px;
	font-size:0.875rem;
	position: relative;
}
.post-tags a:hover{
	color:inherit;
}
.post-tags a:after{
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: absolute;
	content: '';
	height: 1px;
	background-color: #f4aeae;
	bottom: -10px;
	width: 0%;
	left:0px;
}
.post-tags a:hover:after{
	width: 100%;
}

.post-prev{
	margin-top:30px;
	padding:10px 0px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.post-next{
	padding:10px 0px;
	border-bottom:1px solid #eaeaea;
}
.post-prev b, .post-next b{
	margin-right:30px;
}


.post-challenge{
	background-color: #fff;
	position: relative;
	margin-top:60px;
	padding-top:30px;
	padding-bottom:30px;
	border:1px solid #eaeaea;
}


.post-content > p{
	margin: 0px auto 0px auto !important;
	padding: 0px 0px !important;
	word-break: break-all;
}
.post-content > div{
	margin: 0px auto 0px auto !important;
	padding: 0px 20px !important;
	word-break: break-all;
}

.post-content img {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 100%;
  width:100% !important;
  height:auto;
}

.post-content a img {
	width:auto !important;
}

.post-content iframe {
	max-width: 100%;
}

.post-content > table{
	width:100% !important;
}

.post-content > :first-child{
	margin: 25px auto 0px auto !important;
}

.post-content a{
	color: #f4aeae !important;
}
.post-content a:focus, .post-content a:hover{
	color: #f4aeae !important;
}


.post-content a.black-link{
	color: #000 !important;
	font-weight:bold;
}
.post-content a.black-link:focus, .post-content a.black-link:hover{
	color: #000 !important;
	font-weight:bold;
}



.nn-separator{
  display: block;
  height: min(24px, 3.6vmin);
  border: 0px;
  margin: 0;
}
.card-rank{
	margin-top:30px;
	border:1px solid #eaeaea;
	position: relative;
	padding:30px;
}
.card-rank .header{
	position: absolute;
	top:-20px;
	background-color:#fff;
	width:150px;
	left:50%;
	margin-left:-75px;
	color:#b58d72;
	font-size:1.5rem;
	text-align: center;

}
.card-rank .rank-tabs{
	text-align: center;
	margin:0px 0px 10px 0px;
	line-height: 1rem;
}
.card-rank .rank-tabs div{
	display: inline-block;
	padding:0px 0px;
	margin:0px 15px;
	position: relative;
	cursor: pointer;
}
.card-rank .rank-tabs div:after{
	content: '';
	border-top:2px solid #b58d72;
	width:0%;
	position: absolute;
	bottom:-5px;
	left:0px;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.card-rank .rank-tabs div.on:after{
	content: '';
	border-top:2px solid #b58d72;
	width:100%;
	position: absolute;
	bottom:-5px;
	left:0px;
}
.card-rank .rank-tabs div:hover:after{
	width:100%;
}

.card-rank .rank-item{
	margin-bottom:10px;
	display: none;
}
.card-rank .rank-item a{
	text-decoration: none;
}
.card-rank .rank-item span{
	font-size:1.5rem;
	color:#b58d72;
}




.card-brand-news{
	margin-top:30px;
	border:1px solid #eaeaea;
	position: relative;
	padding:30px;
}
.card-brand-news .header{
	position: absolute;
	top:-20px;
	background-color:#fff;
	width:150px;
	left:50%;
	margin-left:-75px;
	color:#b58d72;
	font-size:1.5rem;
	text-align: center;

}
.card-brand-news .brand-news-item{
	margin-bottom:20px;
}
.card-brand-news .brand-news-item:nth-last-child(1){
	margin-bottom:0px;
}
.card-brand-news .brand-news-item a{
	text-decoration: none;
}


/* Icons button */
.icobutton {
	font-size: 1.5em;
	position: relative;
	z-index:9;
	margin: 0;
	padding: 0px;
	color: #c0c1c3;
	border: 0;
	background: none;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.icobutton .fa {
	display: block;
	padding: 0 0.1em;
}

/* fix for mo.js */
.icobutton svg {
	left: 0;
}

.icobutton:hover,
.icobutton:focus {
	outline: none;
}


.ann-links{
	display: inline-block;
	position: relative;
}
.ann-links a{
	position: absolute;
	display: block;
	width:800px;
	top:-18px;
	left:0px;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 1;
}

.ann-links a.on{
	opacity: 1;
	z-index: 2;
}

.col-right{
	padding:0px;
	margin:0px;
}

.card-dfp{
	margin:15px 0px;
}

.banner-bot-rec{
	padding:0px;
	margin-right:15px;
	width:300px;
}



.card-event{
	width:500px;
	height:281px;
	position: relative;
	/*overflow:hidden;*/
}

.card-event img{
	width:500px;
	height:281px;
	object-fit: cover;
	position: relative;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.card-event:hover img{
	/*transform: scale(1.2);*/
}


.card-banner{
	width:100%;
	max-width:300px;
	height:250px;
	background-size:cover;
	position: relative;
	margin:0px auto;
}
.card-banner div{
	position: relative;
	z-index: 2;
}
.card-banner .card-banner-mask{
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	background-color: rgba(244,174,174,0.5);
	z-index: 1;
}


.post-video iframe{
	height:400px;
}
.post-video-fb iframe{
	height:425px;
}


.facebook-responsive {
	margin-bottom:20px;
	margin-top:50px;
}

.facebook-responsive iframe {
    /*left:0;*/
    /*top:0;*/
    height:100%;
    width:100%;
    /*position:absolute;*/
}

.col-content{
	padding:0px;
	width: calc( 755px - 130px );
}

blockquote p{
	white-space: normal !important;
}

.crazyad-desc{
	background-color: #ffe9e9;
    width: 208px;
    height: 140px;
    padding-top: 59px;
    padding-left: 15px;
    padding-right: 10px;
}
.crazyad-img{
	margin-top: -363px;
    margin-left: 21px;
    width: 167px;
}
.crazyad{
	display: none;
	position: fixed;
	bottom: 60px;
	right: unset;
	left: -300px;
	animation: admove 6s;
	/*animation: admove 1s,admove 1s 5s reverse;*/
}
@keyframes admove{
/*	0% {margin-left: -300px}
	100% {margin-left: 0px}	*/
	0% {left: -300px}
	16% {left: 0px}
	84% {left: 0px}
	100% {left: -300px}
}

@media (max-width: 1120px){
	.txt-subject{
		font-size:1.5rem;
		margin-top:15px;
	}
	.post-cover{
		margin-top:15px;
	}
	.post-cover img{
		/*height:200px;*/
		/*min-height: 200px;*/
	}

	.col-content{
		width:100%;
	}

	.post-abstract:after{
		max-width: 101%;
	}

	/*.post-channel{
		display: none;
	}
	.post-date{
		display: none;
	}*/
	.post-content img {
	    max-width: 100%;
	}
	.post-content > p{
		margin: 0px auto 0px auto !important;
		padding: 0px 0px !important;
	}
	.post-content > div{
		margin: 0px auto 0px auto !important;
		padding: 0px 0px !important;
	}
	.post-content iframe.embed-responsive-item{
		max-height: 240px;
	}
	.post-content iframe.instagram-media{
		max-height: 100vh;
	}



	.post-blogger .image {
		display: block;
    margin: auto;
	}
	.post-blogger > div:nth-child(3) {
    width: 100%;
    text-align: center;
    padding: 30px 0 15px;
	}
	.post-blogger > div:nth-child(3) > div:nth-child(2) {
		text-align: justify;
	}
	.post-blogger > div:nth-child(3) > div:nth-child(3) img {
	  margin-right: 10px;
	}

	.col-right{
		padding:0px;
	}

	.banner-bot-rec{
		padding:0px;
		margin:auto;
		max-width: 100%;
		padding-bottom:30px;
	}


	.card-event{
		width:100%;
		height:150px;
		position: relative;
		overflow:hidden;
	}

	.card-event img{
		width:100%;
		height:auto;
		object-fit: cover;
		position: relative;
		transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}

	.post-list-item .col:nth-child(2){
		padding-bottom:30px;
	}

	.post-list-item .subject{
		margin-top:10px;
	}
	.post-list-item .post-img-wrapper img{
		height:auto;
	}


	.post-video iframe{
		height:200px;
		margin-top:40px;
	}

	.post-video-fb {
		overflow: hidden;
	    height: 50vw;
	}
	.post-video-fb iframe{
		/*margin-top:-44px;*/
	}


	.facebook-responsive {
		height: 240px;
		margin-bottom:60px;
	}
	.facebook-responsive iframe {
    height:240px;
	}

	.post-cover-channel{
		width:auto;
		right:15px;
	}

	.banner-bot-rec{
		flex-basis: 100%;
	}
	.crazyad{
		display: none;
		position: fixed;
		bottom: 0px;
		right: -300px;
		left: unset;
		animation: admove 6s;
		z-index: 10000;
	}
	@keyframes admove{
		0% {right: -300px}
		16% {right: 0px}
		84% {right: 0px}
		100% {right: -300px}
	}
}
@media (max-width: 330px){
	.post-blogger{
		padding: 30px 15px;
	}
}


.rating-table .Rating {
  border: 1px solid #F4AEAE;
  background-color: #FFFFFF;
  height: 200%;
  text-align: left;
  border-collapse: collapse;
}
.rating-table .Rating td, .rating-table table.Rating th {
  border: 1px solid #EFEFEF;
  padding: 7px 9px;
  border-Right: 1px solid #F4AEAE;
  width: 145px;
}
.rating-table .Rating tbody td {
  font-size: 12px;
  width: 100px;
}
.rating-table .Rating tr:nth-child(even) {
  background: #fbfbfb;
  width: 145px;
}
.rating-table .Rating thead {
  border-bottom: 1px solid #3f3f3f;
}
.rating-table .Rating thead th {
  font-size: 15px;
  font-weight: bold;
  color: #3f3f3f;
  text-align: left;
  border-left: 8px solid #FFFFFF;
}
.rating-table .Rating thead th:first-child {
  border-left: none;
}
.rating-table .Rating span {
  width: 120px;
  line-height: 1.2;
}
.rating-table .Rating img{
	width: 145px !important;
	max-width: 145px !important;
}
.rating-table {
  width: 100%;
  overflow-x: scroll;
  margin-left: 0em;
  overflow-y: visible;
  padding: 0;
}


.rating-table .myButton {
  background-color:#d99393;
  border-radius:25px;
  border:1px solid #ffffff;
  display:inline-block;
  width:120px;
  height:40px;
  line-height:40px;
  cursor:pointer;
  color:#ffffff !important;
  font-size:16px;
  text-decoration:none;
  text-shadow:0px 1px 0px #f4aeae;
  text-align:center;
}
.rating-table .myButton:hover {
  background-color:#d99393;
}
.rating-table .myButton:active {
  position:relative;
  top:1px;
}
