@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700);
@import url(https://fonts.googleapis.com/css?family=Italianno);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i);
@import url(https://fonts.googleapis.com/css?family=Nunito&display=swap);

 
 
.italic {
	font-style: italic;
}

.priv-font {
 font-family: 'Nunito', sans-serif; letter-spacing: 4px;
}

.big-gold {
font-size: 36px;
color: #926f4a;
letter-spacing: -2px;
margin: 50px 0;
line-height: 1.1em;
}


.home-panel-sell { background: url("/images/box-sell.jpg") no-repeat top center; }
.home-panel-buy { background: url("/images/box-buy.jpg") no-repeat top center; }

.half-height { height: 50%; display: block; }

.full-height { height: 100%; display: block; }
 
.home-panel-table { display: table; height: 100%; width: 100%; }

.home-panel-table-cell { display: table-cell; vertical-align: middle; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); }

a:hover.home-panel-table-cell { background: transparent; }

.home-panel-table-cell p { text-align: center; margin: 0; color: #fff; font-size: 1.2em; line-height: normal; }

.home-panel-table-cell p strong { font-size: 1.8em; }

.home-panel { height: 100%; padding: 0; outline: 5px solid #fff; background-size: cover; }

.home-panel { height: 300px; }


@media (max-width: 991px) {  
   
}





.value-button {
 	background-color: #0c2244;
  	color: #906f48!important;
	padding: 20px;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border: solid 1px #0c2244;
  }
  
 

  .value-button:hover{
	color: #fff!important;
	text-decoration: none!important;
	border: solid 1px #906f48;
	transition: .5s;
  }



 
#privilege-body a{
	color:#926f4a;
}
#privilege-body  a:hover{
	color:#a17f5b;
}  

#property-search2 h3 {
	color:#fff!important;
}

#property-search2 a {
	color:#fff!important;
}
#property-search3 a {
	color:#fff!important;
}

#property-search2 .btn-primary {
     background: #072243!important;
 }

 #property-search3 .btn-primary {
	background: #072243!important;
}

#property-search2 p  {
	color: #fff!important;
}

#property-search3 p  {
	color: #fff!important;
}

#privilege-body .DetailsBut {
    background:  #072243!important;
    color: #FFFFFF;
 }

.logo-top {
 position: absolute;
 left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.logo-top2 {
	position: absolute;
	left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   }

.privilege-button {
	position: absolute;
 	z-index:1000;
}


/*- - - - - - - - - - - - - - - - - - - -
	BODY
- - - - - - - - - - - - - - - - - - - - */

.blog-image {
	margin-top: 30px;
}
body{
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.7em;
	color:#727272;
	margin:0;
	padding:0;
}
.list-green {
	
}
.list-gold {
	color:  #8f6e47!important;
	font-family: 'Libre Baskerville', serif!important; 
	font-weight:100!important;
 }


/* header and footer colour change */
.header-main {
	background: #000!important;
 }
.footer-main {
	background: #000;
}
.header-privilege {
	background: #072243!important;
 }
.footer-privilege {
	background: #072243;
}


.header-main #mainmenu a {
	
}

.green-link {
	color: #94c11f;
}

.header-privilege #mainmenu a {
	color: #926f4a;
}
/* header and footer colour change */





/*- - - - - - - - - - - - - - - - - - - -
	HEADER
- - - - - - - - - - - - - - - - - - - - */
header{
 }

header .header-info{
	background:#f5f5f5;
	border-bottom:solid 1px #ddd;
	padding:5px 0 5px 0;
}

header.clone {
	width:100%;
    position:fixed;
    top:-126px;
    transition:0.2s top ease-in;
	display:none;
}
header.clone #logo{
	/*display:none;*/
}
header.clone .header-info{
	display:none;
}
body.down header.clone {
    top:0;
    left:0;
    right:0;
    z-index:999;
}

body.down .clone{
	display:block;
}

.quote-container {

  position: relative;
}

.note {
     color: #333;
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    height: 260px;
    font-size: 22px;
    box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}

.yellow {
  background: #eae672;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1;
}

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';

  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;

  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);

  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}

.margin-bot{margin-bottom: 40px;}


/*- - - - - - - - - - - - - - - - - - - -
	SUBHEADER
- - - - - - - - - - - - - - - - - - - - */
#subheader{
	padding:10px 0 10px 0;
	background: url(../img/bg-subheader.jpg) top center no-repeat #eee;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
#subheader h1{
	letter-spacing:-2px;
	font-size:32px;
}
#subheader span{
	display:inline-block;
	padding-top:20px;
	font-size:16px;
}

/*- - - - - - - - - - - - - - - - - - - -
	BREADCRUMB
- - - - - - - - - - - - - - - - - - - - */
.crumb{
	float:right;
	display:inline-block;
	font-size:13px;
}

.crumb .separator{padding:0 10px 0 10px;}
/*- - - - - - - - - - - - - - - - - - - -
	HEADING
- - - - - - - - - - - - - - - - - - - - */
h1,h2{font-weight:lighter;}
h3,h4,h5,h6{font-weight:500; color:#333;}
h1.h1-style{
	letter-spacing:-2px;
	font-weight:lighter;
}
h3.title{
	font-size:20px;
	font-weight:600;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
h2{
	font-size:42px;
	color:#61D2D6;
	letter-spacing:-2px;
	line-height:inherit;
	margin-top:0;
}
h3.title-property{margin:0;}
h3{
	letter-spacing:-1px;
	margin-top:0;
}


/*- - - - - - - - - - - - - - - - - - - -
/* link
/*- - - - - - - - - - - - - - - - - - - - */
a{
	color:#61D2D6;
}
a:hover{
	color:#8fd300;
} 


/* logo
/*- - - - - - - - - - - - - - - - - - - - */
 
#logo .inner{
	display:inline-block;
}


/*- - - - - - - - - - - - - - - - - - - -
/* content
/*- - - - - - - - - - - - - - - - - - - - */
#content{
	padding:40px 0 40px 0;
}

/*- - - - - - - - - - - - - - - - - - - -
	css transition
- - - - - - - - - - - - - - - - - - - - */
#mainmenu a{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
  	-webkit-transition:.5s;
 	 transition:.5s;
}


a.accordion-toggle{
}
.accordion-heading,
.accordion-inner{
}

.btn-primary{
	text-shadow:none;
	background:#61D2D6;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;

}
.btn-primary:hover{
}

/*- - - - - - - - - - - - - - - - - - - -
	MAINMENU
- - - - - - - - - - - - - - - - - - - - */
#mainmenu-container{
	text-align:center;
	width:100%;
	
}
#mainmenu {
  font-weight:400;
  font-size:14px;
  letter-spacing:0px;
  display:inline-block;
  text-align:center;
  margin-bottom:0px;
  margin-left:0px;
  z-index: 20000;
}

#mainmenu ul {
  float:right;
  margin:0px 0px;
  padding:0px 0px;
  height:30px;
}

#mainmenu li {
  margin:0px 0px;
  padding:0px 0px;
  float:left;
  display:inline;
  list-style:none;
  position:relative;
}

#mainmenu a {
  display:block;
  padding:10px 9px 10px 9px;
  text-decoration:none;
  font-weight: 600;
}

#mainmenu a:hover{
	color:#fff;
}

#mainmenu li li {
	font-size:14px;
}

#mainmenu li li a{
	padding:10px 15px 10px 15px;
	background:#61D2D6;
	border-top:none;
	text-transform:none;
	letter-spacing:normal;
}

#mainmenu li li a:hover{
	border-top:none;
}

#mainmenu li li a:hover {
	color:#fff;
 	background:#61D2D6;
}

#mainmenu li ul {
  width:170px;
  height:auto;
  position:absolute;
  top:100%;
  left:0px;
  z-index:10;
  display:none;
}

#mainmenu li li {
  display:block;
  float:none;
}

#mainmenu li:hover > ul {
  display:block;
}

#mainmenu li ul ul {
  left:100%;
  top:0px;
}

#mainmenu li:hover a {
	color:#fff;
	background:#555;
}

#mainmenu select {padding:10px; height:36px; font-size:14px; border:none; background:#ff4200; color:#fff;}
#mainmenu select option{padding:10px;}







/*- - - - - - - - - - - - - - - - - - - -
/* footer
/*- - - - - - - - - - - - - - - - - - - - */
footer{
	padding:30px 0 30px 0;
	background:#eee;
}
footer ul{
	margin:0;
	padding:0;
	float:right;
}
footer li{
	display:inline;
	padding:0 10px 0 0;

}

.subfooter{
	border-top:solid 1px #ddd;
	padding-top:30px;
	margin-top:20px;
}
/*- - - - - - - - - - - - - - - - - - - -
	jquery toTop
- - - - - - - - - - - - - - - - - - - - */
#toTop { z-index:1555; display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-999px;	background:url(../img/ui.totop.png) no-repeat left top;}
#toTopHover {background:url(../img/ui.totop.png) no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;}
#toTop:active, #toTop:focus {outline:none;}


/*- - - - - - - - - - - - - - - - - - - -
	widget
- - - - - - - - - - - - - - - - - - - - */
.widget{margin-bottom:30px;}
.widget h4.title{ padding-bottom:10px;}
.widget ul{list-style:none; margin:0;}
.widget_category li { margin-bottom:5px;}
.widget_category li i{margin-right:10px;}
.widget_recent_post li { padding-left:20px; background:url(../images/list-arrow.png) left 2px no-repeat; border-bottom:solid 1px #ddd; padding-bottom:7px; margin-bottom:5px;}
.widget_recent_post li a{color:#555;}
.widget .comments li { padding-left:20px; background:url(../images/list-arrow.png) left 2px no-repeat; border-bottom:solid 1px #ddd; padding-bottom:7px; margin-bottom:5px;}
.widget_tags li{display:inline-block; margin-right:0px; margin-bottom:11px;}
.widget_tags li a{ text-decoration:none; border:solid 1px #ccc; text-shadow:none; border-radius:2px; margin-bottom:5px; -moz-border-radius:2px; -webkit-border-radius:2px; background:#fff; padding:5px 10px 5px 10px;}
.widget_tags li a:hover{background:#d35c3a; color:#fff; }


/*- - - - - - - - - - - - - - - - - - - -
	map
- - - - - - - - - - - - - - - - - - - - */
.map{margin-top:40px;}
.map iframe{width:100%; height:320px; border:solid 1px #ccc; padding:2px; background:#fff;}
#map-container iframe{width:100%; height:360px;}
.map-tab iframe{width:100%; height:400px;}

/*- - - - - - - - - - - - - - - - - - - -
	blockquote
- - - - - - - - - - - - - - - - - - - - */
blockquote {
  margin: 1.5em 10px;
  padding: 30px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
    content: "\201C";

}
blockquote p {
  display inline;
}
blockquote span{
	font-family:"Open Sans", Arial;
	display:block;
	margin-top:10px;
}



/*- - - - - - - - - - - - - - - - - - - -
/* blog */
/*- - - - - - - - - - - - - - - - - - - - */
.blog-list{ margin-top:-10px; margin:0; padding:0;}
.blog-list li{margin-bottom:20px; list-style:none;  background:url(../images/dotwhite50.png);  line-height:1.7em; padding-bottom:40px;}
.blog-header .by{display:inline-block; float:left;  background:url(../images/icon-user.png) left center no-repeat; padding-left:24px;}
.blog-header .cat{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
.blog-header .news-date{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
/* blog list */
.blog-list li{margin-bottom:40px;}
.blog-list .info{position:absolute; width:90px; }
.blog-list .date{ text-shadow:none;text-shadow:none; text-align:center; padding:10px 0 10px 0;}
.blog-list .date h4{font-size:40px;}
.blog-list .date span{letter-spacing:8px; padding-left:5px;}
.blog-list a.readmore{ display:block; width:60px; height:40px; background:url(../images/arrow-2.png) right center no-repeat #555;}
.blog-list a.readmore:hover{ background:url(../images/arrow-2.png) left center no-repeat #E1704B;}
.blog-list .preview{padding-left:100px; line-height:1.6em;}
.blog-list .meta-info{margin:10px 0 0 80px; font-size:13px; padding:5px 0 5px 0; border-top:dotted 1px #ccc; border-bottom:dotted 1px #ccc;}
.blog-list .meta-info span{ padding:0 10px 0 10px; color:#ccc;}
.blog-list .preview img{padding-bottom:10px; width:100%;}
.blog-list .callbacks_container{margin-bottom:-35px;}


/*- - - - - - - - - - - - - - - - - - - -
/* blog single */
/*- - - - - - - - - - - - - - - - - - - - */
.blog-read{ margin-top:-10px; margin:0; padding:0;}
.blog-read{margin-bottom:20px; list-style:none;  background:url(../images/dotwhite50.png);  line-height:1.7em; padding-bottom:40px;}
.blog-header .by{display:inline-block; float:left;  background:url(../images/icon-user.png) left center no-repeat; padding-left:24px;}
.blog-header .cat{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
.blog-header .news-date{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
/* blog list */
.blog-read {margin-bottom:40px;}
.blog-read .info{position:absolute; width:60px; }
.blog-read .date{ text-shadow:none;text-shadow:none; text-align:center; padding:10px 0 10px 0;}
.blog-read .date h4{font-size:40px;}
.blog-read .date span{letter-spacing:8px; padding-left:5px;}
.blog-read a.readmore{ display:block; width:60px; height:40px; background:url(../images/arrow-2.png) right center no-repeat #555;}
.blog-read a.readmore:hover{ background:url(../images/arrow-2.png) left center no-repeat #E1704B;}
.blog-read .preview{padding-left:80px; line-height:1.6em;}
.blog-read .meta-info{margin:10px 0 0 80px; font-size:13px; padding:5px 0 5px 0; border-top:dotted 1px #ddd; border-bottom:dotted 1px #ddd;}
.blog-read .meta-info span{ padding:0 10px 0 10px; color:#ccc;}
.blog-read .preview img{padding-bottom:10px; width:100%;}
.blog-read .callbacks_container{margin-bottom:-35px;}
/* blog comment */
#blog-comment{ margin-left:70px;}
#blog-comment h5{margin-bottom:10px;}
#blog-comment ul, #blog-comment li{list-style:none; margin-left:-30px; padding-left:0;}
#blog-comment li{min-height:70px; padding-bottom:10px; margin-bottom:10px; padding-bottom:20px; border-bottom: solid 1px #ddd;}
#blog-comment li .avatar{position:absolute; margin-top:5px; width:60px; height:60px;}
#blog-comment .comment{ margin-left:85px; }
#blog-comment li{min-height:70px; font-size:14px; line-height:1.6em; }
#blog-comment li li{ margin-left:55px; padding-bottom:0px; margin-top:20px; padding-top:10px; border-top: solid 1px #ddd; border-bottom:none;}
#blog-comment li li .avatar{position:absolute; }
#blog-comment li li .comment{ }
.comment-info {margin-left:85px; margin-bottom:5px;}
.comment-info span{}
.comment-info .c_name{ display:block; font-weight:700; color:#555;}
.comment-info .c_reply{  padding-left:20px; margin-left:20px; border-left:solid 1px #ddd; font-size:12px;}
.comment-info .c_date{  font-size:12px;}
/* comment form */
#commentform label{ display:block;}
#commentform input{width:290px;}
#commentform input:focus{border:solid 1px #999; background:#fff;}
#commentform textarea{width:97%; padding:5px; height:150px;}
#commentform textarea:focus{border:solid 1px #999; background:#fff;}
#commentform input.btn{ width:auto;}


/*- - - - - - - - - - - - - - - - - - - -
/* contact */
/*- - - - - - - - - - - - - - - - - - - - */
.error { width:280px; display: none;color:#C03; font-size:12px; margin-bottom:10px;}
.success { display: none; padding:2px 10px 2px 10px; background:#E5EAD4; color:#555; width:280px;  font-size:12px;}
.error img { vertical-align:top; }
.full{ width:98%;}


/* - - - - - - - - - - - - - - - - - - - -
	gallery
/* - - - - - - - - - - - - - - - - - - - - */
#gallery .item{
	text-align:center;
	margin-bottom:30px;
	background:#f5f5f5;
	padding-bottom:15px;
	font-size:12px;
}
#gallery .item h4{
	font-size:16px;
	margin-bottom:0;
}

/* - - - - - - - - - - - - - - - - - - - -
	jquery isotope
/* - - - - - - - - - - - - - - - - - - - - */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#filters{padding:0; margin:0; margin-bottom:20px;}
#filters li{display:inline-block; margin-right:3px;  margin-bottom:20px; }
#filters a{color:#fff; padding:5px 10px 5px 10px; color:#555; border:solid 1px #ddd; text-decoration:none;}
#filters a:hover{ border:solid 1px #61D2D6;}
#filters a.selected{ background:#61D2D6; border:solid 1px #61D2D6; color:#FFF;}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/*- - - - - - - - - - - - - - - - - - - -
	hr
- - - - - - - - - - - - - - - - - - - - */
hr{
	border:none;
	height:60px;
	background:url(../img/divider-1.png) center no-repeat;
	clear:both;
}
hr.blank{
	background:none;
	margin:0;
	height:30px;
}

/*- - - - - - - - - - - - - - - - - - - -
	address
- - - - - - - - - - - - - - - - - - - - */
address span{
    display:block;
}
address span strong{
    display:inline-block;
    width:60px;
}


/*- - - - - - - - - - - - - - - - - - - -
	title
- - - - - - - - - - - - - - - - - - - - */
.text-title{
	margin-bottom:20px;
	text-align:center;
}
.text-title h2{
	font-family: 'Italianno', Arial, Helvetica, sans-serif;
	font-size:60px;
	letter-spacing:normal;
}

/*- - - - - - - - - - - - - - - - - - - -
/* BLOG LIST
/*- - - - - - - - - - - - - - - - - - - - */
.bloglist-small {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bloglist-small li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .bloglist-small li h5 {
            margin-bottom: 5px;
        }

        .bloglist-small li .txt {
            padding-left: 80px;
        }

        .bloglist-small li .read {
            display: block;
            margin-bottom: 5px;
        }

        .bloglist-small li .info {
            display: block;
            margin: 0;
            font-size: 11px;
            color: #aaa;
        }

    .bloglist-small img {
        position: absolute;
    }

.date-box {
    width: 60px;
    position: absolute;
    text-align: center;
	border:solid 1px #ddd;
}

    .date-box .day {
        display: block;
        font-size: 24px;
        padding: 12px 0 12px 0;
    }

    .date-box .month {
		font-size:12px;
        display: block;
		color:#fff;
        background:#8fd300;
    }


/*- - - - - - - - - - - - - - - - - - - -
/* FEATURED BOX
/*- - - - - - - - - - - - - - - - - - - - */
.featured-box{
	padding:20px;
	border:solid 1px #ddd;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.featured-box.dark{
	background:#777;
}


.featured-box.darker{
	background:#555;
}

.featured-box h3{
	margin-bottom:0px;
}


.featured-box i{
	position:absolute;
	display:inline-block;
	color:#8fd300;
	border:solid 2px #8fd300;
	background:#fff;
	padding:25px;
	border-radius:50px;
	width:24px;
	height:24px;
}

.featured-box .text{
	padding-left:100px;
}


/*- - - - - - - - - - - - - - - - - - - -
	FLEXSLIDER
- - - - - - - - - - - - - - - - - - - - */
.flexslider {
	margin:0;
	padding:0;
	border:none;
	box-shadow:none;
}

.main-slider {
}

.main-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
	z-index:100;
}

	.main-slider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

	.main-slider .slider-info{
		position: absolute;
		bottom:0px;
	}

	.main-slider .slider-info h1{

	}

	.main-slider .slider-info .text{
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:solid 1px #fff;
	}

	.main-slider .slider-info .inner {
		width:400px;
		z-index: 10;
		padding: 20px 30px 20px 30px;
		color:#fff;
		background:url(../img/bg-trans.png);
		line-height:1.8em;
		margin:40px;
		margin-left:0;
		margin-bottom:-60px !important;
	}

	.main-slider .slider-info span{
		display:inline-block;
		margin-bottom:10px;
		font-size:16px;
	}

	.main-slider .slider-info span.label-sale{
		background:#8fd300;
		padding:0px 10px 0px 10px;
		font-weight:bold;
		font-size:16px;
		color:#fff;
	}

	.main-slider .slider-info span.label-rent{
		background:#61D2D6;
		padding:0px 10px 0px 10px;
		font-weight:bold;
		font-size:16px;
		color:#fff;
	}

	.main-slider .slider-info span.price{
		font-size:22px;
		padding-bottom:10px;
		margin-bottom:5px;
	}

	.main-slider .slider-info span.more{
		float:right;
	}

    .main-slider .slider-info h1 {
		color:#fff;
        display: inline-block;
    }

    .main-slider .slider-info .text1 {
        background: #469159;
        color: #fff;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }


#testimonial{
	background:url(../img/bg-blur-1.jpg) top no-repeat;
}
.testi-slider  {
	text-align:center;
    margin: 0;
    padding: 60px 20px 60px 20px;
    font-size:28px;
    font-weight: normal;
    font-family: "PT Sans";
    color: #fff;
	background:none;
}

.testi-slider li{
	line-height:1.2em;
	font-style:italic;
}
.testi-slider span{
	display:block;
	text-align:center;
	font-size:14px;
	margin:10px 0 0 0;
}



/*- - - - - - - - - - - - - - - - - - - -
	MENU
- - - - - - - - - - - - - - - - - - - - */
.menu-item .text{
	padding:20px;
	padding-top:10px;
	border:solid 1px #ddd;
	border-top:none;
	background:#fff;
}
.menu-item .price{
	padding:10px;

	background:#CCA366;
	color:#fff;
	font-size:16px;
	padding:5px 20px 5px 20px;
	display:inline-block;
	margin-top:10px;
}

.menu-item-1{
	margin:0;
	padding:0;

}
.menu-item-1 li{
	list-style:none;
	margin-bottom:20px;
	min-height:80px;
	padding-bottom:20px;
	border-bottom:solid 1px #f2f2f2;
}
.menu-item-1 .text{
	padding-left:145px;
}
.menu-item-1 h4{
	margin:0 0 5px 0;
}

.menu-item-1 .price{
	float:right;
	background:#CCA366;
	display:inline-block;
	color:#fff;
	padding:2px 10px 2px 10px;
}
.menu-item-1 img{
	width:120px;
	float:left;
}

.menu-list-2{
	margin:0;
	padding:0;
}

.menu-list-2 li {
	list-style:none;
	min-height:130px;
	margin-bottom:20px;
}

.menu-list-2 li img{
	width:160px;
	height:auto;
	position:absolute;
}

.menu-list-2 li .text{
	padding-left:185px;
}

.menu-list-3{
	margin:0;
	padding:0;
}

.menu-list-3 li{
	list-style:none;
	margin-bottom:30px;
}

.menu-list-3 .price{
	float:right;
	background:#CCA366;
	display:inline-block;
	color:#fff;
	padding:2px 10px 2px 10px;
}


/*- - - - - - - - - - - - - - - - - - - -
	TAB
- - - - - - - - - - - - - - - - - - - - */
.lt_tab {
}

    .lt_tab .lt_nav {
        overflow: hidden;
        padding-left: 0;
        margin: 0;
        padding: 0;
		font-weight:bold;
    }

        .lt_tab .lt_nav li {
            float: left;
            list-style: none;
            background: #EEE;
            margin-right: 5px;
        }

            .lt_tab .lt_nav li span {
                padding: 8px 16px 8px 16px;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
                display: block;
                background: #f5f5f5;
                text-decoration: none;
                color: #646464;
                font-size: 13px;
                cursor: pointer;
            }

            .lt_tab .lt_nav li:first-child span {
                border-left: 1px solid #ddd;
            }

    .lt_tab .lt_tab_content {
        border: 1px solid #ddd;
        padding: 15px 20px 20px 20px;
        margin-top: -1px;
        background: #fff;
    }

    .lt_tab .lt_nav li span.active {
        background: #FFF;
        border-bottom: 1px solid #fff;
        color: #222;
        margin-bottom: -3px;
    }

#menu-parallax-bg{
	padding:60px 0 60px 0;
	margin:60px 0 60px 0;
	background:url(../img/bg-big-1.jpg) top center;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}


/*- - - - - - - - - - - - - - - - - - - -
	control nav
- - - - - - - - - - - - - - - - - - - - */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; }


#strap-line {
    color: #FFFFFF;
    float: left;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 125px;
}

 

.phone-number{
	color: #FFFFFF;
   	margin: 0 0 11px 10px;
    text-align: left;
    text-decoration: none;
}


@media (max-width: 1170px) {
	.main-slider .slider-info .inner{ padding-top:30px}

	#logo {
		float: none;
	}

	#strap-line{
		float: none;
		margin: 0 0 10px;
	}

	#mainmenu{
		margin: 0;
	}
}



@media (min-width: 767px) {
.selectnav{display:none;}
}



@media (max-width: 767px) {
	header {
		background: #072243!important;
	}
	#slider .main-slider .slider-info{display:none !important;}
	.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12{ margin-bottom:30px;}


	header.clone {
	display:block;
    position:inherit;
	margin:0;
	padding:0;
	margin-top:0;
	height:auto;
	}
	header.clone #logo{
		padding-top:20px;
		display:block;
	}


	#logo{margin:0 auto; width:100%; text-align:center;}
	#logo .inner{ display:block; width:100%; height:auto; margin:20px 0 20px 0;}
	#mainmenu{display:none;}
	.selectnav{display:block; margin:0 auto; margin-top:40px; margin-bottom:20px; width:80%}
	#featured .item{width:270px; margin:0 auto; margin-bottom:20px;}
	#featured{background-position:top;}

	header,#content,footer,#subheader,#booking{padding-left:20px; padding-right:20px;}
	header,#mainmenu-container{border:none;}

	.lt_tab .lt_nav li{display:block; width:100%; float:none;}

	footer{
	}

	footer nav{
		display:inline-block;
	}

	#strap-line{
		clear: both;
    	float: none;
    	margin: 0;
    	text-align: center;
	}

	#logo .inner{
		margin: 0;
	}

	.phone-number{
		margin: 0;
		padding: 0 10px;
		text-align: center;
	}

	.flexslider .slides img{
		height:auto;
	}

	.social-media{
		text-align:center !important;
	}

}


.top-spacing{
	margin-top:30px;
}

/*- - - - - - - - - - - - - - - - - - - -
	control nav







- - - - - - - - - - - - - - - - - - - - */



 
#property-search{
	padding:20px;
	background:#8fd300;
	padding-bottom:50px;
}

#property-search i{
	margin-right:10px;
}

#property-search select{
	border:none;
	width:100%;
}

#property-search input{
	width:100%;
 	font-size:18px;
}

#property-search h3{
	color:#fff;
}

#property-search .label{
	background:none;
	color:#fff;
	text-shadow:none;
	white-space: inherit;
}

#property-search .group.half{
	width:47%;
	float:left;
}

#property-search .group.half.last{
	margin-left:5%;
}





#property-search2{
	padding:20px;
	background:#926f4a;
	/*padding-bottom:50px;*/
}



#property-search2 i{
	margin-right:10px;
}

#property-search2 select{
	border:none;
	width:100%;
}

#property-search2 input{
	width:100%;
	margin-top:10px;
	font-size:18px;
}

#property-search2 h3{
	color:#fff;
}

#property-search2 .label{
	background:none;
	color:#fff;
	text-shadow:none;
	white-space: inherit;
}

#property-search2 .group.half{
	width:47%;
	float:left;
}

#property-search2 .group.half.last{
	margin-left:5%;
}

#property-search3{
 	padding-top:30px;
 }

 .gold-bg {
	background:#926f4a;
 }

#property-search3 i{
	margin-right:10px;
}

#property-search3 select{
	border:none;
 }

#property-search3 input{
 	font-size:18px;
}

#property-search3 h3{
	color:#fff!important;
}

#property-search3 .label{
	background:none;
	color:#fff;
	text-shadow:none;
	white-space: inherit;
}

#property-search3 .group.half{
	width:47%;
	float:left;
}

#property-search3 .group.half.last{
	margin-left:5%;
}


/*- - - - - - - - - - - - - - - - - - - -
	PROPERTY ITEM
- - - - - - - - - - - - - - - - - - - - */

.property-item .info-1{
	position:relative;
	z-index:100;
}


#privilege-body .property-item .for-sale, .property-item .for-rent, .property-item .price{
	background:#926f4a; 
}


#privilege-body .for-sale{
	background:#926f4a;
 }

.property-item .for-sale, .property-item .for-rent, .property-item .price{
	background:#8fd300;
	color:#fff;
	padding:2px 10px 2px 10px;
	font-weight:bold;
	font-size:15px;
	float:left;
}

.for-sale{
	background:#8fd300;
	color:#fff;
	padding:2px 10px 2px 10px;
	font-weight:bold;
	font-size:15px;
}

.property-item .for-rent, .for-rent{
	background:#61D2D6;
}

.property-item img{
	 /*height: 393px;*/
    margin-top: -28px;
   /* min-width: 892px;*/
}

.property-item{
	margin-bottom:30px;
}
.property-item .price{
	background:#eee;
	color:#333;
	float:right;
	font-weight:normal;
}

.property-item .info{
	padding:20px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.property-item h4{
	margin:0;
}

.property-item .features{
 	padding-top:10px;
	margin-top:10px;
}

.property-item .features span{
	padding-left:20px;
}

.property-item .features .bed{
	background:url(../img/icon-bed.png) left center no-repeat;
	float:right;
}

.property-item .features .bath{
	background:url(../img/icon-bath.png) left center no-repeat;
	float:right;
	margin-left:20px;
}

.property-item .features .area{
	background:url(../img/icon-home.png) left center no-repeat;
}

.property-for-sale .info{
  padding: 20px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
}

.property-for-rent .info{
	border:solid 1px #ddd;
	border-bottom:solid 2px #61D2D6;
	padding: 20px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 )
}


/*- - - - - - - - - - - - - - - - - - - -
	SINGLE PROPERTY
- - - - - - - - - - - - - - - - - - - - */
	.single-property .price{
		display:block;
		font-size:28px;
		margin:10px 0 10px 0;
		color:#42A0FF;
	}

	.agent-tab span{
		display:block;

	}

	.agent-tab img{
		width:150px;
		height:auto;
		float:left;
	}

	.agent-tab .info{
		float:left;
		margin-left:20px;
	}

	.feature-list{
		margin:0;
		padding:0;
		margin-top:20px;
	}

	.feature-list li{
		list-style:none;
		border-bottom:solid 1px #ddd;
		padding:3px 0 3px 0;
	}
	.feature-list li:before{
		list-style:none;
		color: #ccc;
	  	content: open-quote;
		font-size: 14px;
		line-height: 0.1em;
		margin-right: 10px;
		font-family: FontAwesome;
		content: "\f046";
	}

/*- - - - - - - - - - - - - - - - - - - -
	AGENT LIST
- - - - - - - - - - - - - - - - - - - - */
.agent-list{
	list-style:none;
	margin:0;
	padding:0;
}

.agent-list li{
	min-height:60px;
	margin-bottom:20px;
}

.agent-list img{
	width:60px;
	height:auto;
	position:absolute;
}
.agent-list span{
	display:block;
}

.agent-list .agent-name{
	font-weight:bold;
}
.agent-list .info{
	padding-left:75px;
}


/*- - - - - - - - - - - - - - - - - - - -
	flickr
- - - - - - - - - - - - - - - - - - - - */
#flickr-photo-stream img{ width:50px; height:auto; margin:0 12px 12px 0; float:left;}
#flickr-photo-stream a img {border:solid 2px #fff;}
#flickr-photo-stream a:hover img {border:solid 2px #96C277;}

.no-btm{
	margin-bottom:0px;
}



/*- - - - - - - - - - - - - - - - - - - -
	other
- - - - - - - - - - - - - - - - - - - - */
.pull-left{margin-right:20px;}
.form_error { color:#FF0000; }

.margin-bot{margin-bottom: 40px;}

#privilege-body .thumbBox {
	border: 1px solid #926f4a;
}

.thumbBox {
    border: 1px solid #8fd300;
    margin: 0 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

#privilege-body .thumbHeading {
    background-color: #926f4a;
 }



.thumbHeading {
    background-color: #8fd300;
    padding: 10px;
}


#privilege-body .thumbDesc h2 {
    font-size: 24px!important;
	color: #926f4a;
    letter-spacing: -2px;
	  line-height: 1.1em;
	  margin: 0px  0px 10px 0px!important;
}


#privilege-body h2 {
    font-size: 42px;
	color: #926f4a;
    letter-spacing: -2px;
	 margin: 30px 0;
	 line-height: 1.1em;
}

#privilege-body h3 {
 	color: #926f4a;
 }

 #privilege-body h1 {
	color: #926f4a;
 }

#privilege-body .thumbAvail {
	
	color: #FFFFFF!important;
 }

 #privilege-body .thumbAddress a{
 	color: #FFFFFF!important;
 }

.thumbAvail {
    color: #C7D333;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 200px;
}


.thumbAddress {
    color: #FFFFFF;
    font-weight: bold;
}

.thumbAddress a {
    color: #FFFFFF;
    text-decoration: none;
}

.thumbDesc{
	margin-left:0px;
	padding:10px;
}

.thumbImage {
    padding: 10px 0 10px 10px;
    position: relative;
	margin-left: 0;
}

.DetailsBut {
    background: none repeat scroll 0 0 #a49791;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
	float: right;
}

p {
    margin: 10px 0;
}

.date-box-meet-the-team {
    border: 1px solid #DDDDDD;
    position: absolute;
    text-align: center;
    /*width: 70px;
	height:70px;*/
	padding:2px;
	margin-top:10px;
}
.date-box-meet-the-team img {
	height:125px;
}

.social-media{
	margin: 10px 0 0 30px;
    text-align: left;
}

.social-media ul{
	margin: 0 0 10px 0px;
}

.social-media ul li{
	list-style:none;
	display:inline-block;
}

.social-media ul li a{
	display:inline;
}

.email-text{
	color:#fff;
}

.lt_tab_content iframe#allagents-rating{
	width:100% !important;
}

.jcarousel-skin-prospect{
	margin:0px;
}

.jcarousel-skin-prospect li{
	display: inline-block;
    list-style: none outside none;
}

.jcarousel-skin-prospect li img{
	width:auto !important;
	padding:0px !important;
}

#property-search a{
	color:#fff;
	margin: 0 0 0 5px;
}

#property-search a:hover{
	color:#0044CC;
}
.testi-slider .slides:after{display:inline !important }
.testi-slider .flex-direction-nav a{margin:10px 0 0 !important}

.pdescription  {
	margin: 0 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
 }
.property-for-sale .info {
	
	padding: 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}







.boxed {
	border: 1px solid #ddd;
	padding:10px;
}
footer {
 	    text-align: center;
}
footer p.address, footer p.address a {
	color:#fff;
}
#social-icons p {
	text-align:center;
}
		.prop-week-header{
			height: 40px;
		    margin: 0;
		    line-height: 40px;
		    margin-top: 10px;
		}
		.prop-week-desc{
			min-height:76px;
		}
	




@media (min-width: 767px) {

	#logo img {
		width:160px;
	}

	.social-icons img{
		height:30px;
		margin:0 20px 10px 20px;
	}

	#mainmenu-container{
	left: auto;
	right: auto;
	text-align: center; 
	margin-top: -120px;
   }
 

	#mainmenu {
	margin-top: 200px;
	left: auto;
	right: auto;
 	}

	.logo-top {
		 top:100px;
	 }
	 .logo-top2 {
		top:100px;
	}
	 
	 header {
   }
	
}

@media (min-width: 1401px)  {
	.privilege-button {
 		top: 60px;
	   right: 30px;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	.privilege-button {
 		top: 60px;
	   right: 30px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.thumbDesc.span8 {
		width:600px!important;
	}
	.privilege-button {
 		top: 60px;
	   right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 990px) {

	.thumbDesc.span8 {
		width:460px!important;
	}
	.privilege-button {
 		top: 20px;
	   right: 30px;
	}
}

@media (min-width: 991px) {
	.value-button {
		font-size: 18px;
	  }
	}


@media (max-width: 990px) {
.value-button {
    font-size: 13px;
  }
}




@media (min-width: 768px)  {
	#property-search3 input{
		width:100%;
 	}
	#property-search3 select{
		width:100%;
   }
	.privilege-heading-padding {
		height:100px;
	}
}




@media (max-width: 767px) {

	.row.mobi-less-padding {
 		margin-top:-60px;
	}


	.mobi-marg-left-20 {
 		margin-left: 20px;
 	}

	#property-search3 input{
		width:86%;
  	}
	#property-search3 select{
		 width:90%;
		 
	}

	.privilege-button {
		display:none;
		top: 60px;
	   right: 30px;
	}

	.social-icons img{
		height:22px;
		margin:0 20px 10px 20px;
	}


	
/* 
 	#mainmenu-container{
 		margin-top: 170px;
	}
  */

.logo-top {
 	top:280px;
 }
 .logo-top2 {
	top:160px;
}
 
 .header-privilege {
 	height: 260px;
}

.header-main {
	height: 360px;
	background: #000!important;
}
  
#logo img {
	width:120px;
}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 780px) {
	.social-media {
		margin: 10px 5px;
	}
	.social-media img {
		max-width: 110px!important;
	}
	}


	/*cookie policy*/
	.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

		background-color: rgba(0, 0, 0, 0.8) !important;
		max-width: 100% !important;
		
	}

	.freeprivacypolicy-com---palette-dark .cc-nb-okagree{
		color:#fff !important;
		background-color: #8fd300 !important;
	}
	.freeprivacypolicy-com---palette-dark .cc-nb-reject{
		color:#fff !important;
		background-color: #94c11f !important;
	}
	.freeprivacypolicy-com---palette-dark .cc-cp-foot-save{
		color:#fff !important;
		background-color: #94c11f !important;
	}
	/*cookie policy*/

