abt/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	background:#ffffff;
	font-weight: 300;
	font-size: 0.8924em;
	color: #555;
}
.wrap{
	width: 80%;
	margin: 0 auto;
}

.header {
	background-color: #71eeb8;
}

/*header-bg*/
.header-bg{
	border-top: 5px solid #71eeb8;
	background: rgb(151,181,56);
	background: -moz-linear-gradient(top,  rgba(113,238,184,1) 17%, rgba(89,240,174,1) 47%, rgba(89,240,175,1) 78%, rgba(62,240,163,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(113,238,184,1)), color-stop(47%,rgba(89,240,174,1)), color-stop(78%,rgba(89,240,175,1)), color-stop(99%,rgba(62,240,163,1)));
	background: -webkit-linear-gradient(top,  rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	background: -o-linear-gradient(top,  rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	background: -ms-linear-gradient(top,  rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	background: linear-gradient(to bottom,  rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71eeb8', endColorstr='#3ef0a3',GradientType=0 );
}
.logo{
	float: left;
    position: absolute;
    left: 0px;
    top: 0px;
	padding: 0.5% 3% 0;
	z-index: 1;
}
.header-right{
	float:right;
}

/*  NAVIGATION */
.nav li:first-child{
	border-left: 1px ridge #71eeb8;
}
.nav li.active a{
	color:#736761;
	background:url('../images/bg.png');
	text-shadow: 0 1px 0 #645954;
}
.nav li {
	line-height:4.8em; 
	display: block; 
	float: left; 
	clear: none;
}
.nav li:last-child{
	margin-right: 0; 
	border-right: 1px ridge #71eeb8;
}
.nav a {
	font-family: 'Source Sans Pro', sans-serif;
	border-left: 1px ridge #56bf92;
	border-right: 1px ridge #56bf92;
	padding:12px 30px; 
	display: block; 
	color: #736761;
	text-decoration:none;
	font-size:1.4em; 
}
.nav a:hover { 
	color:#736761;
	background:url('../images/bg.png');
}
@media only screen and (max-width: 767px) {
	.nav .current{background:#666; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background:none; }
	.nav { margin:0; padding: 0; }
	.nav li { margin: 0; display: block; float: left; width: 100%; clear: none; background:none; }
	.nav a { padding: 0px; text-indent: 10px; color: #fff;	background: rgba(114, 136, 56, 1);	border-top: 1px solid rgb(129, 160, 49);  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.nav a:hover { border-bottom: none; }
}

/*  GRID 1 OF THREE  */
.grids_1_of_3{
	text-align:center;
	padding: 4% 0;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_3.bg1{
	background: #fff url('../images/bg.png') repeat;
	color: #645954;
}
.grid_1_of_3.bg2{
	background: #fff url('../images/bg.png') repeat;
	color: #645954;
}
.grid_1_of_3.bg3{
	background: #fff url('../images/bg.png') repeat;
	color: #645954;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.gallery img{
	width: 100%;
}
.images_1_of_3 {
	width: 30.333%;
	position: relative;
	height: 485px; 
}
.images_1_of_3  h3{
	letter-spacing: 1px;
	background: #71eeb8;
	color: #ffffff;
	font-family: 'News Cycle', sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #4da881;
	padding: 4%;
}
.images_1_of_3 p  {
	padding:4% 4% 0 4%;
	color: #645954;
	line-height: 1.8em;
	font-size: 1.1em;
}
.plus_btn{
	display:block;
}
.plus_btn span{
	cursor:pointer;
	position: absolute;
	width:64px;
	height:64px;
	right: 0;
	bottom:0;
	background: url('../images/plus_btn.png');
}
.plus_btn span:hover{
	background: url('../images/plus_btn_h.png');
}
/*content-bg*/
.content-bg{
	background: #736761;
}
.main{
	background-color: #d5d5d5;
	padding: 4%;
}
/*sidebar*/
.sidebar{
	float:left;
	width: 30.33%;
	margin-right:2.33%;
}
.content{
	float: right;
	width: 67.33%;
}
.text h2{
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;	
}
.text-para p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height:1.8em;
}
.text-para{
	margin-top: 4%;
}
.banner img{
	border-radius: 4px;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
/* Button 2 */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-2 {
	color: #fff;
	box-shadow: 0 6px #04b366;
	-webkit-box-shadow: 0 6px #04b366;
	-moz-box-shadow: 0 6px #04b366;
	-o-box-shadow: 0 6px #04b366;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background: rgb(151,181,56);
	background: -moz-linear-gradient(top,  rgba(113,238,184,1) 1%, rgba(89,240,175,1) 38%, rgba(89,240,174,1) 82%, rgba(62,240,163,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(113,238,184,1)), color-stop(38%,rgba(89,240,175,1)), color-stop(82%,rgba(89,240,174,1)), color-stop(100%,rgba(62,240,163,1)));
	background: -webkit-linear-gradient(top,  rgba(113,238,184,1) 1%,rgba(89,240,175,1) 38%,rgba(89,240,174,1) 82%,rgba(62,240,163,1) 100%);
	background: -o-linear-gradient(top,  rgba(113,238,184,1) 1%,rgba(89,240,175,1) 38%,rgba(89,240,174,1) 82%,rgba(62,240,163,1) 100%);
	background: -ms-linear-gradient(top,  rgba(113,238,184,1) 1%,rgba(89,240,175,1) 38%,rgba(89,240,174,1) 82%,rgba(62,240,163,1) 100%);
	background: linear-gradient(to bottom,  rgba(113,238,184,1) 1%,rgba(89,240,175,1) 38%,rgba(89,240,174,1) 82%,rgba(62,240,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b538', endColorstr='#92b22a',GradientType=0 );
}
/* Button 2f */
.btn-2f {
	border-radius: 5px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 4px 4px 2px #57b58c;
	-webkit-box-shadow: 4px 4px 2px #57b58c;
	-moz-box-shadow: 4px 4px 2px #57b58c;
	-o-box-shadow: 4px 4px 2px #57b58c;
}
.btn-2f:hover {
	box-shadow: 2px 2px 1px #04b366;
	-webkit-box-shadow: 2px 2px 1px #04b366;
	-moz-box-shadow: 2px 2px 1px #04b366;
	-o-box-shadow: 2px 2px 1px #04b366;
	left: 2px;
}
.btn-2f:active {
	box-shadow: 0 0 #ab3c3c;
	left: 6px;
}
/*readmore*/
.readmore{
	margin-top: 6%;
}
/*text1*/
.text1{
	margin-top: 6%;
}
.text1 h2{
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.text1-nav{
	margin-top: 6%;
}
.text1-nav ul li{
	display:inline;
}
.text1-nav ul li a{
	display:block;
	font-size: 1.1em;
	color: #769B00;
	letter-spacing: 0px;
	line-height: 2.8em;
	border-bottom: 1px solid #EEEEEE;
}
.text1-nav ul li a:hover{
	color:#333;
}
.cont-para{
	margin-top: 1%;
}
.cont-para p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
span{
	color: #97b538;
}
.cont-left{
	float: left;
	width: 42.33%;
	margin-right: 2.33%;
}
.cont-right{
	float: right;
	width: 52.33%;
}
.cont-text1{
	margin-top: 6%;
}
.cont-text1 h2 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.cont-nav{
	margin-top: 6%;
}
.cont-nav ul li{
	display:inline;
}
.cont-nav ul li a{
	display:block;
	font-size: 1.1em;
	color:#769B00;
	letter-spacing: 0px;
	line-height: 2.8em;
	border-bottom: 1px solid #EEEEEE;
}
.cont-nav ul li a:hover{
	color:#333;
}
.cont-img {
	margin-top: 6%;
}
.cont-img img {
	border-radius: 4px;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
/*footer*/
.footer-bg{
	padding:4% 0;
	background: #645954;
}
.footer h3{
	text-align: center;
	letter-spacing: 0.10em;
	font-weight: 700;
	font-size: 2em;
	color: #ffffff;	
}
.ftr-txt p{
	font-size: 1.3em;
	color: #fff;
	letter-spacing: 0px;
	line-height: 1.8em;
	text-align: center;
}

.ftr-txt{
	margin-top: 3%;
}

.pet {
	background-color: #645954;
	margin: auto;
	padding: 40px 0 0 20px;
	text-align: center;
}

.adspace {
	background-color: #645954;
	margin: auto;
	padding-top: 75px;
	text-align: center;
}

/*footer1-bg*/
.footer1-bg{
	background: #564c48;
}
.footer1{
	padding:3% 0;
	text-align:center;
}
.footer1 p{
	line-height:1.8em;
	font-size:1.1em;
	color:#fff;
}
.footer1 p.copy-link a{
	color:#f16221;
}
.footer1 p.copy-link a:hover{
	text-decoration:underline;
}
/*About*/
/*cont-main*/
.about{
	float: left;
	width: 55%;
	margin-right: 2.33%;
}
.cont-grid {
	float: left;
	width: 61.33%;
	margin-right: 2.33%;
}
.about h3 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
	margin-bottom: 3%;
}
.cont-grid span{
	font-size: 1.1em;
	font-style: italic;
	color:#4aaa81;
}
.abt-para{
	margin-top: 3%;
}
.abt-para p{
	margin-top: 2%;
}
.cont-grid-img{
	width: 36.33%;
	float:left;
}
.cont-grid-img img{
	border-radius: 4px;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.cont-grid p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
.about-p{
	margin-top:20px;
}
.about-p p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}

h4{
	font-size: 1.6em;
}

h4 span {
    color: rgb(113, 238, 184);
}
#customer .blockquote p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	color: #555;
	line-height: 1.8em;
}

.quotes p{
	font-size: 1.4em;
	line-height: 1.5;
}
/*sidebar*/
.abt-sidebar{
	width:40%;
	float:right;
	z-index: -1;
}
.grid h3 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.grid1{
	margin:20px 0px;
}
.grid1 nav ul li img{
	vertical-align: bottom;
}
.grid1 nav ul li a{
	font-size: 1.1em;
	color: #7fb358;
	margin-left: 4px;
}
.grid1 p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
.border{
	padding-bottom: 6%;
	border-bottom: 1px dashed rgb(213, 213, 213);
}
.readmore1{
	margin-top: 3%;
}
.grid p.top{
	margin-top: 3%;
}
.quotes {
	color: #555;
	font-weight: bold;
}


/*service*/
.ser-main{
	float: left;
	width: 68.33%;
	margin-right: 2.33%;
}
.ser-main h4{
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.ser-main h4 a{
	color: #7fb538;
}
.ser-para p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 29.33%;
	margin-right: 5.33%;
}
.ser-grid-list h5{
	color: #A2A2A2;
	font-size:20px;
}
.ser-grid-list img{
	margin-top:15px;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.ser-grid-list p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
.ser-rdmore {
	float:right;
	margin:30px 10px 40px 0px;
}
.ser-para {
	margin-bottom: 3%;
}

.serv-grid-list {
float: left;
width: 29.33%;
margin: 3% 3% 5% 0;
}

.serv-grid-list:nth-last-child(2){
	margin-right: 0;
}
.serv-grid-list h5{
	color: #A2A2A2;
	font-size:20px;
}
.serv-grid-list img{
	margin-top:15px;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.serv-grid-list p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}

/***Contact*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_4{
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_2 {
	width: 29.2%;
	padding:1.5%; 
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color:#555;
	display:block;
	font-size:1.1em;
	padding-bottom:5px;
}
.span_1_of_2 h3 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.span_2_of_4 h3 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.contact-form input[type="text"],.contact-form textarea{
	font-size:1.1em;
	font-family: 'Source Sans Pro', sans-serif;
	color: #555;
	padding: 8px;
	display: block;
	width: 98%;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	padding: 8px 16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	letter-spacing: 0px;
	right: 0;
	border: 1px solid #7EA824;
	background: rgb(151,181,56);
	background: -moz-linear-gradient(top, rgba(113,238,184,1) 17%, rgba(89,240,174,1) 47%, rgba(89,240,175,1) 78%, rgba(62,240,163,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(113,238,184,1)), color-stop(47%,rgba(89,240,174,1)), color-stop(78%,rgba(89,240,175,1)), color-stop(99%,rgba(62,240,163,1)));
	background: -webkit-linear-gradient(top, rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	background: -o-linear-gradient(top, rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	background: -ms-linear-gradient(top, rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	background: linear-gradient(to bottom, rgba(113,238,184,1) 17%,rgba(89,240,174,1) 47%,rgba(89,240,175,1) 78%,rgba(62,240,163,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b538', endColorstr='#92b229',GradientType=0 );
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
}
.contact-form input[type="submit"]:hover{
	background:rgb(152, 185, 48);
}
.company_address p{
	padding:2px 0;
	font-size: 1.1em;
	line-height: 1.8em;
}
.company_address p span{
	color: #736761;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:underline;
	color: #777;
	-webkit-transition:0.5s;
}
.map{
	border:1px solid #C7C7C7;
	margin:6% 0;
}
/*details*/
.details h2 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.details h2 span{
	color: #4aaa81;
}
.det-pic{
	padding:3% 0 0;
}
.det-pic img{
	border: 4px solid #ffffff;
		box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.det-para{
	margin-top: 2%;
}
.det-para p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
/*404*/
.page{
	text-align:center;
}
.page h2{
	font-size: 12em;
	font-family: 'Raleway', sans-serif;
	color: #4aaa81;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}

}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.sidebar {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.readmore {
		margin-top: 3%;
	}
	
	.text1 {
	margin-top: 3%;
	}
	.text1-nav {
		margin-top: 3%;
	}
	.content {
		float: none;
		width: 100%;
		margin-top: 3%;
	}
	.cont-left {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.cont-right{
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.cont-text1 {
		margin-top: 3%;
	}
	.cont-img {
		margin-top: 3%;
	}
	.about {
		float:none;
		width: 100%;
		margin-right: 0%;
	}
	.abt-sidebar {
		width: 100%;
		float: none;
	}
	.ser-main {
		float: none;
		width: 100%;
		margin-right:0%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.header-right {
		float: none;
	}
	.nav li:first-child{
		border-left:none;
	}
	.nav a {
		border-left:none;
		border-right:none;
	}
	.logo{
		float: none;
		padding: 0;
		text-align:center;
	}
	.sidebar {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.readmore {
		margin-top: 3%;
	}
	.text1 {
		margin-top: 3%;
	}
	.text1-nav {
		margin-top: 3%;
	}
	.content {
		float: none;
		width: 100%;
		margin-top: 3%;
	}
	.cont-left {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.cont-right{
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.cont-text1 {
		margin-top: 3%;
	}
	.cont-img {
		margin-top: 3%;
	}
	.about {
		float:none;
		width: 100%;
		margin-right: 0%;
	}
	.abt-sidebar {
		width: 100%;
		float: none;
	}
	.cont-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.cont-grid-img {
		display: none;
	}
	.ser-main {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.ser-grid-list {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.span_1_of_2 {
		width: 100%;
		padding:0%;
		float:none;
	}
	.span_2_of_4 {
		width: 100%;
		padding:0%;
		float:none;
	}
	.col {
		float:none;
		margin:0%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.header-right {
		float: none;
	}
	.nav li:first-child{
		border-left:none;
	}
	.nav a {
		border-left:none;
		border-right:none;
	}
	.logo{
		float: none;
		padding: 0;
		text-align:center;
	}
	.sidebar {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.readmore {
		margin-top: 3%;
	}
	.text1 {
		margin-top: 3%;
	}
	.text1-nav {
		margin-top: 3%;
	}
	.content {
		float: none;
		width: 100%;
		margin-top: 3%;
	}
	.cont-left {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.cont-right{
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.cont-text1 {
		margin-top: 3%;
	}
	.cont-img {
		margin-top: 3%;
	}
	.about {
		float:none;
		width: 100%;
		margin-right: 0%;
	}
	.abt-sidebar {
		width: 100%;
		float: none;
	}
	.cont-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.cont-grid-img {
		display: none;
	}
	.ser-main {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	
	.ser-grid-list {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.span_1_of_2 {
		width: 100%;
		padding:0%;
		float:none;
	}
	.span_2_of_4 {
		width: 100%;
		padding:0%;
		float:none;
	}
	.col {
		float:none;
		margin:0%;
	}
}


