* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.3px;
}
body {
	margin: 0;
	padding: 0;
	background-image: url('images/common/bg.gif');
}
p {
	line-height: 24px;
}
#fixed_div {
	float: left;
	width: 100%;
	background-color: rgba(98,161,49,1);
	padding: 5px 10px;
	z-index: 199;
	position: fixed;
	color: #ffffff;
	font-size: 13px;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(207,255,209,1);
	-moz-box-shadow: 0px 5px 13px 0px rgba(207,255,209,1);
	box-shadow: 0px 5px 13px 0px rgba(207,255,209,1);
}
.call {
	float: left;
	display: block;
	margin: 5px 10px;
}
.email {
	float: left;
	display: block;
	margin: 5px 10px;
}
#fixed_div a {
	text-decoration: none;
	color: #ffffff;
}
#fixed_div a:hover {
	text-decoration: none;
	color: #ffcc00;
}
.fb-like {
	background-image: url(images/header/fb.png);
	background-repeat: no-repeat;
	float: right;
	display: block;
	width: 30px;
	height: 30px;
}
.fb-like:hover {
	background-color: rgb(17,86,243);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#fixed_div img{
	max-width: 30px;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.header_wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	margin: 0 0 5px 0;
	background: rgba(41,88,8,1);
	background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 20%, rgba(98,161,49,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(20%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
	background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 20%, rgba(98,161,49,1) 100%);
	background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 20%, rgba(98,161,49,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 20%, rgba(98,161,49,1) 100%);
	background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 20%, rgba(98,161,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.logo {
	float: left;
	max-width: 100%;
	margin: 10px 0 0 0px;
}
.logo img {
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tuv_cert img{
	max-width: 100%;
	display: block;
	margin: auto;
	float: right;
}

/* ======================================= MENU ===================================*/

.navbar_mini {
	display: none;
}
.menu {
	display: block;
	position: fixed;
	top: 150px;
	left: 3px;
	float: left;
	z-index: 199;
}
.nav {
	float: left;
}
.toggle {
	float: left;
	top: 10px;
	left: 10px
}
.nav_toggle {
	src="images/nav/toggle.png";
	cursor: pointer;
	margin: 0 0 0 2px;
	padding: 6px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0;
	padding: 0;
}
.nav ul li {
	margin: 0 0 1px 0;
	list-style: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav ul li:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(245,245,245,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 );
}
.nav ul li a{
	text-decoration: none;
	color: #000;
	padding: 7px 12px 7px 7px;
	font-size: 13px;
	font-weight: 700;
}
.nav img {
	padding: 6px 7px;
	vertical-align: middle;
}

/*================================================== BANNER ====================================================*/

.banner_bg {
	float: left;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(98,161,49,1);
}
#wowslider-container1 {
	width: 100%;
	padding: 0;
}
.description {
	font-size: normal;
	font-weight: bold;
}

/*================================================ INTRO =======================================================*/

.intro_wrapper {
	width: 100%;
	float: left;
	margin-top: 5px;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border: 0px solid #ffffff;
	background: rgba(98,161,49,1);
background: -moz-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 80%, rgba(41,88,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,161,49,1)), color-stop(80%, rgba(98,161,49,1)), color-stop(100%, rgba(41,88,8,1)));
background: -webkit-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 80%, rgba(41,88,8,1) 100%);
background: -o-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 80%, rgba(41,88,8,1) 100%);
background: -ms-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 80%, rgba(41,88,8,1) 100%);
background: linear-gradient(to bottom, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 80%, rgba(41,88,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a131', endColorstr='#295808', GradientType=0 );
}
.intro_content {
	position: relative;
	border-radius: 20px;
	background: #ffffff;
	text-align: center;
	font-size: 13px;
	margin: 15px 0;
}
.intro_content article {
	width: 94%;
	padding: 2% 3%;
}
.intro_content a {
	text-decoration: none;
}
.solar1 {
	position: absolute;
	top: 0;
	right: 0;
}
.solar2 {
	position: absolute;
	top: 0;
	left: 0;
}
.solar3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.solar4 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.legato_highlight {
	color: #2e3192;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #7477d1;
}
.iso_highlight {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fcc3c3;
}

/*========================================================== FOUR THUMBS ================================================*/

.thumbs {
	font-weight: normal;
	margin: 10px 0 0 0;
	height: 305px;
	
}
.thumb_content_heading {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	text-align: center;
	font-weight: bold;
	background: rgba(41,88,8,1);
background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 50%, rgba(98,161,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(50%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 50%, rgba(98,161,49,1) 100%);
background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 50%, rgba(98,161,49,1) 100%);
background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 50%, rgba(98,161,49,1) 100%);
background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 50%, rgba(98,161,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.thumb_content_heading img{
	padding: 0 10px 0 0;
	vertical-align: middle;
	width: auto;
	height: 20px;
}
.thumb_content {
	width: 100%;
	height: 270px;
	float: left;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-bottom: 1px solid #62a131;
	border-left: 1px solid #62a131;
	border-right: 1px solid #62a131;
	background-color: #ffffff;
}
.thumb_content ul {
	margin: 0;
	padding: 0;
	height: 210px;
}
.thumb_content li{
	margin: 8px 0 10px 30px;
	padding: 0 10px 0 0;
}
.bullets {
	list-style-image: url('images/home/bullet.gif');
	font-size: 13px;
	background-color: #fff;
}
.view_btn {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	float: left;
}
.view_btn a {
	float: right;
	margin: 0 10px 0 0;
	color: #fff;
	padding: 3px 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #62a131;
	text-decoration: none;
	background: rgba(98,161,49,1);
	background: rgba(98,161,49,1);
	background: -moz-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,161,49,1)), color-stop(50%, rgba(98,161,49,1)), color-stop(100%, rgba(63,100,30,1)));
	background: -webkit-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: -o-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: linear-gradient(to bottom, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a131', endColorstr='#3f641e', GradientType=0 );
}
.submit_btn {
	color: #fff;
	background: rgba(98,161,49,1);
	background: -moz-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,161,49,1)), color-stop(50%, rgba(98,161,49,1)), color-stop(100%, rgba(63,100,30,1)));
	background: -webkit-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: -o-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	background: linear-gradient(to bottom, rgba(98,161,49,1) 0%, rgba(98,161,49,1) 50%, rgba(63,100,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a131', endColorstr='#3f641e', GradientType=0 );
}

/*================================================================ ABOUT US =========================================================*/

.about_us_banner {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	-webkit-border-radius: 20px 20px 10px 10px;
	background: rgba(41,88,8,1);
	background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(5%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
	background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.about_us_banner_heading {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.about_us_banner_heading img{
	height: 20px;
	width: auto;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.about_us_banner_content {
	width: 100%;
	float: left;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
}
.about_us_txt {
	float: left;
	padding: 10px;
	font-size: 13px;
	color: #000;
	text-align: justify;
	letter-spacing: .2px;
}
.banner_img {
	max-width: 100%;
	display: block;
	margin: auto;
	padding: 15px 0;
}

/*==================================================== SERVICE ================================================*/

.service_wrapper {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	width: 100%;
	float: left;
	border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	-webkit-border-radius: 20px 20px 10px 10px;
	background: rgba(41,88,8,1);
background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(5%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.service_heading {
	width: 100%;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
.service_heading img {
	height: 20px;
	width: auto;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.service_content_wrapper {
	float: left;
	background-color: #ffffff;
	width: 100%;
	margin: 0 0 10px 0;
	overflow:hidden;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.service_content {
	padding: 10px;
	font-size: 13px;
	text-align: justify;
}
.service_content h4 {
	margin: 0;
	padding: 0;
}
.service_intro {
	padding: 0 20px;
}
.service_content h3{
	font-size: 15px;
	padding: 5px;
	margin: 0 0 0 0;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
	cursor: pointer;
}
.service_content h3:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(245,245,245,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 );
}
.service_subheading_content {
	padding: 0;
	margin: 0;
	display: none;
	text-align:justify;
}

/*==================================================== GALLERY ================================================*/

.gallery_wrapper {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
    width: 100%;
    float: left;    
    border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	-webkit-border-radius: 20px 20px 10px 10px;
	background: rgba(41,88,8,1);
background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(5%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.gallery_heading {
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.gallery_heading img {
	height: 20px;
	width: auto;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.gallery_content {
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
#lightGallery {
	list-style: none outside none;
	padding: 0;
	margin: 0 15px;	
}

/*.gallery li {
	list-style: none;
	padding: 0;
}
.gallery li a {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}*/
.gallery li a img {
	margin: 10px 0;
}

/*==================================================== CLIENTS ================================================*/

.clients_wrapper {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
    border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	-webkit-border-radius: 20px 20px 10px 10px;
	
	background: rgba(41,88,8,1);
background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 15%, rgba(98,161,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(15%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 15%, rgba(98,161,49,1) 100%);
background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 15%, rgba(98,161,49,1) 100%);
background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 15%, rgba(98,161,49,1) 100%);
background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 15%, rgba(98,161,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.clients_content_heading {
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.clients_content_heading img {
	height: 20px;
	width: auto;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.clients_content {
	overflow: hidden;
	float: left;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 100%;
	background-color: #ffffff;
	padding: 5px 0;
	margin: 0;
}
.clients_content li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	float: left;
	position: relative;
}
.marquee {position:relative;
     overflow:hidden;
     width:100%;
     height:120px;
     }

/*==================================================== QUERIES ================================================*/

.queries_wrapper {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
    border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	-webkit-border-radius: 20px 20px 10px 10px;
	padding: 0 0 10px 0;
	
	background: rgba(41,88,8,1);
background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(5%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.queries_content {
	float: left;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 100%;
	background-color: #ffffff;
	padding: 5px 0;
	margin: 0;
}
.queries_content h5{
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}
.queries_heading {
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.queries_heading img {
	height: 20px;
	width: auto;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.form_table {
	width: 100%;
	float: left;
}
.form {
	width: 90%;
	margin: auto;
	padding: 10px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button 
{ 
  -webkit-appearance: none;
}
input[type=number] {-moz-appearance: textfield;}

/*input#fname { 
	background-image: url('images/queries/icon_name.png');
	background-repeat: no-repeat;
	background-position: 6px;
}

input#email { 
    background-image: url('images/queries/mail.png');
	background-repeat: no-repeat;
	background-position: 6px;
}

input#contact { 
	background-image: url('images/queries/mobile.png');
	background-repeat: no-repeat;
	background-position: 6px;
}

textarea#address {
	padding-top: 5px;
    background-image: url('images/queries/address.png');
	background-repeat: no-repeat;
	background-position: 6px 6px ;
}
textarea#moving_address {
	padding-top: 5px;
    background-image: url('images/queries/moving.png');
	background-repeat: no-repeat;
	background-position: 4px 6px ;
}
textarea#message {
	padding-top: 5px;
    background-image: url('images/queries/message.png');
	background-repeat: no-repeat;
	background-position: 6px 6px ;
}
input#submit {
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}

input#submit:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(245,245,245,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 );
}*/
.input-group-addon {
	color: #333333;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}

/*=================================================== CONTACT US ================================================*/

.contact_wrapper {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
    border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	-webkit-border-radius: 20px 20px 10px 10px;
	padding: 0 0 10px 0;	
	background: rgba(41,88,8,1);
	background: -moz-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,88,8,1)), color-stop(5%, rgba(98,161,49,1)), color-stop(100%, rgba(98,161,49,1)));
	background: -webkit-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: -o-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	background: linear-gradient(to bottom, rgba(41,88,8,1) 0%, rgba(98,161,49,1) 5%, rgba(98,161,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295808', endColorstr='#62a131', GradientType=0 );
}
.contact_content {
	float: left;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 100%;
	background-color: #ffffff;
	padding: 5px 0;
	margin: 0;
	font-size: 13px;
}
.contact_content h4{
	text-align: left;
	padding: 10px 0 10px 50px;
	margin: 0;
	font-weight: bold;
}
.contact_content h4 img{
	padding: 0 10px 0 0;
}
.contact_content p{
	padding: 0 50px;
}
.contact_heading {
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.contact_heading img {
	height: 20px;
	width: auto;
	vertical-align: middle;
	padding: 0 10px 0 0;
	list-style-image: url();
}
.location_content {
	float: left;
	width: 100%;
	height: 100%;	
	padding: 0;
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.google-maps {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden; margin: 10px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================================================== FOOTER ================================================*/


.footer {
	font-size: 12px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	
	background-color: #333;
}
.footer_nav {
	float: left;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.footer li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
}
.footer li:after {
	color: #fff;
	content: "/";
	padding: 0 10px;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	color: #ffcc00;
}
.copyright {
	padding: 5px 0;
	float: left;
	color: #fff;
	text-align: left;
}
.developer {
	padding: 5px 0;
	float: right;
	color: #fff;
	text-align: right;
}


/*==================================================== ANCHOR TAGS ================================================*/


a.anchor_tag {
	display: block;
	position: relative;
	top: -40px;
	visibility: hidden;
}

/*==================================================== Media Queries ================================================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {


#fixed_div {
	padding: 8px 30px 8px 70px;
	margin-bottom: 5px;
}
.header_wrapper {
	margin-top: 60px;
}
#lightGallery {
	list-style: none outside none;
	padding: 0;
	margin: 10px 0px;
}
.menu {
	display: none;
}

.nav1 {
	display: none;
	float: left;
}
.toggle1 {
	float: left;
	top: 10px;
	left: 10px
}
.nav_toggle1 {
	cursor: pointer;
	margin: 0 0 0 2px;
	padding: 6px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav1 ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 100%;
}
.nav1 li {
	margin: 0;
	padding: 0;
}
.nav1 ul li {
	margin: 0 0 1px 0;
	list-style: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav1 ul li:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(245,245,245,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 );
}
.nav1 ul li a{
	text-decoration: none;
	color: #000;
	padding: 7px 12px 7px 7px;
	font-size: 14px;
	font-weight: bold;
}
.nav1 img {
	padding: 6px 7px;
	vertical-align: middle;
}
#map-canvas {
        width: 360px;
        height: 350px;
}
a.anchor_tag {
	top: -90px;
}

}

/*=========================================================================*/

@media only screen and (min-width: 768px) and (max-width: 800px) {
	a.anchor_tag {
	top: -50px;
}
}

@media (max-width: 767px) {

.carousel-caption h3{
	font-size: 90%;
}
}
/*=========================================================================*/		

@media only screen and (min-width: 480px) and (max-width: 767px) {

.header_wrapper {
	margin-top: 70px;
}
#fixed_div {
	display: none;
}
.navbar_mini {
	display: block;
}
.navbar_nav_mini li{
	display: inline-block;
	width: 13%;
	padding: 0;
}
.navbar_nav_mini {
	width: 100%;
}
.navbar_nav_mini li img{
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.navbar_nav_mini li a {
	text-align: center;
}
.navbar_nav_mini li a:hover{
	background-color: rgba(207,255,209,0.2);
}
.navbar_nav_mini li h6{
	color: #fff;
}
.call_mini , .email_mini {
	display: block;
	margin: 3px 8px;
	color: #ffffff;
	font-size: 13px;
}
.call_mini:hover , .email_mini:hover {
	text-decoration: none;
	color: #ffcc00;
}
.call_mini img , .email_mini img {
	padding-right: 15px;
}
.fb-like {
	float: left;
	margin: 12px 12px 0 12px;
}
.logo {
	float: none;
}
.logo img{
	margin: 0;
}
#lightGallery {
	list-style: none outside none;
	padding: 0;
	margin: 10px 0px;
}
.menu {
	display: none;
}
.menu1 {
	display: block;
	position: fixed;
	top: 3px;
	left: 3px;
	float: left;
	z-index: 199;
}
.nav1 {
	display: none;
	float: left;
}
.toggle1 {
	float: left;
	top: 10px;
	left: 10px
}
.nav_toggle1 {
	cursor: pointer;
	margin: 0 0 0 2px;
	padding: 6px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav1 ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.nav1 li {
	margin: 0;
	padding: 0;
}
.nav1 ul li {
	margin: 0 0 1px 0;
	list-style: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav1 ul li:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(245,245,245,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 );
}
.nav1 ul li a{
	text-decoration: none;
	color: #000;
	padding: 7px 12px 7px 7px;
	font-size: 14px;
	font-weight: bold;
}
.nav1 img {
	padding: 6px 7px;
	vertical-align: middle;
}
.tuv_cert img{
	float: none;
}
.form {
	width: 60%;
}
.developer {
	text-align: center;
	float: none;
}
.copyright {
	padding: 10px 0 10px 0px;
	float: none;
	text-align: center;
}
.footer_nav {
	float: none;
	text-align: center;
	padding: 20px 0;
}
#map-canvas {
        width: 400px;
        height: 360px;
        margin: 10px; 
}
a.anchor_tag {
	top: -55px;
}
}

/*=========================================================================*/		

@media only screen and (min-width: 540px) and (max-width: 600px) {

.navbar_nav_mini li{
	width: 20%;
}
}

/*=========================================================================*/		

@media only screen and (min-width: 480px) and (max-width: 540px) {

.navbar_nav_mini li{
	width: 23%;
}
}

/*=====================================================================*/		

@media only screen and (max-width: 479px) {
.header_wrapper {
	margin-top: 60px;
}
#fixed_div {
	display: none;
}

.navbar_nav_mini li{
	display: inline-block;
	width: 30%;
	padding: 0;
}
.navbar_nav_mini li img{
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.navbar_nav_mini li a {
	text-align: center;
}
.navbar_nav_mini li a:hover{
	background-color: rgba(207,255,209,0.2);
}
.navbar_nav_mini li h6{
	color: #fff;
}
.call_mini , .email_mini {
	display: block;
	margin: 3px 8px;
	color: #ffffff;
	font-size: 13px;
}
.call_mini img , .email_mini img {
	padding-right: 15px;
}
.call_mini:hover , .email_mini:hover {
	text-decoration: none;
	color: #ffcc00;
}
.fb-like {
	float: left;
	margin: 12px 12px 0 12px;
}
.logo {
	float: none;
}
.logo {
	float: none;
}
.banner_img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
.menu {
	display: none;
}
.navbar_mini {
	display: block;
}
.nav1 {
	display: none;
	float: left;
}
.toggle1 {
	float: left;
	top: 10px;
	left: 10px
}
.nav_toggle1 {
	cursor: pointer;
	margin: 0 0 0 2px;
	padding: 6px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav1 ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.nav1 li {
	margin: 0;
	padding: 0;
}
.nav1 ul li {
	margin: 0 0 1px 0;
	list-style: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(250,250,250,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 10%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.nav1 ul li:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(245,245,245,1)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999', GradientType=0 );
}
.nav1 ul li a{
	text-decoration: none;
	color: #000;
	padding: 7px 12px 7px 7px;
	font-size: 14px;
	font-weight: bold;
}
.nav1 img {
	padding: 6px 7px;
	vertical-align: middle;
}
.tuv_cert img{
	float: none;
}
#lightGallery {
	list-style: none outside none;
	padding: 0;
	margin: 10px 0;
}
.display_hide {
	display: none;
}
.form {
	width: 90%;
}
.developer {
	text-align: center;
	float: none;
}
.copyright {
	padding: 10px 0 10px 0px;
	float: none;
	text-align: center;
}
.footer_nav {
	float: none;
	text-align: center;
	padding: 20px 0;
}
#map-canvas {
        width: 280px;
        height: 380px;
        margin: 10px; 
}
a.anchor_tag {
	top: -50px;
}
}