html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	background:url(../img/bg.png) fixed;
	background-size:cover;
	font-family: "Trebuchet MS";
	font-size:13px;
	text-align:justify;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/***********************************************
				Css Starts here
***********************************************/
.clear{
	clear:both;
}
.blank{
	height:2px;
}
.blank1{
	height:5px;
}
.blank2{
	height:10px;
}
.blank3{
	height:15px;
}
.blank4{
	height:20px;
}
.blank5{
	height:25px;
}
h1, h2, h3, h4, h5, h6{
	color:#2980b9;
	font-size:18px;
	font-weight:normal;
	border-color:#2980b9;
	border-style:solid;
	border-width:0 0 1px 0;
	padding:0px 0px 5px 0px;
}
h2{
	font-size:16px;
}
h3{
	font-size:15px;
}
h4{
	font-size:14px;
}
h5{
	font-size:13px;
}
h6{
	font-size:12px;
}

.wrap{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}

.topbar{
	background:rgba(255,255,255,0.8);
	height:35px;
	width:auto;
	margin:0px;
	padding:0px;
}
.top{
	width:1024px;
	padding:10px 0;
	margin:0px auto;
	color:#000;
}
.top a{
	color:#000;
}
.top a img, .top img{
	text-decoration:none;
	outline:none;
	border:none;
	margin:0 3px;
}

.container{
	width:1024px;
	height:auto;
	margin:0px auto;
	background:#fff;
}
.header{
	width:1024px;
	height:140px;
	float:left;
}
.logo{
	width:450px;
	height:86px;
	margin:50px 10px 10px 0;
	float:left;
	font-weight:bold;
	color:#fff;
	font-size:38px;
}
.logo img{
	width:450px;
	height:86px;
}
.menu-wrap{
	width:auto;
	height:35px;
	padding:5px;
	margin:85px 0 0 0px;
	float:right;
	background:rgba(255,255,255,0.5) url(../img/menu-bg.png) bottom center no-repeat;
	background-position:center 26px;
	background-size:100% auto;
	box-shadow:0 0 1px #999;
}
.menu-inner{
	width:auto;
	height:35px;
	padding:0px;
	margin:0px 0px;
	float:left;
	background:rgba(255,255,255,1);
}
.mid{
	width:1004px;
	height:auto;
	padding:10px;
	background:rgba(255,255,255,0.7);
	float:left;
}
.slider{
	width:1004px;
	height:340px;
	padding:0px 0px 5px 0px;
	background:url(../img/menu-bg.png) bottom center no-repeat;
	background-position:center 318px;
	background-size:100% auto;
	
}
#slider {
	list-style: none;
	padding: 0px
}
#slider img {
	width: 175px;
	height: 65px;
	margin: 0px;
	display: inline-block
}
#slider li {
	float: left;
	width: 185px;
}
.lean-slider {
	position: relative;
 *zoom: 1;
}
.lean-slider:before, .lean-slider:after {
	content: " ";
	display: table;
}
.lean-slider:after {
	clear: both;
}
.lean-slider-slide {
	float: left;
	width: 100%;
	height: 335px;
	margin-right: -100%;
	display: none;
}
.lean-slider-slide.current {
	display: block;
}
.slider-wrapper {
	width: 1002px;
	height: 335px;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 2999px;
	background: #fff url(../img/loading.gif) no-repeat 50% 50%;
}
.lean-slider {
	overflow: hidden;
}
.lean-slider-slide {
	display: block;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 0.6s linear;
	-moz-transition: opacity 0.6s linear;
	-ms-transition: opacity 0.6s linear;
	-o-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}
.lean-slider-slide.current {
	opacity: 1;
}
.lean-slider-slide img {
	display: block;
	width: 100%;
	height: 335px;
}
#slider-direction-nav {
	position: absolute;
	left: 0;
	top: 47%;
	width: 100%;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav {
	opacity: 1;
}
#slider-direction-nav a {
	float: left;
	display: block;
	width: 26px;
	height: 37px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}
#slider-direction-nav .lean-slider-next {
	float: right;
	background-position: 100% 0;
	margin: 0 10px 0 0px;
}
#slider-control-nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav {
	opacity: 1;
}
#slider-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/bullets.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 3px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#slider-control-nav a.active {
	background-position: 100% 0;
}


.mid-inner{
	width:984px;
	height:auto;
	background:rgba(255,255,255,0.5);
	float:left;
	margin:10px 0;
	padding:10px;
}

.left{
	width:685px;
	float:left;
}
.left p, .right p{
	color:#444;
	line-height:1.7;
}
.left p br, .right p br{
	line-height:2.5;
}
.read{
	background: #59aec8; /* Old browsers */
	background: -moz-linear-gradient(top,  #59aec8 0%, #53abc5 4%, #479ebb 30%, #297fa3 78%, #21779c 96%, #25799e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59aec8), color-stop(4%,#53abc5), color-stop(30%,#479ebb), color-stop(78%,#297fa3), color-stop(96%,#21779c), color-stop(100%,#25799e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #59aec8 0%,#53abc5 4%,#479ebb 30%,#297fa3 78%,#21779c 96%,#25799e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #59aec8 0%,#53abc5 4%,#479ebb 30%,#297fa3 78%,#21779c 96%,#25799e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #59aec8 0%,#53abc5 4%,#479ebb 30%,#297fa3 78%,#21779c 96%,#25799e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #59aec8 0%,#53abc5 4%,#479ebb 30%,#297fa3 78%,#21779c 96%,#25799e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59aec8', endColorstr='#25799e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	border-radius:3px;
	float:right;
}
.right{
	width:285px;
	height:auto;
	float:right;
}


.quote{
	width:263px;
	height:auto;
	background:rgba(255,255,255,0.5);
	padding:10px;
	border:1px solid #2980b9;
	margin:10px 0;
}
.quote h2{
	padding:0px;
}
.quote input[type='text'], .quote input[type='email'], .quote textarea{
	width:255px;
	height:24px;
	font-size:12px;
	padding:3px;
	border:1px solid #dfdfdf;
	margin:10px 0 0 0;
}
.quote textarea{
	height:60px;
	resize: vertical;
}
.quote input[type='submit']{
	background:#dfdfdf;
	border:none;
	float:right;
	border:1px solid #dsfdfdf;
	padding:5px 15px;
	resize: vertical;
}
.footer{
	width:1004px;
	height:auto;
	padding:10px;
	background:rgba(0,0,0,0.6);
	float:left;
	color:#fff;
}
.footer a{
	color:#fff;
}

/********* aMenu required ***********/

#menu {
	margin: 0px;
	padding: 0px;
	z-index: 999;
	width: auto;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background: #555;
	margin: 0px;
}
#menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative !important;
	float: left;
	vertical-align: bottom;
}
#menu li a:link, #menu li a:visited, #menu li a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#menu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute !important;
	height: auto;
	width: auto;
	z-index: 9999;
}
#menu ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
/******** aMenu look *******/

#menu li {
	height: 35px;
}
#menu li.parent > a {
	background: url(../img/down_arrow.gif) no-repeat 98% 50%;
}
#menu li a:link, #menu li a:visited {
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	padding: 0px 13px 0 8px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
}
#menu li:last-child a {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
}
#menu li a:hover, #menu li a.active {
	color: #fff;
	background-color: rgba(0,116,191,0.7);
	text-shadow: 1px 1px 0px (0, 0, 0, 0.3);
}
#menu ul {
}
#menu ul li {
	height: 30px;
	background: rgba(204,213,227,0.9);
	border-color: rgba(255,255,255,0.3);
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}
#menu ul li.parent > a {
	background: url(../img/right_arrow.gif) no-repeat 95% 50%;
}
#menu ul li a:link, #menu ul li a:visited {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	border-left: none;
	color: #444;
}
#menu ul li a:hover, #menu ul li a.active {
	background-color: rgba(0,116,191,0.6);
	color: #000;
}
/**************************************************
aMenu Ends here **********************************/

.table, .contact-table, .contact-det-table {
	display: table;
	margin: 10px 0;
}
.contact-det-table {
	float: left;
	width: 610px;
}
.contact-table {
	float: left;
	width: auto;
}
.contact-table h3{
	margin:10px 0;
}
.table-row, .contact-table-row {
	display: table-row;
}
.contact-table-row {
	display: table;
	float: left;
}
.label.mytemp-cell {
	width: 200px;
	float: left;
	height: auto;
	padding: 3px 0;
	margin: 3px 0;
}
.label-cell {
	width: 200px;
	float: left;
	height: auto;
	padding: 5px 3px 3px 0;
}
.input-cell {
	width: 400px;
	float: left;
	height: auto;
	padding: 3px;
}
.info-cell {
	width: 300px;
	float: left;
	height: auto;
	padding: 3px;
	line-height: 24px;
}



.webwidget_slideshow_dot {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}
.webwidget_slideshow_dot p, .webwidget_slideshow_dot h3{
	color:#fff;
	border:none;
}
.webwidget_slideshow_dot a {
	text-decoration: none;
}
.webwidget_slideshow_dot a:hover {
	text-decoration: underline;
}
.webwidget_slideshow_dot .slides_box {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
}
.webwidget_slideshow_dot .title_thumb_box {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.webwidget_slideshow_dot .title_thumb_box .title_box {
	padding: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box {
	text-align: center;
	height: 25px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span {
	margin-right: 5px;
	margin-left: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span img {
	cursor: pointer;
}
.webwidget_slideshow_dot img {
	padding: 0px;
	margin: 0px;
	border: none;
}
.webwidget_slideshow_dot ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	list-style: none;
}
.webwidget_slideshow_dot ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.webwidget_slideshow_dot ul li a {
	display: block;
}
.thumb_num {
	display: none;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span img.thumb_p, .webwidget_slideshow_dot .title_thumb_box .thumb_box span img.thumb_n {
	float: left;
	margin: 0 5px;
}


.crafts, .aog{
	width:685px;
	float:left;
}
.crafts ul, .aog ul{
	width:685px;
	float:left;
	float:left;
	list-style:none;
}
.crafts ul li, .aog ul li{
	width:200px;
	padding:3px 0 5px 20px;
	float:left;
	color:#444;
	background: url(../img/arrow-right.gif) left center no-repeat;
	cursor:pointer;
}
.aog ul li{
	width:400px;
}
.crafts ul li:hover, .aog ul li:hover{
	float:left;
	color:#2980b9;
	background:url(../img/arrow-right-dark.gif) left center no-repeat;
}



table{
border:0px;
padding:10px 0;
margin:10px 0 0 0;
border:1px solid #dfdfdf;
}
table caption{
font-weight:bold;
padding:0 0 5px 0;
margin:0 0 5px 0;
border-bottom:1px solid rgba(0,0,0,0.09);
}
tr{
border-bottom:1px solid rgba(0,0,0,0.09);
	
}
td{
padding:5px;
border-right:1px solid #dfdfdf;
}
.logos{
	width:685px;
	float:left;
}
.logos img{
	margin:8px;
	width:200px;
	opacity:0.8;
	border:1px solid #dfdfdf;
}
.logos img:hover{
	opacity:1;
	border:1px solid #ddd;
	box-shadow:0px 0px 5px #dfdfdf;
	-moz-box-shadow:0px 0px 5px #dfdfdf;
	-webkit-box-shadow:0px 0px 5px #dfdfdf;
}

.products {
	width: 685px;
	float: left;
	height: auto;
}
.products-img {
	width: 216px;
	height: auto;
	float: left;
	margin:10px 5px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	line-height: 0px;
}
.products-img img {
	width: 216px;
	height: 102px;
	margin: 0px;
	border: 1px solid #dfdfdf;
}
.products-img span {
	color: #fff;
	font-size: 12px;
}
.products-img h3 {
	color: #fff;
	font-size: 13px;
	margin: 5px 0;
}
.cover {
	padding: 10px;
	background: rgba(0,0,0,0.7);
	left:1px;
	-webkit-transition: all .4s linear;
	padding: 5px 0;
	width: 216px;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: -100px;
}
.products-img:hover .cover {
	-webkit-transition: all .25s linear;
	bottom: 0px;
}



.pull-left{
	float:left;
}
.pull-right{
	float:right;
}




/*******************************************************************
============================Form Input==============================
*******************************************************************/

input[type='text'], input[type='password'], input[type='number'], input[type='email'], input[type='url'], textarea, select {
	background-color: #fff;
	border: solid 1px #dfdfdf;
	width: 200px;
	padding: 5px;
	border-radius: 3px;
}
textarea {
	height: 60px;
}
select {
	width: 210px;
}
input[maxlength='3'] {
	width: 30px;
}
input[maxlength='4'] {
	width: 40px;
}
input[maxlength='5'] {
	width: 45px;
}
input[maxlength='10'] {
	width: 133px;
}
input[type='text'].focus, input[type='password'].focus, input[type='number'].focus, input[type='email'].focus, input[type='url'].focus, textarea.focus, select.focus {
	border-color: #000;
}
input[type='text'].inactive, input[type='number'].inactive, input[type='email'].inactive, input[type='url'].inactive, textarea.inactive, select.inactive, option.inactive {
	color: #999;
	font-style: italic;
}
input[type='text'].invalid, input[type='password'].invalid, input[type='number'].invalid, input[type='email'].invalid, input[type='url'].invalid, textarea.invalid, select.invalid {
	border-color: #c22d18;
}
span.checkbox-container {
	border: 1px solid transparent;
	display: block;
	width: 145px;
	padding: 2px 5px;
	float: left;
}
span.checkbox-container.invalid {
	border-color: red;
}
select.inactive option {
	color: #000;
	font-style: normal;
}
select option.inactive, select.inactive option.inactive {
	color: #999;
	font-style: italic;
}
input[type='submit'] {
	margin: 0px;
}
/*******************************************************************
============================Button==================================
*******************************************************************/
.button {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: linear-gradient(top, #fbfbfb, #e1e1e1);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	border: 1px solid #d4d4d4;
	height: 26px;
	line-height: 24px;
	padding: 0px 25px;
	font-weight: normal;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #666666;
	text-shadow: 0 1px 1px white;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}
.button:hover {
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background: -o-linear-gradient(top, #ffffff, #dcdcdc);
	background: linear-gradient(top, #ffffff, #dcdcdc);
}
.button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
	background: #eeeeee;
	color: #bbbbbb;
}
.button:focus {
	outline: none;
}
input.button, button.button {
	height: 28px;
	cursor: pointer;
	-webkit-appearance: none;
}
.button.disabled, .button.disabled:hover, .button.disabled:active, input.button:disabled, button.button:disabled {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: #EEE;
	border: 1px solid #DDD;
	text-shadow: 0 1px 1px white;
	color: #CCC;
	cursor: default;
	-webkit-appearance: none;
}
.button-rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.button-border-primary {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #00a1cb;
	border: 1px solid #00a1cb;
	background: none;
	text-shadow: none;
}
/* line 298, ../scss/partials/_buttons.scss */
.button-border-primary:hover {
	background: none;
	color: #00c9fe;
	border: 1px solid #00c9fe;
}
/* line 303, ../scss/partials/_buttons.scss */
.button-border-primary:active {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	background: none;
	color: #007998;
	border: 1px solid #007998;
}
/* line 309, ../scss/partials/_buttons.scss */
.button-border-primary.disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
.button-border-action {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #7db500;
	border: 1px solid #7db500;
	background: none;
	text-shadow: none;
}
/* line 298, ../scss/partials/_buttons.scss */
.button-border-action:hover {
	background: none;
	color: #a0e800;
	border: 1px solid #a0e800;
}
/* line 303, ../scss/partials/_buttons.scss */
.button-border-action:active {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	background: none;
	color: #5a8200;
	border: 1px solid #5a8200;
}
/* line 309, ../scss/partials/_buttons.scss */
.button-border-action.disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
