@media (max-width: 768px) {
	#main-menu {
		float: none;
	}
	img {
		width: 100%;
		height: auto;	
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#main-menu {
		float: none;
	}
	img {
		width: 100%;
		height: auto;	
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#main-menu {
		float: left;
	}
	img {
		width: auto;
		height: auto;	
	}
}
@media (min-width: 1200px) {
	#main-menu {
		float: left;
	}
	img {
		width: auto;
		height: auto;	
	}
}
body {
	background: #ffffff;
	font-family: Georgia, serif;
	color: #000000;
}

h1 {
	color: #a1cd47;
}
h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	border-bottom: 2px solid #b8b7b7; 
}
h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	border-bottom: 2px solid #b8b7b7; 	
}
#feedback input, #feedback select {
	width: 60%;
	float: right;
}
.site-name {
	padding: 15px;
	color: #000000;
	font-size: 200%;
}
#header-site {
	background-color: #ffffff;
}
#top {
	background-color: #ffffff;
	margin-bottom: 0;
}

#main-menu li a
{
	color: #000000;
}
#main-menu li a:hover
{
	background: none;
	color: #b8b7b7;
}
#main-menu li.active a
{
	color: #b8b7b7;
	border-bottom: 1px solid #b8b7b7;
}
#mid {
	background: url('../images/mid_bg.jpg') repeat-x;
}
#text-img {
	padding-left: 0;
}
.text-block{
	text-align: justify;
	font-size: 18px;
}
#main-info {
	font-size: 150%;
	color: #000000;
	background: #ffffff;
}
#main-info div.container {

}
.slogan{
	float: left;
}
#main-info img{
	float: right;
	width: auto;
	height: auto;
}
#border-text {
	border: 1px solid #dcdada;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eaeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	box-shadow: 0 0 2px #989696;
}
#right-block p{
	background-image: url('../images/testimonials-icon-1.png');
	background-repeat: no-repeat;	
	background-position: left top;
	padding-left: 50px;
}
#right-block a{
	text-decoration: none;
	color: #000000;
}
#right-block a:hover{
	color: #000000;
}
#text {
	font-size: 17px;
}
#text ul{
	padding-left: 20px;
}
#footer {
	margin-bottom: 0;
	margin-top: 20px;
	background: #4a8d02;
	color: #ffffff;
	text-align: center;
	border-top: none;
}
.alert-success {
	display: none;
}
.alert-danger {
	display: none;
}
#right-head {
	float: right;
	color: #ffffff;
}
#right-phone {
	color: #000000;
	float: right;	
}
#feedback {
	background-image: url(../images/bg.jpg);
	margin-bottom: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#feedback label{
	color: #000000;
}
#tggl {
	border: 1px solid #000000;
}
#tggl:hover {
	background-color: #feef94;
}
#tggl span.icon-bar{
	background-color: #000000;
}
.lisense-tb {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #a1cd47;
	color: #ffffff;
	margin-bottom: 40px;
}
.lisense-tb th {
	padding: 10px;
	text-align: center;
	border: 2px solid #dcdada;
}
.lisense-tb td {
	background: #989696;
	padding: 10px;
	border: 2px solid #dcdada;
	font-size: 15px;
}