/*
 * Globals
 */
@font-face {
	font-family: 'NotoSans';
	src: url('../include/NotoSansTC-Regular.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}
body {
	font-family: Helvetica, NotoSans, SimHei, sans-serif;
	color: #333;
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}

h1, .h1,
h2, .h2,
h3, .h3,
h5, .h5,
h6, .h6 {
	font-weight: bold;
	margin-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}
img{
	max-width:100%;
}
.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    margin: 0.5rem 0rem 0.5rem 1rem;
    padding: 0.4rem;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*
 * Override Bootstrap's default container.
 */
.product-page-block-img {
	text-align:center;
}
.product-page-block-img img{
	display:inline-block
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
		padding: 0;
	}
  
	.home-bottom-buy {
		background: url('../image/home-bottom-bg.jpg') repeat-y;
	}
	
	.contact-us-block {
		padding: 0px 50px 30px;
		margin: 0 0 20px;
		background: #eee;
	}
	
	.contact-us-block h1 {
		font-size: 32px;
		margin: 28px 0;
	}
	
	.big-banner {
		width: 100%;
		height: 414px;
		padding: 80px 0;
	}
	
	.bit-banner .container {
		width: 80%;
	}
	
	.big-banner h1 {
		color: #fff;
		font-size: 46px;
		text-shadow: 1px 1px #333;
	}
	
	.big-banner center {
		margin: 30px 0;
	}
	
	.big-banner p {
		color: #674B3A;
		font-size: 36px;
		line-height: 40px;
		text-shadow: 1px 1px #333;
	}
	
	.google-map {
		width: 700px; height: 350px;
	}
	
	.telephone {
		padding: 15px 0 8px;
	}
	
	.home-text-block {
		padding: 26px 70px;
	}
	.bottom-block span {
		color: #39c4e8;
		font-size: 30px;
	}
	.product-page-block-img {
		padding: 18px 8px 0px 8px;
		margin-right: 20px;
		border-bottom: 1px solid #999;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.big-banner {
		width: 100%;
		height: 414px;
		padding: 80px 0;
	}
	
	.bit-banner .container {
		width: 80%;
	}
	
	.big-banner h1 {
		color: #fff;
		font-size: 46px;
		text-shadow: 1px 1px #333;
	}
	
	.big-banner center {
		margin: 30px 0;
	}
	
	.big-banner p {
		color: #674B3A;
		font-size: 36px;
		line-height: 40px;
		text-shadow: 1px 1px #333;
	}
	
	.google-map {
		width: 520px; height: 310px;
	}
	
	.joyo-button-primary, a.joyo-button-primary {
		font-size: 18px;
	}
	
	.telephone {
		padding: 15px 0 8px;
	}
	
	.home-text-block {
		padding: 10px 35px;
	}
	.bottom-block span {
		color: #39c4e8;
		font-size: 28px;
	}
	.product-page-block-img {
		padding: 18px 8px 0px 8px;
		margin-right: 20px;
		border-bottom: 1px solid #999;
		height:auto;
	}
}

@media (max-width: 767px) {
	.home-bottom-buy {
		background: none;
	}
	
	.contact-us-block {
		padding: 0px 10px 10px;
		margin: 0 0 20px;
		background: #eee;
	}
	
	.contact-us-block h1 {
		font-size: 18px;
		margin: 18px 0;
	}
	
	.big-banner {
		width: 100%;
		height: 360px;
		padding: 50px 0;
		background-position: 10% center;
	}
	
	.bit-banner .container {
		width: 90%;
	}
	
	.big-banner h1 {
		color: #fff;
		font-size: 30px;
		text-shadow: 1px 1px #333;
		line-height: 50px;
	}
	
	.big-banner center {
		margin: 60px 0 20px;
	}
	
	.big-banner p {
		color: #674B3A;
		font-size: 30px;
		line-height: 32px;
		text-shadow: 1px 1px #333;
	}
	
	.google-map {
		width: 370px; height: 260px;
	}
	
	.telephone {
		padding: 2px 0 8px;
	}
	
	.home-text-block {
		padding: 26px 35px;
	}
	.bottom-block span {
		color: #39c4e8;
		font-size: 20px;
	}
	.product-page-block-img {
		padding: 18px 8px 0px 8px;
		margin-right: 20px;
		border-bottom: 1px solid #999;
		height:auto;
	}
}

/*
 * Global use
 */
.fa-chevron-right, .fa-chevron-left{
color:lightgray;
}
.width-100 {
	width: 100%;
}
.width-90 {
	width: 90%;
}
.margin-top-12 {
	margin-top: 12px;
}
.margin-top-16 {
	margin-top: 16px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-auto {
	margin: 0 auto;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.border-right {
	border-right: 1px solid #999;
}
.img-fade-out {
	border: 1px solid #aaa;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	opacity: 0.6;
}
.img-fade-out:hover {
	opacity:1;
}

.pos-type-img-block {
	padding: 0;
	margin-top: 10px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	opacity: 1;
}

.pos-type-img-block:hover {
	opacity:0.6;
}

.pos-type-img-block img {
	border: 1px solid #aaa;
}

span.text-content {
	color: #fff;
	opacity: 1;
	font-size: 160%;
	font-weight: bold;
	line-height: 160%;
	text-shadow: 1px 1px #333;
	line-height: 1.5;
	cursor: pointer;
	display: table;
	height: 80%;
	left: 16%;
	top: 5%;
	position: absolute;
	width: 80%;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

span.text-content span {
	display: table-cell;
	vertical-align: middle;
}

div.pos-type-img-block:hover span.text-content {
  opacity: 1;
}

.title {
	font-size: 24px;
	text-align: center;
	margin: 50px 0 38px;
	font-family:sans-serif;
	color:#333;
	font-weight:400;
	border:thin #333;
}

.banner-h1 {
	color: #fff;
	/*font-size: 2vw;*/
	margin-bottom:1vw;
}

.joyo-button-primary, a.joyo-button-primary {
	display: inline-block;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 3px white;
	color:white;
}

.joyo-button-primary:hover,a.joyo-button-primary:hover {
	background:rgba(255,255,255,0.1);
	webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.banner-text {
	color: #674B3A;
	font-size: 22px;
}

.banner-sub-h1 {
	color: #f36729;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 30px;
}

.joyo-button-sub, a.joyo-button-sub {
	display: inline-block;
    padding: 16px 20px;
    font-weight: bold;
	font-size: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-bottom: 0;
    background: #f36729;
    color: #FFF;
}

.joyo-button-sub:hover,a.joyo-button-sub:hover {
	background:#674B3A;
	color:#f36729;
	webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.banner-sub-text {
	color: #f36729;
	font-size: 23px;
}

/*
 * Masthead for main nav
 */

.main-masthead {
	height: 38px;
	background-color: #e43e41;
	-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.main-nav {
	margin: 0 auto;
	font-size: 13px;
	height: 36px;
	text-align: right;
}

/* Nav links */
.main-nav-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 500;
	color: #fff;
}
.main-nav-item:hover,
.main-nav-item:focus {
	color: #fff;
	text-decoration: none;
}

/* Active state gets a caret at the bottom */
.main-nav .active {
	color: #fff;
}
.main-nav .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}

/*
 *  Nav
 */
.navbar-container {
	margin: 16px auto 6px;
}
.navbar-header {
	margin-bottom: 6px;
}

.logo {
	padding: 10px 0 10px 20px;
}

.btn-joyo {
	color: #fff;
	font-weight: bold;
	margin-left: 6px;
	background-color: #39c4e8;
	border: none;
}

.telephone {
	font-size: 20px;
	text-align: center;
}

.telephone a:hover {
	color: #ddd;
}

.nav {
	padding-top: 12px;
}

.nav > li {
	/*padding: 0 6px;*/
}

.nav > li > a {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 6px;
	font-weight: 500;
	color: #3e3e3f;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #fff;
}

.navbar-toggle {
	border-color: #ff531a;
}
.navbar-toggle .icon-bar {
	background-color: #cc3300;
}
.navbar-collapse {
	border-color: #e7e7e7;
}
/* BANNER */
.banner-drop{
position: absolute;
    list-style-type: none;
    text-align: center;
    width: 100%;
    padding: 0px;
    left: 0px;
	top:0px;
	background-color:white;
	color:#e43e41;
    box-shadow: 0px 0px 3px grey;
cursor:pointer;
z-index:5;
}
.banner-drop>li{
padding:14px;
}
.banner-drop>li:hover{
background-color:#e43e41;
color:white;
}
.banner-drop-btn{
	position:relative;
	width:300px;
	box-sizing:border-box;
	text-align: center;
}

/* CUSTOMIZE THE Business Types Page
-------------------------------------------------- */
.business-types-hover{
	position:absolute;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	color:white;
	opacity:0;
	transition-duration:0.5s;
	overflow:hidden;
}
.business-types-hover:hover{
	color:white;
	opacity:1;
}

.business-types-hover>div{
	font-size:2rem;
	line-height:3rem;
	position:absolute;
	transform:translate(0%,50%);
	bottom:50%;
	width:100%;
	text-align:center;
}
.business-types-image{
	position:relative;
	margin:1rem 0rem;
}
@media (max-width: 768px){
	.business-types-hover>div{
		font-size:1.5rem;
		line-height:2rem;
	}
.business-types-hover:hover{
	color:white;
	opacity:0;
}

}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: auto;
	margin-bottom: 6px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
text-align:left;
left:50%;
top:50%;
right:initial;
bottom: initial;
width:85%;
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
    text-shadow: 0 0 0 #ffffff;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 30vw;
	min-height:450px;
	background-color: #777;
background-size:cover !important;
background-position:center !important;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}

/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}

.featurette-heading {
	font-size: 50px;
}

@media (min-width: 992px) {
.featurette-heading {
	margin-top: 120px;
}
}

/*
 * Advantages page
 */
.grid-block-head {
	padding: 0 8px 0 0;
	width: 70%;
	margin-left: 58px;
	margin-bottom: 12px;
}
.grid-block-head h4 {
	font-size: 22px;
	color: #555;
	padding: 30px 0 2px;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: underline;
}
.grid-block {
	padding: 20px 10px;
}
.grid-block-img {
	padding-right: 18px;
}
.grid-block-text {
	font-size: 18px;
	padding-top: 22px;
	padding-left: 0;
	width: 70%;
}
.quotes {
	color: #7FA8E5;
	font-size: 60px;
}
.quotes-text {
	color: #91A8E8;
	font-size: 16px;
	padding: 20px 0 0;
}

/*
 * Home page
 */
.img-block {
	text-align: center;
	padding: 6px;
}
.home-img-block {
	margin-left: 0;
	margin-right: 0;
}
.home-h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.home-text-block p {
	font-size: 20px;
}
.home-circle-icon-1 {
	color: #555;
	padding: 25px 34px;
	border: 3px solid #666;
	border-radius: 66px;
	margin: 18px 0;
}
.home-circle-icon-1:hover {
	color: #e43e41;
	border: 3px solid #e43e41;
	cursor: pointer;
}
.home-circle-icon-2 {
	color: #555;
	padding: 25px 22px;
	border: 3px solid #666;
	border-radius: 66px;
	margin: 18px 0;
}
.home-circle-icon-2:hover {
	color: #e43e41;
	border: 3px solid #e43e41;
	cursor: pointer;
}
.home-circle-icon-3 {
	color: #555;
	padding: 25px 26px;
	border: 3px solid #666;
	border-radius: 66px;
	margin: 18px 0;
}
.home-circle-icon-3:hover {
	color: #e43e41;
	border: 3px solid #e43e41;
	cursor: pointer;
}
.home-circle-icon-4 {
	color: #555;
	padding: 25px 30px;
	border: 3px solid #666;
	border-radius: 76px;
	margin: 18px 0;
}
.home-circle-icon-4:hover {
	color: #e43e41;
	border: 3px solid #e43e41;
	cursor: pointer;
}
.home-circle-icon-5 {
	color: #555;
	padding: 25px 30px;
	border: 3px solid #666;
	border-radius: 66px;
	margin: 18px 0;
}
.home-circle-icon-5:hover {
	color: #e43e41;
	border: 3px solid #e43e41;
	cursor: pointer;
}
.home-circle-icon-title {
	color: #555;
}
.home-circle-icon-text {
	color: #555;
	font-size: 14px;
	padding: 0 18px;
}
.home-bottom-buy {
	width: 100%;
}
.home-bottom-buy-block {
	padding: 20px 30px 0;
}
.home-bottom-buy-block h1 {
	color: #333; font-size: 38px; font-weight: bold; text-align: center; margin: 0 0 20px;
}
.home-bottom-buy-block-inner {
	padding-left: 18px; border-left: 3px solid #333; margin-bottom: 20px
}
.home-bottom-buy-block-inner .english {
	color: #555; font-size: 25px;
}
.home-bottom-buy-block-inner .chinese {
	color: #555; font-size: 25px;
}
.home-bottom-buy-block a {
	color: #333; font-size: 20px; background: #F9FAFC; border-radius: 0;
}

/*
 * Opala page
 */
.opala-cc-icon {
	color: #39c4e8;
}
.opala-cc-icon:hover {
	color: #e43e41;
	cursor: pointer;
}
.bottom-block {
	max-width: 520px;
	padding: 26px 38px;
	margin: 0 auto;
}
.btn-bottom {
	padding: 30px 18px;
	background: none;
	border: 1px solid #555;
	border-radius: 6px;
}

/*
 * Product page
 */
.product-page-block {
	padding: 0;
}

.product-page-block-img h2 {

	text-align: center;
	padding: 22px 0 8px 0;
}

/*
 * Opala page
 */
.opala-page-block {
	padding: 0 8%;
}

.opala-page-block-img {
	padding: 18px 8px 0px 8px;
}

.opala-page-block-img h2 {

	text-align: center;
	padding: 22px 0 8px 0;
}

/*
 * Blog module
 */
.blog-content-inverted{
	width: 276px;
	color: #fff !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
}
.blog-content-inverted h1, .blog-content-inverted h2{
	color: #fff !important;
}
.blog-header-image{
	height:400px;
	width:100%;
	background-image:url(/catalog/view/theme/joyo/image/blog-header-01.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
@media (min-width: 374px){
	.blog-content-inverted{
		width: 324px;
	}
}
@media (min-width: 480px){
	.blog-content-inverted{
		width: 424px;
	}
	.blog-header-image{
		height:400px;
		background-image:url(/catalog/view/theme/joyo/image/blog-header-01.jpg);
	}
}
@media (min-width: 718px){
	.blog-content-inverted{
		width: 680px;
		padding: 60px 0;
	}
	.blog-header-image{
		height:400px;
		background-image:url(/catalog/view/theme/joyo/image/blog-header-01.jpg);
	}
}
@media (min-width: 1024px){
	.blog-content-inverted{
		width: 868px;
	}
	.blog-header-image{
		height:400px;
		background-image:url(/catalog/view/theme/joyo/image/blog-header-01.jpg);
	}
}
.blog-box {
	width: 100%;
	margin: 0 auto;
}
.blog-thumbnail {
	width:100%;
}
.blog-title {
	margin-top: 20px;
	margin-bottom: 16px;
	height:87px;
	overflow:hidden;
}
.blog-title a {
	color: #333;
	font-size: 20px;

}
.blog-description {

	font-size: 15px;
	height:100px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.blog-author {

}
.blog-date {
	margin-top:1rem;
	margin-bottom:1rem;
}
.blog-page-box {
	width: 90%;
	margin: 0 auto;
}
.blog-page-box img{
	width: 50%; 
}
.tltblog {
	overflow:hidden;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
/*
 * Footer
 */
footer {
	color: #aaa;

	padding:38px 32px 0;
	background-color: #1d2025;
}

footer a {
	font-size: 14px;
	font-weight: normal;
	color:#aaa;
	padding: 2px 6px;
}

footer a:hover {
	color:#fff;
	text-decoration: none
}

footer .bottom-bar {
	color: #b3b3b3;
	font-size: 14px;
	text-align: center;
	padding: 16px 0 10px;
}
footer .bottom-bar .copyright {
	font-size: 100%;
	line-height: 1.6;
}

/********CUSTOM********/
/*
 * mainpage pop
 */
.pop{
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:50;
}
.pop #close{
	font-size:4rem;
	font-weight:bold;
	position:absolute;
	right: 5%;
	top:5%;
	padding-top:1rem;
	z-index:51;
	color:white;
	cursor:pointer;
}
.pop #call{
	position:absolute;
	bottom:0%;
	width:100%;
	padding-top:20%;
	z-index:51;
	cursor:pointer;
}
.pop img{
	width:100%;
	max-width:450px;
}

/*
 * Web.htm Page Styles 
 */
.info-banner {
    margin-bottom:  40px;
}

#web .featured-items {
    max-width: 600px;
    margin:  auto;
}

#web .icon-wrapper {
    height:  100px;
    width:  80px;
    position:  relative;
    margin:  0 auto;
}

#web .icon-wrapper > img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#web .inline-title-icon {
    width: 90%;
}

#web .inline-title-icon > h1 {
    display:  inline-block;
    position:  relative;
    line-height:  2em;

}

#web .inline-title-icon > h1 > img {
    max-width: 40%;
    display: inline-block;
    position: absolute;
    bottom: 1em;
    margin: 0 10px;
}

#web .bottom-links p {
    text-align:  center;
    color:  gray;
    margin-bottom: 2em;
}

#web .bottom-links .img-container {
    height: 200px;
}

/*******FLEX NAV**********/
.navcontainer{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.navflex{
	flex-grow: 1;
}
@media screen and (max-width:500px){
	.pop{
		width:100%
	}
}
@media screen and (min-width:768px){
	.navflex2{
		display:none;
	}
}
@media screen and (max-width:767px){
	.navflex3{
		width:100%;
	}
	.blog-page-box img{
		width: 100%; 
	}
}
/********DROPDOWN*************/
.dropdown-item{
	font-size: 15px;

    position: relative;
    display: block;
    padding: 6px;
    font-weight: 500;
    color: #3e3e3f;
}
/**************NEW JOYO***************/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
user-drag: none;
-moz-user-select: none;
-webkit-user-drag: none;
}
.cta{
	background-color:rgba(0,0,0,0.02);
padding:32px 0px;
}
.cta>a{
	color:white;
	background-color:#39c4e8;
	padding:8px 16px;
    font-weight: bold;
    font-size: 16px;
}
.cta2>a{
	letter-spacing: 0px;
    	font-weight: bold;
    	font-size: 16px;
	webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.cta2>a:hover{
	letter-spacing: 2px;
    	font-weight: bold;
    	font-size: 16px;
	webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: initial;
top:0;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    	border-bottom:solid 3px #fe8f1b;
	background:transparent;
}
.swiper-pagination-bullet {
    	width: auto;
    	height: auto;
    	display: inline-block;
	border-radius: initial;
	background:transparent;
	opacity:1;
}
.swiper-pagination{
position:relative;
padding-bottom: 50px;
}
.web-swiper{
	width:62%;
	padding-top: 4.5%;
   	margin-left: 19%;
}
.m-swiper{
	width: 17%;
    padding-top: 15%;
    margin-left: 71%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    	margin: 0 16px;
	font-size:16px;
}
.swiper-slide img{
	max-width:100%;
	max-height:100%;
}
.section{
	padding-top: 50px;
	padding-bottom: 50px;
	position:relative;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.products{
	
}
.features{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.features>.icon{
	height:100px;
	width:80px;
	display:inline-block;
   	background-size: 100% auto;
	background-position: 0% 0%;
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out;
}
.features>.icon.isfeature{
	background-position: 0% 100% !important;
}
    
.features>.icon.creditcard{
	background-image:url(../images/creditcard.jpg);
}
.features>.icon.customer{
	background-image:url(../images/customer.jpg);
}
.features>.icon.ipadorder{
	background-image:url(../images/ipadorder.jpg);
}
.features>.icon.management{
	background-image:url(../images/management.jpg);
}
.features>.icon.marketing{
	background-image:url(../images/marketing.jpg);
}
.features>.icon.menu{
	background-image:url(../images/menu.jpg);
}
.features>.icon.online{
	background-image:url(../images/online_order.jpg);
}
.features>.icon.report{
	background-image:url(../images/report.jpg);
}
.features>.icon.reservation{
	background-image:url(../images/reservation.jpg);
}
.features>.icon.selforder{
	background-image:url(../images/selforder.jpg);
}
.online-order-feature{
	padding-bottom:2vw;
	text-align:center;
}
.online-order-feature>div>div{
	background-size:100% auto;
    	height:13vw;
	min-height:117px;
    	width: 10vw;
	min-width:90px;
	background-repeat:no-repeat;
	background-position:0% -10%;
	margin:0 auto;
}
.online-order-feature>div:hover>div{
	background-position:0% 100%;
}
.online-order-feature>div{
	font-size: 16px;
}
.online-order-feature>div:hover{
	font-size: 16px;
	text-shadow:0px 0px 3px #FFEB3B;
}
.online-order-feature .seemenu{
	background-image:url(../images/seemenu.png);
}
.online-order-feature .addtocart{
	background-image:url(../images/addtocart.png);
}
.online-order-feature .payonline{
	background-image:url(../images/payonline.png);
}
.online-order-feature .makeorder{
	background-image:url(../images/makeorder.png);
}
.online-order-feature .deliver{
	background-image:url(../images/deliver.png);
}
.pos-text h2{
	margin-left:50px;
	font-size:21px;
	color:grey;
}
.payments>img{
	width:15%;
height:15%;
min-width:100px;
}
.clients{
	padding:50px 0px;
	font-size:0;
	background-color:rgba(0,0,0,0.05);
}
.clients>div>img{
	display:inline;
}
.clients-carousel img{
	max-width:100%;
}
.owl-carousel .owl-item{
	padding:14px;
}
.owl-carousel{
	width:80%;
	margin:0 auto;
	background-color:transparent;
}
.owl-wrapper-outer{
border-color:transparent;
}
.owl-prev{
    	position: absolute;
    	top: 40%;
    	display: inline;
	left:-40px;
}
.owl-next{
	position: absolute;
   	top: 40%;
	right:-40px;
    	display: inline;
}
.home-table td{
	height:100vh
}
.home-table tr:nth-child(2n){
	background-color:rgba(0,0,0,0.05);
}
.carousela{
	width:50%;

}
@media (max-width: 1200px){
	.m-swiper{
		width: 16%;
		padding-top: 15%;
    		margin-left: 69%;
	}
	.web-swiper{
		width:62%;
   		margin-left: 18%;
	}
}
@media screen and (max-width:992px){
	.web-swiper{
		width:60%;
	}
	.m-swiper{
		width: 16%;
		padding-top: 15%;
    		margin-left: 68%;
	}
	.online-order-feature>div:hover{
		background-position:0% 100%;
		font-size: 16px;
		line-height:16px;
	}
	.features>.icon{
		width: 16vw;
    		height: 19.9vw;
	}
	.pos-text{
		order:-1;
	}
	.pos-text h2{
		margin-left:0px;
		font-size:4.5vw;
	}
	.carousela:first-child{
		order:1;
	}
	.carousela{
		width:100%;
		max-width:450px;
	}
}
@media screen and (max-width:500px){
	.web-swiper{
		width:58%;
	}
	.m-swiper{
		width: 15%;
		padding-top: 14.5%;
    		margin-left: 65.5%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    		margin: 0 8px;
		font-size:16px;
	}
}

/****************SSL**********/
.protection img{
	display:inline;
	max-height:35px;
}

/****************INFORMATION STLYES****************/
.info-banner-bg{
	background-color:#f4f4f4;
	padding:40px 0px;
	width:100%;
}
.pos{
	width:30%;
padding:20px 0px;
}
.pos img{
width: 100%;
}

.pos-features img{
	width: 70%;
    	padding-bottom: 1rem;
opacity:0.7;
}
.pos-features{
	width:30%;
	color:black;
	flex-wrap: wrap;
    	color: black;
    	display: flex;
    	justify-content: center;
padding:20px 0px;
}
.pos-features h1{
	width:90%;
text-align:center;
}
.pos-features div{
	width:30%;
	display:inline-block;
	text-align:center;
}
.pos-information {
  	margin: 0 auto;
  	width: 60%
}
.pos-information .opala-solutions{
	width:20%;
	text-align:center;
    	padding: 3%;
    	font-size: 2rem;
}

.pos-information .opala-solutions img{
	margin-bottom:2rem;
	opacity: 0.7;
}

@media screen and (max-width: 1000px){
	.pos-information .opala-solutions{
	width:33%;
	}
}
@media screen and (max-width: 600px){
	.pos-information .opala-solutions{
	width:50%;
	}
}

.pos-information .products-carousel, .pos-information .product-swiper{
	margin-top:50px;
	
}
.pos-information .products-carousel, .pos-information .swiper-pagination-bullet{
	font-size:20px !important;
}
.pos-information .products-carousel p{
	text-align:center;
	margin-top:16px;
}
.pos-information .header-text {
  padding-left: 10px;
	
}
.pos-information .body-content-image{
	width:40%;
margin:20px 0px;
text-align:center;
}
.pos-information .body-header {
  padding-bottom: 20px;
	color:#fe8f1b;
}

.pos-information .body-content {
  display: flex;
justify-content:space-around;
align-items: center;
flex-wrap: wrap;
margin:50px 0px;
}

.pos-information .body-content-text {
margin:20px 0px;
width:50%;

}
.pos-information .header-text td, .pos-information .body-content-text td{
	color:gray;
vertical-align:top;
padding:0.5rem 1rem;
}
.pos-information .body-content-text p{
color:gray;
}
.pos-information .header-text td img, .pos-information .body-content-text td img{
	max-width:20px;
}
@media screen and (max-width:1400px){
	.pos-features{
		width:40%;
		font-size:1.7vw;
	}
	.pos-features p{
		font-size:1.7vw;
		margin:0;
	}
	.pos-features h1{
		font-size: 2.6vw
	}
}
@media screen and (max-width:1000px){
	.pos-features{
		width:100%;
	}
	.pos-features p{
		font-size:20px;
		margin:0;
	}
	.pos-features h1{
		font-size: 36px;
	}
	.pos{
		width:80%;
	}

	.pos-information .body-content-text {
width:100%;
}
.pos-information .body-content-image {
width:100%;
order: -1;
}
}
/****************CASES**********/
.client-w1{
	width:30%;
	box-shadow: 3px 3px 3px;
	margin:2rem 0rem;
text-align:center;
}
.client-w2{
	width:62.5%;
	box-shadow: 3px 3px 3px;
text-align:center;
margin:2rem 0rem;
}
.client-w1 img, .client-w2 img{
	width:100%;
}
.client-w1 h3, .client-w2 h3{
	padding:2rem 3rem;
	font-size:3rem;
color:gray !important;
}
.client-w1 table, .client-w2 table{
	width:100%;
	height:100%;
}
.client-w1 td, .client-w2 d{
	vertical-align:top;

}
@media screen and (max-width: 767px){
	.client-w1, .client-w2{
		width:100%;
	}

}
.home_name{
	width:300px;
	height:24px;
	color:#333;
	font-size:12px;
	margin-bottom:10px;
}

.home_comment{
	width:300px;

	height:100px;
	color:#333;
	font-size:12px;
}
#bottom_box{
	width:100%;
	margin:auto;
	height:100%;background:#000;
	position:relative;
}
#bottom_box p{
	color:#FFF;
	line-height:24px;
}
#bottom_box .sub{
	width:330px;
	min-height:600px;
	float:left;
	position:relative;
	padding: 20px 0 0 10px;
}
#bottom_{
	width:100%;
	min-height:600px;
	position:relative;
	background:#000;
}
.oline_order li{ line-height:24px; }