/*1 NORMALISE*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*2 DARK MENU STYLE & LAYOUT*/

/*MAIN MENU*/
/*Strip the menu specific ul of padding and list styling*/
.menu ul {
list-style-type:							none;
margin:										0%;
padding:									0px;
}

/*Create a horizontal list with spacing*/

.menu li {
display:									inline-block;
float:										left;
margin-left: 								0px;
}

.menu_fw_bg {
width: 										100%;
background-color: 							#FFF;
}

.menu_bararea
{
		
width: 										78%;
margin:										auto;	
background-color: 							#FFF;
overflow:									hidden;	
padding-bottom: 							83px;
padding-top: 								6px;

	
}	
	
.menu 
{
right: 										0px;
position: 									absolute;
z-index: 									999;
padding:									16px 12.5% 10px 10px;
}		
			
		
		
.menu_logo 
{
position: 									absolute;
left: 										0px;
padding:									16px 0px 12px 12.5%;
}


/*Style for menu links*/
.menu li a {
display:							block;
margin-left: 						5px;
min-width:							120px;
height: 							50px;
text-align: 						center;
line-height: 						50px;

margin-left:						10px;
font-size:							15px;	
font-weight:						400;
color:								#5a656f;	
border-style:						solid;	
border-width:						2px;
border-left:						0px;
border-right:						0px;
border-color:						#747373;
}

/*Style for menu links*/
.menu li:hover a {
color:								#F05A1A;
border-color:						#2F3540;
}




/*Style for dropdown links*/
.menu li:hover ul a {
background: 						#f3f3f3;
color: 								#F05A1A;
height: 							30px;
font-size:							14px;
line-height: 						30px;
border-style:						solid;	
border-width:						1px;
border-left:						0px;
border-right:						0px;
border-color:						#fff;
}

/*Hover state for dropdown links*/
.menu li:hover ul a:hover {
background:							#fff;
color: 								#BBBCBD;
}

/*Hide dropdown links until they are needed*/
.menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.menu li ul li a {

	min-width: 120px;

}

/*Display the dropdown on hover*/
.menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {

text-align: 						center;
font-size:							16px;	
font-weight:						400;
color:								#fff;	
background:							#403F3E;
border-style:						solid;	
border-width:						2px;
border-left:						0px;
border-right:						0px;
border-color:						#545351;
display:							none;
margin-bottom:						1%;
margin-top:							1%;
}



/*Hide checkbox*/
input[type=checkbox]{
display: 								none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
display: 								inline;
}



/*--------------------------------------------------------------------------------------------------------------*//*3 MAIN CONTENT CSS*/

body {
    font-family: 'Roboto Condensed', sans-serif;
} 

/*DEFAULT LINK STYLING*/

a { 
text-decoration: 			none; 
color:						#756d58; 
}

a:visited { 
text-decoration: 			none; 
}
a:hover { 
text-decoration: 			none; 
color:						#dcc17a; 
}

a:focus { 
text-decoration: 			none; 
}

a:hover, a:active { 
text-decoration: 			none; 
}

body {
background-color: 			#fff;
}


.clearfix {
clear:						 both;
}

.space   {
margin-bottom:				20px;
}









/*4 TYPOGRAPHY & HEADING CSS*/





.article_title {	
width: 				100%;		
margin-left: 		auto;
margin-right: 		auto;
font-size:			27px;	
font-weight:		200;
border-style:		solid;	
border-width:		0px;
border-left:		0px;
border-right:		0px;
border-top:			0px;	
border-color:		#b6b4b4;
margin-top:			0rem;
margin-bottom:		0rem;
background-color: 	#ffffff;
color:				black;
}


.article_subtitle {	
width: 				100%;	
color:				#b9b9b9;		
margin-left: 		auto;
margin-right: 		auto;
font-size:			17px;	
font-style:			italic;
font-weight:		thin;
border-style:		solid;	
border-width:		1px;
border-left:		0px;
border-top:			0px;	
border-right:		0px;
border-color:		#e8e7e7;
margin-top:			0rem;
background-color: 	white;
padding-bottom:		3px;
}

.section_title_coloured {	
padding-left: 				0em;
padding-top: 				0.02%;
padding-bottom: 			0.02%;
padding-right: 				0.5em;
background: 				#2F3540;		 		 
margin-bottom:				0.5%;
margin-top:					-0%;	 
}

.section_title_coloured txt{	
padding-left: 				1%;		
display: 					block;
margin-top: 				0.5%;
margin-bottom: 				0.5%;
margin-left: 				0em;
margin-right: 				.15em;
text-transform: 			uppercase;
color:						#fff;
font-size:					1.2em;
text-align:					left;
}

h8 {
    display: 				block;
    margin-top: 			0.03%;
    margin-bottom: 			0.03%;
    margin-left: 			.15em;
    margin-right: 			.15em;
	text-transform: 		uppercase;
}

.section_title_coloured2 {	
padding-left: 				0em;
padding-top: 				0.02%;
padding-bottom: 			0.02%;
padding-right: 				0.5em;
background: 				#fff;		 		 
margin-bottom:				0.5%;
margin-top:					-0.5%;	 
}

.section_title_coloured2 txt{	
padding-left: 				1%;		
display: 					block;
margin-top: 				0.5%;
margin-bottom: 				0.5%;
margin-left: 				0em;
margin-right: 				.15em;
text-transform: 			uppercase;
color:						#F05A1A;
font-size:					2em;
text-align:					left;
}

.section_title_coloured3 {	
padding-left: 				0em;
padding-top: 				0.02%;
padding-bottom: 			0.02%;
padding-right: 				0.5em;
background: 				#fff;		 		 
margin-bottom:				1%;
margin-top:					1%;	 
}

.section_title_coloured3 txt{	
padding-left: 				0%;		
display: 					block;
margin-top: 				0.5%;
margin-bottom: 				0.5%;
margin-left: 				0em;
margin-right: 				.15em;
text-transform: 			uppercase;
color:						#F05A1A;
font-size:					3em;
text-align:					left;
}


.section_title_coloured4 {	
padding-left: 				0em;
padding-right: 				0.5em;		 		 
margin-bottom:				1%;
margin-top:					0%;
	 
}

.section_title_coloured4 txt{	
padding-left: 				0%;		
display: 					block;
margin-top: 				0.25%;
margin-bottom: 				0.25%;
margin-left: 				0em;
margin-right: 				.15em;
text-transform: 			uppercase;
color:						#fff;
font-size:					3em;
text-align:					center;
}



	/*5 OVERLAY EFFECT FOR FEATURED PRODUCT BOXES CSS*/

.view {

   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view h2 {
   text-transform: uppercase;
   color: #F05A1A;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 10px;
   background: #FFF;
   margin: 10px 0 0 0;
   font-weight: 400;
}
.view p {
   font-style: italic;
   font-size: 16px;
   position: relative;
   color: #fff;
   padding: 10px 20px 12px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #fff;
   color: #404040;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 0px #000;
   -moz-box-shadow: 0 0 0px #000;
   box-shadow: 0 0 0px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}	
	














/*6 BRACKET HOVER EFFECT*/

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/*9 FOOTER*/

.footer-distributed{
	background-color: #2F3540;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	margin: auto;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 25px;
	padding-bottom: 15px;
}



.footer-distributed .footer-left a 			{ color: #bebbb9; text-decoration: none;}
.footer-distributed .footer-left a:active 	{ color: white; text-decoration: none;}
.footer-distributed .footer-left a:visited 	{ color: white; text-decoration: none;}
.footer-distributed .footer-left a:hover 	{ color: white; text-decoration: none;}

.footer-distributed .footer-right a 			{ color: #bebbb9; text-decoration: none;}
.footer-distributed .footer-right a:active 	{ color: white; text-decoration: none;}
.footer-distributed .footer-right a:visited 	{ color: white; text-decoration: none;}
.footer-distributed .footer-right a:hover 	{ color: white; text-decoration: none;}


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

/* Footer left */

.footer-distributed .footer-left{
	width: 20%;
}


.footer-distributed .footer-left{
	color:  #ffffff;
}
.mailx a {
color: white;
}





/* The company logo */

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

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

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
text-transform:	uppercase;
	padding: 0;
}

.clogoimg img{
	width:100%;
	height:	auto;
	max-width:	211px;
}
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

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

.topmarg {
margin-top:	10px;	
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 55%;
}

.footer-distributed .footer-center{
	text-align: center;
}
.footer-distributed .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-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

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

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

.footer-distributed .footer-center p a{
	color:  #ffffff;
	text-decoration: none;;
}


/* Footer Right */

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

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

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

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

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #3b5998;
	border-radius: 2px;

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

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

.left_list {
width:			45%;
float:			left;
color:			white;	
font-size: 		13px;
text-align:		left;
margin-right:	10%;
}

.right_list {
width:			45%;
float:			left;
color:			#92999f;	
font-size: 		13px;
text-align:		right;
}
