@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'alter';
	src: url('../fonts/UTMAlterGothic.ttf');
	src: url('../fonts/UTMAlterGothic.ttf?#iefix') format('embedded-opentype'), url('../fonts/UTMAlterGothic.ttf') format('woff'), url('../fonts/UTMAlterGothic.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: alter;
	src: url(../fonts/UTMAlterGothic.ttf) format(svg)
}
}
html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	background: #fff no-repeat;
	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: 15px
}
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:#16a085;
 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: #16a086;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 9px 15px;
	display: block;
	border: 0;
	cursor: pointer
}
[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: #285daf;
	padding: 15px
}
#login .popup-header h4 {
	font-family: 'alter', 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;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 15px;
	outline: none;
	background: #16a085
}
#login .popup-body .block .regislink {
	font-size: 15px;
	margin-left: 10px
}
#login .popup-body .block .regislink:hover {
	color: #16a085
}
.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: 14px;
  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 {
	background: #f9f9f9;
	border-top: 1px solid #16a085;
	border-bottom: 1px solid #e9e9e9
}
#topheader #topbar {
	color: #fff;
	font-size: 13px
	transition: all 1s ease 0s;
	padding: 2px 0px
}
#topheader #topbar ul li a {
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold
}
#topheader #topbar ul li:before {
	color: #aaaaaa
}
#topheader #topbar ul li:hover a {
	color: #16a085;
}
#topheader #topbar li {
	line-height: 38px
}
#topheader #topbar .btn {
	background: transparent;
	width: 100%;
	line-height: 38px;
	font-size: 14px;
	text-align: left;
	padding: 0;
	border: none;
	box-shadow: none;
	outline:none
}
#topheader #topbar .btn a span, #topheader #topbar .btn a i {
	color: #333;
	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: #f9f9f9;
	border: none;
	padding: 0px;
	top: 118%;
	width: 100%;
	box-shadow: none
}
.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 #e9e9e9;
	-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
}
.welcome {
	margin-right: 50px;
}
/* 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: #16a085;
	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: #16a085;
}
#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: #16a085;
	border: none;
	display: block;
	color: #fff !important
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #fff !important;
	background-color: #0dc8a3;
}
#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: 10px;
	padding: 0 10px;
}
#topbar .show-mobile .language .dropdown-menu {
	left: -45px;
}
#topbar .show-mobile .quick-access .inner-toggle {
}
#topbar .show-mobile .search .inner-toggle {
	right: -44px;
}
/* HEADER
-------------------------------------------------- */
.top-logo.top-banner {
	padding: 2px 20px 20px 20px;
	border: none
}
h1.logo {
	padding: 0px 0px
}
/* topbar search */
.header-right {
	max-width: 30%;
	overflow: hidden;
	float: right
}
.header-right .search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding-top: 2px
}
.header-right [type=text].search_query {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 2px 4px;
	float: right;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: italic;
	border: none
}
.header-right [type=submit].button {
	position: absolute;
	right: 0px;
	background: none;
	color: #16a085
}
.header-right [type=submit].button i {
	font-size: 15px
}
/* Social Networks*/
ul.social {
	text-align: center;
  margin: 0px 0px 10px 0px;
  background-color: #fff;
  overflow: hidden
}
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: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  width: 30px;
  height: 30px;
  background: #285daf;
  padding: 5px
}
/* MAIN MENU
-------------------------------------------------- */

#nav {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0;
	border-bottom: none;
	list-style-type: none;
	clear: both;
	background: #285daf
}
.navbar-nav {
	float: none
}
ul.nav li a, ul.nav li.open li a {
	color: #fff;
	font-size: 17px;
	padding: 8px 15px 8px 15px;
	font-family: 'alter', Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
	display: block;
	border-top: 3px solid #285daf
}
ul.nav li a i, ul.nav li.open li a i {
	display: none
}
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: #0000CC;
	background: #fbfbfb;
	border-top: 3px solid #16a085
}
ul.nav li.open a.dropdown-toggle {
	color: #0000CC;
	background: #fbfbfb;
	border-top: 3px solid #16a085
}
ul.nav li ul.dropdown-menu {
	min-width: 200px;
	border: none;
	left: 0px;
	background: #fff;
	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: 16px;
	position: relative;
	text-transform: uppercase;
	padding: 10px 10px 10px 22px;
	clear: both;
	line-height: 15px;
	border-top:none !important;
	border-bottom: none !important;
	overflow: hidden;
	color: #003498;
	background: #fff;
	font-family: 'alter', 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: "\f105";
	font-size: 16px
}
ul.nav li ul.dropdown-menu li a:hover {
	color: #FF0404 !important;
	background: #FCFF00;
	border: none
}
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 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	height: 100%;
	background: #16a086;
	-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;
	z-index: 9
}
#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: #16a086;
	font-size: 25px;
	padding: 10px
}
#st-trigger-effects button span{
  display: block;
  padding: 27px 10px;
  color: #16a086;
  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: #16a086;
	border: none;
	border-radius: 0px;
	box-shadow: none
}
a.list-group-item-stmenu {
	position: relative;
	display: block;
	padding: 10px 15px 8px 15px;
	font-family: 'alter', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px
}
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: -32px;
	color: #fff;
	right: 15px
}
/* MAIN
-------------------------------------------------- */

/* Main Slider */
.top-slideshow {
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none
}
.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
}
.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 {
	border-radius: 0px
}
.main-wrap {
	background: #fff;
	clear: both;
	overflow: hidden
}
/* OWL Slider */
#owlslider {
	margin-bottom: 25px
}
#news-heading .itemcus h2, #block-news h2, #block-news-style2 h2, .intro h2, .news h2, #gallery-pic h2, #box_search h3, #post .postitem h2.fb-comment-title {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background: url(/images/bg-heading.jpg) repeat
}
#news-heading .itemcus h2 span, #block-news h2 span, #block-news-style2 h2 span, #gallery-pic h2 span, #box_search h3 span, #post .postitem h2.fb-comment-title span {
	font-family: 'alter', Arial, Helvetica, sans-serif;
	display: table;
	padding: 0px 8px;
	color: #fff;
	font-size: 20px;
	position: relative;
	background: #285DAF
}
#news-heading .itemcus h2 span i {
	padding: 10px;
	vertical-align: middle;
	font-size: 14px
}
/* Banner */
.banner .block {
	margin-bottom: 10px;
	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;
}
.main-wrap .article-box h2 {
	margin-bottom: 15px
}
.main-wrap .article-box h2 a {
	font-family: 'alter', Arial, Helvetica, sans-serif;
	color: #16987f;
	font-size: 28px
}


.main-wrap .article-box .image {
	position: relative;
	overflow: hidden;
}
.main-wrap .article-box .image img{
	width:100%
}
.main-wrap .article-box .image .date, .news-intro .date {
	padding:5px 10px;
	background: #16a085;
	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: 14px;
	font-weight: bold;
	border-right: 1px solid #11c8a4;
	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: 15px;
	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: 14px
}
.main-wrap .article-box .actions a.share {
	display: table;
	padding: 7px 10px;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	font-size: 14px
}
.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;
}
/* breadcrumbs */
.breadcrumbs {
	background: #efefef;
	color: #19232e;
	font-size: 14px;
	padding:10px;
	clear: both;
	margin-bottom:15px
}
.breadcrumbs a {
	color: #19232e;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs a:hover {
	color: #199f86
}
/* utilities */
.utilities {
	  background: #fbfbfb;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 0px 0px 15px 0px;
  padding: 5px 10px
}

.view {
	color: #285daf;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
  padding: 5px 5px 3px;
  font-size: 14px;
  font-weight: bold;
}
.view a i {
	font-size: 14px;
	color: #285daf;
	margin-left: 2px
}
.view .active {
	color: #16a086
}
/* Arlert */
.arlert {
	background: #f2dede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	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: 14px;
	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: 14px
}
.block .main-inner ul li img.active {
	border: 1px solid #fb544e
}
.block .main-inner .info {
	border-bottom: 0px solid #eaeaea;
	padding-bottom: 10px;
	margin: 10px 0 10px 20px
}
.block .main-inner .info p {
	font-size: 15px;
	margin: 0;
	padding: 0
}
.block .main-inner label {
	font-size: 15px;
	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: 15px;
	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: 15px;
	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 */
#news-heading {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden
}
#news-heading .owl-pagination {
	visibility: hidden
}
#news-heading .owl-wrapper-outer .item small.label, #block-news small.label, #block-news-style2 small.label {
	position: absolute;
	background: #39b54a;
	right: 15px;
	top: 0px;
	padding: 8px;
	border-radius: 0px
}
#news-heading .owl-wrapper-outer .item .image img, #block-news .image img, #block-news-style2 .image img, .post-gird .img-blog img,
.post-list .img-blog img {
	width: 100%
}
#news-heading .owl-wrapper-outer .item .date-comment, #block-news .date-comment, #block-news-style2 .date-comment, .post-gird .date-comment, .post-list .date-comment{
	background: #eaeaea;
	overflow: hidden
}
#news-heading .owl-wrapper-outer .item .date-comment span, #block-news .date-comment span, #block-news-style2 .date-comment span, .post-gird .date-comment span, .post-list .date-comment span  {
	color: #9f9f9f;
	padding: 5px;
	font-size: 11px
}
#news-heading .owl-wrapper-outer .item .date-comment i, #block-news .date-comment i, #block-news-style2 .date-comment i, .post-gird .date-comment i, .post-list h2 .date-comment i{
	padding-right: 5px
}
#news-heading .owl-wrapper-outer .item h3, #block-news h3, #block-news-style2 h3, .post-gird h2, .post-list h2 {
	font-family: 'alter', Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	overflow: hidden;
	line-height:25px;
	/*height:50px*/
}
#news-heading .owl-wrapper-outer .item h3 a, #block-news h3 a, #block-news-style2 h3 a, .post-gird h2 a, .post-list h2 a {
	color: #16987f;
	line-height: normal;
	font-size: 21px;
	height: 48px;
	overflow: hidden
}
#block-news h3 a:hover {
	color: #285daf;
}
#block-news img:hover {
	opacity: 0.8;
}
#news-heading .owl-wrapper-outer .item p, #block-news p, #block-news-style2 p, .post-gird p, .post-list p {
	color: #6b6b6b;
	font-size: 14px;
	text-align: justify;
	height: 63px;
	overflow: hidden
}
/* News heading Aside Left or Right */
.box-category .main #news-heading {
	padding: 15px 0px
}
.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: 14px;
	color: #fff;
	height: 54px;
  	overflow: hidden;
	width:100%
}
/* LISTNEWS */
ul.listnews li {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb
}
ul.listnews li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none
}
ul.listnews li a {
	display: block
}
ul.listnews li img {
	padding: 2px;
	border: 1px solid #e4e4e4;
	width: 80px;
	float: left;
	margin-right: 10px
}
ul.listnews li .intro small {
	color: #737373;
	font-size: 11px
}
ul.listnews li .intro span {
	color: #333;
	max-height: 42px;
	overflow: hidden;
	font-size: 15px;
	display: block
}
ul.listnews li .intro span:hover {
	color: #16a085
}

/* LISTNEWS NO IMAGE */
ul.news-list li a{
	padding:10px;
	font-size:14px;
	border-bottom:1px solid #e9e9e9;
	display:block;
	position:relative
}
ul.news-list li a:before{
	content:'\f04d';
	font-family: Times New Roman, Times, serif;
    color:#36414b;
    font-size:6px;
    position:absolute;
    pointer-events:none
}
ul.news-list li a:hover{
	color:#fff;
	background:#BAD8E3
}
ul.news-list li a:hover:before{
	color:#ffffff
}
ul.news-list li a span{
	padding-left:15px;
	display:block
}

/* MOUDLE NAVTAB */
.tab-news {
	margin-bottom: 15px
}
.tab-news .nav-tabs {
	background: #285daf;
	border: none
}
.tab-news ul.nav li a {
	padding: 8px 10px 7px 10px;
	font-size: 16px;
	border-radius: 0px;
	margin: 0px
}
.tab-news ul.nav li a:hover, .tab-news ul.nav li a:focus {
	background: #16a085;
	color: #fff;
	border: 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: #16a085;
	color: #fff;
	cursor: pointer
}
.tab-news .tab-main {
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 15px
}


/* contact */
#contact .itemcontact .contact-form h2{
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  background: url(/images/bg-heading.jpg) repeat
}
#contact .itemcontact .contact-form h2 span{
font-family: 'alter', Arial, Helvetica, sans-serif;
  display: table;
  padding: 0px 10px;
  color: #fff;
  font-size: 16px;
  position: relative;
  background: #285daf
}
#contact .itemcontact .contact-form label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	width: 100%;
	font-size: 15px
}
.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-gird, .post-list{
	margin-bottom:15px
}
.post-gird .date-comment,
.post-list .date-comment{
	padding:5px
}
.post-list h2{
	margin:0px 0px 10px 0px;
	height:inherit
}
.post-list p{
	height:inherit;
	margin-top:10px
}

#post .postitem h1 {
	font-family: alter, Arial, Helvetica, sans-serif;
	font-size: 25px
}
#post .postitem h1 a{
	color: #16987f
}
#post .postitem .date-comment {
	color: #898989;
	font-size: 14px;
	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: 15px;
	color: #333
}
#post .postitem img {
	display: block;
	border: 1px solid #ededed;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}
/* Account */
#acc > .itemacc > .acc-info > h2, #acc > .itemacc > .acc-cart > h2 {
	font-weight: 700;
	font-size: 14px;
	padding: 12px;
	background: #464b59 !important;
	color: #fff !important
}
.acc-info ul, .acc-cart ul {
	font-size: 15px;
	margin-bottom: 15px
}
.acc-cart ul {
	background: #f3f3f3;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding: 10px
}
.acc-info {
	clear: both
}
.acc-info ul li {
	line-height: 35px;
	border-bottom: 1px dashed #e9e9e9;
	padding: 5px 0px
}
.acc-info ul li label {
	width: 20%
}
.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;
	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 {
	background: #f4f4f4;
	color: #fff;
	clear: both;
}
a.list-group-item-vmenu {
	position: relative;
	display: block;
	padding: 12px 15px 12px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #503b4b;
	font-size: 14px;
	border-bottom:1px dashed #e3e3e3;
	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: #16a086
}
a.list-group-item-vmenu.sub, a.list-group-item-vmenu.subsub, a.list-group-item-vmenu.subsubsub {
	background: #fff;
	padding-left: 30px;
	border: none
}
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: -46px;
	color: #161616;
	right: 0px;
	padding: 15px
}
/* Module */
.box-category {
	margin-bottom: 15px;
}
.box-category .heading:before {
	background: url(/images/heading-left.png) no-repeat;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 38px;
	height: 38px
}
.box-category .heading:after {
	background: url(/images/heading-right.png) no-repeat;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 38px;
	height: 38px
}
.box-category .heading {
	position: relative;
	font-family: 'alter', Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 400;
	padding: 6px;
	font-size: 16px;
	background: #285DAF;
	text-transform: uppercase
}
.box-category .main {
	background: #f4f4f4
}

/* 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:25px;
	overflow: hidden;
	padding: 15px
}
.box-category .main .support p, .box-category .main .support span {
	font-size: 15px
}
.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: 15px;
	padding: 10px 0 10px 0px
}
.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: #333;
	text-decoration: none
}
.box-category .main .link2 p {
	font-size: 15px;
	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: #D43F4A;
}
.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
}
.header-right.adside-search input[type=text]{
	border:1px solid #ebebeb
}
/* PAGINATION */
ul.pagination {
	background: #285daf;
	color: #16a086;
	font-size: 14px;
	clear: both;
	margin: 10px 0px 20px 0px;
	padding: 10px 5px 5px 5px;
	width: 100%;
	border-radius: 0px;
	text-align: center;
	font-family:'alter',Arial, Helvetica, sans-serif
}
ul.pagination li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 10px;
}
.pagination>li>a, .pagination>li>span,
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px;
	border: none;
	color: #fff;
	height:35px;
	width:35px;
	line-height:25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	background: transparent
}
.pagination>li.active>a, .pagination>li.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #16a086;
	cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #fff;
	background-color: #16a086
}
/* GALLERY */
#gallery-pic{
	padding:15px 0px 0px
}
#gallery-pic .product p {
	font-family: 'alter', Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 10px 0px;
	text-align: left;
	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;
}
.main > .module_is_not_relevant {
	padding:15px
}
.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;
	padding: 15px
}
#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: 15px;
	margin-bottom: 10px
}
#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: 15px;
	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
}
.footer-html{background:#285DAF!important; padding:20px 0px !important;}
.footer-html2{background:#1E22AE !important; padding:15px 0px !important;}
.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: #fff;
	font-family: 'alter', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase
}
.box p {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #fff;
	line-height: 25px
}
.box-category {
	margin: 0px 0px 15px 0px
}
/* TAGS FOOTER */
.main ul.tags-footer {
	padding: 0px;
	overflow: hidden;
	padding: 15px 15px 5px 15px
}
.footer-tag ul.tags-footer {
	padding: 0px
}
ul.tags-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold
}
ul.tags-footer li a {
	background: #16a085;
	float: left;
	color: #fff;
	display: block;
	padding: 10px;
	margin: 0px 10px 10px 0px
}
ul.tags-footer li a:hover {
	background: #285daf;
	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 .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: 'alter', 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: 14px;
	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 h3 span{
	float:left
}
#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: 'alter',Arial, Helvetica, sans-serif;
	font-size: 23px;
	text-decoration: none;
	border-bottom: none;
	margin: 0px
}
#box_search .box_search_detail h2 a {
	color: #16987f
}
#box_search .box_search_detail p {
	text-align: justify;
	font-size: 15px;
	color: #333;
	border-left: none;
	border-right: none;
	padding: 10px 0
}

.all {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #16a086;
	font-size: 15px;
	font-weight:bold;
	float: right;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 10px
}
.all:hover {
	color: #fff;
	background:#16a086;
	text-decoration: none
}
/* Copyright */
footer .power {
	background: #4a3545;
	color: #FFF;
	font-size: 15px
}
footer .power .copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff
}
footer .power .copyright a {
	color: #fff;
}
footer .power .copyright select {
	width: 100%
}
ul.nav-footer {
	width: 100%;
	text-align: center;
	padding: 10px 0px
}
ul.nav-footer li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
}
ul.nav-footer li span {
	padding: 0px 10px
}
ul.nav-footer li a:hover {
	color: #e95e50
}
footer .power .copyright p {
	text-align: left
}
footer .power .copyright p a {
	color: #fff;
	font-weight: bold
}
#signup [type=text], [type=password], textarea {
	padding:9px 5px
}
/* 404 */
.page_error_01{
  background: url(/images/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(/images/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(/images/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(/images/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(/images/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*/