@charset "utf-8";
* {
	font-family:  Tahoma, sans-serif;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
/*i:not(.sn) {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}*/
body {
	/*background: url(../Images/BG.jpg);*/
}
#Gallery {
	margin-top: 52px;
	min-height: 500px;
}
#GalleryItems a {
	background: #1ac6f2;
    border-radius: 6px;
    display: block;
    padding: 13px;
	margin-bottom: 13px;
}
#GalleryItems a > div {
	height: 250px;
}
#GalleryItems a > div > img {
	max-height: 240px;
	display: block;
	margin: auto;
}
#GalleryItems h4 {
	color: #ffd700;
}
#GalleryModal img {
	display: block;
	margin: auto;
}
#Slogan h3 {
	font-weight: bold;
	color: #850000;
}
#Slogan p {
	text-align: justify;
}
#Slogan > div > div {
	background: #fff;
}
#LastNews {
	margin: 33px auto;
}
#BHeader {
	position: absolute;
    top: 5px;
    right: 50px;
    color: #f3ba2f;
}
#Article .row {
    margin: auto auto 33px auto;
}
#CPage .row {
    margin: auto auto 33px auto;
}
#CPage .page-header {
	color: #fff;
	text-align: center;
    padding: 33px;
	background: #f3ba2f;
	position: relative;
}
#CPage .page-body {
	padding: 0 33px;
}
#CPage .page-header img {
	position: absolute;
	top: 13px;
	right: 13px;
}
#CPage .CItem {
	margin: 6px auto;
}
#CPage .CItem a {
	background: azure;
    display: block;
    height: 85px;
    padding: 13px;
}
#CPage .CItem img {
	margin: 13px auto;
	width: 32px;
}
#CPage .CItem h3 {
	font-size: 16px;
    color: #9a0000;
    line-height: 27px;
    margin-top: 13px;
}
.Exchange .changetype {
	width: 39px;
    height: 39px;
    border-radius: 3px;
    text-align: center;
    margin: 16px auto;
    display: block;
}
.Exchange .Invoice {
	margin: 13px auto;
    background: #fff;
    padding: 13px 33px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.Exchange .Invoice dt {
	margin: 6px auto;
	float: right;
	clear: right;
	color: #008;
}
.Exchange .Invoice dd {
	margin: 6px auto;
	float: right;
	color: #800;
}
.Exchange .input-group-lg , .Exchange .form-group-lg {
	margin: 13px auto;
}
.Exchange textarea {
	height: 123px !important;
}
.Exchange .Header {
	text-align: center;
    margin-bottom: 33px;
    color: #f00;
} 
a:focus , a:hover {
    outline: none !important;
	text-decoration: none !important;
}
.Exchange {
	position: relative;
	width: 760px;
	margin: auto;
	display: none;
}
.Exchange.Active {
	display: block !important;
}
.Exchange > div {
	float: right !important;
}
.CSelect {
	cursor: pointer;
}
.CSelect button {
	border: none;
	background: none;
	padding: 0;
	font-size: 15px;
}
.CSelect .Currency {
	border: none;
	background: none;
	width: 66px;
	text-align: center;
}
.CWallet {
	font-family: tahoma;
}
#PriceForm .Picker {
	display: none;
    position: absolute;
    top: 152px;
    min-width: 256px;
    right: 0;
    box-shadow: 0 0 3px 0px #999;
    background: #ffffff;
    z-index: 666;
    border-radius: 2px;
    padding: 0;
}
#SaleForm .Picker {
	display: none;
    position: absolute;
    top: 152px;
    min-width: 256px;
    left: 0;
    box-shadow: 0 0 3px 0px #999;
    background: #ffffff;
    z-index: 666;
    border-radius: 2px;
    padding: 0;
}
.Picker .CList {
	overflow-y: auto;
	width: 100%;
	height: 169px;
}
.Picker .CList > li {
	border-top: 1px solid #aaa;
	padding: 6px 0;;
	text-align: center;
}
.Picker .CList > li:hover {
	color: #f3ba2f;
}
.Picker .PickerSearch {
	padding: 0;
}
.Picker .PickerSearch input {
	border: none;
}
#ProcessBar {
	max-width: 760px;
    border-bottom: 3px solid #f00;
}
#ProcessBar i {
	font-size: 33px;
	text-align: center;
	display: block;
}
#ProcessBar .Active {
	color: #f3ba2f;
}
.page-header {
	padding: 0 33px;
}
#CBar .DollarP , #SBar .DollarP  {
	font-family: "Times New Roman";
	display: none;
}
.AItem a {
	display: block;
	position: relative;
}
.AItem .Caption {
	position: absolute;
    z-index: 13;
    bottom: 0;
    color: #000;
    padding: 0 13px;
    left: 0;
    background: rgba(255,215,0,0.85);
}
.AItem h2 {
	font-size: 14px;
	margin: 6px auto;
}
.AItem h3 {
	font-size: 12px;
	margin: 6px auto;
	text-align: justify;
	height: 40px;
	overflow: hidden;
}
#SignUp {
	width: 100px;
    font-size: 100px;
    display: block;
    margin: 33px auto;
    color: dodgerblue;
}
#SignIn {
	width: 100px;
    font-size: 100px;
    display: block;
    margin: 33px auto;
    color: goldenrod;
}
#JModal {
	width: 100%;
	height: 100%;
	z-index: 13;
	position: fixed;
	background: rgba(0,0,0,.85);
	display: none;
	top: 0;
	left: 0;
}
#JModal img {
	max-height: 80%;
	margin-top: 85px;
}
#JModal .close {
	color: #fff;
    z-index: 666;
    position: absolute;
    top: 33px;
    right: 33px;
    font-size: 99px;
    opacity: 1;
}
#LoginModal .modal-lg {
	max-width: 600px;
	border: 2px solid #cccccc;
	border-radius: 6px;
}
#LoginModal .modal-lg .modal-content {
	background: #333333;
	color: #fff;
}
#LoginModal h4 ,#LoginModal h3,#LoginModal h2 {
	color: #f3ba2f;
}
#RegisterModal .modal-lg {
	max-width: 600px;
	border: 2px solid #cccccc;
	border-radius: 6px;
}
#RegisterModal .modal-lg .modal-content {
	background: #333333;
	color: #fff;
}
#RegisterModal h4 ,#RegisterModal h3,#RegisterModal h2 {
	color: #f3ba2f;
}
#RegisterModal .modal-header img {
	margin-left: 13px;
}
#RegisterModal .modal-body img {
	height: 110px;
}
#CBar,#SBar {
	margin-top: 33px;
	min-height: 500px;
}
#CBar h3,#SBar h3 {
	color: #333333;
}
#CBar table,#SBar table {
	background: #eaeaea;
}
#CBar th,#SBar th {
	color: #333333;
	text-align: center;
	width: 1%;
}
#CBar td,#SBar td {
	color: #333333;
	text-align: center;
	font-weight: bold;
}
#CBar td i,#SBar td i {
	margin: 85px auto;
}
#topBand {
	background: #00489E;
	height: 33px;
}
#user {
	color: silver;
}
#user span {
	color: silver;
}
#user a {
	color: chartreuse;
	margin: auto 13px;
	display: inline-block;
}
#user a:hover , #user a:focus {
	color: white;
	font-weight: bold;
}
#user i {
	padding: 6px;
}
#info {
	text-align: center;
}
#info span {
	color: gold;
	font-size: 21px;
	display: inline-block;
    vertical-align: super;
}
#info i {
	color: red;
	font-size: 21px;
	padding: 6px;
}
#mainMenu {
	margin-top: 13px;
}
#mainMenu .navbar-brand {
	padding: 3px 15px;
}
#slideShow {
	margin-top: 38px;
}
#slideShow > div > div {
	padding: 0;
}
#slideShow img {
	width: 100%;
}
#Transfer {
	position: absolute;
    top: 234px;
    left: 50%;
    margin-left: -395px;
	text-align: center;
}
#Transfer .Picker {
	top: 60px !important;
}
#categories {
	margin-top: 13px;
}
#categories .JCItem {
    box-shadow: 0 0 13px #bdbdbd;
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
	display: block;
}
#categories .JCItem h3 {
	position: absolute;
    bottom: 6px;
    width: 100%;
    z-index: 666;
    background: rgba(255, 215, 0, 0.85);
    color: #f00;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    padding: 13px;
}
#categories .JCItem .JCITime i {
	padding: 6px;
	font-size: 13px;
	color: #bd0000;
}
#categories .JCItem .JCIPrice i {
	padding: 6px;
	font-size: 13px;
	color: #003cff;
}
#Products {
	margin-top: 52px;
}
#Products h1 {
	font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
    color: #02c6fe;
    font-size: 23px;
}
#product {
	padding: 33px;
	background: #efefef;
}
#Article {
	padding: 52px 0;
	min-height: 500px;
}
#CPage {
	padding: 28px 0;
	background: #efefef;
}
#Register {
	padding: 33px 52px;
	background: #333333;
	color: #fff;
	min-height: 500px;
}
#Register .page-header h1 {
	color: #f3ba2f;
}
#Register .input-group {
	margin-bottom: 13px;
}
#Register form img {
	height: 200px;
}
#CartSummary {
	
}
#CartSummary th , #CartSummary td {
	text-align: center;
}
#middleBand {
	margin-top: 13px;
	height: 85px;
	background: darkred;
}
#middleBand h1 {
	color: silver;
}
#middleBand h1 i {
	font-size: 28px;
	color: gold;
}
#mainTab {
	margin-top: 13px;
	height: 270px;
}
#mainTab .tab-content {
	background: #E4E4E4;
	overflow: hidden;
	padding: 0 13px 13px 13px;
}
#footer {
	margin-top: 13px;
	background: #333333;
	border-top: 3px solid #FFd700;
}
#footer h2 {
	color: #FFd700;
}
#footer h4 {
	text-align: justify;
	line-height: 23px;
    font-size: 15px;
}
#footer > div {
	color: #fff;
}
#footer .SNU {
    display: block;
    overflow: auto;
    border-radius: 13px;
    padding-right: 33px;
	margin-bottom: 13px;
}
#footer .SNU h4 {
	color: #fff;
    float: right;
}
#footer .SNU img {
	float: left;
    width: 52px;
}
#footer #TR {
	background: #38abe1;
}
#footer #Te {
	background: #0071ab;
}
#footer #In {
	background: #ff00c8;
}
#SB > div {
	background: #fff;
    border-radius: 6px;
}
#SB input {
	width: 199px;
} 
#sideIcon {
	position: fixed;
	top: 50%;
	left: 0;
	right: auto;
	z-index: 666;
	margin-top: -136px;
}
#sideIcon a {
	display: block;
	margin: 2px;
    width: 52px;
    text-align: center;
    height: 52px;
}
#sideIcon i {
	padding: 9px;
	font-size: 33px;
	color: #efefef;
}
#sideIcon a:hover i {
	color: white;
}
#cart {
	background: limegreen;
}
#BSTotal {
	position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    padding: 2px 6px;
    border-radius: 6px;
    color: #fff;
    font-family: arial;
	width: 33px;
}
#tg {
	background: dodgerblue;
}
#insta {
	background: blueviolet;
}
#gplus {
	background: darkred;
}
#fb {
	background: blue;
}
.ProductItem {
	box-shadow: 0 0 13px #bdbdbd;
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
	display: block;
}
.ProductItem h4 {
	position: absolute;
    bottom: 13px;
    width: 100%;
    background: rgba(255, 215, 0, 0.85);
    color: #f00;
    font-weight: bold;
    padding: 13px;
    line-height: normal;
}
.shiny {
  width: 405px;
  height: 605px;
  position: relative;
  top: -556px;
  left: -550px;
  transition: 1s;
  transform: rotate(30deg);
  background: linear-gradient(90deg, rgba(255,255,255, 0)50%, rgba(255,255,255,0.35)80%,rgba(255,255,255,0)100%);
}

.JCItem:hover .shiny , .ProductItem:hover .shiny {
  transform: rotate(0);
  left: 560px;
  top: -445px;
}
.form-control {
	padding: 0 13px !important;
}
#Price {
	background: gold;
    padding: 33px 0;
    border-radius: 6px;
    color: #009688;
    border: #009688 solid 2px;
}
#product {
	margin-top: 52px;
}
#product h1 {
	font-size: 33px;
}
@media screen and (max-width: 768px) {
	
}