@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}


.one{
    font-family: 'Oswald', sans-serif;
}




a:hover{
	text-decoration:none!important;
}
a:visited {
    text-decoration: none!important;
  }
  
html, body {
    height:100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400!important;
	line-height: 28px!important;
	font-size: 14px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
}
@media screen and (max-width: 768px) {
body{
	line-height: 20px!important;
	font-size: 12px!important;
}
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.top-nav{
	position:absolute;
	z-index:10;
	width:100%;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0);
	line-height: 30px;
	font-size: 14px;
	color: rgba(255,255,255,.9);
	height: 30px;
	text-align:right;
}
.top-nav span{
	margin:0 10px 0 30px;
}
.top-nav a{
	color: rgba(255,255,255,1);
	font-weight:600;
}
.top-nav a:hover{
	color: rgba(255,255,255,.8);
}
.top-nav span.link{
	font-size:13px;
	color:#ed5728;
}
.top-nav i{
	color:#fff;
}
.affix {
      top:0;
	  padding:0;
      width: 100%;
      z-index: 99 !important;
	  background-color:rgba(255,255,255,1)!important;
	  box-shadow:0px 0px 3px rgba(0,0,0,.4);
	  border-bottom:solid 0px rgba(0,0,0,0);
}
.affix .logo{
	display:none;
}
.affix .logo2{
	display:block;
}
.affix .logo2 img{
	height:40px;
	margin:5px 0;
}
.affix .header-right .top-menu{
	margin:0 0 0 0;
}
.affix .call{
	display:block;
}

header{
	position: absolute;
	z-index:10;
	top:30px;
	left:0;
	width: 100%;
	background-color:rgba(255,255,255,0);	
}
header .container-fluid{
	position:relative;
}
header .logo{
	float:left;
	width:32%;
	text-align:left;
}
header .logo img{
	height:65px;
	width:auto;
	margin:0 0 0 0;
}
header .logo2{
	float:left;
	width:32%;
	display:none;
	text-align:left;
}
header .logo2 img{	
}
header .header-right{
	float:left;
	width:68%;
}
header .header-right .top-menu{	
	margin:5px 0 0 0;
	font-family: 'Oswald', sans-serif;
	font-weight:500!important;
}
.call{
	position:absolute;
	left:15px;
	padding:8px 12px;
	width:auto;
	background: -webkit-linear-gradient(45deg, #ed5728 0%, #ed5728 50%, #ed5728 100%);
	background: linear-gradient(45deg, #ed5728 0%, #ed5728 50%, #ed5728 100%);
	border-radius:0 0 10px 10px;
	border:solid 2px #fff;
	border-top:0;
	box-shadow:0px 2px 2px rgba(0,0,0,.3);
	color:#fff;
	display:none;
	font-size:16px;
	line-height:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:500!important;
	box-shadow:inset 0px 5px 5px rgba(0,0,0,.3);
}
.call i{
	margin:0 5px;
}
.call a{	
	color:#fff;
}
.call a:hover{
	color:#fff;
}
@media screen and (max-width: 992px) {
.top-nav{
	position:relative;
	z-index:auto;
	width:100%;
	left:0;
	top:0;
	background-color:#ed5728;
	line-height: 30px;
	font-size: 14px;
	color: rgba(255,255,255,1);
	height: 30px;
	text-align:left;
}
.top-nav span{
	margin:0 10px 0 0;
}
.affix {
      top:0;
	  padding:0;
      width: 100%;
      z-index: 99 !important;
	  background-color:rgba(255,255,255,1)!important;
	  box-shadow:0px 0px 3px rgba(0,0,0,.4);
	  border-bottom:solid 0px rgba(0,0,0,0);
}
.affix .logo{
	display:none;
}
.affix .logo2{
	display:block;
}
.affix .logo2 img{
	height:40px;
	margin:5px 0;
}
.affix .header-right .top-menu{
	margin:0 0 0 0;
}
.affix .call{
	display:block;
	text-align:center;
}

header{
	position: relative;
	z-index:auto;
	top:0;
	left:0;
	width: 100%;
	padding:10px 0;
	background-color:rgba(255,255,255,0);	
}
header .container-fluid{
	border-bottom:solid 0px rgba(0,0,0,0);
}
header .logo{
	float:left;
	width:80%;
	text-align:left;
}
header .logo img{
	height:40px;
	margin:0;
}
header .logo2{
	float:left;
	width:80%;
	display:none;
	text-align:left;
}
header .logo2 img{	
}
header .header-right{
	float:left;
	width:20%;
}
header .header-right .top-menu{	
	margin:5px 0 0 0;
	font-family: 'Oswald', sans-serif;
	font-weight:500!important;

}
}

.search-panel{
	background: -webkit-linear-gradient(#ffffff,#faf5f5);
  	background: -o-linear-gradient(#ffffff,#faf5f5);
  	background: -moz-linear-gradient(#ffffff,#faf5f5);
  	background: linear-gradient(to #ffffff,#faf5f5);
	padding:0 0 10px 0;
	border-bottom:solid 5px #faf5f5;
}
.search-panel .container-fluid{
	margin:-40px 0 0 0;
	z-index:11;
	position:relative;
	width:100%;
}
.search-panel .nav-tabs {
  border-bottom: 0px solid #ddd;
}
.search-panel .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  padding:0 2px;
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  text-transform:uppercase;
}
.search-panel .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0;  
  border:solid 0px #fff;
  background-color:#ed5728;
  color:#FFF;
}
.search-panel .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  color:#111;
}
.search-panel .nav-tabs > li.active > a,
.search-panel .nav-tabs > li.active > a:hover,
.search-panel .nav-tabs > li.active > a:focus {
  color: #ed5728;
  cursor: default;
  background-color: #fcfefe;
  border: 0px solid #fff;
}
.search-panel .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.search-panel .nav-tabs.nav-justified > li {
  float: none;

}
.search-panel .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.search-panel .tab-content > .tab-pane {
  display: none;
  padding:30px 0 0 0;
}
.search-panel .tab-content > .active {
  display: block;
}
@media screen and (max-width: 768px) {
.search-panel{
	padding:0 0 10px 0;
}
.search-panel .container-fluid{
	margin:-30px 0 0 0;
}
.search-panel .nav-tabs > li {
	font-size:10px;
}
.search-panel .nav-tabs > li > a {
	line-height: 1;
}
.search-panel .tab-content > .tab-pane {
  padding:20px 0 0 0;
}
}
@media screen and (max-width: 530px) {
.search-panel .container-fluid{
	margin:-27px 0 0 0;
}
.search-panel .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  padding:0!important;
  font-family: 'Open Sans', sans-serif!important;
  font-weight:700!important;
  text-transform:capitalize;
  font-size:8px!important;
}
.search-panel .nav-tabs > li > a {
  margin-right: 2px;
  line-height: normal;
  border-radius: 0;  
  border:solid 0px #fff;
  padding:8px 3px!important;
}
}


.home-strip{
	background: -webkit-linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	background: linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	margin:40px 0 0 0;
}
.home-strip img{
	float:left;
	margin:0 20px 0 50px;
}
.home-strip a{
	display:block;
	color:#fff;
	padding:30px;
	background-color:rgba(0,0,0,0);
}
.home-strip a:hover{
	color:#fff;
	background-color:rgba(0,0,0,.15);
}
@media screen and (max-width: 768px) {
.home-strip{
	margin:20px 0 0 0;
	text-align:center;
	font-size:8px;
	line-height:normal;
}
.home-strip img{
	float:none;
	display:block;
	clear:both;
	margin:0 auto 5px auto;
	max-width:60%;
	width:auto;
	height:auto;
}
.home-strip a{
	display:block;
	color:#fff;
	padding:10px;
	background-color:rgba(0,0,0,0);
}
.home-strip a:hover{
	color:#ed5728;
	background-color:rgba(0,0,0,.15);
}
}

.container2{
	background-color:#faf5f5;
	padding:40px 0;
}
.container2 p{
	text-align:justify!important;
}
.container2 ul{
	margin:0 0 0 15px;
}
.container2 h6{
	color:#333!important;
}
.container3{
	background:#f4f9fc url(../images/container3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding:100px 0;
}
.container3 h2{
	color:#fff!important;
}
.container3 h6{
	color:rgba(255,255,255,.8)!important;
}
.container4{
	background: -webkit-linear-gradient(#ffffff,#faf5f5);
  	background: -o-linear-gradient(#ffffff,#faf5f5);
  	background: -moz-linear-gradient(#ffffff,#faf5f5);
  	background: linear-gradient(to #ffffff,#faf5f5);
	padding:30px 0 20px 0;
	border-bottom:solid 5px #faf5f5;
}
.container-fluid {
  padding-right: 40px!important;
  padding-left: 40px!important;
}
@media screen and (max-width: 768px) {
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.container2{
	background-color:#f4f9fc;
	padding:25px 0;
}
.container3{
	background-attachment: scroll;
	padding:30px 0;
}
.container3 h6{
	color:rgba(255,255,255,.8)!important;
	text-align:justify;
}
.container4{	
	padding:20px 0 5px 0;
}
}


.waves{
	width:450px;
	height:300px;
	background-color: rgba(95,23,23,.8);
	position:absolute;
	z-index:2;
	top:-70px;
	left:-150px;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
}
.waves-inner{
	width:450px;
	height:300px;
	background: -webkit-linear-gradient(30deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,.9) 100%);
	background: linear-gradient(30deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,.9) 100%);
	position:absolute;
	z-index:;
	top:-50px;
	left:50px;
	transform: rotate(-0deg);
	-ms-transform: rotate(-0deg); /* IE 9 */
    -webkit-transform: rotate(-0deg); /* Safari */
	box-shadow:1px 1px 5px rgba(0,0,0,.3);	
	
}
.waves-r{
	width:400px;
	height:300px;
	background-color: rgba(237,87,40,.8);
	position:absolute;
	z-index:2;
	bottom:-130px;
	right:-200px;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
}
.waves-r-inner{
	width:400px;
	height:300px;
	background-color: rgba(243,132,32,.8);
	position:absolute;
	z-index:1;
	top:-50px;
	right:-50px;
	transform: rotate(-0deg);
	-ms-transform: rotate(-0deg); /* IE 9 */
    -webkit-transform: rotate(-0deg); /* Safari */
}

.detail-form{
	width:430px;
	height:auto;
	position:absolute;
	z-index:2;
	bottom:0;
	right:15px;
	background-color:rgba(35,100,0,.8);
	padding:20px;
	color:#fff!important;
}
.detail-form img{
	float:left;
	width:auto!important;
	height:60px!important;
	min-height:60px!important;
	margin-right:20px;
}
.detail-form h2, .detail-form h3{
	color:#fff!important;
}
.detail-form h6{
	color:#fff!important;
}
.detail-form a{
	color:#fff!important;
	text-decoration:underline;
}
.detail-form input[type="submit"] {
	padding:0 15px;
	color:#fff;
	font-size:16px;
	border:solid 2px #fff;	
}


@media screen and (max-width: 992px) {
.waves{
	width:100px;
	height:75px;
	top:-15px;
	left:-70px;
}
.waves-inner{
	width:100px;
	height:75px;
	background: -webkit-linear-gradient(30deg, #f38420 0%, #f38420 40%, #f38420 100%);
	background: linear-gradient(30deg, #f38420 0%, #f38420 40%, #f38420 100%);
	top:-5px;
	left:5px;	
}
.waves-r{
	width:100px;
	height:75px;
	bottom:-30px;
	right:-70px;
}
.waves-r-inner{
	width:100px;
	height:75px;
	top:-10px;
	right:-10px;
}
.detail-form{
	width:100%;
	height:auto;
	position:relative;
	z-index:2;
	bottom:0;
	right:0;
	padding:20px;
}
.waves-form img{
	float:left;
	width:auto!important;
	height:60px!important;
	min-height:60px!important;
	margin-right:20px;
}
.waves-form h2, .waves-form h3{
	color:#f38420!important;
}
.waves-form h6{
	color:#fff!important;
}
.waves-form input[type="submit"] {
	padding:0 15px;
	color:#fff;
	font-size:16px;
}
}
.inner-banner{
	background:#f4f9fc url(../images/inner-banner.jpg) no-repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-attachment: fixed;	
	position:relative;
	overflow:hidden;
	height:300px;
	box-shadow:inset 0px 140px 50px -40px rgba(0,0,0,.5);
}
.inner-banner.detail-inner{
	background-image:none;
	height:500px;
	box-shadow:inset 0px 140px 50px -40px rgba(0,0,0,.7);
	overflow:hidden;
}
.inner-banner.detail-inner-f{
	background-image:none;
	height:580px!important;
	box-shadow:inset 0px 140px 50px -40px rgba(0,0,0,.7);
	overflow:hidden;
}
.inner-banner.detail-inner .overlay, .inner-banner.detail-inner-f .overlay{
	height:100%;
	width:100%;
	left:0;
	top:0;
	padding:300px 0 0 0;
	background-color:rgba(0,0,0,.3);
	position:absolute;
	z-index:1;
	box-shadow:inset 0px 0px 200px rgba(0,0,0,1);
}
.overlay h1{
	color:#fff!important;
	font-size:32px!important;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
}
.overlay h6{
	background-color:#ed5728;
	display:inline-block;
	color:#fff!important;
	font-size:22px!important;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	padding:3px 20px;
}
.overlay h6 i{
	color:#fff!important;
}
.inner-banner img{
	width:100%;
	height:auto;
	min-height:500px;
}
.inner-banner.detail-inner-f img{
	width:100%;
	height:auto;
	min-height:580px;
}
.inner-banner .waves-r{
	bottom:-180px;
}
.inner-banner .waves-r.detail-inner{
	bottom:-100px;
	right:-150px;	
}
.inner-banner .waves-r img{
	height:85px!important;
	min-height:85px!important;
	width:auto!important;
	max-width:150px!important;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
	margin:120px 0 0 25px;
	border:solid 5px rgba(255,255,255,.8);
}
@media screen and (max-width: 992px) {
.inner-banner{
	background-attachment: scroll;	
	position:relative;
	overflow:hidden;
	height:120px;
	box-shadow:inset 0px 140px 50px -40px rgba(0,0,0,0);
}
.inner-banner.detail-inner{
	background-image:none;
	height:350px;
	box-shadow:inset 0px 40px 20px -20px rgba(0,0,0,.5)!important;
	overflow:hidden;
}
.inner-banner img{
	min-height:350px;
}
.inner-banner.detail-inner-f img{
	width:100%;
	height:auto;
	min-height:400px;
}
.inner-banner.detail-inner .overlay, .inner-banner.detail-inner-f .overlay{
	padding:180px 0 0 0;
	background-color:rgba(0,0,0,.3);
	box-shadow:inset 0px 0px 50px rgba(0,0,0,1);
}
.inner-banner.detail-inner-f{
	background-image:none;
	height:auto!important;
	box-shadow:inset 0px 40px 20px -20px rgba(0,0,0,.5)!important;
	overflow:hidden;
}
.inner-banner .waves-r{
	bottom:-40px;
}
.inner-banner .waves-r.detail-inner{
	bottom:-40px;
	right:-40px;	
}
.inner-banner .waves-r img{
	position:absolute!important;
	z-index:15!important;
	top:-250px!important;
	right:20px!important;
	height:60px!important;
	min-height:60px!important;
}
}
@media screen and (max-width: 768px) {
.inner-banner{
	height:80px;
}
.inner-banner.detail-inner{
	height:220px;
}
.inner-banner img{
	min-height:220px;
}
.inner-banner.detail-inner-f img{
	width:100%;
	height:auto;
	min-height:220px;
}
.inner-banner.detail-inner .overlay, .inner-banner.detail-inner-f .overlay{		
	padding:70px 0 0 0;
	background-color:rgba(0,0,0,.3);
	box-shadow:inset 0px 0px 50px rgba(0,0,0,1);
}
.inner-banner .waves-r img{
	position:absolute!important;
	z-index:15!important;
	top:-250px!important;
	right:20px!important;
	height:50px!important;
	min-height:50px!important;
}
}
@media screen and (max-width: 480px) {
.inner-banner.detail-inner{
	height:150px;
}
.inner-banner img{
	min-height:150px;
}
.inner-banner.detail-inner-f img{
	width:100%;
	height:150px;
	min-height:150px;
}
.inner-banner.detail-inner .overlay, .inner-banner.detail-inner-f .overlay{
	padding:50px 0 0 0;
	background-color:rgba(0,0,0,.3);
	box-shadow:inset 0px 0px 50px rgba(0,0,0,1);
}
.overlay h1{
	font-size:24px!important;
}
.overlay h6{
	font-size:18px!important;
}
.inner-banner .waves-r img{
	position:absolute!important;
	z-index:15!important;
	top:-220px!important;
	right:20px!important;
	height:40px!important;
	min-height:40px!important;
}
}
h1, h2, h3, h4, h5{
	font-family: 'Oswald', sans-serif!important;
}
h1{
	font-weight:500!important;
	font-size:22px!important;
	color:#5f1717!important;
	padding:0!important;
	margin:0 0 10px 0!important;
	text-transform:uppercase;
}
h1 span{
	color:#ed5728;
}
h2{
	font-weight:500!important;
	font-size:22px!important;
	color:#ed5728!important;
	padding:0!important;
	margin:0 0 10px 0!important;
	text-transform:uppercase;
}
.brown{
	color:#5f1717!important;
}
h3{
	font-weight:300!important;
	font-size:20px!important;
	color:#5f1717!important;
	padding:0!important;
	margin:0!important;
}
h4{
	font-weight:500!important;
	font-size:16px!important;
	color:#5f1717!important;
	padding:0!important;
	margin:0!important;
}
h5{
	font-weight:300!important;
	font-size:16px!important;
	color:#333!important;
	padding:0!important;
	margin:10px!important;
}
form h5{
	font-size:12px!important;
	margin:10px 0 5px 0!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight:700!important;
	color:#663131!important;
}
h6{
	font-style:italic;
	color:#666!important;
	font-size:16px!important;
	line-height:28px!important;
}
.content{
	padding:40px 0
}
@media screen and (max-width: 768px) {
.content{
	padding:20px 0
}
h1{
	font-size:20px!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
h2{	
	font-size:20px!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
h3{
	font-size:16px!important;
}
h4{
	font-size:14px!important;
}
h5{
	font-size:13px!important;
}
form h5{
	font-size:11px!important;
	margin:10px 0 5px 0!important;
}
h6{
	font-size:13px!important;
	line-height:20px!important;
}
}

/*Poroject thumb*/
.pro-thumb{
	width:100%;
	height:auto;
	border: solid 1px #ed5728;
	box-shadow:1px 1px 2px rgba(0,0,0,0);
	margin:15px 0;
	position:relative;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb:hover{
	border-radius:5px;
	box-shadow:1px 1px 8px rgba(0,0,0,.2);
}
.pro-thumb a{
	display:block;
	color:#333;
}
.pro-thumb a h3{
	color:#ed5728!important;
	font-weight:500!important;
	font-size:18px!important;
}
.pro-thumb a h4{
	color:#111!important;
}
.pro-thumb a h4 i{
	margin:0 10px 0 0;
}
.pro-thumb a h5{
	font-size:14px!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight:400!important;
	line-height:22px;
	margin:5px 0!important;
}
.pro-thumb a h5 i{
	color:#ed5728;
	width:16px;
}
.pro-thumb a h6{
	font-size:14px;
}
.pro-thumb a h6 i{
	color:#ed5728;
	width:16px;
	font-size:17px;
}
.pro-thumb .pt-img{
	background-color:#f9f9f9;
	width:100%;
	height:170px;
	overflow:hidden;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
.pro-thumb a .pt-img img{
	width:100%;
	min-height:170px;
	height:auto;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb a:hover img {	
	-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.1); /*Mozilla scale version*/
	-o-transform:scale(1.1); /*Opera scale version*/	
	opacity: 1;
}
.pro-thumb .pt-cont{
	padding:10px 10px 0 10px;
}
.pro-thumb .pt-cont .status{
	background-color:#5f1717;
	display:inline-block;
	padding:0 10px;
	position:absolute;
	z-index:1;
	top:65px;
	right:10px;
	color:rgba(255,255,255,1);
	font-size:11px;
	border:solid 2px #fff;
}
.pro-thumb .pt-bottom{
	padding:8px 10px;
	background-color:#f6f6fb;
	border-top:solid 1px rgba(0,0,0,.05);
}
@media screen and (max-width: 768px) {
.pro-thumb a h4 i{
	margin:0 10px 0 0;
}
.pro-thumb a h5{
	font-size:13px!important;
	line-height:20px;
}
.pro-thumb a h5 i{
	width:15px;
}
.pro-thumb a h6{
	font-size:14px;
}
.pro-thumb a h6 i{
	width:13px;
	font-size:15px;
}
.pro-thumb .pt-cont{
	padding:10px 10px 0 10px;
}
.pro-thumb .pt-cont .status{
	top:55px;
}
.pro-thumb .pt-bottom{
	padding:10px;
	margin:10px 0 0 0;
}
}



/*Property thumb*/
.prop-th{
	width:100%;
	height:auto;
	border: solid 1px #ed5728;
	box-shadow:1px 1px 2px rgba(0,0,0,0);
	margin:15px 0;
	position:relative;
	background-color:#fff;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.prop-th:hover{
	box-shadow:1px 1px 8px rgba(0,0,0,.2);
}
.prop-th a{
	display:block;
	padding:15px;
}
.prop-th a .prp-img{
	float:right;
	width:200px;
	height:150px;
	overflow:hidden;
	margin:0 0 0 20px;
}
.prop-th a .prp-img img{
	width:100%;
	height:auto;
	min-height:150px;	
}
.prop-th a h3{
	color:#ed5728!important;
	font-weight:500!important;
	font-size:18px!important;
}
.prop-th a h4{
	color:#5f1717;
}
.prop-th a h4 i{
	margin:0 10px 0 0;
}
.prop-th a h5{
	font-size:14px!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight:400!important;
	line-height:22px;
	margin:5px 0!important;
}
.prop-th a h5 i{
	color:#ed5728;
	width:16px;
}
.prop-th a h5 span{	
	margin-right:15px!important;
}
.prop-th a h6{
	font-size:14px;
	color:#999;
}
.prop-th a h6 i{
	color:#ed5728;
	width:16px;
	font-size:17px;
}
@media screen and (max-width: 768px) {
.prop-th{
	width:100%;
	height:auto;
	border: solid 1px#ecdfdf;
	box-shadow:1px 1px 2px rgba(0,0,0,0);
	margin:15px 0;
	position:relative;
	background-color:#fff;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.prop-th:hover{
	border-radius:5px;
	box-shadow:1px 1px 8px rgba(0,0,0,.2);
}
.prop-th a{
	display:block;
	padding:15px;
}
.prop-th a .prp-img{
	float:none;
	width:100%;
	height:150px;
	overflow:hidden;
	margin:0 0 20px 0;
}
.prop-th a h5{
	font-size:13px!important;
	line-height:20px;
}
.prop-th a h6{
	font-size:12px;
}
.prop-th a h6 i{
	color:#ed5728;
	width:15px;
	font-size:13px;
}
}

.detail{
	background-color:#fff;	
	padding:50px 0;
	border-bottom:solid 5px #faf5f5;
}
.detail p{
	text-align:justify!important;	
}
.f-fix{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	height:35px;
	line-height:35px;
	background-color:#ed5728;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.f-fix.ff-h{
	display:none;
}
.f-fix a{
	float:left;
	width:50%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:15px;
}
.f-fix a:hover, .f-fix a:visited, .f-fix a:active{
	color:#fff!important;
	text-decoration:none!important;
}
.f-fix a.f-left{
	background-color:#ed5728;
}
@media screen and (max-width: 768px) {
.f-fix.ff-h{
	display:block;
}
}
.dt-img{
	background-color:#ed5728;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
	padding:5px 8px;
	box-shadow:5px 5px 0px #ed5728;	
	height:auto;
}
.dt-img img{
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari */
	padding:10px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
	width:100%;
	height:auto;
	min-height:300px;
}
@media screen and (max-width: 768px) {
.dt-img{
	float:none;
	width:100%;
	height:auto;
	margin:20px 0;
}
.dt-img img{
	min-height:inherit;
}
}
.detail ul{
	margin-left:15px;
}
.detail-types{
	width:100%;
	padding:15px;
	background: -webkit-linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	background: linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	border-top:solid 2px rgba(255,255,255,1);		
}
.detail-types ul{
	display: table;
	padding:0px;
	width:100%;
}
.detail-types ul li{
	text-align:center;
	font-size:12px;
	display: table-cell;
	color:#fff;
	padding:0 15px;
	line-height:normal;
	font-family: 'Open Sans', sans-serif!important;
	font-weight:400!important;
}
.detail-types ul li img{
	clear:both;
	width:40px;
	height:auto;
	margin:0 0 10px 0;
}
.detail-types ul li strong{
	font-size:11px;
	display:block;
	clear:both;
	font-weight:700;
	color:rgba(0,0,0,.8);
}
@media screen and (max-width: 992px) {
.detail-types{
	padding:5px;
	border-top:solid 5px rgba(255,255,255,.1);		
}
.detail-types ul{
	display: block;
	padding:0px;
	width:100%;
	text-align:center;
}
.detail-types ul li{
	text-align:center;
	float:left;
	width:33.33%;
	display: inline-block;
	color:#fff;
	padding:5px;
	font-size:9px;
}
.detail-types ul li img{
	width:25px;
	margin:10px 0 0 0;
}
}
@media screen and (max-width: 768px) {
.detail-types{
	padding:5px;
	border-top:solid 5px rgba(255,255,255,.1);
	background: -webkit-linear-gradient(45deg, #fff 0%, #fff 50%, #fff 100%);
	background: linear-gradient(45deg, #fff 0%, #fff 50%, #fff 100%);		
}
.detail-types ul{
	display: block;
	padding:0px;
	width:100%;
	text-align:center;
}
.detail-types ul li{
	text-align:center;
	float:left;
	width:48%;
	display: inline-block;
	color:#fff;
	padding:5px;
	font-size:11px;
	margin:1%;
	background-color:#ed5728;
}
.detail-types ul li strong{
	font-size:10px;
	color:#fff;
}
.detail-types ul li img{
	width:40px;
	margin:10px 0 0 0;
}
}
.detail-menu{
	width:100%;
	background: -webkit-linear-gradient(45deg, #002b44 0%, #004972 50%, #002b44 100%);
	background: linear-gradient(45deg, #002b44 0%, #004972 50%, #002b44 100%);
	border-top:solid 10px rgba(255,255,255,.1);		
}
.detail-menu ul{
	display: table;
	padding:0px;
	width:100%;
}
.detail-menu ul li{
	text-align:center;
	display: table-cell;
	color:#fff;
	padding:0 15px;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
}
.detail-menu ul li a{
	color:#fff;
	display:block;
	padding:5px 15px;
}
.detail2{
	position:relative;
}
.detail2 .d2-sign{
	position:absolute;
	z-index:1;
	left:50%;
	bottom:0;
	margin:0 0 0 -170px;
}
.detail2 .dt2-l{
	float:left;
	width:50%;
	background-color:#fff;
	padding:40px 100px 40px 40px;
}
.detail2 .dt2-r{
	float:left;
	width:50%;
	height:100%;
	padding:40px 40px 40px 120px;
}
.detail2 .dt2-r form{
	background-color:#ed5728;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
	padding:10px 25px;
	box-shadow:5px 5px 0px #ed5728;
}
.detail2 .dt2-r form .row{	
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari */
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.detail2 .dt2-r a{
	color:#333!important;
	text-decoration:underline;
}
@media screen and (max-width: 992px) {
.detail2 .d2-sign{
	display:none;
}
.detail2 .dt2-l{
	float:none;
	width:100%;
	padding:30px;
}
.detail2 .dt2-r{
	float:none;
	width:100%;
	padding:30px;
}
.detail2 .dt2-r form{
	width:100%;
	background-color:#ed5728;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	padding:5px;
}
.detail2 .dt2-r form .row{	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	padding:0px 0 10px 0!important;
	margin:0!important;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}	
}
.detail3{
	background-color:#faf5f5;
	padding:60px 0;
}


.detail4{
	position:relative;
	background:#5f1717 url(../images/detail4.jpg) no-repeat left center;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	-o-background-size: 50%;
	background-size: 50%;
	background-attachment: scroll;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,.4);
}
.detail4 .dt4-l{
	float:left;
	width:50%;
}
.detail4 .dt4-r{
	background-color:#5f1717;
	float:left;
	width:50%;
	height:100%;
	padding:50px 40px 0 40px;
	min-height:400px;
}
.detail4 .dt4-r h2{
	color:#fff!important;
}
@media screen and (max-width: 992px) {
.detail4{
	background:#5f1717 url(../images/detail4.jpg) no-repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-attachment: scroll;
}
.detail4 .dt4-l{
	float:none;
	width:100%;
	height:150px;
}
.detail4 .dt4-r{
	background-color:#5f1717;
	float:none;
	width:100%;
	height:100%;
	padding:20px 15px;
	min-height:inherit;
}
.detail4 .dt4-r h2{
	color:#fff!important;
}
}


.modal-content h3{
	font-size:26px!important;
}
.modal-header img{
	float:left;
	height:70px;
	width:auto;
	max-width:150px;
	border:solid 5px #fff;
	margin:0 20px 0 0;
}
.left-fix{
	position:fixed;
	left:0;
	z-index:2001;
	top:50%;
	width:auto;
	text-align:center;
	background-color:#fff;
	padding:2px 2px 2px 0;
	
}
.left-fix a{
	color:#fff;
	text-decoration:none;
	background-color:#ed5728;
	display:inline-block;
	display:block;
}
.left-fix a:hover, .left-fix a:visited, .left-fix a:active {
	color:#fff!important;
	text-decoration:none!important;
}
.left-fix a.share{
	float:left;
	width:35px;
	background-color:#ed5728;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}



.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: 980px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:23%;
	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{
}
.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;
}
}

.dynamic ul {
	margin:0 0 0 15px;
}
.dynamic ul li{
	text-decoration: none;
	text-align: left;
}
.dynamic ol {
	margin:0 0 0 15px!important;
}
.dynamic ol li{
	text-decoration: none;
	text-align: left;
}
.list1 {
	text-decoration: none;
	text-align: left;
}
.list1 li {
	text-decoration: none;
	list-style-type: none;
}
.list1 li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bullet6.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	border: 1px dotted #C4C0A2;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FAF9F5;
}
.list1 li img {
	float: left;
	margin-right: 5px;
}

.list1 li a:hover {
	color: #0084C4;
	text-decoration: none;
	background-color: #FFFFFF;
}
.list2 {
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
}
.list2 li {
	list-style-type: none;
	float:left;
	width:48%;
	margin:1%;
}
.list2 li a {
	color: #777777;
	text-decoration: none;
	display: block;
	font-size: 18px;
	text-align:center;
}
.list2 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 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list2 li a:hover i{
	background-color:#fff;
	color:#333;
	border:solid 3px #888;
}
.list3 {
	text-decoration: none;
}
.list3 li {
	list-style-type: none;
}
.list3 li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
}
.list3 li a:hover {
	text-decoration: underline;
}
.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;
}
.news{
}
.news li{
	list-style:none;
	margin:0 0 15px 0;
}
.news li a{
	display:block;
	border:solid 1px #ccc;
	padding:10px;
	color:#666;
}
.news li a:hover{
	background-color:#f9f9f9;
}

.amenities{	
	margin:0!important;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{	
	clear: both;
}
.amenities li{
	list-style-type: none;
	margin:20px 0;
	text-align:center;
	float:left;
	width:12.5%;
	line-height:normal;
	color:#fff;
	font-size:12px;
}
.amenities li img{
	display:block;
	clear:both;
	margin:0 auto 10px auto;
	background-color:rgba(255,255,255,1);
	width:80px;
	height:80px;
	padding:15px;
	border-radius:10px;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.downloads{	
	margin:0!important;
	text-align:center;
	width:100%;
}
.downloads:before, .downloads:after{
	display: table;
	content: "";
}
.downloads:after{	
	clear: both;
}
.downloads li{
	display:inline-block;
	list-style-type: none;
	padding:0 20px !important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:20px 0;
	text-align:center;	
	line-height:normal;
	color:#111;
}
.downloads li a{
	color:#111;
}
.downloads li img{
	clear:both;
	display:block;
	margin:5px auto;
	width:72px;
	background-color:#ed5728;
	padding:10px;
	border-radius:5px;
}

@media screen and (max-width : 992px) {
.amenities li{
	margin:20px 0;
	width:16.66%;
}
.downloads li{
	float:left;
	width:25%;
}
}
@media screen and (max-width : 768px) {
.amenities li{
	margin:10px 0;
	width:25%;
	font-size:11px;
}
.downloads li{
	float:left;
	width:46%;
}
}
@media screen and (max-width : 480px) {
.amenities li{
	width:33.33%;
	font-size:9px;
}
.downloads li{
	float:left;
	width:50%;
}
}
.box2 {
	text-align: justify;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	background-image: url(../images/box2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	color: #333333;
	text-decoration: none;
	display: block;
}
.box2:hover {
	background-color: #F5F5F5;
	background-image: none;
	text-decoration: none;
}

.box2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #073963;
	margin-bottom: 15px;
}



.box1 {
	text-align: justify;
	padding: 9px;
	border: 1px solid #eeeeee;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 3px #666666;
}




.box4 {
	background-image: url(../images/box4.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #f2f2f2;
	margin-top: 10px;
	color: #333333;
}




/* --------------------------- */
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:23%;
	margin:1%;
	float:left;
	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{
	height:50px;
}
.property-list{
	font-size:13px;
	margin:0 0 20px 0;
}
.property-list strong{
	color: #00aec4;
}
.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%;
}
}




.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#f4f9fc;
	border:solid 1px #ecdfdf;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	box-shadow:5px 5px 5px rgba(0,0,0,.0);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #f4f9fc;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	border-bottom:solid 1px #ecdfdf;
	border-right:solid 1px #ecdfdf;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}

.pro-map{
}
.pro-map iframe{
	width:100%!important;
	height:350px!important;
	padding:5px;
	background-color:#fff;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
.maps{
}
.maps li{
	list-style:none;
	float:left;
	width:33.33%;
}
.maps li a{
	text-decoration: none;
	color: #333;
	font-size:12px;
	font-weight: bold;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding:5px 0 5px 20px;
	line-height:25px;
}
.img-r{
	float:right;
	margin:0 0 0 15px;
}
.img-r img{
	width:auto;
	max-width:230px;
	height:auto;
}
.img-l{
	float:left;
	margin:0 25px 0 0;
	width:auto;
	max-width:300px;
}
@media screen and (max-width: 980px) {
.img-l{
	width:auto;
	max-width:100%;
	height:auto;
}
}
@media screen and (max-width: 980px) {
.maps{
}
.maps li{
	list-style:none;
	float:left;
	width:50%;
}
.maps li a{
	text-decoration:none;
}
}
@media screen and (max-width: 480px) {
	
.maps{
}
.maps li{
	list-style:none;
	float:none;
	width:100%;
}
.maps li a{
	text-decoration:none;
}

.img-r{
	float:none;
	margin:0;
}
.img-r img{
	width:100%;
	max-width:100%;
	height:auto;
}
}
.page_nation {
	text-decoration: none;
	line-height: 25px;
}
.page_nation a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #333333;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

.page_nation {
	text-decoration: none;
	line-height: 25px;
}
input[type="text"] {
	background-color: rgba(255,255,255,1);
	font-size: 12px;
	border:solid 1px #ecdfdf;
	color: #666;
	padding: 0 10px 0 30px;
	height:35px;
	width: 100%;
	margin:0 0 20px 0!important;
	border-radius:2px;
}
input[type="password"] {
	background-color: rgba(255,255,255,1);
	font-size: 12px;
	border:solid 1px #ecdfdf;
	color: #666;
	padding: 0 10px 0 30px;
	height:35px;
	width: 100%;
	margin:0 0 18px 0!important;
	border-radius:2px;
}
textarea{
	background-color: rgba(255,255,255,1);
	font-size: 12px;
	border:solid 1px #ecdfdf;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 10px 0 30px;
	height:80px;
	width: 100%;
	text-decoration: none;
	margin:0 0 18px 0!important;
	font-family: 'Open Sans', sans-serif;
	border-radius:2px;
}
select {
	background-color: rgba(255,255,255,1);
	font-size: 12px;
	border:solid 1px #ecdfdf;
	color: #666;
	height:35px;
	width: 100%!important;
	margin:0 0 20px 0!important;
	border-radius:2px;
}
input[type="submit"] {
	background: -webkit-linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	background: linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	display:inline-block;
	line-height:35px;
	padding:0 30px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	border:0;
	border-radius:2px;
}
input[type="submit"]:hover {
	background: -webkit-linear-gradient(45deg, #5f1717 0%, #5f1717 50%, #5f1717 100%);
	background: linear-gradient(45deg, #5f1717 0%, #5f1717 50%, #5f1717 100%);
	color:#fff!important;
}
input[type="checkbox"][readonly] {
  pointer-events: none;
}
.captcha {
	border: 1px solid #ecdfdf;
	float: left;
	width:100%;
	line-height:34px;
	padding:0 10px;
	margin:0 0 20px 0!important;
	background-color:#fff;
}
.captcha iframe{
	margin:0 10px 0 0;
	float:left;
}
.captcha a{
	color: #5f1717;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 5px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}
.full-btn{
	display:block!important;
	width:100%!important;
}
.btn1 {
	background: -webkit-linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	background: linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	display:inline-block;
	line-height:35px;
	padding:0 30px;
	color:#fff!important;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	border:0;
	border-radius:2px;
}
.btn1:hover{	
	background: -webkit-linear-gradient(45deg, #5f1717 0%, #5f1717 50%, #5f1717 100%);
	background: linear-gradient(45deg, #5f1717 0%, #5f1717 50%, #5f1717 100%);
	color:#fff!important;
}
.btn-file {
	position: relative;
	overflow: hidden;
	font-size:12px;
	font-weight:normal!important;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding: 0 10px;
	border: 1px solid #ccc;
	margin:0 0 10px 0;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #ddd;
  cursor: inherit;
  display: block;
}
.tbl1 {
	text-decoration: none;
	border:solid 1px rgba(0,0,0,.1);	
}

.tbl1 td {
	text-align:center;
	padding: 5px;
	line-height:32px;
	text-decoration: none;
	font-size:14px!important;
	border:solid 1px rgba(0,0,0,.1);
}
.tbl1 th {
	text-align:center;
	line-height:32px;
	padding: 5px;
	text-decoration: none;
	background-color: #ed5728;
	color:#fff;
	font-size:16px!important;
	border:solid 1px rgba(0,0,0,.1);
}
.tbl1 td a{
	background-color:#ed5728;
	display:inline-block;
	padding:0px 15px;
	line-height:30px;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight:400!important;
	color:#fff!important;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
}
.tbl1 td a:hover{
	background-color:#111;
	color:#fff!important;
}

@media screen and (max-width: 768px) {	
.tbl1 {
	text-decoration: none;
	font-size:10px;
	line-height:normal;
}

.tbl1 td {
	padding: 2px;
	text-decoration: none;
	background-color: #FFFFFF;
}
.tbl1 th {
	padding: 2px;
	text-decoration: none;
}
}

.bottom_mar {
	text-align: left;
	background-image: url(../images/search_bg.gif);
	height: 71px;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 10px;
}
.bottom_mar img {
	border: 1px solid #CCCCCC;
}
.bottom_mar a {
	color: #FFFFFF;
	text-decoration: none;
}

.presence{
	text-align:center;
	margin:20px 0;
	border:solid 1px #ddd;
	border-radius:5px;
	padding:15px;
}
.presence i{
	width:70px;
	height:70px;
	line-height:70px;
	font-size:40px;
	border-radius:50%;
	background-color:#ed5728;
	color:#fff;
	margin:0 0 15px 0;
}
.presence h3{
	margin:0 0 5px 0!important;
}
.presence h6{
	font-size:15px!important;
	line-height:150%!important;
	color:#333!important;
}
.presence h6 a{
	color:#333!important;
}
.footer2 {
	background: -webkit-linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	background: linear-gradient(45deg, #ed5728 0%, #f38420 50%, #ed5728 100%);
	padding:30px 0 0 0;
	font-size:13px;
}
.footer2 h4{
	font-size:20px!important;
	text-transform:uppercase;
	color:#fff!important;
	font-weight:600;
	padding:0 0 0 0!important;
	margin:0 0 15px 0!important;
}
.footer2 h4 i{
	width:25px;
}
.footer2 h6{
	font-size:13px!important;
	line-height:normal!important;
	color:rgba(255,255,255,.9)!important;
	margin:25px 0 0 0!important;
	text-align:justify;
}
.footer2 .social{
	text-align:left;
	margin:0;
}
.footer2 .social ul{
	text-align:left;
	display:inline-block;
}
.footer2 .social ul li{
	list-style:none;
	float:left;
	margin:0 0px;
	border:0;
}
.footer2 .social ul li a i{
	width:45px;
	height:45px;
	font-size:14px;
	line-height:41px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,255,255,0);
	border:solid 2px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.footer2 ul{
	margin:0 0 0 0;
}
.footer2 ul li{
	list-style:none;
	line-height:normal;
	padding:10px 0;
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(255,255,255,1);
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,.8);
}
.footer2 .f-logo{
	width:auto;
	height:auto;
	max-width:90%;
}
footer{
	background-color:rgba(0,0,0,.1);
	padding: 10px 0;
	position: relative;
	color: rgba(255,255,255,1);
	font-size:13px;
	text-align:center;
	margin:30px 0 0 0;
}
footer a{	
	color: rgba(255,255,255,1);
	text-decoration:none;
}
@media screen and (max-width: 768px) {

.footer2 {	
	padding:10px 0 30px 0;
	font-size:12px;
}
.footer2 h4{
	font-size:18px!important;
	text-transform:uppercase;
	color:#fff!important;
	padding:0 0 0 0!important;
	margin:20px 0 5px 0!important;
}
.footer2 ul li{
	padding:7px 0;
}
.footer2 ul li i{
	font-size:18px;
}
.footer2 ul.f-type2{
	margin:0 0 0 0;
}
.footer2 ul.f-type2 li{
	list-style:none;
	line-height:normal;
	padding:10px 0;
	float:left;
	margin:0 20px 0 0;
}
.footer2 ul.f-type2:before, .footer2 ul.f-type2:after{
	display: table;
	content: "";
}
.footer2 ul.f-type2:after{	
	clear: both;
}

footer{
	font-size:11px;
	text-align:center;
	margin:20px 0 0 0;
}
}


.breadcrumb {
	z-index:5!important;
	width:auto;
	position:absolute;	
	bottom:0;
	padding: 0px 10px!important;
	margin-bottom: 15px!important;
	background-color: rgba(0,0,0,.3)!important;
}
.breadcrumb > li {
  display: inline-block;
  font-size:13px;
  text-shadow:0px 0px 3px rgba(0,0,0,1);  
}
.breadcrumb > li a{
  color:#fff;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #8ecf38!important;
}
@media screen and (max-width: 600px) {
.breadcrumb {
	display:none;
}
}



#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	width:80%;
	background-color:#fff;
	position:static!important;
	height:auto;
	max-height:60%;
	margin:8% auto 0 auto;
	padding:30px;
	text-align:justify;
	line-height:24px;	
	box-shadow:0 0 0 25px rgba(0,0,0,.2);
	font-size:13px!important;
	line-height:22px!important;
	/*overflow-y:scroll;*/
}
#fixme-bottom .arb{
	background-color:#fff;
	width:50px;
	height:auto;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	color:#F60;
	margin:-25px auto 0 -25px;
	display:inline-block;
	z-index:222222222;
	position:absolute;
	left:50%;
	border:solid 1px #ccc;
	border-bottom:0;
	display:none;
}
#fixme-bottom .d-msg h3 {
	margin:0 0 10px 0!important;
	border-left:solid 3px #ccc;
	padding:0 0 0 10px!important;
}
#fixme-bottom .d-msg .agree {
	background-color:#C30;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:15px 0 0 0;
	cursor:pointer;
}
@media screen and (max-width : 768px) {
#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:700px!important;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	overflow-y:scroll;
	width:90%;
	margin:15% auto 0 auto;
	box-shadow:0 0 0 10px rgba(0,0,0,.2);
	padding-bottom:50px;
}
#fixme-bottom .arb{	
	display:block;
}
#fixme-bottom .d-msg .agree {
	margin:15px 0 50px 0!important;
	cursor:pointer;
}
}
.right-fix{
	position:fixed;
	right:-67px;
	z-index:999;
	top:30%;
	width:170px;	
	text-align:center;
	background-color:#882626;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight:400!important;
}
.right-fix a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix a:hover{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix a:hover, .right-fix a:visited, .right-fix a:active{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix2{
	position:fixed;
	right:-67px;
	z-index:999;
	top:60%;
	width:170px;	
	text-align:center;
	background-color:#d34519;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight:400!important;
}
.right-fix2 a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix2 a:hover{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix2 i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.fix-call{
    position:fixed;
    left:0;
    bottom:10px;
    width:100%;
    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;
    font-size:32px;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
}
.fix-call a .fa{
    color:#fff !important;
    font-size:36px!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,.5);
	background-color:#5f1717;
}
.fix-call a .fa-volume-control-phone{
	background-color:#5f1717;
}
.fix-call a .fa-whatsapp{
	background-color:#339900;
	font-size:42px!important;
}
.fix-call a .fa-envelope-open-o{
	background-color:#5f1717;
}
.fix-call.common{
	display:block;
}
.fix-call.project{
	display:none;
}
.fix-call.property{
	display:none;
}
.fix-call.floor{
	display:none;
}
.fix-call.plot{
	display:none;
}
@media screen and (max-width : 768px) {
.right-fix{
	position:fixed;
	right:-65px;
	top:30%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.right-fix2{
	position:fixed;
	right:-65px;
	top:60%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
    background-color:#882626!important;
    text-align:center;
    padding:0;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .1)!important;
	text-align:center;
}
.fix-call a{
    color:#fff !important;
    font-size:20px;
	height:40px;
	display:inline-block;
	width:31%;
	text-align:center;
	line-height:40px;
}
.fix-call a.wa{
    background-color:rgba(255,255,255,.1);
}
.fix-call a .fa{
    color:#fff !important;
    font-size:26px!important;
	width:35px!important;
	height:40px!important;
	line-height:40px!important;
	border-radius:100%;
	display:inline-block;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
}
.fix-call a .fa-volume-control-phone{
	background-color:rgba(255,255,255,0);
}
.fix-call a .fa-whatsapp{
	background-color:rgba(255,255,255,0);
	font-size:32px!important;
}
.fix-call a .fa-envelope-open-o{
	background-color:rgba(255,255,255,0);
}
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	position:relative;
}
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding:10px;
	margin:10px;
	background:#fff;
	color:#666;
	box-shadow:inset 0px 0px 0px 5px #ddd;
}
.MultiCarousel .MultiCarousel-inner .item > div img{
	width:auto;
	height:70px;
	max-width:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.MultiCarousel .MultiCarousel-inner .item > div:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.MultiCarousel .MultiCarousel-inner .item > div:hover{
	box-shadow:inset 0px 0px 0px 5px #ed5728;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst{
  position: absolute;
  border:0;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height:40px;
  margin-top:-20px;
  color: #ed5728 !important;
  text-align: center;
  opacity: 1;
  font-size:16px;
  background-color:#fff;
  border:solid 2px #ed5728;
}
.MultiCarousel .leftLst { left:0px; }
.MultiCarousel .rightLst { right:0px; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background:#fff;
	color:#ed5728!important;
}