@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: lighter;
}
.wrap{
	width:1003px;
	margin:0 auto;
}
.hide{
}
.show{
	display:none !important;
}
@media screen and (max-width: 960px) {
.wrap{
	width:94%;
}
.hide{
	display:none!important;
}
.show{
	display:block!important;
}
}
@media screen and (max-width: 480px) {	
.wrap{
	width:94%;
}
}
.top-nav{
	background-color:#1e3c62;
	color:rgba(255,255,255,.8);	
	line-height:40px;
	font-family: 'Roboto Condensed', sans-serif;
}
.top-nav strong{
	font-weight:bold;
}
.top-nav .tn-1{
	float:left;
	width:33.33%;
}
.top-nav .tn-2{
	float:left;
	width:33.33%;
	text-align:center;
}
.top-nav .tn-3{
	float:left;
	width:33.33%;
	text-align:right;
}
.top-nav .tn-3 a{
	color:rgba(255,255,255,.8);
	text-decoration:none;
}
@media screen and (max-width: 992px) {
.top-nav{
    display:none;
}
.top-nav strong{
	font-weight:bold;
}
.top-nav .tn-1{
	display:none;
}
.top-nav .tn-2{
	display:none;
}
.top-nav .tn-3{
	float:none;
	width:100%;
	text-align:left;
}
.top-nav .tn-3 a{
	color:rgba(255,255,255,.8);
	text-decoration:none;
}
}
header{
	background-color: rgba(255,255,255,1);
	position:relative;
	width:100%;
	color:#333;
	padding:5px 0;
	border-top:solid 3px #1e3c62;
}
header .logo{
	float:left;
	width:20%;
	text-align:left;
}
header .h-right{
	float:left;
	width:80%;
	text-align:right;
	padding-top:10px;
}
header .h-right a{
    font-size:20px;
    background-color:#e85100;
	color:#fff;
	padding:5px 5px;
	text-decoration:none;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
}
header .top-menu{
	float:left;
	width:80%;
	margin:25px 0 0 0;
}
@media screen and (max-width: 960px) {
header{
	background-color: #fff;
	position:relative;;
	z-index:auto;
	width:100%;
	color:#fff;
	padding:10px 0;
}
header .logo{
	float:left;
	width:30%;
	text-align:left;
	position:relative;
}
header .logo img{
	height:50px;
	width:auto;
}
header .h-right{
	float:left;
	width:70%;
	text-align:left;
	margin:0;
	color:#333;
	font-size:12px;
}
header .top-menu{
	float:none;
	width:100%;
	position:fixed;
	top:22px;
	right:5px;
	z-index:50;
	margin:0;
}
}


.image-slider{
	position:relative;	
}


/* Home Searech panel */
.home-search {
	margin: auto;
	position:absolute;
	z-index:100;
	width: 100%;
	top:30%;
}
.home-search .wrap {
}
.home-search .h-search-l {
	float:left;
	width:75%;
}
.home-search .h-search-r {
	float:left;
	width:21%;
	margin:0 0 0 1%;
	padding:1%;
	background-color:#1e3c62;
}
.home-search .h-search-r ul {	
}
.home-search .h-search-r ul li{
	list-style:none;	
	text-align:center;
}
.home-search .h-search-r ul li a{
	display:block;
	line-height:normal;
	text-decoration:none;
	color:#fff;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform:uppercase;
	padding:0 0 15px 0;
}
.home-search .h-search-r ul li a span{
	font-size:13px;
}
.home-search .h-search-r ul li a:hover{
	background-color:#294d7b;
}
.home-search .h-search-r ul li img{
	height:auto;
	width:100%;
	margin:0 0 15px 0;
}
.home-search .box1-4{
	float:left;
	width:23%;
	margin:0 1%;
}
.box1-6{
	float:left;
	width:14.66%;
	margin:0 1%;
}
.box1-7{
	float:left;
	width:12.28%;
	margin:0 1%;
}
.keyword_highlight{
	border:solid 1px #ddd;
	padding:8px;
	background: -webkit-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(240,240,240,1),rgba(255,255,255,1)); /*Standard*/
}
.keyword_highlight input[type="text"]{
	float:left;
	width:81%;
	padding:0 1%;
	clear:none;
}
.keyword_highlight input[type="submit"]{
	float:left;
	width:15%;
	clear:none;
}
@media screen and (max-width: 960px) {
.home-search {
	margin: auto;
	width: 100%;
	padding:0;
	margin:0;
	z-index:auto;
	position:relative;
}
.home-search .wrap {	
	width:100%;
}
.home-search .h-search-l {
	float:left;
	width:75%;
	display:none;
}
.home-search .h-search-r {
	float:none;
	width:100%;
	margin:0;
	padding:0;
	background-color:#45515a;
}
.home-search .h-search-r ul {	
}
.home-search .h-search-r ul li{
	list-style:none;	
	text-align:left;
	box-shadow:inset 0px 0px 3px #5a666f;
	border:0;
	float:left;
	width:33.33%;
}
.home-search .h-search-r ul li a{
	display:block;
	height:auto;
	line-height:normal;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:5px 0;
}
.home-search .h-search-r ul li a:hover{
	background-color:#54626d;
}
.home-search .h-search-r ul li img{
	float:none;
	height:25px;
	margin:0 auto;
	clear:both;
	display:block;	
	
}
.keyword_highlight{
	border:solid 1px #ddd;
	padding:8px;
	margin:20px 0 0 0;
	background: -webkit-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(240,240,240,1),rgba(255,255,255,1)); /*Standard*/
}
.keyword_highlight input[type="text"]{
	float:none;
	width:96%;
	padding:0 2%;
	clear:none;
}
.keyword_highlight input[type="submit"]{
	float:none;
	width:100%;
	clear:none;
}
}
@media screen and (max-width: 992px) {
.home-search {
	margin: auto;
	width: 100%;
	padding:0;
	margin:0;
	z-index:auto;
	position:relative;
}
.home-search .wrap {	
	width:100%;
}
.home-search .h-search-l {
	float:left;
	width:75%;
	display:none;
}
.home-search .h-search-r {
	float:none;
	width:100%;
	margin:0;
	padding:0;
}
.home-search .h-search-r ul {	
}
.home-search .h-search-r ul li{
	list-style:none;	
	text-align:left;
	box-shadow:inset 0px 0px 0px #fff;
	border:0;
	float:left;
	width:50%;
}
.home-search .h-search-r ul li a{
	display:block;
	height:auto;
	line-height:normal;
	text-decoration:none;
	color:#1e3c62;
	font-size:20px;
	text-align:center;
	padding:15px;
	text-transform:capitalize;
}
.home-search .h-search-r ul li a span{
	font-size:16px;
	color:#666;
}
.home-search .h-search-r ul li a:hover{
	background-color:#f9f9f9;
}
.home-search .h-search-r ul li img{
	float:none;
	height:auto;
	width:auto;
	border-radius:100%;
	border:solid 3px #ddd;

	margin:0 auto;
	clear:both;
	display:block;	
	
}
.home-search .box1-4{
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
.box1-6{
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
.box1-7{
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
.keyword_highlight{
	border:solid 1px #ddd;
	padding:8px;
	margin:20px 0 0 0;
	background: -webkit-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(240,240,240,1),rgba(255,255,255,1)); /*Standard*/
}
.keyword_highlight input[type="text"]{
	float:none;
	width:96%;
	padding:0 2%;
	clear:none;
}
.keyword_highlight input[type="submit"]{
	float:none;
	width:100%;
	clear:none;
}
}
@media screen and (max-width: 480px) {
.home-search .h-search-r ul li a{
	font-size:18px;
}
.home-search .h-search-r ul li a span{
	font-size:12px;
}
.home-search .box1-4{
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
.box1-6{
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
.box1-7{
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
.keyword_highlight{
	border:solid 1px #ddd;
	padding:8px;
	margin:20px 0 0 0;
	background: -webkit-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(240,240,240,1),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(240,240,240,1),rgba(255,255,255,1)); /*Standard*/
}
.keyword_highlight input[type="text"]{
	float:none;
	width:96%;
	padding:0 2%;
	clear:none;
}
.keyword_highlight input[type="submit"]{
	float:none;
	width:100%;
	clear:none;
}
}

/* Home Searech panel End*/


.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:30px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	color:#82b441;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:30px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	color:#82b441;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	color: #4DA60B;
	margin-bottom: 15px;
	font-weight: lighter;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #59C10D;
	padding-bottom: 10px;
}
h3   a  {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h5  {
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 17px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h5 a {
	color: #333333;
	text-decoration: none;
}
.container{
	background-color:#fff;
	padding:30px 0;
}
.container p{
	text-align:justify;
}
.container p strong{
	font-weight:700!important;
}
.container2{
	background-color:#f1f1f1;
	padding:30px 0;
}
.container2 h2{	
	border-bottom:solid 1px #ccc;
	color:#45515a;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
@media screen and (max-width: 960px) {
.container3{	
	display:none;
}
}
@media screen and (max-width: 480px) {
.container3{	
	display:none;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 20px;
	text-decoration: none;
	color: #4DA60B;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-bottom: 5px;

}
h1 a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	color:#82b441;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 20px;
	text-decoration: none;
	color: #4DA60B;
	margin-bottom: 15px;
	font-weight: 400;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #59C10D;
	padding-bottom: 10px;
}
h3   a  {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h5  {
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h5 a {
	color: #333333;
	text-decoration: none;
}
.container{
	background-color:#fff;
	padding:30px 0;
}
.container2{
	background-color:#f1f1f1;
	padding:30px 0;
}
.container2 h2{	
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	display:inline-block;
	border-bottom:solid 1px #ccc;
	color:#45515a;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}





/* --------------------------- */
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:23%;
	margin:1%;
	float:left;
	text-align:center;
	line-height:20px;
	font-size:13px;
}
.property ul li p{	
	text-align:center;
}
.property ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 15px;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #82B441;
	border-left-color: #CCCCCC;
}
.property ul li a:hover{
	color:#fff;	
	background-color:#82b441;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82B441;
	border-right-color: #82B441;
	border-bottom-color: #82B441;
	border-left-color: #82B441;
}
.property ul li a img{
	border-radius:50%;
	width:80px;
	height:auto;
	margin:0 0 10px 0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a .p-img{
	border-radius:0!important;
	width:auto!important;
	height:80px!important;
	margin:0 0 10px 0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:50px;
}
.property-list{
	font-size:13px;
	margin:0 0 20px 0;
}
.property-list strong{
	color:#82b441;
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list a:hover{
	background-color:#f9f9f9;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:left;
	width:15%;
	margin:0 1% 0 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:left;
	width:30%;
	margin:0 1% 0 0;
}
.property-list .pl-3{
	float:left;
	width:24%;
	margin:0 1% 0 0;
}
.property-list .pl-4{
	float:left;
	width:28%;
}
@media screen and (max-width: 980px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:48%;
	margin:1%;
	float:left;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:50px;
}
}
@media screen and (max-width: 768px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:100%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:auto;
}
.property-list{
	font-size:13px;	
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:left;
	width:22%;
	margin:0 3% 0 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:left;
	width:35%;
	margin:0 3% 0 0;
}
.property-list .pl-3{
	float:left;
	width:34%;
	margin:0 3% 0 0;
}
.property-list .pl-4{
	float:none;
	width:100%;
}
}
@media screen and (max-width: 480px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:100%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:auto;
}
.property-list{
	font-size:13px;	
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-3{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-4{
	float:none;
	width:100%;
}
}
/* ---------------Project------------ */
.project{
	float:left;
	width:23%;
	margin:1%;
	font-size:13px;
	position:relative;
}
.project .cpr-div{
	display:none;
	position:absolute;
	right:3px;
	top:3px;
	z-index:10;
	background-color:#82b441;
	padding:2px;
	border-radius:3px;

}

.project a{
	display:block;
	background-color:#45515a;
	color:#fff;
	text-decoration:none;
}
.project a:hover{
	background-color:#56636c;
}
.project a h3{
	text-align:center;
	font-size:16px;
	padding:5px 0;
	margin:0 0 5px 0;
	color:#fff;
	border-bottom:solid 1px #5f6970;
}
.project a .thumb-img{
	width:100%;
	height:110px;
	overflow:hidden;
	background-color:#c8c9ca;
}
.project a .thumb-img img{
	width:100%;
	height:auto;
	min-height:110px;
}
.project a .thumb-detail{
	padding:10px;
	text-align:left;
}
.project a .thumb-detail i{
	margin:0 10px 0 0;
	padding:0 8px 0 0;
	color:#c8c9ca;
	border-right:solid 1px #5f6970;
	width:20px;
	font-size:18px;
	text-align:center;
}
@media screen and (max-width: 980px) {
.project{
	float:left;
	width:31.33%;
	margin:1%;
	font-size:13px;
	position:relative;
}
.project .cpr-div{	
	display:none;
}

.project a{
	display:block;
	background-color:#45515a;
	color:#fff;
	text-decoration:none;
}
.project a:hover{
	background-color:#56636c;
}
.project a h3{
	text-align:center;
	font-size:20px;
	padding:5px 0;
	margin:0 0 5px 0;
	color:#fff;
	border-bottom:solid 1px #5f6970;
}
.project a .thumb-img{
	width:100%;
	height:150px;
	overflow:hidden;
	background-color:#c8c9ca;
}
.project a .thumb-img img{
	width:100%;
	height:auto;
	min-height:150px;
}
.project a .thumb-detail{
	padding:10px;
	text-align:left;
}
.project a .thumb-detail i{
	margin:0 10px 0 0;
	padding:0 8px 0 0;
	color:#c8c9ca;
	border-right:solid 1px #5f6970;
	width:20px;
	font-size:18px;
	text-align:center;
}
}
@media screen and (max-width: 768px) {
.project{
	float:left;
	width:48%;
	margin:1%;
	font-size:13px;
	position:relative;
}
.project .cpr-div{	
	display:none;
}

.project a{
	display:block;
	background-color:#45515a;
	color:#fff;
	text-decoration:none;
}
.project a:hover{
	background-color:#56636c;
}
.project a h3{
	text-align:center;
	font-size:20px;
	padding:5px 0;
	margin:0 0 5px 0;
	color:#fff;
	border-bottom:solid 1px #5f6970;
}
.project a .thumb-img{
	width:100%;
	height:150px;
	overflow:hidden;
	background-color:#c8c9ca;
}
.project a .thumb-img img{
	width:100%;
	height:auto;
	min-height:150px;
}
.project a .thumb-detail{
	padding:10px;
	text-align:left;
}
.project a .thumb-detail i{
	margin:0 10px 0 0;
	padding:0 8px 0 0;
	color:#c8c9ca;
	border-right:solid 1px #5f6970;
	width:20px;
	font-size:18px;
	text-align:center;
}
}
@media screen and (max-width: 480px) {
.project{
	float:none;
	width:100%;
	margin:0 0 10px 0;
	font-size:13px;
	position:relative;
}
.project .cpr-div{	
	display:none;
}

.project a{
	display:block;
	background-color:#45515a;
	color:#fff;
	text-decoration:none;
}
.project a:hover{
	background-color:#56636c;
}
.project a h3{
	text-align:center;
	font-size:20px;
	padding:5px 0;
	margin:0 0 5px 0;
	color:#fff;
	border-bottom:solid 1px #5f6970;
}
.project a .thumb-img{
	width:100%;
	height:150px;
	overflow:hidden;
	background-color:#c8c9ca;
}
.project a .thumb-img img{
	width:100%;
	height:auto;
	min-height:150px;
}
.project a .thumb-detail{
	padding:10px;
	text-align:left;
}
.project a .thumb-detail i{
	margin:0 10px 0 0;
	padding:0 8px 0 0;
	color:#c8c9ca;
	border-right:solid 1px #5f6970;
	width:20px;
	font-size:18px;
	text-align:center;
}
}
.box-compare{
	float:left;
	width:21%;
	padding:1%;
	margin:1%;
	box-shadow:0px 0px 3px #ccc;
	min-height:550px;

}
.box-compare h6{
	font-size:13px;
}
.box-compare h6 a{
	text-decoration:none;
	color:#F60;
}




.h-slide1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:auto;
	width:92%;
	margin:0 auto;
	padding:100px 4%;
	color:#fff;
}
.h-slide1 a{
	color:#fff;
}
.h-slide1 h3{
	text-align:center!important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:30px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	color:#82b441;
	border:0;
}
.inner-banner{
	background-size: 100%;
	background-attachment: fixed;
	background-image: url(../images/slider/haldwani-city-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:150px 0 0 0;
	border-bottom:solid 5px #ddd;
}
.inner-banner .wrap{
	background-color: rgba(0,0,0,0.5);
	width:80%;
	padding:0 10%;
}
.inner-banner .wrap .bc{
	color:#fff;
	padding:20px 0;
	border:0;
	font-size:22px;
	margin:0;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
.inner-banner .wrap .bc a{
	color:#FC0;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
.inner-banner{
	background-size: 100%;
	background-attachment: scroll;
	background-image: url(../images/slider/haldwani-city-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:200px 0 0 0;
	border-bottom:solid 5px #ddd;
}
.inner-banner .wrap{
	background-color: rgba(0,0,0,0.5);
	width:80%;
	padding:0 10%;
}
.inner-banner .wrap .bc{
	color:#fff;
	padding:10px 0;
	border:0;
	font-size:18px;
	margin:0;
}
.inner-banner .wrap .bc a{
	color:#FC0;
	text-decoration:none;
}
}
@media screen and (max-width: 480px) {
.inner-banner{
	background-size: 100%;
	background-attachment: scroll;
	background-image: url(../images/slider/haldwani-city-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:50px 0 0 0;
	border-bottom:solid 5px #ddd;
}
.inner-banner .wrap{
	background-color: rgba(0,0,0,0.5);
	width:80%;
	padding:0 10%;
}
.inner-banner .wrap .bc{
	color:#fff;
	padding:10px 0;
	border:0;
	font-size:18px;
	margin:0;
}
.inner-banner .wrap .bc a{
	color:#FC0;
	text-decoration:none;
}
}
.main {
	position: relative;
	box-shadow: 0px 0px 5px #666666;
}

.top_menu2{
	margin:0 0 20px 0;
	border-bottom:solid 2px #ddd;
}
.top_menu2 ul{
}
.top_menu2 ul li{
	list-style:none;
	float:left;
	margin:0 5px 0 0;
}
.top_menu2 ul li a{
	text-decoration:none;
	padding:0 20px;
	display:block;
	line-height:30px;
	color:#444;
	background-color:#f9f9f9;
}
.top_menu2 ul li a:hover{	
	background-color:#ddd;
}
@media screen and (max-width: 780px) {
.top_menu2{
	margin:0 0 20px 0;
	border-bottom:solid 2px #ddd;
}
.top_menu2 ul{
}
.top_menu2 ul li{
	list-style:none;
	float:left;
	margin:0;
	margin:0 5px 0 0;
}
.top_menu2 ul li a{
	text-decoration:none;
	padding:0 10px;
	display:block;
	line-height:30px;
	color:#444;
	background-color:#f9f9f9;
	font-size:11px;
	box-shadow:inset 0px 0px 1px #ccc;
}
.top_menu2 ul li a:hover{	
	background-color:#ddd;
}
}
@media screen and (max-width: 480px) {
.top_menu2{
	margin:0 0 20px 0;
	border-bottom:solid 2px #ddd;
}
.top_menu2 ul{
}
.top_menu2 ul li{
	list-style:none;
	float:left;
	width:33.33%;
	margin:0;
}
.top_menu2 ul li a{
	text-decoration:none;
	padding:0 10px;
	display:block;
	line-height:30px;
	color:#444;
	background-color:#f9f9f9;
	font-size:11px;
	box-shadow:inset 0px 0px 1px #ccc;
}
.top_menu2 ul li a:hover{	
	background-color:#ddd;
}
}
#player_list select {
	height: 30px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/txt-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #FFFFFF;
	line-height: 30px;
	width: 140px;
	padding: 4px;
}

.img-responsive{
	width:auto;
	height:auto;
	max-width:100%;
}
.img_r {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.img-right{
	width:auto;
	height:auto;
	max-width:400px;
float:right;
margin:0 0 20px 20px;
}
.img_l {
	border: 1px solid #cccccc;
	margin-right: 10px;
	float:left;
}
.page_content {
	background-color: #FFFFFF;
	width: 1003px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.main .h-bg {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.city-linkh {
	height: 31px;
	margin-bottom: 10px;
}
.city-linkh  ul  li {
	float: left;
	list-style-type: none;
}
.city-linkh  ul li a {
	color: #333333;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 4px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	display: block;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.city-linkh  ul  li  .sel  {
	background-color: #FFFFFF;
	background-image: none;
	height: 33px;
	color: #4DA60B;
	text-decoration: none;
}

.city-linkh   ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.city-linkh #more33 {
	padding: 10px;
	background-color: #FFFFFF;
	width: 450px;
	position: absolute;
	z-index: 20;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	border-left-color: #f9f9f9;
	box-shadow: 0px 3px 3px #000000;
	margin-top: 20px;
	margin-left: 10px;
}
.city-linkh #more33 a {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px dashed #FFFFFF;
	color: #333333;
	padding-left: 8px;
	float: left;
	width: 45%;
	
}
.city-linkh #more33 a:hover {
	color: #0066CC;
	text-decoration: none;
}


.city-link {
	height: 31px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.city-link ul li {
	float: left;
	list-style-type: none;
}
.city-link  ul li a {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	font-size: 17px;
	background-image: url(../images/tm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 30px;
	display: block;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 5px;
}
.city-link  ul  li  .sel  {
	background-color: #FFFFFF;
	background-image: none;
	height: 33px;
	color: #4DA60B;
	text-decoration: none;
}

.city-link   ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.city-link #more33 {
	padding: 10px;
	background-color: #FFFFFF;
	width: 580px;
	position: absolute;
	z-index: 20;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	border-left-color: #f9f9f9;
	box-shadow: 0px 3px 3px #000000;
	margin-top: 32px;
	margin-left: 400px;
}
.city-link #more33 a {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px dashed #FFFFFF;
	color: #333333;
	padding-left: 8px;
	float: left;
	width: 45%;
	
}
.city-link #more33 a:hover {
	color: #0066CC;
	text-decoration: none;
}


/*Post Requirment*/
.pr_row {
	height: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pr_row .pr_text {
	float: left;
	width: 150px;
	height: 25px;
	font-weight: bold;
	margin-right: 10px;
	background-image: url(../images/colon.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.pr_row .pr_text2 {
	float: left;
	height: 25px;
	width: 250px;
	font-size: 10px;
	color: #999999;
}
.pr_row .pr_field {
	float: left;
	height: 25px;
	width: 300px;
}
.pr_row .pr_field .selbox1{
	width: 163px;
}
.pr_row .pr_field .txtfield3 {
	width: 155px;
}
.pr_row .pr_field .txtarea2 {
	width: 240px;
}


/*Post Requirment end */


.builder-logo{
}
.builder-logo li{
	float:left;
	width:14.66%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
@media screen and (max-width: 768px) {
.builder-logo{
}
.img-right{
	width:100%;

	height:auto;
	max-width:100%;
float:none;
margin:0 0 20px 0;
}

.builder-logo li{
	float:left;
	width:31.33%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}

@media screen and (max-width: 480px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:48%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}

.list1 {
	text-decoration: none;
	text-align: left;
}
.list1 li {
	text-decoration: none;
	list-style-type: none;
}
.list1 li a {
	color: #0084C4;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.list1 li img {
	float: left;
	margin-right: 5px;
}

.list1 li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.list2 {
	text-decoration: none;
	text-align: left!important;
	margin-top: 10px;
}
.list2 li {
	list-style-type: none;
	float:left;
	width:50%;
	margin:0 0 1% 0;
	font-size: 13px;
}
.list2 li a {
	color: #333;
	text-decoration: none;
	display: block;	
}
.list2 li a i{
	color: #999;
	font-size:16px;
	margin:0 10px 0 0;
}
.list2 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list2 li a:hover i{
	color:#333;
}
@media screen and (max-width: 768px) {
.list2 li {
	list-style-type: none;
	float:none;
	width:100%;
	margin:0 0 1% 0;
}
}
.list2-2 {
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
}
.list2-2 li {
	list-style-type: none;
	float:left;
	width:48%;
	margin:1%;
}
.list2-2 li a {
	color: #777777;
	text-decoration: none;
	display: block;
	font-size: 18px;
	text-align:center;
}
.list2-2 li a i{
	color: #fff;
	background-color:#999;
	padding:20px;
	font-size:30px;
	height:30px;
	width:30px;
	text-align:center;
	border-radius:50%;
	border:solid 3px #888;
}
.list2-2 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list2-2 li a:hover i{
	background-color:#fff;
	color:#333;
	border:solid 3px #888;
}
.list4 {
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}
.list4 li {
	text-decoration: none;
	list-style-type: none;
	height: 35px;
}
.list4 li a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	line-height: 34px;
	height: 34px;
}
.list4 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list4 li a img {
	float: left;
	margin-right: 5px;
}
.list5 {
	text-decoration: none;
}
.list5 li {
	list-style-type: none;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}
.list5 li a {
	float: left;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
}
.list5 li a:hover {
	text-decoration: underline;
}
.list6 {
	text-decoration: none;
}
.list6 li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	float: left;
	width: 43%;
	padding-left: 22px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list6 li a {
	color: #333333;
	text-decoration: none;
}

.tbl1 {
	text-decoration: none;
	background-color:#eee;
}
.tbl1 th {
	background-color:#f9f9f9;
	padding:4px;
	color:#111;
}
.tbl1 td {	
	background-color:#fff;
	padding:4px;
}
.tbl1 a {
	text-decoration: none;
	color: #FF3300;
}

.txt1 {
	font-weight: bold;
	color: #143F47;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97D5E1;
	
}
.txt1 a {
	color: #E7420F;
	text-decoration: none;
}

.txt2 {
	font-size: 11px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txt3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.txt4 {
	color: #FB8004;
	text-decoration: none;
}
.txt4_2 {
	color: #4DA60B;
	text-decoration: none;
	font-weight: lighter;
}
.txt5 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
}
.txt6 {
	font-size: 13px;
	font-weight: bold;
	color: #EA5E00;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	text-align: left;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.txt6_1 {
	font-size: 13px;
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt6_2 {
	
	font-size: 17px;
	font-weight: bold;
	color: #FB8004;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	height: 24px;
	line-height: 17px;
	padding-bottom: 3px;
}
.txt6_3 {
	
	font-size: 17px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	height: 24px;
	line-height: 17px;
	padding-bottom: 5px;
}
.txt6_4 {
	
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	padding-bottom: 3px;
}
.txt7 {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txt7_2 {
	font-weight: lighter;
	color: #4DA60B;
	text-decoration: none;
}
.txt7_3 {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	
	font-size: 13px;
}
.txt9 {
	font-weight: bold;
	color: #4DA60B;
	text-decoration: none;
	font-size: 13px;
}
.txt11 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #FB8004;
	font-size: 11px;
}
.txt11_1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #0084C4;
}
.txt11_2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FB8004;
}
.txt11_3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.txt12 {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	margin-bottom: 3px;
	line-height: 14px;
}
.txt13 {
	
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	background-image: url(../images/bullet10.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
	padding-left: 20px;
}
.txt14 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4DA60B;
	font-size: 13px;
}
.rupee1 {
	background-image: url(../images/icon_rupee.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 17px;
	font-weight: lighter;
}
.rupee2 {
	background-image: url(../images/icon_rupee.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
.cross {
	text-decoration: none;
	float: right;
	color: #333;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-top: 6px;
}











.link1 {
	font-size: 11px;
	color: #333333;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.link2 {
	font-weight: bold;
	color: #1F5EAB;
	text-decoration: none;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	line-height: 20px;
	height: 20px;
}
.link2:hover {
	color: #333333;
	text-decoration: underline;
}
.link_search {
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97D3EA;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.link3 {
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	height: 20px;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #333333;
}
.link3:hover {
	color: #F21B23;
	text-decoration: none;
}


.link4 {
	color: #4DA60B;
	text-decoration: none;
}
.link4:hover {
	text-decoration: underline;
}

.link5 {
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	float: right;
}
.link6 {
	background-color: #f9f9f9;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: left;
	width: 285px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.link6:hover {
	background-color: #FFFFFF;
}
.link7 {
	float: right;
	border: 1px solid #333333;
	margin-top: 3px;
	background-image: url(../images/tm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}
.link8 {
	text-decoration: none;
}
.link8 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	line-height:35px;
	font-weight: bold;
	display: block;
	float:left;
	width:33.33%;
}
.link8 li a {
	text-decoration: none;
	background-image: url(../images/bullet8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color:#333;
}
@media screen and (max-width: 480px) {
	.link8 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	line-height:35px;
	font-weight: bold;
	display: block;
	float:none;
	width:100%;
}
}

.page_nation {
	text-decoration: none;
	line-height: 30px;
	margin:20px 0 0 0;
}
.page_nation a {
	color: #fff;
	text-decoration: none;
	background-color: #82b441;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	float:left;
	padding:0 10px;
	margin:0 0 0 5px;
	font-weight: lighter;
}
.page_nation a:hover {
	color: #fff;
	background-color: #555;
}

.property-detail {
	position: relative;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 20px;
	box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	margin-bottom: 20px;
}
.property-detail:hover {
	box-shadow: 0px 0px 8px #666666;
	-moz-box-shadow: 0px 0px 8px #666666;
}
.property-detail.g-map iframe {
	width:100%;
	height:250px;
}
.textfield1 {
	height: 15px;
	width: 174px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	background-image: url(../images/txt-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F5F5;
}
/*#textfield {
	height: 15px;
	width: 174px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	background-image: url(../images/txt-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F5F5;
	margin-bottom: 4px;
}*/
.tooltip {
	text-decoration: none;
}
.tooltip span{
z-index: 10;
display: none; 
border-radius:4px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
} 

.tooltip:hover span{ 
display: inline; 
position: absolute; 
border: 1px solid #000; 
background: #000;
} 


.tooltip > span{
width: 90px; 
padding: 10px 12px; 
opacity: 0; 
visibility: hidden; 
z-index: 10; 
position: absolute; 
font-size: 12px; 
font-style: normal; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; -o-border-radius: 3px; 
border-radius: 3px;  
color: #ffffff; 
background: #000; 
background: -moz-linear-gradient(top, #FBF5E6 0%, #FFFFFF 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBF5E6), color-stop(100%,#FFFFFF)); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF5E6', endColorstr='#FFFFFF',GradientType=0 ); 
border: 1px solid #000; 
}


.tooltip:hover > span{ 
opacity: 1; 
text-decoration:none; 
visibility: visible; 
overflow: visible; 
margin-top: -50px; 
display: inline; 
margin-left: -38px;
}

.tooltip span b{ 
width: 15px; 
height: 15px; 
margin-left: 37px; 
margin-top: 21px; 
display: block; 
position: absolute; 
-webkit-transform: rotate(-45deg); 
-moz-transform: rotate(-45deg); 
-o-transform: rotate(-45deg); 
transform: rotate(-45deg); 
display: none\0/; *display: none; 
background: #000; 
} 




.compare-btn-h {
	background-image: url(../images/compare-h.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	display:block;
}

.compare-btn {
	background-image: url(../images/compare.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	display:block;
}
.compare-box {
	background-color: #FFFFFF;
	padding: 10px;
	width: 350px;
	z-index: 5000;
	position: absolute;
	float: right;
	text-align: left;
	margin-top: 41px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	margin-left: 625px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.compare-box img {
	float: left;
	margin-right: 10px;
	border: 2px solid #CCCCCC;
}


.btn3:hover {
	color: #333333;
	text-decoration: none;
	cursor: Pointer;
	background-position: left top;
	border: 1px solid #dddddd;

}
.btn4 {
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	border: 1px solid #689A03;
	padding-right: 8px;
	padding-left: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: lighter;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-top: 10px;
	margin-right: 6px;
	background-image: url(../images/tm.gif);
	background-repeat: repeat-x;
	background-position: left -60px;
}

input[type="text"] {
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	width: 94%;
	text-decoration: none;
	height: 30px;
	margin: 5px 0;
}
input[type="tel"] {
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	width: 94%;
	text-decoration: none;
	height: 30px;
	margin: 5px 0;
}
input[type="password"] {
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	width: 94%;
	text-decoration: none;
	height: 30px;
	margin: 5px 0;
}
input[type="email"] {
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 30px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}

select {
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 3%;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
}
textarea {
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 3%;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
	background: -webkit-linear-gradient(rgba(80,210,70,1),rgba(35,150,15,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(80,210,70,1),rgba(35,150,15,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(80,210,70,1),rgba(35,150,15,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(80,210,70,1),rgba(35,150,15,1)); /*Standard*/
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	border: 0px solid #dddddd;
	color: #fff;
	clear: both;
	padding: 0 3%;
	height: 32px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	border-radius:4px;
}
button[type="button"] {
	background: -webkit-linear-gradient(rgba(80,210,70,1),rgba(35,150,15,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(80,210,70,1),rgba(35,150,15,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(80,210,70,1),rgba(35,150,15,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(80,210,70,1),rgba(35,150,15,1)); /*Standard*/
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 32px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
}
input[type="button"] {
	background: -webkit-linear-gradient(rgba(255,150,75,1),rgba(255,100,0,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(255,150,75,1),rgba(255,100,0,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(255,150,75,1),rgba(255,100,0,1)); /*Fx 3.6-15*/
	background: linear-gradient(to rgba(255,150,75,1),rgba(255,100,0,1)); /*Standard*/
	font-size: 14px;
	text-transform:uppercase;
	border: 0px solid #dddddd;
	color: #fff;
	font-weight: bold;
	clear: both;
	padding: 0 3%;
	height: 32px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	border-radius:4px;
}

.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}




.footer3 {
	padding:20px 0;
	background-color:#eee;
	font-size:13px;
}
.footer3 a {
	color:#666;
	text-decoration:none;
	margin:0 10px 0 0;
}
.footer3 a:hover {
	color:#666;
	text-decoration:underline;
}
.footer2 {
	background-color: #1e3c62;
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
	padding: 20px 0;
	font-size: 13px;
}
.footer2 .f2-1, .f2-2, .f2-3, .f2-4 {
	float:left;
	width:23%;
	padding:0 1%;
}
.footer2 h5 {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer2 ul {
	text-decoration: none;
}
.footer2 ul li {
	list-style-type: none;
}
.footer2 ul li a {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}
.footer2 ul li a:hover {
	text-decoration: underline;
}
.footer2 .social {	
}
.footer2 .social a i{
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	border:solid 2px #fff;
	border-radius:50%;
	margin:0 5px 0 0;
	font-size:16px;
}
@media screen and (max-width: 800px) {
.footer2 {
	padding-top: 20px;
	font-size: 11px;
}
.footer2 h5 {
	font-size: 14px;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer2 .f2-1, .f2-2, .f2-3, .f2-4 {
	float:none;
	width:100%;
	padding:0;
}
.footer2 .f2-1{
	float:left;
	width:50%;
}
.footer2 .f2-2{
	display:none;
}
.footer2 .f2-3{
	float:left;
	width:50%;
}
.footer2 .f2-4{
	text-align:center;
	border-top:solid 1px #ccc;
	margin:10px 0 0 0;
	float:left;
	
}
.footer2 ul li a {
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	height: auto;
	padding:5px 0;
}
}
.gtp{
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 5000;
	height: 46px;
	width: 46px;
}

.footer {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 60px;
	background-color: #163050;
	text-align:center;
}
.footer a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer br {
	display:none;
}
@media screen and (max-width: 480px) {
.footer br {
	display:block;
}
}

.fix-call{
    position:fixed;
    right:10px;
    bottom:10px;
    width:auto;
    z-index:1000;
    background-color:rgba(255,255,255,0)!important;
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:right;
}
.fix-call a{
    color:#fff !important;
	width:auto;
	height:auto;
	display:inline-block;
	line-height:52px!important;
	text-align:center;
}
.fix-call a .fa{
    color:#fff !important;
    font-size:32px!important;
	width:52px!important;
	height:52px!important;
	line-height:52px!important;
	border-radius:100%;
	display:inline-block;
	margin:0 10px;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
	text-align:center;
}
.fix-call a .fa-phone{
	background-color:#e85100;
}
.fix-call a .fa-whatsapp{
	background-color:#13990a;
	font-size:36px!important;
}
.fix-call a .fa-envelope{
	background-color:#20578e;
}
@media screen and (max-width : 768px) {
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:1000;
    background-color:rgba(0,0,0,.8)!important;
    text-align:center;
    padding:5px 0;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:center;
}
.fix-call a{
    float:left;
	width:29.33%!important;
    color:#fff !important;
    margin: 0 2% !important;
    font-size:20px;
	width:auto;
	height:auto;
	display:inline-block;
}
.fix-call a.f-l{
    text-align:left;
}
.fix-call a.f-r{
    text-align:right;
}
}
 
	
.breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 11px Helvetica, Arial, Sans-Serif;
	margin-bottom: 15px;
}
.breadcrumb li {
	float: left;
	font-weight: bold;
}
		.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 10px 0 10px 55px;
			background: brown;                   /* fallback color */
			background: hsla(34,85%,35%,1); 
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid hsla(34,85%,35%,1);
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-left: 10px;
		}
		.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
		.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
		
		.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
		.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
		
		.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
		
		.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
		
		.breadcrumb li:last-child a 		{ 
			background: transparent !important;
			color: #0066CC;
			pointer-events: none;
			cursor: default;
		}
		.breadcrumb li:last-child a:after { border: 0; }
		.breadcrumb li a:hover { background: hsla(34,85%,35%,1); }
		.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,35%,1) !important; }