@charset "utf-8";
.table_cell{
	width: 10px;
}
.front_menu2{
    background-color: black;
    text-align: center;
    color: #ffdd00;
    font-family: sans-serif;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit- transition: 1s;
    transition: 1s; 
}
.front_menu2:hover{
    background-color: #ffdd00;
    color: black;
}
.front_menu{
    height: 52px;
    width: 90px;
    background: black; /* For browsers that do not support gradients */
    text-align:center;
    color : #ffdd00;
    font-family: 'Open Sans';
    font-weight: : 300;
    display:inline-block;
    vertical-align:middle;
    line-height: 52px;
    cursor: pointer;
    font-weight: bold;
    background-color: black;
    -webkit- transition: 1s; /* For Safari 3.1 to 6.0 */
    transition: 1s;
}
.front_menu:hover{
    background-color: #ffdd00;
    color: black;

    /*background: black; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(black, #ffdd00); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(black, #ffdd00); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(black, #ffdd00); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(black, #ffdd00); /* Standard syntax (must be last) */
    /*text-align:center;
    color : #ffdd00;*/
}

.icon_class{
	width: 35px;
	padding: 3px;
}
.promo_page_setup_field{
	width: 90%;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;	
}
.tr_class:hover{
	color:#ffdd33;
	background-color: #333333;
	cursor: pointer;
}
.table_product{
	font-family: 'Open Sans';
	font-weight: 400;
}
.btnclass{
	-webkit-appearance: none;
	width: 200px;
	height: 35px;
	background-color: #FFFFFF;
	border-radius: 0.7em;
}
.btnclass:hover{
	cursor:pointer;
	background-color: #333333;
	color: #FFDD33;
}
.purch_rec{
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	border-radius: 0.9em;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px; 
	/*
	padding:10px; 
	background-color:#dddddd;
	white-space: nowrap;

	width: 200px;
	height: 35px;*/
}
.purch_rec:hover{
	background-color: #111111;
	color:#ffdd00;
}

.table_cart_btn_2{
	border-radius:0.5em; 
	border-width:1px; 
	border-style:solid; 
	border-color:#333333; 
	padding: 8px;
	background-color:#ffffff;
	font-family: 'Open Sans';
	cursor:pointer;
	display: inline-block;
}
.table_cart_btn_2:hover{
	background-color:#999999;
	color: #FFDD33;
}

.table_cart_btn{
	border-radius:0.5em; 
	border-width:1px; 
	border-style:solid; 
	border-color:#333333; 
	padding: 8px;
	background-color:#ffffff;
	font-family: 'Open Sans';
	cursor:pointer;
}
.table_cart_btn:hover{
	background-color:#999999;
	color: #FFDD33;
}
.tablecart{
	color: #444444;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size:16px;
}
.title_header{
        font-family: 'Open Sans'; 
        font-size: 32px; 
        font-weight: 300;
        font-size-adjust: none;
        padding: 10px; 
        /*color: rgb(57, 186, 191);*/
        color: #444;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #3b3b3b;
        text-align: left;
        text-shadow: 0px 0px 0px grey;
}
.drop_menu{
    width: 300px; 
    font-size: 14px;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}
.add_cart_menu{
	padding:10px; 
	background-color:#dddddd;
	white-space: nowrap;
}
.add_cart_menu:hover{
	background-color: #222222;
	color: #FFDD33;
}
/* CSS Document */
.mobile_input {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 5px;
}
.box {
  width: 150px;
  height: 150px;
  background: red;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.box:hover {
  background-color: green;
  cursor: pointer;
}
.inputfield{
border-style: solid;
height:25px;
border-width:1px;
width:300px;
box-shadow: 0px 0px 1px #888888;
}
.inputfieldbtn{
background-color: #DDDDDD;
border-style: solid;
height:25px;
border-width:1px;
width:300px;
box-shadow: 1px 1px 2px #EEEEEE; cursor:pointer; height:40px;
 -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.inputfieldbtn:hover{
background-color: #FFDD00;
color:#000000;
}
.button_cart{
	height:30px; 
	width:110px; 
	border-radius:0.95em;
	background-color:#ffdd00;
	font-weight:bold;
	font-family:Arial;
	-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.button_cart:hover{
	color:#ffffff;
	background-color:#666666;
}

.InputWidth{
	width:250px;
	height:25px;
	border-radius: 0.5em;
	border-width:0.5px;
}
.InputButton{
	border-radius : 2em;
	width:100px;
	height:40px;
}
.InputButton:hover{
	background-color:#333333;
	color:#FFFFFF;
	cursor:pointer;
}
.InputWidth2{
	width:90%;
	height:30px;
	/*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);*/
	box-shadow: 1px 1px 2px grey;
	padding: 4px;
	border-radius:0.8em;
	border-width:0.5px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay2 {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay2-content2 {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay2 a:hover, .overlay2 a:focus {
    color: #f1f1f1;
}

.overlay2 .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 60px;
}

/*Overlay Layer Type 3*/
.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay3-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay3 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay3 a:hover, .overlay3 a:focus {
    color: #f1f1f1;
}

.overlay3 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.FloatMenu{
font-size:17px;
	width:180px; 
	position: relative; 
	white-space:nowrap; 
	left:0px;
	height:40px;
	text-align:left;
	font-family: Arial;
	color:#333333;
	cursor: pointer;;
}
.FloatMenu:hover{
	color:#ffdd00;
	background-color: #333333;
}
.FloatMenu2{
font-size:17px;
	width:180px; 
	position: relative; 
	white-space:nowrap; 
	right:0px;
	height:40px;
	text-align:left;
	font-family: Arial;
	color:#333333;
	font-weight:bold;
}
.FloatMenu2:hover{
	color:#ffdd00;
	background-color: #333333;
}
.FloatMenu3{
font-size:18px;
	position: relative; 
	white-space:nowrap; 
	right:0px;
	height:40px;
	text-align:center;
	font-family: sans-serif;
	color:#333333;
	
}
.FloatMenu3:hover{
	color:#ffdd00;
	background-color: #333333;
}
.menu01{
	background-image:url(IMG/Menu-Button/01_home_button.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:139px; 
	float:right;
}
.menu01:hover{
	background-image:url(IMG/Menu-Button/01_home_button_yellow.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:139px; 
	float:right;
}
.menu02{
	background-image:url(IMG/Menu-Button/02_about-us-button.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:140px; 
	float:right; 
}
.menu02:hover{
	background-image:url(IMG/Menu-Button/02-about-us-button-yellow.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px;
	width:140px;
	float:right;
}
.menu03{
	background-image:url(IMG/Menu-Button/03-product.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:140px; 
	float:right;
}
.menu03:hover{
	background-image:url(IMG/Menu-Button/03-product-yellow.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:140px; 
	float:right;
}
.menu04{
	background-image:url(IMG/Menu-Button/05-news-events-button.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:140px; 
	float:right;
}
.menu04:hover{
	background-image:url(IMG/Menu-Button/05-news-events-button-yellow.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:140px; 
	float:right;
}
.menu05{
	background-image:url(IMG/Menu-Button/06-contact-us-button.jpg);
	display:inline-block;
	vertical-align:middle;
	height:52px;
	width:139px; 
	float:right;
}
.menu05:hover{
	background-image:url(IMG/Menu-Button/06-contact-us-button-yellow.jpg);
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:139px; 
	float:right;
}
.menu06{
	/*background-image:url(IMG/Menu-Button/06_contact_us_button.jpg);*/
	background-color:#000000;
	display:inline-block;
	vertical-align:middle;
	height:52px;
	width:5px; 
	float:right;
}/*
.menu06:hover{
	background-image:url(IMG/Menu-Button/06_contact_us_button_yellow.jpg);
	background-color:#000000;
	display:inline-block;
	vertical-align:middle; 
	height:52px; 
	width:5px; 
	float:right;
} */
.menu_tab {
	color: #FCDE07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
	height:57px;
	border-left-width:thin;
	border-left-style:solid;
	border-left-color:#FFFF00; 	
	}
.menu_tab:hover {
	color:#000000;
	background-image:url(IMG/menu_hover.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*display:table-cell;*/ 
	vertical-align:middle;
	height:57px;
}
.tdClassmenu{
	background-color:#6D6E71;
}
.tdClassmenu2{
	background-color:#FFFF00;
}
.menu_tab1 {
	color:#FFFF00;
	font-family: Helvetica;
	font-weight:bold;
	font-size: 12px;
	background-color:#6D6E71;
	height:30px;
	vertical-align:middle;
	display:table-cell;
	width:190px;
	background-color:#000000;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.menu_tab1:hover {
	color:#FFFF00;
	font-family: Helvetica;
	font-size: 12px;
	background-color:#000000;
	height:30px;
	/*display:table-cell;*/ 
}
.menu_tab2 {
	/*
	color:#FFFF00;
	background-color:#6D6E71;
	*/
	color:#FFFF00;
	font-family: Helvetica;
	font-weight:bold;
	font-size: 12px;
	background-color:#414141;
	height:30px;
	vertical-align:middle;
	display:table-cell;
	width:190px;
	border-bottom-color:#FFFF00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:left;
	padding-left: 15px;
	}
.menu_tab2:hover {
	color:#FFFF00;
	font-family: Helvetica;
	font-size: 12px;
	background-color:#000000;
	height:30px;
	/*display:table-cell;*/ 
}
.menu_tab3 {
	color:#FFFF00;
	font-family: Helvetica;
	font-weight:bold;
	font-size: 12px;
	background-color:#6D6E71;
	height:37px;
	vertical-align:middle;
	display:table-cell;
	width:190px;
	border-bottom-color:#FFFF00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.menu_tab3:hover {
	color:#FFFF00;
	font-family: Helvetica;
	font-size: 12px;
	background-color:#000000;
	height:37px;
	/*display:table-cell;*/ 
}

.bodyClass{
/*background-image:url(IMG/bg_color.png);
 background-attachment:fixed; 
 background-color: grey;*/
/*background-color: #999999;
background-color: #d3d3d3;*/
 size:auto; 
}
.style4 {
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style9 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }
.style10 {
	font-family: Helvetica; 
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:750;
	color:#000000;
	}
.style10:hover {
	font-family: Helvetica; 
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#000000;
	color:#FDDE09;
	font-weight:bold;
	}
.style101 {
	font-family: Helvetica; 
	font-size:14px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:1px;
	text-align:left;
	font-weight:750;
	color:#000000;
	padding: 5px;
	/*white-space:nowrap;*/
	}
.style101:hover {
	font-family: Helvetica; 
	font-size:14px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:1px;
	text-align:left;
	background-color:#000000;
	color:#FDDE09;
	/*font-weight:bold; */
	border-radius:5px;
	}
.style1012 {
	font-family: Helvetica; 
	font-size:14px;
	margin-left:30px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	font-weight:750;
	background-color:#000000;
	color:#FDDE09;
	border-radius:5px;
	}
.menu_tab11 {	color:#FFFF00;
	font-family: Helvetica;
	font-weight:bold;
	font-size: 12px;
	background-color:#6D6E71;
	height:30px;
	text-align:left;
	vertical-align:middle;
	display:table-cell;
	width:190px;
	background-color:#000000;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.style16 {
	
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
}
.iframe:focus {
    outline: none;
}
.newstyle{
	font-family: Helvetica; 
	color:#58595B;
	margin-top:15px;
	margin-bottom:5px;
}
.indHead {
	font-family: Helvetica; 
	color:#58595B; 
	margin-top:10px;
	font-weight:900;
}
.indCont {
	font-family: Helvetica; 
	color:#58595B;
	font-size:14px;
}
/* ------------------ Float Content --------------------------*/
.stick {
	position:fixed;
	top:0px;
	padding:20px;
	margin:20px 0;
	background:#AAA;
	width:190px;
	right:1px;
	margin-top:50px;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.stick:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.menuStyle{
	/*vertical-align:middle;*/
	background-color:#DDDDDD;
	font-family:Arial; 
 
	color:#222222; 
	text-align:center; 
	height:40px;
	/*vertical-align:middle; */
	border-bottom-style:solid; 
	border-bottom-color:#888888; 
	top:10%;
	/*color="#222222
	 
	position:relative;
	*/
}
.MobStyle{
	font-size : 18px;
	background-color:#FFFFFF;
}
.categoryStyle {
	font-family: Helvetica; 
	font-size:15px;
	height:10px; 
	text-align:center;
	/*font-weight:750; */
	color:#222222;
	background-color:#DDDDDD;
	border-bottom-style:solid; 
	border-bottom-color:#888888; 
	}
.categoryStyleH {
	font-family: Helvetica; 
	font-size:15px;
	height:10px; 
	text-align:center;
	/*font-weight:750; */
	color:#222222;
	
	background-color:#BBBBBB;
	border-bottom-style:solid; 
	border-bottom-color:#888888; 
	}

/* -------------------------- Responsive -------------------------- */
.res_desk{
	display:inline;
}
.res_mob{
	display:none;
}

/* ----------------- Header ------------------------------*/
.res_header_desk{
	max-width:900px;
	z-index: 50;
}
.res_header_mob{
	display:none;
}
/*------------------ Slider ------------------------------*/
.res_slider{
	max-width:900px;
}
/*------------------ SubMenu -----------------------------*/
.res_sub_menu_desk{
	max-width:900px;
	/*box-shadow: 0px 0px 10px #888888;*/
}
.res_sub_menu_mob{
	display:none;
}
/* ----------------- Footer ------------------------------*/
.res_footer_desk{
	/*content: "<?php require_once 'footer_web.php';?>";*/
}
.res_footer_mob{
	display:none;
}
.divclass{
	
}

.StyleMobMenu{
	font-family: sans-serif;
	font-weight: 500;
	background-color:#EEEEEE;
	top:20%; 
	position:relative;
	color: #222222;
	height:35px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	text-align:center;
	cursor: pointer;
}
.StyleMobMenu2{
	font-family: sans-serif;
	font-weight: bold;
	background-color:#FFFFFF;
	text-align:center;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:solid;
	cursor: pointer;
}

.FirstHeader{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:45px;*/
	font-weight: bold;
	margin-left:2%
}
.menu_over{
	
}
.menu_over:hover{
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	border-radius:3em;
}
.menu_over2{
	
}
.menu_over2:hover{
	border-style:solid;
	border-width:1px;
	border-color: #DDDDDD;
	border-radius:1em;
}
.content_i{
	max-width: 900px;
	background-color: #FFFFFF;
	/*padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 10px #888888;
	border-radius: 0.5em;*/
}
.button_content{
	height: 100px;
    width: 100px;
    text-align:center;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    display:inline-block;
    vertical-align:middle;
    line-height: 90px;
    cursor: pointer;
    background-color: #d3d3d3;
    border-radius: 50%;
    border-color: #FFFFFF;
    border-spacing: 5px;
    border-width: 10px;
    border-style: solid;
    /*text-shadow: 2px 2px 4px #000000;*/
}
.button_content:hover{
	background-color: #ffdd33;
	text-shadow: 2px 2px 4px #000000;
}
.content_{
		max-width: 900px;
		box-shadow: 0px 0px 0px grey, 0px 0px 0px white, 0px 0px 0px grey, 0px 0px 0px grey;
	}


.hybrid{
		max-width: 900px;
		background-color: #FFFFFF;
		font-family: sans-serif;
	}
		

.btn_oc{

	font-family: Open Sans;
	font-weight: 300;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	width: 60px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.btn_oc:hover{
	background-color: black;
	color: #FFDD33;
}

.qr_img{
	width: 15%;
}
.qr_img_en{
	width: 50%;
}
.button_click_validate{
	font-family: Open Sans;
	font-weight: 300;
	padding: 5px;
	background-color: grey;
	display: block;
	color: #FFF;
	width: 20%;
}
.btn_vc{
	padding: 5px;
	font-family: Open Sans;
	font-weight: 300;
	border-radius: 0.5em;
	cursor: pointer;
}
.btn_vc_red{
	padding: 5px;
	font-family: Open Sans;
	font-weight: 300;
	border-radius: 0.5em;
	cursor: pointer;
	background-color: red;
	color: #FFF;
}
.btn_vc_green{
	padding: 5px;
	font-family: Open Sans;
	font-weight: 300;
	border-radius: 0.5em;
	cursor: pointer;
	background-color: #FFDD33;

}
.div_screen_setup{
	width: 100%;
	font-family: Open Sans;
	font-weight: 300;
}
.div_screen{
	width: 100%;
	max-width: 900px;
	font-family: Open Sans;
	font-weight: 300;
}
.input_class{
	font-family: Open Sans;
	padding: 4px;
}
.input_class_ta{
	font-family: Open Sans;
	padding: 4px;
	width: 80%;
	max-width: 900px;
	font-size: 10pt;
}
.label_class{
	display: inline-block;
	width: 100%;
	max-width: 150px;
}
.div_class{
	text-align: left;
	margin: 2px;
	white-space: nowrap;
}
@media screen and (max-width:680px) 
{
	.div_screen{
		width: 100%;
	}
.qr_img{
	width: 40%;
}	
.qr_img_en{
	width: 80%;
}
.hybrid{
		width: 100%;
}
.content_{
			width: 100%;
		}
.button_content{
	height: 100px;
    width: 100px;
    text-align:center;
    font-family: sans-serif;
    font-size: 14px;
    display:inline-block;
    vertical-align:middle;
    line-height: 90px;
    cursor: pointer;
    background-color: #d3d3d3;
    border-radius: 50%;
}
.content_i{
	width: 100%;
}
.divclass{
 position:absolute;
 left:0;
 top:0; 
}

.res_desk{
	display:none;
}
.res_mob{
	display:inline;
	position:absolute; 
	left:0; 
	top:0;
}
/* ----------------- Header ------------------------------*/
.res_header_desk{
	display:none;
}
.res_header_mob{
	display:inline;
}
/*------------------ Slider ------------------------------*/
 .res_slider{
	width:100%;
} 
/*------------------ SubMenu -----------------------------*/
.res_sub_menu_desk{
	display:none;
}
.res_sub_menu_mob{
	display:inline;
}
/* ----------------- Footer ------------------------------*/
.res_footer_desk{
	/*content: "<?php require_once 'footer_mob.php';?>";*/
	display:none;
}
.res_footer_mob{
	display:inline; 
}

}