@charset "utf-8";
/* CSS Document */

html{
	font-family: 'HelveticaNeueLTStd-Th';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color:#fff;
	background:url(../img/background.png) center;
}

body {
	margin:0;
	/* background:url(../img/bg.png) center no-repeat; */
	background:url(../img/newbg.png) center top no-repeat fixed;
}

header {
	width:100%;
	z-index: 3;
}

form {
	margin:0;
	width: 100%;
	max-height: 100%;
	display:table-cell;
}

.fb iframe,
.er iframe {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

table {
	margin: 0;
	padding: 0;
	width: 100%;
}

th {
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px;
}

img {
	border:0;
	outline:0;
}

input {
	border:1px solid #fff;
	background-color: transparent;
	width: 90px;
	text-align: center;
	color: #FFF;
	margin: 3px 0px;
	padding: 3px 0px;
}

button {
	margin: 0px;
	width: 100%;
	height: 28px;
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

button:hover {
	background-color: #FFF;
	color: #000;
}

button:active {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
}

select {
	border: 1px solid #fff;
	margin: 3px 0px;
	padding: 3px 0px;
	color: #fff;
	background-color: transparent;
	width: 90px;
	text-align: center;
}

select option {
	border: 0px solid #fff;
	background-color: #000;
	color: #fff;
	text-align: center;
}

select option:hover,
select option:focus,
select option:active {
	border: 0px solid #fff;
	background-color: #fff;
	color: #000;
}

a {
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

a:hover {
	color:#ff0000;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

::-webkit-input-placeholder {
   color:#fff;
}

:-moz-placeholder { /* Firefox 18- */
   color:#fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}

:-ms-input-placeholder {  
   color:#fff;  
}

footer {
	position: relative;
	display: block;
	clear:both;
	padding-top:7px;
	bottom: 0;
	border-top:1px solid #FFF;
	width:80%;
	min-width:1000px;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}

footer > .logo-footer {
	float: left;
	background: url(../img/logo-footer.png) center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
 	-o-background-size:containr;
  	background-size: contain;
  	width: 100;
  	height: 100;
  	margin: 8px 14px 8px 14px;
}

footer > .address {
	float: left;
	width: 382px;
	height: 100px;
	margin: 8px 0px 8px 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	border-left: 1px solid #fff;
	font-size: 14px;
	line-height: 1.8;
}

footer > .social {
	float:left;
	width:102px;
	height: 100px;
	margin: 8px 0px 8px 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	border-left:1px solid #fff;
}

footer > .band {
	float:left;
	width:auto;
	height: 100px;
	margin: 8px 0px 8px 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	border-left:1px solid #fff;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.head {
	height:auto;
	width:80%;
	min-width:1000px;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #fff;
	/*
background:url(../img/headerbg.png) no-repeat center bottom;
	height: 196px;
	position: fixed;
*/
}

.scroll{
	width: 100%;
	/* background:url(../img/headerbg.png) no-repeat center bottom; */
	/* height: 196px; */
	/* position: fixed; */
	/* z-index: 2; */
}
.fixed {
	position:fixed;
	width: 100%;
	top:0;
	left:0;
	z-index:2;
}

.option {
	float:right;
	width:290px;
	margin-top:5px;
}

.option a {
	cursor: pointer;
}

.logo {
	width:503px;
	height:142px;
	margin-left:auto;
	margin-right:auto;
	padding-top:19px;
	background:url(../img/logo.png) center no-repeat;
}

.navigator {
	position:relative;
	width:100%;
}

.search {
	float:left;
	width:13%;
}

.search-btn {
	margin: 0px;
	height: 25px;
	width: 25px;
	background: transparent;
	border:0;
	text-align: center;
	color:#fff;
}

.search-btn:hover {
	background: transparent;
	color:#fff;
}

.search-input {
	width: 73%;
	height: 16px;
	margin: 11px 0px 0px 0px;
	border: 1px solid transparent;
	background: transparent;
	color: #fff;
	padding: 0;
	text-align: left;
}

.search-input:hover {
	border: 1px solid transparent;
	box-shadow:0 0 0px rgba(51,153,255,0.4);
	border-bottom-color: #fff;
}

.search-input:focus {
	border: 1px solid transparent;
	box-shadow:0 0 0px rgba(51,153,255,0.4);
	border-bottom-color: #fff;
}

.menu {
	float:left;
	width:74%;
	margin-left:auto;
	margin-right:auto;
}

input[type=radio].product-color {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px; width:1px;
	margin:-1px; padding:0;
	border:0;
}

input[type=radio].product-color + label.css-label {
	float: left;
	padding-left:25px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:25px;
	vertical-align:middle;
	cursor:pointer;
	border: 1px solid transparent;
	margin: 2px;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}

input[type=radio].product-color:checked + label.css-label {
	border: 1px solid #fff;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}

nav {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.navi ul {
	height:33px;
	list-style:none;
	padding:0;
	margin:0;
}

.navi ul > li {
	float:left;
	color:#FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	padding:4.5px 2.726%;
}

.navi ul > li > .submenu { 
	position: absolute;  
	z-index: -1;
	opacity: 0;
	/* height: 0px; */
	display: none;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navi ul > li > a {
    height: 70%;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:3px 0px;
	text-decoration:none;
	border-radius:50px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navi ul > li > a:hover {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
	padding:3px 0px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.submenu {
	
	position: relative;
	top:33px;
	left:0;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: #000;
	z-index: 2;
	white-space:nowrap;
 	display: table;
 	border: 1px solid #fff;
 	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	height: 270px;
}
.submenu:after{
	content: "";
	clear: both;
	display: block;
}
.products-submenu {
	position: relative;
	margin:0px auto;
	height: 270px;
	width: auto;
}

.responsive {
	width: 100%;
	max-height: 100%;
}

.category-menu {
	padding-left: 40px;
}

.category-menu a {
	text-transform: uppercase;
	padding: 10px;
}

h3 {
	margin:0;
	padding: 10px;
	width: 200px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

h4 {
	font-size: 1.2em;
	margin: 0;
}

h4 span{
	font-size: 12px;
	font-weight: normal;
}

span.highlight {
	font-size: 15px;
	font-weight: normal;
}

h5 {
	font-size: 2.6em;
	margin: 0;
}

.detail-info {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.border-btm {
	width:100%;
	border-bottom:1px solid #fff;
}

.border-btm ul {
	padding-left: 7px;
	height: 24px;
	list-style:none;
	padding:0;
	margin:0;
	padding-left: 5px;
}

.border-btm ul > li {
	float:left;
	color:#FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	padding:0px 1px;
	font-weight:normal;
}

.lang {
	float:left;
	width:13%;
}

.container {
	width:80%;
	min-width:1000px;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	/* margin-top: 196px; */
}

.clearfix:after	{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fb-ico {
	display:block; 
	background: url(../img/facebook-ico.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-top: 6px;
	margin-bottom: 5px;
	height: 23px;
	width: auto;
}

.fb-ico:hover {
	background-position: 0px -29px;
}

.ig-ico {
	display:block; 
	background: url(../img/instagram-ico.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-top: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 23px;
	width: auto;
}

.ig-ico:hover {
	background-position: 0px -29px;
}

.twit-ico {
	display:block; 
	background: url(../img/twitter-ico.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-top: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 23px;
	width: auto;
}

.twit-ico:hover {
	background-position: 0px -29px;
}

#google_translate_element > .goog-te-gadget {
	font-size: 0px;
}

.goog-te-gadget > span {
	display: none;
}

.goog-te-gadget select {
    margin: 0px;
    height:25px;
    width: 100%;
    padding: 0px;
    padding-left: 30px;
    background:url(../img/lang_bg.png) left top no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
 	background-size: contain;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.goog-te-combo > option {
	width:80%;
}

select::-ms-expand {
    display: none;
}

select:focus {
	outline: none;
}

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

:-moz-any(.goog-te-combo):before {
	background-color: #fff; /* this is necessary for overcome the caret default browser */
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	z-index: 1; /* this is necessary for overcome the pseudo element */
}

h1 {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 7px;
	margin: 0px;
	font-size: 30px;
}

h2 {
	padding-bottom: 10px;
	font-size: 25px;
	margin: 0;
}

p {
	margin: 0;
}

.red {
	color:red;
}

.faq {
	padding:40px 33px;
	background:url(../img/faq.png) right no-repeat,rgba(53,53,53,0.7);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
 	background-blend-mode: color-burn;
	-webkit-background-blend-mode: color-burn;
}

.faq p {
	width: 70%;
	margin-bottom: 40px
}

.how-to-order {
	padding:40px 33px 0px 33px;
	position:relative;
	background:url(../img/how-to-order.png) right no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
 	background-size: contain;
 	opacity: 1;
}

.how-to-order p {
	width: 70%;
	margin-bottom: 40px
}

.kbank {
	background: url(../img/kbank-logo.png) left top no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
 	background-size: contain;
 	padding-left: 32px;
 	font-size: 1.5em;
}

.col-4 {
	float: left;
	width: 40%;
	padding-top:5%;
}

.col-6 {
	float: left;
	width: 59%;
	margin:5px 5px 5px 0px;
}

.logo-contact {
	background:url(../img/logo.png) center no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
 	background-size: contain;
	width: 80%;
	height: 20%;
	margin-right: auto;
	margin-left: auto;
}

.contact {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-size: 88%;
	line-height: 1.8;
	padding-left: 15px;
	margin-bottom: 20px;
}

.quantity {
	font-size: 18px;
	font-weight: normal;
}

.active {
	text-decoration: underline;
	color: red;
}

.under-h1 {
	height: 20px;
	background-color:black;
}

.products {
	position: relative;
	background-color: black;
	padding-right:20px;
	white-space:nowrap;
 	display: table;
}

.item {
	position: relative;
	vertical-align: middle;
  	padding:0px 0px 20px 20px;
  	display: table-cell;
    width: 520px;
}

.item img {
	width: 100%;
	max-height: 100%
}

.left {
	left:9px;
}

.left .pic,
.left .detail {
	float:left;
}

.left .detail {
	padding-left: 10px;
}

.right {
	right:-11px;
}

.right .pic,
.right .detail {
	float:right;
}

.right .detail {
	padding-right: 10px;
}

.active-item {
	position: absolute;
	opacity: 0;
	top: -11px;
	width: 200%;
	height: 100%;
	background-color: rgb(0,0,0);
	border: 1px solid #fff;
	padding: 10px;
	z-index: -1;
	white-space:nowrap;
 	display: table;
 	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.active-item .pic {
}

.active-item .detail {
	height: 100%;
}

.detail a {
	text-decoration: underline;
}

.detail-item {
	position: relative;
	background-color: black;
	padding:30px;
	padding-bottom: 0px;
}

.bxslider img {
	border-bottom:1px solid #fff; 
}

#bx-pager {
	margin-bottom: 5px;
}

#bx-pager img {
	margin:10px 5px 5px 5px;
}

#bx-pager a img {
	opacity: 0.5;
}

#bx-pager a:hover img {
	opacity:1;
}

#bx-pager a.active img {
	opacity:1;
	border:1px solid #fff;
}

.info {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-top: 20px;
}

.info table {
	height: 300px;
	width: 150%;
}

.hot-item {
	white-space: nowrap;
  	display: table;
  	padding-top: 5px;
  	padding-right: 5px;
}

.hot-item-img {
	vertical-align: middle;
  	display: table-cell;
  	padding-left: 5px;
  	padding-bottom: 5px;
}

.hot-item-img img {
	width: 100%;
  	max-height:100%;
}

.h7 {
	border-top:1px solid #fff;
	padding-top: 5px;
	width: 100%;
}

.main-content {
	position: relative;
}

.content-left {
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 49.5%;
}

.content-right {
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 49.5%;
}

.content-tl img,
.content-tr img,
.content-bl img,
.content-br img {
	width: 100%;
  	max-height:100%;
}

.content-tl,
.content-tr {
	position: relative;
	padding-bottom: 5px;
}

.content-bl,
.content-br {
	position: relative;
	padding-top: 5px;
}

.content-tl label,
.content-tr label,
.content-bl label,
.content-br label {
	position: absolute;
	text-align: center;
	z-index: 1;
}

.content-tl label span,
.content-tr label span,
.content-bl label span,
.content-br label span {
	font-size: 3em;
}

.content-tl label {
	top: 10%;
	right: 10%;
}

.content-tr label {
	top: 20%;
	left: 3%;
}

.content-bl label {
	top: 7%;
	right: 5%;
}

.content-br label {
	top: 5%;
	left: 3%;
}

.login-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: none;
    z-index: 90;
}

.login-background {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    z-index: 91;
    position: absolute;
    background: rgba(0,0,0,0.75);
}

.login-box {
	left: 50%;
	width: 300px;
	top: 50%;
	height: 315px;
	opacity: 1;
	z-index: 93;
	position: absolute;
	margin-left: -166px;
	margin-top: -173.5px;
	padding: 15px;
	border: 1px solid #fff;
	background-color: #000;
}

.login-box img {
	width: 100%;
	max-height: 100%;
}

.text-alert {
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px;
	height: 18px;
}

.login-box form {
	display: block;
}

.login-box li {
	cursor: pointer;
	margin-top:13px;
}

.login-box input {
	text-align: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	margin-top: 0;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
}

input:hover,
input:focus,
input:active {
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
   	outline: none;
}

input:active,
input:focus {
	border: 1px solid #3498db;
	box-shadow:0 0 5px rgba(51,153,255,0.4);
}

.forgot-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: none;
    z-index: 90;
}

.forgot-background {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    z-index: 91;
    position: absolute;
    background: rgba(0,0,0,0.75);
}

.forgot-box {
	left: 50%;
	width: 300px;
	top: 50%;
	height: 200px;
	opacity: 1;
	z-index: 93;
	position: absolute;
	margin-left: -166px;
	margin-top: -116px;
	padding: 15px;
	border: 1px solid #fff;
	background-color: #000;
}

.forgot-box p {
	margin-bottom: 15px;
}

.forgot-box .forgot-head {
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
}

.forgot-box .forgot-small {
	text-decoration: none;
	font-size: 12px;
	width: 100%;
}

.forgot-box form {
	display: block;
}

.forgot-box input {
	text-align: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	margin-top: 0;
	padding-right: 40px;
	height: 40px;
}

.submit {
	background-color: transparent;
	height: 60px;
}

.submit:hover {
	background-color: #fff;
}

.about-us {
	position: relative;
	width: 100%;
	height: 70%;
 	display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.about-us:before {
	position: absolute;
	top:0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background:url(../img/about-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
 	opacity: 0.5;
 	z-index: -1;
 	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.bg-about:before {
	position: absolute;
	top:0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background:url(../img/about-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
 	opacity: 0.5;
 	z-index: -1;
 	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.bg-factory:before {
	position: absolute;
	top:0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background:url(../img/factory-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
 	opacity: 0.5;
 	z-index: -1;
 	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.about-head {
	position: absolute;
	padding: 5px;
	left: 15px;
	top: 15px;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 2px solid #fff;
	padding: 0;
}

.about-menu {
	position: absolute;
	padding: 5px;
	left: 15px;
	top: 65px;
}

.about-content {
	width: 55%;
    text-shadow: 0px 0px 0.4em rgba(0,0,0,1);
    text-align: center;
    margin-left: auto;
	margin-right: auto;
}

.factory {
	display: none;
}

.cart-head {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.cart-cen {
	display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.cart-nav li {
	text-decoration: none;
	float: left;
	padding: 10px 25px;
	border:0px solid #fff;
	margin:10px;
	font-size: 18px;
	font-weight: bold;
}

.cart-active {
	text-shadow: 0px 0px 0.4em rgba(0,0,0,1);
	color:#7f8c8d;
	cursor: pointer;
}

.cart-active:hover {
	text-shadow: 0px 0px 0.4em rgba(0,0,0,1);
	color:#95a5a6;
	cursor: pointer;
}

.cart-content {
	float: left;
	width: 70%;
	padding: 10px;
}

.cart-side {
	float: left;
	width: 25%;
	padding: 10px;
	padding-left: 0px;
}

.fb {
	position: fixed;
	left: -420px;
	top: 30px;
	width: 400px;
	height: 62px;
	background-color: #3d579d;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 20px 35px 20px 20px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	z-index: 9;
}

.fb:after {
	position:absolute;
	font:20px "KlavikaBold-Bold", monospace;
	content: 'facebook';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform:rotate(90deg);
	color: #fff;
	right: -23px;
	top: 40px;
}

.fb:hover {
	height: 516px;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.ct {
	position: fixed;
	left: -420px;
	top: 132px;
	width: 400px;
	height: 62px;
	background-color: #ffd133;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 20px 35px 20px 20px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	z-index: 8;
}

.ct:after {
	position:absolute;
	font-size:15px;
	content: 'CATALOGUE';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform:rotate(90deg);
	color: #000;
	right: -23px;
	bottom: 41px;
}

.ct:hover {
	left: 0px;
	height: 300px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.sc {
	position: fixed;
	left: -192px;
	top: 234px;
	width: 172px;
	height: 74px;
	background-color: #fff;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 20px 35px 20px 20px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	z-index: 7;
}

.sc:after {
	position:absolute;
	font-size:15px;
	content: 'SILVER CHART';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform:rotate(90deg);
	color: #000;
	right: -29px;
	top: 48px;
}

.sc:hover {
	height: 114px;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.er {
	position: fixed;
	left: -183px;
	top: 348px;
	width: 173px;
	height: 104px;
	background-color: #c72727;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 10px 35px 10px 10px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	z-index: 6;
}

.er:after {
	position:absolute;
	font-size:13px;
	content: 'EXCHANGE RATES';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform:rotate(90deg);
	color: #FFF;
	right: -34px;
	top: 53px;
}

.er:hover {
	height: 122px;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.vs {
	position: fixed;
	left: -160px;
	top: 472px;
	width: 150px;
	height: 74px;
	background-color: #2d9220;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 10px 35px 10px 10px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	z-index: 5;
}

.vs:after {
	position:absolute;
	font-size:15px;
	content: 'VISITOR';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform:rotate(90deg);
	color: #FFF;
	right: -7px;
	top: 37px;
}

.vs:hover {
	height: 122px;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/***********************************/
.login-content2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: none;
    z-index: 90;
}

.login-background2 {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    z-index: 91;
    position: absolute;
    background: rgba(0,0,0,0.75);
}

.login-box2 {
	left: 50%;
	width: 50%;
	top: 30%;
	
	opacity: 1;
	z-index: 93;
	position: absolute;
	margin-left: -25%;
	margin-top: -173.5px;
	padding: 15px;
	border: 1px solid #fff;
	background-color: #000;
}

.login-box2 img {
	width: 100%;
	max-height: 100%;
}

.text-alert2 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px;
	height: 18px;
}

.login-box2 form {
	display: block;
}

.login-box2 li {
	cursor: pointer;
	margin-top:13px;
}

.login-box2 input {
	text-align: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	margin-top: 0;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
}
.ct .box{
	display: inline;
	float: left;
	width: 100px;
	height: 110px;
	background-color: white;
	margin-left: 5px;
}
.ct .box a{
	width: 100%;
	height: 100%;
	display: block;
}
.news-box .title{
	width: 100%;
	clear: both;
	margin-top: 20px;
}
.news-box .title a,.news-list .title a{
	text-decoration: none;
	color: white;
}
.news-list{
	width: 95%;
	margin-bottom: 10px;
	clear: both;
}
.news-list:after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.news-list .news-img{
	width: 180px;
	display: inline;
	float: left;
}
.news-list .news-img img{
	width: 100%;
	height: auto;
}
.news-list .title{
	display: inline;
	float: left;
	width: 240px;
	margin-left: 10px;
}
.main-news-list{
	height: 500px;
	overflow: auto;
}
.main-news{
	margin-top: 30px;
	margin-bottom: 30px;
}
.title a:hover{
	color:#ff0000;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


.login-content3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: none;
    z-index: 90;
}

.login-background3 {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    z-index: 91;
    position: absolute;
    background: rgba(0,0,0,0.75);
}

.login-box3 {
	left: 50%;
	width: 50%;
	top: 30%;
	
	opacity: 1;
	z-index: 93;
	position: absolute;
	margin-left: -25%;
	margin-top: -173.5px;
	padding: 15px;
	border: 1px solid #fff;
	background-color: #000;
}

.login-box3 img {
	width: 100%;
	max-height: 100%;
}

.text-alert3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px;
	height: 18px;
}

.login-box3 form {
	display: block;
}

.login-box3 li {
	cursor: pointer;
	margin-top:13px;
}

.login-box3 input {
	text-align: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	margin-top: 0;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
}
select{
    
    
}
.selectbox{
	display: inline;
	float: left;
	background:url(../img/whitedropdown.png) right center no-repeat;
}
.selectbox select{
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
}