@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v4/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
body{ font-family: 'Droid Sans' !important;}
header{width:100%; }
.logo{margin-top:20px; margin-left:20px;}
.name{margin-top:35px; margin-left:20px;}
.menu{background: margin-top:20px;
 font-family: 'Droid Sans';
  font-size:16px; font-weight:400; 
  

}
 .menu ul li a{color:#fff !important;}
section{}
.top-menu{ color:#077108; font-family: 'Voces', regular; font-size:16px; line-height:32px; font-weight:700px; padding:40px 0px; float:right; text-align:right}
.ph-no{ width:156px; font:normal 20px/22px Georgia; color:#000;}
.slide{ padding:0px !important; margin-top:20px; height:auto;

.nopadding{padding:0px !important;}
.nomargin{margin:0px !important;}



h1,h2,h3,h4{color:#449A09;}
footer{}
.foot{padding:10px 0px; margin-top:10px; border-top:solid 2px #449A09;}
.copy{font-size:12px; padding-top:10px; padding-right:25px;}
.client{font-family: 'Droid Sans';
  font-size:16px; font-weight:bold; 
 }
 .test{ font-size:13px; font-weight:400; text-align:right;}
 .quick{color:#fff; margin-left:10px;}
 .quick li{ list-style-image:url(../images/li.png);}
 .quick li a{color:#fff;}
 .quick li a:hover{color:#666;}
 
 .flight .input-group-addon{color:#000 !important;}
 
 aside{
	margin-bottom: 40px;
	margin-top:20px;
}

aside h4{font-size:22px; font-weight:bold;}
aside .list li{
	border-bottom: 1px solid #dedede;
	line-height: 40px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
aside .list li:hover{
	background-color: #eee;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
aside .list li i{
	display: inline-block;
}
aside .list li a{
	display: inline-block;
	font-size: 14px;
	color: #131313;
}
aside .list li a:hover{
	text-decoration: none;
