/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
}
body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Helvetica;
    background: #fff;
	-webkit-text-size-adjust: none;
	text-transform:uppercase;
}
td {
	vertical-align: top;
}
img
{
    border: 0;
}
a
{
    outline: none;
}
a:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color:#828282;
    text-decoration: underline;
}
a:hover
{
    color:#000;
    text-decoration: underline;
	background: none;
}
a:active
{
    color: #828282;
    text-decoration: underline;
}
h3 {
	font-size: 21px;
	font-style: normal;
}
textarea{resize: none;}
.container{
	width:100%;
	margin:0 auto;	
}
.content{
	width: 960px;
	margin:0 auto;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
.display_none{
	display:none;	
}
/*logo*/
.logo {
	width: 150px;
	height: 25px;
	margin:0;
}
.logo_ {
	position: absolute;
	width: 163px;
	height:auto;
	padding:0;
	margin:0;
	top: 0;
	z-index: 100;
	margin:13px 0;
}
/*logo end*/
/******************** categories ********************************/
/* @group Base */
.chosen-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow : 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow : 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	zoom: 1;
 *display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
.chosen-container a {
	cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 23px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../Images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: white url('../Images/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../Images/chosen-sprite.png') no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}
.chosen-container .chosen-results li.no-results {
	display: list-item;
	background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto !important;
	height: 1%;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	cursor: text;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 5px;
	height: 15px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #666;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-clip: padding-box;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px;
	z-index:1;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
	box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
	text-align: right;
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
	left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: white url('../Images/chosen-sprite.png') no-repeat -30px -20px;
	background: url('../Images/chosen-sprite.png') no-repeat -30px -20px;
	direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}
.custom_chzn_select, .chosen-container{
	width:96%;
}
.chosen-drop, .chosen-container-single .chosen-search input[type="text"]{
	width:100% !important;	
}
/*top*/
.header {
	height: 100px;
	width: 100%;
}
.header_login {
	margin: 0 auto;
	height: 50px;
	max-width: 960px;
	padding: 5px 0 0 0;
}
.top {
	height: 30px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background:#c4161c;
}
.top ul {
	margin: 0;
	padding:8px 0 0 0;
}
.top ul li {
	list-style: none;
	position: relative;
	color: #fff;
	float: left;
	padding: 0 0 0 18px;
}
.top ul li a{
	color:#fff;
}
.top ul li a.topbar_active{
	text-decoration:underline;	
}
.top_{
	height: 69px;
	margin: 0;
	padding:0;
	background: #F1F1F1;
	border: 1px solid #E5E5E5;
}
.top p {
	float:left;
	margin:0;
	width:200px;
}
.top_ form input[type="submit"]{
	background: url(../Images/mag-glass.png) #c4161c no-repeat center;
	width:55px;
	height:31px;
	border:none;
	cursor:pointer;
	font-size:17px;	
	margin-left:10px;
	position:absolute;
}
.top_ form input[type="submit"]:hover{
	background-color:#b5070e;
}
.top_head {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	background: #F1F1F1;
	border-bottom: 1px solid #E5E5E5;
}
.top_bar {
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #E5E5E5;
	/*box-shadow: 0px 2px 3px rgba(0,0,0,.4);*/
	margin: 0;
	z-index: 20;
	position: relative;
}
#pagination_bar{
	height:40px;	
}
.top_right{
	float:right;
	margin-right:30px;
}
.bar_ {
	max-width: 720px;
	padding: 30px 0 0 0;
	float: left;
	font-size: 15px;
	color: #000;
}
.bar_ ul {
	max-width: 720px;
	margin: 0;
	padding: 0;
}
.bar_ ul li {
	list-style: none;
	position: relative;
	float: left;
	padding: 0 0 0 16px;
}
.bar_ ul li a {
	color: #000;
	text-decoration: none;
}
.bar_ .bar_right{
	float:right;
}
.bar_ ul li a:hover, .bar_ ul li.production_active a {
	color: #900;
	text-decoration: underline;
}
.bar_ ul li a.sidebar_active{
	text-decoration:underline;	
}
.top_barcontent{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
}
#pagination_bar .bar_{ 
	max-width:inherit;
	width:100%;
}
#pagination_bar .bar_ ul {
	margin:0;
	max-width:inherit;
	width:100%;	
	text-align:center;
}
#pagination_bar .bar_ ul li{
	float:none;
	display:inline-block;
	padding:0 5px;
}
/*end top*/

/*register*/
.register {
	max-width: 1200px;
	height: 20px;
	float: right;
	margin: 0;
}
.register_ {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
	z-index: 5;
}
.registered {
	height: 25px;
	font-size: 15px;
}
/*register*/

/*login*/
.login_page {
	max-width: 960px;
	margin: 0 auto;
}
.login_wording {
	width: 550px;
	margin: 150px 0 0 0;
	float: left;
	font-size: 15px;
	font-style: italic;
}
.login{
	width: 335px;
	float: right;
	margin: 80px 0 0 0;
	background: #F1F1F1;
	border: 1px solid #E5E5E5;
}
.login_logo{
	padding: 20px 0 0 200px;
	width: 120px;
	height: auto;
}
.login_form {
	width: 280px;
	margin: 0;
	padding: 0 0 20px 35px;
}
.login p{
	width: 280px;
	font-size: 17px;
}
.login label{
	cursor:pointer;	
}
.login form input[type="text"], input[type="password"]{
	font-size:17px;
}
.login label input[type="submit"]{
	color:#FFF;
	border-color:#298CBA;
	border:0;
	font-weight:bold;
	background:url(../Images/button-grad.png);
	text-shadow:rgba(0, 0, 0, 0.3) 0 -1px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:5px 10px;
	margin:0 0 0 200px;
	cursor:pointer;
}
/*login end*/

/*search form*/
.top_search {
	max-width: 1200px;
	height: 70px;
	margin: 0 auto;
	padding: 0 10px;
	position:relative;
}
#searchForm {
	max-width: 500px;
	padding: 0;
	margin: 0;
}
.box {
	width: 0;
	position: relative;
	float: left;
}
.ac_input {
	width: 400px;
	height: 27px;
	float:left;
	margin:0;
	padding: 0;
	font-size: 17px;
	color: #666;
	z-index: 35;
	position: relative;
}
.ac_results {
	max-width: 400px;
	top: 79px;
	left: 671.5px;
	display: block;
	background: #fff;
	color: #000;
	position: absolute;
	z-index: 200;
	margin: 0;
	padding: 0;
	box-shadow:1px 1px 10px #888;
}
.ac_results ul {
	margin:0;
	padding:0;
	line-height: 1.4;
}
.ac_results ul li {
	list-style: none;
	cursor: default;
	padding: 5px 0 0 12px;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color:#fff;
}
.ac_over {
	background-color: #f4f4f4;
	color: #000;
}
.clock{
	width:960px;
	height:40px;	
	position:absolute;
	top:10px;
	margin:0;
	text-align:right;
	color: #fff;
}
/*search form*/

/*pop up search menu*/
.contactFormContainer{
	position: relative;
	margin:0 0 0 100px;;
	width:300px;
	height:0;
	top: -28px;
	z-index: 100;
}
#contactLink{
	height:25px;
	width:25px;
	background:url('../Images/arrow-down1.png') no-repeat center;
	display:block;
	cursor:pointer;
	float: right;
}
#contactForm{
	height:auto;
	width:450px;
	background:#FFF;
	display:none;
	margin:5px 0 0 10px;
	border:1px solid #CCC;
	box-shadow:1px 1px 10px #888;
	float: right;
}
#contactForm fieldset{
	padding:30px 10px 10px 20px;
	border:none;
}      
#contactForm label{
	display:block;
	color:#999;
	font-size: 15px;
	line-height: 1.8;
} 
#messageSent{
	color:#ff9933;
	display:none;
}
#left{
	width:400px;
	float:left;
	margin: 0;
}
.top_ form #left input[type="submit"]{
	position:relative;
	margin:0 7px 0 0 !important;
	float:right;
}
.left {
	width: 250px;
	height: 25px;
	font-size:15px;
	margin: 0 0 10px 0;
}
select.left{
	width:254px;
}
.tableborder{
	border:none;
	text-align:left;
	vertical-align:top;
}
#close {
	width: 20px;
	height: 15px;
	font-size: 20px;
	color: #999;
	padding: 5px 0 0 0;
	cursor: pointer;
	float: right;
}	
/*end pop up search menu*/

/*middle*/
.middle{
	width:100%;
	margin: 0 auto;
}
.box_content{
	max-width:1200px;
	/*height: 1200px;*/
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
	z-index: 8;
	font-size: 15px;
	text-align: left;	
}
#sales_content{
	width:100%;
	max-width:1200px;	
}
.box_content ul{
	max-width:960px;
	padding:0;
}
.box_content ul li{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
.middle_table p.job_description{
	width:947px;
}	
/*middle end*/

/*sidebar */

.sidebar {
	width: 180px;
	height: 61px;
	margin:0;
	padding:20px 0 0 0;
	float: left;
	position: relative;
}
.cssmenu ul { margin: 0; padding: 0; width: 160px;}
.cssmenu li { margin: 0; padding: 0;}
.cssmenu a { margin: 0; padding: 0;}
.cssmenu ul {list-style: none;}
.cssmenu a {text-decoration: none;}
.cssmenu {height: 40px; padding:0 10px; width: 160px; background-color: #c4161c; text-align: center; box-shadow: 0px 2px 3px rgba(0,0,0,.4); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}
.cssmenu > ul > li {
	text-align: center;
    position: relative;
}
.cssmenu > ul > li > a {
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding:0;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
    transition: color .15s;
}
.cssmenu > ul > li > a:hover {color: rgb(250,250,250); }
.cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin: -20px 0 0 -90px;
    width: 180px;
	-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

.cssmenu > ul > li:hover > ul, .cssmenu > ul > li:focus > ul, .cssmenu > ul > li:active > ul {
    opacity: 1;
    top: 65px;
    visibility: visible;
	z-index:10;
}
.cssmenu > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.cssmenu > ul ul > li { position: relative;}
.cssmenu ul ul a{
    color: rgb(50,50,50);
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
}
.cssmenu ul ul a:hover {background-color: rgb(240,240,240);}
.cssmenu ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}
.cssmenu ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}
.cssmenu ul ul a:hover, .cssmenu ul ul a.sidebar_active{
    background-color: rgb(205,44,36);
    color: rgb(240,240,240);
}
/*sidebar end */
/*footer*/
.footer{
	width:100%;
	height:30px;
	position:relative;
}
.footer a {
	color: #900;
	text-decoration: none;
}
.footer a:hover {
	color: #900;
	text-decoration: underline;
}
.footer_content{
	text-align:center;
	padding:5px 0 ;
	font-size: 13px;	
}
/*footer end*/

/* table */
#listTable{
	width:960px;
	border-collapse:collapse;
}
#listTable td{
	text-align: left;
	line-height: 2.5;
	font-size:13px;
	padding:2px 5px;
}
#listTable td a img{
	width:15px;	
}
#listTable tr.alt td{
	background-color:#ffdcdc;
}
#listTable tr.alt:hover td{
	background-color:#E9E9E9;
}
/*#listTable tr:hover{
	background:#E9E9E9;
}*/
#sales{
	cursor:pointer;
	border-bottom:1px solid #E5E5E5;
}
#print{
	padding-top:5px;	
}
#listTable tr a:hover{
	background-color:inherit;
}
#TableList{
	max-width:960px;
	margin: 0 auto;
	border-collapse:collapse;
	font-size: 13px;
	border: 1px solid #E5E5E5;
	cursor: default;
}
#TableList td{
	border-bottom:1px solid #E5E5E5;
	padding:3px 7px 2px 7px;
	text-align: left;
	line-height: 20px;
}
#TableList tr.alt td{
	background-color:#ffdcdc;
}
#TableList tr.alt:hover td{
	background-color:#E9E9E9;
}
#TableList tr:hover{
	background:#E9E9E9;
}
#TableList tr a:hover{
	background-color: #fff;
}
/* end table */

/* job detail */
.middle_img{
	max-width: 1200px;
	height: auto;
	padding:48px 0 0 0;
	margin: 0 auto;
	position:relative;
}
.middle_img .job_image{
	width:100%;	
}
.middle_fee {
	background: #fff;
	position: absolute;
	margin:0;
	width:91%;
	bottom:45px;
	left:3.5%;
	padding:1%;
}
.middle_table{
	max-width: 1200px;
	height: auto;
	margin: 30px auto 30px;
	background:#fff;
	color: #000;
	line-height: 1.8;
	z-index: 25;
	cursor: default;
}
.middle_table p{
	float:left;	
	width:280px;
	margin:0;
	font-size: 13px;
	padding: 5px 0 0 13px;
}
.table_1 {
	max-width: 1200px;
	height: 80px;
	border-bottom: 1px solid #E5E5E5;
	margin:0;
	padding:0 0 5px 0;
}
.table_2 {
	max-width: 960px;
	height: 40px;
	margin:0;
	padding: 0;
}
.sub_cssmenu{
	display:none;	
}
/* end job detail */

/* check form null */
/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/* end check form null */

/* service */
.status_success{
	color:#1da35f;
	margin-bottom:30px;
}
a.service_done{
	color:#008000;	
}
a.service_undone{
	color:#f00;
}
.sales_table .service_description a, .sales_table .service_company a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:250px;
}
.sales_table .service_company a{
	width:195px;
}	
.sales_table .service_customer a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 125px;
}
.service_image{
	width:102%;
	max-width: inherit !important;
	margin:0 0 0 -2%;
	padding:0;
	list-style:none;
}
.service_image li{
	width:31.3% !important;
	margin-left:2% !important;
}
.service_image li a{
	display:block;
}
.service_image li a img{
	width:100%;
	border:none;	
}
.service_type_hide{
	display:none;
}
/* end service */

/* color */
.color{
	width:18%;
	height:50px;
	float:left;	
	font-size:10px;
	padding:1%;
}
.color:hover{
	cursor:pointer;
	background:#F7F7F7;	
}
.color span{
	display:block;
	width:100%;
	height:35px;
	text-align:center;
}
.color_null{
	width:18%;
	height:50px;
	float:left;
	padding:1%;
}
.color_image{
	width:131px;	
}
/* end color */

/* block */
.block{
	width:100px; 
	height:30px;
}
/* end block */

/* pop up */
#modal {
	visibility:hidden;
	width:360px;
	height:auto;
	padding:8px;
	top:200px;
	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	left:50% !important;
	margin-top:-194px !important;
	margin-left:-180px !important;
	z-index:101;
}
#modal1 {
	visibility:hidden;
	width:360px;
	height:auto;
	padding:8px;
	top:200px;
	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
#heading {
	width:360px;
	height:44px;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	-webkit-box-shadow:inset 0px -1px 0px #fff,0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
	inset 0px -1px 0px #fff,
	0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
	inset 0px -1px 0px #fff,
	0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:17px;
	text-align:center;
	line-height:44px;
	color: #000;
}
#heading1 {
	width:auto;
	height:44px;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	-webkit-box-shadow:inset 0px -1px 0px #fff,0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
	inset 0px -1px 0px #fff,
	0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
	inset 0px -1px 0px #fff,
	0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:17px;
	text-align:center;
	line-height:44px;
	color: #000;
}
#content {
	height:auto;
	background: #fff;
	padding:0;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	color: #000;
}
#content1 {
	height:auto;
	background: #fff;
	padding:5px;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	color: #000;
	text-align:right;
}
#content a{
	color: #000;
	display:block;
	height:24px;
	padding:10px 0 0 10px;
	text-align:left;
}
#content1 .registered{
	margin-bottom:10px;
	width:100%;
}
#content a:active {
	color: #000;
	text-decoration: none;
}
#content a:hover{
	color: #fff;
	text-decoration: none;
	background: #c4161c;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
/* end pop up */
.JL{
	max-width:600px;
	position:absolute;
	margin:0;
	padding: 17px 0 0 200px;
}
/*job list*/
.job_list {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 16;
}
.job_box ul{
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;
	height:100%;
}
.job_box ul li{
	float:left;
	width:50%;
	padding:5px 0;
	list-style:none;
	border-bottom: 1px solid #E5E5E5;
	display:table;
}
.job_box ul li:hover{
	background: #E9E9E9;
}
.job_box ul li.full_box{
	width:100%;
}
.job_box ul li .job_column{
	display:table-row;	
}
.job_box ul li .job_column div{
	padding: 3px 7px;
	font-size:13px;
	display:table-cell;
}
.job_box ul li .job_column .title{
	width:120px;
	color: #900;
}
.job_box ul li .job_column .symbol{
	width:10px;
}
.right_table{
	width:100%;
	margin-top:20px;
	padding-right:7px;	
}
.ui-widget{
	z-index:8 !important;
}
.production_active a{
	text-decoration:underline;
}
/*job list end*/
#production_status{
	width: 100%;
	padding: 8px;
	height: auto;
}
.order_pending, .order_progress, .order_cancelled{
	color:#f00;	
}
.order_delivered{
	color:#008000;	
}
.print {
	max-width: 960px;
	margin: 10px auto;
	height: 30px;
	font-size: 17px;
	color: #900;
}
.print a {
	color: #900;
}
.print a:hover {
	color: #900;
	text-decoration: underline;
}
.button {
	width: 100px;
	height: 30px;
	background: #C4161C;
	color: #fff;
	padding:3px;
	cursor:pointer;
	font-size:12px !important;
}
.button_ {
	width: 50px;
	height: 27px;
	color: #fff;
	background: #c4161c;
	text-align: center;
}
.button_ a {
	color: #fff;
}
.button_ a:hover {
	/*font-weight: bold;*/
	color: #fff;
	background: #b5070e;
	text-decoration: none;
}
.button_lyn {
	width: 50px;
	height: 27px;
	background: #c4161c;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 3px 0 0 0;
}
.button_lyn a {
	color: #fff;
	text-decoration: none;
}
.button_lyn a:hover {
	color: #fff;
	text-decoration: underline;
}
.button_active{
	background:#ccc !important;
	color:#000!important;
	font-weight:bold;	
}
.button_active1{
	background:#8d0f13;
	color:#fff;
	font-weight:bold;	
}
.lyn {
	font-size: 15px;
	color: #999;
	width: 50px;
	margin:0;
}
.clear{
	clear:both;	
}
.clearLinking a:hover{
	display:block;
	background-color:#999;	
}
#clearImage{
	display:block;
}
#clearImage:hover{
	display:inline-block;
}
.code{
	width:25%;
	float:left;	
}
.texthidden{
	width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#search_title{
	width:140px;
	float:left;	
}
/* responsive table */
@font-face {
	font-family: 'footable';
	src: url('../Fonts/footable.eot');
	src: url('../Fonts/footable.eot?#iefix') format('embedded-opentype'), url('../Fonts/footable.woff') format('woff'), url('../Fonts/footable.ttf') format('truetype'), url('../Fonts/footable.svg#footable') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: 'footable';
		src: url('../Fonts/footable.svg#footable') format('svg');
		font-weight: normal;
		font-style: normal;
	}
}
.footable-row-detail{
	background:	#c4161c;
	color:#fff;
}
.footable-row-detail a{
	background-color:inherit !important;
	color:#fff;
}
.footable-row-detail-cell{
	padding:10px;	
}
.footable {
	width: 100%;/** SORTING **/
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
	border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e001";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
	cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
	background: #eee;
	border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: inline-block;
	font-family: 'footable';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	padding:0 15px 0 5px;
	font-size: 14px;
	color: #888888;
	float:left;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
	content: "\e000";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
	content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
	content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
	content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
	content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
	content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
	content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
	content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
	content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
	content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
	content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
	font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
	font-size: 24px;
}
.footable > thead > tr > th {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
	cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
	content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
	content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
	display: inline-block;
	font-family: 'footable';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
	content: "\e022";
}
.footable > tfoot .pagination {
	margin: 0;
}
.footable.no-paging .hide-if-no-paging {
	display: none;
}
.footable-row-detail-inner {
	display: table;
	margin:10px;
}
.footable-row-detail-row {
	display: table-row;
	line-height: 1.5;
}
.footable-row-detail-group {
	display: block;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
.footable-row-detail-name {
	display: table-cell;
	font-weight: bold;
	padding-right: 0.5em;
}
.footable-row-detail-value {
	display: table-cell;
}
.footable-odd {
	background-color: #f7f7f7;
}
.sales_table{
	border-top: 1px solid #E5E5E5;;
	width:100% !important;
	max-width:1200px;
	margin:0 auto;	
}
.sales_table a{
	width:100%;
	height:100%;
	display:block;
}
.sales_table a:hover, .sales_table a:active{
	text-decoration:none;	
}
.sales_first{
	width:100px;
}
.stock_quantity_box{
	display:none;	
}
.stock_quantity_form{
	position:relative;
	width:93px;
	margin:0 auto;
}
.stock_quantity_box input{
	width:80px;
	text-align:center;
	padding:5px;
}
.stock_quantity_submit{
	position: absolute;
    padding: 6px;
    border: 0;
    background: #fff;
    right: 0px;
    top: 2px;
	cursor:pointer;
	outline:0;
}
.stock_quantity_submit:hover{
	background:#f4f4f4;	
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../Fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../Fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../Fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../Fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../Fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
 /* RESPONSIVE MENU */
.topbar_menu .responsive_sidebar{
	display:block;	
}
.header .nav, .responsive_sidebar {
	display: none;
}
.responsive_menu {
	display:none;
	background: #c4161c;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	padding: 0 50px;
}
.responsive_menu a{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	margin:5px 0;
	top: 0;
	left: 10px;
}
.mm-list > li > a.responsive_logo{
	text-align:center;
	border-bottom:1px solid #999;
	height:41px;
	padding:25px 0;
}
.mm-page, .mm-fixed-top, .mm-fixed-bottom, .mm-menu.mm-horizontal > .mm-panel {
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: top, right, bottom, left, border;
	-moz-transition-property: top, right, bottom, left, border;
	-ms-transition-property: top, right, bottom, left, border;
	-o-transition-property: top, right, bottom, left, border;
	transition-property: top, right, bottom, left, border;
}
html.mm-opened .mm-page, html.mm-opened #mm-blocker {
	left: 0;
	top: 0;
	margin: 0;
	border: 0px solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page, html.mm-opening #mm-blocker {
	border: 0px solid rgba(100, 100, 100, 0);
}
.mm-menu .mm-hidden {
	display: none;
}
.mm-fixed-top, .mm-fixed-bottom {
	position: fixed;
	left: 0;
}
.mm-fixed-top {
	top: 0;
}
.mm-fixed-bottom {
	bottom: 0;
}
html.mm-opened .mm-page, .mm-menu > .mm-panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html.mm-opened, html.mm-opened body {
	overflow-x: hidden;
	position: relative;
}
html.mm-opened .mm-page {
	position: relative;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	background: inherit;
	display: none;
	overflow: hidden;
	height: 100%;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
}
.mm-menu > .mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
	left: 0%;
}
.mm-menu > .mm-panel.mm-subopened {
	left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
	z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
	display: block;
	visibility: hidden;
}
.mm-menu > .mm-list {
	padding: 0 0 60px 0;
}
.mm-panel > .mm-list {
	margin-left: -20px;
	margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
	padding-top: 0;
}
.mm-list, .mm-list > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-list {
	font: inherit;
	font-size: 14px;
}
.mm-list a, .mm-list a:hover {
	text-decoration: none;
}
.mm-list > li {
	position: relative;
}
.mm-list > li > a, .mm-list > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 15px 15px 15px 20px;
	margin: 0;
}
.mm-list > li > span{
	color:#fff;	
}
.mm-list > li > a > i, .mm-list > li > span > i{
	margin-right:10px;
}
.mm-list > li > a:hover, .mm-list > li > a.topbar_active{
	background:#f5f5f5;
	color:#262626;
}
.mm-list > li > a.responsive_logo:hover{
	background:inherit;
	color:inherit;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
	content: '';
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto;
}
.mm-list a.mm-subopen {
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-list a.mm-subopen::before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
	border-left: none;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
	padding-right: 5px;
	margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
	background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
	padding-right: 45px;
	margin-right: 0;
}
.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px;
}
.mm-list > li.mm-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
	padding-right: 5px;
}
.mm-list > li.mm-spacer {
	padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
	padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px;
}
.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
	display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
	height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 16px;
}
html.mm-opened .mm-page {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
	background: #333333;
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.05);
}
html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom {
	left: 350px;
	width:100%;
	position:fixed;
}
.mm-menu {
	width: 350px;
}
em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 40px;
	top: 50%;
}
em.mm-counter + a.mm-subopen {
	padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
	margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
	padding-left: 0;
}
.mm-vertical em.mm-counter {
	top: 12px;
	margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
	display: none;
}
.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.mm-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: inherit;
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	width: 100%;
	height: 60px;
	padding: 30px 40px 0 40px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.mm-header .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.mm-header .mm-prev, .mm-header .mm-next {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.mm-header .mm-prev:before, .mm-header .mm-next:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -15px;
}
.mm-header .mm-prev {
	left: 0;
}
.mm-header .mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 22px;
}
.mm-header .mm-next {
	right: 0;
}
.mm-header .mm-next:before {
	border-top: none;
	border-left: none;
	right: 18px;
}
.mm-menu.mm-hassearch .mm-header {
	height: 50px;
	padding-top: 20px;
	top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-prev:before, .mm-menu.mm-hassearch .mm-header .mm-mext:before {
	margin-bottom: -10px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
	display: none;
}
.mm-menu.mm-hasheader .mm-panel {
	padding-top: 80px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
	padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
	padding-top: 60px;
}
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
	padding-top: 100px;
}
.mm-menu .mm-header {
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header a:before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-fixedlabels .mm-list {
	background: inherit;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
	background: inherit !important;
	opacity: 0.97;
	height: 25px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
	background: inherit;
	width: 100%;
	position: absolute;
	left: 0;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
	padding-top: 25px;
}
.mm-list > li.mm-label > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 17px;
}
.mm-list > li.mm-collapsed {
	display: none;
}
.mm-menu .mm-list li.mm-label > div > div {
	background: rgba(255, 255, 255, 0.05);
}
.mm-search, .mm-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-search {
	background: inherit;
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	top: 0;
	z-index: 2;
}
.mm-search input {
	border: none;
	border-radius: 15px;
	font: inherit;
	font-size: 14px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 10px;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
	display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
	padding-right: 10px;
}
.mm-menu li.mm-noresults {
	text-align: center;
	font-size: 21px;
	display: none;
	padding-top: 80px;
}
.mm-menu li.mm-noresults:after {
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults {
	display: block;
}
.mm-menu.mm-hassearch > .mm-panel {
	padding-top: 60px;
}
.mm-menu .mm-search input {

	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu li.mm-noresults {
	color: rgba(255, 255, 255, 0.3);
}
html.mm-slide .mm-menu {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}
html.mm-slide.mm-opening .mm-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
	-webkit-transform: translateY(40%);
	-moz-transform: translateY(40%);
	-ms-transform: translateY(40%);
	-o-transform: translateY(40%);
	transform: translateY(40%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateX(-40%);
	-moz-transform: scale(0.7, 0.7) translateX(-40%);
	-ms-transform: scale(0.7, 0.7) translateX(-40%);
	-o-transform: scale(0.7, 0.7) translateX(-40%);
	transform: scale(0.7, 0.7) translateX(-40%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateX(40%);
	-moz-transform: scale(0.7, 0.7) translateX(40%);
	-ms-transform: scale(0.7, 0.7) translateX(40%);
	-o-transform: scale(0.7, 0.7) translateX(40%);
	transform: scale(0.7, 0.7) translateX(40%);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateY(-40%);
	-moz-transform: scale(0.7, 0.7) translateY(-40%);
	-ms-transform: scale(0.7, 0.7) translateY(-40%);
	-o-transform: scale(0.7, 0.7) translateY(-40%);
	transform: scale(0.7, 0.7) translateY(-40%);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateY(0%);
	-moz-transform: scale(1, 1) translateY(0%);
	-ms-transform: scale(1, 1) translateY(0%);
	-o-transform: scale(1, 1) translateY(0%);
	transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateY(40%);
	-moz-transform: scale(0.7, 0.7) translateY(40%);
	-ms-transform: scale(0.7, 0.7) translateY(40%);
	-o-transform: scale(0.7, 0.7) translateY(40%);
	transform: scale(0.7, 0.7) translateY(40%);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateY(0%);
	-moz-transform: scale(1, 1) translateY(0%);
	-ms-transform: scale(1, 1) translateY(0%);
	-o-transform: scale(1, 1) translateY(0%);
	transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-page.mm-opened .mm-page {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-zoom-page.mm-opening .mm-page {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
html.mm-zoom-page.mm-right.mm-opened .mm-page {
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}
html.mm-zoom-page.mm-top.mm-opened .mm-page {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}
html.mm-zoom-panels .mm-panel {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-zoom-panels .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}
html.mm-opening.mm-fullscreen .mm-page, html.mm-opening.mm-fullscreen #mm-blocker, html.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opening.mm-fullscreen .mm-fixed-bottom {
	left: 100%;
}
.mm-menu.mm-fullscreen {
	width: 100%;
}
.mm-menu.mm-top.mm-fullscreen {
	height: 100%;
}
html.mm-top.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
	top: 100%;
}
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: -100%;
}
.mm-menu.mm-right.mm-fullscreen {
	width: 100%;
}
html.mm-right.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
	right: 100%;
}	
.ui-datepicker{
	z-index:100 !important;	
}
/********************************************** start responsive design ******************************************/
/* for 980px or less */
@media screen and (max-width: 1200px) {
	#clock{
		display:none;	
	}
}
@media screen and (max-width: 980px) {
	/* responsive menu */
	.responsive_menu, .responsive_sidebar{
		display:block;	
	}
	.top, .topbar_menu .responsive_sidebar{
		display:none;	
	}
	/* end responsive menu */
	.header{
		width:100%;
		height:auto;
	}
	.top_bar{
		height:auto;
	}
	.top_right{
		float:left;
		margin-right:0;
		width:100%;
		display:block;	
	}
	.logo_{
		margin:13px 0 13px 10px;	
	}
	.sidebar{
		height:auto;
		float:none;
		padding:10px 0 10px 10px;
		margin:30px auto 0;
	}
	#pagination_bar{
		height:auto;	
	}
	.bar_{
		margin:10px 0;
		padding:5px 0;
		float:none;
		max-width:inherit;
		text-align:center;
		width:100%;
	}
	.bar_ ul{
		margin-left:10px;
		display:inline-block;	
	}
	.bar_ ul li{
		display:none;
		padding:0 20px 0 0;	
	}
	.bar_ ul li.responsive_pagination{
		display:block;	
	}
	.footer{
		height:auto;	
	}
	.middle_table p.job_description{
		width:730px;	
	}
	.job_box ul li .job_column div{
		font-size:12px;
		padding:3px 4px;	
	}
	.job_box ul li .job_column .title{
		width:100px;	
	}
	#pagination_bar .bar_ {
		display: block;
	}
	/* color chart */
	.login_wording{
		width:350px;	
	}
	.login_wording{
		margin-top:80px;
		margin-left:10px;
	}	
	.login{
		margin-right:10px;	
	}
	.sales_first_service{
		display:none;	
	}
}
@media screen and (max-width: 767px) {
	.ac_input{
		width:98%;	
	}
	.sidebar{
		margin:0 auto;
		padding:30px 0 0;	
	}
	#pagination_bar .bar_{
		display:block;	
	}
	.contactFormContainer{
		width:100px;
	}	
	.bar_{
		padding:0;
	}
	.bar_ ul{
		display:inline-block;	
	}
	.bar_ ul li{
		padding:4px 20px 4px 0;
	}
	#pagination_bar .bar_ ul{
		margin:0;	
	}
	#pagination_bar .bar_ ul li{
		float:left;
		padding:5px 10px 5px 10px;
	}
	#pagination_bar .bar_ ul.sales_pagination li{
		padding:0 0 0 5px;	
	}
	#pagination_bar .bar_ ul.sales_pagination li:first-child{
		padding-left:0;
	}
	.button{
		width:96px;
	}
	#pagination_bar .bar_ ul.sales_pagination li .button{
		width:85px;
	}
	#contactForm{
		position:absolute;
		width:360px;
		left:0;
		top:25px;
		margin-left:-261px;
	}
	#contactForm fieldset{
		padding:10px;	
	}
	#contactForm fieldset .lyn{
		padding-left:10px;
		font-size:13px;	
	}
	#contactForm label{
		width:100%;
		font-size:13px;	
	}
	#search_title{
		width:120px;	
	}
	#left{
		width:318px;
		padding:10px;
	}
	.left, select.left{
		width:100%;	
	}
	#contactForm #sendMail{
		margin: 0 !important;
		position:relative;
	}
	#contactForm fieldset .lyn{
		padding:0;	
	}
	.middle_table{
		height:auto;
		padding:10px 0;	
	}
	.middle_table{
		overflow:hidden;	
	}
	.middle_table p.job_description{
		width:100%;	
	}
	.job_box ul li{
		width:100%;	
	}
	.middle_fee{
		position:relative;
		width:auto;
		left:0;
		padding:0;
		bottom:0;
		margin:10px;	
		font-size:13px;
	}
	.table_1, .table_2{
		height:auto;	
	}
	.middle_table p{
		padding-left:10px;
		float:none;
		width:auto;	
	}
	.JL{
		position:relative;	
		height:31px;
		padding:19px 0;
		margin-left:190px;
		width:59%;
	}
	#searchForm{
		position:relative;	
	}
	.top_ form input[type="submit"]{
		position:absolute;
		margin:0;
		right: 0;
		z-index:99;	
	}
	.contactFormContainer{
		top:4px;	
		right:60px;
		position:absolute;
	}
	.sub_cssmenu_desktop{
		display:none !important;	
	}
	.sub_cssmenu{
		display:block;
		width:181px;
		margin:20px auto;
	}
	.color, .color_null{
		height:80px;
		width: 23%;	
	}
	.color_image{
		width:75%;	
	}
	.login_wording, .login{
		width:250px;	
	}
	.login_logo{
		padding:0;
		margin:10px 10px 0 0;
		float:right;	
	}
	.login_form{
		width:240px;
		padding:40px 10px 20px 10px;
	}
	.login form input[type="text"], .login form input[type="password"], .login p{
		width:227px !important;
	}
	.login label input[type="submit"]{
		float:right;
		margin-left:30px;	
	}
	.header_login{
		padding:6px 0 0 10px;
	}	
	.sales_first_service{
		display:none;	
	}
	.sales_table .service_description a{
		width:180px;	
	}
	/* service */
	.service_image{
		width:100%;
		margin:0;	
	}
	.service_image li{
		width:100%% !important;
		margin-left:0 !important;
	}
	/* end service */
	/* form validate*/
	.parentFormformID.formError{
		left:0 !important;
	}
	/* form validate */
}
@media screen and (max-width: 560px) {
	.sales_first{
		width:80px;
	}	
	.texthidden{
		width:250px;
	}
	.login_wording, .login{
		width:90%;
		margin: 0 auto;
		float:none;
	}
	.login_wording{
		margin-bottom:40px;	
	}
	.login_form{
		padding: 40px 5% 20px 5%;
		width:90%;
	}
	.login_logo{
		margin:20px 20px 0 0;	
	}
	.login form input[type="text"], .login form input[type="password"], .login p{
		width:100% !important;	
	}
}
@media screen and (max-width: 480px) {
	body{
		min-width:310px;	
	}
	.ac_input{
		width:98%;	
	}
	.texthidden{
		max-width:150px;
	}
	#modal, #modal1, #contactForm{
		position:absolute;
		width:290px;
		margin-left:-135px;
		overflow:hidden;
		top:28px;
	}
	#modal{
		margin-left: -145px !important;
		margin-top:0 !important;
	}
	#heading{
		width:290px;
	}	
	#left{
		width:auto;	
	}
	#close{
		position:absolute;
		right:0;
	}
	#left .ac_input, .left, select.left{
		width:100%;
	}
	#contactForm fieldset .lyn{
		padding-left:0;
		width:100%;	
	}
	#contactForm #sendMail{
		margin:0 !important;
		position:relative;	
	}
	.top_{
		height:auto;	
	}
	.top_search{
		height:auto;
		position:relative;	
	}
	.logo_{
		width:120px;
		height:30px;
		top:0;	
		margin:10px auto;
		position:relative;
	}
	.logo_ img{
		width:100%;	
		margin: 0;
	}
	.JL{
		padding:0;
		height: 31px;
		margin:0 auto 10px;
		width:100%;
	}
	#searchForm{
		margin:0;	
		height:31px;
		position:relative;
	}
	.contactFormContainer{
		position:absolute;
		top:4px;
		right:55px;
	}	
	.top_bar{
		height:auto;
		display:inline-block;	
	}
	.sidebar{
		height:auto;
		margin: 0 auto;
		float:none;
		padding:30px;
	}
	#pagination_bar{
		min-height:40px;	
	}
	.top_ form input[type="submit"]{
		z-index:99;
		position:absolute;
		right:0;	
	}
	/* responsive menu */
	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{
		left:80%;
	}
	.mm-menu{
		width:80%;
	}
	.responsive_menu{
		text-indent:-9999px;
	}
	.quotation_border table tr td{
		font-size:13px !important;
		line-height:2 !important;
	}
	.sales_table .service_description a{
		white-space: inherit;
		width:auto;
	}
}