* {
	margin: 0px; padding: 0px;
}
html {
	
}
body {
	/*background: rgb(255, 255, 255); color: rgb(119, 119, 119); line-height: 1.3; font-family: Arial, sans-serif, Verdana, Helvetica; font-size: 76%;*/
	background: rgb(255, 255, 255); color: #000; line-height: 1.3; font-family: Arial, sans-serif, Verdana, Helvetica; font-size: 76%;
}

body .contentpaneopen{
	font-size: 14px;
}

body .contentpaneopen p{
	margin-bottom: 10px;
}


#site {
	margin: 0px; padding: 0px;
}

#main .items2 {}
#main .items2 {width: 480px;} 
#main .items2 > ul {list-style: none; margin: 0 0 0 -20px; padding: 0; }
#main .items2 > ul > li {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; position: relative; width: 220px; margin: 0 0 0 20px;}
#main .items2 > ul > li > div {padding:0 19px 15px; border: 1px solid #fff; width: 230px; text-align:center;}
#main .items2 > ul > li > div > a > img {display: block; margin: 0 auto; margin-bottom: 0;}
#main .items2 > ul > li > div > .link_name {color: #55595e; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 10px; line-height: 16px; text-decoration: none; height: 32px;}
#main .items2 > ul > li > div > .link_name h1 {color: #55595e; font-size: 12px;}
#main .items2 > ul > li > div > ul {list-style: none; margin: 0; padding: 0; display: none; text-align:left;}
#main .items2 > ul > li > div > ul li {padding-left: 9px; background: url('/bitrix/templates/elcomspb_ru/images/li-podmenu-items.gif') 0 5px no-repeat; margin-bottom: 5px; line-height: 14px;}
#main .items2 > ul > li > div > ul li a {color: #000; font-size: 11px; text-decoration: none;}
#main .items2 > ul > li > div > ul li a:hover {text-decoration: underline;}
#main .items2 > ul > li:hover {z-index: 2;}
#main .items2 > ul > li:hover > div {position: absolute; left: 0; top: 0; border-bottom-color: #F4511E;  background: #fff;}
#main .items2 > ul > li:hover > div > ul {display: block;}
#main .items2 > ul > li:hover > div > a {color: #30567b; text-decoration: none;}
#main .items2 > ul > li:hover > div > a:hover {text-decoration: underline;}


	.menu-cards{
		margin: 30px 0;
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
	}
	
	body #wrap .menu-card a{
		text-align: left;
	}
	
	.menu-card img{
		height: 100px;
		max-width: 100%;
	}
	
	.menu-card{
		box-sizing: border-box;
		width: calc(50% - 8px);
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.menu-card:last-child{
		width: 100%;
	}
	
	.menu-card__title{
		margin-bottom: 20px;
	}
	
	body #wrap .menu-card__title a{
		color: #000;
		font-size: 18px;
		font-weigth: bold;
		text-decoration: none;
	}
	
	.menu-card__list li{
		margin-bottom: 5px;
	}
	
	body #wrap .menu-card__list a{
		text-decoration: none;
		color: #000;
	}
	
	body #wrap .menu-card__list a:hover{
		color: rgb(0, 172, 230);
	}


/* Продукты end */
h1 {
	margin: 0.5em 0px;
}
h2 {
	margin: 0.5em 0px;
}
h3 {
	margin: 0.5em 0px;
}
h4 {
	margin: 0.5em 0px;
}
h5 {
	margin: 0.5em 0px;
}
h6 {
	margin: 0.5em 0px;
}
blockquote {
	margin: 0.5em 0px;
}
label {
	margin: 0.5em 0px;
}
ul {
	margin: 0.5em 0px;
}
ol {
	margin: 0.5em 0px;
}
dl {
	margin: 0.5em 0px;
}
fieldset {
	margin: 0.5em 0px;
}
address {
	margin: 0.5em 0px;
}
form {
	margin: 0px; padding: 0px;
}
a img {
	border: 0px currentColor;
}
li {
	margin-left: 1em;
}
dd {
	margin-left: 1em;
}
ul li {
	list-style-type: square;
}
fieldset {
	padding: 5em;
}
input {
	background: rgb(253, 253, 253); border: 1px solid rgb(204, 204, 204); color: rgb(128, 128, 128);
}
select {
	background: rgb(253, 253, 253); border: 1px solid rgb(204, 204, 204); color: rgb(128, 128, 128);
}
input[type='image'] {
	border: 0px currentColor;
}
#pathway {
	background: rgb(253, 253, 253); padding: 10px;
}
a {
	color: rgb(0, 172, 230);
}
a:link {
	color: rgb(0, 172, 230);
}
a:hover {
	color: rgb(128, 128, 128);
}
a.button {
	background: rgb(51, 204, 255); padding: 5px; border: 0px currentColor; color: rgb(255, 255, 255); font-weight: bold; text-decoration: none;
}
.button {
	background: rgb(51, 204, 255); padding: 5px; border: 0px currentColor; color: rgb(255, 255, 255); font-weight: bold; text-decoration: none;
}
a.button:hover {
	background: rgb(0, 172, 230); padding: 5px; border: 0px currentColor; color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
.button:hover {
	background: rgb(0, 172, 230); padding: 5px; border: 0px currentColor; color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
td {
	padding: 1px;
}
#wrap {
	margin: 0px auto; width: auto !important; min-width: 990px; max-width: 990px;
}
#header {
	height: 110px; margin-top: 0px; margin-bottom: 20px; position: relative;
}
#header .logo {
	margin-top: 10px;
}
#header h1 {
	padding-left: 20px; font-size: 50px; font-variant: small-caps; font-weight: bold; font-stretch: expanded;
}
#header .search {
	margin: 0px; padding: 0px; width: 28%; float: right;
}
#header .inputbox {
	background: rgb(253, 253, 253); margin: 5px 5px 5px 0px; padding: 5px; border: 1px solid rgb(204, 204, 204); height: 16px; color: rgb(204, 204, 204); font-size: 12px; font-weight: bold; float: right;
}
#header .button {
	background: rgb(51, 204, 255); margin: 5px 0px; padding: 5px; border: 0px currentColor; height: 28px; color: rgb(255, 255, 255); font-size: 12px; font-weight: bold; float: right;
}
#header .button:hover {
	background: rgb(0, 172, 230); cursor: pointer;
}
#header .banner {
	top: 10px; right: 10px; position: absolute;
}
#headersheet {
	margin: 0px; padding: 0px; border-top-color: rgb(51, 204, 255); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 3px; border-top-style: solid; border-bottom-style: solid;
}
#leftcol {
	width: 23%;  float: left;
}
#content {
	width: 54%; float: left;
}
#content1 {
	width: 54%; overflow: hidden; float: left; position: relative;
}
#content2 {
	width: 77%; overflow: hidden; float: left; position: relative;
}
#content3 {
	width: 100%; overflow: hidden; float: left; position: relative;
}
#rightcol {
	width: 23%; overflow: hidden; float: left; position: relative;
}
#footer {
	margin: 0px; padding: 0px; height: 76px; text-align: right; clear: both;
}
#footer .footernote {
	color: rgb(221, 221, 221); font-size: 0.7em; margin-top: 5px;
}
#footersheet {
	margin: 0px; padding: 0px; border-top-color: rgb(221, 221, 221); border-bottom-color: rgb(51, 204, 255); border-top-width: 3px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#top {
	margin: 0px; padding: 10px 10px 5px;
}
#top .box {
	background: rgb(255, 255, 255); margin: -10px 0px 0px; padding: 0px; color: rgb(0, 0, 0);
}
#bottom {
	background: rgb(255, 255, 255); margin: 5px 10px; padding: 10px; clear: both; border-top-color: rgb(0, 172, 230); border-bottom-color: rgb(0, 172, 230); border-top-width: 1px; border-bottom-width: 1px; border-top-style: dotted; border-bottom-style: dotted;
}
#user {
	padding: 10px; clear: both;
}
.box {
	padding: 10px;
}
#leftcolbg {
	
}
#rightcolbg {
	
}
h1 {
	color: rgb(0, 172, 230); font-size: 1.5em; font-weight: bold;
}
h2 {
	font-size: 1.5em;
}
h1.contentpagetitle  {
  font-weight: normal;
  margin: 0;
}
.contentheading {
	font-size: 1.5em;
}
.componentheading {
	font-size: 1.5em;
}
.contentpagetitle {
	font-size: 25px;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
hr {
	margin: 4px 0px; border: 1px solid rgb(0, 172, 230);
}
fieldset {
	padding: 0.3em; border: 0px currentColor;
}
.small {
	color: rgb(221, 221, 221); font-size: 0.7em;
}
.createdate {
	color: rgb(221, 221, 221); font-size: 0.7em;
}
.modifydate {
	color: rgb(221, 221, 221); font-size: 0.7em;
}
.module {
	background: rgb(240, 240, 240); padding: 10px; text-align: left; margin-bottom: 10px;
}
.module h3 {
	
}
.module_white {
	padding: 10px;
}
.module_menu {
	padding: 0px; color: rgb(255, 255, 255); margin-bottom: 1.6em;
}
.module_menu2 {
	padding: 0px; margin-bottom: 1.6em;
}
.module_menu h3 {
	background: rgb(255, 255, 255); margin: 0px; padding: 0.25em 0.5em; text-align: left; color: rgb(0, 172, 230); font-size: 1.1em; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
}
.module_menu ul {
	list-style: none; margin: 0px; padding: 0px;
}
.module_menu li {
	list-style: none; margin: 0px; font-weight: bold;
}
.module_menu li a {
	padding: 3px 5px 3px 0.5em; color: rgb(255, 255, 255); text-decoration: none; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(0, 172, 230); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; display: block; background-color: rgb(51, 204, 255);
}
html > body .module_menu li a {
	width: auto;
}
.module_menu li a:hover {
	color: rgb(255, 255, 255); background-color: rgb(51, 204, 255);
}
.module_menu a#active_menu:link {
	color: rgb(255, 255, 255); background-color: rgb(51, 204, 255);
}
.module_menu a#active_menu:visited {
	color: rgb(255, 255, 255); background-color: rgb(51, 204, 255);
}
.module_menu #current a {
	color: rgb(255, 255, 255); background-color: rgb(0, 172, 230);
}
.module_menu ul li ul li a {
	margin: 0px; padding: 3px 5px 3px 0.5em; color: rgb(255, 255, 255); text-decoration: none; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(0, 172, 230); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; display: block; background-color: rgb(0, 172, 230);
}
.module_menu ul #current ul li a {
	margin: 0px; padding: 3px 5px 3px 1em; color: rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(0, 172, 230); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; display: block; background-color: rgb(51, 204, 255);
}
.module_menu ul li ul #current a {
	margin: 0px; padding: 3px 5px 3px 1em; color: rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(0, 172, 230); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; display: block; background-color: rgb(0, 172, 230);
}
#header .module {
	padding: 0px; border: 0px currentColor; margin-bottom: 0em;
}
#mainlevel-nav {
	list-style: none; margin: 5px 0px; padding: 0px;  float: left;
}
#mainlevel-nav li {
	list-style: none; margin: 0px; padding: 0px; float: left;
}
#mainlevel-nav a:link {
	margin: 0px 2px; padding: 7px 8px 5px; color: rgb(0, 0, 0); text-decoration: none; float: left; display: block;
}
#mainlevel-nav a:visited {
	margin: 0px 2px; padding: 7px 8px 5px; color: rgb(0, 0, 0); text-decoration: none; float: left; display: block;
}
#header #active_menu-nav {
	background: rgb(51, 204, 255); margin: 0px 2px; padding: 7px 8px 5px; color: rgb(0, 0, 0); text-decoration: none; float: left; display: block;
}
#mainlevel-nav #current a {
	background: rgb(51, 204, 255); margin: 0px 2px; padding: 7px 8px 5px; color: rgb(0, 0, 0); text-decoration: none; float: left; display: block;
}
#mainlevel-nav #current {
	background: rgb(51, 204, 255);
}
#mainlevel-nav li a:hover {
	background: rgb(51, 204, 255);
}
.pagination span {
	margin: 0px 3px;
}
.pagination a {
	margin: 0px 3px;
}
.pagination strong {
	margin: 0px 3px;
}
.ol-foreground {
	background-color: rgb(240, 240, 240);
}
.ol-background {
	background-color: rgb(214, 214, 214);
}
.ol-textfont {
	
}
.ol-captionfont {
	color: rgb(255, 255, 255); font-weight: bold;
}
.ol-captionfont a {
	
}
.ol-closefont {
	
}
#modlgn_username {
	width: 160px;
}
#modlgn_passwd {
	width: 160px;
}
.addtocart_button_module {
	background: rgb(51, 204, 255); padding: 3px; border: 0px currentColor; color: rgb(255, 255, 255); font-weight: bold;
}
.addtocart_button_module:hover {
	background: rgb(0, 172, 230); padding: 3px; border: 0px currentColor; color: rgb(255, 255, 255); font-weight: bold; cursor: pointer;
}

#vladseo{
	position: absolute;
	top: 19px;
	right: 232px;
	font-size: 15px;
	font-weight: bold;
}


#vladseo input[name="keyword"]{
	    padding: 6px 2px;
}

.messengers{
	display: flex;
	align-items: center;
	gap: 0 10px;
	justify-content: center;
	margin-bottom: 5px;
}

.messengers a{
	display: inline-block;
	text-decoration: none;
}


.catalogTit {
background-color:#white;
}
.catalogTitFont {
color: #ffffff; font-size: 85%; font-weight:bold;
margin-left: 2px; margin-right: 2px; margin-top: 5px; margin-bottom: 5px;
}
.catalogLineColor {
background-color:#ffffff;
}
.catalogVLineColor {
background-color:#DDD3C7;
}
.formbox { font-family: 
Tahoma, Verdana, Arial; font-size: 10px; color: #000000; background-color: #FFFFFF; 
border: 1px solid gray; } 

.button {
	font-family: 'Droid Sans', sans-serif;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 40px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
}
.title {
	padding: 10px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.price {
	padding: 10px;
	float: left;
	color: rgba(0,0,0,0.4);
	font-weight: 800;
	font-size: 20px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;	
	border-left: 1px solid rgba(0,0,0,0.2);
}

/* colors */
.yellow {
	background: rgb(255,214,94);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1)));
	background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
	background: linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
}

.yellow:hover {
	background: rgb(254,191,4);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ2NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,191,4,1) 0%, rgba(255,214,94,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,191,4,1)), color-stop(100%,rgba(255,214,94,1)));
	background: -webkit-linear-gradient(top,  rgba(254,191,4,1) 0%,rgba(255,214,94,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,191,4,1) 0%,rgba(255,214,94,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,191,4,1) 0%,rgba(255,214,94,1) 100%);
	background: linear-gradient(top,  rgba(254,191,4,1) 0%,rgba(255,214,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#ffd65e',GradientType=0 );
}

.green {
	background: rgb(143,200,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
	background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
.green:hover {
	background: rgb(102,142,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
	background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}
	/* 3.4 Social Icons
	---------------------------------------------------------------------------*/
.social-icons {
  float: right;
}
.social-icons ul {
  list-style: none;
  margin: 0;
}
.social-icons ul li {
  float: left;
  display: inline-block;
	margin-left: 12px;
}
.social-icons ul li a {
  width: 34px !important;
  padding: 8px 0;
  display: block;
  color: #fff;
/*  line-height: 34px;*/
  text-align: center;
	background: #192654 none repeat scroll 0 0;
	border-radius: 50%;
}
.social-icons ul li a:hover {
  color: #d24d57;
}
.social-icons ul li a i {
  font-size: 18px;
}