@font-face {
 font-family: 'bentonsans_regular';
 src: url('../fonts/bentonsans-regular-webfont.eot');
 src: url('../fonts/bentonsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bentonsans-regular-webfont.woff') format('woff'), url('../fonts/bentonsans-regular-webfont.ttf') format('truetype'), url('../fonts/bentonsans-regular-webfont.svg#bentonsansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'bentonsans_medium';
 src: url('../fonts/bentonsans-medium-webfont.eot');
 src: url('../fonts/bentonsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bentonsans-medium-webfont.woff') format('woff'), url('../fonts/bentonsans-medium-webfont.ttf') format('truetype'), url('../fonts/bentonsans-medium-webfont.svg#bentonsansmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'france';
 src: url('../fonts/france.eot');
 src: url('../fonts/france.eot?#iefix') format('embedded-opentype'), url('../fonts/france.woff') format('woff'), url('../fonts/france.ttf') format('truetype'), url('../fonts/france.svg#bentonsansmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-size: 100%;
}
body {
	background: white;
	color: #808080;
	padding: 0;
	margin: 0 auto;
	font:14px/24px "bentonsans_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	cursor: default;
}
a {
	text-decoration:none;
}
a:hover {
	cursor: pointer;
}
img, object, embed {
	max-width: 100%;
	height: auto;
}
object, embed {
	height: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.hide {
	display: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
}
img {
	display: inline-block;
	position:relative;
}
textarea {
	height: auto;
	min-height: 50px;
}
select {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color:#630;
	font-weight:300;
}
/* column styling*/

.row {
	clear: both;
	overflow:hidden;
	-webkit-transition : all 400ms ease-out;
	-moz-transition : all 400ms ease-out;
	-o-transition : all 400ms ease-out;
	-ms-transition : all 400ms ease-out;
	transition : all 400ms ease-out;
}
.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
}
 @media(max-width: 1400px) {
 .row {
 width:1040px;
 max-height:100%;
}
}
 [class*="row"] {
 zoom: 1
}
 [class*="row"]:before, [class*="row"]:after {
 content: "";
display: table;
}
 [class*="row"]:after {
 clear: both
}
 .row [class*="col"] {
 float: left;
 min-height: 1px;
 padding: 0 20px;
 position: relative;
}
.row .col-1 {
	width: 8.333%;
}
.row .col-2 {
	width: 16.667%;
}
.row .col-3 {
	width: 25%;
}
.row .col-4 {
	width: 33.333%;
}
.row .col-5 {
	width: 41.667%;
}
.row .col-6 {
	width: 50%;
}
.row .col-7 {
	width: 58.333%;
}
.row .col-8 {
	width: 66.667%;
}
.row .col-9 {
	width: 75%;
}
.row .col-10 {
	width: 83.333%;
}
.row .col-11 {
	width: 91.667%;
}
.row .col-12 {
	width: 100%;
}
.row .colone_fifth {
	width: 20%;
}
/*--------------------page styles custom--------------------------------*/


#page {
}
#main-container {
	margin-bottom: 50px;
	padding: 25px 0 25px 0;
	width:100%;
}
#showLeft {
	display:none;
}
.logo {
	margin-bottom: 35px;
	text-align:center;
}
.logo a {
	padding:20px;
}
#sidebar {
	background-image:-moz-linear-gradient(right top, #EBEBEB 0px, #FDFDFD 100%);
	background-image:-webkit-linear-gradient(right top, #EBEBEB 0px, #FDFDFD 100%);
	background-image:linear-gradient(right top, #EBEBEB 0px, #FDFDFD 100%);
	float: left;
	margin-top: -25px;
	padding-left: 30px;
	padding-top: 0;
	position: fixed;
	width:180px;
	height:100%;
	z-index:10;
	-webkit-box-shadow:0 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 12px rgba(0, 0, 0, 0.2);
}
nav ul {
	margin:0 auto auto 18px;
	padding:0;
}
nav ul li {
	clear: both;
	float: left;
	margin: 0 0 15px;
	text-align: center;
	list-style:none
}
nav a {
	color: #9AC917;
	text-transform: uppercase;
	font-family:"bentonsans_medium";
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav a:hover {
	padding-left: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#container {
	height: auto;
	margin-left: 179px;
	min-height: 600px;
	width: auto
}
header {
	margin: 0 auto;
	width: 1040px;
}
header h1.name {
	color: #2E3192;
	font-family: "france";
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: color 180ms ease-in-out 0s;
	-moz-transition: all 180ms ease-in-out 0s;
	-o-transition: all 180ms ease-in-out 0s;
	transition: all 180ms ease-in-out 0s;
}
header h1.name:hover {
	text-shadow:3px 3px #ddd;
}
#slider {
	width:100%
}
#slider img {
	width:100%
}
/***** Slideshow Stylesheet *****/
#slideshow-container {
	width:100% !important;
	height:463px;
	background:#e4e6e6;
	position:relative;
	overflow:hidden;
	padding:0;
}
#slideshow-container2 {
	width:100% !important;
	height:412px;
	background:#e4e6e6;
	position:relative;
	overflow:hidden;
	padding:0;
}
.banner {
	width:100%;
	height:463px !important;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.inner {
	padding: 0 0 0 50px
}
footer {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	clear: both;
	margin: 20px auto 0;
	max-width: 100%;
	position: fixed;
	width: 1300px;
}
p {
	margin: 0 0 15px;
	line-height:24px;
	text-align:justify;
}
.img {
	margin: 10px 0 0 0;
	/*opacity:.6;*/
		-webkit-transition: all 180ms ease-in-out 0s;
	-moz-transition: all 180ms ease-in-out 0s;
	-o-transition: all 180ms ease-in-out 0s;
	transition: all 180ms ease-in-out 0s;
}
/*
.img:hover {
		opacity:1;
}*/

.img-left {
	margin: 10px 25px 0 0;
	float:left !important;
}
.img-right {
	margin: 10px 25px 0 0;
	float:right !important;
}
.space-30 {
	margin-top:30px;
}
.space-50 {
	margin-top:50px;
}
.space-60 {
	margin-top:60px;
}
.space-70 {
	margin-top:70px;
}
/*tables*/

caption {
	border-bottom: 0 none;
	font-style: italic;
	line-height: 1.45em;
	padding: 0.75em 10px;
	text-align: left;
}
table {
	margin-bottom:1.4em;
	width:100%;
	border:1px solid #cccccc;
}
thead {
	text-align:left;
	font-weight:bold;
}
tbody tr:nth-child(even) td {
background:#f2f2f2;
}
tfoot {
	font-style:italic;
}
tfoot td, tfoot th {
	padding:.75em 10px;
}
th, td, caption {
	border:1px solid #cccccc;
}
th {
	line-height: 30px !important;
	padding: 0 10px !important;
	font-family:"bentonsans_medium";
	font-weight:normal;
}
td {
	line-height: 30px !important;
	padding: 0 10px !important;
	font-weight:normal;
}
th a {
	color: #660000;
	font-weight: 300;
	text-transform: uppercase;
}
td a {
	color:#707070 !important
}
td span {
	color:#F63;
	font-style:italic;
}
td img {
	vertical-align:center;
	width:100%;
	margin:10px 0 0 0;
}
tr {
	width:100%;
}
tr td:first-child {
	width:30%
}
 tr td:nth-child(2) {
 width: 43%;
}
 tr td:nth-child(3) {
 width: 27%;
}
.grade {
	width:200px;
}
/*list-circle*/

ul.list-circle {
}
ul.list-circle {
	line-height: 35px;
}
/*breadcrumb*/

.bread {
	font-size: 15px;
	padding-top: 30px;
}
.bread a {
	color: #663333;
	line-height: 30px;
	text-decoration: underline;
}
.bread span {
	margin:0 15px;
}
.copy {
	margin-left:-10px;
	float:left;
}
.author {
	float:right;
}
/* contact form*/
 
 .contact-form {
}
.form-input {
	display: inline-block;
	margin: 0 5% 2% 0;
	width: 100%;
}
.form-input input[type="text"] {
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0 10px;
	padding: 10px;
	width: 100%;
}
.contact-form textarea {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin: 15px 0 10px;
	padding: 10px;
	width: 100%;
}
.form-input:focus {
	border:1px solid #ddd;
}
.form-input label {
	display:block;
	margin:12px 0 4px;
}
.form-input label span {
	color:#ea1c1c;
}
.button_small {
	font-size: 11px;
	line-height: 1;
	min-width: 80px;
	padding: 10px;
}
.button, input[type="submit"] {
	background: #9AC917;
	border: medium none !important;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	font-family: inherit;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: 0.85;
	outline: medium none !important;
	padding: 10px 25px 12px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.address p {
	margin: 0 0 10px !important;
	text-align: left;
	display:flex;
	font-size:13px;
}
.address-img img {
	border-radius:5px !important;
}
.aboutdetails p {
	text-align:center;
}
/* capabilities */

.aboutdetails {
	margin: 0 auto;
	max-width: 70%;
	text-align: center;
}
.aboutdetails img {
	border-radius: 5px;
	margin:10px 0 20px 0
}
.bold {
	font-family:"bentonsans_medium";
}
b, strong {
	font-family:"bentonsans_medium" !important;
	font-weight:normal !important;
}
small {
	font-size: 9px !important;
}
td p {
	line-height:28px;
	font-size:13px;
	margin:0 auto;
	padding:5px;
}
.current {
	color:#F60 !important;
	text-decoration:none !important;
	font-style:italic;
}
.italic {
	font-style:italic !important;
}
ul.gallery {
	margin:0 auto;
	padding:0;
}
ul.gallery li {
	margin:10px;
	width:23%;
	float:left;
	list-style:none;
}
.link {
	color:#660
}
.link:before {
	content:"→";
	color:#660;
	width:20px;
	height:20px;
	padding-right:10px;
}
.link.alt {
}
.link.alt:before {
	content:normal;
	color:#660;
	width:20px;
	height:20px;
	padding-right:0px;
}
.mail {
	color:#808080
}
p.author a {
	color:#666600 !important;
}
/*All Media*/ 

@media only screen and (min-width: 768px) and (max-width: 959px) {
 #container, header, footer {
 width: 580px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col-"] {
 clear: both;
 float: none !important;
 width: 100%;
}
footer {
 position:relative;
}
footer p, .author {
 text-align:center;
}
 #about h2, #about p {
 text-align:left !important;
}
 #slideshow-container {
height:346px;
}
#slideshow-container2 {
height:295px;
}
.mobile-two .shape {
margin:0 auto;
}
.tp-bullets {
display:none !important;
}
.featured-column {
padding:46px 0px 33px 0px;
}
.content-hide {
display:none !important;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 #showLeft {
 display:none
}
 #container, header, footer {
 width: 835px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col"] {
 padding-left: 10px;
 padding-right: 10px;
}
 #site-nav > ul > li > a {
 padding-left: 20px;
 padding-right: 20px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
 .row {
 margin: 0 auto;
 max-width: 100%;
 width: 93% !important;
}
#sidebar {
 display:none;
}
 #showLeft {
 display:block
}
 #container, header, footer {
 width: 470px;
}
#container {
 height: auto;
 margin-left: 0px;
 min-height: 600px;
 width: auto;
}
header {
 text-align:center;
}
 .inner {
 padding: 0px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col-"] {
 clear: both;
 float: none !important;
 width: 100%;
}
 header h1.name {
}
 header button {
 float: none !important;
 margin: 0 auto;
 max-width: 200px;
 text-align: center !important;
}
 footer {
 position:relative;
}
 footer p, .author {
 text-align:center;
}
#main-container {
 margin-bottom:0px
}
}

/*@media screen and (max-width: 320px) { 
#sidebar {
 display:none;
}
 #showLeft {
 display:block
}
 #container, header, footer {
 width: 300px;
}

#container {
    height: auto;
    margin-left:0px !important;
}

header {
 text-align:center;
}
 .inner {
 padding: 0px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col-"] {
 clear: both;
 float: none !important;
 width: 100%;
}
 header h1.name {
}
 header button {
 float: none !important;
 margin: 0 auto;
 max-width: 200px;
 text-align: center !important;
}
footer {
 position:relative;
}
 footer p {
 text-align:center;
 float:none !important;
}

}*/

 @media only screen and (max-device-width: 320px) {
#sidebar {
 display:none;
}
 #showLeft {
 display:block
}
 #container, header, footer {
 width: 270px;
}
#main-container {
 margin-bottom:0px;
}
#container {
 height: auto;
 margin-left: 0px;
 min-height: 600px;
 width: auto;
}
header {
 text-align:center;
}
 .inner {
 padding: 0px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col-"] {
 clear: both;
 float: none !important;
 width: 100%;
}
 header h1.name {
}
 header button {
 float: none !important;
 margin: 0 auto;
 max-width: 200px;
 text-align: center !important;
}
footer {
 position:relative;
}
 footer p {
 text-align:center;
 float:none !important;
}
 .cbp-spmenu {
 background-image:-moz-linear-gradient(right top, #EBEBEB 0px, #FDFDFD 100%);
 background-image:-webkit-linear-gradient(right top, #EBEBEB 0px, #FDFDFD 100%);
 background-image:linear-gradient(right top, #EBEBEB 0px, #FDFDFD 100%);
 -webkit-box-shadow:0 5px 12px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:0 5px 12px rgba(0, 0, 0, 0.2);
 box-shadow:0 5px 12px rgba(0, 0, 0, 0.2);
 position: fixed;
}
}
 @media screen and (max-width: 480px) {
 #sidebar {
 display:none;
}
 #showLeft {
 display:block
}
 #container, header, footer {
 width: 400px;
}
#main-container {
 margin-bottom:0px;
}
#container {
 height: auto;
 margin-left: 0px;
 width: auto;
}
header {
 text-align:center;
}
 .inner {
 padding: 0px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col-"] {
 clear: both;
 float: none !important;
 width: 100%;
}
 header button {
 float: none !important;
 margin: 0 auto;
 max-width: 200px;
 text-align: center !important;
}
footer {
 position:relative;
}
 footer p {
 text-align:center;
 float:none !important;
}
}
 @media only screen and (max-device-width: 240px) {
#sidebar {
 display:none;
}
 #showLeft {
 display:block
}
 #container, header, footer {
 width: 220px;
}
#main-container {
 margin-bottom:0px;
}
#container {
 height: auto;
 margin-left: 0px;
 width: auto;
}
header {
 text-align:center;
}
 .inner {
 padding: 0px;
}
 .row {
width:100%;
max-width:100%;
}
 .row [class*="col-"] {
 clear: both;
 float: none !important;
 width: 100%;
}
 header h1.name {
}
 header button {
 float: none !important;
 margin: 0 auto;
 max-width: 200px;
 text-align: center !important;
}
footer {
 position:relative;
}
 footer p {
 text-align:center;
 float:none !important;
}
}
/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	height: 100%;
	top: 0;
	width: 150px;
	z-index: 1000;
}
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}
.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}
.cbp-spmenu-bottom {
	bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}
/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */

.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cashewchildren td img {
	max-width:100% !important;
	width:100% !important;
}
table.cashewchildren td img {
	width: 100% !important;
}
.img {
	text-align:center
}


/* Example media queries */

@media screen and (max-width: 55.1875em) {
.cbp-spmenu-horizontal {
 font-size: 75%;
 height: 110px;
}
.cbp-spmenu ul {
 margin: 0 auto auto 18px;
 padding-left: 20px;
}
 .cbp-spmenu-top {
 top: -110px;
}
.cbp-spmenu-bottom {
 bottom: -110px;
}
}
 @media screen and (max-height: 26.375em) {
.cbp-spmenu-vertical {
 font-size: 90%;
 width: 150px
}
.cbp-spmenu ul {
 margin: 0 auto auto 18px;
 padding-left: 20px;
}
.cbp-spmenu-left, .cbp-spmenu-push-toleft {
 left: -190px;
}
 .cbp-spmenu-right {
 right: -190px;
}
.cbp-spmenu-push-toright {
 left: 190px;
}
}
.otherproducts {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.otherproducts img {
	width: 150px !important;
	margin:0 auto;
	text-align:center;
}
.hero {
	text-align:center;
	background:#3C4096;
	padding:10px 0;
	color:#fff;
	border-radius:5px;
}
table.cashewchildren {
	border: none !important;
}
table.cashewchildren td img {
	width:auto;
}
 .cashewchildren tr td:nth-child(2) {
 width:20% !important;
 text-align:center;
 font-size:40px;
}
 .cashewchildren tr td:nth-child(3) {
 text-align: right;
 width: 13%;
 color:#663300;
}
.cashewchildren td {
	border: none;
}
.cashewchildren td img {
	width:auto !important;
}
table.health {
	border: none !important;
}
table.health td {
	border: none;
}
.health tr td:first-child {
	width:37%
}
.health td img {
	width:auto !important;
}
table.health td h3 {
	text-align:left;
	line-height:45px;
	font-size:30px;
}
/*slick nav*/

.slicknav_menu {
	display:none;
}
 @media screen and (max-width: 767px) {
 .js #menu {
 display:none;
}
 .js .slicknav_menu {
 display:block;
}
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
	text-align: center;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
}
.slicknav_nav a {
	display: block;
	text-transform: capitalize;
}
.slicknav_nav .slicknav_item a {
	display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
}
/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration:none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
	background:#4c4c4c;
	padding:5px;
}
.slicknav_nav {
	color:#fff;
	margin:0;
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a {
	padding:5px 10px;
	margin:2px 5px;
	text-decoration:none;
	color:#fff;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#fff;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left:15px;
}
