body {
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.f12 { font-size: 12px !important; }

.f14 { font-size: 14px !important; }

.f16 { font-size: 16px !important; }

.f18 { font-size: 18px !important; }

.f20 { font-size: 20px !important; }

.f22 { font-size: 22px !important; }

.f24 { font-size: 24px !important; }

.noPadding { padding: 0; }

strong { color: #f0ad4e; }

a, .btn {
	-webkit-transition: background-color 300ms ease, color 300ms ease;
	-moz-transition: background-color 300ms ease, color 300ms ease;
	-o-transition: background-color 300ms ease, color 300ms ease;
	transition: background-color 300ms ease, color 300ms ease;
}

.boxShadow {
 	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.hoverEffect {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
    -moz-transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
    -o-transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
 	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.clickEffect {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: transform 250ms ease, background-color 250ms ease, color 250ms ease;
    -moz-transition: transform 250ms ease, background-color 250ms ease, color 250ms ease;
    -o-transition: transform 250ms ease, background-color 250ms ease, color 250ms ease;
    transition: transform 250ms ease, background-color 250ms ease, color 250ms ease;
 	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

/* @-webkit-keyframes tapEffect {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tapEffect {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tapEffect {
	-webkit-animation-name: tapEffect;
	animation-name: tapEffect;
	background-color: #ddd !important;
} */

.tapEffect { 
	background-color: #ccc !important; 
 	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

nav.navbar {
 	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.navbar-brand { font-size: 21px; }

.navbar-brand, 
nav ul li a {
	height: 50px !important;
	line-height: 50px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	vertical-align: middle;
}

main { margin: 50px 0 0 0; }

button[data-target="#myNavbar"] {
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

#mobileLang { display: none; }

#mobileLang button, #pcLang button {
	margin: 0;
	height: 50px;
}

#pcLang button { margin-left: 15px; }

#mobileLang ul li a,
#pcLang ul li a,
.subMenu ul li a {
	height: 40px !important;
	line-height: 40px !important;
}

.subMenu .dropdown-menu { left: 0; }

#portfolioMenu { width: 235px; }

.qrcode {
	display: block;
	margin: 0 auto;
	width: 250px;
}

#accountId { margin-bottom: 20px; }

.msgContainer { margin-top: 30px; }

.msgBody { 
	margin-top: 0;
	padding: 15px 20px 10px 20px;
}

.msgIcon {
	display: block;
	width: 100px;
	margin: 5px auto 20px auto;
}

.msgBody a.btn {
	margin-top: 10px;
}

footer.navbar {
	visibility: hidden;
	margin-bottom: 0;
 	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
}

.footerNav { text-align: left; }

.footerCopyright { text-align: right; }

footer p { padding-bottom: 5px;}

@media (max-width: 991px) {
	footer p .mobileBr { display: inline-block; }
}

@media (max-width: 767px) {
	#mobileLang { display: inline; }
	#pcLang { display: none; }
	#portfolioMenu { width: auto; }
	.profileImg {
		width: 150px;
		bottom: 100px;
	}
	.footerNav, .footerCopyright { text-align: center; }
	footer p .mobileBr { display: inline; }
}

@media (max-width: 479px) {
	footer p .mobileBr { display: inline-block; }
	.navbar-brand { font-size: 20px; }
}