/*-----------------------------------------------------------------------------------
	MLJ Fine Arts
	About: A shiney new Blocs website.
	Author: Catherine
	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 ugly blue 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;}}

/* = 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-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}


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


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


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = 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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.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
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}


/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* 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;
}
.showScrollTop{
	opacity: 1;
}
.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;
}

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

.headmj{
	text-align:center;
	font-size:55px;
	color:#EAEAEA!important;
	font-family:"Lato";
	font-weight:400;
}
.img-style{
	width:300px;
}
.mjsub2{
	color:#000000!important;
	font-family:"Lato";
	font-weight:400;
	font-size:35px;
}
.subsubmj{
	font-size:26px;
	color:#000000!important;
	font-family:"Lato";
	font-weight:400;
}
.copymj{
	color:#000000!important;
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
}
.buttonmj{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
	height:40px;
	background-color:#009192;
	background-position:center center;
	width:45%;
	padding:3px 3px 3px 3px;
}
.img-bloc-6-style{
	width:400px;
}
.pic1mj{
	width:260px;
	height:300px;
}
.titlemj{
	font-family:"Lato";
	font-weight:400;
	font-size:25px;
	color:#5E5E5E!important;
}
.circlepic{
	width:135px;
	height:135px;
	background-size:1000px 1300px;
	background-color:#FEFFFF;
}
.mjquote{
	font-size:30px;
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	font-style:italic;
	color:#5E5E5E!important;
}
.mjquote2{
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
	text-align:center;
	color:#5E5E5E!important;
}
.buttonmj2{
	height:45px;
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
	text-align:center;
	background-color:#009192;
	background-position:center center;
	float:none;
	border-style:none;
	width:50%;
	margin:0px 0px 0px 0px;
	padding:6px 6px 6px 6px;
	border-radius:0px 0px 0px 0px;
}
.footer1{
	font-family:"Lato";
	font-weight:400;
	font-size:25px;
	text-align:left;
	color:#FEFFFF!important;
}
.footer2{
	font-family:"Lato";
	font-weight:400;
	text-align:left;
	color:#A9A9A9!important;
	font-size:18px;
}
.mjsub{
	color:#000000!important;
	font-family:"Lato";
	font-weight:400;
	font-size:40px;
}
.navbar-brand img{
	width:70px;
	height:80px;
}
.logomj{
	background-image:url("img/46Michelle%20Jäger%20Fine%20Art.jpg");
	background-size:60px 70px;
}
.row-style{
	width:100%;
}
.img-2-pic-style{
	height:400px;
}
.gallp{
	width:367px;
	height:445px;
	background-color:#FEFFFF;
	background-size:367px 445px;
}
.gallr{
	width:263px;
	height:328px;
	background-color:#FEFFFF;
	background-position:center center;
	background-repeat:no-repeat;
}
.g1{
	width:263px;
	height:311px;
	background-color:#FEFFFF;
	float:none;
	padding:0px 0px 0px 0px;
}
.subblack{
	font-family:"Lato";
	font-weight:400;
	color:#5E5E5E!important;
	font-size:45px;
}
.mjlogo2{
	width:70px;
	height:100px;
}
.card-footer-style{
	width:100%;
}
.btn-style-mod{
	width:130px;
	height:50px;
	background-color:#009192;
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	padding:7px 7px 7px 7px;
}
.underpic{
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	font-size:28px;
	color:#797979!important;
}
.img-4-style{
	width:500px;
}
.h1-style{
	font-family:Lato;
	font-weight:400;
}
.iconmj{
	width:60px;
	height:60px;
	background-size:60px 60px;
	background-color:#FEFFFF;
}
.img-29-style{
	width:200px;
	height:200px;
}
.buttonmj2:hover{
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
}
.buttonmj2:active{
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
}
.slide{
	background-color:#FEFFFF;
}
.smallpicmj{
	background-color:#FEFFFF;
	width:400px;
	height:320px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.mjcontact{
	font-family:"Lato";
	font-weight:400;
	color:#5E5E5E!important;
}
.mjpics4{
	background-color:#FEFFFF;
	background-size:500px 800px;
	width:70%;
	height:100px;
}
.picmjnew{
	background-size:300px 600px;
}
.homecopy{
	font-family:"Lato";
	font-weight:400;
	color:#5E5E5E!important;
	font-size:18px;
	text-align:left;
}
.leftbutton{
	font-family:"Lato";
	font-weight:400;
	font-size:22px;
	text-align:center;
	background-position:center center;
	height:45px;
	width:25%;
	overflow:visible;
	float:left;
	background-color:#009192;
	padding:5px 5px 5px 5px;
}
.newmjbutt{
	background-color:#009192;
	font-family:"Lato";
	font-weight:400;
	font-size:25px;
	width:130px;
	height:45px;
	margin:27px 0px 0px 0px;
	padding:1px 1px 1px 1px;
}
.img-31-style{
	width:400px;
}
.white1{
	color:#FEFFFF!important;
	font-size:30px;
}
.white2{
	font-size:25px;
	color:#FEFFFF!important;
}
.copygallery{
	font-family:"Lato";
	font-weight:400;
	font-size:26px;
	text-align:center;
}
.quotebold{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
	color:#5E5E5E!important;
}
.h4-style{
	width:100%;
}
.newquote{
	font-family:"Lato";
	font-weight:400;
	font-style:italic;
	font-size:32px;
	line-height:35pt;
}
.newquote2{
	font-family:"Lato";
	font-weight:600;
	font-size:18px;
}
.quotepic{
	background-color:#FEFFFF;
	height:0px;
	min-width:220px;
	min-height:220px;
	max-width:220px;
	max-height:220px;
	float:initial;
	background-position:center center;
	overflow:visible;
	background-repeat:no-repeat;
	border-style:none;
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	width:0%;
}
.copymj2{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	color:#919191!important;
	text-align:center;
	line-height:22pt;
}
.picnew{
	background-color:#FEFFFF;
}
.img-bloc-11-style{
	border-radius:0px 0px 0px 0px;
}
.mjsubg{
	font-family:"Lato";
	font-weight:400;
	color:#919191!important;
	font-size:30px;
}
.menu{
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
}
.mjhead{
	font-family:"Lato";
	font-weight:400;
	font-size:40px;
	color:#797979!important;
	text-align:center;
}
.subgall{
	font-size:28px;
	font-family:"Lato";
	font-weight:400;
	color:#797979!important;
	text-align:center;
}
.img-14-style{
	width:200px;
	height:200px;
}
.imageee{
	width:500px;
	height:500px;
	min-width:500px;
	min-height:500px;
}
.img-margin-bottom{
	margin-bottom:68px;
}
.row-17-style{
	width:77.89%;
}
.p-style{
	width:82.89%;
}
.newhead1{
	font-family:"Lato";
	font-weight:400;
	font-size:45px;
	text-align:center;
}
.copyservices{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	text-align:center;
	color:#5E5E5E!important;
}
.row-39-style{
	width:61.67%;
}
.profile2{
	width:60%;
	background-color:#FEFFFF;
	text-shadow:0px 11px 7px #000000;
	box-shadow:0px 5px 9px #008F51;
	margin-bottom:30px;
}
.img-48-style{
	width:191px;
}
.modulbutton{
	width:20%;
	background-color:#009192;
	font-family:"Lato";
	font-weight:400;
	font-size:25px;
	text-align:center;
}
.mjformmodul{
	width:90%;
	text-align:left;
}
.submitmj{
	background-color:#009192;
	font-family:"Lato";
	font-weight:400;
	font-size:22px;
	color:#FEFFFF!important;
	text-align:center;
}
.contact-copy{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	color:#5E5E5E!important;
	text-align:center;
}
.translogo{
	width:80px;
	background-color:transparent;
	float:none;
}
.studioc{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	text-align:left;
	color:#C0C0C0!important;
}
.img-bloc-4-style{
	width:135px;
}
.h3-bloc-4-style{
	width:100%;
}
.img-39357-style{
	width:300px;
}
.h4-bloc-4-style{
	width:96.58%;
}
.abouthead{
	font-family:"Lato";
	font-weight:400;
	font-size:40px;
	color:#5E5E5E!important;
	text-align:center;
}
.ban1{
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	font-size:25px;
	color:#FEFFFF!important;
}
.ban2{
	font-family:"Lato";
	font-weight:400;
	font-size:22px;
	text-align:center;
	color:#FEFFFF!important;
}
.card-body-style{
	height:66px;
}
.p-bloc-2-color{
	color:#ffffff;
}
.head1new{
	text-decoration:none;
	text-align:center;
	font-family:"Lato";
	font-weight:400;
	color:#5E5E5E!important;
	font-size:35px;
}
.onsalepic{
	width:350px;
	height:450px;
}
.together{
	width:410px;
	height:400px;
	min-width:0px;
}
.img-bloc-79-style{
	width:980px;
}
.link-style{
	width:77.19%;
	background-color:transparent;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:400;
}
.img-bloc-20-style{
	height:98px;
}
.h3-bloc-17-style{
	width:100%;
	font-size:26px;
}
.bold1line{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	color:#EAEAEA!important;
}
.boxes{
	width:400px;
	height:410px;
}
.in-a-row-box{
	width:400px;
	height:400px;
}
.in-a-row{
	width:370px;
	height:370px;
}
.img-bloc-61-style{
	height:430px;
}

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

/* Background colour styles */

.bgc-dark-cyan{
	background-color:#009192;
}
.bgc-black{
	background-color:#000000;
}
.bgc-white{
	background-color:#FFFFFF;
}

/* Icon colour styles */

.icon-dark-cyan{
	color:#009192!important;
	border-color:#009192!important;
}

/* Bloc image backgrounds */

.bg-24-20MLJ-Fine-Art{
	background-image:url("img/24%20MLJ_Fine_Art.png");
}
.bg-21-20MLJ-Fine-Art{
	background-image:url("img/21%20MLJ_Fine_Art.png");
}
.bg-46-20MLJ-Fine-Art{
	background-image:url("img/46%20MLJ_Fine_Art.png");
}
.bg-57-20MLJ-Fine-Art{
	background-image:url("img/57%20MLJ_Fine_Art.png");
}
.bg-62-20MLJ-Fine-Art{
	background-image:url("img/62%20MLJ_Fine_Art.png");
}
.bg-30-20MLJ-Fine-Art{
	background-image:url("img/30%20MLJ_Fine_Art.png");
}
.bg-13-20MLJ-Fine-Art{
	background-image:url("img/13%20MLJ_Fine_Art.png");
}

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

/* = Snap Scroll Pagination-------------------------------------------------------------- */.snap-scroll-pagination {
		font-size:1.1em;
		list-style: none;
		padding:0 5px;
		position:fixed;
		left:20px;
		top: 50%;
	  	transform: translateY(-50%);
		z-index: 10;
}
.right-align.snap-scroll-pagination{
		right:20px;
		left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination{
		background: rgba(255,255,255,0.3);
		border-radius: 6px;
}
.snap-scroll-pagination a {
		display:block;
		color:rgba(0,0,0,.8);
		height:20px;
		width: 20px;
		margin:5px 0;
		position:relative;
}
.snap-scroll-paginate-dashes a{
		height:30px;
		width:8px;
}
.snap-scroll-pagination a .hover-text {
		color: rgba(0,0,0,0.5);
		position:absolute;
		display: none;
		left:35px;
		top:-5px;
		opacity:0;
		width:300px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text{
		top:2px;
}
.right-align.snap-scroll-pagination a .hover-text {
		text-align:right;
		right:35px;
		left:initial;
}
.snap-scroll-pagination a:hover .hover-text {
		opacity: 1;
		display: inline-block;
}
.snap-scroll-pagination a:after {
		content:"";
		-webkit-transition:box-shadow 0.5s ease;
		transition:box-shadow 0.5s ease;
		width:10px;
		height:10px;
		display: block;
		border:1px solid;
		border-radius:50%;
		position: absolute;
		margin:auto;
		top:0;
		left:5px;
		bottom:0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after{
		background-color: transparent;
		width: 4px;
		height:20px;
		border-radius:0;
		left:2px;
		opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
		box-shadow:inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after{
		opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text{
		color:#FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg{
		background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
		.snap-scroll-pagination{
			left:5px;
	}
	.right-align.snap-scroll-pagination{
			right:5px;
			left: initial;
	}
}

/* = 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{
	}
	.headmj{
		font-size:42px;
	}
	.copymj{
		font-size:16px;
	}
	.buttonmj2{
		font-size:20px;
		width:40%;
		text-align:center;
		background-size:300px 100px;
		height:40px;
		margin:5px 5px 5px 5px;
		padding:4px 4px 4px 4px;
	}
	.mjsub2{
		font-size:30px;
		text-align:center;
	}
	.subsubmj{
		text-align:center;
		font-size:24px;
	}
	.circlepic{
		width:145px;
		height:145px;
	}
	.smallpicmj{
		width:190px;
		height:210px;
	}
	.submitmj{
		background-color:#009192;
		background-size:100px 20px;
		font-family:"Lato";
		font-weight:400;
		text-align:center;
		color:#FEFFFF!important;
		font-size:18px;
	}
	.leftbutton{
		width:38%;
		height:42px;
		font-size:20px;
		padding:3px 3px 3px 3px;
	}
	.homecopy{
		text-align:left;
		font-size:16px;
		line-height:16pt;
	}
	.footer1{
		font-size:22px;
	}
	.footer2{
		font-size:16px;
	}
	.img-4-style{
		width:600px;
	}
	.copymj2{
		font-family:"Lato";
		font-weight:400;
		font-size:16px;
		color:#5E5E5E!important;
		text-align:center;
		width:600px;
		line-height:20pt;
	}
	.underpic{
		font-size:22px;
	}
	.copygallery{
		font-family:"Lato";
		font-weight:400;
		font-size:20px;
	}
	.subblack{
		font-size:42px;
	}
	.mjquote{
		font-size:26px;
		font-family:"Lato";
		font-weight:400;
	}
	.quotepic{
		width:300%;
		height:300px;
		min-width:300px;
		min-height:300px;
		max-width:300px;
		max-height:300px;
	}
	.newquote{
		font-size:32px;
	}
	.mjsub{
		font-family:"Lato";
		font-weight:400;
		font-size:32px;
	}
	.mjsubg{
		font-size:24px;
	}
	.menu{
		font-size:18px;
	}
	.newhead1{
	}
	.subgall{
		font-size:24px;
		text-align:center;
	}
	.p-bloc-34-style{
		width:85.93%;
		font-size:17px;
	}
	.container-div-style{
		height:54px;
	}
	.modulbutton{
		font-size:18px;
		color:#FEFFFF!important;
		width:60%;
		text-align:center;
	}
	.copyservices{
		font-size:16px;
		width:90%;
	}
	.abouthead{
		font-size:28px;
	}
	.ban1{
		font-family:"Lato";
		font-weight:400;
		font-size:24px;
		color:#FEFFFF!important;
	}
	.ban2{
		font-size:16px;
		color:#FEFFFF!important;
	}
	
}

@media (max-width: 767px){
	.headmj{
		font-size:38px;
	}
	.mjsub2{
		text-align:center;
		font-size:30px;
	}
	.subsubmj{
		text-align:center;
		font-size:20px;
	}
	.copymj{
		text-align:center;
		font-size:16px;
	}
	.footer1{
		text-align:center;
		background-position:center center;
		font-size:18px;
	}
	.footer2{
		text-align:center;
	}
	.buttonmj2{
		font-size:16px;
		height:40px;
		width:40%;
		text-align:center;
		background-repeat:repeat;
		background-position:center center;
		margin:0px 0px 0px 0px;
		padding:6px 6px 6px 6px;
	}
	.navbar-brand img{
		width:60px;
		height:70px;
	}
	.smallpicmj{
		width:150px;
		height:170px;
	}
	.underpic{
		font-size:20px;
	}
	.leftbutton{
		float:initial;
		width:40%;
		min-width:140px;
		min-height:42px;
		padding-left:0px;
	}
	.homecopy{
		text-align:center;
		font-size:16px;
		font-family:"Lato";
		font-weight:400;
	}
	.img-4-style{
		width:500px;
	}
	.copymj2{
		width:450px;
		text-align:center;
		line-height:18pt;
	}
	.subblack{
		font-size:38px;
	}
	.copygallery{
		font-size:18px;
	}
	.newquote{
		font-size:25px;
		font-style:italic;
	}
	.quotepic{
		width:280%;
		height:280px;
		min-width:280px;
		min-height:280px;
		max-width:280px;
		max-height:280px;
	}
	.newquote2{
		font-size:16px;
	}
	.g1{
		width:263px;
		height:311px;
		float:none;
		background-position:center center;
		margin:4px 4px 4px 4px;
		padding:10px 10px 10px 10px;
	}
	.mjsub{
		font-family:"Lato";
		font-weight:400;
		font-size:22px;
	}
	.mjsubg{
		font-size:18px;
	}
	.subgall{
		font-size:18px;
	}
	.row-bloc-22-style{
		width:87.64%;
	}
	.leftbutton:hover{
		background-color:#919191;
	}
	.leftbutton:active{
		background-color:#008F51;
	}
	.mjquote{
		font-size:20px;
	}
	.abouthead{
	}
	.contact-copy{
		font-size:16px;
	}
	.ban2{
		text-align:center;
	}
	.card-body-style{
		height:88px;
	}
	.in-a-row-box{
		max-height:500px;
		width:500px;
		height:500px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.headmj{
		font-size:35px;
	}
	.img-style{
		width:260px;
		height:490px;
	}
	.mjsub2{
		font-size:25px;
		padding:14px 14px 14px 14px;
	}
	.footer2{
		text-align:center;
	}
	.navbar-brand img{
		width:50px;
		height:60px;
	}
	.buttonmj{
		width:45%;
		margin:8px 8px 8px 8px;
	}
	.buttonmj2{
		font-size:18px;
		margin:25px 25px 25px 25px;
		padding:6px 6px 6px 6px;
	}
	.underpic{
		font-size:22px;
	}
	.leftbutton{
		text-align:center;
		float:initial;
		width:70%;
	}
	.copymj2{
		font-size:14px;
		width:250px;
		line-height:16pt;
	}
	.subblack{
		font-size:32px;
	}
	.copygallery{
		font-size:16px;
	}
	.mjquote{
		font-size:18px;
		text-align:center;
		font-family:"Lato";
		font-weight:400;
		background-color:transparent;
	}
	.newmjbutt{
		font-weight:400;
		font-size:20px;
		width:100px;
		height:40px;
		padding:2px 2px 2px 2px;
	}
	.newmjbutt:hover{
		background-color:#72FCD5;
	}
	.newmjbutt:active{
		background-color:#008F51;
	}
	.homecopy{
		font-size:14px;
	}
	.newquote{
		font-family:"Lato";
		font-weight:400;
		font-size:22px;
		line-height:22pt;
	}
	.quotepic{
		height:220px;
		width:220%;
		background-size:200px 200px;
		min-width:220px;
		min-height:220px;
		max-width:220px;
		max-height:220px;
	}
	.newquote2{
		font-size:14px;
	}
	.mjsub{
		font-family:"Lato";
		font-weight:400;
		font-size:22px;
	}
	.newhead1{
		font-size:35px;
	}
	.leftbutton:active{
		font-family:"Lato";
		font-weight:400;
		font-size:20px;
		text-align:center;
	}
	.img-48-style{
		width:137px;
	}
	.row-39-style{
		width:62.96%;
	}
	.iconclass{
		font-family:"Lato";
		font-weight:400;
		color:#5E5E5E!important;
		font-size:25px;
		text-align:center;
		padding:15px 15px 15px 15px;
	}
	.h3-style{
		width:100%;
	}
	.copyservices{
		font-size:14px;
	}
	.abouthead{
	}
	.contact-copy{
		font-size:16px;
	}
	.ban1{
		font-size:18px;
	}
	.ban2{
		text-align:center;
	}
	.card-body-style{
		height:109px;
	}
	.onsalepic{
		max-height:340px;
	}
	.together{
		border-style:none;
		background-position:center top;
		text-align:center;
		display:block;
		overflow:visible;
		float:initial;
		min-width:250px;
		min-height:300px;
		height:300px;
		margin:5px 5px 5px 5px;
		padding:5px 5px 5px 5px;
	}
	.bold1line{
		font-size:16px;
	}
	.img-bloc-61-style{
		width:270px;
		height:340px;
	}
	.in-a-row-box{
		max-height:270px;
	}
	.in-a-row{
		max-height:300px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

