@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'sans';
	src: url('../fonts/sans.eot');
	src: url('../fonts/sans.eot?#iefix') format('embedded-opentype'), url('../fonts/sans.woff') format('woff'), url('../fonts/sans.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: sans;
	src: url(../fonts/sans.svg) format(svg)
}
}


html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	background:#fff
}
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
}

[type=text], [type=password], textarea, select {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:10px;
	outline:none;
	border:1px solid #ebebeb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0px;
	width: 100%
}
[type=submit] {
	color:#fff;
	background:#3792ea;
	font-weight:700;
	display:inline-block;
	outline:none;
	border:0;
	cursor:pointer;
	padding:10px;
	outline: none
}
[type=submit].button {
	width: 40px;
	height: 40px;
	float: left
}
[type=submit].submit {
	color: #fff;
	background: #3792ea;
	font-weight: 400;
	margin: 10px auto 0;
	padding: 9px 10px;
	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;
}
/* TOP HEADER
-------------------------------------------------- */
#topheader {
	background: #f6f6f6;
}
#topheader #topbar {
	color: #fff;
	font-size: 11px;
	transition: all 1s ease 0s
}
#topheader #topbar ul li a {
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	padding: 5px
}
#topheader #topbar ul li:before {
	color: #aaaaaa
}
#topheader #topbar ul li:hover a {
	color: #fff;
}
#topheader #topbar li {
	line-height: 38px
}
#topheader #topbar .header-right {
	padding: 0px
}
#topheader #topbar .btn {
	background: transparent;
	width: 100%;
	line-height: 38px;
	font-size: 12px;
	text-align: left;
	padding: 0;
	border: none;
	box-shadow: none
}
#topheader #topbar .btn a span, #topheader #topbar .btn a i {
	color: #777
}
#topheader #topbar .btn:hover a {
	color: #fb544e;
}

/* language (Dropdown menu) */
.language {
	width: 50%;
}
.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: #3792ea;
	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;
	-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;
}
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: #3792ea;
	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: #FFFFFF;
	background-color: #3792ea;
}
#topbar .show-mobile .inner-toggle {
	display: block;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	min-width: 200px;
	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: #3792ea;
	border: none;
	display: block
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #fff !important;
	background-color: #116fca;
}
#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;
}
#topbar .show-mobile .language .dropdown-menu {
	left: -45px;
}
#topbar .show-mobile .quick-user .inner-toggle {
	right: -136px;
}
#topbar .show-mobile .quick-access .inner-toggle {
}
#topbar .show-mobile .search .inner-toggle {
	right: -44px;
}
/* HEADER
-------------------------------------------------- */
h1.logo{
	position: absolute;
	z-index: 1
}
h2.logo{
	text-align: center;
	margin:5px auto;
	display: block
}

/* Social Networks*/
ul.social {
	text-align: center;
	overflow: hidden;
	float: right;
}
ul.social li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	float: left
}
ul.social li a {
	display: block;
	color: #36414b;
	padding: 10px 20px;
	text-align: center;
	font-size: 20px
}
ul.social li a:hover {
	background: #3792ea;
	color: #fff
}
ul.social li a i {
	font-size: 15px
}

/* MAIN MENU
-------------------------------------------------- */

#nav {
	width: 100%;
	padding: 15px 0px;
	border-bottom: none;
	list-style-type: none;
	clear: both;
	z-index:999;
	position:relative
}
.navbar-nav {
	float: none
}
ul.nav li a, ul.nav li.open li a {
	color: #595758;
	font-size: 13px;
	padding: 8px 10px 5px 10px;
	font-family: 'sans',Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform:uppercase;
	display:block;
	border-bottom:2px solid transparent
}
ul.nav li a:hover, ul.nav li.open 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: #3792ea;
	background:none
}
ul.nav li.open a.dropdown-toggle {
	color: #595758;
	background:none;
	border-bottom:none
}

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: 13px;
	position: relative;
	padding: 10px 10px 10px 22px;
	clear: both;
	line-height: 25px;
	text-transform:uppercase;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	color: #595758;
	background: #fff;
	font-family: 'sans',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: 10px;
	left: 9px;
	content: "\f105";
	font-size: 13px;
	color:#3792ea
}
ul.nav li ul.dropdown-menu li a:hover {
	background: #fff;
	color: #3792ea !important;
}
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 {
	overflow-y: scroll
}
.st-content, .st-content-inner {
	position: relative;
	overflow-x: hidden
}
.st-container {
	position: relative;
	overflow: hidden;
}
.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: #fff;
	-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 {
	display: none;
}
#st-trigger-effects {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 2
}
#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: #3792ea;
	font-size: 25px;
	padding: 10px
}
#st-trigger-effects button i:before {
	color: #2a2c3d;
	font-size: 25px;
	padding: 16px 10px;
	font-size: 13px;
	font-weight: bold;
	content: "MENU";
	font-family: Arial, Helvetica, sans-serif
}
.st-effect-3.st-menu-open #st-trigger-effects {
	display: none
}
#st-trigger-effects button i {
	padding: 5px
}
/* 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: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none
}
a.list-group-item-stmenu {
	position: relative;
	display: block;
	padding: 6px 15px;
	font-family: 'sans',Arial, Helvetica, sans-serif;
	color: #595758;
	text-transform: uppercase;
	font-size: 14px
}
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: 21px;
    top: -30px;
	color: #595758;
	right: 15px
}
/* MAIN
-------------------------------------------------- */

/* Main Slider */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.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;
	position:relative
}
.carousel {
	display: block
}
.carousel-control {
	width: auto;
	opacity: 1
}
.carousel-control.left i, 
.carousel-control.right i {
	font-size:25px
}
.carousel-control.left, .carousel-control.right {
	top: 42%
}
.carousel-control.left {
	left: 10%
}
.carousel-control.right {
	right: 10%
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin: 0 auto;
	text-align: center
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1;
	text-align: center;
	margin: 0 auto
}
.carousel-indicators li {
	border: none;
	background: #fff;
	width:15px;
	height:15px
}
.carousel-indicators li.active {
	background: #cd954b;
	width:15px;
	height:15px
}
.main-wrap {
	background: #fff;
	clear: both;
	overflow: hidden
}

/* OWL Slider */
#owlslider {
	margin-bottom: 25px
}
#products-featured .itemfeatured h2, 
#product-listitem h1, #product-listitem h2, 
#customer .itemcus h2, .contact-info h2, .contact-form h2, 
#post .postitem h2, #post .postitem .comment h2, 
.intro h2, .news h2, .support-online h2, #email-newsletter h2, #gallery-pic h2,
#post .postitem h2.fb-comment-title, .website-intro h2  {
	margin: 0px 0px 15px 0px;
	position: relative;
	overflow: hidden;
	border-bottom:3px solid #3792ea;
	line-height: normal
}
#products-featured .itemfeatured h2 span, 
#product-listitem h1 span, #product-listitem h2 span, 
.contact-info h2 span, .contact-form h2 span,
#customer .itemcus h2 span, .intro h2 span, .news h2 span, .support-online h2 span,
#email-newsletter h2 span, #gallery-pic h2 span, #post .postitem h2.fb-comment-title span,
.website-intro h2 span{
	font-family: 'sans', Arial, Helvetica, sans-serif;
	display: table;
	padding:0px 0px 5px 0px;
	color: #3792ea;
	font-size: 22px;
	position: relative
}
#products-featured, #products-featured .itemfeatured h2, #product-listitem {
	position: relative;
	clear: both
}
/* Banner */
.banner {
	margin-bottom: 25px
}
.banner img {
	width: 100%
}
.banner_left {
	margin-bottom: 10px
}
.banner-small {
	text-align: center;
	margin-bottom: 20px
}
.banner-big {
	margin-bottom: 20px
}

/* breadcrumbs */
.breadcrumbs {
	background: #f7f7f7;
	color: #282828;
	font-size: 12px;
	clear: both;
	padding: 8px 5px;
	margin-bottom: 20px
}
.breadcrumbs a {
	color: #1b242b;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
}
.breadcrumbs a:hover {
	color: #3792ea
}

/* Detail product */
.detail h1{
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: normal
}
.detail h1 span {
	font-family: Arial, Helvetica, sans-serif;
	display: table;
	padding: 0px 10px 0px 0px;
	color: #333;
	font-size: 18px;
	position: relative;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 28px
}

.detail h2{
	margin: 10px 0px 0px;
	position: relative;
	overflow: hidden
}
.detail h2 span {
	font-family: Arial, Helvetica, sans-serif;
	display: table;
	padding: 0px 10px 0px 0px;
	color: #333;
	font-weight: bold;
	font-size: 25px;
	position: relative
}
.detail .price {
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0303;
    vertical-align: middle;
    font-weight: 700;
    float: right;
    font-size: 20px;
    padding: 12px 0px
}
.detail .price .price-new {
    text-decoration: line-through;
    padding-right: 10px;
     color: #a2a2a2
}
.detail .price .price-old {
   
}
.detail .img-blog {
	text-align: left
}
.detail .share {
	padding: 10px 0
}
.detail .img-blog img {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 10px
}
.detail p.des {
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	padding: 10px 0
}
.detail .list-attr ul{
	margin-bottom: 20px;
	overflow: hidden
}
.detail .list-attr ul li{
	width: 50%;
	float: left;
	display: inline-block;
    border-bottom: 1px dashed #e5e5e5;
    color: #86878a;
    font-size: 13px;
    padding: 10px 10px 10px 0px;
    vertical-align: middle;
}
.detail .list-attr ul li i{
	padding-right: 10px
}
.detail .list-attr ul li span{

}

/* utilities */
.utilities {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0px 0 20px 0px;
	padding: 5px 10px
}
.utilities .filter {
	color: #6f6f6f;
	font-size: 12px
}
.utilities .filter select.filter-query, select.number {
	border: 1px solid #e4e4e4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	margin-left: 10px;
	outline: none;
	padding: 7px 5px
}
select.number {
	font-weight: 400;
	text-align: center;
	width: 75px
}
.utilities .view {
	color: #6f6f6f;
	font-size: 12px;
	padding: 10px 15px 0px 12px
}
.utilities .view span {
	line-height: 20px;
	float: left;
	padding-right: 5px;
	white-space: nowrap
}
.utilities .view i {
	font-size: 18px;
	color: #d2d2d2;
	margin-left: 2px;
	padding: 1px
}
.utilities .view .active {
	color: #34495e
}
/* order-product (Dropdown menu) */
.order-product .btn {
	background: transparent;
	width: 100%;
	font-size: 12px;
	line-height: 38px;
	text-align: left;
	padding: 0;
	border: none;
	color: #777;
	box-shadow: none
}
.order-product .btn span {
	color: #777
}
.order-product .btn a:hover {
	color: #777;
	box-shadow: none
}
.order-product .dropdown-menu {
	z-index: 9999;
	margin-top: 5px;
	padding: 2px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	width: 100%;
	box-shadow: none;
	left: -83px
}
.order-product .dropdown-menu a {
	line-height: 25px;
	font-size: 12px;
	color: #777
}
.order-product .dropdown-menu li {
	border-right: none;
	border-top: 1px solid #f0f0f0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-product .dropdown-menu li:first-child {
	border-top: none;
}
.order-product .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
/* 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
}

/* tab product */
#product-tab {
	margin: 10px 0
}
ul.tabs {
	list-style: none;
	clear: both;
	overflow: hidden;
	padding: 0
}
ul.tabs li {
	display: inline
}
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;
	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
}

/* Product tab form */
#product-tab #tb_2 .fproduct-title{
	font-family: 'face', Arial, Helvetica, sans-serif;
    display: table;
    padding: 0px 10px 0px 0px;
    color: #282828;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    display: none
}
#product-tab #tb_2 ul li{
	position: relative;
	list-style: none;
	padding: 5px 0px;
	clear: both
}
#product-tab #tb_2 ul li label{
	font-size: 12px;
	padding: 10px 0px
}
#product-tab #tb_2 ul li label small{
	color: #fb544e
}
#product-tab #tb_2 ul li input[type=text],
#product-tab #tb_2 ul li select,
#product-tab #tb_2 ul li textarea{
	width: 50%;
	margin: 0px 0px 10px 0px
}
#product-tab #tb_2 ul li textarea{
	margin: 0px 0px 5px 0px;
	resize:vertical
}
#product-tab #tb_2 ul li .value-wrapper{
	padding: 10px 0px
}
.error_form_custom{
	background-color: #fb544e;
    display: block;
    margin-bottom: 10px
}
.error_form_custom ul li{
	padding: 5px 10px !important;
    color: #fff;
    font-size: 12px
}

/* Product */
/* Gird Product */
.mg {
	margin-bottom: 15px
}
.product a {
	text-decoration: none
}
.product {
	position: relative;
	margin-bottom: 10px
}
.product .des{
	position:absolute;
	z-index: 9;
    bottom: 0px;
    padding: 10px;
	background:rgba(42,44,61,0.8);
	width:100%
}
.product:hover .des{
	visibility: hidden	
}
.product .des h3 {
	font-family: 'sans',Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff
}
.product .image .img-overflow, .catalist .image .img-overflow {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
     div.chrome-fix { width: 99.99999% !important;}
}

.product .ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative;
}

.product .ContentWrapperCr .ContentCr {
	position: absolute;
	background:rgba(42,44,61,0.8);
	visibility: hidden;
	width: 100%;
	height: 0;
	display: block;
	bottom: -100%;
	left: 0;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.product .ContentWrapperCr:hover .ContentCr {
	visibility: visible;
	height: 100%;
	bottom: 0;
}
.product .ContentWrapperCr .ContentCr .Content {
	position: absolute;
	top: 10%;
	padding: 0px 15px;
}
.product .ContentWrapperCr .ContentCr .Content p {
    font-family: 'sans',Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    height: 105px;
    overflow: hidden
}
.product .product-label-special-right,
.catalist .product-label-special-right {
	background: #fd3c23;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 0;
	border-radius: 0;
	position: absolute;
	z-index: 11;
	top: 4px;
	right: 19px
	
	
}
.product .price {
	font-family: 'sans',Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 400;
	color: #3792ea;
	vertical-align: middle;
	display: -moz-inline-stack;
	display: inline-table;
	zoom: 1;
	padding:5px 0px;
	white-space: nowrap;
	font-size: 14px
}
@media all and (-ms-high-contrast:none) {
.product .price {
	display: inline-flex
} /* IE10 */
 *::-ms-backdrop, .product .price {
display:inline-flex
} /* IE11 */
}
@-moz-document url-prefix() {
 .product .price {
 display:inline-flex
}
}
.product .price .price-new {
	font-weight:bold
}
.product .price .price-old {
	text-decoration: line-through;
	padding-right: 10px;
	color: #a5a593
}

/* List Product */
.catalist {
	margin-bottom: 25px
}
.catalist .product {
	border: none
}
.catalist p {
	font-size: 13px;
    color: #737373;
    text-align: justify;
    height: 42px;
    overflow: hidden
}
.catalist h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    color: #282828
}
.catalist h3:hover{
	color: #3792ea
}

.catalist .price {
	margin-bottom: 10px
}
.catalist .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #e95e50;
	vertical-align: middle;
	font-weight: 400;
	float: left;
	margin-top: 10px
}
.catalist .price .price-new {
	text-decoration: line-through;
    padding-right: 10px;
    color: #c0c0c0
}
.catalist .price .price-old {
	font-size: 15px;
	color: #c60000;
	font-weight: bold
}
.catalist ul.function {
	border: none;
	text-align: right;
	width: auto;
	margin-top: 10px
}

/* LISTNEWS */
.listnews-heading{
	overflow:hidden
}
.listnews-heading a.view-all{
	float:right;
	color:#ce225b;
	font-size:12px
}
ul.listnews li {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ebebeb
}
ul.listnews li{
	margin-bottom:15px;
	padding-bottom:15px;
	font-family: 'sans',Arial, Helvetica, sans-serif;
}
ul.listnews li:last-child{
	border-bottom:none
}
ul.listnews li .intro{
	padding:0px	
}
ul.listnews li a{
	display: block;
}
ul.listnews li img {
	height: 90px;
	float: left;
	margin-right: 10px
}
ul.listnews li .intro small {
	color: #a3a3a3;
	font-size: 12px
}
ul.listnews li .intro span {
	color: #3792ea;
	max-height: 40px;
	font-size: 14px;
	display:block ;
	line-height:20px;
	margin-bottom:5px
}
ul.listnews li .intro p{
	color:#808080;
	font-size:12px
}

/* Customer */
#customer {
	position: relative
}
#customer .itemcus {
	position: relative
}
.cus .owl-pagination, #featured .owl-pagination, #featured-2col .owl-pagination, #featured-3col .owl-pagination {
	visibility: hidden
}
.cus .owl-wrapper-outer .item {
	background: #fff;
	text-align: center;
	margin: 0 20px;
	padding: 5px
}
.cus .owl-wrapper-outer .item a {
	display: block
}

/* Blog */
.itemblog {
	margin-bottom: 20px
}
.itemblog .img-blog img {
	width: 100%;
	margin-bottom: 10px
}
.itemblog .date, .postitem .date {
	color: #898989;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 5px 0px;
	padding: 5px 0px;
	border: 1px dotted #e0e0e0;
	border-left: none;
	border-right: none
}
.itemblog a.read-more {
	font-family: Arial, Helvetica, sans-serif;
	color: #d50133;
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	font-style: italic
}
.itemblog p, .detail p.des, .detail p, .postitem p {
	text-align: justify;
	font-size: 13px;
	color: #808080;
	margin: 0
}
.itemblog .img-blog {
	text-align: center
}
.itemblog h2 {
	font-family: 'sans',Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #3792ea;
	line-height: 25px
}
.itemblog a, .catalist a {
	text-decoration: none
}
.all {
	font-family: Arial, Helvetica, sans-serif;
	color: #3792ea;
	background: #fff;
	font-size: 13px;
	float: right;
	text-decoration: none;
	padding: 0px;
	z-index: 99;
	position: absolute;
	top: 4px;
	right: 0px
}
.all:hover {
	color: #3792ea;
	text-decoration: underline
}

/* CONTACT */
.contact-info ul li:first-child {
	border-bottom: none;
	padding: 2px 0px
}
.contact-info ul li {
	padding: 10px 0px;
	color: #878787;
	text-align: justify;
	border-bottom: 1px solid #e2e2e2
}
.contact-info ul li i {
	padding-right: 10px
}
.contact-form label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	width: 100%;
	font-size: 13px
}

/* post */
#post .postitem h1 {
    font-family: 'sans', Arial, Helvetica, sans-serif;
    color: #3792ea;
	font-size: 25px
}
#post .postitem p {
	margin: 10px 0!important
}
#post .postitem img {
	display: block;
	border: 1px solid #ededed;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}

/* ASIDE 
-------------------------------------------------- */

/* Vertical Menu */
.panelvmenu {
	background: #fff;
	border-radius: 0px;
	clear: both
}
a.list-group-item-vmenu {
	position: relative;
	display: block;
	padding: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	border-bottom: 1px dashed #e0e0e0;
	font-weight: normal
}
a.list-group-item-vmenu i {
	padding-right: 10px;
	font-size: 11px
}
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: #3792ea
}
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: 20px;
	top: -32px;
	color: #161616;
	right: 15px
}

/* Module */
.box-category {
	margin-bottom: 15px;
}
.box-category .heading {
	position: relative;
	font-family: 'sans', Arial, Helvetica, sans-serif;
	color: #3792ea;
	font-weight: 400;
	margin-bottom: 15px;
	border-bottom: 3px solid #3792ea
}
.box-category .heading span {
	display: table;
    font-size: 22px;
    padding: 0px 0px 15px 0px
}
.box-category-menu {
	background: #fff;
	margin-bottom: 15px
}
.box-category-menu .heading {
	background: #f0b934;
	border-bottom:none;
	padding: 15px;
	color: #282828;
	font-size:18px;
	text-transform: uppercase;
	font-family:'alter',Arial, Helvetica, sans-serif
}
.box-category-menu .heading i {
	padding-right: 10px
}
.box-category .main {
	position: relative
}

/* Product silder */
.typical-products .box-feature {
	background: #fff;
	position: relative;
	margin: 0px 10px;
	text-align: center
}
.typical-products .box-feature img {
	margin-bottom: 10px;
	    padding: 5px;
    border: 1px solid #d6d6d6;
}
.typical-products .box-feature .price-old {
	text-decoration: line-through;
	display: inline-table;
	font-size: 18px;
	color: #a2a2a2;
	text-align: center;
	font-family: bebas, Arial, Helvetica, sans-serif;
	padding-right: 5px
}
.typical-products .box-feature .price-new {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	display: inline-table;
}
.typical-products .box-feature p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #505050;
    line-height: 20px
}
.typical-products .owl-pagination{
	top:inherit;
	display: block
}

/* Last product */
.box-category .main ul.list{
	margin-top: 10px
}
.box-category .main ul.list li,
#product-listitem ul.list li{
	background: #fff;
	border-bottom: 1px dashed #ebebeb;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.box-category .main ul.list li:last-child,
.box-category .main ul.list-post-latest li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}
#product-listitem ul.list li:last-child{
	border-bottom: none;
	margin-bottom: 0
}
.box-category .main ul.list li img,
#product-listitem ul.list li img {
	float: left;
	margin-right: 10px;
	width: 90px
}
.box-category .main ul.list li p,
#product-listitem ul.list li p {
	font-size: 13px;
	color: #505050;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.box-category .main ul.list li p:hover,
#product-listitem ul.list li p:hover{
	color:#3792ea
}
.box-category .main ul.list li a, 
.box-category .main ul.list_post li a,
#product-listitem ul.list li a {
	text-decoration: none
}
.box-category .main ul.list li span,
#product-listitem ul.list li span {
	font-family: Arial, Helvetica, sans-serif;
	color: #3792ea;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis
}
.box-category .main ul.list li span.price-old,
#product-listitem ul.list li span.price-old {
	text-decoration: line-through;
	padding-right: 10px;
	font-size: 12px;
	color: #a2a2a2
}

/* LIST POST */
.news{
	position: relative;
}
.news ul{
	clear: both;
}
.box-category .main ul.list_post,
.news ul {
	background: #fff;
	margin-top: 10px
}
.box-category .main ul.list_post li,
.news ul li {
	background: #fff;
	border-bottom: 1px dashed #d4d4d4;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 13px;
}
.box-category .main ul.list_post li span,
.news ul li span {
	color: #c7c7c7;
	font-size: 11px
}
.box-category .main ul.list_post li span i{
	padding-right: 5px
}
.box-category .main ul.list_post li img,
.news ul li img {
	width: 80px;
	height: inherit;
	float: left;
	margin-right: 10px
}
.box-category .main ul.list_post li h5,
.news ul li h5{
	font-size: 14px;
	max-height: 40px;
	overflow: hidden;
	font-family: 'sans', Arial, Helvetica, sans-serif;
    color: #3792ea;
    font-weight: normal
} 
.news ul li h5{
	font-size: 14px
}
.box-category .main ul.list_post li p,
.news ul li p {
	color: #a7a7a7;
    font-size: 15px;
    margin-top: 5px;
   	font-family: Arial, Helvetica, sans-serif;

}


/* Who is online*/
.box-category .main ul.online li {
	padding: 2px 0px;
	overflow: hidden
}

/* 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;
	padding:0;
	color: #282828
}
.box-category .main .support p, .box-category .main .support span {
	font-size: 13px;
	color: #333
}
.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
}
.box-category .main .online i{
	padding-right:5px 
}
.box-category .main .link li {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	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
}
.box-category .main .link li a {
	font-weight: 700;
	color: #505050;
	text-decoration: none
}
.box-category .main .link2 p {
	font-size: 13px;
	margin: 0;
	padding: 10px 0
}
.box-category .main .online .red1 {
	color: red
}
.box-category .main .feedback ul li {
	padding: 5px 0
}
.box-category .main .feedback a {
	float: right;
	color: #333;
	margin-top: 20px
}

/* PAGINATION */
ul.pagination {
	color: #282828;
	font-size: 12px;
	clear: both;
	border-top: 1px dashed #eeeeee;
	margin: 0px;
	padding: 10px 5px;
	width: 100%;
	border-radius: 0px;
	text-align: center
}
ul.pagination li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 10px;
}
.pagination>li>a, .pagination>li>span {
	border-radius: 0px;
	border: none;
	color: #333;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	background: #fff
}
.pagination>.active>a, .pagination>.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: #3792ea;
	cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #fff;
	background-color: #3792ea
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 0
}

/* NEWS FOOTER */
.news-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.news-footer li {
	padding: 12px 0px;
	border-bottom: 1px solid #484848
}
.news-footer li:first-child {
	border-top: none;
	padding-top: 0px
}
.news-footer li:last-child {
	border-bottom: none
}
.news-footer li a {
	text-align: justify;
	color: #fff;
	position: relative
}
.news-footer li a:before {
    content: '\f105';
    font-family: FontAwesome, 'sans', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    top:1px
}
.news-footer li a:hover,
.news-footer li a:hover:before,
.news-footer li a:hover h5 {
	color: #3792ea
}
.news-footer li a h5{
	font-size: 13px;
	line-height: 25px;
	padding-left: 15px;
	color: #fff;
	font-weight: normal
}

/*GALLERY PIC*/
#gallery-pic .row{
	clear: both
}
#gallery-pic .product .image .img-overflow img:hover {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
#gallery-pic .product .image .img-overflow{
	border:none
}
#gallery-pic.gallery .product .image p {
	display: none;
}
#gallery-pic .product .image{
	border:none;
}
#gallery-pic .product .image img{
	padding: 0;
}
#gallery-pic .product p{
	font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
	font-size: 12px
}
#mediaplayer_video {
	position: relative;
	min-height: 100%
}
.fancybox-inner {
	width: auto !important;
	height: auto !important;
}
.main > .module_is_not_relevant {
	color: #333;
	padding: 10px 0px
}
.module_is_not_relevant {
	padding: 0px
}

/* NEWS LETTER */
.main > #email-newsletter {
	margin-bottom: 0px
}
#email-newsletter {
	padding: 0px;
	margin-bottom: 15px;
	clear: both
}
#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: 12px;
	color: #505050;
	clear: both
}
#email-newsletter form.submit_register_email {
	width: 100%;
	margin-top: 10px;
	position: relative
}
#email-newsletter form.submit_register_email input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: 11px;
	font-style: italic
}

#email-newsletter form.submit_register_email input[type=submit] {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 11px
}

footer .footer-newsletters #email-newsletter h3 {
	color: #3792ea;
	text-align: left
}
footer .footer-newsletters #email-newsletter p {
	color: #fff;
	text-align: left
}
footer .footer-newsletters #email-newsletter form.submit_register_email {
	margin: 10px auto 0px auto;
	display: block;
	position: relative;
}
footer .footer-newsletters input[type=text]{
	border: none;
    color: #fff !important;
    background: #414355 !important
}
footer .footer-newsletters input[type=submit]{
	padding: 10px !important
}

/* SEARCH ADV */
#box_search{
	position: relative
}
#box_search h4{
	margin-bottom: 10px;
	font-weight: bold;
}
#box_search .box_search_detail {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both
}

#box_search .box_search_detail h3,
#box_search .box_search_detail h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    color: #282828
}
#box_search .box_search_detail p{
    font-size: 13px;
    color: #737373;
    text-align: justify;
    height: 42px;
    overflow: hidden
}

#box_search .box_search_detail .price {
font-family: Arial, Helvetica, sans-serif;
    color: #ff0303;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px
}
#box_search .box_search_detail .price .price-old {
    text-decoration: line-through;
    padding-right: 10px;
    color: #c0c0c0;
}

/* Support HTML */
.support-html{
	clear: both;
	background: #fff
}
.support-html p {
	color: #505050;
	font-size: 12px;
	text-align: justify
}
.support-html ul li {
	margin: 10px 0px
}
.support-html ul li:last-child {
	margin: 10px 0px 0px
}
.support-html ul li p {
	position: relative;
	font-weight: bold
}
.support-html ul li p i{
	padding-right: 10px
}

/* INTRO BDS */
.intro-bds{
	background:#eee url(../assests/intro-bds-bg.png) 140% 0 no-repeat;
	padding:35px 0px
}
.intro-bds img{
	text-align:center;
	margin:0 auto;
	display:block
}
.intro-bds h3,
.intro-bds p{
	font-family:'sans',Arial, Helvetica, sans-serif;
	color:#fff
}
.intro-bds h3{
	margin-bottom:10px
}

/* INTRO BDS 2 */
.intro-bds-2{
	background: url(../assests/intro-bds-bg2.jpg) 0 0 no-repeat;
	padding:55px 0px 80px 0px
}
.intro-bds-2 h3{
	color:#fff;
	font-family:'sans',Arial, Helvetica, sans-serif;
	text-align:center;
	margin:35px 0px 55px 0px
}
.intro-bds-2 img{
	text-align:center;
	margin:15px auto 30px auto;
	display:block
}
.intro-bds-2 p{
	color:#fff;
	font-family:'sans',Arial, Helvetica, sans-serif;
	text-align:center
}

/* SUPPORT ONLINE */
.support-online .box-inner{
	border:1px solid #e9e9e9;
	border-left:4px solid #3792ea;
	padding:20px;
	margin-bottom: 15px
}
.support-online .box-inner img{
	float:left;
	margin-right:20px;
	width: 60px
}
.support-online .box-inner .des{
	font-family:'sans',Arial, Helvetica, sans-serif;
	display: table
}
.support-online .box-inner .des h3{
	color:#3792ea;
	font-family:'sans',Arial, Helvetica, sans-serif;
	font-size: 20px
}
.support-online .box-inner .des ul li{
	color:#909090;
	font-size:12px
}
.support-online .box-inner .des ul li i{
	padding-right:10px
}

/* RESERVATION */
.top-formsearch{
	background: #2a2c3d
}
.top-formsearch .reservation {
	padding: 25px 0px 15px 0px;
	margin-bottom: 0
}
.top-formsearch .reservation small{
	position: absolute;
    background: #2a2c3d;
    right: 0px;
    top: -52px;
    padding: 8px 20px;
    font-size: 16px
}
.box-category .reservation{
	background: #2a2c3d;
	padding:15px;
	margin: 0
}
.box-category .reservation .reservation-inner input[type=text],
.box-category .reservation .reservation-inner select,
.box-category .reservation .reservation-inner textarea{
	margin-bottom: 10px
}
.box-category .reservation .reservation-inner input[type=submit]{
	margin-top: 10px
}
.reservation {
	padding: 15px;
	margin-bottom: 15px;
	background: #2a2c3d
}
.reservation small {
    font-family: 'sans', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: block
}
.reservation p{
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff
}
.reservation .reservation-inner label{
	width: 100%;
	font-size: 12px;
	color: #fff;
	display: none
}
.reservation .reservation-inner input[type=text], .reservation .reservation-inner select,
.reservation .reservation-inner textarea {
	color: #34495e;
	font-size: 13px;
	width: 100%;
	padding: 6px;
	margin:0px 0px 10px 0px
}
.reservation .reservation-inner input[type=radio], 
.reservation .reservation-inner input[type=checkbox]{
	outline: none
}
.reservation .reservation-inner select {
	width: 100%;
	padding: 8px
}
.reservation .reservation-inner textarea{
	resize:vertical
}
.reservation .reservation-inner .value-wrapper{
	padding:10px 0px;
	color: #fff
}
.reservation .reservation-inner input[type=submit] {
	background: #3792ea;
	color: #fff;
	font-weight: normal;
	border-radius: 0px;
	padding: 8px 25px;
	width: 100%;
	outline: none
}

/* WEBSITE INTRO */
.website-intro img{
	margin-bottom: 10px
}
.website-intro p{
    font-size: 13px;
    color: #737373;
    text-align: justify
}

/* CUSTOM FIELD */
.custom-field{
	margin: 5px 0px;
	display: table;
	width: 100%
}
.custom-field li{
	display: inline-block;
	font-size: 12px;
	margin-right: 15px
}
.custom-field li span{
	font-weight: bold;
	margin-right: 5px
}

/* NOTIFICATION */
.sucess_msg{
    font-size: 13px;
    width: 100%;
    background: #fffad2;
    color: #b8af5f;
    text-align: center;
    padding: 10px;
}
.error_msg{
    font-size: 13px;
    width: 100%;
    background: #ff5050;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* FOOTER
-------------------------------------------------- */
footer {
	clear: both
}
.top-footer{
	background:url(../assests/footerbg.png) repeat-x;
	height: 51px
}
.footer-html {
	clear: both
}
/* Footer Center */
footer .footer-center {
	background: #1e212f
}
.address {
	font-size: 13px;
	overflow: hidden;
	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-gallery_category h3, 
footer .footer-gallery h3, footer .footer-video_category h3, 
footer .footer-video h3, footer .footer-newsletters h3, .contact-footer h3 {
	color: #3792ea;
	font-family: 'sans', Arial, Helvetica, sans-serif;
	font-size: 25px;
    margin-bottom: 20px
}
.box p {
	font-size: 13px
}
.box-category {
	margin: 0px 0px 20px 0px;
	clear: both
}
.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:12px;
	font-weight: normal
}
ul.tags-footer li a {
	border:1px solid #eee;
	background: none;
	float: left;
	display: block;
	padding: 5px 10px;
	margin: 0px 10px 10px 0px
}
ul.tags-footer li a:hover {
	background: #3792ea;
	color: #fff;
	border:1px solid #3792ea
}
footer ul.tags-footer li a {
	border:1px solid #414355 !important;
	color: #fff !important;
	background: #414355 !important
}
footer ul.tags-footer li a:hover{
	background: #3792ea
}

/* TAG */
.tag{
	margin-top: 10px;
	clear: both;
	overflow: hidden
}
.tag .tag-title{
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 10px;
	display: 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 #c7c7c7;
    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
}
#tag .tag-detail h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    color: #282828
}
#tag .tag-detail h2:hover {
	color: #3792ea
}
#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: 0px 0px 10px 0px
}
#tag .tag-detail p {
    font-size: 13px;
    color: #737373;
    text-align: justify
}

/* Module Popup */
.module_popup {
	background: white;
	text-align: center;
	width: 100%;
	margin: auto;
	position: relative;
	overflow-y: auto;
	max-width: 600px;
	-webkit-overflow-scrolling: touch
}
.module_popup .popup-body {
	padding: 0px
}
.module_popup .mfp-close {
	top: -1px
}

/* Copyright */
footer .copyright {
	color: #333;
	font-size: 12px;
	padding: 15px 0;
	clear: both;
	overflow: hidden
}
footer .copyright a {
	color: #3792ea;
}

/* SEARCH ADV PRODUCT */
.search-adv-product {
	clear: both;
	padding: 10px 0px;
	overflow: hidden
}
.search-adv-product input[type=text] {
	width: 100%;
	padding: 8px 5px
}
.search-adv-product select {
	width: 100%
}
.search-adv-product [type=submit].button {
	width: auto;
	height: auto;
	float: none;
	text-align: center;
	margin: 5px auto 0px auto;
	display: block
}
/* 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: #ce225b;
	-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: #ce225b;
	-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: #ce225b;
	-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: #ce225b;
	-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: #ce225b;
	-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*/