/*-----------------------------------------------------------------------------------
	ASIANTRAVELER
	About: This is the official site of asianTraveler Magazine. Designed by Jay J. Batoon
	Author: Jay Batoon
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"PT Serif";
}
.container{
	max-width:1140px;
}
.link-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.navbar-brand img{
	width:250px;
}
.h1-bloc-3-style{
	font-family:"Abril Fatface";
	font-size:50px;
}
.bloc-divider-b-fill{
	fill:#FEFFFF;
	height:30px;
}
.h1-bloc-4-style{
	font-family:"Abril Fatface";
}
.p-bloc-4-style{
	font-family:"Old Standard TT";
	font-size:20px;
}
.h2-style{
	font-family:Poppins;
	font-weight:400;
	font-size:30px;
}
.h1-press-release-style{
	font-family:"Abril Fatface";
}
.h5-bloc-8-style{
	font-family:"Old Standard TT";
	font-size:18px;
}
.h5-privacy-policy-style{
	font-family:"Poppins";
	font-size:14px;
	font-weight:600;
	color:#FEFFFF!important;
	text-decoration:none;
	letter-spacing:2px;
}
.bloc-divider-b-style{
	width:100%;
	height:75px;
}
.h3-welcome-back--style{
	font-family:"Abril Fatface";
	font-size:39px;
}
.p-1-style{
	font-family:"Old Standard TT";
	font-size:18px;
	line-height:25px;
	width:80.02%;
	text-indent:0px;
}
.label-home{
	border-color:#C0C0C0!important;
	border-style:_popUpItemAction:;
	background-color:#C0C0C0;
	background-size:3px auto;
}
.p-7-style{
	font-family:"Old Standard TT";
	font-size:20px;
}
.h3-2-style{
	font-size:25px;
	font-family:"Abril Fatface";
}
.p-8-style{
	font-family:Poppins;
	font-size:15px;
	font-weight:400;
	width:98.75%;
	color:#FEFFFF!important;
	padding:10px 10px 10px 10px;
}
.bloc-divider-t-style{
	height:10px;
	fill:#C0C0C0;
}
.bloc-divider-b-bloc-9-style{
	height:10px;
	fill:#A9A9A9;
}
.bloc-divider-b-bloc-7-style{
	height:10px;
	fill:#A9A9A9;
}
.image-shadow{
	box-shadow:0px 3px 6px #000000;
}
.bloc-divider-b-bloc-3-style{
	height:75px;
	fill:#797979;
}
.h3-1-style{
	font-size:40px;
	font-family:"Old Standard TT";
}
.h3-terms-of-use-style{
	font-family:"Abril Fatface";
}
.h3-disclaimer-style{
	font-family:"Abril Fatface";
}
.h3-5-style{
	font-family:"Abril Fatface";
}
.h3-6-style{
	font-family:"Abril Fatface";
}
.h3-email-policy-style{
	font-family:"Abril Fatface";
}
.h3-8-style{
	font-family:"Abril Fatface";
}
.h3-9-style{
	font-family:"Abril Fatface";
}
.h3-indemnity-style{
	font-family:"Abril Fatface";
}
.h3-11-style{
	font-family:"Abril Fatface";
}
.h3-12-style{
	font-family:"Abril Fatface";
}
.h3-13-style{
	font-family:"Abril Fatface";
}
.h3-14-style{
	font-family:"Abril Fatface";
}
.h3-contact-us-style{
	font-family:"Abril Fatface";
}
.h3-3-style{
	font-family:"Abril Fatface";
}
.h3-privacy-policy-style{
	font-family:"Abril Fatface";
}
.p-bloc-14-style{
	font-size:14px;
	text-indent:0px;
}
.p-27-style{
	text-indent:px;
	letter-spacing:0px;
	font-size:13px;
	flex-direction:row;
	width:80.33%;
}
.p-29-style{
	font-size:13px;
	width:87.11%;
}
.p-32-style{
	width:87.28%;
}
.p-35-style{
	font-size:13px;
	width:87.37%;
}
.link-color{
	color:#0433ff;
}
.h3-bloc-14-style{
	font-family:"Abril Fatface";
}
.h3-bloc-15-style{
	font-family:"Abril Fatface";
}
.h3-19-style{
	font-family:"Abril Fatface";
}
.h3-data-security-style{
	font-family:"Abril Fatface";
}
.h3-data-retention-style{
	font-family:"Abril Fatface";
}
.h3-22-style{
	font-family:"Abril Fatface";
}
.h3-23-style{
	font-family:"Abril Fatface";
}
.h3-24-style{
	font-family:"Abril Fatface";
}
.h3-25-style{
	font-family:"Abril Fatface";
}
.h3-26-style{
	font-family:"Abril Fatface";
}
.h3-27-style{
	font-family:"Abril Fatface";
}
.h3-28-style{
	font-family:"Abril Fatface";
}
.h3-29-style{
	font-family:"Abril Fatface";
}
.h3-30-style{
	font-family:"Abril Fatface";
}
.h3-31-style{
	font-family:"Abril Fatface";
}
.h3-32-style{
	font-family:"Abril Fatface";
}
.h3-33-style{
	font-family:"Abril Fatface";
}
.h3-34-style{
	font-family:"Abril Fatface";
}
.h3-35-style{
	font-family:Poppins;
	color:#000000!important;
	font-weight:500;
}
.list-style{
	width:74.39%;
}
.list-bloc-15-style{
	width:85.35%;
}
.field-style{
	width:65.96%;
}
.h3-3-alcala-style{
	font-family:"Abril Fatface";
}
.p-10-style{
	font-family:"PT Serif";
	font-weight:200;
	font-size:15px;
}
.h3-bloc-13-style{
	font-family:"Abril Fatface";
	letter-spacing:0px;
	line-height:30px;
	font-size:30px;
}
.p-13-style{
	font-family:"PT Serif";
	font-size:15px;
}
.p-15-style{
	font-size:13px;
	width:38.67%;
}
.p-12-style{
	font-size:18px;
}
.p-16-style{
	font-family:"PT Serif";
	font-size:15px;
}
.h3-baguio-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.field-bloc-11-style{
	width:42.72%;
}
.h1-bloc-11-style{
	font-family:Poppins;
	font-weight:700;
	letter-spacing:5px;
	font-size:35px;
}
.h3-12-bloc-15-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-bloc-15-style{
	font-size:13px;
}
.p-19-style{
	font-family:"PT Serif";
	font-size:15px;
}
.p-21-style{
	font-size:15px;
	width:38.36%;
}
.h3-26920-style{
	font-family:"Abril Fatface";
	line-height:28px;
	width:59.35%;
	font-size:30px;
}
.p-22-style{
	font-family:"PT Serif";
	font-size:15px;
}
.block1-destination{
	border-style:_popUpItemAction:;
	font-family:"Old Standard TT";
	font-weight:bold;
	text-transform:none;
	font-size:50px;
	color:#FEFFFF!important;
	height:5px;
}
.button-label{
	font-weight:bold;
	color:#FEFFFF!important;
	text-align:left;
	font-family:"Old Standard TT";
	letter-spacing:0px;
	font-size:70px;
}
.btn-bloc-3-style{
	width:47.54%;
	text-align:left;
	font-family:"Open Sans";
	font-weight:400;
	font-size:16px;
}
.bloc-texts{
	font-family:"Open Sans";
	font-weight:500;
	font-size:18px;
	color:#FEFFFF!important;
	text-align:justify;
	white-space:pre-line;
	width:535px;
	align-items:flex-end;
}
.bloc-divider-t-fill{
	fill:#FEFFFF;
	height:30px;
}
.p-3-style{
	font-family:Poppins;
	font-weight:400;
	width:89.47%;
}
.btn-video-style{
	width:50.53%;
	text-align:right;
}
.link-explore-more-style{
	text-decoration:none;
	font-style:italic;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	color:#FFD478!important;
	font-family:"Old Standard TT";
}
.link-new-text-link-style{
	text-decoration:none;
	text-align:right;
	font-style:italic;
	font-family:"Old Standard TT";
	font-size:15px;
	color:#FFD478!important;
	font-weight:bold;
}
.p-bloc-3-style{
	font-family:Poppins;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	width:66.22%;
	background-blend-mode:overlay;
	text-align:right;
	padding:10px 10px 10px 10px;
}
.button-video{
	font-size:50px;
	text-align:right;
	font-family:"Old Standard TT";
	font-weight:bold;
	color:#FEFFFF!important;
	text-indent:20px;
}
.button-destination{
	font-size:50px;
	font-weight:bold;
	font-family:"Old Standard TT";
	text-align:right;
	color:#FEFFFF!important;
}
.button-away-from-home{
	font-size:50px;
	font-family:"Old Standard TT";
	font-weight:bold;
	color:#FEFFFF!important;
}
.p-bloc-video-style{
	font-family:Poppins;
	font-weight:400;
}
.bloc-dine-and-drink{
	font-size:50px;
	font-family:"Old Standard TT";
	font-weight:bold;
	letter-spacing:0px;
	color:#FEFFFF!important;
}
.column-upclose{
	position:relative;
}
.column-up-close{
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
	background-origin:border-box;
	background-color:#FEFFFF;
	background-size:cover;
	background-blend-mode:normal;
	border-style:solid;
	border-color:#FEFFFF!important;
	font-family:"Poppins";
	font-weight:600;
	border-width:20px 20px 20px 20px;
}
.p-style{
	font-family:Poppins;
	font-weight:400;
	font-size:30px;
	line-height:21px;
}
.p-bloc-7-style{
	font-family:Poppins;
	font-weight:400;
	font-size:16px;
}
.h3-bloc-8-style{
	font-family:Poppins;
	font-weight:700;
	font-size:50px;
}
.p-bloc-8-style{
	font-family:Poppins;
	font-weight:400;
}
.button-culture{
	font-family:"Old Standard TT";
	font-size:50px;
	color:#FEFFFF!important;
}
.link-explore-more-culture{
	font-size:15px;
	font-family:"Old Standard TT";
	font-style:italic;
	text-align:right;
	width:250px;
}
.container-div-style{
	height:421px;
	width:100%;
}
.container-div-bloc-events-style{
	height:423px;
}
.h1-culture{
	font-family:"Old Standard TT";
	font-weight:bold;
	text-decoration:none;
	border-style:solid;
	border-color:#FEFFFF!important;
	content:"Culture";
	width:400px;
	height:100px;
	text-align:center;
	text-transform:none;
	font-size:60px;
	line-height:80px;
	background-color:rgba(0,0,0,0.50);
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border-width:3px 3px 3px 3px;
}
.container-div-bloc-9-style{
	width:72.58%;
}
.h1-dinedrink{
	font-family:"Old Standard TT";
	font-size:50px;
	font-weight:bold;
	border-style:solid;
	border-color:#FEFFFF!important;
	width:450px;
	padding:20px 20px 20px 20px;
}
.link-dinedrink{
	font-family:"Old Standard TT";
	font-size:15px;
	color:#FFD478!important;
	font-style:italic;
	text-align:right;
	font-weight:bold;
	width:90px;
}
.h1-restaurant{
	font-size:50px;
	font-family:"Old Standard TT";
	font-weight:bold;
	border-style:solid;
	text-align:center;
	width:550px;
	background-blend-mode:overlay;
	background-color:rgba(0,0,0,0.50);
	margin:1px 1px 1px 1px;
	padding:20px 20px 20px 20px;
}
.link-awayfromhome{
	font-style:italic;
	font-size:15px;
	font-family:"Old Standard TT";
	color:#FFD478!important;
	font-weight:bold;
	text-align:right;
}
.h1-destination{
	font-family:"Old Standard TT";
	font-size:50px;
	font-weight:normal;
	border-style:solid;
	width:450px;
	text-align:center;
	height:100px;
	bottom:30px;
	background-color:rgba(0,0,0,0.50);
	margin:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
}
.text-destination{
	font-family:"Poppins";
	font-weight:400;
	font-size:15px;
	text-align:right;
	width:60px;
	margin:15px 15px 15px 15px;
}
.p-2-style{
	width:62.19%;
}
.link-destination{
	font-family:"PT Serif";
	font-style:italic;
	font-weight:bold;
	color:#FFD478!important;
	text-align:right;
	font-size:15px;
}
.h1-awayfromhome{
	font-family:"Old Standard TT";
	border-style:solid;
	font-size:50px;
	font-weight:bold;
	background-color:rgba(0,0,0,0.50);
	padding:10px 10px 10px 10px;
}
.image-overlay{
	background-color:rgba(0,0,0,0.55);
	opacity:80;
	content:"";
	fill:rgba(0,0,0,0.50);
	background-size:cover;
}
.illustration-section-title{
	font-size:55px;
}
.bloc-divider-b-bloc-9-fill{
	fill:#FEFFFF;
	height:30px;
}
.bloc-divider-b-bloc-8-fill{
	fill:#D5D5D5;
	height:3px;
	width:100%;
}
.bloc-divider-b-bloc-7-fill{
	fill:#FEFFFF;
	height:30px;
}
.bloc-divider-t-bloc-9-fill{
	fill:#FEFFFF;
	height:30px;
}
.bloc-divider-t-bloc-8-fill{
	fill:#FEFFFF;
	height:30px;
}
.bloc-divider-t-bloc-7-fill{
	fill:#FEFFFF;
	height:30px;
}
.column-video{
	border-style:_popUpItemAction:;
	border-color:rgba(0,0,0,0.50)!important;
	background-size:contain;
	background:linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50)  100%);
	background-blend-mode:overlay;
	padding:10px 10px 10px 10px;
	border-width:20px 20px 20px 20px;
}
.h1-video{
	font-family:"Old Standard TT";
	font-size:50px;
	font-weight:bold;
	border-style:solid;
	background-color:rgba(0,0,0,0.50);
	margin:5px 5px 5px 5px;
	padding:20px 20px 20px 20px;
}
.bloc-divider-t-0-fill{
	fill:#FEFFFF;
	height:30px;
}
.bloc-divider-b-0-fill{
	fill:#FEFFFF;
	height:30px;
}
.bloc-divider-t-bloc-11-fill{
	fill:#FEFFFF;
	height:30px;
}
.h1-destination-page{
	font-family:"Poppins";
	font-weight:800;
	font-size:70px;
	position:relative;
	z-index:5;
	display:block;
	float:left;
	color:#FEFFFF!important;
}
.title-destination{
	font-family:"Poppins";
	font-weight:700;
	font-size:60px;
	position:relative;
	z-index:50;
	color:#FEFFFF!important;
	text-shadow:0px 2px 2px #000000;
	margin:15px 15px 15px 15px;
}
.h1-style{
	width:98.62%;
	font-family:Poppins;
	font-weight:700;
	font-size:60px;
}
.width-sitesearch{
	width:25%;
	padding:10px 10px 10px 10px;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
	position:relative;
	float:inherit;
	display:inline-block;
	top:-100px;
	background-color:#FEFFFF;
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #FF7D5A, #9853F6);
	color:transparent!important;
}
.link-exploremore{
	font-family:"PT Serif";
	font-style:italic;
	font-weight:bold;
	color:#000000!important;
	text-align:right;
	font-size:13px;
}
.card-destination{
	background:linear-gradient(0deg, #919191 0%, #FFFFFF 100%);
	border-style:_popUpItemAction:;
	font-size:14px;
	font-family:"Old Standard TT";
	font-weight:bold;
}
.h3-destination-2-style{
	font-family:"PT Serif";
}
.h3-destination-3-style{
	font-family:"PT Serif";
}
.h3-destination-4-style{
	font-family:"PT Serif";
}
.p-14-bloc-15-style{
	font-family:Poppins;
	font-weight:400;
	font-size:14px;
}
.p-bloc-16-style{
	font-family:Poppins;
	font-weight:400;
	font-size:14px;
}
.p-bloc-17-style{
	font-family:Poppins;
	font-weight:400;
	font-size:14px;
}
.link-exploremore:hover{
	color:#FEFFFF!important;
}
.p-12-bloc-14-style{
	width:49.65%;
	font-family:Poppins;
	font-weight:300;
}
.p-13-bloc-14-style{
	font-family:Poppins;
	font-weight:400;
}
.p-11-style{
	font-size:14px;
}
.p-22740-style{
	font-family:"helvetica";
	font-size:14px;
	width:94.24%;
}
.link-style{
	width:72.81%;
	text-decoration:none;
	font-size:60px;
	font-family:"Old Standard TT";
	padding:10px 10px 10px 10px;
}
.explore-more{
	font-family:"Poppins";
	font-weight:800;
	color:#000000!important;
	font-size:18px;
	padding:10px 10px 10px 10px;
}
.h1-europe-style{
	font-family:"Abril Fatface";
	font-size:50px;
}
.p-bloc-12-alcala-style{
	font-family:"PT Serif";
	font-weight:400;
	font-size:15px;
}
.h3-bloc-12-alcala-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-29-bloc-12-alcala-style{
	font-size:14px;
}
.p-30-style{
	font-family:"PT Serif";
	font-size:15px;
}
.h3-granada-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-34-style{
	font-size:14px;
}
.p-22575-style{
	font-family:"helvetica";
	font-size:14px;
}
.p-36-style{
	font-family:"PT Serif";
	font-size:15px;
}
.h3-jerez-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:60px;
	padding:50px 50px 50px 50px;
}
.p-bloc-14-baguio-style{
	font-family:"PT Serif";
	font-size:15px;
}
.column-header{
	height:900px;
}
.h1-middle-east-style{
	font-family:"Abril Fatface";
	font-size:50px;
}
.h3-jerusalem- -style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-34-bloc-12-alcala-style{
	font-size:14px;
}
.p-35-bloc-12-alcala-style{
	font-family:"PT Serif";
	font-size:14px;
}
.p-36-bloc-12-alcala-style{
	font-family:"PT Serif";
	font-size:15px;
}
.h3-bloc-14-baguio-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-45-style{
	font-size:14px;
}
.p-46-style{
	font-size:14px;
	width:96.82%;
}
.p-47-style{
	font-size:15px;
	font-family:"PT Serif";
}
.h3-16-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-48-style{
	font-size:14px;
}
.p-49-style{
	font-family:"PT Serif";
	font-size:15px;
}
.h1-north-america-style{
	font-family:"Abril Fatface";
}
.h1-australia-style{
	font-family:"Abril Fatface";
}
.h1-african-style{
	font-family:"Abril Fatface";
}
.explore-more:hover{
	color:#941651!important;
}
.h1-asian-style{
	font-family:Poppins;
	font-size:60px;
	font-weight:700;
}
.h3-bloc-54-style{
	font-family:Poppins;
	font-weight:800;
}
.p-bloc-54-style{
	font-family:"PT Serif";
}
.h3-53-style{
	font-family:"Abril Fatface";
	font-size:30px;
}
.p-110-style{
	font-family:"PT Serif";
	font-size:14px;
}
.pic-ilocos{
	height:385px;
	width:600px;
}
.h1-davao-style{
	font-family:Poppins;
	font-weight:800;
	font-size:70px;
}
.h3-bloc-66-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:50px;
}
.p-117-style{
	font-family:"PT Serif";
	font-size:14px;
	width:100%;
}
.p-118-style{
	font-family:"PT Serif";
	font-size:15px;
}
.t-column{
	border-style:_popUpItemAction:;
	font-size:50px;
	font-family:"PT Serif";
	font-display:block;
	width:80px;
	height:130px;
	padding:17px 17px 17px 17px;
}
.p-28566-style{
	font-size:15px;
	width:100%;
}
.p-11931-style{
	font-family:"PT Serif";
	font-size:15px;
	width:100%;
}
.label-bloc-67-style{
	font-size:150px;
	letter-spacing:10px;
}
.h1-bloc-67-style{
	font-size:100px;
	width:100%;
	font-family:"PT Serif";
}
.p-bloc-67-style{
	font-size:14px;
	font-family:"PT Serif";
}
.p-120-style{
	font-family:"PT Serif";
	font-size:14px;
}
.p-bloc-68-style{
	font-size:14px;
	font-family:"PT Serif";
}
.h2-bloc-68-style{
	font-family:Poppins;
	font-weight:500;
	font-size:25px;
}
.h3-bloc-68-style{
	font-family:Poppins;
	font-weight:500;
}
.p-122-style{
	font-family:"PT Serif";
	font-size:14px;
}
.p-123-style{
	font-family:"PT Serif";
	font-size:14px;
}
.previous{
	color:#FFD478!important;
	font-size:15px;
	font-family:"Poppins";
	font-weight:500;
	background-color:#000000;
}
.previous:hover{
	color:#FEFFFF!important;
}
.h1-ilocos-sur--style{
	font-family:Poppins;
	font-weight:800;
	font-size:70px;
}
.h3-bloc-71-style{
	font-family:Poppins;
	font-weight:500;
	font-size:45px;
}
.p-bloc-71-style{
	font-family:Poppins;
	font-weight:400;
	font-size:25px;
}
.p-125-style{
	font-family:"PT Serif";
	width:100%;
	font-size:14px;
}
.h3-bloc-67-style{
	font-family:Poppins;
	font-weight:600;
	font-size:25px;
}
.p-131-style{
	font-family:"PT Serif";
	font-size:14px;
}
.h3-56-style{
	font-family:Poppins;
	font-weight:600;
	font-size:25px;
}
.h3-57-style{
	font-family:Poppins;
	font-weight:600;
}
.p-46600-style{
	font-family:"PT Serif";
	font-size:14px;
}
.empty-column{
	width:200px;
	height:500px;
}
.block-margin{
	height:800px;
}
.column-bground{
	background-color:#D5D5D5;
}
.video-button{
	text-decoration:none;
	width:550px;
	font-family:"Old Standard TT";
	font-weight:bold;
	font-size:60px;
	margin:100px 100px 100px 100px;
	padding:20px 20px 20px 20px;
}
.link-dine-and-drink-style{
	text-decoration:none;
	font-family:"Old Standard TT";
	font-weight:bold;
	font-size:60px;
}
.h4-explore-more-style{
	font-family:Poppins;
	font-weight:700;
}
.p-bloc-30-style{
	font-family:Poppins;
	font-weight:600;
}
.p-bloc-39-style{
	font-family:Poppins;
	font-weight:600;
}
.h5-style{
	font-family:Poppins;
	font-weight:300;
	font-size:18px;
	padding:30px 30px 30px 30px;
}
.p-9-style{
	font-family:Poppins;
	font-weight:400;
}
.h1-6-style{
	font-family:Poppins;
	font-size:60px;
	border-style:solid;
	border-color:#FEFFFF!important;
	background-color:rgba(0,0,0,0.50);
	color:#FEFFFF!important;
	font-weight:700;
	padding:20px 20px 20px 20px;
}
.h1-culture-style{
	width:97.67%;
}
.stockphoto{
	background-size:730px 440px;
	background-repeat:no-repeat;
}
.store{
	background-size:730px 440px;
}
.h1-stock-photos-style{
	font-family:Poppins;
	font-weight:700;
}
.exploremore-events{
	color:#000000!important;
	font-family:"Old Standard TT";
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.signup-button{
	font-family:"Poppins";
	font-weight:700;
	color:#000000!important;
	font-size:20px;
	background-color:#D5D5D5;
	background-size:20px auto;
	border-style:_popUpItemAction:;
}
.btn-style{
	width:14.91%;
}
.h1-bloc-12-style{
	font-family:Poppins;
	font-weight:600;
	font-size:60px;
	margin:50px 50px 50px 50px;
}
.h1-africa{
	font-family:"Poppins";
	font-weight:700;
	color:#FEFFFF!important;
	font-size:60px;
	text-shadow:0px 2px 2px #000000;
}
.h1-africa-style{
	font-size:70px;
}
.discover-more{
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	text-decoration:none;
	color:#FEFFFF!important;
}
.discover-more:hover{
	font-size:20px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
	font-weight:600;
	font-family:"Poppins";
}
.link-discover-more-style{
	text-decoration:none;
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	color:#000000!important;
}
.link-discover-more-style:hover{
	text-decoration:underline!important;
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	color:#000000!important;
}
.discover-more-middle-east{
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	color:#FEFFFF!important;
	text-decoration:none;
}
.discover-more-middle-east:hover{
	text-decoration:underline!important;
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	color:#FEFFFF!important;
}
.link-discover-more-color{
	color:#ffffff;
}
.h6-style{
	font-family:Poppins;
	font-weight:600;
	font-size:14px;
	letter-spacing:2px;
}
.h5-privacy-policy-style:hover{
	font-size:15px;
	font-family:"Poppins";
	font-weight:600;
	text-decoration:underline!important;
}
.h5-3-style{
	font-family:Poppins;
	font-weight:600;
}
.termsandconditions{
	font-family:"Poppins";
	font-weight:600;
	font-size:14px;
	letter-spacing:2px;
	color:#FEFFFF!important;
	text-decoration:none;
}
.termsandconditions:hover{
	font-family:"Poppins";
	font-weight:600;
	font-size:15px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
	letter-spacing:2px;
}
.link-contact-us-style{
	text-decoration:none;
	font-family:"Poppins";
	font-weight:600;
	font-size:14px;
	color:#FEFFFF!important;
	letter-spacing:2px;
}
.link-contact-us-style:hover{
	font-size:15px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
	letter-spacing:2px;
	font-family:"Poppins";
	font-weight:600;
}
.link-about-us{
	font-family:"Poppins";
	font-weight:600;
	font-size:14px;
	color:#FEFFFF!important;
	letter-spacing:2px;
}
.link-about-us:hover{
	font-size:15px;
	font-family:"Poppins";
	font-weight:600;
	color:#FEFFFF!important;
	text-decoration:underline!important;
	letter-spacing:2px;
}
.link-about-us-style{
	text-decoration:none;
}
.img-asiantraveler--style{
	width:200px;
}
.p-132-style{
	font-family:Poppins;
	font-weight:400;
	font-size:14px;
}
.h3-style{
	font-family:Poppins;
	font-weight:700;
	font-size:60px;
}
.h3-european-style{
	font-family:Poppins;
	font-weight:700;
	font-size:60px;
	margin:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
}
.p-101-style{
	font-family:Poppins;
	font-weight:400;
	font-size:30px;
	margin:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
}
.h3-bloc-75-style{
	font-family:Poppins;
	font-weight:600;
	font-size:25px;
}
.p-bloc-75-style{
	font-family:"PT Serif";
	font-size:14px;
}
.p-100-style{
	font-size:14px;
	font-family:"PT Serif";
	font-weight:400;
}
.p-bloc-59-style{
	font-size:14px;
	font-family:"PT Serif";
}
.h3-40-style{
	font-family:Poppins;
	font-weight:500;
	font-size:25px;
}
.p-102-style{
	font-size:14px;
	font-family:"PT Serif";
}
.p-103-style{
	font-family:"PT Serif";
	font-size:14px;
}
.p-104-style{
	font-family:"PT Serif";
	font-size:14px;
}
.h3-bloc-70-style{
	font-size:25px;
	font-family:Poppins;
	font-weight:500;
}
.p-bloc-70-style{
	font-family:"PT Serif";
	font-size:14px;
}
.h3-42-style{
	font-size:25px;
	font-family:Poppins;
	font-weight:500;
}
.p-106-style{
	font-family:"PT Serif";
	font-size:14px;
}
p{
	font-family:"PT Serif";
	font-size:14px;
}
h3{
	font-family:"Poppins";
	font-weight:500;
	font-size:25px;
}
.p-101-bloc-75-style{
	font-size:14px;
}
.p-bloc-60-style{
	font-size:14px;
}
.p-107-style{
	font-size:14px;
}
.p-108-style{
	font-size:14px;
}
.p-109-style{
	font-size:14px;
}
.h3-bacolod-style{
	font-size:70px;
	font-family:Poppins;
	font-weight:700;
}
.p-5734-style{
	font-family:Poppins;
	font-weight:400;
	width:100%;
}
.p-27695-style{
	font-size:15px;
}
.text-column{
	background-color:rgba(0,0,0,0.75);
	padding:25px 25px 25px 25px;
}
.p-bloc-79-style{
	font-size:14px;
}
.p-122-bloc-79-style{
	font-size:14px;
}
.p-123-bloc-79-style{
	font-size:14px;
}
.love-tragedy{
	font-family:"Poppins";
	font-weight:500;
	font-size:25px;
}
.p-127-style{
	font-size:14px;
}
.p-bloc-81-style{
	font-size:14px;
}
.p-129-style{
	font-size:14px;
}
.p-bloc-85-style{
	font-size:14px;
}
.p-121-style{
	font-size:14px;
}
.p-11486-style{
	font-size:14px;
}
.p-2950-style{
	font-size:14px;
}
.p-125-bloc-79-style{
	font-size:14px;
}
.p-43232-style{
	font-size:14px;
}
.p-126-style{
	font-size:14px;
}
.h3-49-style{
	font-size:60px;
	font-family:"Poppins";
	font-weight:700;
}
.p-133-style{
	font-size:14px;
}
.h3-boracay-style{
	font-size:14px;
	font-family:"PT Serif";
	font-weight:400;
	color:#000000!important;
	background-color:rgba(255,255,255,0.85);
}
.h1-21-style{
	font-size:80px;
	font-family:Poppins;
	font-weight:700;
}
.initial-letter{
	font-weight:bold;
	font-size:60px;
	white-space:initial;
}
.p-142-style{
	width:18.41%;
}
.p-bloc-97-style{
	font-size:14px;
}
.p-140-style{
	font-size:25px;
	font-family:"Poppins";
	font-weight:300;
}
.p-bloc-98-style{
	font-size:14px;
	background-color:rgba(255,255,255,0.85);
	font-family:"PT Serif";
	padding:25px 25px 25px 25px;
}
.p-143-style{
	font-size:14px;
	background-color:rgba(255,255,255,0.85);
	padding:25px 25px 25px 25px;
}
.p-144-style{
	font-size:14px;
}
.h3-bloc-96-style{
	font-family:Poppins;
	font-weight:700;
	font-size:60px;
}
.p-24744-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:30px;
}
.p-bloc-88-style{
	font-size:14px;
}
.h3-31602-style{
	font-family:"Poppins";
	font-weight:300;
}
.h3-60-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-145-style{
	font-size:14px;
	background-color:rgba(255,255,255,0.90);
	padding:25px 25px 25px 25px;
}
.p-146-style{
	font-size:14px;
	background-color:rgba(255,255,255,0.90);
	padding:25px 25px 25px 25px;
}
h1{
	font-family:"Poppins";
	font-weight:700;
	font-size:60px;
}
.p-147-style{
	font-size:16px;
}
.iloilo-text{
	background-color:transparent;
	padding:15px 15px 15px 15px;
}
.h3-bloc-110-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-156-style{
	font-size:15px;
}
.h3-62-style{
	font-family:"Poppins";
	font-weight:300;
}
.text-white-column{
	background-color:#FEFFFF;
	padding:15px 15px 15px 15px;
}
.h3-37-style{
	font-family:"Poppins";
	font-weight:300;
}
.h3-29516-style{
	font-family:"Poppins";
	font-weight:300;
}
.h2-27-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:40px;
}
.h3-65-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-159-style{
	font-size:15px;
}
.h2-the-marvelous-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:40px;
}
.h3-66-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-161-style{
	font-size:15px;
}
.text-white-column-2{
	background-color:rgba(255,255,255,0.85);
	padding:15px 15px 15px 15px;
}
.h2-29-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:40px;
}
.h3-67-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:25px;
}
.p-163-style{
	font-size:15px;
}
.h2-30-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:40px;
	width:46.93%;
}
.text-black-column{
	background-color:#000000;
	padding:15px 15px 15px 15px;
}
.h2-bloc-104-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:45px;
}
.h2-bloc-109-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
}
.h2-bloc-96-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
}
.h2-bloc-86-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
}
.h2-bloc-77-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
}
.h2-bloc-116-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
	width:42.28%;
}
.h2-the-ubiquitos-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
}
.h3-68-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-171-style{
	font-size:15px;
}
.h1-30-style{
	width:100%;
}
.h3-69-style{
	font-family:"Poppins";
	font-weight:300;
	border-style:_popUpItemAction:;
}
.divider{
	color:#000000!important;
	font-weight:normal;
	border-color:#000000!important;
}
.p-179-style{
	font-family:"Poppins";
	font-weight:200;
}
.names{
	font-family:"Poppins";
	font-weight:bold;
}
.text-column-black-2{
	background-color:rgba(0,0,0,0.65);
	padding:25px 25px 25px 25px;
}
.h3-explore-more-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-explore-more-style{
	font-family:"Poppins";
	font-weight:300;
}
.h6--read-style{
	font-family:"Poppins";
	font-weight:500;
}
.read{
	font-family:"Poppins";
	font-weight:bold;
	color:#000000!important;
	text-decoration:none;
}
.read:hover{
	font-family:"Poppins";
	font-weight:bold;
	color:#0432FF!important;
}
.card-body-style{
	height:140px;
}
.card-body-bloc-161-style{
	height:153px;
}
.h4-29-style{
	font-family:"Poppins";
	font-weight:500;
}
.granada{
	padding:50px 50px 50px 50px;
}
.h4-34-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-tel-aviv--style{
	font-family:"Poppins";
	font-weight:700;
}
.h2-44-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:45px;
}
.title-padding{
	padding:70px 70px 70px 70px;
}
.marbella{
	padding:200px 200px 200px 200px;
}
.h2-45-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:45px;
}
.seville{
	position:relative;
	bottom:-200px;
}
.onlinemagazine{
	font-family:"Poppins";
	font-weight:500;
}
.p-18-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
}
.p-352-style{
	font-size:14px;
	font-family:"Poppins";
	font-weight:500;
}
.wordsby{
	font-family:"Poppins";
	font-weight:200;
	font-size:14px;
}
.link-images-by-style{
	text-decoration:none;
}
.hotel-resorts{
	text-decoration:none;
	font-family:"PT Serif";
	display:flex;
	position:relative;
	bottom:-70px;
	border-style:_popUpItemAction:;
	background-color:transparent;
	margin:-20px -20px -20px -20px;
}
.subtitle{
	background-color:rgba(0,0,0,0.45);
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}
.resorts-card{
	text-decoration:none;
}
.bloc-style{
	opacity:0.3;
}
.link-away-from-home-style{
	text-decoration:none;
	border-style:solid;
	border-color:#FEFFFF!important;
	background-color:rgba(0,0,0,0.50);
	font-family:"Old Standard TT";
	padding:20px 20px 20px 20px;
}
.asia{
	text-decoration:none;
	color:#FEFFFF!important;
	font-family:"Poppins";
	font-weight:800;
}
.asia:hover{
	text-decoration:underline!important;
}
.europe{
	text-decoration:none;
	color:#FEFFFF!important;
	font-family:"Poppins";
	font-weight:800;
}
.europe:hover{
	text-decoration:underline!important;
	color:#FEFFFF!important;
}
.middle-east{
	color:#FEFFFF!important;
	text-decoration:none;
	font-family:"Poppins";
	font-weight:800;
}
.middle-east:hover{
	text-decoration:underline!important;
	color:#FEFFFF!important;
}
.h3-89-style{
	font-family:"Poppins";
	font-weight:300;
}
.asiantraveler{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:40px;
	color:#941100!important;
	letter-spacing:-1px;
}
.asiantraveler2{
	font-size:65px;
	font-family:"PT Sans Narrow";
	color:#941100!important;
	letter-spacing:-2px;
	text-shadow:1px 1px 2px #FEFFFF;
}
.p-430-style{
	font-size:20px;
	font-family:"Poppins";
	font-weight:300;
}
.p-446-style{
	font-size:25px;
	font-family:"Poppins";
	font-weight:300;
}
.p-455-style{
	font-size:25px;
}
.h1-57-style{
	width:52.98%;
}
.p-469-style{
	font-size:25px;
}
.p-474-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:25px;
}
.h3-129-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:20px;
}
.h3-130-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:20px;
}
.p-18491-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:25px;
}
.p-45367-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:25px;
}
.p-475-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:25px;
}
.p-480-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:20px;
}
.link-africa-style{
	text-decoration:none;
}
.p-503-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-505-style{
	font-size:20px;
	font-family:"Poppins";
	font-weight:300;
}
.p-507-style{
	font-family:"Poppins";
	font-weight:300;
	font-size:18px;
}
.sidebar{
	font-family:"Poppins";
	font-weight:normal;
	font-size:18px;
	background-color:rgba(255,255,255,0.80);
	color:#000000!important;
	line-height:23px;
	text-decoration:none;
	padding:20px 20px 20px 20px;
}
.p-509-style{
	font-size:16px;
}
.h1-bloc-22-style{
	font-family:"Poppins";
	font-weight:800;
	font-size:60px;
	color:#FEFFFF!important;
}
.h1-bloc-22-style:hover{
	font-family:"Poppins";
	font-weight:800;
	font-size:60px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
}
.link-bloc-22-style{
	text-decoration:none;
	font-family:"Poppins";
	font-weight:800;
	font-size:60px;
	color:#FEFFFF!important;
}
.link-bloc-22-style:hover{
	font-family:"Poppins";
	font-weight:800;
	font-size:60px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
}
.link-north-america-style{
	text-decoration:none;
	font-family:"Poppins";
	font-weight:800;
	font-size:60px;
	color:#FEFFFF!important;
}
.link-north-america-style:hover{
	font-family:"Poppins";
	font-weight:800;
	font-size:60px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
}
.link-culture-style{
	text-decoration:none;
	font-family:"Old Standard TT";
	font-size:60px;
	color:#FEFFFF!important;
}
.link-culture-style:hover{
	font-family:"Old Standard TT";
	font-size:60px;
	text-decoration:underline!important;
	color:#FEFFFF!important;
}
.link-bloc-14-style{
	text-decoration:none;
	font-family:"Old Standard TT";
	font-size:60px;
	color:#FEFFFF!important;
}
.link-bloc-14-style:hover{
	font-family:"Old Standard TT";
	font-size:60px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
}
.h3-4-style{
	font-size:20px;
	font-family:"Poppins";
	font-weight:300;
}
.h6-advertisement-style{
	font-family:"Poppins";
	font-weight:300;
}
.h6-10-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-52-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-54-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-59-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-61-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-63-style{
	font-family:"Poppins";
	font-weight:300;
}
.h6-5-style{
	font-family:"Poppins";
	font-weight:300;
}
.h6-1-style{
	font-family:"Poppins";
	font-weight:300;
}
.h6-2-style{
	font-family:"Poppins";
	font-weight:300;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-230)!important;
	fill:var(--swatch-var-230)!important;
}
.menu-main{
	font-family:"Helvetica-Bold";
	color:var(--swatch-var-230)!important;
	font-size:16px;
	font-weight:normal;
	writing-mode:horizontal-tb;
	word-spacing:10px;
	white-space:normal;
}
.menu-main:active{
	text-decoration:underline!important;
	font-weight:bold;
	font-size:16px;
	color:var(--swatch-var-230)!important;
	font-family:"Helvetica";
}
.text-link2{
	font-size:14px;
	color:var(--swatch-var-230)!important;
	font-family:"PT Serif";
	font-weight:normal;
	text-decoration:none;
}
.text-link2:hover{
	text-decoration:underline!important;
	font-weight:bold;
	font-family:"PT Serif";
	font-size:12px;
	color:var(--swatch-var-230)!important;
}
.svg-icon-style{
	width:25px!important;
}
.svg-icon-bloc-56-style{
	width:20px!important;
}
.svg-icon-0-style{
	width:25px!important;
}
.svg-icon-0-bloc-56-style{
	width:25px!important;
}
.svg-icon-49976-style{
	width:30px!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2118:#FEFFFF;
	
	--swatch-var-2017:rgba(255,255,255,0.80);
	
	--swatch-var-7824:#FFD478;
	
	--swatch-var-7549:rgba(0,0,0,0.00);
	
	--swatch-var-2535:#73FDFF;
	
	--swatch-var-128:#FEFFFF;
	
	--swatch-var-388:rgba(0,0,0,0.50);
	
	--swatch-var-1214:rgba(0,0,0,0.80);
	
	--swatch-var-5121:#D5D5D5;
	
	--swatch-var-1610:#0432FF;
	
	--swatch-var-5276:#569EF9;
	
	--swatch-var-2752:#183A56;
	
	--swatch-var-4448:#577592;
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-2210:#EAEAEA;
	
	--swatch-var-230:#000000;
	
	--swatch-var-4768:rgba(255,255,255,1.0);
	
	--swatch-var-626:#ae1e2c;
	
}


/* Background colour styles */

.bgc-5121{
	background-color:var(--swatch-var-5121);
}
.bgc-230{
	background-color:var(--swatch-var-230);
}
.bgc-2210{
	background-color:var(--swatch-var-2210);
}

/* Text colour styles */

.tc-128{
	color:var(--swatch-var-128)!important;
}
.tc-230{
	color:var(--swatch-var-230)!important;
}
.tc-4448{
	color:var(--swatch-var-4448)!important;
}
.tc-2118{
	color:var(--swatch-var-2118)!important;
}
.tc-1214{
	color:var(--swatch-var-1214)!important;
}
.tc-388{
	color:var(--swatch-var-388)!important;
}

/* Button colour styles */

.wire-btn-c-626{
	color:var(--swatch-var-626)!important;
	border-color:var(--swatch-var-626)!important;
}
.wire-btn-c-230{
	color:var(--swatch-var-230)!important;
	border-color:var(--swatch-var-230)!important;
}
.wire-btn-c-1214{
	color:var(--swatch-var-1214)!important;
	border-color:var(--swatch-var-1214)!important;
}

/* Link colour styles */

.ltc-230{
	color:var(--swatch-var-230)!important;
}
.ltc-230:hover{
	color:#FFFFFFCDFFFFFFCDFFFFFFCD!important;
}

/* Bloc image backgrounds */

.bg-Subscribe{
	background-image:url("img/Subscribe.jpg");
	background-image: -webkit-image-set(url("img/Subscribe.webp") 1x,
url("img/Subscribe.webp") 2x);background-image: image-set(url("img/Subscribe.jpg") 1x,
url("img/Subscribe.jpg") 2x,url("img/Subscribe.webp") 1x,
url("img/Subscribe.webp") 2x);
}
.bg-Photo-201-20petra{
	background-image:url("img/Photo%201%20petra.jpg");
	background-image: -webkit-image-set(url("img/Photo%201%20petra.webp") 1x,
url("img/Photo%201%20petra.webp") 2x);background-image: image-set(url("img/Photo%201%20petra.jpg") 1x,
url("img/Photo%201%20petra.jpg") 2x,url("img/Photo%201%20petra.webp") 1x,
url("img/Photo%201%20petra.webp") 2x);
}
.bg-tel-20aviv-2020191124-161315{
	background-image:url("img/tel%20aviv%2020191124_161315.jpg");
	background-image: -webkit-image-set(url("img/tel%20aviv%2020191124_161315.webp") 1x,
url("img/tel%20aviv%2020191124_161315.webp") 2x);background-image: image-set(url("img/tel%20aviv%2020191124_161315.jpg") 1x,
url("img/tel%20aviv%2020191124_161315.jpg") 2x,url("img/tel%20aviv%2020191124_161315.webp") 1x,
url("img/tel%20aviv%2020191124_161315.webp") 2x);
}
.bg-jeru-2020191119-212119{
	background-image:url("img/jeru%2020191119_212119.jpg");
	background-image: -webkit-image-set(url("img/jeru%2020191119_212119.webp") 1x,
url("img/jeru%2020191119_212119.webp") 2x);background-image: image-set(url("img/jeru%2020191119_212119.jpg") 1x,
url("img/jeru%2020191119_212119.jpg") 2x,url("img/jeru%2020191119_212119.webp") 1x,
url("img/jeru%2020191119_212119.webp") 2x);
}
.bg-tel-20aviv-2020191123-143354{
	background-image:url("img/tel%20aviv%2020191123_143354.jpg");
	background-image: -webkit-image-set(url("img/tel%20aviv%2020191123_143354.webp") 1x,
url("img/tel%20aviv%2020191123_143354.webp") 2x);background-image: image-set(url("img/tel%20aviv%2020191123_143354.jpg") 1x,
url("img/tel%20aviv%2020191123_143354.jpg") 2x,url("img/tel%20aviv%2020191123_143354.webp") 1x,
url("img/tel%20aviv%2020191123_143354.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/**************************************************** * Card Designer Bric * Made for Blocs app for Mac * Author: Whittfield Holmes * Last Modified Date: August 23, 2021 8:00am CST*****************************************************//* Helpers */.clearfix{
	clear:both}.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both}.static-pos{
	position:static !important;
}
.relative-pos{
	position:relative;
}
.cd-output{
	position:absolute;
	 top:0;
	 left:0;
	 z-index:999;
	 background-color:transparent;
	 color:rgba(0, 0, 0, 1);
}
.card-designer .floor{
	margin-bottom:0px !important;
}
.card-designer .roof{
	margin-top:0px !important;
}
.cd-container[onClick] {
	cursor: pointer;
}
/* BS5 Helpers */.cd-container a {
	text-decoration: none !important;
}
/* Base props */* {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
.cd-container{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.cd-data, .cd-swiper-container{
	-webkit-backface-visibility:hidden;
	 overflow:hidden;
}
.cd-gradient, .cd-background, .cd-data *, .cd-swiper-slide .custom-bric-img-item {
	transform:translateZ(.1px)}.cd-data .cd-content{
	padding:1.5em 1.58em 1.5em 1.5em;
	 position:relative;
	 z-index:99999}.cd-container[data-pad-value="false"] .card-designer{
	padding:0}.card-designer input[type=checkbox]{
	display:none}.card-designer input[type=checkbox]:checked+.link{
	-webkit-transform:translateY(-60px);
	transform:translateY(-60px);
	transition:opacity .3s ease}/* CD container  */.cd-container[data-border-color="transparent"]{
	border-color:transparent;
}
.cd-container[data-max-width="0"][data-center-card="false"]{
	margin:0;
}
.cd-container[data-max-width="100"][data-center-card="true"]{
	max-width:100%;
	 margin:0 auto}.cd-container[data-max-width="750"][data-center-card="true"]{
	max-width:750px;
	 margin:0 auto}.cd-container[data-max-width="400"][data-center-card="true"]{
	max-width:400px;
	 margin:0 auto}/* Title */.cd-title {
	transition:font-size .4s ease;
	 display:block;
	 margin-top:5px;
	 margin-bottom:20px;
	 margin-left: -2px;
}
.cd-title a {
	cursor:default;
	 opacity:1;
	 transition:opacity .6s ease-in-out, line-height .4s ease;
	 display:inline-block;
	 color:#FEFFFF;
}
.cd-title a[aria-disabled="false"][href], .cd-container[data-card-click="1"], .cd-container[data-modal="modal"] .cd-title a, .cd-container[data-transition-status="image-only"] .cd-title a, .cd-container[data-transition-status="image-only"] .cd-title a {
	cursor:pointer !important;
}
.cd-title a[aria-disabled="false"][href]:hover {
	opacity:.65;
	 transition:opacity .6s ease-in-out;
}
.cd-title.bold a {
	font-weight:bold;
}
.cd-container[data-align-caption="right"] .cd-title {
	margin-right: -6px;
	 margin-bottom:0;
	 display:block;
}
.cd-container[data-align-caption="right"][data-has-caption="false"] .cd-title {
	margin-bottom:20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cd-container[data-align-caption="right"] .cd-title {
	margin-right: 0px;
}
}/* Title fx */.cd-container[data-title-fx="Hard Shadow"] .cd-title {
	text-shadow:6px 6px 0 rgba(0,0,0,.2)}.cd-container[data-title-fx="Close Heavy"] .cd-title {
	text-shadow:0 4px 3px rgba(0,0,0,.4),0 8px 13px rgba(0,0,0,.1),0 18px 23px rgba(0,0,0,.1)}.cd-container[data-title-fx="Light Sources"] .cd-title {
	text-shadow:0 15px 5px rgba(0,0,0,.1),10px 20px 5px rgba(0,0,0,.05),-10px 20px 5px rgba(0,0,0,.05)}.cd-container[data-title-fx="Outline Dark"] .cd-title {
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
}
.cd-container[data-title-fx="Outline Light"] .cd-title {
	text-shadow: 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF;
}
.cd-container[data-title-fx="Very Subtle"] .cd-title {
	text-shadow: 2px 1px 2px rgba(206,89,55,0.65);
}
/* Title width */.cd-container[data-title-width="100%"] .cd-title a {
	max-width: 100%;
}
.cd-container[data-title-width="1080px"] .cd-title a {
	max-width: 1080px;
}
.cd-container[data-title-width="960px"] .cd-title a {
	max-width: 960px;
}
.cd-container[data-title-width="800px"] .cd-title a {
	max-width: 800px;
}
.cd-container[data-title-width="600px"] .cd-title a {
	max-width: 600px;
}
.cd-container[data-title-width="400px"] .cd-title a {
	max-width: 400px;
}
/* Tagline */.cd-container .cd-tagline {
	margin:0;
	padding:0;
	font-weight:normal;
}
.cd-container .cd-tagline span {
	color:#FEFFFF;
	 font-size:.67em;
	 font-weight:normal;
}
/* Height  */.cd-container[data-min-height="540"] .custom-bric-img-item,.cd-container[data-min-height="540"] .cd-gradient,.cd-container[data-min-height="540"] .cd-background,.cd-container[data-min-height="540"] .cd-wrapper {
	height:540px}.cd-container[data-min-height="400"] .custom-bric-img-item,.cd-container[data-min-height="400"] .cd-gradient,.cd-container[data-min-height="400"] .cd-background,.cd-container[data-min-height="400"] .cd-wrapper {
	height:400px}.cd-container[data-min-height="300"] .custom-bric-img-item,.cd-container[data-min-height="300"] .cd-gradient,.cd-container[data-min-height="300"] .cd-background,.cd-container[data-min-height="300"] .cd-wrapper {
	height:300px}.cd-container[data-min-height="200"] .custom-bric-img-item,.cd-container[data-min-height="200"] .cd-gradient,.cd-container[data-min-height="200"] .cd-background,.cd-container[data-min-height="200"] .cd-wrapper {
	height:200px}.cd-container[data-min-height="540"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="540"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:540px}.cd-container[data-min-height="400"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="400"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:400px}.cd-container[data-min-height="300"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="300"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:300px}.cd-container[data-min-height="200"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="200"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:200px}.card-designer[data-height-short="0"][data-min-height="400"] .custom-bric-img-item,.card-designer[data-height-short="0"][data-min-height="540"]{
	height:400px}/* Data */.cd-data {
	transition:all .4s ease;
}
.cd-container[data-align-caption="center"] .cd-data{
	text-align:center;
}
.cd-container[data-align-caption="right"] .cd-data{
	text-align:right;
}
.cd-container[data-max-width="100"] .cd-data {
	max-width:100%;
}
.cd-container[data-max-width="400"] .cd-data {
	max-width:400px;
}
.cd-container[data-max-width="750"] .cd-data {
	max-width:750px;
}
.cd-container[data-hover-mode="inactive"][data-caption-position="top"] .cd-data{
	height:540px}.cd-container[data-hover-mode="inactive"][data-caption-position="middle"] .cd-data,.cd-container[data-hover-mode="inactive"][data-caption-position="end"] .cd-data,.cd-container[data-hover-mode="inactive"][data-caption-position="hover"] .cd-data{
	display:grid;
	height:540px}.cd-container[data-hover-mode="inactive"] .cd-data {
	background-color: transparent !important;
}
.cd-container .cd-data{
	display:block;
	position:absolute;
	bottom:0;
	 width:100%;
	height:auto;
	color:#fff;
	z-index:999;
}
.cd-container[data-caption-position="top"] .cd-data {
	align-items:top}.cd-container[data-caption-position="middle"] .cd-data {
	align-items:center}.cd-container[data-caption-position="hover"] .cd-data, .cd-container[data-caption-position="end"] .cd-data {
	align-items:end}/* Caption */.cd-container .cd-caption span {
	font-size:.9em;
	 line-height:1.4em;
}
.cd-container .cd-caption.bump span {
	font-size:1em;
}
.cd-container[data-align-caption="right"] .cd-caption {
	text-align:right;
	 display:block;
}
.cd-container[data-align-caption="right"] .cd-caption:after {
	content:'';
}
.cd-container[data-hover-mode="inactive"] .cd-caption{
	height:inherit}.cd-container[data-hover-mode="inactive"] .cd-caption {
	height:auto;
}
/* Caption links */.cd-container[data-caption-anchor="white"] .cd-caption a {
	color:rgba(255,255,255,1);
}
.cd-container[data-caption-anchor="gray"] .cd-caption a {
	color:rgba(94,94,94,1);
}
.cd-container[data-caption-anchor="black"] .cd-caption a {
	color:rgba(0,0,0,1);
}
.cd-container[data-caption-anchor="blue"] .cd-caption a {
	color:rgba(10,132,255,1);
}
.cd-container[data-caption-anchor="green"] .cd-caption a {
	color:rgba(48,209,88,1);
}
.cd-container[data-caption-anchor="red"] .cd-caption a {
	color:rgba(255,69,58,1);
}
.cd-container[data-caption-anchor="orange"] .cd-caption a {
	color:rgba(255,159,10,1);
}
.cd-container[data-caption-anchor="yellow"] .cd-caption a {
	color:rgba(255,214,10,1);
}
.cd-container .cd-caption a{
	opacity:1;
	 transition: opacity .3s ease}.cd-container .cd-caption a:hover{
	opacity:.5;
	 transition: opacity .3s ease}.cd-container[data-align-caption="center"] .cd-caption{
	text-align:center;
}
/* Radius */.cd-container[data-radius-value="1"] .cd-shell,.cd-container[data-radius-value="1"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 6px);
	 clip-path:inset(0% 0% 0% 0% round 6px);
}
.cd-container[data-radius-value="2"] .cd-shell,.cd-container[data-radius-value="2"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 12px);
	 clip-path:inset(0% 0% 0% 0% round 12px);
}
.cd-container[data-radius-value="3"] .cd-shell {
	-webkit-clip-path:inset(0% 0% 0% 0% round 18px);
	 clip-path:inset(0% 0% 0% 0% round 18px);
}
.cd-container[data-radius-value="3"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 17px);
	 clip-path:inset(0% 0% 0% 0% round 17px);
}
.cd-container[data-radius-value="4"] .cd-shell {
	-webkit-clip-path:inset(0% 0% 0% 0% round 24px);
	 clip-path:inset(0% 0% 0% 0% round 24px);
}
.cd-container[data-radius-value="4"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 20px);
	 clip-path:inset(0% 0% 0% 0% round 20px);
}
.cd-container[data-radius-value="5"] .cd-shell,.cd-container[data-radius-value="5"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 30px);
	 clip-path:inset(0% 0% 0% 0% round 30px);
}
/* Gradient BG */.cd-container[data-gradient-color="Dim"] .cd-gradient{
	background:linear-gradient(to top,#000 0,hsla(0,0%,0%,.987) 8.1%,hsla(0,0%,0%,.951) 15.5%,hsla(0,0%,0%,.896) 22.5%,hsla(0,0%,0%,.825) 29%,hsla(0,0%,0%,.741) 35.3%,hsla(0,0%,0%,.648) 41.2%,hsla(0,0%,0%,.55) 47.1%,hsla(0,0%,0%,.45) 52.9%,hsla(0,0%,0%,.352) 58.8%,hsla(0,0%,0%,.259) 64.7%,hsla(0,0%,0%,.175) 71%,hsla(0,0%,0%,.104) 77.5%,hsla(0,0%,0%,.049) 84.5%,hsla(0,0%,0%,.013) 91.9%,hsla(0,0%,0%,0) 100%)}.cd-container[data-gradient-color="Bright"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.013) 8.1%,hsla(0,0%,100%,.049) 15.5%,hsla(0,0%,100%,.104) 22.5%,hsla(0,0%,100%,.175) 29%,hsla(0,0%,100%,.259) 35.3%,hsla(0,0%,100%,.352) 41.2%,hsla(0,0%,100%,.45) 47.1%,hsla(0,0%,100%,.55) 52.9%,hsla(0,0%,100%,.648) 58.8%,hsla(0,0%,100%,.741) 64.7%,hsla(0,0%,100%,.825) 71%,hsla(0,0%,100%,.896) 77.5%,hsla(0,0%,100%,.951) 84.5%,hsla(0,0%,100%,.987) 91.9%,#fff 100%)}.cd-container[data-gradient-color="Cool"] .cd-gradient{
	background:linear-gradient(to top,hsl(247.09,45.08%,47.84%) 0,hsla(247.09,45.08%,47.84%,.987) 8.1%,hsla(247.09,45.08%,47.84%,.951) 15.5%,hsla(247.09,45.08%,47.84%,.896) 22.5%,hsla(247.09,45.08%,47.84%,.825) 29%,hsla(247.09,45.08%,47.84%,.741) 35.3%,hsla(247.09,45.08%,47.84%,.648) 41.2%,hsla(247.09,45.08%,47.84%,.55) 47.1%,hsla(247.09,45.08%,47.84%,.45) 52.9%,hsla(247.09,45.08%,47.84%,.352) 58.8%,hsla(247.09,45.08%,47.84%,.259) 64.7%,hsla(247.09,45.08%,47.84%,.175) 71%,hsla(247.09,45.08%,47.84%,.104) 77.5%,hsla(247.09,45.08%,47.84%,.049) 84.5%,hsla(247.09,45.08%,47.84%,.013) 91.9%,hsla(247.09,45.08%,47.84%,0) 100%)}.cd-container[data-gradient-color="Warm"] .cd-gradient{
	background:linear-gradient(to top,hsl(52.38,54.78%,54.9%) 0,hsla(52.38,54.78%,54.9%,.987) 8.1%,hsla(52.38,54.78%,54.9%,.951) 15.5%,hsla(52.38,54.78%,54.9%,.896) 22.5%,hsla(52.38,54.78%,54.9%,.825) 29%,hsla(52.38,54.78%,54.9%,.741) 35.3%,hsla(52.38,54.78%,54.9%,.648) 41.2%,hsla(52.38,54.78%,54.9%,.55) 47.1%,hsla(52.38,54.78%,54.9%,.45) 52.9%,hsla(52.38,54.78%,54.9%,.352) 58.8%,hsla(52.38,54.78%,54.9%,.259) 64.7%,hsla(52.38,54.78%,54.9%,.175) 71%,hsla(52.38,54.78%,54.9%,.104) 77.5%,hsla(52.38,54.78%,54.9%,.049) 84.5%,hsla(52.38,54.78%,54.9%,.013) 91.9%,hsla(52.38,54.78%,54.9%,0) 100%)}.cd-container[data-gradient-color="Gray"] .cd-gradient{
	background:linear-gradient(to top,#898989 0,hsla(0,0%,54%,.987) 8.1%,hsla(0,0%,54%,.951) 15.5%,hsla(0,0%,54%,.896) 22.5%,hsla(0,0%,54%,.825) 29%,hsla(0,0%,54%,.741) 35.3%,hsla(0,0%,54%,.648) 41.2%,hsla(0,0%,54%,.55) 47.1%,hsla(0,0%,54%,.45) 52.9%,hsla(0,0%,54%,.352) 58.8%,hsla(0,0%,54%,.259) 64.7%,hsla(0,0%,54%,.175) 71%,hsla(0,0%,54%,.104) 77.5%,hsla(0,0%,54%,.049) 84.5%,hsla(0,0%,54%,.013) 91.9%,hsla(0,0%,54%,0) 100%)}.cd-container[data-gradient-color="Earthy"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(107.59,21.17%,26.86%,0) 0,hsla(107.59,21.17%,26.86%,.013) 8.1%,hsla(107.59,21.17%,26.86%,.049) 15.5%,hsla(107.59,21.17%,26.86%,.104) 22.5%,hsla(107.59,21.17%,26.86%,.175) 29%,hsla(107.59,21.17%,26.86%,.259) 35.3%,hsla(107.59,21.17%,26.86%,.352) 41.2%,hsla(107.59,21.17%,26.86%,.45) 47.1%,hsla(107.59,21.17%,26.86%,.55) 52.9%,hsla(107.59,21.17%,26.86%,.648) 58.8%,hsla(107.59,21.17%,26.86%,.741) 64.7%,hsla(107.59,21.17%,26.86%,.825) 71%,hsla(107.59,21.17%,26.86%,.896) 77.5%,hsla(107.59,21.17%,26.86%,.951) 84.5%,hsla(107.59,21.17%,26.86%,.987) 91.9%,hsl(107.59,21.17%,26.86%) 100%)}.cd-container[data-gradient-color="Royal"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(267.2,41.9%,35.1%,0) 0,hsla(267.2,41.9%,35.1%,.013) 8.1%,hsla(267.2,41.9%,35.1%,.049) 15.5%,hsla(267.2,41.9%,35.1%,.104) 22.5%,hsla(267.2,41.9%,35.1%,.175) 29%,hsla(267.2,41.9%,35.1%,.259) 35.3%,hsla(267.2,41.9%,35.1%,.352) 41.2%,hsla(267.2,41.9%,35.1%,.45) 47.1%,hsla(267.2,41.9%,35.1%,.55) 52.9%,hsla(267.2,41.9%,35.1%,.648) 58.8%,hsla(267.2,41.9%,35.1%,.741) 64.7%,hsla(267.2,41.9%,35.1%,.825) 71%,hsla(267.2,41.9%,35.1%,.896) 77.5%,hsla(267.2,41.9%,35.1%,.951) 84.5%,hsla(267.2,41.9%,35.1%,.987) 91.9%,hsl(267.2,41.9%,35.1%) 100%)}.cd-container[data-gradient-color="Energy"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(0,66.47%,33.92%,0) 0,hsla(0,66.47%,33.92%,.013) 8.1%,hsla(0,66.47%,33.92%,.049) 15.5%,hsla(0,66.47%,33.92%,.104) 22.5%,hsla(0,66.47%,33.92%,.175) 29%,hsla(0,66.47%,33.92%,.259) 35.3%,hsla(0,66.47%,33.92%,.352) 41.2%,hsla(0,66.47%,33.92%,.45) 47.1%,hsla(0,66.47%,33.92%,.55) 52.9%,hsla(0,66.47%,33.92%,.648) 58.8%,hsla(0,66.47%,33.92%,.741) 64.7%,hsla(0,66.47%,33.92%,.825) 71%,hsla(0,66.47%,33.92%,.896) 77.5%,hsla(0,66.47%,33.92%,.951) 84.5%,hsla(0,66.47%,33.92%,.987) 91.9%,hsl(0,66.47%,33.92%) 100%)}.cd-container[data-gradient-color="True Blue"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(240,66.27%,50%,0) 0,hsla(240,66.27%,50%,.013) 8.1%,hsla(240,66.27%,50%,.049) 15.5%,hsla(240,66.27%,50%,.104) 22.5%,hsla(240,66.27%,50%,.175) 29%,hsla(240,66.27%,50%,.259) 35.3%,hsla(240,66.27%,50%,.352) 41.2%,hsla(240,66.27%,50%,.45) 47.1%,hsla(240,66.27%,50%,.55) 52.9%,hsla(240,66.27%,50%,.648) 58.8%,hsla(240,66.27%,50%,.741) 64.7%,hsla(240,66.27%,50%,.825) 71%,hsla(240,66.27%,50%,.896) 77.5%,hsla(240,66.27%,50%,.951) 84.5%,hsla(240,66.27%,50%,.987) 91.9%,hsl(240,66.27%,50%) 100%)}/* CD Wrapper & Hover Shadow */.cd-wrapper{
	position:relative;
	overflow:hidden;
}
.cd-container[data-max-width="100"] .cd-wrapper {
	max-width:100%;
}
.cd-container[data-max-width="400"] .cd-wrapper {
	max-width:400px;
}
.cd-container[data-max-width="750"] .cd-wrapper {
	max-width:750px;
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Small"] {
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.10));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Regular"] {
	filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Large"] {
	filter: drop-shadow(0 1rem .9rem rgba(0,0,0,.35));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="XL"] {
	filter: drop-shadow(0 1.25rem .9rem rgba(0,0,0,.6));
}
.cd-container[data-hover-shadow="true"]{
	transition:filter .6s ease-in-out;
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Small"]:hover {
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.10));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Regular"]:hover {
	filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Large"]:hover {
	filter: drop-shadow(0 1rem .9rem rgba(0,0,0,.35));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="XL"]:hover {
	filter: drop-shadow(0 1.25rem .9rem rgba(0,0,0,.6));
}
/* Custom Bric Image */.cd-container .custom-bric-img-item.cover.compat-object-fit {
	background-size:cover;
	 background-position:center center;
}
.cd-container .custom-bric-img-item{
	position:relative;
	transition: transform .5s ease;
}
.card-designer .swiper-slide-prev .custom-bric-img-item, .card-designer .swiper-slide-next .custom-bric-img-item {
	animation-play-state:paused;
}
.card-designer .swiper-slide-active .custom-bric-img-item {
	animation-play-state:running;
}
.cd-container .custom-bric-img-item.center.cover{
	background-position:center;
	object-position:center 50%;
	object-fit:cover;
}
.cd-container .custom-bric-img-item.left.cover{
	background-position:left;
	object-position:left 50%;
	object-fit:cover;
}
.cd-container .custom-bric-img-item.right.cover{
	background-position:right;
	object-position:right 50%;
	object-fit:cover;
}
.cd-container[data-hover-zoom="Basic Zoom"] .custom-bric-img-item{
	transform: scale(1);
	 transition: transform .6s ease;
}
.cd-container[data-hover-zoom="Basic Zoom"] .cd-wrapper:hover .custom-bric-img-item{
	transform: scale(1.15);
	 transition: transform .6s ease;
}
.cd-container[data-hover-zoom="Basic Zoom"] .cd-wrapper:hover .swiper-slide-active .custom-bric-img-item{
	transform: scale(1.15);
	 transition: transform .6s ease;
}
/* Swiper Container */.cd-container[data-visibility="0"] .cd-swiper-container{
	opacity:0;
}
.cd-container[data-visibility="1"] .cd-swiper-container{
	opacity:1;
}
.cd-container .cd-swiper-container{
	overflow:hidden;
	z-index:0;
	transition:opacity .4s ease-in-out;
}
/* Pagination */.cd-container[data-nav-position="top"] .swiper-pagination {
	top:0px;
	z-index:9999;
	height:40px;
	margin-bottom:-40px}.cd-container[data-nav-position="top"][data-transition-status="image-only"] .swiper-pagination{
	height:auto;
	margin-bottom:auto}.cd-container[data-nav-position="bottom"] .swiper-pagination{
	z-index:9999;
	align-content:end}.cd-container[data-nav-position="bottom"][data-transition-status="image-only"] .swiper-pagination{
	padding-top:490px}.cd-container[data-nav-position="top"][data-transition-status="image-only"] .ui-pagination {
	height:auto;
	margin-bottom:auto}.cd-container[data-nav-position="bottom"][data-transition-status="image-only"] .ui-pagination {
	padding-top:490px}.cd-container[data-nav-position="hide"] .swiper-pagination {
	visibility:hidden;
	 display:none;
}
.cd-container .swiper-pagination-fraction{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	margin-top:10px;
	padding:0 45% 20px 45%;
	font-size:14px}.cd-container .swiper-pagination-bullets, .cd-container .swiper-pagination-custom, .cd-container .swiper-pagination-fraction{
	color:#fff}.cd-container .swiper-pagination-bullet{
	margin:20px 10px!important;
	background:0 0;
	opacity:.5;
	width:auto;
	height:auto;
	font-size:12px;
	color:#fff}.cd-container .swiper-pagination-bullet-active{
	opacity:1}.cd-container .swiper-pagination-fraction {
	padding-top:15px;
}
.cd-container .swiper-pagination-lock {
	display:none;
}
/* Progress Bar */.swiper-pagination-progressbar-fill {
	background-color:transparent;
}
.cd-container[data-progress-fill="transparent"] .swiper-pagination-progressbar-fill {
	background-color:transparent;
}
.cd-container[data-progress-fill="white"] .swiper-pagination-progressbar-fill {
	background-color:rgba(255,255,255,.3);
}
.cd-container[data-progress-fill="gray"] .swiper-pagination-progressbar-fill {
	background-color:rgba(94,94,94,.3);
}
.cd-container[data-progress-fill="black"] .swiper-pagination-progressbar-fill {
	background-color:rgba(0,0,0,.3);
}
.cd-container[data-progress-fill="blue"] .swiper-pagination-progressbar-fill {
	background-color:rgba(10,132,255,.3);
}
.cd-container[data-progress-fill="green"] .swiper-pagination-progressbar-fill {
	background-color:rgba(76,111,86,.3);
}
.cd-container[data-progress-fill="red"] .swiper-pagination-progressbar-fill {
	background-color:rgba(148,17,0,.3);
}
.cd-container[data-nav-style="fade-progress"][data-min-height="540"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="540"] .swiper-pagination-progressbar {
	height:540px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="400"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="400"] .swiper-pagination-progressbar {
	height:400px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="300"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="300"] .swiper-pagination-progressbar {
	height:300px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="200"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="200"] .swiper-pagination-progressbar {
	height:200px;
}
.cd-container[data-nav-style="fade-progress"][data-progress-index="0"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-progress-index="0"] .swiper-pagination-progressbar {
	z-index:8;
}
.cd-container[data-nav-style="fade-progress"][data-progress-index="1"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-progress-index="1"] .swiper-pagination-progressbar {
	z-index:9999;
}
/* BG & Gradient */.cd-container .grayscale::before{
	content:"grayscale(100%)"}.cd-container .grayscale{
	transition: filter .6s ease;
	 filter:grayscale(100%);
	filter:url(U+0022data:image/svg+xml;utf8,&lt;
	svg xmlns="http://www.w3.org/2000/svg"&gt;
	&lt;
	filter id="grayscale"&gt;
	&lt;
	feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/&gt;
	&lt;
	/filter&gt;
	&lt;
	/svg&gt;
	#grayscaleU+0022);
	filter:gray;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%)}.card-designer .contrast::before{
	content:U+0022contrast(60%)U+0022}.cd-container[data-filter-hover="true"]:hover .grayscale{
	filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	 transition: filter .6s ease;
}
.cd-container .contrast::before{
	content:U+0022contrast(60%)U+0022}.cd-container .contrast{
	transition: filter .6s ease;
	filter:contrast(60%);
	filter:url(U+0022data:image/svg+xml;utf8,<svg xmlns=U+0027http://www.w3.org/2000/svgU+0027 ><filter id=U+0027contrast60U+0027><feComponentTransfer><feFuncR type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027></feFuncR><feFuncG type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027></feFuncG><feFuncB type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027></feFuncB></feComponentTransfer></filter></svg>#contrast75U+0022);
	filter:contrast(60%);
	-webkit-filter:contrast(60%)}.cd-container[data-filter-hover="true"]:hover .contrast{
	filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	 transition: filter .6s ease;
}
.cd-gradient{
	opacity:.6;
	display:flex;
	position:absolute;
	bottom:0;
	z-index:9;
	width:100%;
	height:-webkit-calc(100% - 90px);
	height:-moz-calc(100% - 90px);
	height:-o-calc(100% - 90px);
	height:calc(100% - 90px);
	width:100%;
	-webkit-transform:translateY(calc(0));
	transform:translateY(calc(0));
	transition:-webkit-transform .5s ease-in;
	transition:all .5s ease}.cd-background{
	position:absolute;
	z-index:8;
	width:100%;
	height:calc(100%)}/* Button */.cd-button{
	white-space: nowrap;
	 visibility:visible;
	 opacity:1;
	 position:relative;
	display:inline-block;
	margin: 1.3em auto 1.2em 0;
	padding:6px 16px;
	width:auto;
	min-width:120px;
	line-height:1;
	text-align:center;
	font-weight:400;
	font-size:12px;
	transition:opacity .4s ease-in-out;
}
.cd-button.bump {
	position:relative;
	 top:2px;
	 font-size:1em;
}
.card-designer.sm .cd-button.remove-on-sml{
	visibility:hidden;
}
.cd-container[data-hover-mode="inactive"] .card-designer.sm .cd-button.remove-on-sml {
	display:none;
}
.cd-container[data-hover-mode="active"] .cd-button{
	min-height:15px}.cd-container[data-has-button="false"] .cd-button{
	visibility:hidden;
}
.opacity-fx{
	opacity:1;
}
.opacity-fx:hover{
	opacity:.5;
}
.fill-fx{
	opacity:1;
	background: linear-gradient(to left, transparent 50%, rgba(255,255,255,1) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all ease .3s;
}
.fill-fx:hover{
	opacity:1;
	 background-position: left bottom;
}
.cd-container[data-button-color="#FEFFFF"] .fill-fx:hover{
	opacity:1;
	 background-position:left bottom;
	 color:#444444;
}
.cd-container[data-button-shape="none"] .cd-button{
	min-width:auto;
	margin:2em 0 .9em 0;
	padding:6px 0;
	 border:1px solid transparent;
	 color:#FEFFFF;
}
.cd-container[data-button-shape="capsule-solid"] .cd-button,.cd-container[data-button-shape="capsule-outline"] .cd-button{
	border-radius:3em;
}
.cd-container[data-button-shape="squared-solid"] .cd-button,.cd-container[data-button-shape="squared-outline"] .cd-button{
	border-radius:2px;
}
.cd-container[data-button-shape="capsule-outline"] .cd-button,.cd-container[data-button-shape="squared-outline"] .cd-button {
	border:1px solid #FEFFFF;
	color:#FEFFFF;
	background-color:transparent;
}
.cd-container[data-button-shape="capsule-solid"] .opacity-fx,.cd-container[data-button-shape="squared-solid"] .cd-button.opacity-fx{
	background-color:#FEFFFF;
	color:#555555;
	border:1px solid transparent;
	content:""}.cd-container[data-button-shape="capsule-outline"][data-button-color="#FEFFFF"] .fill-fx:hover,.cd-container[data-button-shape="squared-outline"][data-button-color="#FEFFFF"] .fill-fx:hover{
	color:#444444;
}
.cd-container[data-hover-mode="inactive"] .cd-button {
	margin: 2em auto 1.2em 0}.cd-container[data-hover-mode="inactive"][data-align-caption="center"] .cd-button {
	margin: 2em auto 1.2em auto}.cd-container[data-align-caption="center"] .cd-button {
	margin: 1.3em auto 1.2em auto;
}
.cd-container[data-caption-position="hover"] .cd-button,.cd-container[data-caption-position="end"] .cd-button {
	margin: 1em auto 1.2em 0;
}
.cd-container[data-caption-position="hover"][data-align-caption="center"] .cd-button,.cd-container[data-caption-position="end"][data-align-caption="center"] .cd-button  {
	margin: 1em auto 1.2em auto;
}
/* Horizontal Rule */.cd-rule span{
	display:inline-block;
	 border-top:1px solid;
	 width:50px;
	 margin-bottom: 20px;
}
.cd-rule::after,.cd-title::after,.cd-caption::after,.cd-button::after,.cd-tagline::after {
	content: "";
	 display: block;
}
.cd-container[data-rule="0"] .cd-rule{
	display:none;
}
.cd-container[data-align-caption="left"] .cd-rule {
	text-align:left;
}
.cd-container[data-align-caption="center"] .cd-rule {
	text-align:center;
}
.cd-container[data-hover-mode="inactive"][data-has-button="false"][data-has-caption="true"] p.cd-caption {
	margin-bottom:0px !important;
}
.cd-container[data-hover-mode="inactive"][data-has-button="false"][data-has-caption="false"] .cd-title {
	margin-bottom:0px !important;
}
/* Active Hover */.cd-container[data-hover-mode="active"] .cd-gradient {
	-webkit-transform: translateY(calc(0px + 4.7em));
	 transform: translateY(calc(0px + 4.7em));
	 transition:all .4s ease;
}
.cd-container[data-hover-mode="active"] .cd-wrapper:hover .cd-gradient {
	-webkit-transform: translateY(calc(0px + 0em));
	 transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"] .cd-caption {
	height: 90px;
	 min-height: 90px;
}
.cd-container[data-hover-mode="active"][data-caption-height="60"] .cd-caption {
	height: 60px;
	 min-height: 60px;
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="false"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(-10px + 4.7em));
	    transform: translateY(calc(-10px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="true"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(75px + 4.7em));
	    transform: translateY(calc(75px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="true"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(20px + 4.7em));
	    transform: translateY(calc(20px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="false"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(20px + 0em));
	    transform: translateY(calc(20px + 0em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"][data-has-caption="true"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(105px + 4.7em));
	    transform: translateY(calc(105px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"][data-has-caption="true"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(50px + 4.7em));
	    transform: translateY(calc(50px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"] .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-caption-height="60"] .cd-wrapper:hover .cd-data{
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-min-height="450"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-min-height="400"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data {
	    -webkit-transform: translateY(calc(50px + 0em));
	    transform: translateY(calc(50px + 0em));
}
.cd-container[data-hover-mode="active"][data-min-height="300"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data {
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-disable-hover="Small"] .card-designer.sm .cd-data {
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"] .card-designer.sm .cd-wrapper:hover .cd-caption,.cd-container[data-hover-mode="active"][data-disable-hover="Small"] .card-designer.sm .cd-caption {
	height:auto;
}
/* Responsive Title */.cd-container[data-responsive-title="1"][data-med-title="level 12"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 12"] .cd-title.sm {
	font-size:12em}.cd-container[data-responsive-title="1"][data-med-title="level 11"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 11"] .cd-title.sm {
	font-size:8em}.cd-container[data-responsive-title="1"][data-med-title="level 10"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 10"] .cd-title.sm {
	font-size:6em}.cd-container[data-responsive-title="1"][data-med-title="level 9"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 9"] .cd-title.sm {
	font-size:5.5em}.cd-container[data-responsive-title="1"][data-med-title="level 8"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 8"] .cd-title.sm {
	font-size:4.5em}.cd-container[data-responsive-title="1"][data-med-title="level 7"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 7"] .cd-title.sm {
	font-size:3.5em}.cd-container[data-responsive-title="1"][data-med-title="level 6"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 6"] .cd-title.sm {
	font-size:2.5em}.cd-container[data-responsive-title="1"][data-med-title="level 5"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 5"] .cd-title.sm {
	font-size:2.2em}.cd-container[data-responsive-title="1"][data-med-title="level 4"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 4"] .cd-title.sm {
	font-size:1.9em}.cd-container[data-responsive-title="1"][data-med-title="level 3"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 3"] .cd-title.sm {
	font-size:1.6em}.cd-container[data-responsive-title="1"][data-med-title="level 2"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 2"] .cd-title.sm {
	font-size:1.3em}.cd-container[data-responsive-title="1"][data-med-title="level 1"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 1"] .cd-title.sm {
	font-size:1em}.cd-container[data-responsive-title="1"][data-med-title="level 12"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 12"] .cd-title.sm a{
	line-height:170px}.cd-container[data-responsive-title="1"][data-med-title="level 11"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 11"] .cd-title.sm a{
	line-height:130px}.cd-container[data-responsive-title="1"][data-med-title="level 10"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 10"] .cd-title.sm a{
	line-height:100px}.cd-container[data-responsive-title="1"][data-med-title="level 9"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 9"] .cd-title.sm a{
	line-height:85px}.cd-container[data-responsive-title="1"][data-med-title="level 8"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 8"] .cd-title.sm a{
	line-height:70px}.cd-container[data-responsive-title="1"][data-med-title="level 7"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 7"] .cd-title.sm a{
	line-height:55px}.cd-container[data-responsive-title="1"][data-med-title="level 6"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 6"] .cd-title.sm a{
	line-height:45px}.cd-container[data-responsive-title="1"][data-med-title="level 5"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 5"] .cd-title.sm a{
	line-height:40px}.cd-container[data-responsive-title="1"][data-med-title="level 4"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 4"] .cd-title.sm a{
	line-height:35px}.cd-container[data-responsive-title="1"][data-med-title="level 3"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 3"] .cd-title.sm a{
	line-height:30px}.cd-container[data-responsive-title="1"][data-med-title="level 2"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 2"] .cd-title.sm a{
	line-height:25px}.cd-container[data-responsive-title="1"][data-med-title="level 1"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 1"] .cd-title.sm a{
	line-height:20px}/* Ken Burns fx */.card-designer img[data-kb-effect="Push"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Push"],.card-designer .swiper-slide-prev img[data-kb-effect="Push"]{
	  animation:move-pull 14s steps(1000) infinite alternate;
	  -ms-animation:move-pull 14s steps(1000) infinite alternate;
	  -webkit-animation:move-pull 14s steps(1000) infinite alternate;
	  -o-animation:move-pull 14s steps(1000) infinite alternate;
	  -moz-animation:move-pull 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-pull{
	from{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1)}to{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5)}}.card-designer img[data-kb-effect="Pull"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pull"],.card-designer .swiper-slide-prev img[data-kb-effect="Pull"]{
	  animation:move-push 14s steps(1000) infinite alternate;
	  -ms-animation:move-push 14s steps(1000) infinite alternate;
	  -webkit-animation:move-push 14s steps(1000) infinite alternate;
	  -o-animation:move-push 14s steps(1000) infinite alternate;
	  -moz-animation:move-push 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-push{
	from{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5)}to{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1)}}.card-designer img[data-kb-effect="Pan Left"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pan Left"],.card-designer .swiper-slide-prev img[data-kb-effect="Pan Left"]{
	  animation:move-panl 14s steps(1000) infinite alternate;
	  -ms-animation:move-panl 14s steps(1000) infinite alternate;
	  -webkit-animation:move-panl 14s steps(1000) infinite alternate;
	  -o-animation:move-panl 14s steps(1000) infinite alternate;
	  -moz-animation:move-panl 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-panl{
	  from{
	transform:scale(1.4) translate(0px,0px);
	    -ms-transform:scale(1.4) translate(0px,0px);
	    -webkit-transform:scale(1.4) translate(0px,0px);
	    -o-transform:scale(1.4) translate(0px,0px);
	    -moz-transform:scale(1.4) translate(0px,0px)    } to {
	      transform:scale(1.2) translate(30px,0px);
	      -ms-transform:scale(1.2) translate(30px,0px);
	      -webkit-transform:scale(1.2) translate(30px,0px);
	      -o-transform:scale(1.2) translate(30px,0px);
	      -moz-transform:scale(1.2) translate(30px,0px)  }}.card-designer img[data-kb-effect="Pan Right"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pan Right"],.card-designer .swiper-slide-prev img[data-kb-effect="Pan Right"]{
	  animation:move-panr 14s steps(1000) infinite alternate;
	  -ms-animation:move-panr 14s steps(1000) infinite alternate;
	  -webkit-animation:move-panr 14s steps(1000) infinite alternate;
	  -o-animation:move-panr 14s steps(1000) infinite alternate;
	  -moz-animation:move-panr 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-panr{
	  from{
	    transform:scale(1.4) translate(0px,0px);
	    -ms-transform:scale(1.4) translate(0px,0px);
	    -webkit-transform:scale(1.4) translate(0px,0px);
	    -o-transform:scale(1.4) translate(0px,0px);
	    -moz-transform:scale(1.4) translate(0px,0px)    } to {
	      transform:scale(1.2) translate(-40px,0px);
	      -ms-transform:scale(1.2) translate(-40px,0px);
	      -webkit-transform:scale(1.2) translate(-40px,0px);
	      -o-transform:scale(1.2) translate(-40px,0px);
	      -moz-transform:scale(1.2) translate(-40px,0px)  }}.mag-icon [data-blocs-search="true"]{
	  padding-left:30px;
}
.mag-icon::after{
	  content:"";
	  position: absolute;
	  display: block;
	  height: 20px;
	  width: 20px;
	  margin: auto 0 auto 8px;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==") no-repeat center center;
	  background-size: 20px;
}
.dark-search-theme [data-blocs-search="true"]{
	  background:rgba(0,0,0,.8);
	  color: rgba(255,255,255,.8);
}
.dark-search-theme.mag-icon::after{
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTUuODUzIDE2LjU2Yy0xLjY4MyAxLjUxNy0zLjkxMSAyLjQ0LTYuMzUzIDIuNDQtNS4yNDMgMC05LjUtNC4yNTctOS41LTkuNXM0LjI1Ny05LjUgOS41LTkuNSA5LjUgNC4yNTcgOS41IDkuNWMwIDIuNDQyLS45MjMgNC42Ny0yLjQ0IDYuMzUzbDcuNDQgNy40NC0uNzA3LjcwNy03LjQ0LTcuNDR6bS02LjM1My0xNS41NmM0LjY5MSAwIDguNSAzLjgwOSA4LjUgOC41cy0zLjgwOSA4LjUtOC41IDguNS04LjUtMy44MDktOC41LTguNSAzLjgwOS04LjUgOC41LTguNXoiLz48L3N2Zz4=") no-repeat center center;
	  background-size: 20px;
}
.blocs-search-results a:hover{
	background:rgba(0,0,0,.1);
}
.dark-results-theme .blocs-search-results{
	background: #212529;
}
.search-input-rounded [data-blocs-search="true"]{
	border-radius: 1.5rem;
}
.search-trans-fill [data-blocs-search="true"]{
	background:rgba(255,255,255,.5);
}
.search-trans-fill [data-blocs-search="true"]:focus{
	background:rgba(255,255,255,1);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]{
	background:rgba(0,0,0,.5);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]:focus{
	background:rgba(0,0,0,1);
}
.blocs-search-results{
	width:100%;
	max-height: 282px;
	overflow-y: scroll;
}
.blocs-search-results a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.blocs-search-results a:focus{
	background:rgba(0,0,0,.15);
}
.dark-results-theme .blocs-search-results a:hover,.dark-results-theme .blocs-search-results a:focus{
	background:rgba(255,255,255,.1);
}
.dark-search-theme [data-blocs-search="true"]::placeholder {
	color: rgba(255,255,255,.3);
}
.blocs-search-results span{
	font-size: 13px;
}
.hide-search-results .blocs-search-results{
	display: none!important}

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.p-bloc-4-style{
		width:89.55%;
	}
	.p-7-style{
		width:87.6%;
	}
	.p-1-style{
		width:79.97%;
	}
	.h3-1-style{
		font-family:"Abril Fatface";
	}
	.p-3-style{
		width:100%;
	}
	.p-bloc-3-style{
		white-space:inherit;
	}
	.width-sitesearch{
		padding:12px 12px 12px 12px;
	}
	.link-explore-more-culture{
		text-align:left;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.h1-bloc-67-style{
		width:100%;
		font-size:90px;
	}
	.p-bloc-67-style{
		left:22px;
		font-size:14px;
		text-indent:px;
	}
	.h2-bloc-68-style{
		font-family:Poppins;
		font-weight:600;
		font-size:20px;
	}
	.p-122-style{
		font-size:14px;
		font-family:"PT Serif";
	}
	.p-123-style{
		font-size:14px;
		font-family:"PT Serif";
	}
	.h3-bloc-68-style{
		font-family:Poppins;
		font-weight:600;
		font-size:20px;
	}
	.h3-56-style{
		font-size:20px;
		font-family:Poppins;
		font-weight:600;
	}
	.h3-bloc-67-style{
		font-size:20px;
	}
	.p-131-style{
		font-family:"PT Serif";
		font-size:14px;
		width:91.77%;
	}
	.column-bground{
		background-color:#D5D5D5;
	}
	.p-94-style{
		font-size:14px;
	}
	.btn-style{
		width:25.49%;
	}
	.previous{
	}
	.text-column{
	}
	.p-134-style{
		font-size:14px;
	}
	.p-135-style{
		font-size:14px;
	}
	.p-136-style{
		font-size:14px;
	}
	.p-137-style{
		font-size:14px;
	}
	.p-138-style{
		font-size:14px;
	}
	.p-139-style{
		font-size:14px;
	}
	.h1-21-style{
		font-size:60px;
	}
	.p-142-style{
		font-size:14px;
	}
	.row-style{
		width:11%;
	}
	.p-140-style{
		font-family:Poppins;
		font-weight:400;
		font-size:30px;
	}
	.p-143-style{
		background-color:rgba(255,255,255,0.85);
		padding:25px 25px 25px 25px;
	}
	.p-146-style{
		background-color:rgba(214,214,214,0.90);
	}
	.iloilo-text{
	}
	.text-row{
		margin:-500px -500px -500px -500px;
		padding:500px 500px 500px 500px;
	}
	.text-white-column{
	}
	.p-163-style{
		width:95.68%;
	}
	.link-0-style{
		width:91.36%;
	}
	.h2-30-style{
		width:74.51%;
	}
	.text-black-column{
	}
	.h1-bloc-116-style{
		width:44.57%;
	}
	.love-tragedy{
	}
	.text-white-column-2{
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.text-column-black-2{
	}
	.h3-dohtonbori-style{
		font-size:23px;
	}
	.hotel-resorts{
		text-decoration:none;
	}
	.h1-awayfromhome{
		padding:15px 15px 15px 15px;
	}
	.link-away-from-home-style{
		text-decoration:none;
		font-weight:normal;
	}
	.h1-away-from-home-style{
		font-size:60px;
		border-style:solid;
		background-color:rgba(0,0,0,0.50);
	}
	.sidebar{
		background-color:rgba(255,255,255,0.70);
	}
	.p-bloc-34-style{
		font-family:"Poppins";
		font-weight:300;
	}
	.navi-bar{
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.container{
		text-decoration:none;
	}
	.btn-padding{
		padding-top:0px;
		padding-bottom:0px;
	}
	.button-video{
		text-align:right;
		font-family:"Old Standard TT";
		text-transform:none;
		font-weight:bold;
	}
	.p-bloc-3-style{
		width:100%;
		text-decoration:none;
		text-transform:none;
		text-align:left;
		white-space:normal;
		text-overflow:clip;
		margin:22px 22px 22px 22px;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.h1-bloc-67-style{
		width:18.37%;
	}
	.p-bloc-67-style{
		width:100%;
	}
	.btn-style{
		width:29.26%;
	}
	.p-141-style{
		width:43.35%;
	}
	.p-142-style{
		width:NaN%;
	}
	.p-bloc-97-style{
		font-size:14px;
	}
	.initial-letter{
	}
	.p-140-style{
		font-size:25px;
		font-family:"Poppins";
		font-weight:300;
	}
	.p-161-style{
		width:90.3%;
	}
	.h2-30-style{
		width:100%;
	}
	.text-column{
	}
	.hotel-resorts{
		text-decoration:none;
	}
	.h1-57-style{
		width:99.81%;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.p-bloc-4-style{
		width:100%;
	}
	.button-label{
		letter-spacing:0px;
		font-size:45px;
	}
	.bloc-texts{
		font-size:13px;
		font-weight:500;
	}
	.p-bloc-3-style{
		margin:2px 2px 2px 2px;
	}
	.hero-header-text{
		font-size:50px;
	}
	.btn-style{
		width:55.77%;
	}
	.h1-bloc-116-style{
		font-size:50px;
	}
	.h3-49-style{
		font-size:40px;
	}
	.p-161-style{
		width:98.52%;
	}
	.h1-30-style{
		font-size:40px;
	}
	.mt-1{
	}
	.h1-granada-style{
		font-size:45px;
	}
	.h1-l’entrecôte-style{
		font-size:50px;
	}
	.h1-bloc-12-style{
		font-size:30px;
	}
	.h1-style{
		font-size:50px;
	}
	.h2-bloc-86-style{
		font-size:35px;
	}
	.h3-bloc-96-style{
		font-size:50px;
	}
	.h1-21-style{
		font-size:50px;
	}
	.h2-bloc-116-style{
		font-size:40px;
	}
	.h1-africa-style{
		font-size:55px;
	}
	.h3-european-style{
		font-size:40px;
	}
	.hotel-resorts{
		text-decoration:none;
	}
	.h1--video--style{
		width:92.96%;
	}
	.video-button{
		width:500px;
		margin:15px 15px 15px 15px;
		padding:15px 15px 15px 15px;
	}
	.h1-calaguas-style{
		font-size:45px;
	}
	.h1-58-style{
		font-size:50px;
	}
	
}

