@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'helve';
	src: url('../fonts/helve.eot');
	src: url('../fonts/helve.eot?#iefix') format('embedded-opentype'), url('../fonts/helve.woff') format('woff'), url('../fonts/helve.ttf') format('truetype');
	font-weight: 400;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: helve;
	src: url(../fonts/helve.svg) format(svg)
}
}
html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	background: #f1f1f1;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px
}
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.25em;
	margin-top: 0
}
h4, h5, h6 {
	line-height: 1.4em
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 15px;
	font-weight: 700
}
h6 {
	font-size: 13px
}
ul {
	list-style: none;
	margin: 0
}
/* Link & hover, focus color */
a {
	color: #777
}
a, a:hover, a:focus {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	text-decoration: none
}
a:focus {
	outline: none
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
.line {
	background: url(../assests/line.jpg) repeat-x;
	height: 5px
}
 [type=text], [type=password], textarea, select {
 color:#000;
 font-family:Arial, Helvetica, sans-serif;
 margin:5px 0;
 padding:9px 5px;
 outline:none;
 border:1px solid #ebebeb;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 border-radius:2px;
 -webkit-border-radius:2px;
 -moz-border-radius:2px
}
 [type=submit] {
 color:#fff;
 background:#464b59;
 font-weight:700;
 display:inline-block;
 outline:none;
 border:0;
 cursor:pointer;
 padding:10px
}
[type=submit].button {
	width: 40px;
	height: 40px;
	float: left
}
[type=submit].submit {
	color: #fff;
	background: #4b5162;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 9px 15px;
	display: block;
	border: 0;
	cursor: pointer;
	text-transform: uppercase
}
[type=submit].submit_login {
	color: #fff;
	background: #23c8a8;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 0px 5px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}
/* ANIMATE*/
.trans-hover {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.hover {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover:hover, .hover:focus, .hover:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
/* POPUP */
#login {
	background: white;
	text-align: left;
	width: 350px;
	margin: 40px auto;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
#login .popup-header {
	background: #464b59;
	padding: 15px
}
#login .popup-header h4 {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase
}
#login .popup-body {
	padding: 15px
}
#login .popup-body .noti-error, #login .popup-body .noti-info, #login .popup-body .noti-done {
	margin: 0px
}
#login .popup-body .block {
	border: none;
	margin: 10px auto 0px auto;
	display: block
}
#login .popup-body .block input[type=button].submit_login {
	color: #fff;
	font-weight: 700;
	padding: 0px 5px;
	border: 0;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 13px;
	outline: none;
	background: #1bdbb5
}
#login .popup-body .block .regislink {
	font-size: 13px;
	margin-left: 10px
}
#login .popup-body .block .regislink:hover {
	color: #1bdbb5
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.reg_form_desc {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	color: #727272;
}
.reg_form_order_desc {
	background: #ffc1c1;
	padding: 10px;
	text-align: justify;
	color: #ea3d3d;
	clear: both
}
/* NOTIFICATION */
.noti-info {
	background: #f8e279;
	padding: 10px;
	text-align: justify;
	color: #6f5c00
}
.noti-info i, .noti-error i, .noti-done i {
	padding-right: 5px;
	font-size: 15px !important;
	display: inline-block !important
}
.noti-info a {
	color: #6f5c00;
	text-decoration: underline
}
.noti-error {
	background: #ffc1c1;
	padding: 10px;
	text-align: justify;
	color: #ea3d3d
}
.noti-error a {
	color: #ea3d3d;
	text-decoration: underline
}
.noti-done {
	background: #a4f098;
	padding: 10px;
	text-align: justify;
	color: #189902
}
.noti-done a {
	color: #189902;
	text-decoration: underline
}
/* TOP HEADER */
#topheader #topbar {
	background: #404655;
}
#topheader #topbar ul li a {
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold
}
#topheader #topbar ul li:before {
	color: #aaaaaa
}
#topheader #topbar ul li:hover a {
	color: #1bdbb5;
}
#topheader #topbar li {
	line-height: 38px
}
#topheader #topbar .btn {
	background: transparent;
	width: 100%;
	line-height: 38px;
	font-size: 12px;
	text-align: left;
	padding: 0;
	border: none;
	box-shadow: none;
	outline:none
}
#topheader #topbar .btn a span, #topheader #topbar .btn a i {
	color: #fff;
	font-weight: bold
}
#topheader #topbar .btn:hover a {
	color: #16987f;
}
/* language (Dropdown menu) */
.language {
	margin-right: 15px
}
.language img {
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}
.language li {
	width: 100%;
}
.language li:hover .dropdown-menu {
	display: block;
}
.language div.btn-group {
	width: 100%;
}
/* currency (Dropdown menu) */
.currency .dropdown-menu, .language .dropdown-menu {
	z-index: 9999;
	margin-top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #404655;
	padding-top: 0px;
	width: 100%
}
.currency .dropdown-menu a, .language .dropdown-menu a {
	line-height: 25px;
}
.currency .dropdown-menu a img, .language .dropdown-menu a img {
	margin-top: 8px;
	float: left;
}
.currency .dropdown-menu li, .language .dropdown-menu li {
	border-right: none;
	border-top: 1px solid rgba(0,0,0,.15);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.currency .dropdown-menu li:first-child, .language .dropdown-menu li:first-child {
	border-top: none;
}
.currency .dropdown-menu li:hover, .language .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
/* links */
ul.links {
	position: relative;
	margin: 0;
	padding: 0;
	float: left
}
ul.links li {
	display: inline-block;
	margin-right: 15px;
	line-height: 1.428571429;
}
/* Mobile Responsive */
#topbar .show-mobile:before, #topbar .show-mobile:after {
	content: " ";
	display: table;
}
#topbar .show-mobile:after {
	clear: both;
}
#topbar .show-mobile > div {
	margin: 0;
	padding: 0;
	position: relative
}
#topbar .show-mobile > div:hover .inner-toggle {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible
}
#topbar .show-mobile .quickaccess-toggle {
	width: 44px;
	height: 38px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	margin-left: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
#topbar .show-mobile .quickaccess-toggle:hover {
	color: #fff;
	background-color: #1bdbb5;
}
#topbar .show-mobile .inner-toggle {
	display: block;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	min-width: 140px;
	z-index: 99999;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}
#topbar .show-mobile ul, #topbar .show-mobile .links {
	float: none !important;
	padding: 0;
	margin: 0;
	text-align: left;
}
#topbar .show-mobile ul li, #topbar .show-mobile .links li {
	float: none;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
#topbar .show-mobile ul li:last-child, #topbar .show-mobile .links li:last-child {
	border-bottom: none;
}
#topbar .show-mobile ul a, #topbar .show-mobile .links a {
	float: none;
	margin: 0;
	padding: 0px 10px;
	line-height: 33px;
	background-color: #1bdbb5;
	border: none;
	display: block
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #fff !important;
	background-color: #00d6ac;
}
#topbar .show-mobile .currency .dropdown-menu, #topbar .show-mobile .language .dropdown-menu {
	left: -11px;
	padding: 5px;
}
#topbar .show-mobile .currency .dropdown-menu li, #topbar .show-mobile .language .dropdown-menu li {
	border: none;
}
#topbar .show-mobile .currency button, #topbar .show-mobile .language button {
	height: 30px;
	padding: 0 10px;
}
/* HEADER
-------------------------------------------------- */
.top-menu {
	background: #4b5162;
	position: relative
}
.top-logo{
	position:relative
}
.top-logo .logo {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 25px;
	z-index: 1
}
/* Search */
.header-right .search {
	width: 100%;
	position: relative;
	float: right;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.header-right [type=text].search_query {
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 9px;
	float: left;
	background: #fff;
	border: 1px solid #034473;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.header-right [type=text].search_query::-webkit-input-placeholder {
 color: #272727;
 font-size:12px
}
 .header-right [type=text].search_query::-webkit-input-placeholder {
 color: #272727;
 font-size:12px
}
.header-right [type=text].search_query:-moz-placeholder { /* Firefox 18- */
 color: #272727;
 font-size:12px
}
 .header-right [type=text].search_query::-moz-placeholder {  /* Firefox 19+ */
 color: #272727;
 font-size:12px
}
 .header-right [type=text].search_query:-ms-input-placeholder {
 color: #272727;
 font-size:12px
}
.header-right .search [type=submit].button {
	position: absolute;
	right: 0px
}
/* Social Networks*/
ul.social {
	text-align: center;
	margin-top: 5px;
	padding: 20px 20px 15px 20px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px
}
ul.social li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 8px
}
ul.social li:last-child {
	margin-right: 0px
}
ul.social li a {
	display: block;
	color: #1bdbb5;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	width: 30px;
	height: 30px
}
/* MAIN MENU
-------------------------------------------------- */
.menuleft {
	float: left
}
.menuright {
	float: right
}
#nav {
	width: 100%;
	margin: 0;
	padding: 25px 0px;
	border-bottom: none;
	list-style-type: none;
	clear: both;
	height: 100px;
	position: relative;
	z-index: 2
}

ul.nav li a, ul.nav li.open li a {
	color: #fff;
	font-size: 12px;
	padding: 16px 15px 12px 15px;
	font-family: 'helve', Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
	display: block
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a.active, ul.nav li.open li a:hover, ul.nav li.open li a:focus, ul.nav li.open li a.active {
	color: #1bdbb5;
	background: none;
	border-bottom: 3px solid #1bdbb5;
}
ul.nav li.open a.dropdown-toggle {
	color: #1bdbb5;
	background: none;
	border-bottom: 3px solid #1bdbb5
}
ul.nav li ul.dropdown-menu {
	min-width: 200px;
	border: none;
	left: 0px;
	background: #f9f9f9;
	border-radius: 0px;
	padding: 0px
}
ul.nav li ul.dropdown-menu li {
	margin: 0px 0px
}
ul.nav li ul.dropdown-menu li a {
	border-right: none;
	margin-right: 0;
	font-size: 12px;
	position: relative;
	text-transform: uppercase;
	padding: 10px 10px 10px 22px;
	clear: both;
	line-height: 25px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	color: #36414b;
	background: #fff;
	font-family: 'helve', Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.nav li ul.dropdown-menu li a:before {
	position: absolute;
	font-family: FontAwesome;
	top: 9px;
	left: 9px;
	content: "\f0da";
	font-size: 14px
}
ul.nav li ul.dropdown-menu li a:hover {
	background: #464b59;
	color: #fff !important;
	border-bottom: 1px solid #efefef;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu {
	position: relative
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .pull-left {
	float: none;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
ul.nav li ul.dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
a.navbar-brand {
	padding: 0;
}
.mainmenu .navbar-toggle {
	background: #fff;
	margin-bottom: 9px;
	padding: 10px;
	margin-right: 0;
}
.mainmenu .navbar-toggle .icon-bar {
	background: #e86489;
}
.mainmenu .navbar-collapse {
	box-shadow: inherit;
	border: none;
}
#nav .search {
	float: right
}
#nav .search input {
	margin-top: 10px;
	padding: 7px
}
/* ST-MENU */	
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, .st-container, .st-pusher, .st-content {
	height: 100%;
}
.st-content {
}
.st-content, .st-content-inner {
	position: relative;
}
.st-container {
	position: relative;
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu .search {
	padding: 10px;
	position: relative
}
.st-menu .search input {
	width: 100%;
	margin: 0px;
	padding: 8px
}
.st-menu .search span {
	position: absolute;
	color: #e1e1e1;
	top: 19px;
	right: 21px;
	float: right
}
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	height: 100%;
	background: #4b5162;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y: auto
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-effect-3.st-menu::after,
.st-effect-3.st-menu-open #st-trigger-effects {
	display: none;
}
#st-trigger-effects {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#st-trigger-effects button {
	outline: none;
	display: block;
	background: none;
	padding: 0px;
	border: 1px solid transparent;
	line-height: 0px
}
#st-trigger-effects button i {
	color: #fff;
	font-size: 25px;
	padding: 10px
}
#st-trigger-effects button span {
	display: block;
	padding: 17px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
	padding-left: 300px;
}
.panel {
	background: #4b5162;
	border: none;
	border-radius: 0px;
	box-shadow: none
}
a.list-group-item-stmenu {
	position: relative;
	display: block;
	padding: 10px 15px 8px 15px;
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px
}
a.list-group-item-stmenu i {
	padding-right: 15px
}
a.list-group-item-stmenu.sub, a.list-group-item-stmenu.subsub, a.list-group-item-stmenu.subsubsub {
	padding-left: 30px;
	border-bottom: none
}
a.list-group-item-stmenu.subsub {
	padding-left: 50px
}
a.list-group-item-stmenu.subsubsub {
	padding-left: 70px
}
a.arrow-sub {
	position: relative;
	z-index: 999;
	float: right
}
a.arrow-sub i {
	position: absolute;
	font-size: 18px;
	top: -30px;
	color: #fff;
	right: 15px
}
/* MAIN
-------------------------------------------------- */
/* Main Slider */

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	position: relative
}
.carousel-fade .carousel-inner .item span {
	position: absolute;
	font-family: 'alter', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 15px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.slider {
	clear: both;
	overflow: hidden
}
.carousel {
	display: block
}
.carousel-control {
	width: auto;
	opacity: 1;
	display: none
}
.carousel-control.left, .carousel-control.right {
	top: 42%
}
.carousel-control.left {
	left: 15px
}
.carousel-control.right {
	right: 15px
}
.carousel-control.left {
	left: 15px
}
.carousel-control.right {
	left: auto;
	right: 70px
}
.slide a.carousel-control i {
	font-size: 50px;
	top: 0%;
	position: absolute;
	font-weight: normal;
	border: 1px solid #fff;
	padding: 5px 18px 5px 16px;
	transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out
}
.slide a.carousel-control i:hover {
	border: 1px solid #16987f;
	background: #16987f;
	color: #fff
}
.carousel-indicators li {
}
.main-wrap {
	clear: both;
	overflow: hidden;
	padding: 15px 0px
}
.main-wrap .article-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px
}
.main-wrap .article-box h2 {
	margin-bottom: 15px
}
.main-wrap .article-box h2 a {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #4b5162;
	font-weight: bold;
	font-size: 28px
}
.main-wrap .article-box h2 a:hover {
	color: #1bdbb5
}
.main-wrap .article-box .image {
	position: relative;
	overflow: hidden
}
.main-wrap .article-box .image img {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	width: 100%
}
.main-wrap .article-box .image img:hover {
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-moz-transform: scale(1.2); /* Firefox */
	-ms-transform: scale(1.2); /* IE 9 */
	-o-transform: scale(1.2); /* Opera */
	transform: scale(1.2);
}
.main-wrap .article-box .image .date, .news-intro .date {
	padding: 5px 10px;
	background: #1bdbb5;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px
}
.main-wrap .article-box .image .date li, .news-intro .date li {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #0ec29e;
	border-left: 1px solid #2fe9c4;
	padding: 0px 10px
}
.main-wrap .article-box .image .date li a, .news-intro .date li a {
	color: #fff
}
.main-wrap .article-box .image .date li:first-child {
	border-left: none;
	padding-left: 0px
}
.main-wrap .article-box .image .date li:last-child {
	border-right: none;
	padding-right: 0px
}
.main-wrap .article-box .image .date li i, .news-intro .date li i {
	padding-right: 10px
}
.main-wrap .article-box p {
	color: #4b5162;
	font-size: 13px;
	text-align: justify;
	padding: 10px 0px
}
.main-wrap .article-box .actions {
	overflow: hidden
}
.main-wrap .article-box .actions a.more {
	display: table;
	padding: 7px 10px;
	background: #464b59;
	color: #fff;
	font-weight: bold;
	font-size: 12px
}
.main-wrap .article-box .actions a.share {
	display: table;
	padding: 7px 10px;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	font-size: 12px
}
.main-wrap .article-box .actions a.share i {
	padding-right: 10px
}
.main-wrap .article-box .actions a.share:hover {
	background: #1bdbb5;
	color: #fff;
	border: 1px solid #1bdbb5;
}
/* Banner */
.banner .block {
	margin-bottom: 15px;
	border: none
}
.banner img {
	width: 100%
}
.banner-custom img {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%
}
.banner_left {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
/* breadcrumbs */
.breadcrumbs {
	background: #fff;
	color: #19232e;
	font-size: 12px;
	padding: 10px;
	clear: both;
	margin-bottom: 15px
}
.breadcrumbs a {
	color: #19232e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs a:hover {
	color: #1bdbb5
}
/* Arlert */
.arlert {
	background: #f2dede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 15px
}
.arlert a {
	text-decoration: none;
	color: #333;
	font-weight: 700
}
.arlert a:hover {
	text-decoration: underline
}
.block {
	border: 1px solid #ddd;
	margin: 0 0 15px
}
.block .heading {
	font-weight: 700;
	font-size: 12px;
	padding: 12px;
	background: #f4f4f4 !important;
	color: #000 !important
}
.block .main-inner {
	border-top: none;
	background: #fff;
	overflow: hidden;
	padding: 10px
}
.block .main-inner p.title {
	font-weight: bold
}
.block .main-inner select.list_region_new_customer, .block .main-inner textarea, #news_pop_create_checkout_express .block .main-inner select.list_country, #news_pop_create_checkout_express .block .main-inner select.list_region, #pop_create_new_shipping_address .block .main-inner select.list_country, #pop_create_new_shipping_address .block .main-inner select.list_region, #news_pop_create_new_customer .block .main-inner select.list_country, #news_pop_create_new_customer .block .main-inner select.list_region, #news_pop_create_checkout_express .block .main-inner input[type=text], #pop_create_new_shipping_address .block .main-inner input[type=text], #news_pop_create_new_customer .block .main-inner input[type=text] {
	width: 60%
}
.block .main-inner select.list_country, .block .main-inner select.list_region {
	width: 40%
}
.block .main-inner textarea {
	resize: vertical
}
.block .main-inner ul {
	padding: 25px
}
.block .main-inner ul li {
	width: 25%;
	float: left;
	text-align: center;
	display: block
}
.block .main-inner ul li img {
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px
}
.block .main-inner ul li p {
	font-weight: 700;
	font-size: 12px
}
.block .main-inner ul li img.active {
	border: 1px solid #fb544e
}
.block .main-inner .info {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin: 10px 0 10px 20px
}
.block .main-inner .info p {
	font-size: 13px;
	margin: 0;
	padding: 0
}
.block .main-inner label {
	font-size: 13px;
	width: 22%;
	margin-left: 20px
}
.block .main-inner label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	font-size: 13px;
	display: inline;
	width: inherit;
	margin: 0px
}
.block .main-inner label.old_password, .block .main-inner label.user_password, .block .main-inner label.user_repassword {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	font-size: 13px;
	display: inline;
	width: inherit;
	margin: 0px
}
.pick {
	font-size: 14px;
	font-weight: 700
}
.pick span {
	margin-top: -18px;
	margin-left: 20px;
	display: block
}
.input {
	width: 40%
}
textarea.textarea {
	width: 100%;
	height: 100px;
	resize: vertical
}
.login, .input-contact {
	width: 100%
}
/* news-heading */
#slider {
	margin-bottom: 15px;
	position: relative
}
#slider-item .item {
	position: relative;
}
#slider-item .item a .image{
	background:#000
}
#slider-item .item a .image img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	display: block;
	padding: 0px;
	opacity:0.5
}
#slider-item .item a:hover .image img {
	opacity: 0.8
}
#slider-item .item .desi {
	position: absolute;
	padding: 15px;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 175px;
	overflow: hidden
}
#slider-item .item .desi h2 {
	color: #1bdbb5;
	font-family: 'helve', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}
#slider-item .item .desi p {
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 10px 0px
}
#slider-item .owl-controls {
	height: inherit !important;
	display: block !important
}
#slider-item .owl-controls .owl-pagination {
	top: 10px !important;
	margin-bottom: 10px
}
#slider-item .owl-controls .owl-buttons {
	display: none
}
/* NEWS INTRO */
.news-intro .image {
	position: relative
}
.news-intro .image img {
	width: 100%
}
.news-intro .date li {
	border: none;
	padding: 0
}
.news-intro h5 {
	margin: 10px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ebebeb;
}
ul.tabs li a {
	position: relative;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 33px;
	text-decoration: none;
	color: grey;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom: none;
	background: #f3f3f3;
	padding: 10px 30px
}
ul.tabs li.selected a {
	background: #fff;
	color: #333;
	text-transform: uppercase;
	cursor: pointer
}
ul.tab {
	clear: both;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 20px
}
ul.tab li a {
	float: left;
	width: 100%;
	color: #0d2474;
	border-bottom: 1px solid #d9f3f5;
	padding: 10px 5px 0
}
ul.tab li a:hover {
	background: #f0f0f0
}
ul.tab p {
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
	margin: 0
}
ul.tab img {
	border: 1px solid #ededed;
	display: block;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}
/* NEWS INTRO */
.news-intro .image {
	position: relative
}
.news-intro .date li {
	border: none;
	padding: 0
}
.news-intro h5 {
	margin: 10px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ebebeb;
}
.news-intro h5 a {
	color: #4b5162;
	max-height: 42px;
	overflow: hidden;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
.news-intro h5 a:hover {
	color: #1bdbb5
}
/* LISTNEWS */
ul.listnews li {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ebebeb
}
ul.listnews-style2 li {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ebebeb
}
ul.listnews li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none
}
ul.listnews li a, ul.listnews-style2 li a {
	display: block;
}
ul.listnews li a i, ul.listnews-style2 li a i {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	color: #6c7277
}
ul.listnews li a i {
	padding-top: 5px
}
ul.listnews-style2 li a i {
	color: #ee1e1e
}
ul.listnews li img {
	width: 120px;
	float: left;
	margin-right: 10px
}
ul.listnews li .intro small {
	color: #a3a3a3;
	font-size: 12px
}
ul.listnews li .intro span {
	color: #4b5162;
	max-height: 42px;
	overflow: hidden;
	font-size: 12px;
	display: block;
	font-weight: bold
}
ul.listnews li .intro span:hover {
	color: #1bdbb5
}
/* LISTNEWS NO IMAGE */
ul.news-list li a {
	padding: 10px;
	font-size: 13px;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	position: relative
}
ul.news-list li a:before {
	content: '\f04d';
	font-family: FontAwesome, Arial, Helvetica, sans-serif;
	color: #36414b;
	font-size: 6px;
	position: absolute;
	pointer-events: none
}
ul.news-list li a:hover {
	color: #fff;
	background: #464b59
}
ul.news-list li a:hover:before {
	color: #fff
}
ul.news-list li a span {
	padding-left: 15px;
	display: block
}
/* MOUDLE NAVTAB */
.tab-news {
	margin-bottom: 15px;
	border: 1px solid #f1f1f1
}
.tab-news .nav-tabs {
	background: #fff;
	border-bottom: 1px solid #f1f1f1
}
.tab-news ul.nav li a {
	padding: 20px 15px;
	font-size: 12px;
	border-radius: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #464b59;
	border-left: 1px solid #f1f1f1
}
.tab-news ul.nav li a:hover, .tab-news ul.nav li a:focus {
	background: #1bdbb5;
	color: #fff;
	border-left: 1px solid #1bdbb5;
	border-bottom: none
}
.tab-news .nav-tabs>li {
	margin-bottom: 0px
}
.tab-news .nav-tabs>li>a {
	border: none
}
.tab-news .nav-tabs>li.active>a, .tab-news .nav-tabs>li.active>a:hover, .tab-news .nav-tabs>li.active>a:focus {
	background: #fff;
	color: #1bdbb5;
	cursor: pointer;
	border: none
}
.tab-news .tab-main {
	padding: 15px;
	background: #fff
}
.tab-news .tab-main ul.listnews li a i {
	padding-top: 6px;
	font-size: 10px;
	color: #6c7277
}
/* news-heading */
#news-heading {
	position: relative;
	overflow: hidden
}
#news-heading .owl-pagination {
	visibility: hidden
}
#news-heading .owl-wrapper-outer .item .image, #block-news .image, #block-news-style2 .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}
#news-heading .owl-wrapper-outer .item .image img, #block-news .image img, #block-news-style2 .image img {
	width: 100%
}
#news-heading .owl-wrapper-outer .item .date-comment, #block-news .date-comment, #block-news-style2 .date-comment {
	padding: 5px 10px;
	background: #1bdbb5;
	overflow: hidden;
	position: absolute;
	bottom: 0px
}
#news-heading .owl-wrapper-outer .item .date-comment i, #block-news .date-comment i, #block-news-style2 .date-comment i {
	padding-right: 10px;
}
#news-heading .owl-wrapper-outer .item .date-comment span, #block-news .date-comment span, #block-news-style2 .date-comment span {
	color: #fff;
	font-weight: bold;
	font-size: 12px
}
#news-heading .owl-wrapper-outer .item h3, #block-news-style2 .mainnews h3, #block-news .mainnews h3 {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	overflow: hidden;
	line-height: 25px;
	/*height: 50px;*/
	text-transform: inherit
}
#news-heading .owl-wrapper-outer .item h3 a, #block-news-style2 .mainnews h3 a, #block-news .mainnews h3 a {
	color: #4b5162;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	display: block
}
#news-heading .owl-wrapper-outer .item p, #block-news-style2 .mainnews p, #block-news .mainnews p {
	color: #6b6b6b;
	font-size: 12px;
	text-align: justify;
	height: 63px;
	overflow: hidden
}
/* News heading Aside Left or Right */
.box-category .heading .customNavigation {
	display: none
}
.box-category .main #news-heading .owl-theme .owl-controls {
	height: auto
}
.box-category .main #news-heading .owl-pagination {
	visibility: inherit;
	top: 0
}
/* BLOCK NEWS */
#block-news, #block-news-style2 {
	margin-bottom: 20px
}
#block-news .subnews {
	margin-top: 10px
}
#block-news .subnews a {
	position: relative;
	display: block
}
#block-news .subnews span {
	position: absolute;
	background: rgba(0,0,0,0.8);
	z-index: 9;
	bottom: 0px;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	height: 54px;
	overflow: hidden;
	width: 100%
}
#block-news-style2, #block-news {
	padding: 20px;
	background: #fff
}
#block-news-style2 h2, #block-news h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f1f1f1
}
#block-news-style2 h2 span, #block-news h2 span {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #1bdbb5;
	font-size: 22px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px
}
/* Contact */
#contact {
	background: #fff;
	padding: 20px
}
#contact .itemcontact .contact-form h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f1f1f1
}
#contact .itemcontact .contact-form h2 span {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #1bdbb5;
	font-size: 18px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px
}
#contact .itemcontact .contact-form label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	width: 100%;
	font-size: 13px
}
.contact-info ul li {
	padding: 2px 0px;
	color: #424242;
	text-align: justify
}
.contact-map {
	padding: 5px 5px 0px 5px;
	border: 1px solid #e3e3e3
}
/* post */
#post {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px
}
#post .postitem h1 {
	line-height: normal
}
#post .postitem h1 a {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #4b5162;
	font-weight: bold;
	font-size: 28px;
}
#post .postitem h1 a:hover {
	color: #1bdbb5
}
#post .postitem .date-comment {
	color: #898989;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 7px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0px
}
#post .postitem p {
	margin: 10px 0!important;
	text-align: justify;
	font-size: 13px;
	color: #333
}
#post .postitem img {
	display: block;
	border: 1px solid #ededed;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}
/* Account */
.acc-info ul, .acc-cart ul {
	font-size: 13px
}
.acc-cart ul {
	background: #f3f3f3;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding: 10px
}
.acc-info ul li {
	line-height: 27px
}
.acc-info ul li label {
	width: 150px
}
.acc-cart ul li {
	border-bottom: 1px dotted #e2e2e2;
	padding: 10px 0
}
.acc-cart ul li:last-child {
	border-bottom: 0
}
.acc-cart ul li a {
	text-decoration: none;
	color: #333;
	padding-left: 10px
}
.acc-cart ul li a:hover {
	text-decoration: underline
}
.bullet {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: ""
}
/* ASIDE 
-------------------------------------------------- */

#column-left {
	float: left;
	width: 100%
}
#column-right {
	float: right;
	width: 100%
}
/* Vertical Menu */
.panelvmenu {
	color: #fff;
	font-size: 21px;
	clear: both;
	margin-bottom: 0px
}
a.list-group-item-vmenu {
	position: relative;
	display: block;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b5162;
	font-size: 12px;
	border-bottom: 1px dashed #e5e5e5;
	font-weight: 700
}
a.list-group-item-vmenu i {
	padding-right: 10px
}
a.list-group-item-vmenu:hover, a.list-group-item-vmenu.sub:hover, a.list-group-item-vmenu.subsub:hover, a.list-group-item-vmenu.subsubsub:hover {
	color: #fff;
	background: #1bdbb5
}
a.list-group-item-vmenu.sub, a.list-group-item-vmenu.subsub, a.list-group-item-vmenu.subsubsub {
	background: #fff;
	padding-left: 30px
}
a.list-group-item-vmenu.subsub {
	padding-left: 50px;
}
a.list-group-item-vmenu.subsubsub {
	padding-left: 70px;
}
a.arrow-sub-vmenu {
	position: relative;
	z-index: 999;
	float: right;
}
a.arrow-sub-vmenu i {
	position: absolute;
	font-size: 14px;
	top: -32px;
	color: #161616;
	right: 8px;
}
/* About us */
.aboutus img {
	margin-bottom: 15px
}
.aboutus p {
	color: #4b5162;
	text-align: justify;
	font-size: 13px;
	margin: 0px 0px 15px 0px
}
.aboutus ul.socialus li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px
}
.aboutus ul.socialus li a {
	background: #a3a3a3;
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.aboutus ul.socialus li a:hover {
	background: #1bdbb5
}
.aboutus ul.socialus li a span {
	padding: 0px 10px
}
/* Module */
.box-category {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	overflow: hidden
}
.box-category .heading {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}
.box-category .heading span {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #1bdbb5;
	font-size: 18px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px
}
/* Who is online*/
.box-category .main ul.online li {
	padding: 8px 0px;
	overflow: hidden
}
.box-category .main ul.online li:first-child {
	padding-top: 0px
}
.box-category .main ul.online li:last-child {
	padding-bottom: 0px
}
/* Custom Moudle */
.box-category .main .support, .box-category .main .link, .box-category .main .search-adv, .box-category .main .link2, .box-category .main .online, .box-category .main .feedback {
	font-size: 13px;
	overflow: hidden
}
.box-category .main .support p, .box-category .main .support span {
	font-size: 13px
}
.box-category .main .support span {
	padding-left: 10px
}
.box-category .main .support ul li a {
	width: auto !important
}
.box-category .main .support img {
	margin: 0px 5px 10px 0px !important;
	vertical-align: -18px !important;
	width: 100% !important
}
.box-category .main .link li {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	padding: 10px
}
.box-category .main .link li:first-child {
	padding-top: 0px
}
.box-category .main .link li:last-child {
	border-bottom: none;
	padding-bottom: 0px
}
.box-category .main .link li a {
	font-weight: 700;
	color: #4b5162;
	text-decoration: none;
	font-size: 12px
}
.box-category .main .link2 p {
	font-size: 13px;
	margin: 0;
	padding: 10px 0
}
.box-category .main .online .red1 {
	color: red
}
.box-category .main .feedback {
	font-family: 'font', Arial, Helvetica, sans-serif
}
.box-category .main .feedback p {
	color: #d14d42
}
.box-category .main .feedback ul li {
	padding: 5px 0;
	color: #969696
}
.box-category .main .feedback a {
	float: right;
	color: #333;
	margin-top: 20px
}
.page_cart .cart_update {
	width: 100%;
	display: block;
	float: none
}
/* Moudle Search Left or Right */
.header-right.adside-search {
	float: none;
	max-width: inherit;
	margin-bottom: 15px;
	overflow: hidden
}
.header-right.adside-search input[type=text] {
	border: 1px solid #464b59
}
/* PAGINATION */
ul.pagination {
	width: 100%;
	text-align: center
}
ul.pagination li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	color: white;
	margin-right: 10px
}
ul.pagination li a {
	border-radius: 0px;
	background: #fff;
	color: #a3a3a3;
	border: none;
	padding: 12px 20px
}
ul.pagination>li:first-child>a, ul.pagination>li:last-child>a {
	border-radius: 0px
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background: #1bdbb5;
	color: #fff
}
/* GALLERY */
#gallery-pic {
	padding: 20px;
	background: #fff
}
footer #gallery-pic, .box-category #gallery-pic {
	padding: 0px;
	background: none
}
#gallery-pic h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f1f1f1
}
#gallery-pic h2 span {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #1bdbb5;
	font-size: 22px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px
}
#gallery-pic .product p {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0px;
	text-align: center;
	border-radius: 0px;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #20303f;
	height: inherit;
	display: none
}
.before_last_section #gallery-pic .product p, .last_section #gallery-pic .product p {
	color: #fff;
	display: none
}
#gallery-pic .product .image .img-overflow {
	margin-bottom: 0px
}
footer #gallery-pic .row {
	border-bottom: none;
	padding: 0px
}
#mediaplayer_video {
	position: relative;
	min-height: 100%
}
.fancybox-inner {
	width: auto !important;
	height: auto !important;
}
.module_is_not_relevant {
	margin-top: 0px
}
footer .module_is_not_relevant {
	color: #fff
}
/* Gird Product */
.mg {
	margin-bottom: 5px
}
.product a {
	text-decoration: none
}
.product {
	position: relative;
	padding-bottom: 15px
}
.product:hover {
	visibility: visible
}
.product .image {
	text-align: center;
	display: block;
	position: relative
}
.product .image .img-overflow {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%
}
.product .image .img-overflow img {
	width: 100%
}
.product .ImageWrapper {
	display: block;
	overflow: hidden;
	position: relative;
}
.product .image .img-overflow .ImageOverlay {
	background: none repeat scroll 0 0 rgba(22,160,133,0.5);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	width: 100%;
	z-index: 99
}
.product .image .img-overflow:hover .ImageOverlay {
	opacity: 1
}
.product .image:hover .CStyle {
	opacity: 1;
	top: 40%;
	visibility: visible
}
.product .image .CStyle {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	margin: 0;
	z-index: 99
}
.product .product-label-special-right {
	background: #20c064;
	font-size: 20px;
	font-weight: 400;
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	display: block;
	padding: 4px 10px;
	position: absolute;
	z-index: 9;
	top: 5px;
	right: 5px;
	border-radius: 0px;
	border: 4px solid #12a652
}
.product .product-label-special-right small {
	color: #fff
}
.product p {
	color: #696969;
	text-align: justify;
	height: 63px;
	overflow: hidden
}
/* NEWS LETTER */
.main > #email-newsletter {
	margin-bottom: 0px
}
#email-newsletter {
	padding: 0px;
	margin-bottom: 15px
}
#email-newsletter.footer p.email-newsletter-des {
	color: #fff;
	text-align: justify;
}
#email-newsletter.footer form.submit_register_email.email-newsletter-form {
	width: 100%
}
#email-newsletter p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #727272
}
#email-newsletter form.submit_register_email {
	width: 100%;
	position: relative
}
#email-newsletter form.submit_register_email input[type=text] {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 9px;
	border: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}
#email-newsletter form.submit_register_email input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-radius: 0px;
}
footer .footer-newsletters #email-newsletter h3, footer .footer-newsletters #email-newsletter p {
	text-align: center;
	color: #fff
}
footer .footer-newsletters #email-newsletter form.submit_register_email {
	width: 80%;
	margin: 10px auto 0px auto;
	display: block;
}
/* FOOTER
-------------------------------------------------- */
footer {
	clear: both
}
/* Footer Center */
.address {
	font-size: 13px;
	border-top: 1px solid #fff;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 15px
}
.address li {
	line-height: 25px
}
.address li a {
	color: #fff;
	text-decoration: none
}
.address li a:hover {
	text-decoration: underline
}
.box {
	color: #fff;
	text-align: justify
}
.box h3, footer .footer-html h3, footer .footer-tag h3, footer .footer-post_views h3, footer .footer-post_customized h3, footer .footer-post_latest h3, footer .footer-gallery_category h3, footer .footer-gallery h3, footer .footer-video_category h3, footer .footer-video h3 {
	color: #1bdbb5;
	font-family: 'helve', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold
}
.box p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #fff;
	line-height: 25px
}
/* TAGS FOOTER */
.main ul.tags-footer {
	padding: 0px;
	overflow: hidden
}
.footer-tag ul.tags-footer {
	padding: 0px
}
ul.tags-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold
}
ul.tags-footer li a {
	border: 1px solid #4b5162;
	float: left;
	color: #4b5162;
	display: block;
	padding: 5px 8px;
	margin: 0px 10px 10px 0px
}
ul.tags-footer li a:hover {
	background: #4b5162;
	border: 1px solid #4b5162;
	color: #fff
}
footer ul.tags-footer li a {
	  border: 1px solid #747985;
  color: #fff;
  font-weight: normal
}
footer ul.tags-footer li a:hover {
  background: #404655;
  border: 1px solid #fff;
  color: #fff;
}
/* TAG */
.tag{
	margin-top: 10px;
	clear: both;
	overflow: hidden
}
.tag .tag-title{
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 10px;
	display: inline;splay: block
}
.tag ul{
	margin-bottom: 10px;
	display: table
}
.tag ul li{
	float: left;
	margin-right: 10px;
	list-style: none
}
.tag ul li a{
    float: left;
    width: 100%;
    color: #3a3a3a;
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
}
.tag ul li a:hover{
	background: #f0f0f0
}
/* Detail Tag */
.tag-wrap {
	background: #fff;
	padding: 20px
}
#tag .tag-detail {
	margin-bottom: 20px;
	overflow: hidden
}
#tag .tag-detail .img-blog img {
	margin-bottom: 10px;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease
}
#tag .tag-detail h2 {
	font-family: 'neo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #262626
}
#tag .tag-detail h2:hover {
	color: #dc3f55
}
#tag .tag-detail .date {
	color: #898989;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 7px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0px
}
#tag .tag-detail p {
	font-family: 'neo', Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #807f7f;
	margin: 0
}
/* SEARCH ADV */
#box_search {
	background: #fff;
	padding: 20px
}
#box_search h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}
#box_search h3 span {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	color: #1bdbb5;
	font-size: 18px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
#box_search .box_search_detail {
	margin-bottom: 20px;
	overflow: hidden;
}
#box_search .box_search_detail:last-child {
	margin-bottom: 0px
}
#box_search .box_search_detail .img-blog img {
	margin-bottom: 10px
}
#box_search .box_search_detail h2 {
	font-family: 'helve', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	border-bottom: none;
	margin: 0px;
	font-weight: bold
}
#box_search .box_search_detail h2 a {
	color: #4b5162
}
#box_search .box_search_detail h2 a:hover {
	color: #1bdbb5
}
#box_search .box_search_detail p {
	text-align: justify;
	font-size: 13px;
	color: #4b5162;
	border-left: none;
	border-right: none;
	padding: 10px 0
}
.all {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #4b5162;
	font-size: 10px;
	font-weight: bold;
	float: right
}
.all:hover {
	text-decoration: underline
}
/* Copyright */
footer .copyright {
	color: #FFF;
	font-size: 12px;
	padding: 23px 0;
	clear: both;
	overflow: hidden
}
footer .copyright a {
	color: #1bdbb5;
}
footer .copyright a:hover{
	text-decoration:underline
}
#signup [type=text], [type=password], textarea {
 padding:9px 5px
}
/* 404 */
.page_error_01 {
	background: url(../../../public/error_page/01.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_01 a {
	display: table;
	background: #df5020;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 55%;
	margin-left: -70px;
}
.page_error_02 {
	background: url(../../../public/error_page/02.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_02 a {
	display: table;
	background: #df5020;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 59%;
	top: 60%;
	margin-left: -70px;
	text-transform: uppercase;
	font-weight: bold
}
.page_error_03 {
	background: url(../../../public/error_page/03.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_03 a {
	display: table;
	background: #df5020;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 48%;
	top: 65%;
	margin-left: -70px;
	text-transform: uppercase
}
.page_error_04 {
	background: url(../../../public/error_page/04.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_04 a {
	display: table;
	background: #df5020;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 65%;
	top: 70%;
	margin-left: -70px;
	text-transform: uppercase;
	font-weight: bold
}
.page_error_05 {
	background: url(../../../public/error_page/05.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_05 a {
	display: table;
	background: #df5020;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 80%;
	margin-left: -115px;
	text-transform: uppercase;
	font-weight: bold
}
/*print*/
@media print {
a[href]:after {
	content: "";
}
}
/*print*/