/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	height: 100%;
}

body {
	margin: 0 35px;
	padding: 0px;
/*		background: #FFFFFF;*/
background: #ecf0f1; 
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: #8d8d8d;
}


.main_wrapper {
	width:1000px;
	height:auto;
	margin:auto;
}

.header_wrapper {
	width:1000px;
	height:150px;
	margin:auto;
}

.container {
	margin: 0px auto;
	width: 100%;
}

/*********************************************************************************/
/* Top Banner                                                                    */
/*********************************************************************************/

#topbanner {	
	padding: 0.5em 0em 0.5em 0em;
	width:100%;	
	margin-bottom: 0.5em;  
/*	background: #2c80a2; --- ORIGINAL*/
/*	background: #3678ab; */
	background: #2a5d84; 
	text-transform: uppercase;
}

#topbanner a {
	color: #FFFFFF;
	text-decoration: none;
}

#topbanner a:hover {
	background: #7d9ca9;
	text-decoration: none;
	color: #FFF;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
	padding: 0em 0em;
	margin-bottom: 0.5em;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menuwrapper {
	background: #2a5d84;
	border-top: 1px solid #47A665;
}

#menu ul {
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
	line-height: normal;
	background: #2a5d84;
}

#menu li {
	display: inline-block;
	z-index:2;
}

#menu li.sub ul {
	display: none;
	position: absolute; 
}

#menu li.sub:hover ul {
	display: block;
}

#menu li.sub ul.sub li {
	display: block;
}

#menu li.cart ul {
	display: block;
	position: absolute; 
	align-content: right;
}

/*
#menu li a img {
	display: block;
}
*/

#menu a {
	display: block;
	padding: 1em 2em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
}

#menu .current_page_item a {
	background: #7d9ca9;
	color: #FFF;
}


#menu a:hover {
	background: #7d9ca9;
	text-decoration: none;
	color: #FFF;
}

#menu a img {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.submenuheader {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #7d9ca9;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#image-wrapper {
	padding: 1em 0em 1em 0em;
	/*background: #2a5d84; */
	background: #FFFFFF;
	border-bottom: 0px solid #EDEDED;
	border-top: 1px solid #EDEDED;
}

#page-wrapper {
	padding: 1em 0em 0em 0em; 
	background: #FFF;
	border-top: 1px solid #47A665;
}

#page {
	overflow: hidden;
	padding-top: 6em;
	border-top: 1px solid #E5E5E5;
	color: #717171;
}

#page .title {
	margin-bottom: 2em;
}

#page .title h2 {
	font-size: 2em;
	font-weight: 800;
	color: #333;
}


/*********************************************************************************/
/* Registration page
/*********************************************************************************/

 .login-outerbox {
	width:100%;
	display:flex;
	justify-content:space-between;
	padding: 25px 8px;

	flex-direction: row;
 }

 .inner-box {
    float: left;
    width: 33%;
    text-align: center;
    margin: 0 8px;
  }
  
  .inner-box-100 {
    width: 100%;
    text-align: center;
  } 

 .divider {
	width: 1px;
	margin: 6px 0;
	background: black;
 }

 .guest {
	margin-top: 105px;
	
  }

  .innerbox-button {	
  	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	display: inline-block;	
	padding: 10px 8px;
	letter-spacing: 0.10em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	font-size: 0.90em;
	width: 68%;
	cursor: pointer;
}

.guest-btn {
	/* background-color: #f6ddcc ; */
}

.signin-btn {
	/* background-color: #02babc ; */
}

.signup-btn {
	/* background-color: #016e6e ; */
}

.checkout-btn {
	width: 100%;
}

.upd-btn {
	width: auto;
}

.innerbox-button:before {
	display: inline-block;
	background: #8aa2fc;
	margin-right: 1em;
	padding: 8px;
	text-align: center;
	color: #FFF;
}

.innerbox-button:hover {
  background-color: #7d9ca9;
  color: white;
}

.fp-space {
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  color: #000;
}

/*********************************************************************************/
/* Products panel
/*********************************************************************************/


#prodcontent ul {
	padding: 2px 0px 2px 0px;
	list-style: none;
	line-height: normal;
	display: inline;
	
}

#prodcontent li {
	margin: 10px;
	display: inline-block;   	
	/*width: 100px; */	
	width: 250px;		
}

#prodcontent-h ul {
	padding: 2px 0px 2px 0px;
	list-style: none;
	line-height: normal;
	display: inline;
	
	width: 100% ;	
}

#prodcontent-h li {
	margin: 1px;
	display: inline-block;   	
	width: 25px; 	
}

.contenttitle {
	color: #2a5d84;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 25px;
}

.contenttitle-s {
	color: #2a5d84;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 25px;
}

.contenttitle-r {
	color: #ff3333;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 25px;
}

.product-outerbox {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-direction: row;
}

.product-box-left {
    float: left;
    width: 33%;
    text-align: center;
    margin: 0 115px;
}

.product-box-cnt {
    float: left;
    width: 25%;
    text-align: left;
    margin: 0 15px;
}  

.product-box-rgt {
    float: left;
    width: 5%;
    text-align: left;
    margin: 0 15px;
} 

.thin {
	border: 0.5px solid black;
	margin: 1em 0;
} 

.sizetable {
	border: 1px solid black;
  	border-collapse: collapse;
}

.sizetd {
	border: 1px solid black;
 	padding: 15px;
  	text-align: center;
  	vertical-align: center;
}

.product-box-button {
   	
  	-webkit-appearance: button;
    -moz-appearance: button;
    
	display: inline-block;	
	padding: 10px 8px;
	letter-spacing: 0.10em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	font-size: 0.90em;
	width: 100%;
	cursor: pointer;
}

.product-box-button:before {
	display: inline-block;
	background: #8aa2fc;
	margin-right: 1em;
	padding: 8px;
	text-align: center;
	color: #FFF;
}

.product-box-button:hover {
  background-color: #7d9ca9;
  color: white;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
	/*
	display: inline-block;
	padding: 1em 3em 1em 0em;
	letter-spacing: 0.10em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.90em;
	color: #333;*/
  border: 2px solid #2a5d84;
  border-radius: 5px;
  background-color: #2a5d84;
  color: white;
  padding: 4px 8px;
  font-size: 16px;
  cursor: pointer;
  width: auto;

}
	
.button:before {
	display: inline-block;
	background: #8aa2fc;
	margin-right: 1em;
	padding: 8px;
	text-align: center;
	color: #FFF;
}

.button:hover {
  background-color: #7d9ca9;
  color: white;
}

/*********************************************************************************/
/* Button                                                                      */
/*********************************************************************************/

.btn {
  border: 2px solid black;
  border-radius: 5px;
  background-color: white;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 200px;
}

.btntrans {
  border: 0px solid black;
  border-radius: 5px;
  background-color: white;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 200px;
}

.product {
  border-color: #2a5d84;
  color: #2a5d84;
  text-decoration: none;
}

.product:hover {
  background-color: #7d9ca9;
  color: white;
}

.imgproducthref {
  color: black;
  padding: 0px 20px;
  font-size: 12px bold;
  cursor: pointer;
  width: 200px;
  border-color: #2a5d84;
  color: #2a5d84;
  text-decoration: none;
}

/*********************************************************************************/
/* Table                                                                        */
/*********************************************************************************/

.table {		
	margin-left: 200px;
	margin-top: 10px;
	padding: 8px;
}

#rvmessage,
#lvmessage {
	display: none;	
	font-weight: 700;
	color: #FF0000;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

.footer-wrapper {
	padding: 1em 0em 1em 0em;
	background: #f4f4f4;  
/*	background: #DCDCDC; */
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
/*	position: fixed; */
    left: 0;
    width: 100%;
    bottom: 0;
}

#footer {
	overflow: hidden;
	color: #666666;
}

#footer #fbox1 {
	float: left;
	width: 282px;
	margin-right: 24px;
}	

#footer h2 {
	letter-spacing: 0.10em;
	padding-bottom: 1em;
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
}

#footer-banner {
	padding: 1em 0em 1em 0em;
	background: #2a5d84;
	border-bottom: 0px solid #EDEDED;
	border-top: 0px solid #EDEDED;
	width:100%;
	margin-top: 50px;
}	

.footer-border {
  padding: 10em 0em;
}

.footer-bar {
  width:100%;
  height:100px;
  border-bottom: 1px solid #2a5d84;
}

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 80px;
}

.footer-wrapper .footer-left,
.footer-wrapper .footer-center,
.footer-wrapper .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-wrapper .footer-left{
	width: 40%;
}

/* The company logo */

.footer-wrapper h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-wrapper h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-wrapper .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-wrapper .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-wrapper .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-wrapper .footer-center{
	width: 35%;
}

.footer-wrapper .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-wrapper .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-wrapper .footer-center p{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	margin:0;
}

.footer-wrapper .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-wrapper .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-wrapper .footer-right{
	width: 20%;
}

.footer-wrapper .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-wrapper .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-wrapper .footer-icons{
	margin-top: 25px;
}

.footer-wrapper .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-wrapper{
		font: bold 14px sans-serif;
	}

	.footer-wrapper .footer-left,
	.footer-wrapper .footer-center,
	.footer-wrapper .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-wrapper .footer-center i{
		margin-left: 0;
	}

}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
	padding: 1em 0em;
	font-size: 0.85em;
	letter-spacing: 0.10em;
	text-align: center;
	color: #6A6A6A;
}

#copyright a {
	color: #747474;
}

/*********************************************************************************/
/* Popup window                                                                     */
/*********************************************************************************/

#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
}


/*********************************************************************************/
/* Cart                                                                          */
/*********************************************************************************/

#cartwrapper {
	border: 2px solid orange;
	background-color: white;
	/*border-top: 1px solid #47A665;*/
	padding: 10px 20px 20px;
/*	width: 250px; */
    width: auto;
	border-radius: 5px;
	margin: 20px; 
	/*margin:auto; */

}

#pricewrapper {
	padding: 10px 20px 20px;
	width: auto;
	margin: 20px;  
}

.tbspacer {
	padding: 5px 0px;
	color: #2a5d84;
	font-size: 18px; 
}

.tbspacer-orange {
	padding: 5px 0px;
	color: red;
	font-size: 18px; 
}

#cart {
	float: right;
	margin: 0;
	padding: 5px 0px 5px 8px;

}

.cart {
  border: 2px solid orange;

  text-decoration: none;

}

#cart li {
	display: inline-block;
}

table, th {
/*   border: 1px solid #2a5d84; */
}

.imagecanvas {
	margin-left: 0px;
	margin-top: 10px;
    margin-right: 0px;
    width: 100%;
}

/*********************************************************************************/
/* Cart  Badge                                                                        */
/*********************************************************************************/

.badge {
	content:attr(value);
    font-size:12px;
	border-radius:50%;
	padding:3px;
	position:relative;
	left:-8px;
	top:-10px;
	opacity:0.9;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}


/* The navigation bar */
.navbar {
  overflow: hidden;
  
  position: fixed; /* Set the navbar to fixed position */
 /* top: 0;  Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/*********************************************************************************/
/* Shopping Cart                                                                 */
/*********************************************************************************/

.scartcontainer {
  max-width: 100em;
  width: 95%;
  margin: 10px auto;  
  overflow: hidden;
 /* position: relative; */
  
  border-radius: 0.6em;
  background: #ecf0f1;
  box-shadow: 0 0.0em 0 rgba(138, 148, 152, 0.2);
/*box-shadow: 0 0.5em 0 rgba(138, 148, 152, 0.2);
  z-index:-10; */
}

.scartheading {
  padding: 1em;
  position: relative;
  color: #f7f7f7;
  background: #f34d35;
  z-index: 1; 
}

.scart {
  margin: 1.5em;
  overflow: hidden;
}

.scarttable {
  background: #ffffff;
  border-radius: 0.6em;
  overflow: hidden;
  clear: both;
  margin-bottom: 1.8em;
}

.layout-inline {
  display: inline-block;
}

.align-center {
  text-align: center;
}

.th {
  /* background: #f34d35; */
  background: #de9640; 
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em;
}

.tf {
  background: #f34d35;
  text-transform: uppercase;
  text-align: right;
  font-size: 1.0em;  
}

.tf p {
  color: #fff;
  font-weight: bold;
}

.col {
  padding: 1em;
  width: 10%;
  margin-left: 6px ; 
}

.col-st {
  padding: 1em;
  width: 10%;
  margin-left: 6px ;  
  text-align: right;
}

.col-stc {
  padding: 1em;
  width: 10%;
  margin-left: 130px ;  
  text-align: right;
}

.ppal {
  padding: 1em;
  margin-left: 9px ; 
  vertical-align: center;
}

.fcol {
  padding: 0em;
  width: 10%;
  margin-left: 25px ; 
}

.fcol-num {
  padding: 0em;
  width: 10%;
  margin-left: 65px ; 
  text-align: right;
}

.fcolc {
  padding: 0em;
  width: 10%;
  margin-left: 55px ; 
}

.fcol-numc {
  padding: 0em;
  width: 10%;
  margin-left: 180px ; 
  text-align: right;
}

.col-pro {
  width: 14%;
  vertical-align: middle;
}

.col-num {
  width: 12%;

}
.col-qty {
  width: 32%;
}

.col-numeric p {
  font: bold 1.8em helvetica;
}

.col-total p {
  color: #12c8b1;
}

.tf .col {
  width: 70%;
}
/*
.row {
  display: inline-block;
  vertical-align: middle;
}
*/
.row-bg2 {
  background: #f7f7f7;
}

.btn-update {
  float: right;
  margin: 0 0 1.5em 0;
  text-decoration: none;
}

.prod-spec {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
  	line-height: 1.7;
  	color: #767676;
}

/*---------------------------------------------*/
.block2 {
	background-color: none;
}

.prodimg { 
	width: 250px; 
	height: 300px; 
	/*position: relative;*/
	
	/*background: url(http://www.corelangs.com/css/box/img/water.jpg) no-repeat; */
} 

.hov-img0 {
  display: block;
  overflow: hidden;
}

.prodimg:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc; 

/**** Scale image ***/
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

/********************************/
.block2-btn {
/*  position: absolute; */
  position: relative;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prodimg:hover .block2-btn {
  bottom: 80px;
}

.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}


.flex-c-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.stext-103 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.466667;
  text-decoration: none;
  align-content: center;
}

.cl2 {
	color: #333;
}

.size-102 {
  width: 85px;
  height: 30px;
}

.bg0 {
	background-color: #fff;
}

.bor2 {
	border-radius: 20px;
}

.hov-btn1:hover {
  border-color: #222;
  background-color: #7d9ca9;
  color: #fff;
}

.p-lr-15 {
	padding-top: 7px; 
	padding-left: 25px; 
	padding-right: 10px;
	
}

.trans-04 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.trans-08 {
	-webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.c07 {
	color: #fff;
	font-weight: bold;
}

.bg7 {
	background-color: #2a5d84;
}

.block2-rgt-btn {
/*  position: absolute; */
  position: relative;
  bottom: -50px;
  left: 125%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prodimg:hover .block2-rgt-btn {
  bottom: 80px;
}



/************Collapsible**************/

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
 /* background-color: #f1f1f1; */
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.homeimages {
	display:none;
}

/******************************/
/*  Home page prod Icons */
/******************************/

.contenttitle-block {
	width:100%;
	height:100px;
	/*
		border: 0.5px solid black;
		text-transform: uppercase;
		color: #2a5d84;
		font-size: 18px;

	*/
	text-decoration: none;
	margin-bottom: 25px;
	text-align: center;
}

.title-block-txt {
	padding: 35px 0px 0px 0px;
	text-decoration: none;
	color: #2a5d84;
	font-family: "Comic Sans MS", cursive, sans-serif;
  	font-size: 30px;
  	font-weight: 700;
  	text-align: center;
    margin: 0 8px
}
.hline { 
	margin: 0 15em;	
	height:1px; 
	background: #a4a4a4;
}

#prodiconcontent {
	margin: 25px;
}

#prodiconcontent ul {
	padding: 2px 0px 2px 0px;
	list-style: none;
	line-height: normal;
	display: inline;
}

#prodiconcontent li {
	padding: 2px 0px 2px 0px;
	margin: 25px;
	display: inline-block;   	
	width: 350px;
}

.prodicon { 
	width: 300px; 
	height: 300px; 	
} 

.prodicon:hover { 
	-moz-box-shadow: 0 0 5px #ccc; 
	-webkit-box-shadow: 0 0 5px #ccc; 
	box-shadow: 0 0 5px #ccc; 

    /**** Scale image ***/
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

.prodicontext {
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
  	font-size: 13px;
  	font-weight: 700;
  	text-align: center;
    margin: 0 8px
}


