/*
Name : channel.css
Author : BIS (anon.id)
Type : Default Style
*/


/* Channel Menu
----------------------------------*/
.menu_kanal {
	text-align: center;
}
.menu_kanal .logo_kanal {
	text-transform: uppercase;
}


/* Our Recomendation
----------------------------------*/
.our-recommendation.five ul li {
	vertical-align: top;
}


/* Wrapper Headline - Lifestyle
----------------------------------*/
.lifestyle-headline {
	margin-top: 30px;
}
.lifestyle-headline .left,
.lifestyle-headline .center,
.lifestyle-headline .right {
	display: inline-block;
	/*width: 550px;*/
}
.lifestyle-headline .left,
.lifestyle-headline .right {
	width: 260px;
}
.lifestyle-headline .center {
	width: 550px;
	margin-left: 5px;
    margin-right: 1px;
}
.lifestyle-headline ul {
  list-style: none;
  margin: 0;
}
.lifestyle-headline ul.big {
	position: relative;
	top: 2px;
	padding: 0 15px;
	height: 478px;
}
.lifestyle-headline ul.big li{
	height: 100%;
}
/* new */
.lifestyle-headline ul.big li a{
	height: 100%;
}
.lifestyle-headline ul > li {
	position: relative;
	vertical-align: top;
	margin-bottom: 16px;
}
.lifestyle-headline ul > li:last-child {
	margin-bottom: 0;
}
.lifestyle-headline ul > li .wrap {
	position: absolute;
	top: 53%;
	width: 100%;
}
.lifestyle-headline ul > li .wrap.style2 {
	top: inherit;
	bottom: 0;
	margin-bottom: 25px;
	padding: 0 5px;
}
.lifestyle-headline ul > li .wrap .channel {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0;
	left: inherit;
	top: inherit;
	position: relative;
	z-index: 2;
}
.lifestyle-headline ul > li .channel.style2 {
	position: absolute;
	left: 27px;
	top: inherit;
	bottom: 165px;
	z-index: 2;
}
.lifestyle-headline ul > li .channel.style2 a,
.lifestyle-headline ul > li .channel.style2 a:hover,
.lifestyle-headline ul > li .wrap .channel a,
.lifestyle-headline ul > li .wrap .channel a:hover {
	border-radius: 50px;
    padding: 3px 18px 2px;
    font-family: roboto !important;
    font-size: 13px;
    text-transform: capitalize;
    border: 1px solid #fcfcfc;
    background: 0 0;
	color: #fff;
}
.lifestyle-headline .overlay {
	position: relative;
	border-radius: 15px;
}
.lifestyle-headline .overlay:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(360deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
	border-radius: 15px;
}
.lifestyle-headline .overlay.style2:after {
	background-image: url(../../assets/images/bg-big-headline-lifestyle.svg);
	background-repeat: no-repeat;
	background-size: 520px 235px;
	background-position: bottom;
}
.lifestyle-headline h1 {
	font-family: arial1;
	font-weight: 600;
	font-size: 19px;
	line-height: 24px;
	color: #fff;

	position: absolute;
	bottom: 0;
	/*margin: 0;*/
	margin-bottom: 20px !important;
	padding: 5px 20px 20px 20px !important;
	z-index: 1;

	width: 100%;
	height: 50px;
	overflow: hidden;
}
.lifestyle-headline h1.style2 {
	position: relative;
	margin-top: 25px !important;
	margin-bottom: 0 !important;
	padding: 0 20px !important;
	font-size: 22px;
	line-height: 26px;
	height: 65px;
}
.lifestyle-headline .date {
	font-size: 10px;
	font-style: italic;
	color: #fff;
	font-family: arial1;
	margin-left: 15px;
	top: 0;
	position: relative;
	z-index: 2;
}
.lifestyle-headline .date.style2 {
	margin-left: 150px;
}
.lifestyle-headline img {
	border-radius: 17px;
}
.lifestyle-headline p {
	font-family: arial1;
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}


/* Wrapper Headline - Travel
----------------------------------*/
.travel-headline {}
.travel-headline ul.list-headline {
	margin: 15px 0 0 0;
}
.travel-headline ul.list-headline > li {
	width: 260px;
	margin: 20px 7px 0 0;
	position: relative;
	vertical-align: top;
	border-radius: 15px;
	transition: all .2s ease-in-out;
}
.travel-headline ul.list-headline > li:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.travel-headline ul.list-headline > li a.link {
	margin: 0;
}
.travel-headline ul.list-headline > li a.link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -2px;
    background-image: url(../../assets/images/bg-headline-travel.svg);
	background-repeat: no-repeat;
	background-size: 260px 170px;
	background-position: bottom;
    border-radius: 15px;
}
.travel-headline ul.list-headline > li .channel {
	position: absolute;
	left: 27px;
	top: inherit;
	bottom: 115px;
	z-index: 2;
	margin-bottom: 7px;
	display: inline-block;
}
.travel-headline ul.list-headline > li .channel a {
	border-radius: 50px;
	padding: 3px 18px 2px;
	font-family: roboto !important;
	font-size: 13px;
	text-transform: capitalize;
	border: 1px solid #fcfcfc;
	background: 0 0;
	color: #fff;
}
.travel-headline ul.list-headline > li .wrap {
	position: absolute;
	width: 100%;
    top: inherit;
    bottom: 0;
    margin-bottom: 25px;
    padding: 0;
}
.travel-headline ul.list-headline > li img {
	border-radius: 15px;
	width: 260px;
	height: 482px;
}
.travel-headline .date {
    font-size: 10px;
    font-style: italic;
    color: #fff;
    font-family: arial1;
    margin-left: 15px;
    top: 0;
    position: relative;
    z-index: 2;
}
.travel-headline h1 {
	position: relative;
    font-family: arial1;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    bottom: 0;
    margin: 0;
    margin-bottom: 5px !important;
    padding: 10px 25px 0 25px !important;
    z-index: 1;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

/* Wrapper Headline - Bola
----------------------------------*/
.bola-headline {
	padding: 0 !important;
	margin: 15px 0;
}
.bola-headline.left {
	width: 565px !important;
	padding-right: 0 !important;
}
.bola-headline.right {
	width: 515px !important;
}
.bola-headline .carousel-caption {
	width: 300px;
	right: inherit;
	left: 245px;
	background-image: url(../../assets/images/bg-big-headline-bola.svg);
	padding-top: 70px;
}
.bola-headline a.link_img {
	height: 449px;
}
.bola-headline .big_image {
	max-width: 315px !important;
	max-height: 449px !important;
}
.bola-headline .carousel-cell {
	height: 449px;
	overflow: hidden;
}
.bola-headline .channel {
	margin-bottom: 20px;
}
.bola-headline h1 {
	margin-bottom: 5px !important;
}
.bola-headline .flickity-page-dots {
	display: inline-block;
	width: 50%;
	right: 0;
	bottom: 50px;
}

.bola-headline .list-headline {
	margin: 0;
	display: inline-block;
	width: 490px;
	margin-left: 5px;
}
.bola-headline .list-headline > li {
	width: 233px;
	vertical-align: top;
}
.bola-headline .list-headline > li:nth-child(odd) {
    margin: 0px 20px 20px 0;
}
.bola-headline .list-headline > li:nth-child(even) {
    margin: 0px 0 20px 0;
}
.bola-headline .list-headline > li:last-child,
.bola-headline .list-headline > li:nth-last-child(2) {
	margin-bottom: 0;
}
.bola-headline .list-headline h2 {
	height: 50px;
	padding: 5px 0 0;
}

/* Wrapper Headline - Travel
----------------------------------*/
.travel-headline {}
.travel-headline ul.list-headline {
	margin: 15px 0 0 0;
}
.travel-headline ul.list-headline > li {
	width: 260px;
	margin: 20px 7px 0 0;
	position: relative;
	vertical-align: top;
	border-radius: 15px;
	transition: all .2s ease-in-out;
}
.travel-headline ul.list-headline > li:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.travel-headline ul.list-headline > li a.link {
	margin: 0;
}
.travel-headline ul.list-headline > li a.link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -2px;
    background-image: url(../../assets/images/bg-headline-travel.svg);
	background-repeat: no-repeat;
	background-size: 260px 170px;
	background-position: bottom;
    border-radius: 15px;
}
.travel-headline ul.list-headline > li .channel {
	position: absolute;
	left: 27px;
	top: inherit;
	bottom: 115px;
	z-index: 2;
	margin-bottom: 7px;
	display: inline-block;
}
.travel-headline ul.list-headline > li .channel a {
	border-radius: 50px;
	padding: 3px 18px 2px;
	font-family: roboto !important;
	font-size: 13px;
	text-transform: capitalize;
	border: 1px solid #fcfcfc;
	background: 0 0;
	color: #fff;
}
.travel-headline ul.list-headline > li .wrap {
	position: absolute;
	width: 100%;
    top: inherit;
    bottom: 0;
    margin-bottom: 25px;
    padding: 0;
}
.travel-headline ul.list-headline > li img {
	border-radius: 15px;
	width: 260px;
	height: 482px;
}
.travel-headline .date {
    font-size: 10px;
    font-style: italic;
    color: #fff;
    font-family: arial1;
    margin-left: 15px;
    top: 0;
    position: relative;
    z-index: 2;
}
.travel-headline h1 {
	position: relative;
    font-family: arial1;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    bottom: 0;
    margin: 0;
    margin-bottom: 5px !important;
    padding: 10px 25px 0 25px !important;
    z-index: 1;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

/* Wrapper Headline - Foto
----------------------------------*/
.foto-headline.left {
	float: left;
	width: 530px;
	margin-right: 20px;
}
.foto-headline.right {
	float: left;
	width: 530px;
}
.foto-headline ul.list-headline {
	margin: 0;
}
.foto-headline ul.list-headline > li {
	border-radius: 15px;
	width: 255px;
	height: 255px;
	margin: 20px 16px 0 0;
	vertical-align: top;
	display: inline-table;
}
.foto-headline ul.list-headline.big > li {
	width: 530px;
	height: 530px;
}
.foto-headline ul.list-headline > li:nth-child(odd) {
    margin: 0px 16px 15px 0;
}
.foto-headline ul.list-headline > li:nth-child(even) {
    margin: 0px 0 15px 0;
}
.foto-headline ul.list-headline.big > li {
	margin: 0;
}
.foto-headline ul.list-headline > li img {
    border-radius: 15px;
}
.list-headline.big > li a img{
	height: 530px;
    object-fit: cover;
}
.foto-headline ul.list-headline > li .hover-left {
	display: inline-block;
	margin: 10px;
	text-align: left;
	opacity: .99;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	border-radius: 15px;
}
.foto-headline ul.list-headline > li .total {
	font-family: roboto !important;
	font-size: 11px;
	position: absolute;
	padding: 10px 22px;
	color: #998A80;
	z-index: 2;
}
.foto-headline ul.list-headline > li .hover-left:before {
	position: absolute;
	border-radius: 15px;
	content: '';
	background: linear-gradient(135deg, rgba(226, 209, 195, 0.9) 0%, rgba(253, 252, 251, 0.9) 100%);
	width: 100%;
	height: 100%;
	opacity: 1;
	bottom: 85%;
	right: 70%;
	z-index: 2;
	-webkit-transition-property: bottom, right, opacity;
	transition-property: bottom, right, opacity;
	-webkit-transition-duration: 0.3s;
	      transition-duration: 0.3s;
}
.foto-headline ul.list-headline.big > li .hover-left:before {
	bottom: 92%;
	right: 85%;
}
.foto-headline ul.list-headline > li .hover-left .wrap {
	position: absolute;
	padding: 20px;
	bottom: 0;
	right: 0;
	z-index: 3;
	width: 100%;
}
.foto-headline ul.list-headline > li .hover-left .wrap h1,
.foto-headline ul.list-headline > li .total.style2,
.foto-headline ul.list-headline > li .date {
	display: block;
	opacity: 0;
	position: relative;
	top: 90%;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-webkit-transition-duration: 0.3s;
	      transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	      transition-delay: 0s;
}
.foto-headline ul.list-headline > li .hover-left .wrap h1 {
	font-family: gothic;
	font-size: 24px;
	color: #333;
	margin-bottom: 12px;
}
.foto-headline ul.list-headline > li .total.style2 {
	position: relative;
	color: #998A80;	
}
.foto-headline ul.list-headline > li .date {
	font-family: arial1;
	font-size: 10px;
	color: #333;
}
.foto-headline ul.list-headline > li .hover-left:focus:before,
.foto-headline ul.list-headline > li .hover-left:hover:before,
.foto-headline ul.list-headline > li .hover-left.active:before,
.foto-headline ul.list-headline > li .hover-left:focus h1, 
.foto-headline ul.list-headline > li .hover-left:hover h1,
.foto-headline ul.list-headline > li .hover-left.active h1,
.foto-headline ul.list-headline > li .hover-left:focus .total.style2, 
.foto-headline ul.list-headline > li .hover-left:hover .total.style2,
.foto-headline ul.list-headline > li .hover-left.active .total.style2,
.foto-headline ul.list-headline > li .hover-left:focus .date, 
.foto-headline ul.list-headline > li .hover-left:hover .date,
.foto-headline ul.list-headline > li .hover-left.active .date  {
 	opacity: 1;
 	padding: 0;
}
.foto-headline ul.list-headline > li .hover-left:hover .total,
.foto-headline ul.list-headline > li .hover-left.active .total {
	opacity: 0;
}
.foto-headline ul.list-headline > li .hover-left:focus:before, 
.foto-headline ul.list-headline > li .hover-left:hover:before,
.foto-headline ul.list-headline > li .hover-left.active:before {
	bottom: 0;
	right: 0;
}
.foto-headline ul.list-headline > li .hover-left:focus h1, 
.foto-headline ul.list-headline > li .hover-left:hover h1,
.foto-headline ul.list-headline > li .hover-left.active h1,
.foto-headline ul.list-headline > li .hover-left:focus .total.style2, 
.foto-headline ul.list-headline > li .hover-left:hover .total.style2,
.foto-headline ul.list-headline > li .hover-left.active .total.style2,
.foto-headline ul.list-headline > li .hover-left:focus .date, 
.foto-headline ul.list-headline > li .hover-left:hover .date,
.foto-headline ul.list-headline > li .hover-left.active .date {
 	top: 0;
}

.foto-headline.list-model .title-heading-little {
	padding: 10px 0 10px 0;
	margin: 0 15px;
}
.foto-headline.list-model ul.list-headline > li {
	width: 334px;
	height: 255px;
	margin: 15px;
}
/*.foto-headline.list-model ul.list-headline > li:nth-child(3n) {
	margin: 0 0 0 15px;
}*/


/* Wrapper List News
----------------------------------*/
.wrapper-list-news .col-custom.left h1 {
	padding-top: 0 !important;
	font-size: 32px;
}
.col-custom.right > .title-heading > h1 {
	padding-top: 0 !important;
}
.list-news li {
	vertical-align: top;
}
.list-news li.full {
	display: inline-block;
	width: 100%;
}
.list-news li > div h2 a {
	font-family: arial1;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	color: #333;
}
.list-news li > div .wrapper-description > .channel {
    width: 100%;
	margin-right: 10px;
	position: relative;
 }
.list-news li > div .wrapper-description > .channel a {
    color: #333 !important;
	border: 1px solid #333;
	padding: 2px 16px 2px 13px;
	font-family: arial1 !important;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0 0 5px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background: 0 0 !important;
	border-radius: 50px
}
.list-news li > div .wrapper-description > .channel .date {
	display: inline-block;
	margin: 0 0 0 10px;
}
.wrapper-list-news .col-custom.right.style2 {
	padding: 0;
	max-width: 300px;
	float: right;
}
.list-news > li {
	width: 235px;
	margin-right: 10px;
}
.list-news > li:last-child {
	margin-right: 0;
}
.list-news > li > div {
	margin-bottom: 15px;
}
.list-news > li > div:last-child {
	margin-bottom: 0;
}
.list-news > li a > img {
    border-radius: 15px;
    height: 180px;
    object-fit: cover;
}


/* Hot Topic - Headline
----------------------------------*/
.hot-topic-headline {
	margin: 15px 0 5px 0;
}
.hot-topic-headline h3 {
	position: absolute;
	font-family: arial1 !important;
	font-size: 16px;
	font-weight: 600;
	color: #FF3838;
	text-align: right;
	width: 55px;
	line-height: 20px;
	padding: 5px 10px 5px 0;
	margin: 15px 0;
	border-right: 3px #FF3838 solid;
}
.hot-topic-headline > ul {
	list-style: none;
	position: relative;
	left: 65px;
	display: inline-block;
}
.hot-topic-headline > ul > li {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	padding-right: 15px;
}
.hot-topic-headline > ul > li a {
	font-size: 14px !important;
	font-weight: 200 !important;
}
.hot-topic-headline > ul > li img {
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	width: 70px;
	height: 70px;
}

/* Widget - Widget Channel
----------------------------------*/
.widget.widget-channel {
	padding: 25px 0 0 0;
}
.widget.widget-channel h3 {
	position: relative;
	font-family: gothic;
	font-size: 28px;
	color: #FB5858;
	margin-bottom: 10px;
}
.widget.widget-channel h3 .seemore {
	font-family: arial1;
	font-size: 12px;
	color: #21BCFF;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 8px;
	padding-right: 30px;
}
.widget.widget-channel h3 .seemore:after {
	content: '';
	background: url(../../assets/images/seemore-arrow.svg) no-repeat center;
	width: 18px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.widget.widget-channel ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget-channel ul > li {
	display: inline-block;
	width: 235px;
	margin-right: 8px;
	vertical-align: top;
}
.widget.widget-channel ul > li > a div,
.widget.widget-channel ul > li > div {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.widget.widget-channel ul > li > a div {
	margin-bottom: 0;
}
.widget.widget-channel ul > li > div h2 {
    position: relative;
    line-height: 14px;
    margin-bottom: 10px;
}
.widget.widget-channel ul > li a > div:last-child h2 {
    font-family: arial1;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    color: #333;
    margin-top: 15px;
    height: 67px;
    overflow: hidden;
}
.widget.widget-channel ul > li a:hover > div:last-child h2 {
    text-decoration: none;
    color: #08acea;
}
.widget.widget-channel ul > li a > div > img,
.widget.widget-channel ul > li.big > .left img {
	border-radius: 15px;
}
.widget.widget-channel ul > li .date {
	font-family: arial1;
    font-size: 10px; 
    font-style: italic;
    margin: 15px 0 25px 0;
    color: #999;
}
.widget.widget-channel ul > li .date {
	margin: 15px 0 0 0;
}
.widget.widget-channel ul > li.big {
	width: 100%;
	margin-right: 0;
}
.widget.widget-channel ul > li.big > .left {
	width: 380px;
}
.widget.widget-channel ul > li.big > .right {
	width: 350px;
	margin-left: 7px;
}
.widget.widget-channel ul > li.big > .right h2 {
	top: -5px !important;
	line-height: 24px;
}
.widget.widget-channel ul > li.big > .right h2 a {
	font-family: arial1;
	font-size: 22px;
	font-weight: 600;
	color: #444;
}
.widget.widget-channel ul > li.big > .right h2 a:hover {
	color: #08acea;
}
.widget.widget-channel ul > li.big > .right .description {
	font-family: arial1;
	font-size: 14px;
	color: #666;	
}

.wrapper-list-news .col-custom.right .title-heading {
	color: #E85959;
	padding: 15.6px 45px;
	margin-bottom: 20px;
}
.wrapper-list-news .col-custom.right .title-heading h1 {
	font-size: 22px;
}

.widget.epaper_side {
	background: url(../../assets/images/bg-epaper-side.jpg) no-repeat center;
}
.widget.epaper_side img {
	margin: 5px;
}
.widget.epaper_side .qrcode {
	display: block;
	margin: 25px auto 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	border-radius: 17px;
}
.widget.epaper_side .logo1 {
	display: block;
	margin: 25px auto 15px;
}
.widget.epaper_side .logo2 {
	display: block;
	margin: 15px auto 30px;
}

.wrapper-foto#sticky-newfoto h2 {
	padding-top: 0;
	padding-bottom: 5px;
}
.wrapper-foto#sticky-newfoto ul {
	list-style: none;
	margin: 10px 0;
	position: relative;
}
.wrapper-foto#sticky-newfoto img {
	border-radius: 15px;
}
.list-news li > div h2 {
    height: 70px;
    overflow: hidden;
}

/* Others - Our Recomendation
----------------------------------*/
.our-recommendation.four {
    max-width: 745px;
    margin: 0 auto;
}
.our-recommendation.four ul {
	padding-bottom: 25px;
}
.our-recommendation.four ul li {
    vertical-align: top;
}
.our-recommendation.four ul li {
    padding: 0 10px;
    width: 187px;
}
.our-recommendation.four ul li div a .small_img_head {
	width: 100%;
	height: 110px;
}
.our-recommendation.four ul li div a .h2_cec {
    font-family: arial1 !important;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0;
    text-decoration: none;
}

/* Others - Widget New TV
----------------------------------*/
.widget.newtv.style2 {
	border-radius: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}
.widget.newtv.style2 .newtv_logo {
    padding: 20px 0;
}
.widget.newtv.style2 .list_newtv {
	width: inherit;
}
.widget.newtv.style2 ul.list_newtv > li {
    display: inline-block;
    width: 240px;
    padding: 0;
    margin: 0 20px 0 0;
    vertical-align: top;
}
.widget.newtv.style2 ul.list_newtv > li:first-child {
	margin-left: 25px;
}


#full-screen-anchor {
	cursor: pointer;
}
#full-screen-anchor img.main {
	/*-webkit-transition: 0.5s -webkit-filter linear;
	-moz-transition: 0.5s -moz-filter linear;
	-moz-transition: 0.5s filter linear;
	-ms-transition: 0.5s -ms-filter linear;
	-o-transition: 0.5s -o-filter linear;
	transition: 0.5s filter linear, 1s -webkit-filter linear;*/
}
#full-screen-anchor img.main:hover {
	/*-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	box-shadow: 8px 8px 10px gray;*/
}
#full-screen-anchor .total {
	font-family: roboto !important;
	font-size: 11px;
	position: absolute;
	padding: 10px 22px;
	color: #998A80;
	z-index: 2;
	background: linear-gradient(135deg, rgba(226, 209, 195, 0.9) 0%, rgba(253, 252, 251, 0.9) 100%);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.full-screen-modal {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color:rgba(16, 16, 16, 0.9);
	z-index: 9999;
	display: none;
}
.full-screen-modal .col-left {
	float: left;
	width: 67%;
}
.full-screen-modal .col-right {
	float: right;
	width: 33%;
	/*max-width: 544px;*/
}
.full-screen-modal .close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #333;
	opacity: 1;
}
.full-screen-modal .caption {
	background: #fff;
	text-align: left;
	height: 100vh;
	padding: 30px;
}
.full-screen-modal .description {
	margin: 0 20px 0 0;
	height: 75vh;
	overflow-y: auto;
}
.full-screen-modal #load-image {
    /*width: 640px;*/
    width: 750px;
    margin: 0 auto;
    position: relative;
    /*top: 50px;*/
    top: 30px;
}
.full-screen-modal #load-image > .carousel-inner {
	overflow: inherit;
}
.full-screen-modal #load-image img.gallery {
	/*width: 590px;*/
	width: 710px;
	border-radius: 15px;
	margin: 0 auto;
}
.full-screen-modal #load-image .carousel-caption {
	width: 100%;
	height: auto;
	left: inherit;
	right: inherit;
    top: auto;
    bottom: -80px;
    padding: 0 20px;
    background: inherit;

    font-family: arial1;
    font-weight: 100;
    color: #fcfcfc!important;
    font-size: 14px;
}
.full-screen-modal #load-image .carousel-control {
	width: 25px;
    opacity: 1;
    background: inherit;
}
.full-screen-modal #load-image .carousel-control.left {
	left: -5px;
}
.full-screen-modal #load-image .carousel-control.right {
	right: -5px;
}
.full-screen-modal #load-image .arrow-left,
.full-screen-modal #load-image .arrow-right {
	background-image: url(../../assets/images/arrow-left.svg);
	background-repeat: no-repeat;
	background-size: 15px 29px;
	background-position: bottom;
	width: 25px;
	height: 25px;
    display: inline-block;
    top: 50%;
    position: relative;
    margin: 0;
}
.full-screen-modal #load-image .arrow-right {
	background-image: url(../../assets/images/arrow-right.svg);
}
.full-screen-modal #load-image .total {
	 font-family: arial1;
	 font-weight: 200;
	 font-size: 12px;
	 color: #fff;
	 margin: 10px 20px;	
}

.pagination {
	border-radius: 5px;
}
.pagination > li > a, 
.pagination > li > span {
	background-color: #F0F0F0;
	color: #333;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background: linear-gradient(90deg, #FDA085 0%, #F6D365 100%) !important;
	padding: 6.5px 13px;
}
