@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 100%;

}
#topsection {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheadder {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheadder-col {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #80101c;
	padding-right: 5%;
	padding-left: 5%;
}
#top-call {
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	background-image: url(../images/call.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}
#topemail {
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8%;
	margin-top: 5px;
}
#social {
	float: left;
	margin-left: 0%;
	width: 90%;
	display: block;
}
#logobanner {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
#logo {
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding: 1%;
	text-align: center;
}
#menubar {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.search {
	width: 100%;
	float: left;
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #f48734;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
	color: #f48734;
}

.searchButton {
	position: absolute;
	right: -50px;
	width: 40px;
	height: 36px;
	border: 1px solid #f48734;
	background: #f48734;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

#wrap{
	width: 80%;
	float: left;
	margin-top: 20px;
	margin-left: 10%;
	text-align: center;
	margin-bottom: 20px;
}

#animaiton{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#animation-col{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background: rgb(0,0,0,0.3);
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 100px;
	height: 350px;
}

#ani-col{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ani-heading{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

#ani-runing{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ani-about{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ani-read{
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}

#ourservices{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
}

#aboutcompany{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
}

#ourservices-headding{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #9D0919;
	text-decoration: none;
	background-image: url(../images/stiff.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
}
#ourservices-headding1{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F48733;
	text-decoration: none;
	background-image: url(../images/stiff.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
}

#about-cop-cont{
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 5%;
	padding-left: 5%;
}

#about-img{
	float: left;
	width: 85%;
	display: block;
	margin: 5%;
	box-shadow: 1px 1px 10px 1px #999999;
}

#message{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/massage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#director {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#our-projects{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#custmer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	}

#our-custmer{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#different{
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	}

#diferent-col{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F48733;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	}

#diferent-col1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	}

#different1{
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	}

#ourclients{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
	}

#scrol{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#footer {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #80101C;
}
#foot1 {
	float: left;
	width: 96%;
	display: block;
	margin: 1%;
}
#foot-map {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#getintouch {
	
	float: left;
	width: 80%;
	display: block;
	padding: 5%;
	border-left: 1px solid #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
#foota {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 6%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
}
#foot-col {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/f-col.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#foot-social {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#designeby {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
}
#abot-banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about-col-heading {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-col {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#direct-col-a {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-manager {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-messaged {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phaneendar {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phaneender-col {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#qualificaton {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-running {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#down {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#services-leftnav {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#services-rightnavigation {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#serimage {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#seri-contant {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#interior {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#con-adr {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cont-phone {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#foot-email {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#certifi {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width:100%;
	
}
#topsection {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheadder {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheadder-col {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #80101c;
	padding-right: 5%;
	padding-left: 5%;
}
#top-call {
	float: left;
	margin-left: 0;
	width: 12%;
	display: block;
	background-image: url(../images/call.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2.5%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}
#topemail {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	margin-top: 5px;
}
#social {
	float: left;
	margin-left: 50%;
	width: 18%;
	display: block;
}
#logobanner {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
#logo {
	
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
	padding: 1%;
}
#menubar {
	float: left;
	margin-left: 5%;
	width: 55%;
	display: block;
	margin-top: 10px;
}

.search {
	width: 100%;
	float: left;
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #f48734;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
	color: #f48734;
}

.searchButton {
	position: absolute;
	right: -50px;
	width: 40px;
	height: 36px;
	border: 1px solid #f48734;
	background: #f48734;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

#wrap{
	width: 10%;
	transform: translate(-50%, -50%);
	float: left;
	margin-top: 30px;
	margin-left: 5%;
}

#animaiton{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#animation-col{
	
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	background: rgb(0,0,0,0.3);
	padding-right: 25%;
	padding-left: 15%;
	padding-top: 150px;
	height: 350px;
}

#ani-col{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ani-heading{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

#ani-runing{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ani-about{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ani-read{
	
	float: left;
	margin-left: 60%;
	width: 20%;
	display: block;
}

#ourservices{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
}

#aboutcompany{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
}

#ourservices-headding{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #9D0919;
	text-decoration: none;
	background-image: url(../images/stiff.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
}
#ourservices-headding1{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F48733;
	text-decoration: none;
	background-image: url(../images/stiff.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
}

#about-cop-cont{
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: right;
	padding-top: 10%;
	padding-bottom: 5%;
	padding-left: 5%;
}

#about-img{
	float: left;
	width: 40%;
	display: block;
	margin: 5%;
	box-shadow: 1px 1px 10px 1px #999999;
}

#message{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/massage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#director {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#our-projects{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#custmer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	}

#our-custmer{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#different{
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	}

#diferent-col{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F48733;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	}

#diferent-col1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	}

#different1{
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	}

#ourclients{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
	}

#scrol{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#footer {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #80101C;
}
#foot1 {
	float: left;
	width: 30%;
	display: block;
	margin: 1%;
}
#foot-map {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#getintouch {
	
	float: left;
	width: 80%;
	display: block;
	padding: 5%;
	border-left: 1px solid #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
#foota {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 6%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
}
#foot-col {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/f-col.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#foot-social {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#designeby {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
}
#abot-banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about-col-heading {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-col {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#direct-col-a {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-manager {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-messaged {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phaneendar {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phaneender-col {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#qualificaton {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#director-running {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#down {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#services-leftnav {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#services-rightnavigation {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#serimage {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#seri-contant {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#interior {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#con-adr {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cont-phone {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#foot-email {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#certifi {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	
}
#topsection {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheadder {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheadder-col {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #80101c;
	padding-right: 5%;
	padding-left: 5%;
}
#top-call {
	float: left;
	margin-left: 0;
	width: 12%;
	display: block;
	background-image: url(../images/call.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2.5%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}
#topemail {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	margin-top: 5px;
}
#social {
	float: left;
	margin-left: 15%;
	width: 18%;
	display: block;
}
#logobanner {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
}
#logo {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	padding: 1%;
}
#menubar {
	float: left;
	margin-left: 2%;
	width: 60%;
	display: block;
}

.search {
	width: 100%;
	float: left;
}

.searchTerm {
	float: left;
	width: 100%;
	border: 3px solid #f48734;
	padding: 5px;
	height: 20px;
	border-radius: 5px;
	outline: none;
	color: #9DBFAF;
	font-size: 12px;
}

.searchTerm:focus{
	color: #f48734;
	font-size: 12px;
}

.searchButton {
	position: absolute;
	right: -50px;
	width: 40px;
	height: 36px;
	border: 1px solid #f48734;
	background: #f48734;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
}

#wrap{
	width: 10%;
	transform: translate(-50%, -50%);
	float: left;
}

#animaiton{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#animation-col{
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
	background: rgb(0,0,0,0.3);
	padding-right: 15%;
	padding-left: 15%;
	padding-top: 150px;
	height: 350px;
}

#ani-col{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ani-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

#ani-runing{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ani-about{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ani-read{
	
	float: left;
	margin-left: 60%;
	width: 20%;
	display: block;
}

#ourservices{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
}

#aboutcompany{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
}

#ourservices-headding{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #9D0919;
	text-decoration: none;
	background-image: url(../images/stiff.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
}
#ourservices-headding1{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F48733;
	text-decoration: none;
	background-image: url(../images/stiff.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
}

#about-cop-cont{
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

#about-img{
	float: left;
	width: 40%;
	display: block;
	margin: 5%;
	box-shadow: 1px 1px 10px 1px #999999;
}

#message{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/massage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#director {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: rgb(0,0,0,0.9);
	padding-top: 20px;
	padding-bottom: 20px;
}

#our-projects{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#custmer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	}

#our-custmer{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#different{
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	}

#diferent-col{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F48733;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	}

#diferent-col1{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
	}

#different1{
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	text-align: center;
	}

#ourclients{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
	}

#scrol{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#footer {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #80101C;
}
#foot1 {
	float: left;
	width: 30%;
	display: block;
	margin: 1%;
}
#foot-map {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#getintouch {
	
	float: left;
	width: 80%;
	display: block;
	padding: 5%;
	border-left: 1px solid #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
#foota {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 6%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
}
#foot-col {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/f-col.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#foot-social {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#designeby {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
}
#abot-banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/aboutbanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#about-col-heading {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background: rgb(0,0,0,0.8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 7%;
	padding-right: 5%;
	padding-bottom: 7%;
	padding-left: 5%;
}
#director-col {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
}
#direct-col-a {
	
	float: left;
	width: 100%;
	display: block;
}
#director-manager {
	float: left;
	width: 25%;
	display: block;
	background-image: url(../images/img-1-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-shadow: 1px 1px 10px 1px #999999;
	height: 250px;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 5%;
}
#director-manager1 {
	float: left;
	width: 25%;
	display: block;
	background-image: url(../images/img-2-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-shadow: 1px 1px 10px 1px #999999;
	height: 250px;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 5%;
}
#director-messaged {
	float: left;
	margin-left: 0;
	width: 55%;
	display: block;
}
#phaneendar {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 5px;
}
#phaneender-col {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F30;
	text-decoration: none;
	padding: 10px;
}
#qualificaton {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#director-running {
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding: 1%;
	text-align: justify;
}
#down {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#services-leftnav {
	float: left;
	margin-left: 50%;
	width: 40%;
	display: block;
	background: rgb(0,0,0,0.9);
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding: 5%;
}
#services-rightnavigation {
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	text-align: center;
}
#serimage {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#seri-contant {
	
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	text-align: justify;
}
#interior {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/interior.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
#con-adr {
	
	float: left;
	margin-left: 0;
	width: 85%;
	display: block;
	background-image: url(../images/address.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15%;
	margin-bottom: 10px;
}
#cont-phone {
	
	float: left;
	margin-left: 0;
	width: 85%;
	display: block;
	background-image: url(../images/footcall.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#foot-email {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-left: 10%;
	background-image: url(../images/cont-email.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
}
#certifi {
	float: left;
	margin-left: 5%;
	width: 30%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
}
}

#topemail a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#topemail a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#topemail a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FC0;
	text-decoration: none;
}
#certifi a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#certifi a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#certifi a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0F0;
	text-decoration: none;
}
.headding{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0;
	text-decoration: none;
}

#ani-read a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	border:1px solid #FFF;
	padding:10px;
}
#ani-read a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	border:1px solid #FFF;
	padding:10px;
}
#ani-read a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	border: 1px solid #FC0;
	padding: 10px;
	background-color: #FC0;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
#diferent-col1 li{
	list-style: none;
	list-style-image: url(../images/mep.png);
	list-style-position: inside;
	list-style-type: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

#foot1 li{
	list-style-image: url(../images/foot.png);
	list-style-position: inside;
	list-style-type: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

#foot1 a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#foot1 a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#foot1 a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F60;
	text-decoration: none;
}
#services-leftnav li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #993333;
	margin: 1px;
	padding: 5%;
	width: 90%;
}
#services-leftnav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 1px;
	padding: 5%;
}
#services-leftnav li:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	width: 90%;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 1px;
	padding: 5%;
}

#foot-email a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#foot-email a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#foot-email a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F60;
	text-decoration: none;
	
}

.feed{
	width: 80%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	float: left;
	border-radius: 5px;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-top: 5%;
}
.feed1{
	width: 80%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	float: left;
	border-radius: 5px;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-top: 5px;
}
.feed2{
	width: 90%;
	margin: 4%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	float: left;
	background-color: #F90;
	border-radius: 5px;
}
.feed2:hover{
	width: 90%;
	margin: 4%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	float: left;
	background-color: #0CF;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}