/*-----------------------------------------------------------------------------------
	Anatasia
	About: A shiny new Blocs website.
	Author: Kittiphun Ruttanakorn
	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;}}

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


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

/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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






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


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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.image-bg-1{
	background-image:url("img/model.png");
	background-size:cover;
}
.image-bg-2{
	background-image:url("img/cosmatic.jpg");
	background-size:cover;
}
.img-style-01{
	width:100%;
	position:absolute;
	z-index:2;
}
.image-01{
	width:100%;
}
.img-style-02{
	width:100%;
	margin-top:-20%;
}
.img-style-03{
	position:absolute;
	width:100%;
	z-index:2;
}
.img-style-04{
	width:100%;
	z-index:0;
	position:absolute;
	bottom:0%;
}
.text-01{
	color:#FEFFFF!important;
	font-family:"Prompt";
	font-weight:300;
	font-size:15px;
	text-align:center;
}
.h1-01{
	text-align:center;
	font-family:"Prompt";
	font-weight:600;
	color:#FEFFFF!important;
	font-size:25px;
	padding-right:10px;
}
.h1-02{
	text-align:center;
	background-color:#C9AF56;
	text-transform:uppercase;
	font-family:"Prompt";
	font-weight:300;
	font-size:20px;
	font-style:italic;
	width:400px;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
}
.text-head-01{
	color:#C9AF56!important;
	font-family:"Prompt";
	text-align:center;
	font-size:30px;
}
.text-02{
	font-family:"Prompt";
	color:#858585!important;
	padding-bottom:30px;
	font-size:19px;
	padding-top:20px;
}
.h1-03{
	font-family:"Prompt";
	font-weight:500;
	font-size:26px;
	color:#0D2137!important;
	padding-bottom:30px;
}
.h1-04{
	text-align:center;
	color:#C9AF56!important;
	border-style:solid;
	border-color:#C9AF56!important;
	font-family:"Taviraj";
	font-weight:400;
	font-size:30px;
	text-transform:uppercase;
	font-style:italic;
	margin:0% 50px 10px 50px;
	padding:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
}
.text-03{
	text-align:center;
	font-family:"Prompt";
	font-weight:500;
}
.text-head-02{
	font-family:"Prompt";
	color:#5A5B5A!important;
	font-size:25px;
	margin-bottom:0px;
}
.text-04{
	color:#5A5B5A!important;
	font-family:"Prompt";
	font-size:14px;
}
.image-02{
	width:90%;
}
.column-02{
	padding:50px 100px 100px 100px;
}
.image-user{
	top:0px;
	width:70%;
	position:relative;
	left:10%;
	border-radius:10px 10px 10px 10px;
}
.div-user-text{
	background-color:rgba(255,255,255,0.80);
	position:relative;
	top:-10%;
	left:20%;
	right:0px;
	bottom:0px;
	width:80%;
	padding:20px 20px 20px 20px;
	border-radius:10px 10px 10px 10px;
}
.text-user{
	font-family:"Prompt";
	color:#000000!important;
	font-size:14px;
}
.store-user{
	font-family:"Taviraj";
	text-transform:uppercase;
	font-style:italic;
	font-weight:700;
	font-size:18px;
	color:#5A5B5A!important;
	margin-bottom:0px;
}
.row-01{
	margin-top:5%;
	margin-right:5%;
	margin-left:5%;
}
.h1-05{
	color:#C9AF56!important;
	font-family:"Prompt";
}
.column-03{
	background-color:rgba(254,255,255,0.80);
	padding:20px 25px 30px 25px;
}
.button-01{
	background-color:#7B3841;
	font-family:"Taviraj";
	font-weight:500;
	font-style:italic;
	border-style:_popUpItemAction;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.button-01:hover{
	background-color:#B33841;
	color:#FEFFFE!important;
}
.text-header-03{
	font-family:"Prompt";
	color:#FEFFFE!important;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
}
.text-header-01{
	font-family:"Prompt";
	font-weight:500;
	font-size:17px;
	color:#FEFFFE!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.input-01{
	background-color:#FEFFFE;
	border-style:solid;
	font-family:"Prompt";
	color:#333533!important;
	padding:27px 27px 27px 27px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.space-01{
	margin-bottom:40px;
}
.text-footer{
	color:#FFFFFF!important;
	padding-top:20px;
}
.row-02{
	height:350px;
}
.row-03{
	margin-right:10%;
	margin-left:10%;
}
.time-line{
	position:absolute;
	z-index:0;
	width:60%;
	left:20%;
	top:105%;
}
.qrcode-image{
	width:100%;
}
.row-04{
	padding:30px 30px 30px 30px;
}
.link-text-01{
	color:#FEFFFE!important;
	font-family:"Taviraj";
	font-weight:bold;
}
.text-head-03{
	color:#C9AF56!important;
	font-family:"Prompt";
	font-weight:500;
}
.text-head-04{
	color:#5A5B5A!important;
	font-family:"Prompt";
	font-size:16px;
}
.for-sticky{
	background-size:auto 100%;
	background-image:url("img/cover.jpg");
}
.img-side-buttom{
	height:350px;
	position:fixed;
	right:0px;
	top:25%;
	z-index:100;
}
.bloc-side-bar{
	right:0px;
	z-index:0;
}
.logo{
	width:10%;
}
.row-05{
	padding-top:25%;
	padding-right:5%;
	padding-left:5%;
}
.text-02-1{
	font-family:"Prompt";
	color:#858585!important;
	padding-bottom:30px;
	font-size:19px;
	padding-top:20px;
}
.h1-02-1{
	text-align:center;
	background-color:#C9AF56;
	text-transform:uppercase;
	font-family:"Prompt";
	font-weight:300;
	font-size:20px;
	font-style:italic;
	width:400px;
	margin-top:20px;
	margin-bottom:50px;
	padding:10px 10px 10px 10px;
}
.form-control{
	background-color:#FEFFFE;
	font-family:"Prompt";
	color:#333533!important;
	width:100%;
	padding-left:30px;
	padding-right:20px;
	font-weight:200;
	font-size:16px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}

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

/* Background colour styles */

.bgc-seal-brown{
	background-color:#2C1213;
}
.bgc-white-smoke{
	background-color:#F6F5F5;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-dark-lava{
	background-color:#343434;
}
.bgc-vegas-gold{
	background-color:#C9AF56;
}

/* Bloc image backgrounds */


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



/* = 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){
	.row-02{
		height:900px;
	}
	.h1-03{
		text-align:center;
	}
	.text-02{
		text-align:center;
	}
	.h1-01{
		font-size:20px;
	}
	.text-01{
		font-size:13px;
	}
	.text-head-02{
		text-align:center;
	}
	.text-user{
		font-size:30px;
	}
	.store-user{
		font-size:20px;
		text-align:center;
	}
	.column-03{
		padding:10px 10px 10px 10px;
	}
	.text-header-03{
		text-align:center;
	}
	.text-header-01{
		text-align:center;
	}
	.text-footer{
		text-align:center;
	}
	.text-head-03{
		text-align:center;
	}
	.text-head-04{
		text-align:center;
	}
	.row-05{
		padding-top:10%;
	}
	.text-02-1{
		text-align:center;
	}
	
}

@media (max-width: 767px){
	.row-02{
		height:800px;
	}
	.text-user{
		font-size:20px;
	}
	.column-03{
		padding:10px 10px 10px 10px;
	}
	.row-05{
		height:350px;
	}
	.img-style-05{
		width:100%;
	}
	
}

@media (max-width: 575px){
	.h1-02{
		font-weight:500;
		width:90%;
		font-size:14px;
		margin-bottom:30px;
		padding:10px 10px 10px 10px;
	}
	.store-user{
		text-align:center;
		font-size:17px;
	}
	.text-user{
		text-align:center;
		font-size:15px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.text-head-01{
		text-align:center;
		font-size:15px;
	}
	.row-02{
		height:100%;
	}
	.text-04{
		text-align:center;
		font-size:13px;
		padding:5px 5px 5px 5px;
	}
	.text-head-02{
		text-align:center;
		font-size:16px;
	}
	.text-footer{
		text-align:center;
		font-family:"Prompt";
		font-size:14px;
	}
	.h1-03{
		text-align:center;
		font-size:15px;
		padding-bottom:10px;
		padding-top:10px;
		margin:10px 10px 10px 10px;
	}
	.text-02{
		text-align:center;
		font-size:16px;
		font-weight:300;
		word-spacing:1px;
		margin-bottom:50px;
		padding-left:5px;
		padding-right:5px;
	}
	.h1-01{
		font-size:20px;
		text-align:center;
	}
	.text-header-03{
		text-align:center;
		font-size:24px;
	}
	.text-header-01{
		text-align:center;
		font-size:13px;
	}
	.column-03{
		background-color:#EAE8E9;
		padding:20px 20px 30px 20px;
	}
	.text-01{
		text-align:center;
		font-weight:300;
		font-size:17px;
		margin:0px 0px 0px 0px;
	}
	.column-02{
		padding-right:10px;
		padding-left:10px;
	}
	.h1-04{
		font-size:25px;
	}
	.row-04{
		height:100%;
		padding:25px 5px 25px 5px;
	}
	.text-span-color{
		color:#ffffff;
	}
	.text-head-03{
		text-align:center;
		font-size:20px;
	}
	.text-head-04{
		text-align:center;
		font-size:14px;
	}
	.space-02{
		margin-top:20px;
	}
	.space-01{
		margin-bottom:20px;
	}
	.footer-fix{
		margin-bottom:60px;
	}
	.img-style-01{
		z-index:0;
	}
	.for-sticky{
		background-size:auto 100%;
		background-origin:border-box;
		background-position:center center;
		background-color:#F1F2F1;
	}
	.h1-06{
		font-family:"Prompt";
		font-size:20px;
		text-align:center;
		font-weight:500;
	}
	.bloc-hero-mobile{
	}
	.sticky-bottom{
		background-color:#C9AF56;
		position:fixed;
		bottom:0px;
		align-items:center;
		left:0px;
		right:0px;
		z-index:100;
		height:80px;
	}
	.text-05{
		text-align:center;
		font-family:"Prompt";
		font-weight:600;
		color:#FEFFFE!important;
		font-size:26px;
		padding:0px 0px 0px 0px;
	}
	.space-footer{
		margin-bottom:80px;
	}
	.text-06{
		font-family:"Prompt";
		font-weight:500;
		font-size:15px;
	}
	.text-07{
		font-family:"Prompt";
		font-weight:700;
		font-size:26px;
		margin-bottom:0px;
		text-align:center;
	}
	.text-08{
		font-family:"Prompt";
		font-weight:500;
		font-size:24px;
		margin-bottom:0px;
	}
	.div-user-text{
		left:0%;
		width:100%;
		z-index:0;
		top:-12px;
		border-radius:10px 10px 10px 10px;
	}
	.image-user{
		z-index:1;
		right:10%;
		left:10%;
		width:80%;
		box-shadow:0px 5px 10px #2B1114;
		border-radius:10px 10px 10px 10px;
	}
	.input-01{
		text-align:left;
		background-color:#FFFFFF;
		padding:27px 27px 27px 27px;
		border-width:1px 1px 1px 1px;
	}
	.logo{
		padding-top:10px;
		padding-bottom:10px;
		width:40%;
	}
	.sticky-top{
		position:fixed;
		top:0px;
		height:60px;
	}
	.fix-mobile{
		margin-top:60px;
	}
	.row-05{
		height:100%;
		padding-right:25px;
		padding-top:25px;
		padding-bottom:25px;
	}
	.img-side-buttom{
		z-index:100;
	}
	.column-04{
		background-color:#2B1114;
		color:#FEFFFF!important;
		padding-top:20px;
		padding-bottom:20px;
	}
	.qrcode-image{
		padding:20px 45px 0px 45px;
	}
	.image-02{
		margin-top:10px;
		margin-bottom:20px;
	}
	.text-02-1{
		text-align:center;
		font-size:15px;
		font-weight:300;
		word-spacing:1px;
		margin-bottom:0px;
		padding:20px 5px 0px 5px;
	}
	.div-1{
		height:20px;
		background-color:#2B1114;
	}
	.h1-02-1{
		font-weight:500;
		width:90%;
		font-size:14px;
		margin-bottom:30px;
		padding:10px 10px 10px 10px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}
.h1-store-01{
	font-family:"Prompt";
	font-weight:700;
	text-align:center;
	color:#C9AF56!important;
}
.h3-store-01{
	text-align:center;
	font-family:"Prompt";
	font-weight:700;
	color:#B23741!important;
}
.img-store-01{
	border-radius:10px 10px 10px 10px;
}
.button-03{
	background-color:#00C000;
	font-family:"Prompt";
	font-weight:700;
	border-radius:10px 10px 10px 10px;
}
.button-03:hover{
	background-color:rgba(0,193,0,0.80);
}
.button-02{
	background-color:#B23741;
	font-family:"Prompt";
	font-weight:500;
	border-radius:10px 10px 10px 10px;
}
.button-02:hover{
	background-color:#C9AF56;
}
.form-control{
	text-align:left;
	background-color:#FFFFFF;
	height:40px;
	padding-left:20px;
	border-width:0px 0px 0px 0px;
}
