html, body{
  	font-family:Verdana;
    font-size:12px;
  	 background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-----start-header----*/
div.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left;}

.row0, .row0 a{color:#676767; background-color:#191919;}
.row0{border-top:10px solid #FF9900;}

#topbar, #header{display:block; margin:0 auto; width:960px;}


.header{
	/*background-color: #000;*/
	width: 100%;
	height:100px;
	
	overflow:hidden;
	margin-bottom:06px;
	margin-top:03px;
	
}

.topmost-header{
	width: 100%;
	height:30px;
	background-color:#1a1a1a;
	overflow:hidden;
	padding:5px;
}

.social{
/*	float:right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;*/
}

.social img{
	margin-top:7px;
	height:25px;
	width:25px;
	margin-bottom:5px;
	margin-left:5px;
}

.topmost-header ul li{
	display:inline-block;
	float:right;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:14px;
}

.topmost-header ul li a{
	text-decoration:none;
	color:#FFF;	
}

.men-container{
	margin-top:0px;
	position: absolute;
	width: inherit;
	
	
	height:40px;
    background-color:#DCB301;
}

.men-container ul li{
	display:inline-block;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:17px;
	font-family: Verdana, Geneva, sans-serif;
}

.men-container ul li a:hover{
	
}

.menu-bar{
	background-color:#000; 
	height:40px;
}

.menu-bar-dv{
	height:50;
	padding:10px;
	background-color:#F00;
	margin-left:20px;
	margin-right:20px;
	width:50px;
	display:inline-block;
}

.menu-bar ul li a{
	text-decoration:none;
	color:#FFF;	
}

.ulzero{

padding-left:0px;

}

.slide-containers{
	background-image:url(../images/constructiontools.jpg);
	background-size: 100%;
	height:550px;
	/*background-image:url('../images/slider_bg.jpg') no-repeat;
	background-size: 100%;
*/	
}

.middle-content{

}

.slider_bg{
	background: url('../images/building.jpg') no-repeat;
	background-size: 100%;
	height:550px;
}

.about_slider_bg{
	background: url('../images/aquila-about.jpg') no-repeat;
	background-size: 100%;
	height:550px;
}

.project_slider_bg{
	background: url('../images/AquilaBp_proj.jpg') no-repeat;
	background-size: 100%;
	height:550px;
}

.profile_slider_bg{
	background-size: 100%;
	background-color:#000;
}

.services_slider_bg{
	background-size: 100%;
	height:350px;
	background-color:#000;
}

.aboout {

margin-top:20px; 
color:#FFF; 
font-size:12px; 
line-height:24px;
font-family: Verdana, Geneva, sans-serif;

	
}


.logo{
	float: left;
	margin-top: 0px;
}
.logo a{	
	
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
	padding: 0.8em 0em;
}
.top-nav ul li a{
	/*color: #737373;*/
	color: #cc9933;
	/*font-size: 1.05em;*/
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 580;
	font-family:verdana;
	margin:8px;
	padding-top: 0.23em;
	padding-right: 2em;
	padding-bottom: 0.23em;
	padding-left: 2em;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color:#FFF;
	background-color:#C53840;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 0.9em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top:12px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 17%;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 13%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 57%;
	left: 6%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 43px;
	width: 43px;
	background: transparent url("../images/slider-arrows.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 7%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	display:none;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #F4BB36;
}
.slide-text-info h1{
	font-size: 4.2em;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
	margin:0;
	color: #FFF;
	font-weight: 900;
}
/*----*/
.slide-text-info label{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.2em;
	display: block;
}
/*----*/
.slide-btn{
	background: #3A9ECB;
	padding: 0.7em 3em;
	margin-top: 1em;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1em;
}
.slide-btn:hover{
	color:#FFF;
	text-decoration:none;
	background:#2E7DA1;
}
div.slide-text-info {
	margin-top: 6em;
	margin-left: -3em;
}
/*----//slider----*/
/*---- about ---*/
.about{
	padding:3em 0;
}
.header h2{
	/*color: #42B3E5;*/
	color: #59C903;
	font-size:3em;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 0 0.2em 0;
}
.header p{
	color: #737373;
	font-weight: 400;
	font-size: 1.1em;
	margin: 0;
}
.about-header{
	background:none;
}
/*---- about-grid ----*/
.about-grids{
	padding:3em 0;
}
.about-grid{
	background:url(../images/top-grid-info-bg-b.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.about-grid:hover,.n-about-grid{
	background:url(../images/top-grid-info-bg-bl.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.n-about-grid:hover{
	background:url(../images/top-grid-info-bg-b.png);
}
.about-grid:hover span{
	background-position: 0px -79px;
}
.about-grid span{
	width: 69px;
	height: 76px;
	display: inline-block;
	background: url(../images/top-grid-icons1.png) no-repeat 0px 0px;
	position: absolute;
	top: 249px;
	left: 40%;
}
.about-grid img{
	border-bottom:5px solid #FFF;
	position:relative;
	display:block;
	width:100%;
}
.about-grid-info{
	padding:1em 2em;
	position:relative;
}
.about-grid-info h3 a{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	margin: 1em 0 0 0;
	display: block;
}
.about-grid-info h3{
	margin:0;
	padding:0.5em 0;
}
.about-grid-info p{
	color:#fff;
	font-size:0.875em;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	line-height:1.5em;
}

.home-grid-info p{
	color:#000;
	font-size:0.9em;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	line-height:1.7em;
}

.download-box {
    width: 48%;
    float: left;
    padding-top: 10px;
    padding-right: 5%;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #000;
}

/*----*/
.n-about-grid1 span.t-icon1{
	background-position: -71px -79px;
}
.n-about-grid1:hover span.t-icon1{
	background-position: -71px 0px;
}
.n-about-grid2 span.t-icon2{
	background-position: -141px -79px;
}
.n-about-grid2:hover span.t-icon2{
	background-position: -141px 0px;
}
/*--- services ---*/
.services{
	background:url(../images/service-bg.png);
	padding: 3em 0;
}
.services-header{
	color: #FFF;
	background: none;
}
.services-header p{
	color:#FFF;
}
.services-header h2	{
	color:#FFF;
}
/*--- service-grid ---*/
.service-grids{
	padding:3em;
}
.service-grid{
	
}
.service-grid a span{
	width: 224px;
	height: 244px;
	display: inline-block;
	background: url(../images/services-icons.png) no-repeat 0px 0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.service-grid:hover a span{
	opacity:0.5;
}
.service-grid h3 a{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
}
.service-grid h3 a:hover{
	text-decoration:none;
}
.service-grid a span.s2-icon{
	background-position: -316px 0px;
}
.service-grid a span.s3-icon{
	background-position: -632px 0px;
}
.service-grid a span.s4-icon{
	background-position: -946px 0px;
}
/*--- team ----*/
.team{
	padding: 3em 0 5em 0;
}
.team-member-grid{
	width:20%;
	float:left;
	background:url(../images/top-grid-info-bg-b.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.team-member-grid:hover{
	background:url(../images/top-grid-info-bg-bl.png);
}
.team-member-grid img{
	width:100%;
	display:block;
}
.team-member-info{
	padding: 0.4em 1em;
	position: relative;
}
.team-member-info h3 a{
	color:#FFF;
	font-size:0.8em;
}
.team-member-info h3 a:hover{
	text-decoration:none;
}
.team-member-info p{
	color: #fff;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	line-height: 1.5em;
}
.team-member-info span{
	width: 34px;
	height: 21px;
	display: inline-block;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	position: absolute;
	top: -16px;
	left: 40%;
}
.team-member-grid:hover div.team-member-info span{
	background: url(../images/top-arrowb.png) no-repeat 0px 0px;
}
.bottom-t-info-b span{
	width: 34px;
	height: 21px;
	display: inline-block;
	background: url(../images/down-arrowb.png) no-repeat 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 40%;
	top: 211px;
}
.team-member-grid:hover div.bottom-t-info-b span{
	background: url(../images/down-arrow.png) no-repeat 0px 0px;
}
.bottom-t-info-b{
	padding:0 1em;
}
.bottom-t-info-b h3{
	margin:0.48em 0;
}
.team-member-grids{
	padding:3em 0 0 0;
}
.team-head{
	background:none;
}
/*---- contact ----*/
.map{
	position:relative;
}
.map iframe{
	width:100%;
	min-height:820px;
	border:none;
}
.contact-info{
	position: absolute;
	width: 100%;
	top: 0px;
	background: url(../images/top-grid-info-bg-b.png);
	padding: 3em;
	top: 8%;
}
.contact-info h3{
	text-align: center;
	font-size: 3.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: 400;
	padding: 0.2em 0;
	margin-right: 2em;
}
.contact h4{
	color: #fff;
	font-weight: 400;
	font-size: 1.6em;
	text-transform: uppercase;
	border-bottom: 1px ridge #C4DDF8;
	width: 86%;
	padding-bottom: 0.5em;
	margin: 1em 0;
}
.contact-grid-left ul{
	margin:0;
	padding:0;
}
.contact-grid-left li{
	padding:0;
	list-style:none;
	color:#FFF;
	margin: 1em 0;
}
.contact-grid-left li span{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/contact-icons.png) no-repeat 0px 0px;
	vertical-align: text-top;
}
.contact-grid-left li label{
	font-weight:400;
	margin-right:0.3em;
}
.contact-grid-left li small{
	font-weight:300;
}
.contact-grid-left li span.pin{
	background-position: 0px -41px;
}
.contact-grid-left li span.phone{
	background-position: 0px -85px;
}
.contact-grid-left li span.fax{
	background-position: 0px -130px;
}
.contact-grid-left li span.mail{
	background-position: 0px -174px;
}
.contact-grid-right input[type="text"],.contact-grid-right textarea{
	width: 86%;
	padding:0.6em;
	border:none;
	margin-bottom:1em;
	color:#084A5C;
	font-size:0.875em;
	font-family: 'Open Sans', sans-serif;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-grid-right input[type="text"]:hover,.contact-grid-right textarea:hover{
	border-color:#084A5C;
}
.contact-grid-right textarea{
	min-height:200px;
}
.contact-grid-right input[type="submit"]{
	background:#2B2B2B;
	padding:0.8em;
	color:#FFF;
	cursor:pointer;
	outline:none;
	border:none;
	float:right;
	margin-right:14%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-grid-right input[type="submit"]:hover{
	background:#348DB6;
}
.copy-right-left{
	float:left;
	font-family: 'Open Sans', sans-serif;
}
.copy-right-left p{
	color:#555;
	font-size:0.875em;
	margin:0;
}
.copy-right-left p a{
	color:#3A9ECB;
}
.copy-right-left p a:hover{
	color:#1F1F1F;
	text-decoration:none;
}
.copy-right-right{
	float:right;
}
.copy-right-right ul{
	margin:0;
	padding:0;
}
.copy-right-right ul li{
	display: inline-block;
	padding: 0 0.3em;
}
.copy-right-right ul li a span{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/f-social-icons.png) no-repeat 4px 0px;
}
.copy-right-right ul li a.facebook span{
	background-position: 0px 0px;
}
.copy-right-right ul li a.facebook span:hover{
	background-position: 0px -27px;
}
.copy-right-right ul li a.twitter span{
	background-position: -27px 0px;
}
.copy-right-right ul li a.twitter span:hover{
	background-position: -27px -27px;
}
.copy-right-right ul li a.skype span{
	background-position: -66px 0px;
}
.copy-right-right ul li a.skype span:hover{
	background-position: -66px -27px;
}
.copy-right {
	padding: 1.2em 0em 0.6em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*---- responsive-design -----*/
@media(max-width:1024px){
	.slide-text-info h1 {
		font-size: 3.5em;
	}
	div.slide-text-info {
		margin-top: 4em;
	}
	.about-grid span {
		top: 197px;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 2.5em;
	}
	.header p {
		font-size: 1em;
		width: 70%;
		margin: 1em auto 0;
	}
	.team-member-info p {
		height: 130px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 172px;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 2.5em;
	}
	.contact h4 {
		font-size: 1.4em;
	}
}
@media(max-width:768px){
	.slide-text-info h1 {
		font-size: 2.5em;
	}
	div.slide-text-info {
		margin-top: 2em;
		margin-left: -2em;
	}
	.about-grid span {
		top: 464px;
		left: 45%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 2.5em;
	}
	.header p {
		font-size: 1em;
		width: 70%;
		margin: 1em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 2.5em;
	}
	.contact h4 {
		font-size: 1.4em;
	}
	.slide-text-info label {
		font-size: 0.9em;
	}
	.slide-btn {
		padding: 0.6em 1em;
		margin-top: 0.5em;
	}
	.callbacks_nav {
		top: 65%;
	}
	.about {
		padding: 1.3em 0;
	}
	.about-grids {
		padding: 2em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	nav ul {
		margin-top: 1em;
	}
	.contact-info {
		padding: 3em 0;
		top: 8%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
}
@media(max-width:640px){
	.slide-text-info h1 {
		font-size: 2.2em;
	}
	div.slide-text-info {
		margin-top: 2em;
		margin-left: -2em;
	}
	.about-grid span {
		top: 420px;
		left: 45%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 2em;
	}
	.header p {
		font-size: 1em;
		width: 85%;
		margin: 0.8em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 2.5em;
	}
	.contact h4 {
		font-size: 1.4em;
	}
	.slide-text-info label {
		font-size: 0.8em;
	}
	.slide-btn {
		padding: 0.4em 1em;
		margin-top: 0.5em;
		font-size: 0.875em;
	}
	.callbacks_nav {
		top: 65%;
	}
	.about {
		padding: 1.3em 0;
	}
	.about-grids {
		padding: 1.5em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	nav ul {
		margin-top: 1em;
	}
	.contact-info {
		padding: 3em 0;
		top: 8%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
}
@media(max-width:480px){
	.slide-text-info h1 {
		font-size: 1.2em;
	}
	div.slide-text-info {
		margin-top: 0.9em;
		margin-left: -1em;
	}
	.about-grid span {
		top: 292px;
		left: 43%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 1.7em;
	}
	.header p {
		font-size: 0.875em;
		width: 90%;
		margin: 0.8em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 1.7em;
		margin: 0;
	}
	.contact h4 {
		font-size: 1.2em;
		width: 100%;
	}
	.slide-text-info label {
		font-size: 0.75em;
	}
	.slide-btn {
		padding: 0.4em 1em;
		margin-top: 0.2em;
		font-size: 0.75em;
	}
	.callbacks_nav {
		top: 76%;
	}
	.about {
		padding: 1.3em 0;
	}
	.about-grids {
		padding: 1.5em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	nav ul {
		margin-top: 1em;
	}
	.contact-info {
		padding: 1.5em 0;
		top: 8%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
	nav a#pull {
		top: 16px;
	}
	.map iframe {
		width: 100%;
		min-height: 1013px;
	}
}
@media(max-width:320px){
	.slide-text-info h1 {
		font-size: 0.9em;
		line-height: 1.2em;
	}
	div.slide-text-info {
		margin-top: 0.5em;
		margin-left: 0em;
	}
	.about-grid span {
		top: 161px;
		left: 40%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 1.5em;
	}
	.header p {
		font-size: 0.75em;
		width: 100%;
		margin: 0.5em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 1.7em;
		margin: 0;
	}
	.contact h4 {
		font-size: 1.2em;
		width: 100%;
	}
	.slide-text-info label {
		font-size: 0.6em;
		width: 60%;
		height: 13px;
		overflow: hidden;
	}
	.slide-btn {
		font-size: 0.6em;
		margin: 0;
		padding: 0.5em;
	}
	.callbacks_nav {
		top: 89%;
	}
	.about {
		padding: 0.8em 0;
	}
	.about-grids {
		padding: 1em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	nav ul {
		margin-top: 1em;
	}
	.contact-info {
		padding: 1.2em 0;
		top: 5%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
	nav a#pull {
		top: 16px;
	}
	.map iframe {
		width: 100%;
		min-height: 1013px;
	}
	.logo img{
		width:70%;
	}
	.top-header {
		padding: 0.4em 0em 1em;
	}
	.about-grid-info {
		padding: 1em 0.5em;
	}
	.service-grids {
		padding: 0;
	}
	.service-grid {
		padding: 1em 0 0.5em;
	}
}



.blank {
	border: 1px solid #ccc;
	width: auto;
	height:auto;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.sub-div{
	/*width:21.438%;*/
	/*min-height:250px;*/
	float:left;
	color:#000;
	font-size:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family:verdana;
	/*margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;*/
}

.sub-div-form-header{
	text-align:center;
	font-size:15px;
	color:#cc9933;
	text-transform:uppercase;
	font-family:verdana;
}

.sub-div-form{
	color:#cc9933;
	font-family:verdana;
	font-size:12px;
	width:550px;
	margin-left:80px;
	margin-top:5px;
	margin-bottom:3px;
	height:auto;
	display:inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.fo{
	
	min-width:103px;
}

.sub-div-form-frm{
	margin-left:30px;
	min-height:30px;
	padding-left:18px;
	padding-top: 0px;
	padding-right: 0px;	
	float:left;
}

.sub-div-form-frm input[type="text"]{
	font-family: 'open_sansregular';
	padding: 5px 5px;
	outline: none;
	color: #000000;
	font-size: 12px;
	border: 1px solid rgb(236, 236, 236);
	background: #FFFFFF;
	width: 280px;;
	line-height: 5px;
	position: relative;
	-webkit-appearance: none;
}

.sub-div-form-frm input[type="button"]{
	width: 50px;
	color:#000;
}

.sub-div-form-frm input[type="radio"]{
/*	width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('checks.png') no-repeat 0 0;
  line-height  : 24px;*/
}


.sub-img{
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.sub-hdr{
	color: #000000;
	text-align:center;
	font-size:13px;
	margin-top:13px;
	text-transform: uppercase;
	font-weight: 580;
	font-family:verdana;
}

.sub-cont{
	min-height:70px;
	margin-top:7px;
	font-weight: 400;
	margin-left: 12px;
	margin-right: 12px;
	font-family:verdana;
	font-size:12px;
}

.sub-rdmre{
	background-color:#cf0706;
	text-align:center;
	margin-top:10px;
	margin-bottom:05px;
	margin-left:37.5%;
	width:60px;

	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	color:#FFF;
	font-size:12px;
	font-family:verdana;
}

.sub-rdmre a{
	text-decoration:none;
	color:#FFF;	
}


.sub-rul{
	margin-top:12px;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}


.cont-span1{
	font-size:15px;
	font-family:verdana;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:30px;
	font-weight:300;
}

.cont-span2{
	font-size:13px;
	font-family:verdana;
	font-weight:300;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:15px;
}

.safety_tips{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	color:#666666;
	background-color:#E6E6E6;
	width:99%;
	margin-left:10px;
}

.cont-txt{
	color:#666666;
	font-family:verdana;
	font-size:12px;
}

.safety_tips_mre{
	text-align:right;
	color:#F00;
	font-family:verdana;
	font-size:12px;
	word-spacing:1px;
	margin-top:30px;
}

.safety_tips_mre a{
	color:#F00;
	text-decoration:none;
}

.content-middle-sub{
	margin-top:30px; 
	font-size:14px; 
	text-align:center; 
	/*margin-left:40px; */
	margin-bottom:10px;
	font-family:verdana;
}

.ttt{
	border-top-width: 100%;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 05px;
	
}

.footer{
	width:100%;
	min-height:230px;
/*	display:inline-block;
*/	background-color:#1a1a1a;
	overflow:hidden;
	font-weight: normal;
	padding-bottom:25px;
}

.footer a{
	color:#00F;
}

.foot_rule{
	width:100%; height:10px;
	background-image:url(../images/goldbar.jpg); /*background-color:#cf0706*/;
}

.footer_min_header{
	text-align:left; 
	margin-top:20px;
	font-family:verdana;
	font-size:12px;
	color:#FFF;
}

.footerlogo{
	margin-top:20px;
}

.footer_min_cont{
	color:#FFF; 
	font-size:12px; 
	margin-top:10px;
	font-family:verdana;
}

.aqbplogo {
	width:200px;
	height:80px;
	background-color:#FFF;
	margin-left:15px;
	}
	
.allrits {
	margin-left:12px;
}

.footer-copyright{
	 width:100%;
	 font-size:12px;
	 color:#F6f6f6;
	 text-align:center;
	 margin-top:10px;
	 margin-bottom:10px;
}


/*.jssora13l, .jssora13r, .jssora13ldn, .jssora13rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../images/a13.png) no-repeat;
	overflow: hidden;
}

.jssora13l {
	background-position: -10px -35px;
}

.jssora13r {
	background-position: -70px -35px;
}

.jssora13l:hover {
	background-position: -130px -35px;
}

.jssora13r:hover {
	background-position: -190px -35px;
}

.jssora13ldn {
	background-position: -250px -35px;
}

.jssora13rdn {
	background-position: -310px -35px;
}
*/


.jssort11
{
	font-family: Arial, Helvetica, sans-serif;
}
.jssort11 .i, .jssort11 .pav:hover .i
{
	position: absolute;
	top:3px;
	left:3px;
	WIDTH: 60px;
	HEIGHT: 30px;
	border: white 1px dashed;
}
* html .jssort11 .i
{
	WIDTH /**/: 62px;
	HEIGHT /**/: 32px;
}
.jssort11 .pav .i
{
	border: white 1px solid;
}
.jssort11 .t, .jssort11 .pav:hover .t
{
	position: absolute;
	top: 3px;
	left: 68px;
	width:129px;
	height: 32px;
	line-height:32px;
	text-align: center;
	color:#00F;
	font-size:13px;
	font-weight:700;
}
.jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t
{
	color:#fff;
}
.jssort11 .c, .jssort11 .pav:hover .c
{
	position: absolute;
	top: 38px;
	left: 3px;
	width:197px;
	height: 31px;
	line-height:31px;
	color:#fff;
	font-size:11px;
	font-weight:400;
	overflow: hidden;
}
.jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c
{
	color:#fc9835;
}
.jssort11 .t, .jssort11 .c
{
	transition: color 2s;
	-moz-transition: color 2s;
	-webkit-transition: color 2s;
	-o-transition: color 2s;
}
.jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c
{
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.jssort11 .p
{
	background:#181818;
}
.jssort11 .pav, .jssort11 .pdn
{
	/*background:#462300;*/
	background:#cf0706;
}
/* .jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover
{
	background:#333;
	
}*/

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:990px;
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/animal1.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/animal2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/animal3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/animal4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/animal5.png);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/animal8.png);
}
.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

.slide-hdr{
	font-family:verdana;
	font-size:14px;
	color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left:5px;
	text-transform:uppercase;
}

.slide-text{
	
	color:#FFF;
	font-family:verdana;
	margin-left:5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.footer-sub{
	width:24%;
	display:inline-block;
	
}

.add-red{
	color:#9c1a1c;
}

.mid-cont-headers{
	color:#0dc3ea;
	font-size:16px;
	margin-top:10px;
	padding-left:17px;
}

.mid-cont-headers1 {
	color:#0dc3ea;
	font-size:16px;
	margin-top:10px;
	
}

.mid-cont-headersone{
	color:#0dc3ea;
	font-size:16px;
	margin-top:10px;
	xpadding-left:17px;
}

.mid-cont-headers-onex{
	color:#0dc3ea;
	font-size:16px;
	margin-top:10px;
	xpadding-left:17px;
	margin-bottom:20px;
}

.mid-cont-headers-serv{
	color:#0dc3ea;
	font-size:16px;
	margin-top:10px;
	xpadding-left:17px;
	margin-bottom:10px;
}


rowmb{
margin-right: -15px;
margin-left: -15px;
margin-top:15px;

}

.row124{
margin-right: -15px;
margin-left: -15px;
margin-top:15px;
	
}


.row1243{
margin-right: -15px;
margin-left: -15px;
margin-top:15px;
	
}

.col-md-4mb {
position: relative;
  min-height: 1px;
  padding-left: 15px;
 
	
}

.col-md-4-serv {
position: relative;
  min-height: 1px;
  padding-left: 15px;
 
	
}

col-md-8mb  {
position: relative;
  min-height: 1px;
  xpadding-left: 15px;
 
	
}

.col-md-8-serv {
position: relative;
  min-height: 1px;
  xpadding-left: 15px;
 
	
}

.serv-one {
	margin-top:10px; 
	color:#FFF; 
	font-size:12px;
	line-height:25px;
	font-family:Verdana, Geneva, sans-serif;
}

.mid-cont-headers123 {
	color:#0dc3ea;
	font-size:16px;
	margin-top:10px;
	padding-left:12px;
	margin-bottom:20px;
	
}

.mid-cont-holder{
	/*height:240px; */
	background-color:#1a1a1a; 
	padding-left:25px; 
	padding-right:25px; 
	padding-top:10px; 
	padding-bottom:10px;
	font-size:14px;
	overflow:auto;
	
	min-height:500px;
}

.mid-cont-holder-serv {
	/*height:240px; */
	background-color:#1a1a1a; 
	padding-left:25px; 
	padding-right:25px; 
	padding-top:10px; 
	padding-bottom:20px;
	font-size:14px;
	overflow:auto;
	
	min-height:500px;
}

.parag {
	margin-top:20px; 
	color:#FFF; 
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
} 

.fooottel {
		   
padding-left:60%; 
padding-right:45%; 
margin-top:15px;
		   
}

.fooothome {
padding-left:35%; 
padding-right:65%;
margin-top:15px;	
}

.mid-cont-img{
	background-color:#FFF; 
	padding:2px; 
	width:204px; 
	height:154px; 
	margin-left:30px; 
	display:block;
	float:left;
}

.first-mid-cont-img{
	background-color:#FFF; 
	padding:2px; 
	width:250px; 
	height:354px; 
	margin-left:20px; 
	display:block;
	float:left;
}

.client-logo{
	float:left;
	width:152px;
	height:80px;
	display:inline-block;
	margin:10px;
}


.client-logo img{
	width:152px;
	height:80px;
}

.client-logo-holder{
	height:100px; 
	padding-left:30px;
}

.our-client{
	background-color:#FFF; 
/*	height:140px;*/
	overflow:auto;

}

.client-hdr{
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.our-team-name{
	color:#0dc3ea;
	font-size:14px;
}

.our-team-nameone{
	color:#0dc3ea;
	font-size:14px;
	text-align:right;
	margin-bottom:5px; 
	width:100%;
}

.our-team-title{
	color:#FFF;
	padding-top:5px;
}

.our-team-titleone{
	color:#FFF;
	padding-top:5px;
	float:right;
	margin-bottom:5px;
}

.our-team-text{
	color:#FFF;
	padding-top:10px;
}

.abt-cont-btn{
	height:30px;
	background-image:url(../images/getin.png);
	width:80px;
	text-align:center;
	padding-top:3px;
	margin-bottom:20px;
	float:right;
	
} 


.abt-cont-btn a{
	color:#FFF;
	text-decoration:none;
}

.abt-cont-btnmb1 {
	height:30px;
	background-image:url(../images/getin.png);
	width:80px;
	text-align:center;
	padding-top:3px;
	margin-bottom:20px;
	float:right;
	margin-right:40px;
	
} 

.abt-cont-btnmb1 a{
	color:#FFF;
	text-decoration:none;
}

.aqui-proj-img img{
	width:230px;
	height:150px;
}

.aqui-proj-title{
	color:#0dc3ea;
	font-size:14px;
	margin-top:10px;
}

.aqui-proj-text{
	color:#FFF;
	margin-top:10px;
}

/*.proj-li{
	margin-top:20px;
	padding-top:6px;
}*/

.proj-li ul{
	margin-top:15px;
	padding-left:14px;
}

.proj-li ul li{
	margin-top:15px;
	list-style-image:url(../images/button_red.png);
}

.proj-li ul li a{
	color:#FFF;
	font-size:14px;
	font-family:verdana;
	text-decoration:none;
	display:block;
}

.proj-li li.abt-active a{
	color:#FFF;
}

.proj-li li a:hover{
	color:#FFF;
}

.mge-container{
	padding-top:20px; 
	padding-bottom:10px;
	float:left;
}

.blog_hr {
	margin-top:15px;
	display: block;
	border: 1px dotted #ccc;
}

.mge-profile-pix img{
	 height:160;
	 width:160px;
}

.mge-profile-title{
	padding-top:5px;
}

.mge-profile-text{ 
	font-size:12px;
	margin-top:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

.mge-profile-textone{ 
	font-size:12px;
	margin-top:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
}


.mge-container{
	padding-top:20px; 
	padding-bottom:10px;
	float:left;
}

.project-row{
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.lineone {
margin-top:20px; 
color:#FFF; 
font-size:12px; 
line-height:25px;
font-family:Verdana, Geneva, sans-serif;
	
}


.linetwo {
margin-top:20px; 
color:#FFF; 
font-size:12px; 
line-height:25px;
font-family:Verdana, Geneva, sans-serif;
	
}

.linethree {
margin-top:20px; 
color:#FFF; 
font-size:12px; 
line-height:25px;
font-family:Verdana, Geneva, sans-serif;
	
}

.imgprof {
	width:100%;
}

.tabble {
  background-color:#FFF;
}