/*-----------------------------------------------------------------------------------
	The Three Purple Children
	About: Go on a fun adventure with the book The Three Purple Children. Enjoy the sunny day with all their friends as they sing and play along the way. Recommended reading for children of all ages.
	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;
}

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

@font-face {
	font-family:'BigelowRules-Regular';
	src: url('./fonts/BigelowRules-Regular/BigelowRules-Regular.ttf');
	src: url('./fonts/BigelowRules-Regular/BigelowRules-Regular.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;
}


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


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

/* Circles Menu Icon Vertical */
.navbar-light .menu-icon-circles-vert .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm0-11A3.5,3.5,0,1,1,12,4.5,3.5,3.5,0,0,1,15.5,1Zm0,22A3.5,3.5,0,1,1,12,26.5,3.5,3.5,0,0,1,15.5,23Z'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-circles-vert .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm0-11A3.5,3.5,0,1,1,12,4.5,3.5,3.5,0,0,1,15.5,1Zm0,22A3.5,3.5,0,1,1,12,26.5,3.5,3.5,0,0,1,15.5,23Z'/%3E%3C/svg%3E");
}
.navbar-toggle.menu-icon-circles-vert{
	margin-top:0px!important;
}
/* 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;
}

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


/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



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



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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h1-style{
	font-family:(null);
	font-size:20px;
	color:#9120CC!important;
	font-weight:bold;
}
.h1-2-style{
	font-family:"BigelowRules-Regular";
	font-size:75px;
	color:#9120CC!important;
}
.h4-style{
	font-family:"BigelowRules-Regular";
	font-size:40px;
}
.h4-follow-us-style{
	font-family:"BigelowRules-Regular";
	font-size:40px;
}
.h4-company-policy-style{
	font-family:"BigelowRules-Regular";
	color:#02105E!important;
	font-size:40px;
}
.h6-style{
	color:#424242!important;
}
.footer-link{
	font-size:14px;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
	font-family:"BigelowRules-Regular";
}
.deep-green-bg-gradient{
	background:linear-gradient(170deg, #00FFA3, #008500);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
	font-family:"BigelowRules-Regular";
	font-size:80px;
}
.link-style{
	width:20px;
	font-family:"BeautifulPeoplePersonalUse";
}
.menu-text{
	font-family:"BeautifulPeoplePersonalUse";
	font-size:14pt;
	text-align:center;
	color:transparent!important;
}
.text-left{
	font-family:"BeautifulPeoplePersonalUse";
	color:#011892!important;
	font-size:10pt;
	font-weight:normal;
}
.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;
}
.h1-4893-style{
	font-family:"BigelowRules-Regular";
	font-size:75px;
	text-align:right;
	color:transparent!important;
}
.h1-bloc-1-style{
	font-family:"ARCHRISTY";
	font-size:66px;
}
.p-bloc-18-style{
	font-size:16px;
}
.img-22-style{
	width:819px;
}
.img-style{
	width:600px;
}
.img-bloc-3-style{
	width:600px;
}
.img-bloc-6-style{
	width:598px;
}
.p-bloc-21-style{
	color:#424242!important;
}
.p-3-style{
	color:#424242!important;
}
.h3-style{
	font-family:"BigelowRules-Regular";
	color:#9120CB!important;
}
.h2-style{
	font-size:28px;
	font-family:"BigelowRules-Regular";
}
.p-style{
	font-size:15px;
}
.p-bloc-492-style{
	text-align:justify;
}
.newbutton{
	font-family:"BigelowRules-Regular";
	color:#9120CC!important;
	text-decoration:none;
	background-size:length;
	font-size:35px;
}
.btn-color{
	color:#9121cd;
}
.btn-style{
	color:#9E0CD3!important;
}

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


/* Text colour styles */

.tc-dark-orchid{
	color:#9120CC!important;
}
.tc-dark-orchid-2{
	color:#9120CC!important;
}
.tc-outer-space{
	color:#424242!important;
}
.tc-oxford-blue{
	color:#03084C!important;
}

/* Button colour styles */

.btn-dark-orchid{
	background:#9120CC;
	color:#FFFFFF!important;
}
.btn-dark-orchid:hover{
	background:#741aa3!important;
	color:#FFFFFF!important;
}
.btn-dark-orchid-2{
	background:#9120CC;
	color:#FFFFFF!important;
}
.btn-dark-orchid-2:hover{
	background:#741aa3!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-dark-orchid{
	color:#9120CC!important;
}
.ltc-dark-orchid:hover{
	color:#741aa3!important;
}
.ltc-outer-space{
	color:#424242!important;
}
.ltc-outer-space:hover{
	color:#353535!important;
}

/* Bloc image backgrounds */

.bg-The-Three-Purple-Children-Jacklyn-Laflamme-illustrator--Lilian-White-author-Grass{
	background-image:url("img/The-Three-Purple-Children-Jacklyn-Laflamme-illustrator--Lilian-White-author-Grass-1.png");
}
.bg-The-20Three-20Purple-20Children-20Jacklyn-20Laflamme-20illustrator-20-20Lilian-20White-20author-20sun-20characters-squashed{
	background-image:url("img/The%20Three%20Purple%20Children%20Jacklyn%20Laflamme%20illustrator%20%20Lilian%20White%20author%20sun%20characters-squashed.jpg");
}
.bg-The-Three-Purple-Children-Jacklyn-Laflamme-illustrator--Lilian-White-author-Grass-1{
	background-image:url("img/The-Three-Purple-Children-Jacklyn-Laflamme-illustrator--Lilian-White-author-Grass-1.png");
}
.bg-The-Three-Purple-Children-Jacklyn-Laflamme-illustrator--Lilian-White-author-Grass{
	background-image:url("img/The-Three-Purple-Children-Jacklyn-Laflamme-illustrator--Lilian-White-author-Grass-1.png");
}

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

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


/* = 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{
	}
	.h4-company-policy-style{
		color:#011892!important;
	}
	.footer-link{
		font-size:12px;
	}
	.h6-style{
		font-size:12px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.h4-style{
		color:#8F21CC!important;
	}
	.p-bloc-487-style{
		font-size:14px;
	}
	.p-bloc-488-style{
		font-size:14px;
	}
	.h1-style{
		font-size:25px;
	}
	.p-bloc-16-style{
		font-size:18px;
	}
	.p-bloc-21-style{
		font-size:18px;
	}
	.p-3-style{
		font-size:18px;
	}
	
}

@media (max-width: 767px){
	.hero-subheader{
		font-size:22px;
	}
	.text-left{
	}
	.p-bloc-3-style{
		font-size:12px;
	}
	.p-bloc-4-style{
		font-size:12px;
	}
	.h1-4893-style{
		font-size:60px;
	}
	.p-bloc-16-style{
		font-size:12px;
	}
	.link-0-style{
		width:100%;
	}
	.h4-style{
		color:#9120C6!important;
	}
	.h4-company-policy-style{
		color:#9120CC!important;
	}
	.p-bloc-487-style{
		font-size:12px;
	}
	.p-bloc-488-style{
		font-size:11px;
	}
	.h1-bloc-1-style{
		font-size:43px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.h6-style{
		font-size:9px;
	}
	.p-3-style{
		font-size:12px;
	}
	.p-bloc-21-style{
		font-size:12px;
	}
	.h1-4893-style{
		font-size:75px;
	}
	.h1-style{
		font-size:12px;
	}
	.p-bloc-16-style{
		font-size:12px;
	}
	.h1-bloc-1-style{
		font-size:24px;
	}
	.menu-text{
		color:#D783FF!important;
	}
	.h4-follow-us-style{
		color:transparent!important;
	}
	.h4-style{
		color:#9120CC!important;
	}
	.h4-company-policy-style{
		color:#911FCC!important;
	}
	.p-style{
		font-size:12px;
	}
	.btn-style{
		border-radius:0px 0px 0px 0px;
	}
	.p-bloc-492-style{
		font-size:12px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

