/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/
/*	font-family:'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體","Arial",Helvetica,sans-serif;*/
html,body{
	margin:0;padding:0;
	font-family: "Microsoft JhengHei", "微軟正黑體","Arial",Helvetica,sans-serif;
	background-color:#FFF;
}
.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, 
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1{
	padding:0px;
}

a{
	cursor:pointer;
	color:#4da1e9; 
}
a:hover{
	opacity:0.9;
}
a:focus,
a:hover {
	text-decoration: none;
	color:#4da1e9 ; 
}
a.active{
	text-decoration: none;
	color:#4da1e9 ; 
	font-weight:bold;
}

.link_item{
	text-decoration:underline;
	color: #4da1e9  !important;
    outline: none;
}
.link_item:hover{
	color:#4da1e9 ;
	text-decoration:underline;
}
hr{
	margin-top:0px;
	margin-bottom:0px;
}
.container,
.row {
	margin: 0 auto;
	padding: 0
}

label{
	cursor:pointer;
	display:table;
	font-weight:400;
	
}


.alignMiddle>div {
	display: table
}
.alignMiddle>div>div {
	display: table-cell;
	vertical-align: middle
}
.maxwidth100p{
	max-width:100%;

}
.maxwidth400{
	max-width:400px;
	width:100%;
}
.maxwidth480{
	max-width:480px;
	width:100%;
}
.maxwidth600{
	max-width:600px;
	width:100%;
}
.maxwidth750{
	max-width:750px;
	width:100%;
}
.maxwidth900{
	max-width:900px;
	width:100%;
}
.maxwidth1000{
	max-width:1000px;
	width:100%;
}
.textleft{
	text-align: left;
}
.textcenter {
	text-align: center
}
.textright{
	text-align: right;
}
.dleftmcenter{
	text-align: center
}
@media(min-width:768px){
	.dleftmcenter{
		text-align: left;
	}
}
.posrelative{
	position:relative;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
.clearboth{
	clear:both;
}
.displayb{
	display:block !important;
}
.displayib{
	display:inline-block !important;
}
.nopadding{
	padding:0px !important;
}
.boldtext {
	font-weight: 700
}
.h1, .h2, .h3, h1, h2, h3{
	margin-top: 0px;
    margin-bottom: 0px;
}

.factory_row{
	margin-top:70px;
}

@media(min-width:768px){
	.hoverzoom:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
}
.listaplha{
	list-style-type: lower-alpha;
}
.dnone{
	display:none;
}
.error_msg{
	opacity:0;
	font-size:12px;
	color:#ee0000;
}


.content_popup{background-color:#FFF;}
@media(min-width:768px){
	.content_popup{
		padding:20px 30px;
	}
}
@media(min-width:768px){
	.content_popup{min-width:240px;}
	
}
@media(max-width:767px){
	.content_popup{
		max-width:100%;
		margin:0px 10px;
	}
	
	.factory_row{
		margin-top:80px;
	}
	
	
}
/*
.content_popup>div{display:table;height:100%;width:100%}
.content_popup>div>div{display:table-cell;vertical-align:middle}
*/
.content_popup .title{font-size:20px;line-height:30px;letter-spacing:1px;text-align:center;margin-bottom:10px;font-weight:700}
.content_popup .caption{text-align:center;margin-bottom:20px;letter-spacing:1px}

.content_popup.leftalign .title,
.content_popup.leftalign .caption{
	text-align:left;
}
.content_popup.autoHeight{
	height:auto;
}

.fancybox-content{
	max-width: 80%;
	max-height:80%;
}
.button{
	color:#FFF;
	padding:10px 0px;
	position:relative;
	width:calc(100% - 60px);
	display:block;
	background-color:#13a89e;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	letter-spacing: 2px;
	border-radius:8px;
}
.button.short{
	min-width:120px;
}

.button.displayib{
	width:auto;
	padding-left: 10px;
	padding-right:10px;
	
}
.button.orange{
	background-color:#fc715a;
	color:#fff;
}
.button.orange:hover{
	background-color:#fc715a;
	color:#fff;
}

.button:hover {
	opacity:.7;
}




.button.lightblue{
	color:#FFF;
	background-color:#4da1e9;
}



.button.lightblue:hover{
	color:#FFF;
	background-color:#4da1e9;
}



.whitetext{
	color:#FFF;
}
.blacktext{
	color:#000;
}

.greytext{
	color:#525252;
}
a.greytext:hover{
	color:#525252;
}

.greytext_light{
	color:#999;
}

.bluetext{
	color:#0067b1;
}
.darkredtext{
	color:#c21f20;
}
.bluetext_light{
	color:#4da1e9;
}
.darkgreytext{
	color:#888;
}


.cyantext{
	color:#2dadb0;
}
.cyan_lighttext{
	color:#a6c512;
}

.bg_orange{
	background-color:#fc4c02;
}
.bg_mannings{
	background-color:#fabb92;
}
.bg_grey_light{
	background-color:#fafafc;
}
.bg_grey{
	background-color:#808080;
}
.bg_white{
	background-color:#FFF;
}
.bg_cyan{
	background-color:#2dadb0;
}
.bg_cyan_light{
	background-color:#a6c512;
}
.bg_cyan_pale{
	background-color:#edf3d1;
}
.bg_blue{
	background-color:#0067b1;
}

label:hover{
	opacity:0.9;
}

.fullwidth{
	width:100%;
}
.maxwidth{
	max-width:100%;
}

.mb-xxl{margin-bottom:120px;}
.mb-xl{margin-bottom:80px;}
.mb-l{margin-bottom:60px;}
.mb-m{margin-bottom:40px;}
.mb-s{margin-bottom:20px;}
.mb-xs{margin-bottom:10px;}

.mt-l{margin-top:60px;}
.mt-m{margin-top:40px;}
.mt-s{margin-top:20px;}
.mt-xs{margin-top:10px;}

.pb-xl{padding-bottom:80px;}
.pb-l{padding-bottom:60px;}
.pb-m{padding-bottom:40px;}
.pb-s{padding-bottom:20px;}
.pb-xs{padding-bottom:10px;}

.pt-xl{padding-top:80px;}
.pt-l{padding-top:60px;}
.pt-m{padding-top:40px;}
.pt-s{padding-top:20px;}
.pt-xs{padding-top:10px;}

.pl-xl{padding-left:80px;}
.pl-l{padding-left:60px;}
.pl-m{padding-left:40px;}
.pl-s{padding-left:20px;}
.pl-xs{padding-left:10px;}


.pb-l{
	padding-top: 30px;
}

.pb-l {
    padding-bottom: 30px;
}

@media(max-width:767px){
	.mb-none{
		margin-bottom:0px !important;
	}
	.mt-none{
		margin-top:0px !important;
	}
	.pt-none{
		padding-top:0px !important;
	}
	.pb-none{
		padding-bottom:0px !important;
	}
	.pl-none{
		padding-left:0px !important;
	}
}


body {
	font-size: 14px;
	line-height: 20px;
	/*letter-spacing:1px;*/
}


.s-text{
	font-size: 11px;
	line-height: 18px
}


.m-text {
	font-size: 16px;
	line-height: 24px
}

.m-text {
	font-size: 20px;
	line-height: 24px
}

.l-text {
	font-size: 25px;
	line-height: 30px;
	
}

.xl-text{
	font-size: 30px;
	line-height: 36px;
	/*font-size: 28px;
    line-height: 32px;*/
}
.xxl-text{
	font-size: 40px;
	line-height: 60px;
}

@media(min-width:768px){
	.ssm-text{
		font-size:18px;
		line-height: 24px
	}

}

@media(max-width:991px){

	.sm-text {
		font-size: 22px;
		line-height: 25px
	}

	.m-text {
		font-size: 24px;
		line-height: 30px
	}

	.l-text {
		font-size: 24px;
		line-height: 30px;
		
	}
}

@media(max-width:767px){
	.container{
		max-width:480px;
		margin-left:auto;
		margin-right:auto;
		padding:0px 15px;
	}
}
@media(min-width:1200px){
	.container{
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		
	}
	
	
}



.lineheight36{
	line-height:36px;
}
.lineheight24{
	line-height:24px;
}
.lineheight18{
	line-height:18px;
}


.arrow_left{
	width: 40px;
	height:40px;
	position:absolute;
	left:0px;
	top:calc(50% - 18.5px - 40px);
	background-image:url('../images/icon_arrow_left.png');
	background-size:18px 37px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease;
	opacity:0.75;
}

.arrow_right{
	width: 40px;
	height:40px;
	position:absolute;
	right:0px;
	top:calc(50% - 18.5px - 40px);
	background-image:url('../images/icon_arrow_right.png');
	background-size:18px 37px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease; 
	opacity:0.75;
}
@media(min-width:768px){
 	.homepage_slider + .arrow_left{
		left:40px;
	}
	.homepage_slider + .arrow_left + .arrow_right{
		right:40px;
	} 
}
.arrow_right:hover, .arrow_left:hover{
	transform:scale(1.25);
	opacity:1;
}



.homepage_slider .owl-theme .owl-nav.disabled+.owl-dots{
	margin:auto;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	position:relative;
	top:-10px;
	margin-top: -20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.owl-theme .owl-dots .owl-dot{
	outline:none;
}
.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#DDD;
}
.owl-theme .owl-dots .owl-dot.active span{

	background-color:#0067b1;
}

/*header*/
	header.row{
		background-color:#0067b1;
		height:80px;
		transition: all 300ms ease;
		padding:15px;
	}
	
	@media(min-width:768px){
		header.row{
			height:90px;
			padding:15px 0px;
		}
	}
	
	@media(min-width:768px){
		header .logo{
			width:160px;
			float:left;
		}
		header .menu{
			width:calc(100% - 160px);
			float:left;
			text-align:right;
			padding-top:6px;
		}
	}
	
	
	header .logo img{
		height:50px;
	}
	@media(max-width:767px){
		
		header.row{
			
			padding:0px;
		}
		
		header>div.container{
			text-align:center;
			padding:0px;
			max-width:100%;
			position: relative;
			
		}
		header .logo{
			display:inline-block;
			padding:15px 0px;
			position:relative;
			z-index:1000;
		}
		
		header .menu{
			/* display:none; */
			position:relative;
			transform: translateY(-100%);
			transition: all 300ms ease;
			opacity: 0;
			background: #0067b1;
			border-top:1px solid rgba(255,255,255,0.6);
			z-index:0;
		}
		header .menu.active{
			transform: translateY(0%);
			z-index:100;
			opacity: 1;
		}
		header .menu a.header_menu_item{
			display:block;
		}
	}
	@media(min-width:768px){
		header .logo img{
			height:60px;
		}
	}

	
	.header_menu_item{
		color:#FFF;
		padding:0px;
	}
	.header_menu_item.dnone{
		display:none;
	}
	@media(max-width:767px){
		.header_menu_item{
			padding:10px 0px;
		}
	}
	@media(min-width:768px){
	
		.header_menu_item{
			margin-left:24px;
			height:48px;
			line-height:48px;
			padding:0px;
			
			
			display: inline-block;
		}	
		
		
		.header_menu_item img{
			vertical-align:top;
			margin-right:6px;
		}	
	}
	@media(max-width:767px){
		.header_menu_item{
			height:48px;
			line-height:48px;
			padding:0px;
		}
		.header_menu_item span:first-child{
			display:inline-block;
			width:56px;
			text-align:center;
		}
		.header_menu_item span:last-child{
			display:inline-block;
			width:100px;
			text-align:left;
		}
		.header_menu_item img{
			vertical-align:top;
			
		}	
	}
	.menu_toggle{
		position:absolute;
		top: 27.5px;
		left:15px;
		width:30px;
		height:25px;
		z-index:100;
	}
	.menu_toggle>div{
		width:30px;
		height:5px;
		background-color:#FFF;
		margin-bottom:5px;
	}
	.menu_toggle>div:last-child{
		margin-bottom:0px;
	}

/*header*/

/*footer*/
	.footer_logo{
		width:50px;
	}
	.footer_copyright{
		margin-left:8px;
		vertical-align:bottom;
		line-height:14px;
		font-size:14px;
	}
	
	@media(min-width:768px){
		.footer_link{
			padding-top:10px;
			text-align:right;
		}
		
		.footer_logo, .footer_copyright{
			display:inline-block;
		}
	}
	@media(max-width:767px){
		#footer .container{
			
		}
		.footer_logo{
			margin-left:auto;
			margin-right:auto;
			margin-top:10px;
			margin-bottom:20px;
		}
		.footer_copyright{
			text-align:center;
			margin-bottom:10px;
		}
		.footer_link{
			text-align:center;
		}
		.footer_link>div{
			margin-bottom:20px;
		}
	}
	
	.footer_link a{
		color:#FFF;
		line-height:25px;
		display:inline-block;
		padding-left:15px;
		padding-right:15px;
		position:relative;
	}
	
	.footer_link a::after{
		position:absolute;
		content:" ";
		right:0px;
		height:15px;
		top:5px;
		width:1px;
		background-color:#FFF;
	}
	.footer_link a:last-child::after{
		display:none;
	}
/*footer*/

/*global*/
	.section_title{
		text-align:center;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.fancybox-content{
		border: 6px solid #13a89e;
	}

/*global*/

@media(min-width:481px) and (max-width:600px){
	section.homepage_section.bg_white{
		min-height:200px;
	}
}

@media(min-width:601px) and (max-width:767px){
	section.homepage_section.bg_white{
		min-height:300px;
	}
}

@media(min-width:768px) and (max-width:990px){
	section.homepage_section.bg_white{
		min-height:140px;
	}
}


@media(min-width:991px) and (max-width:1199px){
	section.homepage_section.bg_white{
		min-height:250px;
	}
}




.bg_cyan{
	background-color:#e5f7c5;
}
.bg_skyblue{
	background-color:#7feaf4;
}
.bg_yellow{
	/*background-color:#eaed7a;*/
	background-color:#ebf6b4;
}


.bg_green{
	background-color:#55d8c8;
}

.bg_darkgreen{
	background-color:#13a89e;
}


.greentext{
	color:#55d8c8;
}

.darkgreentext{
	color:#13a89e;
}

.orangetext{
	color:#fc715a;
}

.fivemilestext{
	color:#13a89e;
}
#footer{
	padding:25px 0px;
	
}





#header{
	/*background-color: #e5f7c5;*/
	width:100%;
	z-index:100;
	position: fixed;
	/*background:#fff;*/
	background:rgba(255,255,255,0.9);
	z-index:999;
}

.menu_character{
	position: absolute;
    bottom: 0px;
    padding: 20px;
}
/*
.nav>li>a:focus, .nav>li>a:hover{
	background:#dddddd;
	color:#00a496;
	font-weight:bold;
}

*/
#subscribe_btn{
	cursor:pointer;
	padding:10px;
	float:left;
	background-color: #f6c932;
	color:#FFF;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	text-align:center;
	background-color: #fc715a;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	
}
.nav-tabs>li>a:hover {
    border-color:#fff !important;
}

.nav-tabs>li{
	margin-bottom:0px;
}

.nav>li>a:focus{
	border-color:#fff !important;
} 

.nav>li>a:hover{
	border-color:#fff !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none ;
    background-color: #fff !important;
}




.nav-tabs{
	border-bottom: none;
}
.whitebg{
	background:#fff;
}

.green_color{
   color:#00a099 !important;
}

/*
.nav>li>a.closeBtn_wrapper:hover{
	background:#00a099 !important;
}
*/


.menu_logo_wrapper{
	max-width:50px;
}

.closeBtn_wrapper{
    position: absolute !important;
    right: 0px;
    top: 0px;
}

.nav>li:not(.top){  
	border:none;
	text-align:center;
}

.alignRight{
	text-align: right;
}

.nav>li>a{
	/*color:#23978a;*/
	color:#9a9a9a;
}

.nav-stacked>li+li{
	/*margin-top:1px !important;*/
	margin-top:1px !important;
}

.nav-tabs>li.top >a{
	padding-top: 10px;
    padding-bottom: 0px;
}

.nav-tabs>li>a{
	margin-right:0px !important;
	padding-bottom:30px;
	padding-top:30px;
}

.nav-tabs>li:not(.top) >a::after {
    content: "";
    z-index: -1;
    position: absolute;
    height: 1.5px;
    background:#a6d7e5;
    width: 60px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-stacked>li+li:hover{
	margin-top: 1px !important;
}

.nav>li:not(.top)>a:hover::after{
	content: "";
    z-index: -1;
    position: absolute;
    height: 1.5px;
    background:#a6d7e5;
    width: 60px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}
.nav>li>a:focus::after{ 
	content: "";
    z-index: -1;
    position: absolute;
    height: 1.5px;
    background:#a6d7e5;
    width: 60px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

/*
.nav>li:not(.top):hover{
	border-right:5px solid #029f98;
}*/

.nav>li>a.noborder::after{
	display:none;
}

.nav>li>a:hover{
	color:#00a294;
}

.nav-tabs>li>a{
	border:none;
}
.nav_menu{
	width:250px;
	position: fixed;
	height:100%;
	top:0px;
	left:-251px;
	/*background:#e6e7e9;*/
	background:#ffffff;
	transition: all 500ms ease;
	z-index:99999;
}

.closeBtn.top{
	background:#ffffff;
	padding:15px;
	margin-bottom:30px;
}

.nav_menu.active{
	left:0px;
}


.navbar-toggle{
	transform: translate(0, -50%);
	display: block;
	margin-top:0px;
	top: 30px;
}

.icon-bar {
    background-color: #00a099;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


#header_logo{
	display:inline-block;
	width:60px;
}
#enquiry_section{
	background-image:url('/images/contact_us.png?3');
	background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}



.bg_skyblue{
    background-color: #7feaf4;
}

@media(max-width:767px){
	#enquiry_section{
		padding-top:40px;
	}
	
	.nav_menu{
		width: 200px;
	}
}

@media(min-width:768px){
	#enquiry_section{ 
	   background-position:center; 
	} 
}
#enquiry_section>.container{
	padding-top:20px;
	padding-bottom:20px;
}
@media(min-width:768px){
	#enquiry_section>.container{
		
		padding-top:80px;
		padding-bottom:80px;
	}
}
.form_item{
	margin-bottom:2px;
}

.form_item .form-control[type='text'],
.form_item select.form-control{
	padding:30px 20px;
	border:none;
	text-shadow:none;
	outline:none;
}


.form_item .form-control[type='checkbox']{

	border:none;
	text-shadow:none;
	outline:none;
	width:20px;
	height:20px;
	
}


.form_item .form-control[type='checkbox']:focus{
	border:none;
	text-shadow:none;
	outline:none;
}

.download_page .form_item .form-control{
	border: 1px solid #E1E1E1;
}

.download_page .form_item .form-control[type='text'],
.download_page .form_item select.form-control{
	padding:15px 20px;
}

.form_item .checkbox_left{
	width:30px;
	float:left;
}

.form_item .checkbox_right{
	width: calc(100% - 30px);
	float:left;
}



#enquiry_thankyou>div{
	height:400px;
	display:table;
	width:100%;
}
#enquiry_thankyou>div>div{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

.footer_item{
	margin-right:10px;
	border-radius:50%;
	display:inline-block;
	/*padding:15px;
	background-color:#FFF;
	width:50px;
	height:50px;*/
}
@media(min-width:768px){
	.footer_item{
		margin-right:10px;
	}
}
@media(max-width:767px){
	.footer_item{
		margin-right:5px;
		margin-left:5px;
	}
}
.footer_item>div{
	text-align:center;
	font-size:20px;
}

@media(min-width:768px){
	.footer_container{
		
		
	}
}

#backToTop{
	cursor:pointer;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	line-height:40px;
	
    font-size: 30px;
    padding-top: 25px;

	width:40px;
	height:40px;
	/* background-color:rgba(0,0,0,0.4); */
}

#backToTop:hover{
	opacity:.8;
}


#ad_agency_title{
	position: relative;
    top: -40px;
}

.talltext{
	line-height:32px;
}
/*
#fivemiles_kv{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}*/

.alignCent{
	text-align:center;
}
.business-flex-row{
	display: flex;
    align-items: center;
    justify-content: center;
}

.about_us_image{
	position: absolute;
    top:0px;
	width:85%;
    left: 50%;
    transform: translate(-50%,0%);
}


.homeContainer{
	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.bg_clients{
	background-color:#e7ffff;
}

.business-desc{
	line-height:25px;
}

.business-container::before{
	content: '';
    background-image: url(/images/title_ourservice.png);
    background-size: 100%;
    position: absolute;
    width: 25%;
    padding-bottom: calc(25% * 209 / 281);
    background-repeat: no-repeat;
    bottom: calc(100% - 0px);
    left: 0px;
}

.ourclients-container::before{
	content: '';
    background-image: url(/images/title_ourclient.png?19);
    background-size: 100%;
    position: absolute;
    width: 32%;
    padding-bottom: calc(33% * 144 / 376);
    background-repeat: no-repeat;
    bottom: calc(100% - 0px);
    right: 0px;
	
	
}

.content_text{
	position: absolute;
    width: 500px;
    left: calc(50% - 250px);
}

.about_us_image{
    margin-top: -5%;
}

@media(min-width:1400px){
	.about_us_image{
		position: absolute;
		top:0px;
		width:58%;
		left: 50%;
		transform: translate(-50%,0%);
    }
}

@media(min-width:2200px){
	.about_us_image{
		width:45%;
	}
}

@media(max-width:767px){
	.mobilecenter{
		text-align:center !important
	}
     
}

.business-flex-row >.content{
	padding-left:20px;
}


.homepage_section.bg_cyan{
       height:30%;
	   position:absolute;
	   width:100%;
		left:0px;
		top:0%;
}

.homepage_section.bg_white {
   height:20%;
   position:absolute;
   width:100%;
	left:0px;
	top:30%;
}

.homepage_section.bg_skyblue{
	height:50%;
	position:absolute;
	width:100%;
	left:0px;
	top:60%;
	
}




@media(max-width:767px){
	#backToTop_m{
		position:absolute;
		font-size: 30px;
		right: 20px;
		top: 6px;
	}
	.business-flex-row{
		display:block;
	}
	
	.about_us_image{
        position: unset;
		width:100%;
		left:0px !important;
		top:0px !important;
		transform: translate(0%,0%) !important;
	}
	.container-banner{
		width:100%;
		max-width:800px;
	}
	.homepage_section.bg_white{
	}
	
	.home_skyblue_container{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 15px;
	}
	
	.homepage_section.bg_cyan{
       height:40%;
	   position:absolute;
	   width:100%;
		left:0px;
		top:0%;
	}

	.homepage_section.bg_white {
	   height:40%;
	   position:absolute;
	   width:100%;
		left:0px;
		top:40%;
    }
	
	.homepage_section.bg_skyblue{
		height:150%;
		position:absolute;
		width:100%;
		left:0px;
		top:80%;
		
	}
	
	#ad_agency_title{
		top:0px;
	}
	
	.business-flex-row >.content{
		padding:0px 30px;
		text-align: center;
	}
	
	.xs-pb-m{
		padding-top:40px;
	}
	
	.talltext {
		line-height: 25px;
		margin-top: 10px;
    }
	
	#ad_agency_title{
		color:#fff;
	}
	
	.xs-mt-m{
		margin-top:40px;
	}
	
	.xs_about_us_image{
		padding:30px 0px;
	}
	
	.business-container::before {
		content: '';
		background-image: url(/images/title_ourservice.png);
		background-size: 100%;
		position: absolute;
		width: 32%;
		padding-bottom: calc(32% * 209 / 281);
		background-repeat: no-repeat;
		bottom: calc(100% - 0px);
		left: 12%;
    }
	.ourclients-container::before {
		content: '';
		background-image: url(/images/title_ourclient.png);
		background-size: 100%;
		position: absolute;
		width: 47%;
		padding-bottom: calc(63% * 144 / 376);
		background-repeat: no-repeat;
		/*top: -55%;*/
		right: 3%;
	}
	
	#enquiry_section{
		background-image:none;
	}
}



/*@media(max-width:376px){
	 #enquiry_section { 
        background-image: url(/images/contact_us.png); 
		background-position: top;
	    background-size: contain; 
		background-repeat: no-repeat; 
		background-size: 173%; 
		background-position: 23% 0%; 
	    padding-top: 100px; 
     } 
	
	#enquiry_section { 
        padding-top: 200px; 
    } 
} */

@media(max-width:767px){
	 .content_text{
		 position:static;
		 width:100%;
		 left:0px;
	 }
	 .fivemile-mobile-text{
		 font-size: 28px;
         line-height: 32px;
	 }
}


/*@media(min-width:377px) and (max-width:448px){
	#enquiry_section {
        background-image: url(/images/contact_us.png);
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-size: 138%;
		background-position: 42% 5%;
		padding-top: 100px;
    }
	
	#enquiry_section {
       padding-top: 200px;
    }
}
*/
/*@media(min-width:450px) and (max-width:559px){
	#enquiry_section {
        background-image: url(/images/contact_us.png);
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-size: 138%;
		background-position: 42% -4%;
		padding-top: 100px;
    }
	
	#enquiry_section {
       padding-top: 200px;
    }
}

@media(min-width:660px) and (max-width:767px){
	#enquiry_section {
        background-image: url(/images/contact_us.png);
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-size: 92%;
		background-position: 43% 0%;
		padding-top: 100px;
    }
	
	#enquiry_section {
       padding-top: 200px;
    }
}*/



/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){ 
    #ad_agency_title {
		padding-top:40px;
		top:0px;
		color:#fff;
		padding-bottom:30px;
	}
	
    .about_us_image {
        margin-top:0px;
		top:190px;
		width:69%;
    }
}
*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    #ad_agency_title {
		/* padding-top:40px;
		top:0px;
		color:#fff;
		padding-bottom:30px; */
	}
	
    .about_us_image {
        margin-top:0px;
		top:190px;
		width:69%;
    }
	
	.ipad-fivemilestext{
		font-size: 22px;
        line-height: 28px;
	}
	
	.business-desc{
		line-height:20px;
	}
	
}


#about_us_menu{
	position: absolute;
    width: 12%;
    /* background: red; */
    z-index: 10;
    padding-bottom: 6%;
    left: 46%;
    top: 28%;
    cursor: pointer;
}

#our_service_menu{
	position: absolute;
    width: 12%;
    /*background: black;*/
    z-index: 10;
    padding-bottom: 6%;
    left: 31%;
    top: 17%;
    cursor: pointer;
}

#our_clients_memu{
    position: absolute;
    width: 12%;
    z-index: 10;
    padding-bottom: 6%;
    left: 50%;
    top: 11%;
    cursor: pointer;
}

#contact_us_menu{
    position: absolute;
    width: 12%;
    z-index: 10;
    padding-bottom: 6%;
    left: 81%;
    top: 24%;
    cursor: pointer;
}

@media(max-width:767px){
	#header{
		width:auto;
	}
	#header>.container{
		display:inline-block;
	}
	#header_logo{
		width:80px;
	}
	
}


.bg_section{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
	height:100%;
}  

#our_service{
	padding-top:280px !important;
} 



.posrelative{
	/*overflow:hidden;*/
}


.nav_row{
	position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 100%;
}

.spark_menu{
	position: absolute;
    width: 7.5%;
    z-index: 999;
    padding-bottom: 4.2%;
    left: 28.5%;
    top: 2%;
    cursor: pointer;
}

.about_us_menu{
	position: absolute;
	width: 7%;
	z-index: 999;
	padding-bottom: 6%;
	left: 48.5%;
	top: 13%;
	cursor: pointer;
}

.spark_ar_menu{
	position: absolute;
    width: 18%;
    z-index: 10;
    padding-bottom: 9%;
    left: 3%;
    top: 2%;
    cursor: pointer;
}

.our_service_menu{
	position: absolute;
	width: 7%;
	z-index: 10;
	padding-bottom: 6%;
	left: 40%;
	top: 5%;
	cursor: pointer;
	z-index: 999;
}

	.our_clients_memu{
		position: absolute;
		width: 7%;
		z-index: 999;
		padding-bottom: 6%;
		left: 51.5%;
		top: 1%;
		cursor: pointer;
	}

	.contact_us_menu{
		position: absolute;
		width: 7%;
		z-index: 9999;
		padding-bottom: 6%;
		right: 21.5%;
		top: 11%;
		cursor: pointer;
	}

.footer_item.greentext:hover{
	color:#55d8c8;
}

.homepage_section.bg_skyblue::after{
	/* height:0; */
	/* width:500px; */
	/* border-top:100px solid #e5c3b2; */
	/* border-left:60px solid transparent; */
	/* border-right:60px solid transparent; */
	/* content:" "; */
	content:"";
	background:url(/images/web-bg1.png);
	width: 100%;
    background-size: cover;
}

.footer_item >img{
	width:100%;
}


.shape-aboutus{
    position: absolute;
    top: -7%;
    right: 0px;
    text-align: right;
    display: inline-block;	
}

.aboutus-icon{
	position: absolute;
    top: -30px;
    /*left: 16px;*/
	right:0px;
}


#our_service{
	margin-top:200px;
	padding-top:0px !important;
	position: relative;
}



.oursevice-icon{
	position: absolute;
    top: -75px;
    right: 0px;
}


.shape-oursevice{
    position: absolute;
    top: -13%;
    left: 0px;
    text-align: right;
    display: inline-block;
}

.ourserice-container{
    padding-top:60px;	
}



@media(max-width:767px){
	.xs-margin-top{
		margin-top:450px;
	}
	
	.mobile-aboutus-icon{
		position: absolute;
        right: 0px;
        top: 20px;
	}
	
	
	
	.footer_item >div>img{
		width:80%;
	}
	
	.footer_item{
	    margin-right:5px;
        margin-left:0px;		
	}
	
	#header{
		width:100%;
	}
	
	.mobile-menu-wrapper{
	    width:40px;
       	float: right;
        margin-top: 10px;   
	}
	
	#header>.container{
		display:block;
	}
	
	#fivemiles_kv{
		padding-top:30px;
		width: 100%;
		/*background: url(/images/web-13.png);*/
		background: url(/images/5mlfactory.png?28);
		width: 100%;
		background-size: 480px;
		padding-bottom: calc(480px * 609 / 733);
		background-position: center;
		background-repeat: no-repeat;
		z-index: 9;
		position:relative;
	}
	
	
	.about_us_menu{
		position: absolute;
		width: 15%;
		z-index: 999;
		padding-bottom: 6%;
		left: 40%;
		top: 24%;
		cursor: pointer;
	}

	.our_service_menu{
		position: absolute;
		width: 15%;
		z-index: 10;
		padding-bottom: 6%;
		left: 25%;
		top: 12%;
		cursor: pointer;
	}

	.our_clients_memu{
		position: absolute;
		width: 18%;
		z-index: 10;
		padding-bottom: 6%;
		left: 45%;
		top: 6%;
		cursor: pointer;
	}

	.contact_us_menu{
		position: absolute;
		width: 15%;
		z-index: 10;
		padding-bottom: 6%;
		right: 1%;
		top: 20%;
		cursor: pointer;
	}
	
	.mobile-pt{
		padding-top:60px;
	}
}

@media(max-width:479px){
	
	#fivemiles_kv{
		background-size: 100%;
		padding-bottom: calc(100% * 609 / 733);
	}
	
	
	
}




	.mobile-menu-wrapper{
		display:none !important;
	}

@media(min-width:768px){
	.home_skyblue_container {
		height:100%;
	}
	#ad_agency_title {
		position: relative;
		top: -40%;
	}
	.content_text {
		position: absolute;
		width: 100%;
		left: 0px;
		top: -32%;
	}
}


.footer_item .sns_icon img{
	width:35px;
}



.pagebg{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
	background-image: url('/images/5m_bg2.png?2');
	
}


.content_container{
	background-color:rgba(255,255,255,0.85);
	border-radius:2px;
	padding:80px 40px;
	-webkit-box-shadow: 6px 6px 6px 4px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 6px 4px rgba(0,0,0,0.1);
}
@media(max-width:767px){
	
	.content_container{
		padding:40px 20px;
	}
}

.boxshadow{
	-webkit-box-shadow: 6px 6px 6px 4px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 6px 4px rgba(0,0,0,0.1);
	
}
.tag_item{
	margin-right:8px;
}
.coupon_container{
	border:1.5px solid #f8f8f8;
}
.coupon_container .title{
	line-height:120px;
	font-weight:900;
}

@media(max-width:767px){
	
	.coupon_container .title{
		line-height:80px;
	}
}
@media(max-width:767px){
	.coupon_container .content{
		padding:15px;
	}
}
.news_header{
	font-size: 16px;
	line-height:24px;
}
@media(max-width:767px){
	.news_header{
		font-size: 12px;
		line-height:20px;
	}	
}






.expandable_item{
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
}

.expandable_item .title, .expandable_item .content{
	padding:20px 30px;
	
	
}
@media(max-width:767px){
	.expandable_item .title, .expandable_item .content{
		padding:20px 20px;
	}
}
.expandable_item .title{
	background-color:#fff;
	cursor:pointer;
}
.expandable_item .title{ 
	position:relative;
	padding-right:45px;
}

@media(min-width:768px){
	.expandable_item .content{
					
		
		line-height: 20px;
	
	}
}
.expandable_item .title::after{
	content: " ";
	position: absolute;
	right: 5px;
	width: 40px;
	top: 0px;
	background-image: url(../images/icon_collapsed.png);
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	transition: all 300ms ease;
	display:block;
	transform:rotate(180deg);
}
.expandable_item .title.noarrow{
	padding-right:20px;
	cursor:auto;

}
.expandable_item .title.noarrow .subject{
		display:block;
	cursor:auto;
}
.expandable_item .title.noarrow::after{
	display:none;
}


.expandable_item .title .subject{
	color:#1b1b1d;

	display:inline-block;
}



.expandable_item.active .title{
	background-color:#EEE;
}
.expandable_item.active .title::after{
	background-image: url(../images/icon_arrow_white.png);
	transform:rotate(0deg);
}

.expandable_item .title .subject a{
	color:#13a89e;
	padding-left:10px;
	padding-right:10px;
}
.expandable_item.active .title .subject a,
.expandable_item.active .title .subject{
	color:#666;
} 
.expandable_item.active .title .date{
	color:#fff;
}
.expandable_item:not(.active) .content{
	display:none;
}
.expandable_item:first-child .content{
	display:block;
}

.site_item{
	padding:0px 10px;
	
}




@media(min-width:768px){
	
	 .col2_item:nth-child(2n+1){
		padding-right: calc(20px / 2 * 1);
	}
	.col2_item:nth-child(2n+2){
		padding-left: calc(20px / 2 * 1);
	}
	
	.col2_item.revserse:nth-child(2n+1){
		padding-left: calc(20px / 2 * 1);
		padding-right:0px;
	}
	.col2_item.revserse:nth-child(2n+2){
		padding-right: calc(20px / 2 * 1);
		padding-left:0px;
	}
	
	.col3_item:nth-child(3n+1){
		padding-right: calc(20px / 3 * 2);
	}
	.col3_item:nth-child(3n+2){
		padding-left: calc(20px / 3 * 1);
		padding-right: calc(20px / 3 * 1);
	}
	.col3_item:nth-child(3n){
		padding-left: calc(20px / 3 * 2);
	}
	
	
	.thickcol.col2_item:nth-child(2n+1){
		padding-right: calc(40px / 2 * 1);
	}
	.thickcol.col2_item:nth-child(2n+2){
		padding-left: calc(40px / 2 * 1);
	}
	
	.thickcol.col3_item:nth-child(3n+1){
		padding-right: calc(40px / 3 * 2);
	}
	.thickcol.col3_item:nth-child(3n+2){
		padding-left: calc(40px / 3 * 1);
		padding-right: calc(40px / 3 * 1);
	}
	.thickcol.col3_item:nth-child(3n){
		padding-left: calc(40px / 3 * 2);
	}
	
	
	
}

#clear_btn{
	width:60px;
	height:45px;
	line-height:32px;
	margin-left:10px;
	float:left;
}
#search_bar{
	padding:10px;
	float:left;
	background-color:#FFF;
	line-height:25px;
	border:1px solid #EEE;
	width: calc(100% - 80px);
	outline:none;
	
}

@media(min-width:768px){	

	#search_bar{
		width: calc(33% - 7px);
		
	}
}
@media(max-width:767px){
	.footer_container{
		margin-bottom:10px;
	}
}


.subscribe_container{
		padding-top:0px !important;
	}
	#subscribe_email{
		width:70%;
		float:left;
		/*padding:8px 10px;*/
		padding:10px;
		border:none;
		border-top-left-radius:8px;
		border-bottom-left-radius:8px;
		color:#333;
		outline:none;
	}
	
	
	#subscribe_btn:hover{
		background-color: #ff8975;
	}

@media(min-width:768px){
	.mobile-footer-wrapper{
	   padding-top: 25px; 
	}
}


@media(min-width:1400px){
	.spark_menu{
		position: absolute;
		width: 8.5%;
		z-index: 999;
		left: 25.5%;
		top: 1.5%;
		cursor: pointer;
	}
}

@media(min-width:1600px){
	.spark_menu{
		position: absolute;
		width: 7.5%;
		z-index: 999;
		left: 30.5%;
		top: 1%;
		cursor: pointer;
	}
}




.download_page  label{
	margin-bottom:0px;
	margin-top:3px;
}



.sns_image{
	background-position: center;
	background-size: 200px 200px; 
	background-repeat: no-repeat;
	padding-bottom: 200px;
	margin-bottom:10px;
	
}


.sns_text{
	
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

#download_email{
	box-shadow:none;
}
#downloadform_popup{
	padding:30px;
	max-width:560px;
}



/*Spark AR*/
            .qrcode_wrapper{
				width: 25%;
			    position: absolute;
			    bottom: 0px;
			    right: 18%;
			}

            .form_ideas{
				/*font-size:18px;*/
				color: #119d9c;
				margin-bottom:20px;
				text-align:center;
				
			}
			
			.outreach_image_wrapper{
				max-width:300px;
				margin-left: auto;
				margin-right: auto;
			}
			
			.form_item .form-control {
				padding: 20px 20px;
				border: none;
				text-shadow: none;
				outline: none;
			}
			
			.spark_ar_desc.promote{
				margin-top:15px;
			}
			
			.ar_desc_title.xl-text{
				font-size: 28px;
				line-height: 32px;
			}
			
			.ar_game_buiness{
				font-size:15px;
			}
			
			.spark_ar_row{
				/*margin-top: 30px;*/
				margin-top: 100px;
				background:url("../images/spark_ar/spark_ar_bg.png?9");
				background-size: cover;
    			background-repeat: no-repeat;
    			background-position-y: 10%;
			}

            #menu_overlay{
			    position: fixed;
			    width: 100%;
			    height: 100%;
			    background: rgba(0,0,0, 0.7);
			    left: 0px;
			    top: 0px;
			    opacity: 0;
			    z-index: -1;
			    transition: all 250ms ease;
			}

			 #menu_overlay.active{
			 	opacity: 1;
    			z-index: 8000;
			 }
			
			.logo_wrapper{
				max-width:100px;
			}
			
			.green_color{
				color:#009f9a;
			}
			
			.gray_color{
				color:#868686;
			}
			
			.nav_wrapper{
				float:left;
			}
			
			.spark_ar_wrapper{
				float:right;
				width:35%;
				margin-top:20px;
			}
			
			.xxxl-text {
				font-size: 58px;
				line-height: 60px;
			}
			
			.spark_ar_title{
				text-align:center;
			}
			
			.spark_title_wrapper{
				margin-top:80px;
			}
			
			.spark_ar_desc{
				line-height:25px;
				color:#585858;
				text-align:center;
				width:100%;
				margin: 0 auto;
				margin-top:40px;
			}
			
			.game_ar_desc{
				color:#585858;
				line-height:25px;
				width: 66%;
				margin: 0 auto;
				text-align:center;
			}
			
			.nav_title{
				color:#009f9a;
			}
			
			.nav_title a{
				color:#009f9a;
			}
			
			.nav_wrapper>div{
				display:inline-block;
			}
			
			.phone_image_wrapper{
				position: absolute;
				left: 50%;
				transform: translate(-60%, 10px);
			}
			
			/*
			.row.mochi_bg{
				padding:40px 0px;
			}
			*/
			.mochi_bg{
				/*background:#f4e3dc;*/
				background:#f5e4e0;
			}

			.mochi_bg_green{
				background:#e6ffff;
			}

			.orange_color{
				color:#fc7059;
			}
			
			.cent{
				text-align:center;
			}
			
			.mochi_image_wrapper{
				/*padding:15px 0px;*/
				padding:0px;
				/*padding-bottom:30px;*/
			}
			
			.ar_game_buiness .desc{
				font-size:20px;
			}
			
			.ar_game_buiness .manager_name{
				font-size:12px;
				margin-top:10px;
			}
			
			.game_start_btn{
				background:#fc7059;
				color:#fff;
				width: 140px;
				padding: 10px;
				border-radius: 44px;
				margin: 0 auto;
				margin-top: 10px;
			}
			
			.game_start_btn a{
				cursor:pointer;
				color:#fff;
				display:block;
			}
			
			.game_image_wrapper{
				position: absolute;
				top: -120px;
				left:0px;
			}
			
			.interaction_title{
				color:#16bfb8;
				padding-top:10px;
			}
			
			.interaction_desc{
				max-width: 78%;
				margin-left:auto;
				margin-right:auto;
				text-align: center;
				color:#595959;
				margin-top:20px;
				line-height:25px;
			}
			
			.facial_image{
				text-align:center;
				padding:30px 0px 0px 0px;
			}
			
			.facial_image .item{
				margin-bottom:15px;
			}
			
			.facial_name{
				color:#16bfbc;
				margin-top:20px;
			}
			
			.camera_filter{
				background:#d9f7c5;
				padding:40px 0px;
			}
			
			.camera_filter_title{
				color:#119d9c;
			}
			
			.camera_filter_row{
				max-width: 75%;
				margin: 0 auto;
				display:flex;
				align-items: center;
				justify-content: center;
			}
			
			.filer_function_btn{
				background: #fff;
				/*padding: 8px 0px 8px 40px;*/
				padding:10px;
				text-align:center;
				color:#129e9b;
				font-weight: bold;
				border-radius: 0px 0px 15px;
				margin-bottom:20px;
				cursor:pointer;
			}
			
			.filer_function_btn.active{
				background: #fc7059;
				color: #fff;
			}
			
			.filter_function_wrapper{
				position: relative;
				/* left: -33px; */
			}
			
			.brands_title{
				margin-bottom:10px;
				color:#595959;
			}
			
			.ar_desc_row{
				background:#e7ffff;
				text-align:center;
				padding:60px 0px;
			}
			
			.ar_desc_font{
				color:#1fb1a6;
				
			}

			.color_green{
				color:#1fb1a6;
			}
			
			.ar_name{
				font-size:12px;
				margin-top:10px;
			}
			
			.ar_job_title{
				font-size:12px;
			}
			
			.facial_image{
				max-width:250px;
				margin:0 auto;
			}
			
			.mochi_image_wrapper{
				/*max-width:300px;*/
				max-width:500px;
				margin:0 auto;
			}
			
			.game_image_wrapper{
				max-width:520px;
			}
			
			.phone_image_wrapper{
				max-width: 474px;
			}
			
			
			#ar_enquiry_section{
				background-image: url(/images/spark_ar/Spark_form_image.png?9);
				background-size: contain;
				background-repeat: no-repeat;
				background-position:35%;
				padding:30px 0px;
			}
			
			.contact_us_section{
				padding:30px 0px;
			}
			
			.logo_wrapper,.nav_title{
				display:inline-block;
			}
			
			.nav_wrapper{
				margin-top:-10px;
			}
			
			.nav_title{
				vertical-align: middle;
				margin-bottom: 10px;
			}
			
			.brands_item_wrapper{
				width:calc( 100% / 9);
				padding:0px 10px 20px 10px;
				float:left;
				text-align:center;
			}

			.promote_row{
                display: flex;
                align-items: center;
                justify-content: center;
			}

			.promote_row.reverse{
                flex-direction: row-reverse;
			}

			.color_black{
				color:#585858;
			}

			.promote_desc{
				text-align: center;
				font-size:16px;
				letter-spacing: 1.2px !important;
			}

			.orange_color{
				color:#fc7059;
			}

			.ar_game_desc{
				color:#595959;
				margin-top:40px;
			}

			.facial_row{
				width: 55%;
				text-align: center;
			}

			.facial_image_warapper{
				padding:40px;
			}

			.facial_name{
				color:#595959;
			}

			.facial_title{
				color: #119d9c;
				font-weight: bold;
			}

			.haagen_daza_image{
				max-width:190px;
			}

			.link_image{
				max-width:160px;
			}
            
            .phone_image_mobile{
            	text-align: center;
            }

			.kol_image{
				max-width:450px;
			}

			.spark_banner_wrapper{
				text-align: center;
			}
			.spark_banner_image{
				max-width:480px;
			}

			
			@media(max-width:1200px){
				.filter_function_wrapper {
					position: relative;
					left: -27px;
				}
				
				.filer_function_btn{
					/*padding: 8px 0 8px 20px;*/
					
				}
				
				.m-text.filer_function_btn{
					font-size: 18px !important;
				}
				
				
				
			}
			
			.camera_filter_image.active{
			    -webkit-transition: opacity 1.2s linear;
			    -moz-transition: opacity 1.2s linear;
			    -o-transition: opacity 1.2s linear;
			    transition: opacity 1.2s linear;
			}
			
			.camera_filter_image:not(.active){
				position:absolute;
				opacity:0;
			}
			
			.camera_filter_row{
			    overflow: hidden;
			}
			
			@media(max-width:1199px) and (min-width:1024px){
				#ar_enquiry_section {
					background-size: 50%;
					background-repeat: no-repeat;
					background-position: 20%;
				}
				
				.spark_title_wrapper {
					margin-top: 30px;
				}
			}
			
			@media only screen 
			and (min-device-width : 768px) 
			and (max-device-width : 1024px){ 
				.promote_row{
					padding-top:60px;
				}
				.ar_game_desc{
					margin-top:10px;
				}
                
				.ar_name{
                   margin-top: 5px;
				}

				.camera_filter_row{
					width:100%;
					max-width:100%;
				}
				
				.interaction_desc{
					width:100%;
					max-width:100%;
				}
				
				.filer_function_btn{
					/*padding: 8px 0 8px 20px;*/
					padding:8px;
				}
				
				.m-text.filer_function_btn{
					font-size: 18px !important;
				}
				
				.filter_function_wrapper{
					left:-28px;
				}
				
				#ar_enquiry_section {
					background-size: 50%;
					background-repeat: no-repeat;
					background-position: 20%;
				}
				
				.spark_ar_desc{
					margin-top: 30px;
				}
				
				.mochi_row{
					padding-top:0px;
				}
				
				.spark_ar_row{
					/*padding-bottom:30px;*/
				}
				
				.game_image_wrapper{
					top:0px;
				}
				
				.phone_image_wrapper{
					transform: translate(-60%,9.3%);
				}
				
				.interaction_desc{
					padding:0px 20px;
				}
				
				.nav_title{
					position: absolute;
					width: 150px;
					margin-left: -20px;
					margin-top:35px;
				}
				
				.spark_title_wrapper{
					margin-top:0px;
				}
				
				.spark_menu {
					position: absolute;
					width: 12%;
					z-index: 999;
					padding-bottom: 4.2%;
					left: 18.5%;
					top: 3%;
					cursor: pointer;
				}
			}
			
			@media(max-width:767px){
				.ar_game_buiness .manager_name{
					margin-top: 16px;
				}
				
				.spark_ar_row{
                   background-size:contain;
				   background-position-y: 32%;
				}
				.navbar-toggle{
					transform: translate(0, -50%);
					display: block;
					margin-top:0px;
					top: 40px;
				}
				
				.spark_ar_title.xxxl-text{
					font-size: 26px;
					line-height: 36px;	
				}

				.facial_image_warapper{
					/*padding:0px 60px 50px 60px;*/
					padding:0px 30px 30px 30px;
				}

				.promote_row{
					display: block;
				}

				.phone_image_mobile{
					margin-top:20px;
				}

				.game_ar_desc{
					width:100%;
				}
				
				.game_image_wrapper{
					position:static;
					margin-top:30px;
				}
				
				.mochi_image_wrapper{
					max-width:100%;
					padding-bottom:0px;
				}
				
				.interaction_desc{
				    max-width:100%;
					text-align:center;
				}
				
				.facial_image{
					max-width:200px;
				}
				
				#ar_our_clients{
					padding-bottom:0px;
				}
				
				.camera_filter_row{
					max-width:100%;
					display:block;
				}
				
				.filter_function_wrapper{
					position: unset;
					left: 0px;
					margin-top: 30px;
				}
				
				#ar_enquiry_section {
					background-image: none;
				}
				.mobile_image_wrapper{
					max-width:300px;
					margin: 0 auto;
				}
				
				.phone_image_wrapper{
					position:unset;
					transform: translate(0px, 0px);
				}
				
				.spark_ar_wrapper{
					float:none;
					width:100%;
					margin-top:40px;
				}
				
				.spark_ar_row{
					padding-bottom:0px;
				}
				
				.spark_ar_desc{
					width:100%;
					margin-top:10px;
				}
				
				.nav_title{
					font-size:16px;
				}
				
				.spark_banner_wrapper{
					padding-top:40px;
				}
				
				.spark_title_wrapper{
					padding-top: 30px;
					padding-bottom: 30px;
				}
				
				.brands_item_wrapper{
					width:calc( 100% / 4);
				}
				
				.spark_title_wrapper{
					margin-top:0px;
				}
				
				.ar_desc_title.xl-text{
					font-size: 26px;
					line-height: 36px;
				}
				
				.haagen_daza_image{
					max-width: 160px;
				}
				
				.interaction_desc{
					margin-bottom:20px;
				}
				
				.form_ideas{
					margin-top:20px;
				}
				
				.feature_container .desc{
					height:auto;
				}
				
				.mobile-container{
					max-width: 480px;
					margin-left: auto;
					margin-right: auto;
					padding: 0px 15px;
				}
				
			}

	#animation_gesture_mouth{
		
		
		
		
		
		
	}		
	
	
	#animation_gesture_eye{
	
		width: 100%;
		
		background-position: center;
		padding-bottom:100%;
		background-size:2500% 100%;
		background-position-x:		0%; 
		background-image: url('/images/spark_ar/animation_gesture_eye.png?18');
		display:table;
		-webkit-animation: animation_gesture_mouth_kf 3500ms steps(25) normal infinite;
		   -moz-animation: animation_gesture_mouth_kf 3500ms steps(25) normal infinite;
			-ms-animation: animation_gesture_mouth_kf 3500ms steps(25) normal infinite;
			 -o-animation: animation_gesture_mouth_kf 3500ms steps(25) normal infinite;
				animation: animation_gesture_mouth_kf 3500ms steps(25) normal infinite;
	}
	
	
	#animation_gesture_mouth{
	
		width: 100%;
		
		background-position: center;
		padding-bottom:100%;
		background-size:2500% 100%;
		background-position-x:    0%; 
		background-image: url('/images/spark_ar/animation_gesture_mouth.png?18');
		display:table;
		-webkit-animation: animation_gesture_mouth_kf3 3500ms steps(25) normal infinite;
		   -moz-animation: animation_gesture_mouth_kf3 3500ms steps(25) normal infinite;
			-ms-animation: animation_gesture_mouth_kf3 3500ms steps(25) normal infinite;
			 -o-animation: animation_gesture_mouth_kf3 3500ms steps(25) normal infinite;
				animation: animation_gesture_mouth_kf3 3500ms steps(25) normal infinite;
	
		
	}
	#animation_gesture_head{
	
		width: 100%;
		
		background-position: center;
		padding-bottom:100%;
		background-size:2500% 100%;
		background-position-x:  0%; 
		background-image: url('/images/spark_ar/animation_gesture_head.png?18');
		display:table;
		-webkit-animation: animation_gesture_mouth_kf2 3500ms steps(25) normal infinite;
		   -moz-animation: animation_gesture_mouth_kf2 3500ms steps(25) normal infinite;
			-ms-animation: animation_gesture_mouth_kf2 3500ms steps(25) normal infinite;
			 -o-animation: animation_gesture_mouth_kf2 3500ms steps(25) normal infinite;
				animation: animation_gesture_mouth_kf2 3500ms steps(25) normal infinite;
			
	
	}

	


	@keyframes animation_gesture_mouth_kf {
	    0% { 
			background-position-x:    0%; 
		}
		33% { 
			background-position-x: -2500%;
		}
		100% { 
			background-position-x: -2500%;
		}
		
	}

	
	@keyframes animation_gesture_mouth_kf2 {
	    0% { 
			background-position-x:    0%; 
		}
		33% { 
			background-position-x: 0%;
		}
		66% { 
			background-position-x: -2500%;
		}
		100% { 
			background-position-x: -2500%;
		}
		
	}
	
	@keyframes animation_gesture_mouth_kf3 {
	  
		  0% { 
			background-position-x:    0%; 
		}
		
		66% { 
			background-position-x: 0%;
		}
		100% { 
			background-position-x: -2500%;
		}
	}


	
	
	
	.feature_container{
		display:none;
	
	}
	.feature_container.active{
		display:block;
	
	}
	
	.feature_container .image{
		max-width:350px;
		margin-left:auto;
		margin-right:auto;
	}
	@media(max-width:767px){
		
		.feature_container .image{
			max-width:300px;
		}
		
		.mobile_ar_bg{
		    overflow: hidden;
			background: url(../images/spark_ar/spark_ar_bg.png?9);
			background-size: 200%;
			background-position: 23% -53%;
			background-repeat: no-repeat;
		}
		
		.spark_ar_row{
			background:none;
		}
		
		.container.banner_container{
			padding:0px;
		}
	}
	
	.feature_container .desc{
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		line-height:20px;
		height:100px;
	}
	
	
	
	
	
			
			
			
/*Spark AR*/