/*-----------------------------------------------------------------------------------
	Final Website Sept 2021
	About: World renowned contemporary Artist Jacklyn Laflamme, one of the most influential artists of... See her official website, experience her colorful, magical world.
	Author: Jacklyn Laflamme
	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;}


/* 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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'BeautifulPeoplePersonalUse';
	src: url('./fonts/BeautifulPeoplePersonalUse/BeautifulPeoplePersonalUse-dE0g.ttf');
	src: url('./fonts/BeautifulPeoplePersonalUse/BeautifulPeoplePersonalUse-dE0g.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = 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;
}


/* Sizes */

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

/* = 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;
}


/* 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;
}


/* 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{
	margin-top:30px;
}


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

/* 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;
}
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;
}

.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;
}



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


/* = 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;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* 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;
}
/* = 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: 15px;
	right: 15px;
	bottom: 5px;
}
.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;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h2-style{
	width:96.06%;
}
.link-style{
	width:20px;
	font-family:"BeautifulPeoplePersonalUse";
}
.hero-header-text{
	font-size:75px;
	font-weight:bold;
	line-height:px;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #61E1A3, #2F7DFF);
	color:transparent!important;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.p-style{
	font-size:16px;
	font-family:"helvetica";
	font-weight:100;
}
.img-style{
	width:328px;
}
.p-bloc-85-style{
	font-size:16px;
}
.header-text{
	font-family:"BeautifulPeoplePersonalUse";
	text-align:center;
	font-size:80px;
	stroke:#72FA78;
	box-shadow:0px 2px 2px #000000;
	text-shadow:0px 2px 2px #000000;
}
.h3-stir-style{
	font-size:40px;
}
.h3-holiday-murals-style{
	font-size:40px;
}
.h3-bloc-85-style{
	font-size:40px;
	font-family:"helvetica";
}
.p-19-style{
	font-size:16px;
}
.h3-bloc-62-style{
	font-size:40px;
}
.p-bloc-241-style{
	font-size:12px;
}
.p-262-style{
	font-size:12px;
}
.p-263-style{
	font-size:12px;
}
.p-264-style{
	font-size:12px;
}
.img-bloc-238-style{
	height:240px;
	border-radius:0px 0px 0px 0px;
}
.p-bloc-116-style{
	font-family:"helvetica";
}
.img-bloc-276-style{
	width:1050px;
}
.menu-text{
	font-family:"BeautifulPeoplePersonalUse";
	font-size:14pt;
	text-align:center;
	color:transparent!important;
}
.row-style{
	width:100%;
}
.img-564-style{
	width:1040px;
}
.img-bloc-132-style{
	width:240px;
}
.bloc-347{
	width:600px;
	height:600px;
	align-items:center;
	border-style:_popUpItemAction:;
	background-size:length;
	justify-content:center;
}
.link-bloc-0-style{
	text-decoration:none;
}
.text-left{
	font-family:"helvetica";
	color:#03084C!important;
	font-weight:normal;
	font-size:12px;
	text-transform:capitalize;
}
.img-placeholder-us-style{
	width:188px;
}
.img-1292-style{
	width:148px;
}
.text-span-color{
	color:#031160;
	font-family:"BeautifulPeoplePersonalUse";
}
.h4-style{
	font-family:"BeautifulPeoplePersonalUse";
	color:#02105E!important;
}
.h4-follow-us-style{
	font-family:"BeautifulPeoplePersonalUse";
	color:#04084A!important;
}
.h4-company-policy-style{
	font-family:"BeautifulPeoplePersonalUse";
	color:#02105E!important;
}
.p-bloc-135-style{
	font-size:16px;
}
.p-bloc-68-style{
	font-size:16px;
}
.link-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-community-art-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-kaleidoscope-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-bloc-0-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-paint-the-park-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-bloc-0-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-around-town-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-10090-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-16555-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-49523-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-32386-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-the-voice-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-residency-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-stir-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-the-voice-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-14688-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-32629-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-holiday-murals-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-34515-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-15521-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-13630-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-42486-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-31683-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-32963-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-17819-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-gallery-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-tiki-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-fish-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-flags-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-open-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-palms-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-animals-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-big-mouth-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-ice-cream--padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-mme-larue-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-cosmopolitan-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-cosmic-cups-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-peace-by-piece-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-grants-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-44513-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-paint-the-park-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-43691-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-21507-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-14117-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-call-me-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-licencing-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-illustration-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-commissions-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-contact-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-books-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-community-art-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-public-art-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-residency-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-grants-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-0-gallery-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-about-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-shop-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-home-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.link-biography-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.img-548-style{
	border-radius:0px 0px 0px 0px;
}
.p-95-style{
	font-size:16px;
}
.h3-style{
	font-family:"BeautifulPeoplePersonalUse";
	color:#03084B!important;
}
.h6-style{
	color:#01084F!important;
}
.p-bloc-492-style{
	text-align:justify;
}
.bloc-divider-t-fill{
	fill:#00FCFF;
}
.newbutton{
	font-family:"BeautifulPeoplePersonalUse";
	color:#01084F!important;
	text-decoration:none;
	background-size:length;
}
.shoptext{
	font-size:20px;
	color:transparent!important;
}
.h3-books-style{
	font-family:"BeautifulPeoplePersonalUse";
}
.textbuttons{
	font-family:"BeautifulPeoplePersonalUse";
}
.h1-style{
	font-family:"helvetica";
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}

/* Text colour styles */

.tc-coquelicot{
	color:#FF3200!important;
}
.tc-oxford-blue{
	color:#03084C!important;
}

/* Button colour styles */

.btn-oxford-blue{
	background:#03084C;
	color:#FFFFFF!important;
}
.btn-oxford-blue:hover{
	background:#02063d!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-oxford-blue{
	color:#03084C!important;
}
.ltc-oxford-blue:hover{
	color:#02063d!important;
}

/* Bloc image backgrounds */

.bg-Community-20Foundation-20Of-20Broward-20Jacklyn-20Laflamme-20South-20Florida-20Artist-20copy-squashed{
	background-image:url("img/Community%20Foundation%20Of%20Broward%20Jacklyn%20Laflamme%20South%20Florida%20Artist%20copy-squashed.jpg");
}
.bg-New-202-20Logo-20Photo-20Artist-20Jacklyn-20Laflamme-20In-20Living-20Color-20for-20website-20copy-squashed{
	background-image:url("img/New%202%20Logo%20Photo%20Artist%20Jacklyn%20Laflamme%20In%20Living%20Color%20for%20website%20copy-squashed.jpg");
}

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

.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
/* Image Overlay */.img-overlay-main-container{
		position:relative;
}
.img-overlay-container{
		opacity:0;
		position:absolute;
		width:100%;
		text-align:center;
		background:rgba(0,0,0,.7);
		height:100%;
		color:#FFF;
		transition: all .3s ease-in-out;
}
.img-overlay-main-container:hover .img-overlay-container{
		opacity:1;
		transition: all .3s ease-in-out;
}
.overlay-light .img-overlay-container{
	background:rgba(255,255,255,.7);
	color:rgba(0,0,0,.7);
}
.overlay-push-right,.overlay-push-left,.overlay-push-up,.overlay-push-down,.overlay-zoom-out{
	overflow: hidden;
}
/* Zoom In */.overlay-zoom-in .img-overlay-container{
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
}
.overlay-zoom-in:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Zoom Out */.overlay-zoom-out .img-overlay-container{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
}
.overlay-zoom-out:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Push Up,Down,Left,Right */.overlay-push-up .img-overlay-container{
		-webkit-transform: translateX(0) translateY(100%);
		-ms-transform: translateX(0) translateY(100%);
		transform: translateX(0) translateY(100%);
}
.overlay-push-down .img-overlay-container{
		-webkit-transform: translateX(0) translateY(-100%);
		-ms-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%);
	}
.overlay-push-right .img-overlay-container{
		-webkit-transform: translateX(100%) translateY(0);
		-ms-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
.overlay-push-left .img-overlay-container{
		-webkit-transform: translateX(-100%) translateY(0);
		-ms-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0);
	}
.overlay-push-up:hover .img-overlay-container,.overlay-push-down:hover .img-overlay-container,.overlay-push-right:hover .img-overlay-container, .overlay-push-left:hover .img-overlay-container{
		-webkit-transform: translateX(0%) translateY(0);
		-ms-transform: translateX(0%) translateY(0);
		transform: translateX(0%) translateY(0);
		transition: all .3s ease-in-out;
}
/* 3D Rotate */.overlay-3d-container{
		perspective: 1000px;
		-webkit-perspective: 1000px;
}
.overlay-flip-y,.overlay-flip-x{
		-webkit-transform-style: preserve-3d;
	  	transform-style: preserve-3d;
	  	transition: transform 1s;
	  	pointer-events: none;
}
.overlay-flip-x .img-overlay-container,.overlay-flip-y .img-overlay-container{
		pointer-events: all;
}
.overlay-flip-y img,.overlay-flip-x img, .overlay-flip-y .img-overlay-container,.overlay-flip-x .img-overlay-container {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 1;
}
.overlay-3d-container:hover .overlay-flip-y {
	  	-webkit-transform: rotateY(180deg);
	  	-ms-transform: rotateY(180deg);
	  	transform: rotateY(180deg);
}
.overlay-flip-y .img-overlay-container {
	  	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
.overlay-3d-container:hover .overlay-flip-x {
	  	transform: rotateX(180deg);
	  	-webkit-transform: rotateX(180deg);
	  	-ms-transform: rotateX(180deg);
}
.overlay-flip-x .img-overlay-container  {
		-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
	  	transform: rotateX(180deg);
}
.edit-mode  {
	    display: grid;
	      grid-template-columns: repeat(4, 1fr);
	      grid-gap: 10px;
}
	.edit-mode img{
	 width: 100%;
	 padding: 7px 0;
}
.owl-carousel a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.edit-mode {
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}

/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.p-style{
		font-size:14px;
	}
	.p-bloc-62-style{
		font-size:14px;
	}
	.p-19-style{
		font-size:16px;
	}
	.p-bloc-158-style{
		font-size:16px;
	}
	.p-bloc-131-style{
		font-size:14px;
	}
	.p-bloc-188-style{
		font-size:14px;
	}
	.p-bloc-11-style{
		font-size:14px;
	}
	.p-bloc-13-style{
		font-size:14px;
	}
	.p-30-style{
		font-size:14px;
	}
	.p-bloc-14-style{
		font-size:14px;
	}
	.p-bloc-15-style{
		font-size:14px;
	}
	.h4-company-policy-style{
		color:#03084B!important;
	}
	.footer-link{
		font-size:12px;
	}
	.p-bloc-135-style{
		font-size:14px;
	}
	.p-bloc-68-style{
		font-size:14px;
	}
	.h6-style{
		font-size:12px;
	}
	.p-65-style{
		font-size:14px;
	}
	.p-bloc-240-style{
		font-size:14px;
	}
	.p-bloc-143-style{
		font-size:14px;
	}
	.p-95-style{
		font-size:14px;
	}
	.p-bloc-487-style{
		font-size:14px;
	}
	.p-bloc-488-style{
		font-size:14px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.img-bloc-117-style{
		width:265px;
	}
	.img-style{
		width:260px;
	}
	.img-390-style{
		width:260px;
	}
	.p-style{
		font-size:12px;
	}
	.p-bloc-85-style{
		font-size:14px;
	}
	.p-bloc-98-style{
		font-size:14px;
	}
	.p-19-style{
		font-size:14px;
	}
	.p-bloc-68-style{
		font-size:12px;
	}
	.p-bloc-75-style{
		font-size:14px;
	}
	.p-bloc-83-style{
		font-size:14px;
	}
	.p-17-style{
		font-size:14px;
	}
	.p-bloc-97-style{
		font-size:14px;
	}
	.p-bloc-158-style{
		font-size:12px;
	}
	.p-bloc-131-style{
		font-size:12px;
	}
	.p-bloc-188-style{
		font-size:12px;
	}
	.p-bloc-236-style{
		font-size:14px;
	}
	.p-bloc-135-style{
		font-size:12px;
	}
	.p-bloc-240-style{
		font-size:12px;
	}
	.p-bloc-143-style{
		font-size:12px;
	}
	.p-95-style{
		font-size:12px;
	}
	.p-bloc-487-style{
		font-size:12px;
	}
	.p-bloc-488-style{
		font-size:11px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.hero-header-text{
		font-size:50px;
	}
	.p-style{
		font-size:12px;
	}
	.p-bloc-85-style{
		font-size:12px;
	}
	.p-bloc-98-style{
		font-size:12px;
	}
	.p-19-style{
		font-size:12px;
	}
	.p-bloc-68-style{
		font-size:12px;
	}
	.p-bloc-75-style{
		font-size:12px;
	}
	.p-bloc-83-style{
		font-size:12px;
	}
	.p-17-style{
		font-size:12px;
	}
	.h3-bloc-85-style{
		font-size:14px;
	}
	.p-bloc-97-style{
		font-size:12px;
	}
	.p-bloc-62-style{
		font-size:12px;
	}
	.h3-bloc-62-style{
		font-size:27px;
	}
	.p-bloc-158-style{
		font-size:12px;
	}
	.p-bloc-131-style{
		font-size:12px;
	}
	.p-bloc-188-style{
		font-size:12px;
	}
	.p-bloc-236-style{
		font-size:12px;
	}
	.p-bloc-11-style{
		font-size:12px;
	}
	.p-bloc-13-style{
		font-size:12px;
	}
	.p-30-style{
		font-size:12px;
	}
	.p-bloc-14-style{
		font-size:12px;
	}
	.p-bloc-15-style{
		font-size:12px;
	}
	.p-bloc-135-style{
		font-size:12px;
	}
	.h6-style{
		font-size:9px;
	}
	.p-65-style{
		font-size:12px;
	}
	.p-bloc-240-style{
		font-size:12px;
	}
	.p-bloc-143-style{
		font-size:12px;
	}
	.p-95-style{
		font-size:12px;
	}
	.p-bloc-492-style{
		font-size:12px;
	}
	.h1-style{
		font-size:18px;
	}
	
}

