* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 19px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(images/body.png) repeat 0 0;
	min-width: 100%;
}
/*font-family: 'Ubuntu', sans-serif;*/


@font-face {
    font-family: 'Swiss721BoldCondensed';
    src: url('../fonts/swiss_721_bold_condensed-webfont.eot');
    src: url('../fonts/swiss_721_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/swiss_721_bold_condensed-webfont.woff') format('woff'),
         url('../fonts/swiss_721_bold_condensed-webfont.ttf') format('truetype'),
         url('../fonts/swiss_721_bold_condensed-webfont.svg#Swiss721BoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Swiss721RomanCondensed';
    src: url('../fonts/swiss_721_condensed-webfont.eot');
    src: url('../fonts/swiss_721_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/swiss_721_condensed-webfont.woff') format('woff'),
         url('../fonts/swiss_721_condensed-webfont.ttf') format('truetype'),
         url('../fonts/swiss_721_condensed-webfont.svg#Swiss721RomanCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	color: #2B9208;
	text-decoration: none;
	cursor: pointer;
    
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.more {
	color: #2b9208;
	text-decoration: underline;
	padding-left: 11px;
	background: url(images/arr-ico.png) no-repeat 0 5px;
}
a.more:hover {
	text-decoration: none;
}
input, textarea, select {
	font-size: 12px;
	font-family: arial, sans-serif;
}
textarea {
	overflow: auto;
}
.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.innerbanner{
	background-image:url(images/slide-img.png);
	background-repeat:no-repeat;
	height:100px;
	position: relative;
    z-index: 5;
}

.innerbanner span.slider-b{
	
	background: url("images/slider-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 30px;
    left: 0;
    position: absolute;
    width: 990px;
    z-index: 100;
	
	
	
}
.content ul {
    list-style: none outside none;
}
.content ul li {
    background: url("images/arr-ico.png") no-repeat scroll 0 8px transparent;
    padding-bottom: 6px;
    padding-left: 10px;
}
.content ul li a {
    color: #2B9208;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
.content ul li a:hover {
    text-decoration: none;
}


.content h3 {
    color: #2D5900;
    font-family: 'Swiss721RomanCondensed';
    font-size: 18px;
    font-weight: 500;
    line-height: 10px;
    margin: 5px 0px 8px 0px;
	clear:both;
    padding: 8px 0 8px 0px;
    text-transform: uppercase;
	float:left;
	width:100%;
	
}

.content #tech{
	width:100%;
	margin:0px 0 15px 0;
 padding: 0 0 15px;
 border-bottom:1px solid #cccccc;
	float:left;

}
.content #tech li{
	list-style:none !important;
	line-height:18px;
	margin:0;
	padding:0 10px 10px 0;
	float:left;
	background:none !important;
}

.content #tech li img{
 border: medium none;
    float: left;
    text-align: center;
}

.content img{
	padding:5px;
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	margin-left:15px;
	margin-bottom:15px;
	
	
	float:right;
}
.content hr{
	width:100%;
	float:left;
	color:#cccccc;
	border-bottom:1px solid #cccccc;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
	margin:15px 0px;
}


.gmap{
	width:98%;
	float:left;
	padding:5px;
	margin:25px 0 0 0;
	background-color:#f5f5f5;
	border:1px solid #cccccc;
}

#submenumain h2{
	margin-bottom:10px;
	color:#2B9208 !important;
}

.address{
	width:100%;
	float:left;
}

			.txtboxc5{
			width:400px;
			margin:5px 0px;
			padding:9px 9px;
			border-radius:6px;
			border:1px dashed #cccccc;
			background-color:#f2f2f2;
			font-size:14px;
		}
		
		.txtboxc5:focus{
					border:1px dashed #2B9208;
		}
		
		
				.txtboxc6{
			width:400px;
			height:100px;
			margin:5px 0px;
			padding:9px 9px;
			border-radius:6px;
			font-size:14px;
				border:1px dashed #cccccc;
					background-color:#f2f2f2;
		}
		
		.txtboxc6:focus{
					border:1px dashed #2B9208;
		}
		
		
		
		.rfdbtn {
    background: -moz-linear-gradient(center top , #F2A768, #D4650B) repeat scroll 0 0 transparent;
    border: 1px solid #D4650B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #F8CAA5 inset;
    color: #FFFFFF;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    padding: 7px 16px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #666666;
	cursor:pointer;
    width: 107px;
}
.rfdbtn:hover {
    background: -moz-linear-gradient(center top , #7AA307, #577504) repeat scroll 0 0 transparent;
    border: 1px solid #577504;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #C6F73C inset;
    color: #FFFFFF;
    font-weight: bold;
    padding: 7px 16px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #666666;
    width: 107px;
}

.content #tech li span{
 float: left;
    text-align: center;
    width: 100%;
	padding:3px 0px;
		background-color:#2D5900;
		color:#ffffff;
		    font-family: 'Swiss721RomanCondensed';
    font-size: 15px;
	}
.content #tech li a{
	
	float:left;
	width:187px;
	list-style:none !important;
	background-color:#ffffff;
	border:1px solid #cccccc;


}
.content #tech li a:hover{
	border:1px solid #2D5900;
	background-color:#f5f5f5;
}

.content p img{
	width:100%;
}

.maininner {
    background: url("images/main.png") repeat-x scroll 0 0 transparent;
    padding: 0px 0 0;
}
.left, .alignleft {
	float: left;
	display: inline;
}
.right, .alignright {
	float: right;
	display: inline;
}
article, aside, details, footer, header, menu, nav, section {
	display: block;
}
.shell {
	width: 990px;
	margin: 0 auto;
}
.container {
	background: #fff;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
}
#header {
/*	height: 54px;*/
padding-top: 8px;
	padding-left: 33px;
	padding-right: 17px;
	overflow:hidden;
}
#logo {
	width: 284px;
	float: left;
	font-size: 0;
	line-height: 0;
}
#logo a {
	height:85px;
	display: block;
	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent: -4000px;
}
.search {
	float: right;
	padding:23px 0 0 0;
}
.search input.field {
	border: 1px solid #d6d6d6;
	background: #ededed;
	width: 166px;
	height: 24px;
	line-height: 22px;
	padding: 0px 10px;
	float: left;
	font-size: 11px;
	font-family: verdana, arial, helvetica, serif;
	color: #bebebe;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.search input.search-btn {
	width: 22px;
	height: 26px;
	margin-left: 3px;
	border: 0;
	cursor: pointer;
	background: url(images/search-btn.png) no-repeat 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.we-serve {
    float: left;
    height: auto;
    margin: 23px 0 0;
    overflow: hidden;
    width: 275px;
}

.we-serve .column {
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    width: 294px;
}

.column .title {
    font-size: 18px;
    font-weight: normal;
	margin: 0;
    padding: 0 0 7px;
}

.industries p {
    color: #696A6E;
    font: 14px/18px Arial,Helvetica,sans-serif;
    width: 263px;
}


.industries ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 15px;
    width: 145px;
}
.industries li {
    background: url("../images/arrow-small.png") no-repeat scroll left center transparent;
    font: 15px Arial,Helvetica,sans-serif;
    padding: 2px 0 2px 11px;
}
.industries li a {
    color: #451898;
    text-decoration: none;
}
.industries li a:hover {
    color: #DC2C4E;
    text-decoration: none;
}
#navigation {
	height: 52px;
	padding-top: 4px;
 font-family: 'Swiss721RomanCondensed';
	font-weight:normal;
	background: url(images/navigation.png) repeat-x 0 0;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
}
#navigation ul {
	list-style: none;
	list-style-position: outside;
}
#navigation ul li {
	float: left;
	padding-right: 2px;
	line-height: 52px;
	background: url(images/nav-border.png) no-repeat right 0;
	font-size: 16px;
	text-transform: uppercase;
}
#navigation ul li a {
	display: block;
	padding: 0 32px 0 28px;
	color: #444444;
}
#navigation ul li a:hover, #navigation ul li.active a {
	text-decoration: none;
	color: #2b9208;
	
}
#navigation ul li.first a {
	padding-left: 38px;
}
#navigation a.nav-btn {
	display: none;
}
.slider-holder {
	position: relative;
	z-index: 5;
}
.slider-holder span.slider-b {
	background: url(images/slider-bottom.png) no-repeat 0 0;
	width: 990px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.slider-holder span.slider-shadow {
	background: url(images/slider-shadow.png) no-repeat 0 0;
	width: 990px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: block;
}
.slider {
	width: 990px;
	height: 378px;
	position: relative;
	background: url(images/slide-img.png) no-repeat 0 0;
}
.slider ul.slides {
	list-style: none;
	list-style-position: outside;
}
.slider ul.slides li {
	width: 990px;
	height: 378px;
	float: left;
	position: relative;
	overflow: hidden;
}
.slider ul.slides li .img-holder {
/*	width: 741px;*/
	width: 600px;
/*	height: 347px;*/
	height: 377px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.slider ul.slides li .img-holder img {
/*	width: 741px;*/
	width: 600px;
/*	height: 347px;*/
	height: 377px;
}
.slider ul.slides li .slide-cnt {
	width: 320px;
	padding: 33px 0 0 34px;
	position: absolute;
	left: 0;
	top: 20px;
}
.slider ul.slides li .slide-cnt h2 {
	font-size:26px;
	line-height: 28px;
	padding-bottom: 16px;
	color: #fff;
	text-transform:uppercase;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	 font-family: 'Swiss721RomanCondensed';
	font-weight: 700;
}
.slider ul.slides li .slide-cnt p {
	color: #fff;
	font-size: 14px;
	line-height:18px;
	font-family:Arial, verdana, Helvetica, sans-serif;
	padding-bottom: 22px;
}
.slider ul.slides li .slide-cnt a.grey-btn {
	background: url(images/grey-btn.png) no-repeat 0 0;
	width: 186px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	    font-family: 'Swiss721RomanCondensed';
	color: #636363;
	text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
}
.slider ul.slides li .slide-cnt a.grey-btn:hover {
	background-position: 0 -47px;
	text-decoration: none;
	color:#0d2e6f;
}
.flex-control-nav {
	left: 480px;
}
.main a.m-btn-grey {
	display: none;
}
.main {
	padding: 47px 0px 0px;
	background: url(images/main.png) repeat-x 0 0;
}
.main h2 {
	font-size: 25px;
	color: #2d5900;
	line-height: 22px;
	padding-bottom: 8px;
	text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	font-weight: 500;
}

.col-cnt h2 {
	font-size: 15px;
	color: #2d5900;
	line-height: 10px;
padding:8px 0px 8px 10px;
	margin:6px 0px;
	border-left:3px solid #2B9208;
	text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	font-weight: 500;
}


.main h2 span {
	font-size: 25px;
	color: #0d2e6f;
	line-height: 22px;
	padding-bottom: 8px;
	text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	font-weight: 500;
}
.main h3 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.main h4 {
	font-size: 18px;
	color: #2d5900;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.main h4 span {
	font-size: 18px;
	color: #0d2e6f;
	line-height: 22px;
	padding-bottom: 8px;
	text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	font-weight: 500;
}
.main section {
	clear: both;
	background: url(images/section-shadow.png) no-repeat center bottom;
	padding: 30px 0 50px 0;
	margin:0 20px;
}
.main ul {
	list-style: none;
	list-style-position: outside;
}
.main ul li {
	padding-bottom: 6px;
	padding-left: 10px;
	background: url(images/arr-ico.png) no-repeat 0 8px;
}
.main ul li a {
	color: #2b9208;
	text-decoration: underline;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size:14px;
}
.main ul li a:hover {
	text-decoration: none;
}
.main .cols {
	padding-left: 4px;
	padding-right: 0;
}
.main .cols .col {
	width: 229px;
	float: left;
}
.main .cols .col:after {
	content:'';
	width: 100%;
	clear: both;
}
.main .cols .col + .col {
	padding-left: 10px;
}
.main .cols .col img {
	float: left;
	width: 210px;
	height: 80px;
	padding:5px;
	background-color:#f5f5f5;
	border:1px solid #cccccc;
}
.main .cols .col-cnt {
	width: 222px;
	float: left;
}

.main .post {
	background: url(images/cols-shadow.png) no-repeat 0 bottom;
	padding: 28px 0 28px 0;
	
}

.maininner .post {
	background: url(images/cols-shadow.png) no-repeat 0 bottom;
	padding: 0px 0 28px 0;
	
}

.maininner section {
    background: url("images/section-shadow.png") no-repeat scroll center bottom transparent;
    clear: both;
    margin: 0 20px;
    padding: 30px 0 50px;
}

.innerbanner h3{
	font-size:25px;
	text-decoration:none;
	color:#444444;
		text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	 padding: 27px 30px 0 23px;
	 color:#ffffff;
	 font-weight:normal;
	 text-shadow: 0 1px 0 #444444;
	 float:right;

}

p{
	margin-bottom:12px;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size:14px;
    text-align: center;
}

.content{
width:707px;
float:right;
margin-top: 10px;
    text-align: justify;
}

#submenumain {
    border-right: 1px dashed #cccccc;
    float: left;
    height: 100%;
    margin: 10px 25px 0px 0px;
    overflow: hidden;
    padding: 0 23px 0 0;
    width: 192px;
}


#submenu ul {
    list-style: none outside none;
  margin: 0 0 25px 0;
    padding: 0;
    width: 192px;
}
#submenu ul li {
    border-bottom: 1px solid #EAEAEA;
    list-style: none outside none;
    margin: 0;
}
#submenu ul li a {
    background: url("../images/arrow-small.png") no-repeat scroll 3px center transparent;
    color: #444444;
    display: block;
    font-family: 'Maven Pro',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 17px;
    text-decoration: none;
}
#submenu ul li a:hover {
    background: url("../images/left-arrow-hover.png") no-repeat scroll 3px center #2B9208;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #444444;
}
.main .post .video-holder {
/*	width: 435px;*/
	width: 360px;
	height: 245px;
	float: left;
	margin-right: 20px;
	padding:5px;
	border:1px solid #cccccc;
	background-color:#f5f5f5;
}
.main .post h2 {
	padding-bottom: 15px;
}
.main .post p {
	padding-bottom: 8px;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	text-align:justify;
}
.main .post p strong {
	display: block;
}
.main .post-cnt {
	float: right;
/*	width: 475px;*/
	width: 553px;
}
.main .testimonial {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background: transparent;
}
.main .testimonial strong.quote {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: 10px;
	right: 10px;
}
.testimonial h2 {
	padding-bottom: 12px;
	font-size: 18px;
	color: #2d5900;
	line-height: 10px;
padding:8px 0px 8px 10px;
	margin:0px 0px;

	text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	font-weight: 500;


}
.testimonial p {
	padding-bottom: 6px;
}
.testimonial p.author {
	text-align: right;
}



.maininner .testimonial {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: transparent;
}

#submenumain img{
	 background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
	margin-bottom:5px;
	padding:5px;
}
.maininner .testimonial strong.quote {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: 10px;
	right: 10px;
}
.testimonial h2 {
	padding-bottom: 12px;
	font-size: 18px;
	color: #2d5900;
	line-height: 10px;
padding:8px 0px 8px 10px;
	margin:0px 0px;

	text-transform:uppercase;
    font-family: 'Swiss721RomanCondensed';
	font-weight: 500;


}
.testimonial p {
	padding-bottom: 6px;
}
.testimonial p.author {
	text-align: right;
}
.socials {
	background: url(images/socials-bg.png) repeat-x 0 0;
	height: 49px;
}
.socials-inner {
	background: url(images/socials-inner.png) repeat-x 0 0;
	padding-left: 158px;
}
.socials h3 {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-right: 19px;
	padding-bottom: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.socials ul {
	list-style: none;
	list-style-position: outside;
	line-height: 49px;
}
.socials ul li {
	font-size: 11px;
	padding-right: 18px;
	color: #7c7c7c;
	background: transparent;
	text-transform: uppercase;
	float: left;
}
.socials ul li a {
	color: #7c7c7c;
	text-decoration: none;
	display: block;
	padding-left: 28px;
	position: relative;
}
.socials ul li a span {
	background: url(../images/socials.png) no-repeat 0 0;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}
.socials ul li a:hover {
	color: #333;
}
.socials ul li a.facebook-ico span {
	background-position: 0 0;
}
.socials ul li a.twitter-ico span {
	background-position: -22px 0;
}
.socials ul li a.rss-feed-ico span {
	background-position: -44px 0;
}
.socials ul li a.myspace-ico span {
	background-position: -67px 0;
}
.socials ul li a.john-doe-123-ico span {
	background-position: -89px 0;
}
#footer {
	background: url(images/footer-cols.png) repeat 0 0;
}
#footer h2 {
	font-size: 23px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	padding-bottom: 18px;
}
.footer-cols {
	padding: 46px 24px;
	background: url(images/footer-lights.png) no-repeat center 0px;
}
.footer-cols .col {
	float: left;
	width: 195px;
}
.footer-cols .col + .col {
	padding-left: 54px;
}
.footer-cols .col ul {
	list-style: none;
	list-style-position: outside;
}
.footer-cols .col ul li {
	color: #7dc33a;
	font-size: 16px;
	padding-bottom: 4px;
	background: url(images/arr-footer-col.png) no-repeat 0 8px;
	padding-left: 9px;
}
.footer-cols .col ul li a {
	color: #7dc33a;
}
.footer-bottom {
	background: url(images/footer-bottom.png) repeat 0 0;
	height: 38px;
	padding-top: 24px;
	padding: 24px 20px 0;
	border-top: 1px solid #262c2c;
}
.footer-bottom .footer-nav {
	float: left;
	line-height: 11px;
}
.footer-bottom .footer-nav ul {
	list-style: none;
	list-style-position: outside;
}
.footer-bottom .footer-nav ul li {
	display: inline;
	font-size: 12px;
	color: #9e9e9e;
	border-left: 1px solid #1a1f20;
	padding: 0 11px;
}
.footer-bottom .footer-nav ul li.first {
	padding-left: 0;
	border: 0;
}
.footer-bottom .footer-nav ul li a {
	color: #5f6261;
}
.footer-bottom .footer-nav ul li a:hover, .footer-bottom .footer-nav ul li.active a {
	color: #9e9e9e;
	text-decoration: none;
}
.footer-bottom p.copy {
	float: right;
	line-height: 12px;
	font-size: 12px;
	color: #5f6261;
}
.footer-bottom p.copy span {
	padding: 0 11px;
}
.footer-bottom p.copy a {
	color: #2b9208;
	text-decoration: underline;
}
.footer-bottom p.copy a:hover {
	text-decoration: none;
}
.footer-bottom p.copy strong {
	font-weight: normal;
}

/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
body {
	width: 768px;
}
.shell {
	width: 748px;
}


#navigation ul li a {
	padding: 0 22px;
}
#navigation ul li.first a {
	padding-left: 26px;
}
.slider-holder {
	position: relative;
}
.innerbanner span.slider-b {
	background: url(images/t-slider-bottom.png) no-repeat 0 0;
	width: 748px;
	height: 30px;
	position: absolute;
	bottom: -13px;
	left: 0px;
	z-index: 100;
}

.slider-holder span.slider-b {
    background: url("images/t-slider-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -13px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 748px;
    z-index: 100;
}
#submenumain {
    border-right: medium none;
    margin-bottom: 15px;
    width: 200px;
}

.innerbanner span.slider-b{
	width:100%;
}
.slider-holder span.slider-shadow {
	background: transparent;
	display: none;
}
.flex-control-nav {
	left: 346px;
}
.slider {
	width: 748px;
	height: 292px;
	position: relative;
	background: url(images/t-slide-img.png) no-repeat 0 0;
}
.slider ul.slides {
	list-style: none;
	list-style-position: outside;
}
.slider ul.slides li {
	width: 748px !important;
	height: 292px;
	float: left;
	position: relative;
}
.slider ul.slides li .img-holder {
	width: 537px;
	height: 266px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.slider ul.slides li .img-holder img {
	width: 515px !important;
	height: 300px !important;
	margin-left:25px;
}
.slider ul.slides li .slide-cnt {
	width: 320px;
	padding: 0px 0 0 34px;
}
.slider ul.slides li .box-cnt {
	width: 285px;
	display:none;
}
.slider ul.slides li .slide-cnt h2 {
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 16px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
.main {
	padding: 47px 0 0 0;
}
.main section {
	background: url(images/t-section-shadow.png) no-repeat center bottom;
	padding-left: 20px;
	padding-right: 20px;
}
.main .cols {
	margin: 0 0 0 0;
	padding-left: 30px;
	padding-right: 22px;
}
.main .cols .col {
	width: 150px;
}
.main .cols .col img {
	float: none;
	display: block;
	margin: 0 auto;
	width:100%;
}
.main .cols .col + .col {
	padding-left: 27px;
}
.main .cols .col-cnt {
	text-align: left;
	width:100%;
}

.col-cnt h2{
	line-height:14px;
	text-align:left;
	font-size:15px;
}
.main .testimonial {
	background: transparent;
}
.main .post {
	background: url(images/t-section-post.png) no-repeat center bottom;
	padding-left: 20px;
}
.main .post .video-holder {
	width: 98%;
	height: 245px;
	float: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 20px;
}

.main .post .video-holder img{
	width:100%;
}
.main .post-cnt {
	float: none;
	display: block;
	width: 100%;
}
.socials-inner {
	padding-left: 70px;
}
.footer-bottom {
	height: 58px;
}
.footer-cols {
	padding-left: 40px;
}
.footer-cols .col {
	width: 150px;
}
.footer-cols .col + .col {
	padding-left: 28px;
}
.footer-cols .col ul li {
	font-size: 12px;
}
.footer-bottom .footer-nav {
	float: none;
	display: block;
	text-align: center;
	padding-bottom: 18px;
}
.footer-bottom p.copy {
	float: none;
	display: block;
	text-align: center;
}
}
 @media only screen and ( max-width: 767px) {
body {
	width: auto;
}

.shell {
	width: 320px;
	margin: 0 auto;
}
#header {
	position: relative;
	z-index: 1000;
	padding-left: 0;
	padding-right: 0;
}
#logo {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.search {
	display: none;
}
#navigation {
	padding: 0 0 0 0;
	height: 36px;
}
#navigation a.nav-btn {
	display: block;
	font-size: 13px;
	line-height: 36px;
	padding-top: 0px;
	height: 28px;
	padding-left: 22px;
	text-transform: uppercase;
	color: #2b9208;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
#navigation a.nav-btn:hover {
	text-decoration: none;
}
#navigation a.nav-btn span.arr {
	background: url(images/nav-arr.png) no-repeat 0 0;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 14px;
	top: 12px;
}
#navigation a.nav-btn span.arr.active {
	background: url(images/nav-arr.png) no-repeat 0 bottom;
}
#navigation {
	position: relative;
	z-index: 1000;
}
#navigation ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
}
#navigation ul li {
	display: block;
	line-height: 36px !important;
	float: none;
	background: url(images/navigation.png) repeat 0 0;
}
#navigation ul li a {
	padding: 0 22px;
}
#navigation ul li.first a {
	padding-left: 26px;
	display: none;
}
.m-slider {
	background: #f3f3f3;
}
.slider-holder {
	position: relative;
	margin: 0 auto;
	width: 310px;
}
.slider-holder span.slider-b {
	background: url(images/m-slider-bottom.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 100;
}
.slider-holder span.slider-shadow {
	background: transparent;
	display: none;
}
.flex-control-nav {
	left: 130px;
}
.slider {
	width: 310px;
	height: 181px;
	overflow: hidden;
	position: relative;
	background: url(images/m-slide-img.png) no-repeat 0 0;
}
.slider ul.slides li {
	width: 310px !important;
	height: 181px !important;
	float: none;
}
.slider ul.slides li .img-holder {
	width: 250px !important;
	height: 182px !important;
	bottom: -10px !important;
	left: 50%;
	margin-left: -163px;
}
.slider ul.slides li .img-holder img {
	width: 320px !important;
	height: 182px !important;
}
.slider ul.slides li .slide-cnt {
	width: 300px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
}
.slider ul.slides li .box-cnt {
	display: none;
}
.slider ul.slides li .slide-cnt h2 {
	font-size: 22px;
	text-align: center;
	line-height: 25px;
	padding-bottom: 16px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
.slider ul.slides li .slide-cnt a.grey-btn {
	display: none;
}
.main {
	padding: 40px 0 0 0;
}
.main section {
	background: url(images/m-section-shadow.png) no-repeat center bottom;
	padding: 0 20px 20px 20px;
}
.main .cols {
	margin: 0 0 0 0;
}
.main .cols .col {
	width: 243px;
	float: none;
	display: block;
	padding-bottom: 22px;
	margin: 0 auto;
}
.main .cols .col img {
	float: none;
	display: block;
	margin: 0 auto;
	width:100%;
}
.main .cols .col + .col {
	padding-left: 0px;
}
.main .cols .col-cnt {
	text-align: center;
	float: none;
	display: block;
	width:100%;
}
.main a.m-btn-grey {
	display: block;
	background: url(images/m-btn-grey.png) repeat-x 0 0;
	margin: 0 10px 14px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #9e9f9f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
}
.main a.m-btn-grey:hover {
	background-position: 0 bottom;
	text-decoration: none;
}

.main h2{
	line-height:30px;
}
.main .post {
	background: url(images/m-section-post.png) no-repeat center bottom;
	padding-top: 28px;
	padding-left: 20px;
}
.main .post .video-holder {
	width: 243px;
	height: 162px;
	float: none;
	display: block;
	margin: 0 auto 20px;
}
.main .post .video-holder img {
	width: 243px;
	height: 162px;
}
.main .post-cnt {
	float: none;
	display: block;
	width: 100%;
}
.main .post-cnt p strong {
	display: block;
	padding-bottom: 12px;
}
.testimonial h2 {
	font-size: 21px;
}
.testimonial p.author {
	text-align: center;
}
.socials {
	background: url(images/socials-bg.png) repeat-x 0 0;
	padding-bottom: 20px;
	height: 100%;
}
.socials-inner {
	padding-left: 10px;
}
.socials h3 {
	float: none;
	display: block;
}
.socials ul li {
	display: block;
	float: none;
	line-height: 30px;
}
.socials ul li a {
	display: block;
	float: none;
}
.socials ul li a span {
	top: 4px;
}
#footer h2 {
	padding-bottom: 12px;
}
.footer-cols {
	padding-left: 10px;
	padding-right: 0;
	padding-bottom: 0;
}
.footer-cols .col {
	width: 150px;
	float: none;
	display: block;
	padding-bottom: 22px;
}
.footer-cols .col + .col {
	padding-left: 0px;
}
.footer-cols .col ul li {
	font-size: 12px;
}
.footer-bottom {
	height: 58px;
}
.footer-bottom {
	padding: 10px 9px 20px;
	height: 100%;
}
.footer-bottom .footer-nav {
	float: none;
	display: block;
	text-align: center;
	padding: 0 0px 18px;
}
.footer-bottom .footer-nav ul li {
	padding: 0 4px;
	border: 0;
	font-size: 10px !important;
}
.footer-bottom p.copy {
	float: none;
	display: block;
	text-align: center;
}
.footer-bottom p.copy strong {
	display: block;
	padding-top: 10px;
}
.footer-bottom p.copy span {
	display: none;
}


}
 @media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
#navigation a.nav-btn span.arr {
	background: url(images/nav-arr@2x.png) no-repeat 0 0;
	-webkit-background-size: 13px 18px;
	-moz-background-size: 13px 18px;
	background-size: 13px 18px;
}

#submenumain {
	width:100%;
	margin-bottom:15px;
	border-right:none;
}

#submenu ul{
	width:100%;
}
.content {
    float:none;
    width: 100%;
}
#navigation a.nav-btn span.arr.active {
	background: url(images/nav-arr@2x.png) no-repeat 0 bottom;
	-webkit-background-size: 13px 18px;
	-moz-background-size: 13px 18px;
	background-size: 13px 18px;
}
#logo a {
	background: url(../images/logo.jpg) no-repeat 0 0;
	-webkit-background-size: 200px 70px;
	-moz-background-size: 200px 70px;
	background-size: 200px 70px;
}

.innerbanner{
	width: 100%;
}
.innerbanner span.slider-b {
background: url("images/m-slider-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -3px;
    height: 12px;
    left: 0;
    position: absolute;
    width: 310px;
    z-index: 100;
}


.txtboxc5{
	width:94%;
}
.txtboxc6{
	width:94%;
}

.address{
	float:none;
	width:100%;
}
.gmap{
	float:none;
	width:100%;
}

#submenumain img{
	float:none;
	text-align:center;
	width:100%;
}

.gmap iframe{
	width:100%;
}

.innerbanner span.slider-b{
	background:none !important;
}
}


 .contentpoints ul {
    list-style: none outside none;
    /*margin: 0 0 25px 0;*/
    padding: 0;
    /*width: 192px;*/
}
.contentpoints ul li {
    /*border-bottom: 1px solid #EAEAEA;*/
    list-style: none outside none;
     background: url("../images/arrow-small.png") no-repeat scroll 3px center transparent;
     font-family: 'Maven Pro',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 17px;
    text-decoration: none;
   
    /*margin: 0;*/
}


.contentpoints ol {
     list-style:circle outside;
    /*margin: 0 0 25px 0;*/
    padding: 0;
    /*width: 192px;*/
}
.contentpoints ol li {
    /*border-bottom: 1px solid #EAEAEA;*/
    /*list-style: none outside none;*/
     /*background: url("../images/arrow-small.png") no-repeat scroll 3px center transparent;*/
     font-family: 'Maven Pro',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    /*line-height: 32px;*/
    padding: 0 0 0 17px;
    text-decoration: none;
   
    /*margin: 0;*/
}

.contentheader {
    color:#2B9208  !important;
    font-weight:bold;
    font-size:18px;
    text-align:left;
    
}

.contentsubheader {
    color:#ffffff !important;
    text-align:left;
    font-weight:bold;
    background-color:rgba(0,0,0,0.3);
}

.contentMheader {
    color:#451898 !important;
    text-align:left;
    font-weight:bold;
}

.contenttext {
    font-family: 'Maven Pro',Arial,Helvetica,sans-serif;
    font-size: 13px;
     font-weight: bold;
    /*line-height: 32px;*/
    text-decoration: none;
    text-align:left;
}

.referencelink {
	text-align:right;
    padding-right:30px;
    
}

.main .post div {
	padding-bottom: 8px;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	text-align:justify;
}

