@media only screen and (max-width: 979px) {
img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}		
}
/* #General
================================================== */

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
body * {
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility;
}
a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: 300;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 15px;
}

p {
	font-size: 14px;
	line-height: 170%;
}
ul {
	list-style: none;
	margin: 0 0 20px;
}
p:empty {
	/*display: none;
	margin-bottom: 0;*/
}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 0;
}

#container {
	position: relative;
}
input {
	border: 0;
}
input:focus, textarea:focus {
	box-shadow: none!important;
}
/* --------------------------------------------
	LAYOUT
-------------------------------------------- */

#main-container {
	display: block;
	overflow: hidden;
	position: relative;
}
.has-both-sidebars aside.left-sidebar {
	float: left;
}
.has-both-sidebars aside.right-sidebar {
	float: right;
}
.has-both-sidebars article, .has-both-sidebars .type-page, .has-both-sidebars .archive-page, .has-both-sidebars > .type-product {
	float: left;
}
.has-both-sidebars .page-content {
	float: right!important;
}
.page-content {
	border-bottom: 0 solid transparent;
}
.page-content > ul {
	list-style: disc inside none;
}
.has-both-sidebars aside.sidebar {
	padding-top: 0;
}

/* --------------------------------------------
	PAGE HEADING
-------------------------------------------- */

#breadcrumbs {
	font-size: 11px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 28;
	position: relative;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs i, .widget_breadcrumb_navxt i {
	padding: 0 8px;
	font-size: 11px;
	width: 5px;
}

/* --------------------------------------------
	TOP BAR
-------------------------------------------- */
#top-bar {
	border-bottom: 1px solid transparent;
}
#top-bar #top-bar-menu {
	position: relative;
	z-index: 32;
}
#top-bar.top-bar-menu-right .top-menu {
	float: right;
}
#top-bar.top-bar-menu-right .menu {
	float: right;
}
.top-bar-menu-right #top-bar-menu > div {
	float: right;
}

#top-bar .menu > li {
	font-size: 11px;
	border-left: 1px solid transparent;
}
#top-bar .menu > li:first-child {
	border-left-width: 0;
	border-top-width: 1px;
}
#top-bar #aux-nav .menu > li:first-child {
	border-left-width: 1px;
}

#top-bar .menu > li:before {
	display: none;
}
#top-bar .menu > li.parent:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: block;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 9px;
}
#top-bar .menu > li.parent {
	padding-right: 15px;
}
#top-bar .menu > li > a {
	padding: 3px 10px 3px;
	margin: 0;
}
nav#top-bar-menu .menu > li > ul {
	top: 30px;
	min-width: auto;
}
#top-bar.top-bar-menu-right .menu > li > ul {
	left: auto;
	right: -1px;
}
nav#mobile-top-bar-menu {
	display: none;
}

/* --------------------------------------------
	MAIN HEADER
-------------------------------------------- */

#header-section {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #e4e4e4;
}
#header-section .header-spacer {
	display: block;
	height: 20px;
}
#logo a, #mini-logo a {
	height: auto;
	overflow: hidden;
	display: block;
}
#logo img, #mini-logo img {
	display: block;
	max-width: 100%;
}
.logo-fade #logo img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#logo img.retina, #mini-logo img.retina {
	display: none;
	max-width: 100%;
}
.logo-fade #logo a:hover img {
	-moz-opacity: 0.6;
	filter: alpha(opacity= 60);
	opacity: 0.6;
}
#main-navigation {
	float: left;
	margin-top: 1px;
	position: relative;
}
.logo-right #main-navigation, .logo-right #mini-navigation {
	margin-left: -10px;
}
.logo-left .nav-wrap {
	float: right;
}
#main-navigation > div {
	margin-left: 0;
}
nav .menu {
	height: auto;
	margin: 0;
	position: relative;
	padding: 0;
}
nav .menu li {
	float: left;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	padding: 2px 0;
	position: relative;
	z-index: 3;
}
nav .menu li:first-child {
	background: none;
}
nav .menu li a {
	text-decoration: none;
	padding: 12px 0;
	margin: 0 15px;
	display: block;
	white-space: nowrap;
	background: transparent;
}
nav .menu > li:first-child > a {
	padding-left: 0;
}
nav .menu > li:first-child:before {
	display: none;
}
nav .menu ul {
	border: 1px solid transparent;
    position: absolute;
    height: auto;
    z-index: 9995;
    margin: 0;
    top: 45px;
    left: 15px;
    min-width: 100px;
	display: none;
}
nav .menu ul li {
    width: 100%;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid transparent;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    height: auto;
    z-index: 42;
}
nav .menu .sub-menu .parent > a:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #CCC;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
nav .menu ul ul {
	top: -1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
nav .menu ul ul li:first-child:after {
	left: -8px;
	top: 32%;
	margin-top: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #444;
	border-bottom: 6px solid transparent;
}
nav .menu ul li:last-child {
    border: 0;
}
nav .menu ul li a {
    padding: 8px 12px;
	display: block;
    margin: 0;
    white-space: nowrap;
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}
nav .menu ul li.parent a {
    padding-right: 24px;
}
nav .menu li:hover ul li a {
	background-color: transparent;
}
#header-shadow {
	background: transparent url('../png/header-shadow.png') no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 27;
}

/* --------------------------------------------
	MINI HEADER
-------------------------------------------- */

#mini-header {
	border-bottom: 1px solid #e4e4e4;
	display: block;
	position: fixed;
	top: -120px;
	z-index: 999;
	width: 100%;
}
.boxed-layout #mini-header {
	width: auto;
	padding: 0 30px;
}
#mini-header #logo img {
	height: 32px;
	width: auto!important;
	padding: 8px 0;
}
#mini-navigation {
	float: left;
}
#mini-navigation .menu > li > ul {
	top: 48px;
	left: 0!important;
}
#mini-navigation .menu ul li ul {
	top: 0;
}
/* #Footer
================================================== */

#footer {
	padding: 30px 0 0;
	border-top: 0 solid transparent;
}
#footer.footer-divider {
	border-top-width: 1px;
}
#footer h5 {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: normal;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
}
#footer a, #footer a:hover {
	text-decoration: none;
}
#footer-widgets .widget {
	padding-bottom: 30px;
}
#copyright {
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	border-top: 0 solid transparent;
}
#copyright.copyright-divider {
	border-top-width: 1px;
}
#copyright p {
	font-size: 11px;
	float: left;
	margin-bottom: 0;
}
#copyright a, #copyright a:hover {
	text-decoration: none;
}

/* #Sidebar
================================================== */

.sidebar {
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar.left-sidebar {
	padding-right: 6px;
}
.sidebar.right-sidebar {
	padding-left: 6px;
}
.sidebar .widget_heading {
	margin-top: -6px;
}
.sidebar object, .sidebar object > img .sidebar embed {
	width: 100%;
	max-width: 100%;
}
.sidebar object > img {
	height: auto;
}
.sidebar a:hover {
	text-decoration: none;
}
.sidebar .widget #lang_sel a {
	padding: 2px 10px;
}

/* --------------------------------------------
	TABS SHORTCODE
-------------------------------------------- */

#tabSearch .tabTitle{ margin-left:-1px; overflow:hidden; zoom:1;}
#tabSearch .tabTitle li{ float:left; width:32%; height:56px; margin-left:1px; background:url("../png/bgtool.png") no-repeat; text-align:center; cursor:pointer;}
#tabSearch .tabTitle span{ display:block; padding-top:27px; color:#FFFFFF; cursor:pointer;}
#tabSearch .tabTitle .tabF{ background:url("../png/sprite2.png") no-repeat center 5px; background-position: -45px 0; width: 24px;	height: 23px;}
#tabSearch .tabTitle .tabH{ background:url("../png/sprite2.png") no-repeat center 5px; background-position: -17px 0; width: 27px; height: 18px;}
#tabSearch .tabTitle .tabT{ background:url("../png/sprite2.png") no-repeat center 5px; background-position: -71px 0; width: 24px; height: 23px;}
#tabSearch .tabTitle .active a, #tabSearch .tabTitle .active a:hover {
    background:url("../png/bgtool.png") no-repeat!important; background-position:0 -56px!important; 
}
#tabSearch .text, #tabSearch .text1 {border:#93CA53 solid 2px; width:88px; height:16px; background:#FFF url("../gif/datepicker.gif") no-repeat right center; font-size:11px;}

.tabbed-asset {
	overflow: hidden;
	margin-bottom: 1px;
}
.tab-content {
	padding: 1px;
	background-color: #f7f7f7;
	color: #222;
}
.tab-content.ui-tabs-hide {
	display: none;
}
.ui-widget :active {
	outline: none;
}
.ui-tabs .ui-tabs-nav li {
	font-weight: normal;
	border-left-width: 0;
	margin: 0!important;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-left-width: 1px;
}

/* #Retina Styles
================================================== */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

       	#logo img.standard, #mini-logo img.standard {
       		display: none;
       	}
       	#logo img.retina, #mini-logo img.retina {
       		display: block;
       	}
}

/* --------------------------------------------
	responsive begin: LARGE DISPLAYS
-------------------------------------------- */

@media only screen and (min-width: 1200px) {
#topmenu { float:right;	}
.ptitle{font-size:larger;} 
}

@media only screen and (max-width: 1200px) {
#topmenu { float:right;	}
#logo img, #logo img.retina, #logo img.standard{width: 130px;}
.navbar .nav > li > a {
	font-size: 16px;
	padding: 12px;
	padding: 12px 15px \9;
}
}
@media(max-width:1200px) {.hidden-1200{display:none!important}}
/* --------------------------------------------
	iPAD/TABLET LANDSCAPE
-------------------------------------------- */

@media only screen and (max-width: 1024px) {
#logo img, #logo img.retina, #logo img.standard{width: 130px;}
#topmenu { float:right;	}

.navbar .nav > li > a {
	font-size: 14px;
	padding: 7px;
	padding: 10px 7px \9;
}

nav .menu li a {
	margin: 0 7px;
}		
	/* HEADER */
	#mini-header #mini-search {
		display: none;
	}
	.logo-left nav .menu > li > ul {
		right: 0!important;
		left: auto!important;
	}
}

/* --------------------------------------------
	iPAD/TABLET PORTRAIT
-------------------------------------------- */

@media only screen and (max-width: 959px) {
#logo img, #logo img.retina, #logo img.standard{width: 100px;}
nav .menu li {font-size: 13px!important; }
.navbar .nav > li > a {
	font-size: 13px!important;
	padding: 4px;
	font-size: 5px \9;
	padding: 4px 4px \9;
}

	nav .menu li a {
	margin: 0 4px;
}	
	/* HEADER */
	#mini-header {
		display: none;
	}
}

/* --------------------------------------------
	iPHONE LANDSCAPE
-------------------------------------------- */
@media only screen and (max-width: 767px) {

#logo img, #logo img.retina, #logo img.standard{width: 188px; position:absolute; clip:rect(10px 188px 37px 0px);}
/* ricky */
#top-bar nav .menu > li {border-top-color: #1e89bf;}
nav .menu > li {border-top-color: #e4e4e4;}

	/* LAYOUT */
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		margin-bottom: 20px;
	}
	.sidebar.left-sidebar {
		padding-right: 0;
	}
	.sidebar.right-sidebar {
		padding-left: 0;
	}
	.has-both-sidebars article, .has-both-sidebars .type-page, .has-both-sidebars .archive-page, .has-both-sidebars > .type-product {
		float: none;
	}
	
	/* LAYOUT */
	#page-wrap {
		padding: 0 1px;
	}
	
	/* HEADER */
	#top-bar {
		padding: 7px 5% 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#top-bar .top-menu {
		margin-bottom: 15px;
	}
	#top-bar .top-menu .menu {
		float: none;
		margin: 0 auto;
		width: 60%;
	}
	#top-bar .top-menu #aux-nav {
		width: 100%;
	}
	#top-bar.top-bar-menu-left #aux-nav .menu > li {
		border-right: 0;
	}
	.top-bar-menu-right #top-bar-menu > div {
		float: none;
	}
	.logo-left .nav-wrap, .logo-right .nav-wrap {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	#main-navigation {
		float: none;
		margin-bottom: 30px;
		margin-left: 0!important;
	}
	nav ul.menu {
		display: none;
	}
	nav .menu > li {
		float: none;
		display: block;
		padding: 2px 0;
		width: 100%;
		font-size: 12px;
		border-top: 1px solid #e4e4e4;
	}
	nav .menu > li:first-child {
		border-top-width: 0;
	}
	nav .menu li a {
		padding: 8px 0;
	}
	nav .menu ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: normal;
	}
	nav .menu ul, nav#top-bar-menu .menu > li > ul {
		background-color: transparent!important;
		position: relative;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		left: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 1;
		display: block;
		top: 0;
		padding-left: 20px;
	}
	#top-bar .menu > li {
		border-left: 0;
		border-right: 0;
	}
	#top-bar .menu > li.parent {
		padding-right: 0;
	}
	#top-bar .menu > li.parent::after, nav .menu .sub-menu .parent > a::after {
		display: none;
	}
	#top-bar .menu > li > a {
		padding: 8px 10px;
	}
	#top-bar-menu > div {
		float: none;
	}
	nav#top-bar-menu #aux-nav .menu > li > ul {
		padding: 0 5px;
	}
	#logo {
		width: 80%;
		margin: 0 auto;
		float: none!important;
	}
	#logo img {
		margin: 0 auto 20px;
		padding: 0!important;
		float: none!important;
	}
	
	/* FOOTER */
	#footer {
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#copyright {
		padding: 20px;
	}
	#copyright p {
		float: none;
		text-align: center;
	}
}

/* --------------------------------------------
	iPHONE PORTRAIT
-------------------------------------------- */
@media only screen and (max-width: 479px) {
}