<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.campaign-list-page-bg {
	position: relative;
}

.campaign-list-page-bg:before, .campaign-list-page-bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 999px;
}

.campaign-list-page-bg:after {
	right: 100%;
}

.campaign-list-page-bg:before {
	left: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #007bff;
}

a:hover {
	text-decoration: underline;
}

.containerWidth, .campaign-list-page .list {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.campaignDate {
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    color: #fff;
    bottom: 0;
    right: 0;
    direction:ltr;

}
em {
	font-style: normal;
}

@media ( max-width : 980px) {
	.hideOnMobile {
		display: none !important;
	}
}

@media ( min-width : 980px) {
	.showOnMobile {
		display: none !important;
	}
}

.destination-content {
	position: relative;
	clear: both;
}

.destination-content .figure-area {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

@media ( min-width : 980px) {
	.destination-content .figure-area {
		margin-right: 3px;
		margin-left: 7px;
		position: relative;
		width: 48.5%;
	}
}

.destination-content .figure-area .fgr {
	position: relative;
	width: 100%;
}

.destination-content .figure-area .fgr h4 {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	background: #ffc600;
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 12px;
	padding: 5px 10px;
	z-index: 5;
	text-transform: uppercase;
	font-weight: normal;
}

@media ( min-width : 980px) {
	.destination-content .figure-area .fgr h4 {
		left: 0;
		padding: 5px 6px;
	}
}

.destination-content .figure-area .fgr h4 span {
	font-weight: bold;
	font-size: 14px;
}

.destination-content .figure-area .fgr .img-hidden {
	height: 220px;
}

.destination-content .figure-area .fgr .img-hidden img {
	width: 100%;
}

@media ( min-width : 980px) {
	.destination-content .figure-area .fgr .img-hidden img {
		width: 100%;
	}
}

.destination-content .figure-area .text {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
	display: none;
	margin-top: -17px;
}

.destination-content .figure-area .text h5 {
	font-size: 12px;
	color: #fff;
	margin: 0 0 5px;
}

.destination-content .figure-area .text h2 {
	font-size: 26px;
	margin: 0;
	color: #fff;
	font-weight: normal;
}

.destination-content .figure-area .text p {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	white-space: nowrap;
}

.destination-content .figure-area .text .ls {
	margin-bottom: 15px;
}

.destination-content .figure-area .text em {
	font-size: 14px;
	color: #ffc600;
	font-weight: 700;
	font-style: normal;
}

.destination-content .figure-area .text .btn-hv {
	clear: both;
	margin-top: 20%;
}

.destination-content .figure-area .text .btn-hv a {
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #bfbfbd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 5px 10px;
	color: #fff;
}

.destination-content .ovl-hover .fgr .img-hidden {
	overflow: hidden;
}

.destination-content .ovl-hover .fgr .img-hidden img {
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-o-animation-name: slideouttext;
	-moz-animation-name: slideouttext;
	-webkit-animation-name: slideouttext;
	animation-name: slideouttext;
}

@media ( min-width : 980px) {
	.destination-content .ovl-hover:hover .text {
		top: 30px;
		display: block;
	}
	.destination-content .ovl-hover:hover .fgr h4 {
		display: none;
	}
	.destination-content .ovl-hover:hover .fgr .img-hidden {
		overflow: hidden;
		background: #000;
	}
	.destination-content .ovl-hover:hover .fgr .img-hidden img {
		-o-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-o-animation-name: slideintext;
		-moz-animation-name: slideintext;
		-webkit-animation-name: slideintext;
		animation-name: slideintext;
		opacity: 0.2;
		filter: alpha(opacity = 20);
		-webkit-filter: blur(3px) !important;
		-ms-filter: blur(3px) !important;
		-moz-filter: blur(3px) !important;
		filter:
			url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='blur'&gt;&lt;feGaussianBlur stdDeviation='3' /&gt;&lt;/filter&gt;&lt;/svg&gt;#blur");
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
		transform: scale(1.3);
	}
}

.headerFix-Cont {
	margin-top: 50px;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg {
		background: url("../img/banner/promotion-list-top.jpg") no-repeat center
			center;
		background-size: cover;
		-moz-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		-webkit-transition: all, 0.3s;
		transition: all, 0.3s;
		padding: 0 20px;
		background-position: top;
		min-height: 425px;
		margin-bottom: -300px;
	}
	.campaign-list-page-bg:after {
		background: url("../img/banner/promotion-list-top.jpg") no-repeat center
			center;
		background-size: cover;
	}
	.campaign-list-page-bg:before {
		background: url("../img/banner/promotion-list-top.jpg") no-repeat center
			center;
		background-size: cover;
	}
}

.campaign-list-page-bg:before, .campaign-list-page-bg:after {
	display: none;
}

.campaign-list-page-bg .head {
	text-align: center;
	padding: 10px 0;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg .head {
		padding: 40px 7px 50px;
	}
}

.campaign-list-page-bg .head h1 {
	font-size: 24px;
	font-weight: lighter;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg .head h1 {
		font-size: 26px;
		margin-bottom: 50px;
		border-bottom: 2px solid #ffc600;
		padding-bottom: 10px;
		margin-top: 0;
		text-align: left;
	}
}

.campaign-list-page-bg .head ul {
	border-top: 1px solid #6ea1b0;
	border-bottom: 1px solid #6ea1b0;
	overflow: hidden;
	padding: 10px;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg .head ul {
		padding: 0;
	}
}

.campaign-list-page-bg .head ul li {
	float: left;
	width: 100%;
	padding: 5px;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg .head ul li {
		width: auto;
		padding: 14px 38px;
		float: left;
	}
}

.campaign-list-page-bg .head ul li a {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg .head ul li a {
		font-size: 16px;
	}
}

.campaign-list-page-bg .head ul .active {
	background: rgba(85, 134, 148, 0.66);
	font-size: 14px;
	padding: 5px;
}

@media ( min-width : 980px) {
	.campaign-list-page-bg .head ul .active {
		padding: 15px 39px 13px;
		font-size: 16px;
	}
}

.campaign-list-page-bg .head ul .active a {
	color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
  background-color: transparent;
  color: #383838;
  border-bottom: 3px solid #fec60a;
  border-radius: 0;
  font-weight: bold;
}
.campaign-list-page::after {
	clear: both;
	content: "";
	display: table;
}

.campaign-list-page .list {
	padding: 10px 15px;
}

@media ( min-width : 980px) {
	.campaign-list-page .list {
		padding: 0 0 10px;
	}
}

.campaign-list-page .list article {
	clear: both;
	margin-bottom: 0;
}

.campaign-list-page .list article:first-child {
	margin-bottom: 50px;
	overflow: hidden;
}

.campaign-list-page .list article .form-group .ub-col-2 {
	width: 100%;
}

@media ( min-width : 980px) {
	.campaign-list-page .list article .form-group .ub-col-2 {
		width: 16.66666667%;
	}
}

.campaign-list-page .list article .form-group label {
	position: relative;
	margin-left: 4px;
}

.campaign-list-page .list article .form-group label:before {
	border-width: 2px;
	border-color: #2392d8;
	background: none;
	color: #2392d8;
}

.campaign-list-page .list article .form-group .check label {
	font-size: 14px;
	margin: 33px 5px 0 2px;
}

.campaign-list-page .list article .form-group .check input[type="checkbox"]+label:before
	{
	content: "ξ";
	border: none;
	background: none;
	font-size: 24px;
	margin: 0 6px -1px 0;
}

.campaign-list-page .list article .form-group .check input[type="checkbox"]:checked+label:before
	{
	content: "ξ";
	border: none;
	background: none;
	font-size: 24px;
	margin: 0 6px -1px 0;
}

.campaign-list-page .list article p {
	text-align: center;
}

.campaign-list-page .list article .social {
	text-align: center;
}

.campaign-list-page .list article .social h3 {
	font-size: 24px;
	margin: 30px 0 10px;
}

.campaign-list-page .list article .social a i {
	color: #000;
	font-size: 38px;
}

.campaign-list-page .list .clear-bt {
	clear: both;
	margin-bottom: 30px;
}

.campaign-list-page .list .all-prm-btn {
	text-align: center;
	margin-bottom: 95px;
}

.campaign-list-page .list .all-prm-btn a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 10px 25px;
	font-size: 20px;
	color: #000;
}

.figure-area {
	margin-bottom: 10px;
}

@media ( min-width : 980px) {
	.figure-area {
		margin-right: 10px;
		position: absolute;
	}
}

.figure-area .promotion-text {
	background: #ffc600;
	padding: 5px 10px;
	height: 100%;
	text-align: center;
}

.figure-area .promotion-text h2 {
	font-size: 35px;
	margin: 15px 0 15px;
}

.figure-area .promotion-text h2 span {
	display: block;
	font-weight: normal;
}

.figure-area .promotion-text .promotion-links {
	text-align: center;
}

.figure-area .promotion-text .promotion-links a {
	color: #000;
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
}

.figure-area .promotion-text .promotion-links a:hover {
	color: #2392d8;
}

.figure-area .promotion-text .promotion-links a:after {
	content: "";
	background: #000;
	display: inline-block;
	width: 1px;
	height: 15px;
	margin: 0 4px -3px 5px;
}

.figure-area .fgr {
	position: relative;
	width: 100%;
}

.figure-area .fgr h4 {
	background: #ffc600;
	/* The Fallback */
	background: rgba(255, 198, 0, 0.7);
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 14px;
	padding: 5px 10px;
	z-index: 999;
}

@media ( min-width : 980px) {
	.figure-area .fgr h4 {
		left: -7px;
		padding: 5px 6px;
	}
}

.figure-area .fgr .img-hidden {
	height: 180px;
}

.figure-area .fgr .img-hidden img {
	width: 100%;
}

@media ( min-width : 980px) {
	.figure-area .fgr .img-hidden img {
		width: auto;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
}

/* .figure-area .text { */
/* 	position: absolute; */
/* 	text-align: center; */
/* 	width: 100%; */
/* 	z-index: 999; */
/* 	display: none; */
/* } */

.figure-area .text p {
	font-size: 20px;
	color: #fff;
	width: 250px;
	margin: 0 auto 20px;
}

.figure-area .text em {
	font-size: 14px;
	color: #ffc600;
	font-weight: 700;
	font-style: normal;
}

.figure-area .text .btn-hv {
	clear: both;
	margin-top: 10px;
}

.figure-area .text .btn-hv a {
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #bfbfbd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 5px 10px;
	color: #fff;
}

.figure-area .new-prm img {
	float: left;
}

.ovl-hover .fgr .img-hidden {
	background: #000;
	overflow: hidden;
}

@media ( min-width : 980px) {
	.ovl-hover:hover .text {
		top: 30px;
		display: block;
	}
	.ovl-hover:hover .fgr h4, .ovl-hover:hover .fgr span {
		display: none;
	}
	.ovl-hover:hover .fgr .img-hidden {
		overflow: hidden;
	}
	.ovl-hover:hover .fgr .img-hidden img {
		opacity: 0.4;
		filter: alpha(opacity = 40);
		transform: scale(1.3);
	}
}

/*# sourceMappingURL=campaign-list-page.css.map */
.promotionNoticeP {
	font-size: 12px;
}

.promotionEmptyNotification {
	display: none;
	text-align: center;
	top: -40px;
	position: relative;
	padding: 0px;
	border: 1px dotted #ccc;
	border-radius: 10px;
	margin: 0 10px;
}

.promotionEmptyNotification.visible {
	display: block;
}

.campaign-block-area {
	width: 100%;
	height: 180px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 9;
	text-align: center;
}

.text h5 {
	color: white;
	font-size: 16px !important;
	padding: 10px 15px 20px;
	z-index: 9;
	width: 100%;
	margin: 0;
}

.text span {
	color: rgb(255, 198, 0);
	font-size: 14px;
	margin-bottom: 4px;
}

.img-hidden span {
	position: absolute;
	z-index: 9;
	color: white;
	bottom: 0;
	width: 100%;
	text-align: right;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
}

.img-hidden .btn-hv {
	clear: both;
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	bottom: 30px;
}

.img-hidden .btn-hv a {
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #bfbfbd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 5px 10px;
	color: #fff;
}

@media ( max-width : 980px) {
	.destination-content .figure-area .text .btn-hv {
		clear: both;
		margin-top: 110px;
	}
}

.campaignMobileHeader {
    font-size: 22px !important;
    padding: 10px 0;
}

@media (min-width: 768px) {
	.campaignMobileHeader {
		display: none;
	}
}

.material-card {
    margin-bottom: 20px;
    position:relative;
    overflow:hidden;
}

.material-card img{
	min-width:100%;
}

.campaignCardDescription {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding: 10px 5px;
    top: 0;
    left:0;
}

.campaignCardDescription a{
	color: #000;
	font-weight: 500;
}

@media (max-width: 1199px) {
	.campaignCardDescription {
		width: 300px;
    		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.campaignCardDescription {
		width: 220px;
	    font-size: 12px;
	    padding: 7px 10px;
	}
}

@media (max-width: 767px) {
	.campaignCardDescription {
		    width: 95%;
	}
	.campaignImg {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.campaignCardDescription {
		width: 100%;
	}
	.campaignImg {
		width: 100%;
	}
	.campaignCardDescription a {
	    font-size: 16px;
	}
	.campaignDate {
    bottom: 0;
    right: 0;
	}
}

@media (min-width: 992px) {
	.campaignElementArea {
		float: right;
	}
}

@media (max-width: 991px) {
	.campaignElementArea {
		padding: 0;
	}
}

.campaignElementArea img {
	width: 100%;
	height: auto;
}

.campaignRemainingTime {
	text-align: center;
    margin-top: 10px;
    background: #f9f9f9;
    border: 3px solid #fec60a;
    padding: 5px 0 0;
}

.campaignRemainingTime span {
	display: block;
    font-size: 16px;
    font-weight: bold;
    color: #383838;
}

.campaignRemainingTime table {
	display: inline-block;
    margin-top: 5px;
    border-collapse: separate;
    padding: 0px 5px;
    text-align: center;
}

#campaign-countdown tbody {
    text-align: center;
}

#campaign-countdown th {
    background: #fec60a;
    padding: 2px;
    width: 40px;
    text-align: center;
}

#campaign-countdown td {
    background: #FFC600;
    padding: 2px;
    font-weight: bold;
    color: #fff;
}

.otherCampaignHeader {
	margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #383838;
}

.otherCampaignRow {
	padding-bottom: 25px;
}

.campaignHeader {
	position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    color: #fff;
    text-shadow: 1px 2px 2px #383838;
}

.campaignListHeader {
    font-size: 30px;
    padding: 10px 0;
}

@media (max-width: 576px) {
	.campaignListHeader {
	    padding: 10px;
	}
}

.goToSearchArea {
    width: 100%;
    text-align: center;
}

#btn-goToSearch {
    float: none;
    width: 40%;
    font-size: 18px;
}

a.campaignCardSmallΒ&nbsp;Β&nbsp;{
   position: relative !important;
}

a.campaignCardSmall img {
	width: 100%;
	height: auto;
}


a.campaignCardSmall .caption {
	font-size: 14px;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    top: 0;
    color: #383838;
    margin-right: 1.05rem;
}

a.campaignCardSmall .campaignDate {
    bottom: 0;
}

@media (max-width: 991px) {
	a.campaignCardSmall .caption {
		font-size: 12px;
	}
	a.campaignCardSmall .campaignDate {
	    font-size: 10px;
	}
}

@media (max-width: 767px) {
	a.campaignCardSmall .caption {
	}
	a.campaignCardSmall .campaignDate {
	}
}

@media (max-width: 767px) {
	a.campaignCardSmall .caption {
	    font-size: 14px;
	}
	a.campaignCardSmall .campaignDate {
	    font-size: 12px;
	}
	.campaignHeading{
		font-size: 12px !important;
	}
	.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
	  font-size: 12px !important;
	}
}

@media (max-width: 575px) {
	.campaignListRow {
		margin: 0 !important;
	}
}
.campaignHeading{
	font-size: 1rem;
}


.travels-custom-title a, .travels-custom-title a:hover{
	color: #000000;
}
.campaign-area{padding:0;
}


@media (max-width: 768px){
	.campaign-area{padding:0 15px;}
}
@media (min-width: 768px){
	.campaign-area{min-height:200px;}
}</pre></body></html>