 /*
	Designed by : NEWPAGES NETWORK SDN BHD
	Copyright (c) 2007-2020 Newpages.com.my
*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
*{
	line-height:1.3em;
}

/* NEED TO BE DELETE IN FUTURE */
body,a{
	color:#333;
}
/* NEED TO BE DELETE IN FUTURE */
body, textarea{
	font-size:12px;
}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
map{
	display:block;
}
img{
	border:0;
}
a{
	text-decoration:none;
	outline:0; /* remove default dotted border when link selected */
}
a:hover{
	text-decoration:underline;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}
.content{
	position:relative;
	margin:0 auto;
}
.article {
	padding-bottom: 5px;
}
h2.page-title{
	margin-top:0;
	margin-bottom:10px;
	padding:0 !important;
	background:none !important;
}
#main{
	margin: 0 auto;
	padding: 10px 0 20px 0; 
}
#main .right{
	float: left;
	width: 180px;
	padding: 0 10px;
}
#main .left {
	float: right;
	padding:0 10px;
	box-sizing: content-box !important;
}
.red{
	color:#F00;
}
.note-success{
	padding:5px 10px 5px 25px;
	margin:5px 0;
	border:1px solid #4F8A10;
	background:url(success_icon.png) no-repeat 5px 50% #DFF2BF;
}
.note-success,
.note-success a{
	color:#4F8A10;
}
.note-warning{
	padding:5px 10px 5px 25px;
	margin:5px 0;
	border:1px solid #9F6000;
	background:url(warning_icon.png) no-repeat 5px 50% #FEEFB3;
}
.note-warning,
.note-warning a{
	color:#9F6000;
}
.note-error{
	padding:5px 10px 5px 25px;
	margin:5px 0;
	border:1px solid #D8000C;
	background:url(error_icon.png) no-repeat 5px 50% #FFBABA;
}
.note-error,
.note-error a{
	color:#D8000C;
}
.top-message{
	width:100%;
	padding:10px 30px;
	position:fixed;
	left:0;
	top:0;
	margin:0;
	z-index:2000;
	border-width:0 0 1px 0;
	box-sizing:border-box;
	display:none;
	font-size:14px !important;
}
.top-message a.top-total-items{
	margin-right:10px;
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	background-color:#690;
	text-decoration:none;
}
.top-message .right{
	position:absolute;
	top:5px;
	right:10px;
	width:auto;
}
.top-message a{
	font-weight:bold;
}
.clear-both{
	clear:both;
}
.clearfix:after{
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}

#back-to-top{
	position:fixed;
	bottom:-50px;
	right:30px;
	font-size:40px;
	z-index: 10;
}
#whatsapp-float-icon{
  position: fixed;
  bottom: 40px;
  left: 30px;
  font-size: 30px;
  text-align: center;
  z-index: 10;
  background-color: rgb(29, 176, 9);
  border-radius: 50%;
  color:#fff;
  width: 30px;
  height: 30px;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  -o-box-sizing: initial !important;
  box-sizing: initial !important;
  text-decoration: none;
}
#whatsapp-float-icon{
  text-decoration: none;
}
/* Product Download Section */
#download-section{
	/*padding:20px 0;
	clear:both;*/
}
#download-section h3{
	margin:0 0 10px 0;	
}
#download-section .filesize{
	font-size:10px;
	color:#999;
}
#download-section img{
	vertical-align:middle;
}
.download-icon{
	display:inline-block;
	width:12px;
	height:12px;
	line-height:1;
}
.download-icon.black{
	background:url(../../newpages2u.com/default_style/download-icon-black.png) no-repeat top center;
}
.download-icon.white{
	background:url(../../newpages2u.com/default_style/download-icon-white.png) no-repeat top center;
}
/* END Product Download Section */

/* CSS Navigation */
/* float menu */
.float-nav{
	position:fixed;
	top:0;
	left:0;	
	width:100%;
	background-color:#ffffff;
	z-index:8001;
	display:none;
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.float-nav li{
	margin:0;
	padding:0;
}
.float-nav a{
	color:#333;
	text-transform:uppercase;
	font-size:14px;
}
.float-nav ul,
ul.float-lang,
.float-sub,
.float-sub-extend{
	margin:0;
	padding:0;
	list-style:none;
}
ul.nav-menu{
	margin:0 auto;
	display:table;
}
ul.nav-menu > li,
ul.float-lang > li,
ul.float-sub > li{
	position:relative;
}
ul.nav-menu > li,
ul.float-lang > li{
	display:inline-block;
}
ul.nav-menu > li:hover,
ul.nav-menu ul.float-sub > li:hover,
ul.nav-menu ul.float-sub-extend > li:hover > a{
	background-color:#666;
}
ul.nav-menu > li > a{
	display:table-cell;
	text-decoration:none;
	height:40px;
	vertical-align:middle;
}
ul.nav-menu > li:hover > a > span,
ul.nav-menu ul.float-sub > li:hover > a,
ul.nav-menu ul.float-sub-extend > li:hover > a{
	color:#fff;
}
ul.nav-menu > li > a > span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 10px;
	border-right:1px solid #CCC;
}
ul.nav-menu > li > a.lastchild > span{
	border-right:none;
}
ul.nav-menu > li:hover > ul.sub{
	display:block;
}
ul.nav-menu ul.float-sub,
ul.nav-menu ul.float-sub-extend{
	background-color:#FFF;
	display:none;
	position:absolute;
	box-shadow:1px 1px 3px #666;
}
ul.nav-menu ul.float-sub{
	left:0;
	top:100%;
	z-index:100;
}
ul.nav-menu ul.float-sub-extend{
	left:100%;
	top:0;
	z-index:101;
}
ul.nav-menu ul.float-sub > li,
ul.nav-menu ul.float-sub-extend > li{
	border-bottom:1px solid #f1f1f1;
	position: relative;
}
ul.nav-menu ul.float-sub > li:last-child,
ul.nav-menu ul.float-sub-extend > li:last-child{
	border-bottom:none;
}
ul.nav-menu ul.float-sub > li > a,
ul.nav-menu ul.float-sub-extend > li > a{
	display:block;
	padding:5px 10px;
	text-decoration:none;
	white-space:nowrap;
	min-width:100px;
}
ul.nav-menu ul.float-sub li.float-with-sub > a{
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	background-position:right 50%;
	padding:5px 20px 5px 10px;
}
ul.nav-menu li:hover > ul.float-sub,
.float-with-sub:hover > ul.float-sub-extend{
	display:block;
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	.float-btn{
		top:43px;
		right:0;
		background-color:#fff;
		padding:10px;
	}
}
ul.float-lang{
	display:inline-block;
	position:absolute;
	right:10px;
	top:5px;
	background-color:#999;
}
ul.float-lang li:last-child > a{
	border-right:none;
}
ul.float-lang a{
	display:block;
	padding:5px 10px;
	border-right:1px solid #fff;	
	color:#fff;
	text-decoration:none;
}
ul.float-lang a:hover{
	background-color:#666;
}
.float-nav a.float-cart{
	display:inline-block;
	padding:10px;
	margin:5px;
	position:absolute;
	top:50px;
	background-color:#C00;
	color:#ffffff;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	font-size:18px;
}
.float-nav a.float-cart{
	right:5px;
}
.float-nav .float-user{
	position:absolute;
	top:50px;
	background-color:#C00;
	color:#ffffff;
	border-radius:3px;
	text-align:center;
	font-size:18px;
	margin:5px;

	right:60px;
}
.float-nav .float-user a{
	padding: 10px;
	display: inline-block;
	font-size:18px;
}
.float-nav a.float-cart span,
.float-nav .float-user a{
	font-weight:bold;
	color:#fff;
}
.float-nav a.float-cart:hover,
.float-nav .float-user a:hover{
	background-color:#900;
}
.float-logo{
	float: left;
	padding: 10px 0;
}
.shopping-cart-list,
.my-account-list{
	position: fixed;
	background-color: #ffffff;
	color: #333;
	white-space: nowrap;
	padding: 15px;
	box-shadow: 0px 0px 5px #333;
	width: 350px;
	z-index: 2001;
	display: none;
}
.shopping-cart-list h2{
	clear: both;
}
.shopping-cart-list h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.shopping-cart-list .f-product-img{
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #e1e1e1;
}
.shopping-cart-list .f-product-descr{
	float: left;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
	white-space: normal;
	width: 200px;
}
.shopping-cart-list .f-product-price{
	margin-top: 10px;
}
.shopping-cart-list .f-product-checkout{
	float: left;
	padding: 10px 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.my-account-list h3{
	margin: 0;
}
.my-account-list table tr td > i{
	border: 2px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	font-size: 28px;
	width: 40px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
}
.shopping-cart-list ul,
.my-account-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.shopping-cart-list ul li,
.my-account-list ul li{
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.my-account-list ul li{
	width: auto;
	float: none;
}
.shopping-cart-list ul li:last-child,
.my-account-list ul li:last-child{
	border-bottom: none;
}
.my-account-list ul li a > i{
	width: 20px;
}
#new-header #newpages-login .my-account-list{
  display: none;
  position: absolute;
  right: 0;
}
/* END float menu */
.nav{
	position:relative;
}
.nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul.mainmenu{
	display:table;
	width:100%;
	*display:block;
}
ul.mainmenu > li{
	white-space:nowrap;
	position:relative;
	margin:0;
	display:table-cell;
}
ul.sub > li,
ul.sub-extend > li{
	white-space:nowrap;
}
ul.mainmenu > li,
ul.sub > li,
ul.sub-extend > li{
	margin:0;
	padding:0;
	position:relative;
}

ul.mainmenu > li > a,
ul.sub > li > a,
ul.sub-extend > li > a{
	display:block;
	text-decoration:none;
}
ul.mainmenu > li > a.imgbtn{
	padding:0px;
}
ul.mainmenu > li > a.imgbtn:hover{
	padding:0px;
}
ul.mainmenu > li > a{
	text-align:center;
	width:100%;
}
ul.mainmenu > li > a > span{
	vertical-align:middle;
}
ul.sub,
ul.sub-extend {
	position:absolute;
	display:none;
	z-index:8001;
	box-shadow:1px 1px 3px #666666;
	-moz-box-shadow:1px 1px 3px #666666;
	-webkit-box-shadow:1px 1px 3px #666666;
}
ul.sub > li,
ul.sub-extend > li{
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

/* NEED TO BE DELETE IN FUTURE */
ul.sub > li:hover > a,
ul.sub-extend > li:hover > a{
	background:#000;
	color:#fff;
}
/* NEED TO BE DELETE IN FUTURE */

ul.sub > li:last-child,
ul.sub-extend > li:last-child{
	border-bottom:none;
}
ul.sub > li > a,
ul.sub-extend > li > a{
	padding:5px 20px 5px 10px;
	min-width:100px;
	color:#333333; /* NEED TO BE DELETE IN FUTURE */
}
ul.sub > li.with-sub > a,
ul.sub-extend > li.with-sub > a{
	background-position:right 50%;
	background-repeat:no-repeat;
	background-image:url(arrow.png);
	padding-right:20px;
}
ul.sub-extend{
	position:absolute;
	left:100%;
	top:0;
	display:none;
}

ul.mainmenu > li:hover > ul.sub{
	display:block;
}
ul.sub li:hover > ul.sub-extend{
	display:block;
}
img.menurollover{
	display:none;
}
ul.nav-menu li.float-with-sub > a::after, 
ul.sub .with-sub > a::after{
  pointer-events: none;
}
/* END CSS Navigation */

/* Topspace CSS */
.topspace{
	margin:0 auto;
}
/* END Topspace CSS */

/* Downspace CSS */
.downspace{
	margin:0 auto;
}
/* END Downspace CSS */

/* Left Panel Categories Menu */
ul.left-maincat, ul.left-subcat{
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}
ul.left-maincat{
	width:172px;
}
ul.left-subcat{
	white-space:nowrap;
	min-width:150px;
	box-shadow:1px 1px 5px #000000;
}
ul.left-maincat li, ul.left-subcat li{
	margin:0 !important;
	padding:0 !important;
	position:relative;
	background-color:#000; /* NEED TO BE DELETE IN FUTURE */
	word-wrap:break-word;
}
ul.left-maincat li.selected{
	background-color:#000;
}
ul.left-maincat li:last-child,
ul.left-subcat li:last-child{
	border:none;
}
ul.left-maincat > li.with-sub:hover{
	border-right:none;
}
ul.left-maincat li.with-sub > a{
	background-position:right 50%;
	background-repeat:no-repeat;
	background-image:url(arrow.png);
}
ul.left-maincat li.with-sub > a.open-menu{
	background-image:url(arrow_up.png);
}
ul.left-maincat li a, ul.left-subcat li a{
	display:block;
	padding:5px 10px 5px 5px;
	text-decoration:none;
	color:#fff; /* NEED TO BE DELETE IN FUTURE */
}
ul.left-maincat > li > a{
	white-space:normal;
}
ul.left-subcat{
	position:absolute;
	left:100%;
	top:0;
	display:none;
	z-index:299;
}
ul.left-subcat li{
	border-left:none;
}
ul.left-maincat li:hover > ul.left-subcat{
	display:block;
}
ul.left-maincat.vertical-dropdown li:hover > ul.left-subcat li:hover > ul{
	display:block;
}

/* For Vertical Dropdown */
ul.left-maincat.vertical-dropdown li.with-sub > a{
	background-image:none;
}
ul.left-maincat.vertical-dropdown li.with-sub > a:after{
	font-family: "FontAwesome";
	content:"\f105";
	position: absolute;
	right: 10px;
}

/* Level 2 */
ul.left-maincat.vertical-dropdown > li > ul > li{ background-color:#ccc;}
ul.left-maincat.vertical-dropdown > li > ul > li:hover{ background-color:#333; }
ul.left-maincat.vertical-dropdown > li > ul > li > a{ color:#333; }
ul.left-maincat.vertical-dropdown > li > ul > li:hover > a{ color:#fff; }

/* Level 3 */
ul.left-maincat.vertical-dropdown > li > ul > li > ul > li{ background-color:#eee; }
ul.left-maincat.vertical-dropdown > li > ul > li > ul > li:hover{ background-color:#666; }
ul.left-maincat.vertical-dropdown > li > ul > li > ul > li > a{ color:#333; }
ul.left-maincat.vertical-dropdown > li > ul > li > ul > li:hover > a{ color:#fff; }

/* For Expand Collapse */
ul.expand-collapse li:hover ul.left-subcat{
	display:none;
}
.expand-collapse ul.left-subcat{
	position:relative;
	left:auto;
	top:auto;
	box-shadow:none;
	white-space:normal;
}
.expand-collapse ul.left-subcat li{
	background-color:#CCC;
}
.expand-collapse ul.left-subcat li.selected,
.expand-collapse ul.left-subcat li:hover{
	background-color:#333;
}
.expand-collapse ul.left-subcat li a{
	color:#333;
}
.expand-collapse ul.left-subcat li.selected a,
.expand-collapse ul.left-subcat li a:hover{
	color:#fff;
}

ul.left-maincat.expand-collapse li.with-sub > a{
	background-image:url(arrow_down.png);	
}
ul.expand-collapse li.with-sub > a.open-menu{
	background-image:url(arrow_up.png);	
}

/* Expand Collapse with Level 3 */ 
ul.expand-collapse2 li:hover ul.left-subcat{
	display:none;
}
.expand-collapse2 ul.left-subcat{
	position:relative;
	left:auto;
	top:auto;
	box-shadow:none;
	white-space:normal;
}
ul.left-maincat.expand-collapse2 li.with-sub > a{
	background-image:url(arrow_down.png);	
}
ul.left-maincat.expand-collapse2 li.with-sub > a.open-menu{
	background-image:url(arrow_up.png);	
}

ul.left-maincat.expand-collapse2 a{
	padding:10px 10px 10px 5px;
}

/* Level 2 */
.expand-collapse2 > li > ul > li{
	background-color:#ccc;
}
.expand-collapse2 > li > ul > li > a{
	color:#333;
}
.expand-collapse2 > li > ul > li:hover{
	background-color:#333;
}
.expand-collapse2 > li > ul > li:hover > a{
	color:#fff;
}
/* Level 3 */
.expand-collapse2 > li > ul > li > ul > li{
	background-color:#eee;	
}
.expand-collapse2 > li > ul > li > ul > li:hover{
	background-color:#666;
}
.expand-collapse2 > li > ul > li > ul > li > a{
	color:#333;
}
.expand-collapse2 > li > ul > li > ul > li:hover > a{
	color:#fff;
}
/* selected category */
.expand-collapse2 li.selected{
	background-color:#D91E29;
}
.expand-collapse2 li.selected > a{
	color:#fff;
}

/* END Left Panel Categories Menu */

/* Left Panel Page Menu */
ul.page-mainmenu, ul.page-submenu{
	margin:0;
	padding:0;
	list-style:none;
}
ul.page-mainmenu{
	width:172px;
}
ul.page-submenu{
	white-space:nowrap;
}
ul.page-mainmenu li, ul.page-submenu li{
	margin:0;
	padding:0;
}
ul.page-mainmenu li:last-child,
ul.page-submenu li:last-child{
	border:none;	
}
ul.page-mainmenu > li.with-sub:hover{
}
ul.page-mainmenu li.with-sub > a{
}
ul.page-mainmenu li a, ul.page-submenu li a{
	display:block;
	padding:2px;
	text-decoration:none;
}
ul.page-mainmenu > li > a{
	white-space:normal;
	font-weight:bold;
}
ul.page-submenu{
	margin-left:20px;
}
ul.page-submenu li{
	border-left:none;
}
ul.page-submenu > li > a{
	color:#999;
}
/* END Left Panel Page Menu */


/* Latest News Default CSS */
/* OLD STYLE */
.news-row{
	margin:0 0 10px 0;
	border:1px solid #CCC;
	padding:5px;
}
/* END OLD STYLE */
#latest-news .news-image{
	margin-bottom:10px;
	display:inline-block;
	clear:both;
}
#latest-news .news-image > img{
	max-width:100%;
}

#latest-news h3.news-title{
	margin:0 0 5px 0;
}
#latest-news span.news-date{
	display:inline-block;
	padding:2px 8px;
	margin-bottom:10px;
	background-color:#CCC;
	border-radius:3px;
	font-size:12px;
	color:#333;
}
#latest-news .news-content{
	padding:5px 0 0 0;
	margin:5px 0;
}
#latest-news .news-content:after{
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}
#latest-news-list{
	list-style:none;
	margin:0;
	padding:0;
}
#latest-news-list .news-item{
	padding:10px 0;
	border-bottom:1px solid #e1e1e1;
}
#latest-news-list .news-item:last-child{
	border-bottom:none;
}
#latest-news-list	h3.news-title{
	margin:0;
}
#latest-news-list	h3.news-title a{
	text-decoration:none;
	color:#333;
}
#latest-news-list	h3.news-title a:hover{
	color:#999;
	text-decoration:underline;
}
#latest-news-list	span.news-date{
	font-size:10px;
	margin:5px 0 0 0;
	color:#333;
}
.news-bigframe{
	border:1px solid #999;
	padding:10px;
	margin-bottom:15px;
}

#news-subimgs{
	list-style:none;
	padding:0;
	margin:0;
}
#news-subimgs li{
	padding:0;
	margin:0;
	/*float:left;*/
	display:inline-block;
	border:1px solid #e1e1e1;
	position:relative;
}
#news-subimgs li>.news-image{
	 /*position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);*/
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#news-subimgs li.last{
	margin-right:0;
}
/* END Latest News Default CSS */

/* Latest News Box */
.news{
	width:300px;
}
.news a{
	text-decoration:none;
}
.news .news-title{
	font-size:14px;
	margin:0;
	padding:5px 10px;
}
.news ul{
	margin:0;
	padding:0;
}
.news ul li{
	margin:0;
	padding:10px;
	list-style:none;
}
.news ul li:last-child{
	border-bottom:none;
}
/* END Latest News Box */

/* Product Tab */
.tab-wrap{
	margin-bottom: 10px;
}
.tabs ul{
	list-style-type: none;
}
.tabs ul,.tabs ul > li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs ul > li{
	float: left;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	margin-right: 2px;
	background-color: #eee;
}
.tabs ul > li:last-child{
	margin-right: 0;
}
.tabs ul > li > span{
	display: block;
	padding: 10px 20px;
	cursor: pointer;
}
.tabs ul > li > span.tab-title:hover,
.tabs ul > li > span.tab-title.active{
	background-color: rgba(0,0,0,0.3);
}
.tab-content, .tab-section{
	width: 100%;
}
.tab-content{
	border:1px solid #eee;
	padding: 20px;
}
.tab-section{
	display: none;
}
.tab-section.active{
	display: block;
}
/* END Product Tab */

/* Product Video */
.product-video-title{
	font-weight:bold;
	font-size:14px;
	display:block;
	width:560px;
	margin:10px auto;
}
.product-video{
	margin:0 auto;
	display:block;
	width:560px;
}
/* END Product Video */

/* Video Page */
.video-cat-title{
	clear:both;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
.video-item{
	float:left;
	margin:0 20px 20px 0;
}
.video-item a{
  display: block;
  position: relative;
}
.video-item a::after{
  font-family: "FontAwesome";
  content:"\f16a";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  font-size: 50px;
  transition: color .2s ease-in-out;
  background-color: white;
  color:#333333;
}
.video-item a:hover::after{
  color:#ff0000;
}
.video-item.last{
	margin-right:0;
}
.video-title{
	font-weight:bold;
	margin:10px 0 5px 0;
}
.video-descr{
}
.yvideo-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
  .yvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* END Video Page */

/* Career Page */
h3.position-title{
	margin:0 0 10px 0;
}
/* END Career Page */

/* Cart Box */
.payment_description{
	color:#333333;
}
.product-table,
.product-table .co-product-name a{
	color:#333;
}
.cart_top_text{
	margin:0px 0px 5px 0;
}
#cart-box{
	background:url(quotation.png) no-repeat left;
	padding:10px 5px 10px 45px;
	border:1px solid #999;
	width:120px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}
#cart-box.shopping{
	background:url(cart.png) no-repeat left;
}
#cart-box h3{
	margin:0 0 5px 0;
	padding:0;
}
#cart-box .request-button{
	display:block;
	padding:5px 10px;
	text-decoration:none;
	color:#FFF;
	background-color:#666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#cart-box .request-button:hover{
	background-color:#000;
}
.co-product-weight{
	color:#999;
	font-style:italic;
}
/* END Cart Box */

/* ws=checkout */
#shopping_cart input[type=text],
#shopping_cart input[type=email],
#shopping_cart select,
#shopping_cart option,
#shopping_cart textarea{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	box-sizing:border-box;
}
#shopping_cart input[type=text],
#shopping_cart input[type=email],
#shopping_cart option,
#shopping_cart textarea{
	padding:5px;
}
.payment_description{
	margin-top:10px;
	padding:10px;
	background-color:#CCC;
}
.shipping_description{
	padding:10px;
	background-color:#f2f2f2;
	text-align:left;
	display:none;
}
.order_attachment{
	padding: 15px;
	background-color: #f1f1f1;
}
.clearfix:after{
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}
.cart_top_nav{
	box-sizing:border-box;
	margin-bottom:20px;
	font-size:0;
}
.cart_top_nav a{
	font-size:12px;
	display:inline-block;
	box-sizing:border-box;
	width:25%;
	padding:10px 10px 10px 20px;
	background-color:#CCC;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.cart_top_nav a.last.active{
	background-image:none;
	background-color:#8CC63F;
}
.cart_top_nav a.proceed{
	background-color:#8CC63F;
}
.cart_top_nav a.active{
	background:url(bar_active.html) no-repeat right 50% #ccc;;
}
.checkout-section.active{
	display:block;
}
.cart_bottom_nav{
	box-sizing:border-box;
	padding:20px 0;
}
.cart_bottom_nav .btn-cont-shopping,
.cart_bottom_nav .btn-proceed,
.cart_bottom_nav .btn-confirm-order{
	display:block;
	padding:10px;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
.cart_bottom_nav .btn-cont-shopping{
	background-color:#ccc;
	color:#fff;
	float:left;
}
.cart_bottom_nav .btn-proceed,
.cart_bottom_nav .btn-confirm-order{
	background-color:#1ab586;
	color:#fff;
	float:right;
}
.cart_bottom_nav .btn-cont-shopping{
}

.product-table{
	background-color:#CCC;
}
.product-table td{
	background-color:#fff;
}
.product-table tr.even td{
	background-color:#eee;
}
#checkout-billing table td,
#checkout-shipping table td{
	padding:5px 0;
}
textarea{
	resize:none;
}

.checkout-table td{
	padding-bottom:10px;
}
#shopping_cart input#product-qty{
	width:50px;
	text-align:center;
	margin:0;
}

.update-item{
	margin-top:5px;
	background-color:#ffae38;
	display:inline-block;
	padding:2px 5px;
	box-sizing:border-box;
	color:#fff;
	border-radius:3px;
}
.btn-clear{
	background-color:#999;
	display:inline-block;
	padding:2px 5px;
	color:#fff;
	border-radius:3px;
	font-weight:normal;
	cursor:pointer;
}
#cancel-promocode,
#promocode,
.remove-item{
	display:inline-block;
	padding:2px 5px;
	border-radius:3px;
}
#cancel-promocode,
.remove-item{
	cursor:pointer;
}
.remove-item{
	margin-top:5px;
	background-color:#e8404f;
	color:#fff;
}
#cancel-promocode{
	background-color:#e8404f;
	color:#fff;
}
#promocode{
	/*background-color:#dddddd;*/
	color:#333;
}
.btn-clear:hover, 
.remove-item:hover,
.update-item:hover{
	text-decoration:none;
}
hr.divider{
	border:none;
	border-top:2px solid #eee;
	margin-top:20px;
}
.payment_description,
.payment-method-desc{
	display:none;
}
/*
.product-option{
	font-style:italic;
	color:#999;
	font-size:10px;
}
*/
/* END ws=checkout */

/* Quotation Page */
.delivery-charge{
	font-style:italic;
	color:#999;
}
.cart-list,
.cart-list a{
	color:#333
}
.cart-list td{
	background-color:#fff;
}
.view-details-btn,
.add-cart,
.outofstock-cart,
.normal-cart,
.login-view-price-btn{
	display:inline-block;
	text-decoration:none;
	padding:5px 0;
	margin:10px 0 5px 0;
	width:100px;
	text-align:center;
	
	/* NEED TO BE DELETE IN FUTURE */
	background-color:#F90;
	color:#fff;
	border-radius:5px;
	/* NEED TO BE DELETE IN FUTURE */
}
.outofstock-cart{
	background-color:#CCC;
}
.products-listing .add-cart,
.products-listing .normal-cart,
.products-listing .outofstock-cart{
	margin-bottom:30px;
}
.tag-product-item .add-cart, 
.tag-product-item .normal-cart, 
.tag-product-item .outofstock-cart{
	margin-bottom:5px;
}
.add-cart,
.clear-cart,
.update-item,
.remove-item,
.normal-cart{
	cursor:pointer;
}
.view-details-btn:hover,
.add-cart:hover,
.normal-cart:hover,
.login-view-price-btn:hover{
	text-decoration:none;
	
	/* NEED TO BE DELETE IN FUTURE */
	color:#fff;
	background-color:#F60;
	/* NEED TO BE DELETE IN FUTURE */
}
.login-view-price-btn{
  width: 140px;
}
.outofstock-cart:hover{
	text-decoration:none;
}
.view-details-btn{
  display: block; /* 2019/7/12 */
}
/* END Quotation Page*/

/* Products Search Box */
#search-box{
	width:160px;
	padding:10px 5px;
	margin:0 0 10px 0;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#search-box #searchproducts{
	margin:10px 0;
	width:100%;
	box-sizing: border-box;
}
/* END Products Search Box */

/* Google Translator */
#google_translate_element{
	z-index:1000;
	position:absolute;
	right:10px;
	top:10px;
}
/* END Google Translator */

/* CRM Login Button */
#crm-login{
	position:absolute;
	right:10px;
	top:0;
	z-index:1001;
	background-color:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5)
}
#crm-login:hover{
	background-color:#e1e1e1;
}
#crm-login a{
	background:url(user_icon_black.png) no-repeat 5px 50%;
	display:block;
	padding:5px 10px 5px 20px;
	color:#333;
	text-decoration:none;
}
/* END CRM Login Button */
/* NEWPAGES Login Button */
#newpages-login{
	position:absolute;
	right:10px;
	top:0;
	z-index:1001;
	background-color:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5)
}
#newpages-login a:hover{
	background-color:#e1e1e1;
}
#newpages-login a{
	display:inline-block;
	padding:5px 10px;
	color:#333;
	text-decoration:none;
}

#new-header #newpages-login{
  top:100%
}
#new-header .inner-header{
  position: relative;
}
/* END CRM Login Button */

/* Language Bar CSS */
.language{
	position:absolute;
	z-index: 100;
}
.language a{
	display:inline-block;
}
/* END Language Bar CSS */

/* ws=category */
.category-desc{
	margin-bottom:10px;
}
.category-album{
	float:left;
	border:1px solid #e1e1e1;
}

.category-album.last{
	margin-right:0;
}
.category-album-details{
	padding:10px 10px 5px 10px;
}
.category-album-link{
	display:block;
}
.category-album-details a{
	font-weight:bold;
	display:block;
	margin:0 auto;
	word-wrap:break-word;
}
.category-album-details span{
	display:block;
	margin-top:5px;
	font-size:11px;
	color:#808080;
}
.category-album-others{
	display:block;
	padding:10px;
	clear:both;
	text-align:center;
	font-size:14px;
	margin:10px auto;
	width:200px;
	background-color:#cccccc;
	border-radius:8px;
}

/* ws=showproducts */
.product_option_select{
	margin:10px 0;
}
.product_option_select option{
	padding:3px;
}
.productsbigimg{
	border:1px solid #CCC;
}
.productsbigimg.noborder{
	border:none;
}
.productsbigimg .product-price, .productsbigimg .product-price-tag{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	display:block;
	text-align:center;
}
.productsbigimg .product-original-price{
	margin-top:10px;
	text-align:center;
	text-decoration:line-through;
	display:block;
	font-size:16px;
	color:#999;
}
.productsbigimg #product-option{
	display:block;
}
.productsbigimg .product-status{
	display:inline-block;
	padding:3px;
	margin:10px 0 0 0;
}
.productsbigimg .add-qty{
	margin-top:10px;
  display: flex;
  justify-content: center;
}
.productsbigimg .add-qty #product-qty{
  text-align: center;
}
.productsbigimg .add-qty button{
  border: 1px solid #666;
  color:#333;
}
.productsbigimg .add-qty button.minus-qty{
  border-right: none;
}
.productsbigimg .add-qty button.plus-qty{
  border-left: none;
}
.productsbigimg .add-qty .add-cart{
  display: block;
  margin: 0 0 0 5px;
  border-radius: 0;
}
/* Product Style 4 */
#product-style4 .productlist-row{
  display: flex;
}
#product-style4 .product-add-cart{
  display: none;
  margin-bottom: 15px;
}
#product-style4 .add-qty{
  display: flex;
}
#product-style4 .product-images-col{
  border:1px solid #ddd;
}
#product-style4 .product-info-col{
  margin-left: 0;
  padding-left: 2.12766%;
  padding-right: 2.12766%;
  background-color: #f1f1f1;
  border:1px solid #ddd;
  width:34.04255%;
}
#product-style4 .add-qty #product-qty{
  text-align: center;
}
#product-style4 .add-qty #product-qty,
#product-style4 .add-qty button{
  border: 1px solid #ccc;
}
#product-style4 .add-qty button.minus-qty{
  border-right: none;
}
#product-style4 .add-qty button.plus-qty{
  border-left: none;
}
#product-style4 .add-qty .add-cart{
  display: block;
  margin: 0 0 0 5px;
  border-radius: 0;
}
#product-style4 .product-status{
  padding: 2px 10px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
#product-style4 .product-original-price{
  text-decoration:line-through;
  opacity: 0.6;
  font-size: 1.2em;
}
#product-style4 .product-price{
  font-size: 2em;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
#product-style4 .product-button > .add-cart{
  display: block;
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
  width: auto;
  border: none;
  margin: 0;
  border-radius: 0;
}
#product-style4 .product-button > .add-cart::before{
  font-family: "FontAwesome";
  content: "\f07a";
  padding: 12px;
}
#product-style4 .product-option{
  margin: 0 0 15px 0;
  padding: 5px;
}
#product-style4 #video-section,
#product-style4 #tag-section,
#product-style4 #download-section{
  list-style: none;
  margin: 0;
  padding: 0;
}

#product-style4 #video-section .product-video-wrap{
  position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
#product-style4 #video-section .product-video-wrap .product-video{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#product-style4 .product-video-title{
  width: 100%;
}
#product-style4 .product-section-title{
  position: relative;
  padding-bottom: 10px;
}
#product-style4 .product-section-title::after{
  content: '';
  height: 5px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
#product-style4 #video-section,
#product-style4 #tag-section,
#product-style4 #download-section,
#product-style4 .product-descr{
  padding-bottom: 25px;
}
/* END Product Style 4 */
.showproduct-desc, #download-section, .showproduct-desc.section{
	margin:10px 10px 20px 10px;
	padding-top:10px;
	clear:both;
}
.product-cat-level a{
	text-decoration:none;
	color:#fff;
}
.product-cat-level a:hover{
	color:#ccc;
}
.subimg-item{
	float:left;
	margin:5px;
	position:relative;
}
.subimg-item img{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.subimg-box{
	border:1px solid #ccc;
	margin-bottom:5px;
/*	display:table-cell;*/
	vertical-align:middle;
	text-align:center;
}
.subimg-box a{
	display:block;
	position:relative;
	height:100%;
	width:100%;
}
.subimg-title{
	display:block;
	margin:5px 0 10px 0;
	word-wrap:break-word;
}
.show-product{
	margin:20px 0;
	width:750px;
}
.show-product .product-title{
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #CCC;
}
.show-product .product-img{
	margin:0 20px 15px 0;
	border:1px solid #CCC;
}
.option-img{
  display: inline-block;
}
.show-product .product-subimg{
	position:relative;
	width:428px;		
	height:93px;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	padding-bottom:15px;
}
.show-product .product-subimg .product-subimg-arrow{
	display:none;
	position:absolute;
	width:30px;
	height:31px;
	top:31px;
	color:#FFF;
	cursor:pointer;
	z-index:10;
	background-image:url(subimg-arrow.png);
	background-repeat:no-repeat;
}
.show-product .product-subimg .product-subimg-arrow.prev{
	left:0;
	background-position:top left;
}
.show-product .product-subimg .product-subimg-arrow.prev:hover{
	left:0;
	background-position:bottom left;
}
.show-product .product-subimg .product-subimg-arrow.next{
	right:0;
	background-position:top right;
}
.show-product .product-subimg .product-subimg-arrow.next:hover{
	right:0;
	background-position:bottom right;
}
.show-product .product-subimg table{
	position:absolute;
	left:0;
	white-space:nowrap;
	border-collapse:separate;
	border-spacing:12px 0px;
}
.show-product .product-subimg table td{
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	padding:0;
	width:90px;
	height:90px;
}
.show-product .product-subimg table td:hover{
	border-color:#000
}
.show-product .product-short-desc{
	margin:15px 0;
}
.show-product .cart{
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-bottom:15px;
}
.show-product .cart input{
	border-collapse:collapse;
	border:1px solid #999;
	padding:4px;
	font-size:12px;
	text-align:center;
}
.show-product .product-add-cart{
	padding:5px 10px;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	margin:0 10px;
}
.show-product .product-tab ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:0;
}
.show-product .product-tab ul li{
	padding:5px 10px;;
	background:#CCC;
	display:inline-block;
	font-size:14px;
	margin-right:10px;
	cursor:pointer;
}
.show-product .product-tab ul li:last-child{
	margin-right:0;
}
.show-product .product-desc{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:15px 0;
	padding:15px 0;
}
#product-enquiry-form td{
	padding:5px 0;
}
.product-weight{
/*	font-style:italic;*/
}
.product-qty{
	margin:10px 0;
	font-weight:bold;
	display:inline-block;
}
.product-qty.in-stock,
.product-qty.out-of-stock{
	padding:5px 10px;
}
.product-qty.in-stock{
	color:#5A9C25;
	border:1px solid #5A9C25;
}
.product-qty.out-of-stock{
	color:#C30;
	/*background-color:#C30;*/
	border:1px solid #C30;
}
.product-option, .product-sku, .product-size,.product-weight{
  margin-top:10px;
}
.google-category-link{
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0;
  border: 1px dashed #666;
}

	/* new style */
	.product-content,.top-content,.bottom-content,.left-content,.right-content{
		/*border:1px solid #F00;*/
	}
	.product-content{
		border:1px solid #999;
		/*background:#fff;*/
		/*overflow:hidden;*/
	}
  .product-content::after{
    content: ' ';
    display: block;
    clear: both;
  }
	.top-content{
		position:relative;
	}
	.top-content .product-original-price{
		color:#999;
		text-decoration:line-through;
		font-size:14px;
		display:block;
	}
	.product-nav{
		margin-bottom:10px;
	}
	.product-nav a.prev-text-btn,
	.product-nav a.next-text-btn{
		display:inline-block;
		padding:5px 10px;
		/*background-color:#333;*/
		/*color:#FFF;*/
		/*width:50px;*/
		/*text-align:center;*/
	}
	.product-nav a.prev-text-btn{
		background:url(arrow-previous.png) no-repeat left 50%;
		padding-left:40px;
	}
	.product-nav a.next-text-btn{
		background:url(arrow-next.png) no-repeat right 50%;
		padding-right:40px;
	}
	.top-content a.prev-btn,
	.top-content a.next-btn{
		display:block;
		width:40px;
		height:50px;
		position:absolute;
		top:50%;
		z-index:4;
		margin-top:-25px;
	}
	.top-content a.prev-btn{
		left:-40px;
		background:url(prev-btn.png) no-repeat top left;
	}
	.top-content a.next-btn{
		right:-40px;
		background:url(next-btn.png) no-repeat top left;
	}
	.left-content{
		margin:10px 15px 0 9px;
	}
	.product-content h3.product-section-title{
		font-size:16px;
		margin: 0 0 5px 10px;
	}
	.product-content .subimg{
		margin:0 0 10px 10px; 
	}
	.product-content .subimg-item{
		margin:0 5px 5px 0;
		cursor:pointer;
		background-color:#fff;
	}
	.product-content .subimg-item.first-child{
		margin-left:0;
	}
	.product-content .subimg-item.last-child{
		margin-right:0;
	}
	.product-content .subimg-item{
		border:1px solid #CCC;
		padding:4px;
	}
	.right-content{
		margin:10px 9px 0 0;
		width:370px;
		position:relative;
	}
	.right-content .product-status{
		margin:10px 0;
		display:inline-block;
		padding:5px 10px;
	}
	.right-content .product-status .stock-qty{
		font-weight:bold;
	}
	.bottom-content{
		margin-top:10px;
	}
	.product-content #productimg{
		/*
		min-width:240px;
		margin:auto;
		left:0;
		right:0;
		top:0;
		bottom:0;
		position:absolute;
		*/
	}
	.product-content .bigimg{
		border:1px solid #ddd;
		margin-bottom:10px;
		position:relative;
		background-color:#fff;
	}
	.product-content .bigimg .zoom-in-cover,
	.product-content .bigimg .zoom-in-box{
		position:absolute;
		left:0;
		top:0;
	}
	.product-content .bigimg .zoom-in-cover{
		width:100%;
		height:100%;
		background:url(../../newpages2u.com/default_style/loading_img.gif) no-repeat bottom right;
		z-index:2;
		/*display:none;*/
	}
	.product-content .bigimg .zoom-in-cover.zoomin{
		background:url(../../newpages2u.com/default_style/zoom_in_icon.png) no-repeat bottom right;
	}
	.product-content .bigimg .zoom-in-box{
		background-color:rgba(255,255,255,0.8);
		z-index:3;
		border:1px solid #ddd;
	}
	.product-content .bigimg .zoom-in-box.inactive{
		display:none;
	}
	.product-content .bigimg .zoom-image{
		position:absolute;
		z-index:10;
		left:100%;
		top:-1px;
		border:1px solid #ddd;
		background-repeat:no-repeat;
		overflow:hidden;
	}
	.product-content .bigimg .zoom-image.inactive{
		width:0 !important;
		height:0 !important;
		left:0 !important;
		z-index:-1 !important;
	}
	.product-content .bigimg .zoom-image img{
		position:absolute;
		left:0;
		top:0;
	}
	.product-content .product-price{
		margin-top:10px;
		font-size:18px;
		display:block;
		font-weight:bold;
	}
	.product-content ul#download-section,
	.product-content ul#video-section,
	ul#tag-section{
		list-style:none;
		padding:0;
		margin:0 10px 20px 10px;
	}
  #np_zoomWrap{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #np_zoomWrap img{
    max-width: 375px !important;
    max-height: 375px !important;
  }
	ul#tag-section{
		margin: 0 0 20px 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	ul#tag-section li{
		display: inline-block;
		margin-right: 5px;
		margin-bottom:5px;
	}
	ul#tag-section li > a{
		display: block;
		padding: 5px 10px;
		background-color: #ddd;
	}
	ul#tag-section li > a > i{
		color:#aaa;
	}
	.product-content ul#video-section li{
		float:left;
		margin-right:8px;
	}
	.product-content ul#video-section li.last-col{
		margin-right:0;
	}
	/* END new style */

/* END ws=showproducts*/

/* productsbycat, ourproducts, search */
.products-listing .product-status{
	margin-top:5px;
	padding:3px;
	display:inline-block;
	margin-bottom: 20px;
}
.product-list .product-status{
	margin-top:5px;
	padding:5px 10px;
	display:inline-block;
}
.product-status.in-stock{
	color:#4F8A10;
	background-color:#DFF2BF;
	border:1px solid #4F8A10;
}
.product-status.out-of-stock{
	color:#D8000C;
	background-color:#FFBABA;
	border:1px solid #D8000C;
}

.breadcrumb{
	margin-bottom:10px;
	/*color:#CCC;*/
}
.breadcrumb a{
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
}
.breadcrumb a.first{
	padding-left:0;
}
.breadcrumb a:hover{
	text-decoration:none;
}
.breadcrumb a.home-icon{
	width:14px;
	height:10px;
	padding:0;
	background-repeat:no-repeat;
	background-position:left 50%;
	background-image:url(home-icon-black.png);
}
.breadcrumb a.home-icon.white{
	background-image:url(home-icon-white.png);
}
.category-description{
	margin-bottom:10px;
}
.products-listing{
	border-collapse:collapse;
}
.search-status{
	margin-bottom:5px;
}
.product-name{
	font-size:12px;
	margin:10px 0 5px 0;
	word-wrap:break-word;
	font-weight:normal;
}
.products-listing .product-img{
	display:table-cell;
	width:100px;
	height:100px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #CCC;
}
.products-listing .product-img:hover{
	border:1px solid #666;
}
.products-listing .product-img img{
  max-width: 100%;
  max-height: 100%;
}
.products-listing .product-short-desc{
}
.products-listing .product-category{
	display:block;
	padding:5px 0;
	margin-bottom:8px;
	border-bottom:1px solid #CCC;
}
.products-listing .product-category a{
	font-size:14px;
	font-weight:bold;
}
.products-listing .product-category a.more-products{
	float:right;
	font-weight:normal;
	font-size:12px;
}
.products-listing .product-price, .products-listing .product-price-tag{
	display:block;
	font-weight:bold;
}
.products-listing .product-original-price{
	text-decoration:line-through;
	color:#999;
}
.display-page{
	float:left;
	margin:11px 0;
}
.page-num{
	float:right;
	margin:8px 0;
}
.page-num a{
	display:inline-block;
	padding:2px 8px;
	border:1px solid #CCC;
	margin-right:5px;
	text-decoration:none;
}
.page-num a:hover{
	background-color:#CCC;
}
.page-num a.selected{
	font-weight:bold;
	background-color:#CCC;
}
.page-num a i{
	line-height:inherit;
}

	.grid-list{
	}
	.grid-list ul.row{
		list-style:none;
		padding:0;
		margin:0 0 30px 0;
		/*width:1000px;*/
	}
	.grid-list li.col{
		margin:0 10px 0 0;
		border:1px solid #ddd;
		float:left;
		/*width:192px;*/
		word-wrap:break-word;
		padding:10px;
		border-radius:5px;
		/*text-align:center;*/
		text-align:left;
		
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.grid-list li.col:last-child{
		margin:0;
	}
	.grid-list .product-category{
		/*width:100%;
		width:1000px;*/
		box-sizing:border-box;
		padding:5px 10px;
		margin:0 0 10px;
		border-bottom:2px solid #09F;
	}
	.grid-list .product-category div{
		float:left;
		box-sizing:border-box;
		width:50%;
	}
	.grid-list .product-category .category-name{
		font-weight:bold;
		/*font-size:14px;*/
	}
	.grid-list .product-category .view-all{
		text-align:right;
	}
	.grid-list .product-category .category-name a,
	.grid-list .product-category .view-all a{
		transition:color 0.3s ease;
		color:inherit;
		text-decoration:none;
	}
	.grid-list .product-category .category-name a:hover,
	.grid-list .product-category .view-all a:hover{
		transition:color 0.3s ease;
		color:#09F;
	}
	.grid-list .product-img{
		display:table;
		width:100%;
	}
	.grid-list .product-img a{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	.grid-list .product-name{
		/*text-align:center;*/
		text-align:left;
		/*font-size:16px;*/
	}
	.grid-list .product-name a{
		transition:color 0.3s ease;
		color:#09F;
	}
	.grid-list .product-name a:hover{
		text-decoration:none;
		transition:color 0.3s ease;
		color:#333;
	}
	.grid-list .add-cart{
		transition:color 0.3s ease;
		background-color:#09F;
		border-radius:3px;
		padding:5px 10px;
		width:auto;
	}
	.grid-list .add-cart i{
		margin-right:5px;
	}
	.grid-list .add-cart:hover{
		transition:background-color 0.3s ease;
		background-color:#06C;
	}
	.grid-list .product-price{
		/*font-size:16px;*/
		font-weight:bold;
	}
	/* No Frame */
	.grid-list.img-frame li.col{
		margin:0 10px 0 0;
		border:none;
		float:left;
		/*width:192px;*/
		padding:0;
		border-radius:5px;
		/*text-align:center;*/
		text-align:left;
		
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.grid-list.img-frame li.col:last-child{
		margin:0;
	}
	.grid-list.img-frame .product-img{
	}
	.grid-list.img-frame .product-img a{
		/*width:192px;*/
		border:1px solid #ddd;
		box-sizing:border-box;
	}
	.grid-list.img-frame .product-img img{
	}
	
	/* Crop Image */
	.grid-list.crop-image .product-img a{
		/*width:170px;
		height:170px;*/
	}
	
	/* Table Style */
	.grid-list.table-style li.col{
		margin:0;
		border-radius:0;
		border-right:none;
		/*width:200px;*/
	}
	.grid-list.table-style li.col:last-child{
		border-right:1px solid #ddd;
	}


.products-listing.latest-products .add-cart{
	margin:5px 0;	
}
.txt-last-updated{
	font-size:10px;
	color:#999;
	font-style:italic;
	margin-bottom:20px;
	display:block;
}
.select-date{
	margin:10px 0;
}

/* end productsbycat, ourproducts, search */

/* Contact Form */
#contact-form p{
	margin:5px 0;
}
#contact-form .textfield{
	width:50%;
	padding:3px;
}
#contact-form .textarea{
	width:80%;
}
/* END Contact Form */

/* Footer */
#footer{
	clear:both;
	width:100%;
}
#footer .info{
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}
.footer-top{
	text-align:center;
	padding-bottom:10px;
}
#footer.footer_style1 .social-menu,
#footer.footer_style3 .social-menu{
	margin-bottom:10px;
}
.poweredby{
	font-size:10px;
	display:block;
	margin-top:15px;
}
#productEnquiry input[type=text]{
	width:300px;
}
.footer.full{
	width:100%;
	margin:20px auto 0 auto;
	background-color:#f1f1f1;
}

body.black .footer.full{
	background-color:#222222;
}

.footer.full a{
	text-decoration:none;
}
.footer.full a:hover{
	text-decoration:underline;
}
.footer.full .info,
.footer.full .info a{
		color:#999;
}
.social-menu{
	line-height:normal;
	margin-top:10px;
}
.info-inner-right .social-menu{
	margin-top:0;
}
.social-menu .social-icon{
	font-size:14px;
	padding:10px;
	color:#fff !important;
	background-color:#666;
	display:inline-block;
	line-height:normal;
	margin-right:4px;
}
.social-menu .social-icon:last-child{
	margin-right:0;
}
.social-menu .social-icon:hover{
	text-decoration:none !important;
	background-color:#333;
}
.social-icon.icon-facebook{ background-color:#3C5899 }
.social-icon.icon-blogger{ background-color:#F79138 }
.social-icon.icon-tumblr{ background-color:#36465D }
.social-icon.icon-wordpress{ background-color:#1F1A17 }
.social-icon.icon-newstore{ background-color:#D71D28 }
.social-icon.icon-twitter{ background-color:#3B94D9 }
.social-icon.icon-instagram{ background-color:#6A453B }
.social-icon.icon-linkedin{ background-color:#007BB6 }
.social-icon.icon-youtube{ background-color:#FF0000 }
.social-icon.icon-tiktok{ background-color:#333333 }

.footer .custom-footer{
  margin: 0 auto;
}

.footer.full .info{
	padding:20px 0 50px 0;
	width:100%;
	margin:0 auto;
	background-color:#000;

}
.footer.full .info > .info-inner{
	width:1000px;
	margin:0 auto;
	display:table;
	box-sizing:border-box;
	padding:0 10px;
}
.footer.full .info > .info-inner > .info-inner-left,
.footer.full .info > .info-inner > .info-inner-right{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}
.footer.full .info > .info-inner > .info-inner-left{
	text-align:left;
}
.footer.full .info > .info-inner > .info-inner-right{
	text-align:right;
	white-space: nowrap;
}
.footer.full .poweredby{
	margin:0;
}
.footer-main-section{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	display:table;
}
.footer-section{
	box-sizing:border-box;
	/*border:1px solid #ddd;*/
	border-right:1px solid #ccc;
	padding:10px;
	display:table-cell;
}
.footer-section.last{
	border-right:none;
}
.footer-section.col-4{
	width:25%;
}
.footer-section.col-3-20{
	width:20%;
}
.footer-section.col-3-30{
	width:30%;
}
.footer-section.col-3-40{
	width:40%;
}
.footer-section.col-2{
	width:50%;
}
.footer-section.col-1{
	width:100%;
}
.footer-section .news-img{
	width:50px;
	height:50px;
	border:1px solid #ddd;
	margin-right:10px;
}
.footer-section .news-content{
}
.footer-section .news-content .news-title{
	display:block;
	font-weight:bold;
}
.footer-section .news-list,
.footer-section .link-list{
	list-style:none;
	margin:0;
	padding:0;
}
.footer-section .link-list li{
	margin-bottom:3px;
}
.footer-section .news-list li{
	box-sizing:border-box;
	margin-bottom:10px;
}

   /* BOF Footer : Recent Post List */
		.footer-section ul.recent-post-list li{
			padding:10px 0;
			border-bottom:1px solid #666;
		}
		.footer-section ul.recent-post-list li:first-child{
			padding-top:0;
		}
		.footer-section ul.recent-post-list li:last-child{
			border-bottom:0;
		}	 
	 
	 .footer-section ul.recent-post-list{
		 list-style:none;
		 padding:0;
		 margin:0;
	 }
	 .footer-section .recent-post-content{
		 float:left;
		 width:300px;
	 }
	 .footer-section .recent-post-title{
		 text-transform:capitalize;
		 display:block;
		 word-wrap:break-word;
	 }
	 .footer-section .recent-post-img{
		 font-size:0;
		 /*margin-top:5px;*/
		 float:left;
	 }
	 .footer-section .recent-post-frame{
		 width:50px;
		 height:50px;
		 display:inline-block;
		 margin-right:5px;
		 border:1px solid #ddd;
		 position:relative;
	 }
	 .footer-section .recent-post-frame img{
		 position:absolute;
		 top:50%;
		 left:50%;
		 transform:translate(-50%,-50%);
	 }
	 .footer-section .recent-post-frame.full-frame{
		 width:100%;
		 height:auto;
		 display:block;
	 }
	 .footer-section .recent-post-frame.full-frame img{
		 width:100%;
		 position:relative;
		 top:auto;
		 left:auto;
		 transform:none;
	 }
	 .footer-section .recent-post-frame.crop-img{
		 overflow:hidden;
	 }
	 /* EOF Footer : Recent Post List */
/* END Footer */

/* ws=services */
.service-img{
	display:block;
	margin-bottom:10px;
}
.service-img img{
	max-width:100%;
}

/* */

/* ws=servicesbycat */ 
.service-cat-title a{
	font-size:14px;
	font-weight:bold;

}
.service-cat-title{
	display:block;
	padding:5px;
	margin-bottom:8px;
	font-weight:bold;
	font-size:14px;
	background-color:#CCCCCC;
}
.service-cat-title.single{
	border-bottom:none;
}
.service-cat-list{
	margin:10px 0;
}
.service-cat-list:after{
	content:'';
	display:block;
	clear:both;
}
.service-image{
	border:1px solid #CCC;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	box-sizing: border-box;
}
.service-image img{
	max-width: 100%;
	max-height: 100%;
}
.service-name{
	margin:10px 0px 5px 0px;
	text-align:center;
}
.service-item{
	float:left;
	margin:0 10px 10px 0;
}
.service-item.last{
	float:left;
	margin:0 0 10px 0;
}
/* END ws=servicesbycat */ 

/* ws=gallery */
#photo-gallery{
	/*margin:10px 0;*/
	padding-bottom: 50px;
}
#photo-gallery.grid:after{
	content:'';
	display:block;
	clear:both;
}
#photo-gallery.grid .photo-gallery-top{
	margin-bottom:10px;
}
#photo-gallery.grid .gallery-group-desc,
#photo-gallery.grid .gallery-cat-desc{
	display:block; 
	margin-bottom:10px;
}
#photo-gallery.grid .photo-item{
	float:left;
	margin:0 10px 10px 0;
}
#photo-gallery.grid .photo-item.last{
	margin-right:0;
}
#photo-gallery.grid .photo-item .photo-image-box{
	background-color:#e1e1e1;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border:5px solid #fff;
}
#photo-gallery.grid .photo-item .photo-image-box img{
  max-width: 100%;
}
#photo-gallery.grid .photo-item .photo-title{
	padding:10px 0;
}
#photo-gallery.grid	.display-num{
	margin-right:10px;
}
#photo-gallery.grid .pagination{
	clear:both;
	margin-bottom:10px;
}
#photo-gallery.grid .pagination a{
	display:inline-block;
	background-color:#ccc;
	padding:2px 6px;
	text-decoration:none;
	color:#333;
}
#photo-gallery.grid .pagination a:hover,
#photo-gallery.grid .pagination a.selected{
	background-color:#999;
}
.gallery-album-cover{
  display: block !important;
}
/* END ws=gallery*/

/*********************************************************************/
h3.side {
	background: White url(side.html) no-repeat;
	border-bottom:#CCCCCC 1px dotted;
	color: #000000;
	font-weight: normal;
	margin: 10px 0 5px 0px;
	padding: 0 0 0 20px;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

a h3.side {
	background: White url(side.html) no-repeat;
	border-bottom:#CCCCCC 1px dotted;
	color: #000000;
	font-weight: normal;
	margin: 10px 0 5px 0px;
	padding: 0 0 0 20px;
	font: 13px  Geneva, Arial, Helvetica, sans-serif;
}

a h3.side:hover { 
	text-decoration:none;
   	font-weight:normal;
	background-color:#EFEFEF;							/*                mouse over color sidebar                                         */
 }
/*********************************************************************/

#full-popup{
	position:fixed;
	width:100%;
	height:100%;
	z-index:16000003;
	left:0;
	top:0;
}
.cover-all{
	background-color:rgba(0,0,0,0.8);
}
.popup-msg{
	margin:200px auto 0 auto;
	padding:20px;
	position:absolute;
}
.boxed{
	border-radius:5px;
	background-color:#CCC;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}

.available-in-mobile{
	background-color:#666;
	position:fixed;
	right:200px;
	bottom:0;
	z-index:10;
	color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	cursor:pointer;
}

.pic_container{
	width:100%;
	margin-bottom:15px;
}
.pic_container img{
	max-width:780px;
}

#popAlert{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.90);
	top:0;
	left:0;
	z-index:16000003;
	/*display:table;*/
}
.popMsg{
	/*display:table-cell;
	vertical-align:middle;*/
	text-align:center;
	margin-top:10%;
}
.popMsg > span{
	padding:30px;
	/*background-color:#ffffff;
	color:#333333;*/
	min-width:200px;
	max-width:300px;
	display:inline-block;
	text-align:left;
	background-image:none;
}
#contact-map{
	margin-top:20px;
}

/* override addthis */
.atss{
	z-index:7020 !important;
}

/* override fancybox */
.fancybox-view-more{
	display:inline-block;
	padding:3px 5px;
	color:#fff;
	background-color:#999999;
	text-decoration:none;
}
.fancybox-view-more:hover{
	background-color:#333333;
	text-decoration:none;
}

/* product bottom scroll */
.scroll_image_container{
	margin:0 auto;
}
.scroll_image_wrap{
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	padding:5px 5px;
}
#scroll_image{
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#scroll_image .prevBtn,
#scroll_image .nextBtn{
	position:absolute;
	width:40px;
	background-color:#F00;
	top:0;
	z-index:100;
	cursor:pointer;
	visibility:hidden;
	height:100%;
}
#scroll_image .prevBtn{
	left:0;
	display:none;
	background:url(../../newpages2u.com/scripts/product_scroll/prev_btn.png) no-repeat 50% 50%;
}
#scroll_image .nextBtn{
	right:0;
	background:url(../../newpages2u.com/scripts/product_scroll/next_btn.png) no-repeat 50% 50%;
}
#scroll_image ul,
#scroll_image ul li{
	padding:0;
	margin:0;
}
#scroll_image ul{
	list-style:none;
	font-size:0;
	white-space:nowrap;
	position:relative;
	left:0;
	top:0;
	height:100%;
}
#scroll_image ul li{
	display:inline-block;
	margin-right:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}
#scroll_image ul li:hover .product-img{
	border:1px solid #333;
	/*background-color:#e1e1e1;*/
}
#scroll_image ul li .product-img{
	display:block;
	position:relative;
	border:1px solid #ddd;
	background-color:#fff;
}

#scroll_image ul li .product-name{
	white-space:normal;
	word-wrap:break-word;
	font-size:12px;
	box-sizing:border-box;
	float:left;
	padding:5px 5px 10px 5px;
	margin:0;
}

.page-title.inline-title,
.print_poduct_pdf{
	display: inline-block;
}
.print_poduct_pdf{
	margin-left: 20px;
}


/********* Tag Product List */
.slider{
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.slick-prev{
	left: 0 !important;
}
.slick-next{
	right: 0 !important;
}
.slider .item{
	background-color: #e1e1e1;
	margin: 5px;
}
.tag-product-item .product-img{
	position: relative;
	display:block;
	width: 100% !important;
	height: auto !important;
}
.tag-product-item .product-img:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.tag-product-item .product-img img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.tag-product-item{
	padding: 5px;
	box-sizing: border-box;
}
.tag-product-item h3.product-name{
	width: 100%;
}
.tag-product-body{
	text-align: center;
}

.slider.products-listing .slick-next:before{
	content: "\f054" !important;
}

.slider.products-listing .slick-prev:before{
	content: "\f053" !important;
}

.search-results{
	margin-bottom: 10px;
}

.homepage-content{
	width: 100% !important;
}

/* timeline */
.search-timeline{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.search-timeline input{
	width: 100%;
	box-sizing: border-box;
}
.search-timeline button{
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 10px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

.add-cart-box{
	border:2px solid #000;
	position: fixed;
}

.ex-checkout{
	background-color: #44BC37;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}
table.product-option-list{
	width: 100%;
}
table.product-option-list, table.product-option-list td{
	border-collapse: collapse;
	border:1px solid #ccc;
	width: calc(100% - 20px);
	margin: 0 10px;
}
#order-table th{
	background-color:#ccc;
}
#order-table, #order-table td{
	border-collapse: collapse;
	text-align: center;
}
#order-table{
	border:1px solid #ccc;
}
#order-table td{
	border-bottom:1px solid #ccc;
	padding: 10px 0;
}
.member-login-wrap .input{
	position: relative;
}
.member-login-wrap input,
.member-login-wrap input[type="text"],
.member-login-wrap input[type="password"],
#register-form .input{
	padding: 5px 25px 5px 5px;
	width: 100%;
	box-sizing: border-box;
}
.member-login-wrap .input > i{
	position: absolute;
	padding: 7px 0;
	right: 10px;
	color:#ccc;
}
address.shipping_info{
	display: none;
}
address.billing_info{
	display: none;
}
.back-to-list{
	margin-bottom: 10px;
}
.update-payment{
 margin-top: 10px;	
}
.back-to-list, .update-payment{
	display: inline-block;
	background-color: #cc0000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
}

.member-nav a{
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}

.newpages-signin-btn{
	display: inline-block; 
	background-color: #DB1C2E; 
	padding: 10px 20px; 
	color:#fff; 
	border:none; 
	width: 200px;
	cursor: pointer;
	font-size: 1.3em;
}
.newpages-signin-btn:hover{
	opacity: 0.9;
}
.facebook-signin-btn{
	background-color: #375895;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	width: 200px;
	box-sizing: border-box;
}
.facebook-signin-btn:hover{
	opacity: 0.9;
	text-decoration: none !important
}

body.black .slick-prev::before, 
body.black .slick-next::before,
body.black .slick-dots li button::before,
body.black .slick-dots li.slick-active button::before{
	color:#fff !important;
}

.order_title {
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 12px 10px 8px 10px;
    font-weight: normal;
    line-height: 1.3;
    vertical-align: bottom;
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.content_block {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    position: relative;
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(233, 233, 233);
    border-bottom: 1px solid #e9e9e9;
		margin: 0 5px 5px 0;
    width: 49%;
    box-sizing: border-box;
}
.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.discount_name {
    font-size: 20px;
    color: #d83830;
    text-align: left;
    padding: 0px;
    padding-right: 40px;
}
.exp_date {
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
}
.coupon_theme {
    padding: 10px 10px 8px 10px;
    line-height: 1;
    background: #f39c12;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 21px;
    color: #fbe584;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
.slick-dots{
	position:relative !important;
}
.close_chatfb{
	padding: 12px 0;
}
.ui-widget-overlay{
	background: #000 !important;
	opacity: 0.8 !important;
	z-index: 10000;
}
.ui-front { z-index: 16000004 !important; }
.ui-widget-overlay { z-index: 16000003 !important ;}

#product-subimg .product-subimg-item{
	vertical-align: top;
}

.fontx1_5{
	font-size: 1.5em;
}
.fontx2{
	font-size: 2em;
}
.fontx3{
	font-size: 3em;
}
.fontx4{
	font-size: 4em;
}
.textcenter{
	text-align: center;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.txt-content{
	padding: 20px;
	position: relative;
	z-index: 2;
}
.youtube-holder{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.youtube-holder iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.animated.delay1{
	animation-delay:0s
}
.animated.delay2{
	animation-delay:.2s
}
.animated.delay3{
	animation-delay:.4s
}
.animated.delay4{
	animation-delay:.6s
}
.parallax_bg{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
section[class^="section_"]{
	float: left;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}
section[class^="section_"] a{
	color: #fff;
}
.hover-target .flyup{	transition: transform .3s ease-in-out; }
.hover-target:hover .flyup{	transform: translatey(-10px); }
.hover-target .zoomout{	transition: transform .3s ease-in-out; }
.hover-target:hover .zoomout{	transform: scale(1.3); }
.hover-target:hover .animate{ animation : 1s .2s bounce both; }
.hover-target .flipcontent{	transition: transform .8s ease-in-out; }
.hover-target:hover .flipcontent{	transform: rotateY(360deg); }

.section_1{
	padding: 50px 0;
}
.section_2{
	padding: 50px 0 30px 0;
	background-image: url(../../www.newpages2u.com/img/1528789674sectionbgfull_1.jpg);
}
.section_3{
	background-color: white;
	color:#333;
}
.section_4{
}
.section_5{
	padding: 50px 0;
	background-size: cover;
}
.section_6{
	padding: 50px 0;
	background-color: transparent !important;
	position: relative;
}
.section_7{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.youtube-bg{
  position: relative;
}
.youtube-bg iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-bg-left{
	background-image: url(../../www.newpages2u.com/img/1528797246sectionbg_2.jpg);
	background-position: 50% left;
}
.content-bg-right{
	background-image: url(../../www.newpages2u.com/img/1528797246sectionbg_2.jpg);
	background-position: 50% right;
}
.col-no-bmargin .columns{
	margin-bottom: 0px;
}
.row.col-no-gutter .columns{
	margin: 0px;
	padding: 20px;
}
.row.col-no-padding .columns{
	padding: 0px;
}
.row.col-no-gutter .four.columns{
	width: 33.333333%;
}
.row.col-no-gutter .three.columns{
	width: 25%;
}
.row.col-no-gutter .six.columns{
	width: 50%;
  padding: 0;
}
ul.v-list, ul.v-list li{
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
	box-sizing: border-box;
}
ul.v-list{
	width: 100%;
	margin:20px 0 !important;
}
ul.v-list li{
	width: 45%;
	padding: 2px 0;
}
.btn-square{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease-in-out;
	margin-top: 30px;
}
.btn-square:hover{
	text-decoration: none;
	background-color: #fff;
	color:#000;
}
.btn-square.black{
	border-color: #000;
	color:#000;
}
.btn-square.black:hover{
	background-color: #000;
	color:#fff;
}
.bordered-box{
	border-width: 2px;
	border-style: solid;
	padding: 50px;
	margin: 20px;
}
.show-content{
	display: block;
	position: relative;
	overflow: hidden;
}
.show-content .content-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 100px;
	transform: scale(0);
	opacity: 0;
	transition: all .2s ease-in-out;
	z-index: 1;
	background-color: rgba(255,255,255,0.7);
  color: #000;
}
.show-content .content-holder.black{
	background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.show-content:hover .content-holder{
	opacity: 1;
	transform: scale(1);
}
.round-img{
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover;
	border: 5px solid rgba(255,255,255,0.2);
}
.iframe100{
	width: 100%;
}
.videobg {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}
.videocover{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.full-image-wrap{
  width: 100%;
  height: auto;
  position: relative;
}
.full-image-wrap{
  position: absolute;
  margin: -50% -50%;
  transform: translate(50%,50%);
}
.image-bwzoom{
  overflow: hidden;
  transition: all .3s;
}
.image-bwzoom:hover{
  filter: grayscale(100%);
  transform: scale(1.2);
}
.btn-item-received{
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
  border:none;
  cursor: pointer;
}
#stickysearchbar{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  z-index: -1;
}
#stickysearchbar.active{
  z-index: 10;
}
#stickysearchbar input[name="kw"]{
  width:10px;
  border: 1px solid #666;
  opacity: 0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  padding: 10px 30px 10px 10px;
  transition: all 0.3s ease-in-out;
}
#stickysearchbar.active input[name="kw"]{
  width:200px;
  opacity: 0.9;
}
#stickysearchbar i{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  z-index: 1;
  color: #333;
}
#qrcode-apps{
  display: none;
}
#career-list.career-style1 .career-item{
  padding: 10px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
#career-list.career-style1 .career-item:last-child{
  border-bottom-width: 1px;
}
#career-list.career-style1 .career-item .columns{
  margin-bottom: 0;
}
#career-list.career-style1 .career-item .career-title{
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px 0;
}
#career-list.career-style1 .career-item .career-location,
#career-list.career-style1 .career-item .career-type{
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 10px;
}
#career-list.career-style1 .career-item .career-location:before{
  content: "\e916";
  font-family: 'icomoon';
  margin-right: 5px;
}
#career-list.career-style1 .career-item .career-type:before{
  content: "\e91b";
  font-family: 'icomoon';
  margin-right: 5px;
}
#career-list.career-style1 .career-item .career-descr{
  margin-top: 10px;
}
#career-list.career-style1 .career-item .career-apply{
  text-align: right;
}
#career-list.career-style1 .career-item .career-apply .career-apply-btn{
  padding: 10px 20px;
  display: inline-block;
  background-color: #f00;
  color: #fff;
}
#career-list.career-style1 .career-item .career-apply .career-apply-btn:hover{
  text-decoration: none;
  background-color:#c00;
}

.career_inpt{
  width: 100%;
  margin-right: 20px;
  box-sizing: border-box;
}
.career_inpt[type="file"]{
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 10px;
}

.news-listing .news-img{
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.news-listing .news-img:after{
  content:" ";
  display: block;
  padding-bottom: 100%;
}
.news-listing .news-img img{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.news-listing .tag-news-item{
  display: table !important;
  position: relative;
}
.news-listing .tag-news-item .news-img{
  display: table-cell !important;
  width: 50%;
  border:1px solid #ddd;
  border-radius: 50%;
}
.news-listing.v2 .tag-news-item .news-img::after{
  padding-bottom: 0;
}
.news-listing.v2 .tag-news-item .news-img{
  border-radius:0;
  border:none;
}
.news-listing.v2 .tag-news-item .news-inner-img{
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border:1px solid #ddd;
}
.news-listing .tag-news-item .tag-news-body{
  display: table-cell !important;
  width: 50%;
  vertical-align: top;
  padding: 10px;
}
.news-listing .tag-news-item .news-title{
  width: 100%;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.news-listing .tag-news-item .news-date{
  background-color: #ddd;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width:3em;
  height: 3em;
  text-align: center;
}
.news-listing .tag-news-item .news-date .day{
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}
.news-listing .tag-news-item .news-descr{
  word-break: break-word;
}
.google-category-link .google-cat{
  padding: 5px 10px;
  display: inline-block;
  background-color: #ddd;
  margin: 0 5px 5px 0;
}

.general-slider .inner-item{
  width: 100%;
  background-size: cover;
  background-position: 50% center;
  display: block;
}
.general-slider .inner-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.general-slider .carousel-item-title{
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.general-grid .grid-img-container{
  display: block;
  position: relative;
}
.general-grid .grid-item-img{
  width:100%;
  padding-bottom:100%;
  position: relative;
  background-size: cover;
}
.general-grid .grid-item-title{
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.payment_method{
  margin: 10px 0;
  display: none;
}
.payment_method_item{
  display: inline-block;
  margin-right: 5px;
}
.payment_method_item > input{
  opacity: 0;
  position: fixed;
  width: 0;
}
.payment_method_item > label{
  padding: 5px 10px;
  border:1px solid #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity: 0.3;
  transition: all .3s ease-in-out;
}
.payment_method_item > label:hover{
  opacity: 1;
}

.payment_method_item > label::before{
  content: " ";
  display: inline-block;
  width: 50px;
  height: 25px;
  background-image: url(gateway.png);
  background-size: cover;
  margin-right: 10px;
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}
.payment_method_item > label:hover::before{
  filter: grayscale(0);
}
.payment_method_item > label[for="revpay_2"]::before{
  background-position-x: 100px;
}
.payment_method_item > label[for="revpay_3"]::before{
  background-position-x: 250px;
}
.payment_method_item > label[for="revpay_6"]::before{
  background-position-x: 0px;
}
.payment_method_item > label[for="revpay_11"]::before{
  background-position-x: 200px;
}
.payment_method_item > label[for="revpay_15"]::before{
  background-position-x: 50px;
}
.payment_method_item > label[for="revpay_28"]::before{
  background-position-x: 150px;
}
.payment_method_item > input:checked + label{
/*  background-color: #1ab586;*/
  opacity: 1;
}
.payment_method_item > input:checked + label::before{
  filter: grayscale(0);
}
.custom-form input[type="text"], .custom-form input[type="email"], .custom-form textarea{
  max-width: 300px;
  width: 100%;
}
.custom-form .input-title{
  font-weight: bold;
}
.custom-form .form-header{
  margin-bottom: 15px;
}
.custom-form .form-footer{
  margin-top: 15px;
}
.grecaptcha-badge{
  margin: 10px 0;
}