/* ==========================================================================
Fonts:  Use for Content
========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,700,700italic,400italic);
article, aside, details, video, figcaption, figure, footer, header, hgroup, nav, section, summary {
display: block;
}
html, body {
width: 100%;
overflow-x: hidden !important;
background: #fff;
}
body {
margin: 0;
font-family: 'Roboto', sans-serif;
top:0 !important;
}
/* ==========================================================================
Heading Tags
========================================================================== */
h1,h2,h3,h4,h5,h6{
margin: 0;
font-weight: 700; 
color: #333333;
font-family: 'Roboto Condensed', sans-serif;
}
h2{
font-size: 34px;
line-height: 23px;
text-transform: uppercase;
font-weight: 700;
}
/* ==========================================================================
Global Styles
========================================================================== */
.navbar-collapse{padding:0px!important;}
.clearfix:after {
content: "";
display: table;
clear: both;
}
a {
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
select option{
padding:6px;
}
input[type=submit]{
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
font-family: 'Roboto', sans-serif;
}
button{
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
font-family: 'Roboto', sans-serif;
}
input{
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
font-family: 'Roboto', sans-serif;
}
.nopadding {
margin: 0 !important;
padding: 0 !important;
}
p {
font-size: 14px;
line-height: 21px;
margin-bottom: 5px !important;
color:#707070;
font-family: 'Roboto', sans-serif;
}
a {
color: #3b3b3b;
outline:none;
font-size:15px;
}
a:active{
outline:none;
text-decoration: none;
}
a:hover, a:focus {
color: #e8571b;
text-decoration: none;
outline:none;
}
ul, ol {
list-style: none;
list-style-image: none;
padding: 0;
margin:0;
}
.mactive{
background:#fc5757;
color:#fff;
}
select, input{
outline: none;
}
select{
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
text-indent: 1px;
text-overflow: '';
}
select::-ms-expand{
display: none;
}
input[type=checkbox]:not(old):checked + label{
background   : url('images/checkbox-checked.png') no-repeat 0px 6px;
}

input[type=checkbox]{
position: absolute;
cursor: pointer;
}
input[type=checkbox]:not(old) + label{
display      : inline-block;
margin: 0;
background   : url('../images/checkbox-uncheck.png') no-repeat 0px 6px;
}
input[type=checkbox]:not(old){
width   : 28px;
margin  : 0;
padding : 0;
opacity : 0;
}
.addspace{
padding:90px 0
}
.btn:focus, .btn:hover, .btn:active{
outline:none !important;
color: #fff;
}
.topmargin{
margin:72px 0 0 0;
}
/* ==========================================================================
Waypoints  Css
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11{
visibility: hidden
}
.bounceInLeft, .slideInUp, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .bounceInUp, .wobble, .tada, .swing, .shake, .rubberBand, .pulse, .fadeInUpBig, .slideInUp, .zoomIn {
visibility: visible
}
.delay-05s {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.delay-6s {
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
.delay-7s {
-webkit-animation-delay: 7s;
animation-delay: 7s;
}
.delay-8s {
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.delay-9s {
-webkit-animation-delay: 9s;
animation-delay: 9s;
}
/* ==========================================================================
Home Page Css
========================================================================== */
header{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    height: 85px;
    background: #252525;
    border: 0;
}
.home header{
	border-bottom: 1px solid #6f6f6f;
	background: #323334 transparent;
	position: absolute;
}
.home .headmenu li a:hover, .home .headmenu li.active a{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.username a i {
    margin: 0 0 0 5px;
}
.username {
	padding: 0 0 30px 17px !important;
    margin: 7px 0 0 0 !important;
}
.username a{
	padding:0 !important;
}
.home .logreg li ul{
	background: rgba(255,255,255,0.3);
}
.home .logreg li:hover ul {
    top: 51px;
}
.logreg li ul{
    top: 45px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    position: absolute;
    min-width: 128px;
    text-align: left;
    padding: 0;
    right: 0;
    margin: 0 -17px 0 0;
    z-index: 9;
	background: rgb(68, 68, 68);
}
.logreg li:hover ul {
	top: 50px;
    visibility: visible;
    opacity: 1;
}
.logreg li ul li {
    line-height: normal;
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
	border-bottom: 1px solid #a2a2a2;
}
.logreg li ul li:nth-last-child(1){
	border:0;
}
.logreg {
    position: absolute;
    right: 0;
    top: 0;
    margin: 27px 50px 0 0;
    z-index: 999;
}
.logreg ul li {
    float: left;
    margin: 0;
    position: relative;
}
.logreg ul li:nth-child(2) a {
    background: transparent;
}
.logreg ul li a {
    color: #fff;
    font-size: 15px;
    padding: 9px 17px;
    line-height: 15px;
    display: block;
    border-radius: 3px;
    background: #30a2e1;
}
.logreg li.username ul li a {
    padding: 7px 12px !Important;
}
.dropdown-menu a:before {
margin: 4px 0 0 0!important;
}
.language a:before{
background: url("../images/flags.png") no-repeat center;
width: 16px;
height: 12px;
/*box-shadow: inset 0 0 0px 1px #D4D4D4;*/
content: '';
position: absolute;
left: 0;
top: 0;
margin: 4px 0 0 0;
}
.language .md:before{
background-position: 0 -349px;
}
.language .en:before{
background-position: 0 0px;
}
.language .du:before{
background-position: 0 -605px;
}
.language .es:before{
background-position: 0 -326px;
}
.language .fr:before{
background-position:0 -303px;
}
.language .it:before{
background-position: 0 -23px;
}
.language .ne:before{
background-position:0 -93px;
}
.language .po:before{
background-position: 0 -41px;
}
.language .py:before{
background-position: 0 -237px;
}
.language .kk:before{
background-position: 0 -167px;
}
.language .ki:before{
background-position: 0 -181px;
}
.language .esp:before{
background-position: 0 -325px;
}
.language .bk1:before{
background-position: 0 -628px;
}
.language .bk2:before{
background-position: 0 -46px;
}
.language .bk3:before{
background-position:0 -349px;
}
.language .bk4:before{
background-position:0 -652px;
}
.language .ey:before{
background-position:0 -70px;
}
.language .py:before{
background-position:0 -372px;
}
.language .po:before{
background-position:0 -675px;
}
.language .bk5:before {
background-position: 0 -396px;
}
.language .bk6:before {
background-position: 0 -697px;
}
.language .Bam:before {
background-position: 0 -116px;
}
.language .Tie:before {
background-position: 0 -418px;
}
.language .Sv:before {
background-position:0 -721px;
}
.language .Bai:before {
background-position: 0 -138px;
}
.language .Pol:before {
background-position: 0 -442px;
}
.language .Nor:before {
background-position:0 -744px;
}
.language .Dan:before {
background-position:0 -163px;
}
.language .Suo:before {
background-position:0 -465px;
}
.language .ces:before {
background-position:0 -768px;
}
.language .tur:before {
background-position:0 -185px;
}
.language .Cat:before {
background-position:0 -488px;
}
.language .Mag:before {
background-position:0 -791px;
}
.language .hin:before {
background-position:0 -208px;
}
.language .eb:before {
background-position:0 -511px;
}
.language .Rom:before {
background-position:0 -814px;
}
.language .Slo:before {
background-position:0 -232px;
}
.language .bk7:before {
background-position:0 -534px;
}
.language .bk8:before {
background-position:0 -837px;
}
.language.Lie:before {
background-position:0 -255px;
}
.language .Lat:before {
background-position:0 -558px;
}
.language .Hrv:before {
background-position:0 -860px;
}
.language .Ees:before {
background-position:0 -279px;
}
.language.ykb:before {
background-position:0 -581px;
}
.dropdown-menu {
padding: 22px 17px;
float: left;
border: 0;
border-radius: 0;
left: inherit;
right: -1px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.36);
margin: 0;
}
.topheader aside ul li .dropdown-menu {
min-width: 400px;
padding: 22px 17px 10px !important;
top: 36px;
}
.open > .dropdown-menu {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
visibility: visible;
}
.currency {
min-width: 284px;
padding: 22px 17px 10px !important;
}
.currency ul li {
margin: 0 0px 5px 0 !important;
float: left !important;
width: 25%;
border-left: 1px dotted #ccc;
padding: 0 10px 0px 10px !important;
}
.currency ul li a {
color: #666 !important;
font-size: 13px !important;
line-height: 22px !important;
border: 0px;
padding: 0 !important;
}
.currency ul li:hover{
background: transparent !important;
}
.currency li:nth-child(1), .currency li:nth-child(5), .currency li:nth-child(9), .currency li:nth-child(13), .currency li:nth-child(17), .currency li:nth-child(21), .currency li:nth-child(25) {
border-left: 0;
}
.language{}
.language .dropdown-menu{
min-width: 400px;
padding: 22px 17px 10px !important;
}
.language .dropdown-menu li {
margin: 0 0 5px 0 !important;
float: left !important;
width: 33.3%;
padding: 0px 10px !important;
border-left: 1px dotted #ccc;
height: 22px;
}
.language .dropdown-menu li a{
line-height: 20px !important;
color: #666 !important;
border: 0;
padding: 0;
}
.language .dropdown-menu li:hover{
background: transparent !important;
}
.language .dropdown-menu li:nth-child(1), .language .dropdown-menu li:nth-child(4){
border-left: 0;
}
.subheader {
background: #000;
}
.logo{
/*padding: 12px 0px;*/
display: block;
}
.headmenu{
	text-align: center;
    margin: 29px 0 0 0;
}

.headmenu li{
display: inline-block;
    margin: 5px 32px 0 0;position:relative;
}
.home .headmenu li a{
	padding-bottom: 28px;
}
.headmenu li a{
    display: block;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 12px;
    font-weight: 400;
    color: #c0c4c7;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}

.headmenu li a:hover, .headmenu li.active a{
    color: #fff;
    border-bottom: 2px solid #30a2e1;
}
.headmenu li:nth-last-child(1) {
    margin-right: 144px;
}
/* Banner Section */
.herobanner {
    position: relative;
    background: #333f48 no-repeat center 81%;
   color: #fff;
    background-size: cover;
    height: 70vh;
    min-height: 560px;
    max-height: 750px;
}
.herobanner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -80px auto 0;
}
/*
 * Pulse animation
*/
@-webkit-keyframes pulse {
    0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
.pulse {
    animation-name: pulse;
	transform-origin:70% 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.herobanner h2 p {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}
.herobanner h2 span{
color: #ffa800;
}
.herobanner p {
font-size: 28px;
color: #fff;
font-weight: 300;
line-height: 23px;
margin: 2px 0px 0px;
display: inline-block;
}
/* Search Filters */
.herosearch{
	position: relative;
    margin: 13px 0 0 0;
}
.setpadding {
    padding: 0 5px;
}
.herosearch .row {
    margin: 0 -5px;
}
.herosearch span{
    position: relative;
    display: block;
}
.refine-ser.map {
margin: 5px 0px 0px;
}
.topspace {
    margin-top: 10px !important;
}
.pro-loc .btn-group, .pro-loc .btn-group-vertical{
	position:static;
	display:block;
}
.pro-loc .btn-group .dropdown-toggle {
    width: 100% !important;
    border: 0 !important;
    background: #fff !important;
}
.herosearch .textfld{
	background: #fff;
    border: 1px solid #cdcdcd;
    padding: 0 40px 0px 10px;
    height: 60px;
    width: 100%;
    color: #494949;
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.herosearch .textfld-two {
background: #fff;
border: 1px solid #cdcdcd;
padding: 0 40px 0px 10px;
height: 40px;
width: 100%;
color: #494949;
font-size: 15px;
border-radius: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.herosearch .refine-ser p{
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 19px;
	display: block;
	margin: 40px 0 7px 0;
}
.herosearch .refine-ser dt span{
color: #ffa800;
}
.herosearch .textfld::-webkit-input-placeholder { color:#494949; }
.herosearch .textfld::-moz-placeholder { color:#494949; }
.herosearch .textfld:-ms-input-placeholder { color:#494949; }
.herosearch .textfld:-moz-placeholder { color:#494949; }
.herosearch .lgfld select, .herosearch .smfld select{
background: #fff url("../images/select-arrow.png") no-repeat right center ;
}
.herosearch .lgfld select, .herosearch .pro-loc select{
background: #fff url("../images/select-arrow.png") no-repeat right center ;
}
.herosearch .srchbtn{
    background: #FF5A20;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    outline: none;
    border: 1px solid #FF5A20;
    border-radius: 4px;
    width: 100%;
}
.herosearch .srchbtn:hover{
background: #000;
border: #000 1px solid;
color: #fff;
}
.herosearch .srchbtn:hover:before{
color: #fff;
}

.herosearch .srchbtn:before{
color: #fff;
content: "\f002";
font-family: FontAwesome;
font-size: 18px;
margin: 0 8px 0 0;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.herosearch .map-location-area{
    text-align: center;
    display: inline-block;
    line-height: normal;
    margin-top: 10px;
}
.herosearch .map-location-area::before {
content: "\f041";
font-family: 'FontAwesome';
font-size: 45px;
color: #ffa800;
}
.heading {
margin-bottom: 30px;
}
.heading h2{
font-size: 34px;
color: #34393d;
line-height: 23px;
/*text-transform: uppercase;*/
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
.heading h2::before {
content: url("../images/heading-icon.png");
display: block;
margin-bottom: 35px;
}
.bestsites {
padding: 50px 0px;
text-align: center;
/* border-bottom: 1px dotted #cfcfcf;*/
}
.btnread {
background: #e8571b;
color: #fff;
font-size: 16px;
font-weight: 700;
height: 45px;
line-height: 45px;
outline: none;
padding: 0 33px;
border-radius: 4px;
text-transform: uppercase;
margin: 50px 0px 0px;
display: inline-block;
}
.btnread:hover{
background: #000;
color: #fff;
}
.featured-apart {
    padding: 20px 0px 45px;
    margin: 0;
    text-align: center;
    background: #e8e8e8;
}
.featured-apart h2, .featured-apart h2 p{
font-size: 34px;
color: #34393d;
line-height: 23px;
/*text-transform: uppercase;*/
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
text-align: center;
}
.featured-apart h4{
color: #34393d;
line-height: 23px;
text-align: center;
display: block;
font-size: 21px;
margin-bottom: 30px;
margin-top: 15px;
font-weight: 300;
}
.featured-apart .appartmt{
background: transparent;
position: relative;
margin-top: 30px;
}
/*.bx-wrapper .bx-viewport {
height: auto !important;
}*/
.featured-apart .appartmt ul{
display: block;
}
.featured-apart .appartmt ul li {
float: left;
border: 1px solid #ccc;
overflow: hidden;
width: 360px !important;
}
.featured-apart .appartmt ul li a{
font-size: 14px;
line-height: 20px;
color: #e3e3e3;
}
.featured-apart .appartmt ul li i{
font-size: 15px;
color: #ff761a;
margin-left: 10px;
}
.featured-apart .appartmt ul li p{
font-size: 14px;
text-align: center;
color: #575757;
line-height: 45px;
}
.featured-apart .appartmt ul li dd{
font-size: 20px;
text-align: center;
color: #575757;
line-height: 23px;
font-weight: 400;
}
.featured-apart .appartmt ul li dt{
font-size: 17px;
text-align: center;
color: #575757;
line-height: 33px;
font-weight: 400;
}
.featured-apart .appartmt li .appartmt-descb{
padding: 25px 0px;
position: relative;
}
.featured-apart .appartmt li .appartmt-descb:before{
content: "";
width: 50%;
height: 15px;
background: #fff;
position: absolute;
top: -15px;
transform: skew(50deg);
left: -9px;
}
.featured-apart .appartmt li .appartmt-descb:after{
content: "";
width: 50%;
height: 15px;
background: #fff;
position: absolute;
top: -15px;
transform: skew(-50deg);
right: -9px;
}
.featured-apart .appartmt li .btn-apart{
color: #7e7e7e;
border: 1px solid #a8a8a8;
padding: 0px 15px;
font-size: 14px;
text-align: center;
margin: 10px 0 !important;
line-height: 30px;
display: inline-block;
border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.featured-apart .appartmt li .btn-apart:hover{
background: #1f719e;
color: #fff;
border-color: #1f719e;
}
.featured-apart .appartmt li .btn-space-are {
padding: 6px 0px;
text-align: center;
}
.featured-apart .appartmt li img{
width: 100%;
display: block;
}
.appartmt .bx-wrapper {
position: relative;
}
.featured-apart .appartmt:hover .bx-controls .bx-controls-direction a{
opacity: 1;
}
.appartmt .bx-controls{
height: 100%;
top: 0px;
width: 100%;
}
.appartmt .bx-controls .bx-controls-direction a {
position: absolute;
background: transparent;
width: 45px;
height: 69px;
top: 50%;
z-index: 9;
margin: -35px 0px 0px;
opacity: 1;
border: 1px solid #ccc;
color: transparent;
opacity: 0;
}
.appartmt .bx-controls .bx-controls-direction .bx-prev {
left: -44px;
border-radius: 90px 0px 0px 90px;
-webkit-border-radius: 90px 0px 0px 90px;
-ms-border-radius: 90px 0px 0px 90px;
-moz-border-radius: 90px 0px 0px 90px;
-o-border-radius: 90px 0px 0px 90px;
}
.bx-controls-direction .bx-prev:before {
content: "\f104";
font-family: 'FontAwesome';
font-size: 35px;
color: #717172;
width: 45px;
text-align: center;
display: block;
line-height: 67px;
padding-left: 5px;
}
.appartmt .bx-controls .bx-controls-direction .bx-next {
right: -44px;
border-radius: 0px 90px 90px 0px;
-webkit-border-radius: 0px 90px 90px 0px;
-ms-border-radius: 0px 90px 90px 0px;
-moz-border-radius: 0px 90px 90px 0px;
-o-border-radius: 0px 90px 90px 0px;
}
.bx-controls-direction .bx-next:before {
content: "\f105";
font-family: 'FontAwesome';
font-size: 35px;
color: #717172;
width: 45px;
text-align: center;
display: block;
line-height: 67px;
padding-right: 5px;
}
.luxry-apart{
background: #e3e8eb;
}
.roomtabs {
margin: 45px 0px 0px;
overflow: hidden;
display: inline-block;
width: 100%;
}
.roomtabs li {
display: block;
float: left;
}
.roomtabs li a {
font-size: 15px;
line-height: 60px;
display: block;
padding:0px 21.5px;
border-radius:0px ;
margin: 0px;
background: #fff;
}
.roomtabs li a:hover, .roomtabs li.active a, .roomtabs li.active a:focus {
background: #474747;
color: #fff;
}
.roomtabs-content{
margin: 45px 0px 0px;
text-align: left;
min-height: 445px;
}
.luxry-apart-imgslider{
border: 10px solid #fff;
}
.luxry-apart-imgslider ul li img{
width: 100%;
height: 400px;
display: block;
}
.luxry-apart-imgslider .flex-direction-nav li {
position: relative;
}
.luxry-apart-imgslider .flex-direction-nav li a {
position: absolute;
background: url("../images/slider-arrow.png") no-repeat;
width: 27px;
height: 48px;
top: -190px;
z-index: 9;
margin: -24px 0 0 0;
left: 0;
opacity: 1;
}
.luxry-apart-imgslider .flex-direction-nav .flex-nav-prev .flex-prev {
left: -1px;
}
.luxry-apart-imgslider .flex-direction-nav .flex-nav-next .flex-next {
right: 0;
left: inherit;
background-position: -28px 0;
}
.luxry-apart-content{}
.luxry-apart-content h3{
text-transform: uppercase;
color:#435061;
font-size: 22px;
margin: 0px 0px 30px;
}
/* ================= SERVICES WRAPPER 2  ================== */
.icon-list {
margin: 45px 0px 0px;
}
.icon-list h3 {
font-size: 18px;
color: #2d2d2d;
text-align: center;
}
.icon-list li {
margin: 0px 0px 30px;
display: inline-block;
}
.icon-list li .icon {
background: #30a2e1;
text-align: center;
line-height: 64px;
margin: 0px auto;
width: 64px;
height: 64px;
border-radius: 50%;
float: left;
margin-right: 20px;
}
.icon-list li:hover .icon {
color: #13afeb;
background-color: #e8571b;
}
.icon-list li .icon img {
margin: 0 auto;
position: relative;
z-index: 1;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.icon-list li:hover .icon img {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.icon-list li .icon-cont {
float: left;
width: 70%;
}
.icon-list li .icon-cont h3 {
font-size: 20px;
color: #435061;
margin: 0px 0px 10px;
text-align: left;
font-weight: 400;
}
.icon-list li .icon-cont p {
font-size: 18px;
text-align: left;
margin: 0px;
display: table-cell;
vertical-align: middle;
}
.roomtabs-content .fade{
display: none;
}
.roomtabs-content .fade.in{
display: block;
}
.propertynews {
    background: #fff;
    position: relative;
    padding: 70px 0;
}
/*.propertynews p{
text-align: justify;
}*/

.pronews-bar h3{
    font-size: 36px;
    color: #191919;
    margin: 0px 0px 5px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.pronews-bar h4{
    font-size: 20px;
    color: #435061;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 9px 0 0 0;
}
.news-content {
padding: 40px 0px 0px;
margin: 0px;
list-style: none;
}
.news-content li {
float: left;
border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
padding: 18px 0 12px;
width: 100%;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.news-content li a .des span { 
    color: #1f719f;
    font-size: 18px;
    font-weight: 400;
}
p.view {
    font-size: 13px !important;
    margin: 4px 0 0 0 !important;
    display: block;
	color:#1f719f !important;
}
.news-content li:last-child { border:0; margin:0;}

.news-content li a {
    display: inline-block;
    width: 100%;
}
.news-content li a .img {
	width: 75px;
    height: 75px;
float: left;
border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
    margin: 0;
	-webkit-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.shortinfo h3 {
    margin: 0 0 32px 0;
}
.shortinfo p {
    padding: 0 0 15px 0;
    line-height: 28px;
    font-size: 16px;
}

.set-border:before {
    content: '';
    position: absolute;
    top: 0;
    height: 82px;
    width: 3px;
    right: -2px;
    background: #1f719e;
}
.shortinfo a {
    color: #fff;
    background: #1f719e;
    border-radius: 120px;
    width: 118px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    margin: 35px 0 0 0;
    font-weight: 300;
}
.set-border {
    border-right: #dadada 2px solid;
    padding: 0 70px 0 0;
    position: relative;
}
.shortinfo {
    padding: 0 0 0 32px;
}
.news-content li a:hover .img {
    -webkit-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
}
.news-content li a .img img {
width: 100%;
float: left;
height: 100%;
}
.news-content li a .des {
width: 81%;
float: left;
margin-left: 4%;
}
.news-content li a .des h3 {
color: #000;
font-size: 15px;
margin:0;
}
.news-content li a .des p {
color: #616161;
}

.news-content li:hover a .des span{
color: #1f719e;
}
.salethisweek{
padding: 50px 0px;
text-align: center;
}
.sale-wrp{
margin: 60px 0px 20px;
overflow: hidden;
}
.sale-wrp figure{
border: 10px solid transparent;
overflow: hidden;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.sale-wrp figure img{
overflow: hidden;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.sale-wrp figure:hover {
border: 10px solid #dbdbdb;
}
.sale-wrp figure:hover img{
transform: scale(1.1);
}
.ourlacatin{
background: #30a2e1;
position: relative;
height: 566px;
overflow: hidden;
}
.ourlacatin:before{
content: "\f0dd";
position: absolute;
font-family: 'FontAwesome';
top: -6px;
left: 50%;
color: #fff;
font-size: 50px;
line-height: 0px;
margin-left: -14.15px;
display: none;
}
.ourlacatin .apart-img {
width: 50%;
float: right;
background: url("../images/location.jpg") no-repeat;
height: 100%;
background-size: cover;
text-align: center;
display: inline-table;
}
.ourlacatin .apart-img figure{
display: block;
position: absolute !important;
right: 100px !important;
text-align: center;
top: 20px;
vertical-align: middle;
}
.ourlacatin .ourlacatin-img img{
width: 100%;
}
.ourlacatin .contentwp{
padding: 70px 100px 0px 50px;
width: 49%;
float: left;
}
.ourlacatin h2 {
color: #fff;
}
.ourlacatin h4, .ourlacatin h4 p {
display: block;
font-size: 28px;
line-height: 23px;
font-weight: 300;
margin-bottom: 25px;
margin-top: 15px;
color: rgba(255, 255, 255, 0.72);
}
.ourlacatin p{
color: #e3e3e3;
height: auto;
overflow: hidden;
}
.ourlacatin ul{
margin: 40px 0px 0px;
}
.ourlacatin ul h4, .ourlacatin ul h4 p{
font-weight: 400;
color: #fff;
margin: 0px 0px 30px;
font-size: 25px;
}
.ourlacatin ul li {
float: left;
margin-bottom: 25px;
width: 100%;
}
.ourlacatin ul li .icon {
background: #fff;
text-align: center;
margin: 0px auto;
width: 54px;
height: 54px;
border-radius: 50%;
float: left;
margin-right: 20px;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.ourlacatin ul li:hover .icon {
color: #13afeb;
background-color: #ff4b00;
}
.ourlacatin ul li .icon i{
font-size: 22px;
line-height: 54px;
color: #30a2e1;
margin: 0;
display: inherit;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.ourlacatin ul li:hover .icon i{
color: #fff;
}
.ourlacatin ul li .icon-cont {
float: left;
width: 80%;
height: 54px;
display: inline-table;
}
.ourlacatin ul li.datetime p{
font-size: 18px;
line-height: 22px;
display: table-cell;
vertical-align: middle;
}
.ourlacatin ul li.datetime p span{
font-size: 16px;
margin-left: 10px;
}
.ourlacatin ul li.contactno p{
font-size: 19px;
line-height: 22px;
display: table-cell;
vertical-align: middle;
}
/* *******************************
logo Section
******************************* */
.clien-logos{
background: #405664;
padding:45px 0px;
}
.clien-logos ul {
text-align: center;
}
.clien-logos ul li {
margin: 0px 50px;
display: table;
height: 165px;
width: 165px;
vertical:middle;

}
.clien-logos ul li:first-child{
margin-left: 0px;
}
.clien-logos ul li:last-child{
margin-right: 0px;
}
.clien-logos ul li a{
line-height: 52px;
display: table-cell;
transition: all .5s;
-webkit-transition: all .5s;
vertical-align: middle;
width: 165px;
height: 165px;
}
.clien-logos ul li a img  {
display: inline-block;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
width: 100%;
}
.clien-logos .bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
left: 0;
background: transparent;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.clien-logos .bx-wrapper {
position: relative;
margin: 0;
padding: 0;
}
.clien-logos ul li a:hover img {
transform: scale(1.1);
}
.clien-logos .flex-direction-nav{
display: none;
}
.copyright {
background: #586d79;
padding: 20px 0px;
}
.copyright p {
    font-size: 16px;
    float: left;
    line-height: 35px;
    color: #fff;
}
.footer-socails {
float: right;
}
.footer-socails li {
display: inline-block;
}
.footer-socails li a {
width: 34px;
height: 34px;
background: #fff;
display: block;
line-height: 34px;
text-align: center;
border-radius: 50%;
margin-left: 5px;
}
.footer-socails li a:hover{
background: #1f719e;
}
.footer-socails li a:hover i{
	color: #fff;
}
.footer-socails li a i{
font-size: 20px;
line-height: 34px;
display: inherit;
color: #45555f;
}
/* *******************************
About -page
******************************* */
.inner-padding {
     margin: 42px 0 0 0;
    padding: 91px 0;
}
.about-bnnr{
background: url("../images/about-baner.jpg") center;
background-size: cover;
height: 212px;
position: relative;
width: 100%;
}
.about-bnnr:before{
content: '"';
background: RGBA(0, 0, 0, 0.70);
position: absolute;
width: 100%;
top: 0;
height: 100%;
}
.about-bnnr h2{
font-size: 42px;
color: #fff;
font-weight: 700;
margin: 0px 0 15px;
}
.about-bnnr h3{
font-size: 30px;
color: #fff;
font-weight: 300;
}
.about-wrap{
background: #e3e8eb;
}
.about-wrap p{
font-size: 14px;
line-height: 23px;
margin: 0 0 39px 0;
color: #707070;
font-family: 'Roboto', sans-serif;
text-align: left;
}
.property-sec{
padding: 15px 0 50px 0;
}
.cont-tab{
margin: 20px 0;
overflow: hidden;
}
.cont-tab ul{
display: block;
text-decoration: none;
}
.cont-tab li{
float: left;
padding: 13px 18px;
}
.cont-tab li a{
display: inline-block;
color: #aab6c2;
font-size: 16px;
}
.property-sec .about-property{
background: #30a2e1;
padding: 49px 0;
height: 393px;
}
.property-sec .about-property h2{
color: #fff;
font-size: 34px;
line-height: 38px;
text-align: left;
text-transform: uppercase;
padding: 0px 0px 34px 37px;
}
.property-sec .about-property p{
color: #fff;
font-size: 14px;
line-height: 23px;
text-align: left;
padding: 0 34px;
margin: 0 0 39px 0;
}
.property-sec .col-md-5, .property-sec .col-md-7{
padding:0px;
}
.nass-agent p{
font-size: 14px;
color: #707070;
line-height: 23px;
font-weight: normal;

}
.nass-agent h3{
color: #34393d;
font-size: 18px;
font-weight: 500;
line-height: 23px;
text-align: center;
margin: 10px 0;
}
.nass-agent ul{
display: block;
text-decoration: none;
width: 100%;
}
.nass-agent ul li{
    display: inline-block;
}
.nass-agent ul li a{
display: inline-block;
padding: 0 22px 0 0;
margin: 22px 0;
float: left;
}
.nass-agent ul li i{
color: #cccccc;
}
.nass-agent ul li i:hover{
color: #1f719e;
}
.property-apart-imgslider ul li img{
width: 100%;
height: 626px;
display: block;
}
.property-apart-imgslider .flex-direction-nav li {
position: relative;
}
.property-apart-imgslider .flex-direction-nav li a {
position: absolute;
background: url("../images/slider-arrow.png") no-repeat;
width: 27px;
height: 48px;
top: -283px;
z-index: 9;
margin: -24px 0 0 0;
left: 0;
opacity: 1;
text-indent: -9999px;
}
.project-apart-imgslider .flex-direction-nav li a {
top: -241px !important;
}
.property-apart-imgslider .flex-direction-nav .flex-nav-prev .flex-prev {
left: 0;
}
.property-apart-imgslider .flex-direction-nav .flex-nav-next .flex-next {
right: 0;
left: inherit;
background-position: -28px 0;
}
/* *******************************
Contact -page
******************************* */
.map_content {
position: relative;
}
.cont-abt-txt{
width: 360px;
height: 300px;
top: 50%;
left: 50%;
border-radius: 10px;
background: #fff;
border: 1px solid #fff;
box-shadow: 0px 0px 7px -1px #888888;
position: absolute;
margin: -150px 0 0 -190px;
padding: 40px 40px;
}
.cont-abt-txt h4{
font-family: 'Roboto Condensed', sans-serif;
font-size: 32px;
line-height: 35px;
color: #333333;
font-weight: 600;
border-bottom: 2px dotted #C5C5C5;
padding: 0 0 13px 0;
margin: 0 0 30px 0;
}
.cont-abt-txt p{
font-size: 16px;
line-height: 18px;
color: #000;
padding: 0 0 5px 0;
}
.cont-abt-txt a{
color: #30a2e1;
font-size: 30px;
padding: 0;
font-weight: 500;
margin: 0 0 22px 0;
display: inline-block;
}
.cont-abt-txt em{
color: #414141;
font-size: 15px;
text-transform: uppercase;
padding: 0;
font-style: normal;
}
.contact-sec{
margin: 70px 0;
}
.map_content aside {
height: 530px;
}
.map_content aside iframe{
pointer-events: none;
}
.contact-sec .contact-field li {
float: left;
width: 100%;
margin: 27px 0 0 0;
color: #666666;
font-size: 16px;
}
.fldrow textarea {
resize: none;
height: 100px !important;
padding: 10px 10px !important;
}
.contact-sec .cont-info {
display: block;
width: 100%;
height: 45px;
padding: 6px 12px;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #8d8d8d;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}
.contact-sec .cont-info-txt {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #8d8d8d;
background-color: #fff;
background-image: none;
border: 1px solid #ccc
}
.fldrow .textbox {
height: 45px;
display: block;
margin: 0;
width: 522px;
outline: none;
border: 1px solid #c1c1c1;
padding: 0 10px;
}
.contact-field .fldrow {
margin: 0 0 20px 0;
}
.contact-field .fldrow:nth-child(4) {
margin: 0;
}
.fldrow:nth-last-child(1){
margin: 0;
}
.fldrow dd {
font-size: 14px;
display: block;
margin: 0 0 4px 0;
color: #333;
}
.fldrow .cont-btn{
background: #30a2e1;
height:55px;
width:225px;
display: inline-block;
font-weight: 500;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 20px;
line-height: 23px;
color: #fff;
margin: 24px 0 0 0;
border-radius: 4px;
}
.fldrow .cont-btn:hover {
background: #e8571b;
}
.contact-sec .contact-field h3{
color: #484848;
font-weight: 600;
font-size: 28px;
display: inline-block;
margin: 0 0 41px 0;
text-transform: uppercase;
}
.contact-sec .addres-info-con{
border: 1px solid #ccc;
margin: 94px 0 0 0;
padding: 30px 30px;
background: #f9f9f9;
}
.contact-sec .addres-info-con h3{
font-size: 24px;
line-height: 26px;
color: #435061;
font-weight: 600;
border-bottom: 1px dashed #ccc;
padding: 0 0 16px;
margin: 0 0 16px;
}
.contact-sec .addres-info-con h4{
font-size: 18px;
line-height: 26px;
color: #435061;
font-weight: 600;
margin: 10px 0 10px 0;
}
.contact-sec .addres-info-con ul{
}
.contact-sec .addres-info-con li{
font-size: 15px;
color: #5b5b5b;
padding: 6px 0px 7px;
font-weight: 400;
}
.contact-sec .addres-info-con li strong{
color: #000;
font-weight: 400;
width: 31%;
float: left;
}
.cont-abt-txt:before {
content: "\f124";
position: absolute;
left: 0;
top: 0;
font-family: FontAwesome;
background: #30A2E1;
color: #fff;
width: 55px;
height: 55px;
border-radius: 50%;
font-size: 21px;
text-align: center;
margin: -20px 0 0 -20px;
padding: 7px 3px 0px 0;
border: 7px solid #fff;
}
/* ==========================================================================
News
========================================================================== */
section.recentpost {
margin: 11em 0 25px;
}

.spaceing-urgest {
    margin: -37px 0 0 -57px;
}
.recentpost li {
display: inline-block;
font-weight: 400;
color: #2a8cc3;
font-size: 15px;
text-transform: uppercase;
}
.recentpost li a:hover {
color: #2a8cc3;
}
.newscategory{
}
.newscategory form{

padding:10px;
margin: 10px 0 0 0;
}
.newscategory form input {
background:#fff url(../images/search.png) no-repeat 94%;
width: 225px;
padding: 0 40px 0 10px;
height: 36px;
margin: 0 auto;
font-weight: 300;
color: #050505;
font-size: 14px;
}
.newscategory h2 {
font-size: 16PX;
color: #747474;
font-weight: 500;
font-family: 'Roboto', sans-serif;
padding: 20px 0;
}
.newscategory {
border: 1px solid #cfcfcf;
margin: 0 0 15px;
}
.newscategory ul li {
margin: 0 0 5px;
}
.newscategory ul li a {
font-size: 14px;
color: #747474;
line-height: 38px;
display: inline-block;
padding: 0 10px;
background: #eaeaea;
width: 100%;
border: 1px solid #eaeaea;
}
.newscategory ul li a:hover{
background:#fff;
border: 1px solid #e0e0e0;
}
.newscategory ul li a.active{
background:#fff;
border: 1px solid #e0e0e0;
}
.newscategory ul li a.active i.construct{
background-position: -50px -20px;
}
.newscategory ul li a.active i.construct2{
background-position: -26px -20px;
}
.newscategory ul li a.active i.construct3{
background-position: 0 -20px;
}
.newscategory ul li a.active i.construct4{
background-position: -69px -20px;
}
.newscategory ul li a.active i.construct5{
background-position: -87px -20px;
}
.newscategory ul li a.active i.construct6{
background-position: -109px -20px;
}
.newscategory ul li a.active i.construct7{
background-position: -130px -20px;
}
.newscategory ul li a i {
background: url(../images/news1.png) no-repeat;
width: 21px;
height: 21px;
display: inline-block;
vertical-align: middle;
margin: 0 3px 0 0;
}
.newscategory ul li a i.construct{
background-position: -50px 0;
}
.newscategory ul li a:hover i.construct{
background-position: -50px -20px;
}
.newscategory ul li a i.construct2{
background-position: -26px 0;
}
.newscategory ul li a:hover i.construct2{
background-position: -26px -20px;
}
.newscategory ul li a i.construct3{
background-position: 0 0;
}
.newscategory ul li a:hover i.construct3{
background-position: 0 -20px;
}
.newscategory ul li a i.construct4{
background-position: -69px 0;
}
.newscategory ul li a:hover i.construct4{
background-position: -69px -20px;
}
.newscategory ul li a i.construct5{
background-position: -87px 0;
}
.newscategory ul li a:hover i.construct5{
background-position: -87px -20px;
}
.newscategory ul li a i.construct6{
background-position: -109px 0;
}
.newscategory ul li a:hover i.construct6{
background-position: -109px -20px;
}
.newscategory ul li a.active {
color:#30a2e1;
}
.newscategory ul li a:hover, a:focus {
color:#30a2e1;
}
.newscategory ul {
padding: 0 20px;
}
.recentpost li a:after {
content: "\f105";
color: #050505;
vertical-align: text-bottom;
padding: 0 3px 0 8px;
font: normal normal normal 14px/19px FontAwesome;
}
.uptodate {
padding: 35px 27px;
}
.uptodate h4{
font-family: 'Roboto', sans-serif;
color:#747474;
font-size:13px;
font-weight:400;
}
.uptodate h4 dd{
font-family: 'Roboto', sans-serif;
color:#747474;
font-size:15px;
font-weight:500;
}
.uptodate figure {
display: inline-block;
margin: 0 0 0 8px;
vertical-align: middle;
}
.uptodate input {
width: 207px;
padding: 0 87px 0 10px;
height: 40px;
margin: 0 auto;
font-weight: 300;
color: #050505;
font-size: 14px;
border: 1px solid #cdcdcd;
}
.uptodate label {
margin:  0 0 0 -4px;
position: relative;
}
.uptodate button {
position: absolute;
top: 0;
right: 0;
height: 37px;
background: #1f719e;
font-size: 14px;
color: #fff;
font-weight: 500;
border: 0;
width: 97px;
}
.uptodate button:hover{
background: #e8571b;
border:0;
}
.popularposts {
border: 1px solid #cfcfcf;
margin: 0 0 15px;
}
.popularposts ul {
padding: 0 20px;
}
.popularposts ul li {
border-bottom: 1px dotted #ccc;
padding: 15px 0;
}
.popularposts ul li:last-child{
border-bottom:0;
}
.popularposts ul li a {
color: #818181;
font-size: 13px;
position:static;
font-weight: 400;
line-height: 20px;
display: inline-block;
}
.popularposts h5{
font-family: 'Roboto', sans-serif;
color:#bac2c7;
font-size:17px;
font-weight:500;
background:#405664;
padding:0 22px;
line-height:50px;
}
.popularposts ul li{
position:relative;
}
.popularposts span {
position: absolute;
left: -21px;
top: 0;
opacity: 0;
transition: all 1s;
-webkit-transition: all 1s;
width: 3px;
height: 100%;
background: #1f719e;
}
.popularposts cite {
border-bottom: 12px solid transparent;
border-left: 8px solid #1f719e;
border-top: 12px solid transparent;
height: 0;
left: 0;
position: absolute;
top: 30%;
width: 0;
}
.popularposts ul li.active span {
opacity: 1;
}
.popularposts ul li:hover span {
opacity: 1;
}
.newsframe {
margin: 0 0 85px;
}
/*----------------heading and pagination------------*/
.heading_right h4 {
color: #484848;
font-weight: 600;
font-size: 28px;
margin: 0 0 20px 0;
}
.heading_right p {
margin-top: 10px;
}
.pagination label {
font-weight: 300;
color: #000;
margin: 0 11px 0 0;
}
.pagination select{
background:#fff url(../images/select-arrow.png) no-repeat right;
padding:0 10px;
border:1px solid #cdcdcd;
width:245px;
height:36px;
}
/*----------------heading and pagination end------------*/
.daily_news {
border: 1px solid #cfcfcf;
}
.daily_news img {
display: inline-block;
border: 1px solid #cfcfcf;
float: left;
margin: 0 10px 0 0;
}
.daily_news figure {
vertical-align: top;
}
.newsinner {
margin: 40px 0 0;
}
.newsinner h5 a{
color: #1f719e;
}
.newsinner h5 a:hover{
color: #e8571b;
}
.newsinner figure {
height: auto;
overflow: hidden;
}
.daily_news {
border: 1px solid #cfcfcf;
padding: 0 37px 51px;
}
.pagination .pager {
float: right;
margin: 4px 15px 0 0;
}
.pagination form {
display: inline-block;
}
.pagination {
padding-left: 0;
padding: 20px 0px 20px 20px;
border-radius: 0px;
width: 100%;
margin-bottom: -1px;
border: 1px solid #cfcfcf;
}
.daily_news figure dd {
color: #7e7e7e;
font-size: 11px;
margin-bottom: 8px;
font-weight: 600;
}
.daily_news figure h5{
color: #1f719e;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height:16px;
margin-bottom: 8px;
font-weight: 500;
}
.daily_news figure p{
color: #7d7d7d;
line-height:18px;
font-size: 13px;
margin-bottom: 8px;
font-weight: 400;
overflow: visible;
}
.daily_news figure ul li {
display: inline-block;
margin: 0 0 0 18px;
}
.daily_news figure ul li a {
color: #405664;
line-height: 16px;
font-size: 13px;
font-weight: 500;
display: inline-block;
}
.daily_news figure ul i {
color: #405664;
font-size: 12px;
position: absolute;
margin: 6px 0 0 2px;
transform: rotate(90deg);
}
.daily_news figure ul {
display: inline-block;
position: relative;
width: 57%;
}
.daily_news figure ul li a:hover {
color: #e8571b;
}
.bottom_pagination {
border: 1px solid #cfcfcf;
display: inline-block;
width: 100%;
padding: 20px 25px;
margin-top: -1px;
}
.daily_news.related_aricle {
margin: 15px 0 0;
padding: 25px 28px;
}
.daily_news.related_aricle h2 {
font-size: 15px;
line-height: 18px;
color: #405664;
font-weight: 500;
font-family: 'Roboto', sans-serif;
margin: 0 0 0;
text-transform: uppercase;
margin-bottom: 22px;
}
.daily_news.related_aricle img {
width: 30%;
height: 70px;
}
.showpages {
display: inline-block;
}
.showpages ul li {
font-weight: 500;
color: #6b6a6a;
font-size: 14px;
padding: 0 3px;
display: inline-block;
}
.showpages ul li a {
border: 1px solid #405664;
width: 33px;
height: 30px;
display: inline-block;
vertical-align: middle;
text-align: center;
line-height: 27px;
font-weight: 400;
color: #6b6a6a;
font-size: 14px;
}
.showpages ul li a:hover {
background:#405664;
color:#fff;
}
.showpages ul li a.active {
background:#405664;
color:#fff;
}
/* ==========================================================================
construction-section 
========================================================================== */
.construction-section { 
width: auto; 
}
.construction-section h2 { 
font-size: 28px; 
line-height: 32px;
color: #484848;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 22px 0;
font-family: 'Roboto Condensed', sans-serif ; 
}
.construction-section .inner { 
width: auto; 
overflow: hidden;
border: 1px solid #cfcfcf;
padding: 25px 0 45px 0; 
}
/* social-icon */
.social-icon {
padding: 0px 0 20px 15px;
width:62%;
float: left;
}
.social-icon.bottom {
padding: 20px 0 0px 0;
}
.social-icon h3 { 
font-size: 13px; 
line-height: 16px; 
color: #e0442d;
font-family: 'Roboto Condensed', sans-serif ;
float: left;
padding: 3px 20px 0 0; 
}
.social-icon h3.space {
padding: 3px 30px 0 20px;
color: #727a7f;
}
.social-icon a {
display: inline-flex;
float: left;
margin-right: 8px;
margin-top: -5px;
}
.social-icon a img { margin: 4px 0 0 !important;}
.fb_iframe_widget {
display: inline-block !important;
float: left !important;
margin: -3px 10px 0 0 !important;
position: relative !important;
}
.social-icon a span {
display: block;
float: left;
font-size: 12px;
font-weight: 600;
height: 26px;
line-height: 26px;
margin: 0 0 0 5px;
padding: 0 3px;
position: relative;
}
.social-icon a span:before{
color: #fff;
content: "";
font-family: "FontAwesome";
font-size: 30px;
left: -18px;
line-height: 5px;
margin-top: -3px;
padding-right: 1px;
position: absolute;
top: 50%;
transform: rotate(-85deg);
}
.social-icon a bdi{
background: #39579a none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
display: block;
float: left;
font-size: 11px;
font-weight: 700;
height: 26px;
line-height: 26px;
padding: 0 15px;
}
.social-icon a bdi.twt{
background: #00b1f1;
}
.social-icon a bdi.pint{
background: #cf222a;
}
.social-icon a bdi.gpls{
background: #e0513d;
}
.social-icon a bdi i {
font-size: 10px;
margin-right: 5px;
line-height: 26px;
}
.pager { 
float: right;
margin: -3px 15px 0 0; 
}
.pager span { 
color: #6b6a6a;
float: left;
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin: 6px 10px 0 0;
}
.pager ul { 
float: right; 
} 
.pager li > a, .pager li > span { 
background: #f3f3f3;
border: 0;
border-radius: 0; 
}
.pager li > a i { 
color: #a0a0a0;
font-size: 20px;
}
.pager li > a, .pager li > span { 
padding: 5px 13px;
}
/* construction update */
.construction-update { 
width: auto;
overflow: hidden;
padding: 40px 28px 0;
border-top: 1px solid #cfcfcf; 
}
.construction-update h2 { 
font-size: 22px; 
line-height: 25px; 
color: #1f719e;
text-transform: capitalize;
font-family: 'Roboto', sans-serif;
font-weight: 500;
margin: 0 0 30px 0; 
}
.construction-update p { 
font-size: 15px; 
line-height: 24px;
color: #7a7a7a;
font-weight: 400;
font-family: 'Roboto', sans-serif;
padding: 12px 0; 
}
.construction-update p span { 
color: #1f719e; 
}
/* article-subscribe */
.article-subscribe { 
width: auto;
 
}
.article-subscribe a.image { 
float: left; 
width: 82px; 
height: 92px; 
}
.article-subscribe a.image img { 
width: 100%; 
}
.article-subscribe .text { 
padding: 0 0 0 100px;
}
.article-subscribe h2 {
font-size: 14px;
line-height: 16px;
color: #405664;
font-weight: 500;
font-family: 'Roboto', sans-serif;
margin: 0; 
}
.article-subscribe  p { 
font-size: 13px; 
line-height: 18px; 
color: #7d7d7d; 
}
.article-subscribe .article { 
width: auto; 
}
.article-subscribe .article h2 { 
text-transform: uppercase; 
}
.article-subscribe .article p { 
padding-bottom: 22px; 
}
.article-subscribe .article input[type="text"] { 
float: left;
width: 257px;
border: 1px solid #cdcdcd;
padding: 0 12px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 13px;
line-height: 18px;
color: #050505;
font-weight: 300;
height: 38px; 
}
.article-subscribe .article input[type="button"] {
float: left;
height: 38px;
line-height: 38px;
padding: 0 10px;
text-transform: uppercase;
color: #fff;
font-size: 14px;
font-weight: 500;
cursor: pointer;
background: #1f719e;
border-radius: 2px;
-webkit-border-radius: 2px;
border: 0;
margin: 0 0 0 9px;
} 
/* ask-question */
.ask-question { 
width: auto; 
overflow: hidden;
border: 1px solid #cfcfcf;
padding: 25px 28px;
margin: 17px 0 0 0; 
}
.ask-question h2 {
font-size: 15px;
line-height: 18px;
color: #405664;
font-weight: 500;
font-family: 'Roboto', sans-serif;
margin: 0 0 13px 0;
text-transform: uppercase; 
}
.ask-question p {
font-size: 13px; 
line-height: 18px; 
color: #7d7d7d;
padding-bottom: 25px; 
}
.ask-question input[type="text"] { 
float: left;
width: 100%;
border: 1px solid #cdcdcd;
padding: 0 12px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 13px;
line-height: 18px;
color: #050505;
font-weight: 300;
height: 38px;
margin: 0 0 11px 0; 
}
.ask-question textarea { 
float: left;
width: 100%;
border: 1px solid #cdcdcd;
padding: 12px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 13px;
line-height: 18px;
color: #050505;
font-weight: 300;
height: 100px;
resize: none; 
}
.ask-question button {
float: right;
height: 50px;
line-height: 50px;
padding: 0 20px;
text-transform: uppercase;
color: #fff;
font-size: 14px;
font-weight: 500;
cursor: pointer;
background: #1f719e;
border-radius: 2px;
-webkit-border-radius: 2px;
border: 0;
margin: 15px 0 0 0;
}
.ask-question button span:before { 
content: "\f1d8";
color: #fff;
font-size: 20px;
font-family:'FontAwesome';
float: right;
padding: 0 10px;
}
/* related article */
.related-article { 
width: auto; 
overflow: hidden;
border: 1px solid #cfcfcf;
padding: 25px 28px;
margin: 17px 0 0 0;  
}
.related-article h2 {
font-size: 15px;
line-height: 18px;
color: #405664;
font-weight: 500;
font-family: 'Roboto', sans-serif;
margin: 0 0 13px 0;
text-transform: uppercase; 
} 
/*=====================Listing page==============*/
/*----------------left sidebar------------*/
.app-certia{
background-color: #1f719e;
padding: 17px;
}
.app-certia h4 {
font-family: 'Roboto', sans-serif;
font-size: 17px;
color: #fff;
font-weight: 500;
letter-spacing: 0;
text-transform: uppercase;
}
.app-certeria-box {
min-height: 80px;
padding: 17px;
background: #258ac2;
}
.app-certeria-box  a.value-get { 
display: block; 
color: #fff;
margin: 0 0 10px 0;	
}
a.map-x-btn {
background: #f3f3f3 none repeat scroll 0 0;
color: #6b6a6a;
display: inline-block;
font-size: 14px;
line-height: 28px;
text-align: center;
width: auto;
padding: 0 5px;
}
.npi-aver-sec {
border: 1px solid #ccc;
margin: 11px 0;
padding: 13px 18px;
}
.npi-aver-sec h2 {
font-size: 16px;
color: #747474;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.npi-aver-sec .appart-build a {
background: #f3f3f3;
line-height: 36px;
display: inline-block;
width: 100%;
}
.npi-aver-sec h2 i {
font-size: 16px;
display: inline-block;
margin: 9px 0 0 8px;
color: #3f5567;
}
.npi-aver-sec h3{
color: #747474;
font-size: 13px;
line-height: 19px;
font-weight: normal;
}
.npi-aver-sec figure {
visibility: hidden;
position: absolute;
opacity: 1;
top: 0 !important;
background: rgba(0,0,0,0.80);
width: 219px;
height: auto;
right: 0px;
padding: 2px 11px;
border-radius: 6px;
transition: ease-in-out 0.5s;
}
.npi-aver-sec h3 i:hover figure{
top: 21px !important;
visibility: visible;
opacity: 1;
z-index: 99999;
}
.npi-aver-sec figure p {
padding: 7px 0;
font-size: 11px;
color: #fff;
line-height: 17px;
overflow: hidden;
}
.npi-aver-sec .appart-build {
margin: 4px 0;
}
.npi-aver-sec .appart-build em {
color: #747474;
font-size: 12px;
font-style: normal;
text-transform: uppercase;
padding: 6px 8px;
background: #f3f3f3;
}
.npi-aver-sec .appart-build em span{
padding: 0 0 0 27px;
}
.npi-aver-sec .appart-build em i {
margin: 0 7px 0 0;
color: #747474;
font-size: 14px;
}
.npi-aver-sec .txt-filld .textbox {
height: 45px;
display: block;
margin:0;
width: 100%;
outline: none;
border: 1px solid #C1C1C1;
padding: 0 10px;
}
.loc-pro-are {
margin: 20px 0;
}
.loc-pro-are h2{
font-size: 16px;
text-transform: uppercase;
color: #747474;
font-weight: 600;
}
.loc-pro-are h3{
text-transform: uppercase;
color: #747474;
font-size: 13px;
line-height: 19px;
font-weight: normal;
}
.txt-filld {
margin: 8px 0 5px;
}
.txt-filld .txt-filld-btn {
background: #1f719e;
height: 40px;
width: 110px;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 15px;
line-height: 23px;
color: #fff;
margin: 0;
float: right;
}
.txt-filld .txt-filld-btn:hover {
background:#e8571b;
}
.ref-searc-area h4 {
font-family: 'Roboto', sans-serif;
font-size: 15px;
color: #747474;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
}
.loct-ser-are {
padding: 5px 0 0 0;
}
.catg-widget {
background: transparent;
border: 0;
box-shadow: none;
}
.catg-widget.panel {
margin: 0;
padding: 0 0 9px 0;
}
.catg-widget .cat-title {
font-size: 15px;
font-weight: 400;
color: #30a2e1;
display: block;
}
.catg-widget .cat-title.collapsed {
color: #616161;
}
.catg-widget span label {
font-size: 15px;
font-weight: 400;
padding: 0px 0 0 21px;
cursor: pointer;
margin: 0 !important;
line-height: 24px;
color: #666;
}
.catg-widget span dt {
float: right;
font-size: 15px;
font-weight: 400;
color: #666;
}
.catg-widget span {
display: block;
margin: 7px 0;
}
.catg-widget .cat-title.collapsed::after {
color: #258ac2;
content: "";
}
.catg-widget .cat-title::after {
color: #258ac2;
content: "";
float: right;
font-family: FontAwesome;
font-size: 14px;
font-weight: normal;
margin: 2px 0 0;
}
.catg-widget span select {
height: 45px;
width: 77%;
color: #494949;
font-size: 16px;
display: inline-block;
margin: 0 0 0 0;
font-weight: 300;
outline: none;
border: 1px solid #C1C1C1;
padding: 0 10px;
background: #fff url("../images/select-arrow.png") no-repeat right center;
}
.catg-widget span dd {
font-size: 16px;
font-weight: 400;
color: #747474;
float: left;
margin: 0 11px 0 0px;
width: 17%;
padding: 10px 0;
}
.text-content {
background: #fff;
border: 1px solid #ccc;
padding: 20px 15px;
border-top: 0;
}
.catg-widget .cat-title {
background: #eaeaea;
padding: 13px 12px;
}
.refine-pannel{
margin: 0 0 10px 0;
}
.ref-searc-area {
background-color: #eaeaea;
height: 47px;
width: 100%;
display: inline-block;
padding: 17px 13px 0;
}
.ref-serch-state {
padding: 15px 15px 25px;
border: 1px solid #cfcfcf;
}
.ref-serch-state span {
display: block;
margin: 10px 0 0 0;
}
.ref-serch-state span  label {
font-size: 15px;
font-weight: 400;
padding: 0px 0 0 21px;
cursor: pointer;
margin: 0 !important;
line-height: 24px;
color: #747474;
}
.ref-serch-state span  dd {
float: right;
font-size: 15px;
font-weight: 400;
color: #747474;
}
.listing_pagination {
padding: 26px 0 0;
display: inline-block;
width: 100%;
}
.listingtab {
display: inline-block;

}

.nav-tabs > li { 
	margin-bottom: 8px; 
}

.maping-fully{
	width: 100%;
	float:left;
	padding: 0
}

.listingtab .nav.nav-tabs { 
	float: left; 
}

.listingtab .search-bar-top { 
	 float: left;
    margin: 5px 0 -100px 60px;
    padding: 10px 0 0;
    width: 75%;
}

.listingtab .search-bar-top label { 
	float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 12px 0 0;  
}

.listingtab .search-bar-top input[type="text"] { 
	border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    height: 40px;
    padding: 0 10px;
    width: 700px;
}

.listingtab .search-bar-top input[type="submit"] { 
	background: #FF5A20 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 15px;
    height: 39px;
    line-height: 15px;
    margin: 0 0 0 6px;
    padding: 0 17px;
}
.heading-sort .white-bg a {
    margin: 10px 0;
}
/*----------------Right sidebar------------*/
.listing-row-area .compare-itm a:nth-child(2) {
text-align: center;
border-color: #2484b9;
background: #2484b9;
color: #fff;
}
.listing-row-area .compare-itm a:nth-child(2) i {
color: #fff;
font-size: 17px;
}
.sort-valu-clit h3 {
font-family: 'Roboto', sans-serif;
font-size: 25px;
color: #484848;
float: left;
line-height: 28px;
font-weight: 400;
letter-spacing: 0;
text-transform: uppercase;
}
.sort-valu-clit h6 {
 	 color: #30a2e1;
    float: right;
    font-family: "Roboto",sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin: 0;
}
.heading-sort {
/*margin: 33px 0 0;*/
margin: -13px 0 0;
background: #f3f3f3;
padding: 0;
overflow: hidden;
}
.heading-sort span {
font-size: 14px;
font-weight: 300;
float: left;
color: #6b6a6a;
margin: 18px 48px 0 18px;
}
.heading-sort span form{
display: inline-block;
}
.heading-sort span .sort {
height: 35px;
display: inline-block;
outline: none;
border: 1px solid #C1C1C1;
padding: 0 11px;
margin: 0 0 0 6px;
width: 170px;
background: #fff url("../images/select-arrow.png") no-repeat right center;
}
.heading-sort a {
color: #747474;
font-size: 16px;
font-weight: normal;
padding: 17px 16px;
margin: -1px;
}
.heading-sort a i{
font-size: 16px;
margin-right: 8px;
}
.heading-sort a:hover{
/* background: #747474; */
color: #000;
}
.heading-sort a.active{
background: #747474;
color: #fff;
}
.heading-sort .listing-navigt {
float: right;
margin: 12px 16px 0 0;
}
.heading-sort .listing-navigt span {
color: #6b6a6a;
font-size: 14px;
margin: 8px 9px 0 0;
}
.heading-sort .listing-navigt i{
background: #fff;
padding: 10px;
font-size: 14px;
color: #6b6a6a;
font-weight: 300;
margin: 0px 0px 0 5px;
}
.listing-row-area {
border: 1px solid #cfcfcf;
margin-top: 30px;
}
.luxe-appart h3 {
 	font-family: "Roboto",sans-serif;
    font-size: 24px;
    padding: 0 25px;
	margin: 13px 0 0;
	float:left;
}
.listing-row-area .appart-img{
float: left;
}
.listing-row-area  .right {
	float: left;
    width: 73.6%;
}
.listing-row-area .luxe-appart {
border-bottom: 1px dotted #ccc;
padding: 10px 0;
float: left;
width: 100%;
/* border-bottom: 1px dotted #ccc;
float: left;
padding: 10px 0 10px 10px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
background: #258ac2; */
}
.listing-row-area  .luxe-appart h3 a{
font-size: 21px;
color: #5a5a5a;
font-weight: 400;
height: 30px;
overflow: hidden;
}
.listing-row-area .luxe-appart h3 cite {
   color: #7d7d7d;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 0 18px;
    overflow: hidden;
}

.listing-row-area .luxe-appart .rights {
    float: right;
	cursor: pointer;
}

.listing-row-area .luxe-appart .rights .image > span {
    border-radius: 50%;
	-webkit-border-radius: 50%;
    height: 38px;
    overflow: hidden;
    width: 38px;
}

.listing-row-area .luxe-appart .rights .image  > h3 {
    font-size: 13px;
    margin: 16px 0 0;
}

.listing-row-area .luxe-appart .rights .image img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
    width: 100%;
}





.listing-row-area p {
color: #7d7d7d;
font-size: 14px;
font-weight: 500;
line-height: 21px;
margin: 0 0 11px;
margin: -4px 0 10px 0;
}
.listing-row-area .apart-room {
float: left;
width: 59%;
padding: 0 25px 0 0;
margin: 15px 0 15px 25px;
}
.listing-row-area .compare-itm {
float: left;
width: 35%;
margin: 23px 0 0 0;
border-left: 1px dotted #ccc;
min-height: 144px;
text-align: center;
}
.listing-row-area .apart-room ul {
	float: left; 
	width: 50%;
}
.listing-row-area .apart-room ul li {
	color: #7d7d7d;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 5px;
    width: 100%;
	display: flex;
}

.listing-row-area .apart-room ul li::before {
    background: #7d7d7d none repeat scroll 0 0;
    border-radius: 7px;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 10px;
    margin-top: 5px;
    transition-duration: 0.5s;
    transition-property: width;
    transition-timing-function: linear;
    vertical-align: middle;
    width: 5px;
}


.listing-row-area .apart-room ul li i{
color: #616161;
font-size: 14px;
margin:  0 7px 0 0;
}
.listing-row-area .apart-room ul li dd {
color: #6c6c6c;
font-size: 13px;
font-weight: 500;
display: inline-block;
}
.listing-row-area .apart-room ul li dt {
color: #6c6c6c;
font-size: 13px;
font-weight: 500;
}
.listing-row-area .compare-itm .com-btn {
	background: #4da134 none repeat scroll 0 0;    
	border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 23px;
    margin: 10px 3px 12px 20px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 150px;
    float: none;
}
.new-appartmnt-brf a {
color: #e8571b;
}
.listing-row-area .compare-itm .com-btn i {
color: #fff;
margin: 0 7px;
font-size: 14px;
}
.listing-row-area .compare-itm .com-btn:hover i{
color: #fff;
}
.listing-row-area .compare-itm .com-btn:hover {
background: #2484b9;
color: #fff;
border-color: #2484b9;
}
.comproject-btn  {
        background: rgb(37, 138, 194);
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    padding: 0 15px 0 4px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 0 6px 0 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.comproject-btn i{
    color: #ffffff;
    margin: 0 7px;
    font-size: 14px;
}
.comproject-btn:hover i{
color: #fff;
}
.comproject-btn:hover {
background: #2484b9;
color: #fff;
border-color: #2484b9;
}
.new-appartmnt-brf{
border: 1px solid #cfcfcf;
margin: 30px 0;
padding: 20px 0px;
}
.new-appartmnt-brf #demo {
	box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
}
.new-appartmnt-brf h3{
color: #5a5a5a;
font-size: 22px;
line-height: 25px;
font-weight: normal;
padding: 10px 17px;
}
.new-appartmnt-brf p{
color: #7d7d7d;
font-size: 14px;
line-height: 22px;
font-weight: normal;
padding: 10px 17px;
}
.new-app-btn{
padding: 10px 17px;
color: #e8571b;
}
.new-appartmnt-brf a {
margin: 0 0 0 19px;
}
.listingtab .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #fff;
background-color: #747474;
border-color: 747474;
border-bottom-color: transparent;
cursor: default;
}
.listingtab .nav-tabs>li>a:hover {
border-color:transparent;
}
.listingtab  .nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #747474;
}
.listingtab .nav-tabs {
border-bottom: transparent;
}
.listingtab .nav-tabs>li>a {
margin-right: 2px;
line-height: 48px;
border: 1px solid transparent;
border-radius: 0;
margin-bottom: -10px;
}
.map_listing {
margin: 30px 0;
padding: 30px;
border: 1px solid #ccc;
}
.map_listing .map_content aside {
height: 708px;
}
.catg-widget span input {
width: 56%;
height: 21px;
}
.recentpost.recentmargin {
margin: 35px 0 65px;
}
.npi-aver-sec .fldrow .textbox {
width: 100%;
}
.daily_news.related_aricle .newsinner {
margin: 0;
}
.pro-loc span.multiselect-selected-text {
width: 100%;
background: url("../images/select-arrow.png") no-repeat 100% center;
}
/* login form wrp */
.loginformwrp {
margin: 167px 0px 0px;
padding: 3em 0px 0px;
}
.loginformwrp .headding-form {
border-bottom: 1px solid #cfcfcf;
padding-bottom: 0px;
overflow: hidden;
}
.loginformwrp .headding-form h3 {
color: #2e2e2e;
font-size: 26px;
line-height: 30px;
font-weight: normal;
display: inline-block;
margin: 0 0 25px 0;
border-left: 3px solid #30a2e1;
padding: 0 0 0 10px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.loginformwrp form.search {
float: right;
margin-bottom: 15px;
}
.loginformwrp form.search  input {
background: #fff url(../images/search.png) no-repeat 94%;
width: 240px;
padding: 0 40px 0 10px;
height: 36px;
margin: 0 auto;
border: none;
font-weight: 300;
color: #050505;
font-size: 14px;
border: 1px solid #cfcfcf;
}
.loginformwrp .contact-field p small {
margin-bottom: 20px;
display: block;
color: #7d7d7d;
font-size: 12px;
}
.loginformwrp .contact-field {
padding: 40px 30px 0px 0px;
}
.loginformwrp .contact-field .fldrow:nth-child(4) {
margin: 0 0 20px 0;
}
.loginformwrp .contact-field h5{
color: rgb(31, 113, 158);
font-size: 15px;
}
.loginformwrp .contact-field .fldrow .textbox {
display: block;
margin: 0;
width: 100%;
}
.loginformwrp .contact-field .fldrow .form-links {
float: left;
width: 300px;
}
.loginformwrp .contact-field span {
margin: 4px 0px 0px;
display: block;
}
.loginformwrp .contact-field span:last-child {
margin: 8px 0px 0px;
}
.loginformwrp .contact-field span label {
cursor: pointer;
line-height: 25px;
font-size: 12px;
color: rgba(5, 5, 5, 0.71);
font-weight: 400;
padding-left: 19px;
}
.loginformwrp .contact-field span small{
display: block;
color: #7d7d7d;
font-size: 12px;
}
.loginformwrp .contact-field span a{}
.loginformwrp .contact-field .cont-btn {
float: right;
margin: 4px 0px 0px;
width: 140px;
}
.loginformwrp .contact-field .cont-btn  input[type="submit"]{
float: right !important;
margin: 4px 0px 0px;
width: 140px;
}
.loginformwrp .contact-field .cont-btn:hover {
background: #e8571b;
}
.loginformwrp .contact-field .cont-btn input[type="submit"]:hover {
background: #e8571b !important;
}
.contact-field.signup {
padding: 40px 0px 0px 30px;
}
.signuplist{
background: #eaeaea;
padding: 30px 30px;
margin: 40px 0px;
}
.signuplist li{
list-style: none;
margin: 0px;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
color: #5c5b5b;
display: inline-flex;
width: 100%;
}
.signuplist li:before{
content: "\f005";
font-family:'FontAwesome';
margin-right: 10px;
font-size: 12px;
color: rgb(31, 113, 158);
}
/* dashboard */
.dashboard {
margin: 30px 0px 0px;
padding: 40px 0px;
}
.dashboard h2 {
color: #484848;
font-weight: 600;
font-size: 30px;
overflow: hidden;
padding-bottom: 15px;
}
.dashboard h2 span {
padding: 20px 0px;
display: inline-block;
}
.rewardpoint {
float: right;
text-align: right;
}
.rewardpoint h4 {
color: #484848;
margin-bottom: 8px;
}
.rewardpoint .point-value {
color: #484848;
font-size: 35px;
display: block;
}
.rewardpoint a {
color: #1f719e;
text-transform: capitalize;
}
.dashboardlist{
margin:0px;
overflow: hidden;
display: inline-block;
width: 100%;
border: 0;
}
.dashboardlist li {
width: 20%;
}
.dashboardlist li a{
font-size: 17px;
line-height: 60px;
display: block;
padding: 0px 21.5px;
border-radius: 0px;
margin: 0px;
background: #e3e8eb;
text-align: center;
border-right: 1px solid #d7d7d7;
}
.dashboardlist li:last-child a{
border-right: 0px;
}
.dashboardlist li.active a, .dashboardlist li a:hover{
color: #fff;
background-color: #747474;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.dashboard-content{}
.dashboard-content .editoptiondeshbord{}
.dashboard-content .editoptiondeshbord li {
width: 20%;
text-align: center;
padding: 20px;
float: left;
}
.dashboard-content ul li h3 {
font-size: 18px;
color: #405664;
line-height: 24px;
font-weight: 500;
}
.editDashboard{
color: #1f719e;
font-size: 13px;
margin-top: 15px;
display: inline-block;
}
.editDashboard:before{
content: "\f040";
font-family:'FontAwesome';
margin-right: 10px;
}
.dashboard-content ul li .count{
color: #484848;
font-size: 35px;
display: block;
}
.deshpointr {
margin: 30px 0px;
display: inline-block;
width: 100%;
}
.deshpointr h4 {
color: #484848;
margin-bottom: 10px;
}
.deshpointr p {}
.dashboard-content .textbox {
height: 45px;
display: block;
margin: 0;
width: 100%;
outline: none;
border: 1px solid #c1c1c1;
padding: 0 10px;
margin-bottom: 20px;
}
.dashboard-content .selectbox {
background: #fff url("../images/select-arrow.png") no-repeat right center;
border: 1px solid #cdcdcd;
padding: 0 40px 0px 2px;
height: 45px;
width: 100%;
color: #919191;
font-size: 15px;
text-align: left;
}
.editfrom .label{
line-height: 45px;
color: #757575;
font-size: 14px;
font-weight: 400;
padding: 0px;
}
.dashboard-content .cont-btn {
background: #2484b9;
height: 55px;
width: 225px;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 20px;
line-height: 23px;
color: #fff;
margin: 15px 0 0 0;
}
.dashboard-content .cont-btn:hover {
background: #e8571b;
}
.editfrom {
padding: 30px 0px 20px;
}
.editfrom h4{
margin-bottom: 20px;
}
.editfrom h4 small {
display: block;
margin: 10px 0px 0px;
font-family: 'Roboto', sans-serif;
}
.editfrom p.must em{
line-height: 45px;
margin-bottom: 20px;
display: block;
}
.editfrom span {
display: block;
margin-bottom: 4px;
}
.editfrom  span label {
cursor: pointer;
line-height: 25px;
font-size: 12px;
color: rgba(5, 5, 5, 0.71);
font-weight: 400;
padding-left: 19px;
}
.editfrom span a{
float: right;
}
.iamlookingbox{}
.iamlookingbox li{}
a.logo {
}
.div_logo {
width: 119px;
position: absolute;
top: 0;
left: 0;
margin: 9px 0 0 50px;
z-index: 999;
}
.multiselect-container>li>a>label {
    padding: 3px 20px 3px 36px;
    font-size: 15px;
}
.pro-loc .btn-group .dropdown-toggle {
height: 40px!important;
font-size: 15px!important;
}
div.dropdown-menu li a{
margin-left: 0px!important;
}
div.dropdown-menu ul li {
border-left: 1px dotted #ccc!important;
}
div.img {
float: left;
margin-bottom: 20px;
margin-right: 10px;
}
p.view {
font-size: 11px;
}
p.view a{
color: #435061;
font-size: 11px;
}
.des a span {
color: #c45f5f;
}
.pronews-bar p.read a {
display: inline-block;
color: #c45f5f;
font-size: 13px;
margin-top: 20px;
float: right;
}
div.topheader em a{
color: #fff;
}
.newsinner {
height: 150px;
overflow: hidden;
}
.bottom{
margin-bottom: 30px!important;
}
/* Add new css */
.prod-detail-list-table {
clear: both;
}
.table-lis-row {
margin-bottom: 10px;
}
.table-lis-row ul {
overflow: hidden;
}
.table-lis-row ul li {
float: left;
width: 12%;
text-align:center;
padding: 5px 0px;
font-size: 13px;
}
.table-lis-row .head-title {
background: #405664;
}
.table-lis-row .head-title  li{
color:#fff;
font-weight:500;
}
.table-lis-row  ul li .btn{
background: #1f719e;
font-size: 12px;
color: #fff;
font-weight: 500;
border: 0;
border-radius:0px;
-webkit-border-radius:0px;		
}
.table-lis-row  ul li .btn:hover {
background: #e8571b;
}
.table-lis-row ul li:last-child {
width: 16%;
}
.newsimage{ width: 132px !important;
height: 132px!important;
float:left;
margin: 0 20px 0 0;
}
.newsimage img { /*width: 100%; height:100%; */ max-width:100%;}
.appart-img{ width: 268px !important;
height: 259px;
float:left;
margin: 0;
position: relative;
overflow: hidden;
}
.appart-img img { 
	width: 267px; 
	height:100% !important; 
}

/*----------------------------------------- Blog Part ---------------------------------------------------------*/
.blog-part{ 
width: auto; 
overflow: hidden;
position: relative; 
}
.blog-part .social { 
width: 100%; 
}
.blog-part ul{ 
float: right;
list-style: none;
margin: 0 0 10px 0;
-webkit-list-style: none; 
}
.blog-part ul li  { 
float: left;
margin: 0 0 0 5px; 
}
.blog-part .image { 
height: auto;
margin: 20px 0 10px 0;
overflow: hidden;
width: 100%;
}
.blog-part img { 
width: auto; 
height: auto;
}
.add-review { 
width: auto; 
background: #fff; 
border: 1px solid #ccc;
padding: 20px 15px;
margin-bottom: 30px;
overflow: hidden; 
}
.add-review p { 
padding: 0 0 20px 0; 
font-size: 14px; 
line-height: 23px;
}
.add-review h2 { 	
font-size: 25px; 
line-height: 30px; 
color: #333; 
font-weight: 400;
margin: 0 0 10px 0; 
}
.add-review span { 
float: left; 
width: 70px;
height: 2px; 
background: #1f719e;
margin: 0 0 20px 0;  
}
.add-review a { 
float: left; 
width: 120px;
border: 1px solid #ccc;
padding: 5px 5px;
margin: 0 15px 0 0; 
}
.add-review a img { width: 100%; }
.add-review a.comment { 
border: 0; 
padding: 0; 
width: auto; 
float: right;
margin: 20px 0 0 0;
display: none; 
}
.add-review .text { 
width: 100%; 
min-height: 200px;
border: 1px solid #ccc;
float: left;
margin: 10px 0 0 0;
display: none; 
}
.add-review .btn { 
padding: 5px 30px; 
background: #1f719e; 
border-color: #125d86; 
border-radius: 0;
color: #fff; 
font-size: 20px; 
font-weight: 700;
margin: 20px 0 0 0; 
}
.add-review .btn:hover { 
background: #e8571b;
border-color: #d2440a; 
}
ul.dashboardlist li  button.tbtabs {
font-size: 17px;
line-height: 60px;
display: block;
padding: 0px 21.5px;
margin: 0px;
background: #1f719e;
text-align: center;
color:#fff;
border: 0;
}
.listing-row-area .right .luxe-appart input[type="checkbox"]:not(old) {
margin: 7px 0;
opacity: 0;
}
.listing-row-area .right .luxe-appart .luxe-compare{
}
.compare-list { 
width: auto;
overflow: hidden; 
}
.apartment-listing .compare-itm {
display: inline-block;
float: left;
width: 100%
}
.compare-list.bottom { margin: 30px 0 0 0; }
.compare-list .col-md-3, .compare-list .col-sm-3 { 
padding: 0; 
}
.compare-list a {
display: block;
font-size: 15px;
text-align: center;
line-height: 20px;
padding: 15px 0;
color: #525252;
font-weight: 700;
border-left: 2px solid #fff;
background: #d7d8d8; 
}
.compare-list a:hover { 
color: #fff;
background: #1f719e; 
}
.compare-list .botton {
background: #d7d8d8 none repeat scroll 0 0;
border-left: 2px solid #fff !important;
border: 0;
color: #525252;
display: block;
font-size: 15px;
font-weight: 700;
line-height: 20px;
padding: 15px 25px;
text-align: center;
width: 100%;
}
.compare-list .botton:hover { 
color: #fff;
background: #1f719e; 
}
.compare-list h2 { 
color: #484848;
font-family: "Roboto",sans-serif;
font-size: 20px;
font-weight: 400;
letter-spacing: 0;
line-height: 25px;
margin: 20px 0 -12px 0;
}
.saved-search { 
width: auto; 
overflow: hidden;
padding: 30px;
border: 1px solid #ccc;
margin: 30px 0 0; 
}
/*----------------Compare properties------------*/
.property-page{
}
.property-page h2{
font-size: 30px;
color: #232323;
text-align: left;
border-bottom: 2px solid #ccc;
}
.properties-item{
margin: 40px 0 0 0;
}
.properties-item h2{
color: #333;
font-size: 14px;
font-weight: 600;
line-height: 24px;
}
.properties-item span{
font-size: 13px;
color:#525252;
}
.properties-item img{
margin: 20px 0;
}
.properties-item a.propert-deral{
font-size: 13px;
color: #1f719e;
font-weight: bold;
}
.properties-item ul{
}
.page-prorty-itm ul li{
padding: 10px 0 10px 0;
overflow: hidden;
}
.page-prorty-itm ul li a.enqir-btn{
background: #1f719e;
padding: 10px 20px;
font-size: 13px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
text-align: center;
outline: none;
}
.page-prorty-itm ul li span{
font-size: 14px;
color: #525252;
line-height: 22px;
display: block;
}
.page-prorty-itm ul li span dd{
font-size: 13px;
}
.page-prorty-itm ul li .feat-pro-spc{
min-height: 150px;
}
/*----------------I am looking ------------*/
.editfrom  .edit-lokig-sec{
display: inline-block;
}
.editfrom  .edit-lokig-sec span{
display: inline-block;
margin: 0 0 0 29px;
}
.editfrom  .edit-lokig-sec label {
line-height: 45px;
color: #757575;
font-size: 14px;
font-weight: 400;
padding: 0px;
}
.editfrom  .edit-lokig-sec span label {
cursor: pointer;
line-height: 25px;
font-size: 12px;
color: rgba(5, 5, 5, 0.71);
font-weight: 400;
padding-left: 17px;
margin: 0 40px 0 0;
}
.editfrom  .bugdet{
border: 1px solid #cdcdcd;
padding: 0 40px 0px 10px;
height: 45px;
width: 100%;
color: #919191;
font-size: 15px;
text-align: left;
}
.editfrom .edit-sabtn button {
background: #1f719e;
padding: 13px 51px;
font-size: 13px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
text-align: center;
outline: none;
margin: 30px 0 0 0;
display: inline-block;
border: 0;
}
.goog-te-banner{display:none!important;}
.goog-logo-link{display:none!important;}
#google_translate_element {
    height: 33px !important;
    overflow: hidden;
    margin: 0;
}
#google_translate_element:before {
content: "\f107";
    font-size: 15px;
    float: right;
    color: #ffffff;
    font-family: 'FontAwesome';
    margin: 6px 7px 0 0;
}
#google_translate_element:hover:before { color: #fff; }
.goog-te-gadget .goog-te-combo {
    margin: 0 0 0 !important;
    border: 0px;
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #b6bbbe;
    line-height: 19px;
    cursor: pointer;
    border: 1px solid #b1b1b1;
    height: 32px;
    padding: 0 7px;
}
.goog-te-gadget .goog-te-combo  option{
    background: #ffffff;
    font-size: 13px;
    color: #5a5a5a;
}
.goog-te-banner-frame{display:none;}
#ask-question-form input[type="submit"]{
float: right;
height: 37px;
line-height: 37px;
padding: 0px 20px;
text-transform: uppercase;
color: #FFF;
font-size: 14px;
font-weight: 500;
cursor: pointer;
background: #1F719E none repeat scroll 0% 0%;
border-radius: 2px;
border: 0px none;
}
ul.tsc_pagination li{display: inline-block;}
/* ############################################# new css add ################################################### */
.main-scroll {  
height: 600px;
overflow: hidden;
border: 1px solid #ccc;
border-left: 0;
}
.left-part { 
float: left;
width: 20%;
overflow-y: scroll;
height: 100%;	
}
.apartment-listing{
width: auto; 
overflow: hidden;
border: 1px solid #ccc;
border-bottom: 0;
padding: 10px;	
}
.apartment-listing:last-child { border-bottom: 1px solid #ccc; }
.apartment-listing ul.mount{
width: 100%; 
overflow: hidden;
padding:  10px 0 0 0;	
}
.apartment-listing ul.mount li { 
float: left;
width: 100%;
}
.apartment-listing ul.mount li a {
    color: #525252;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 3px 7px 0;
    position: relative;
    text-transform: uppercase;
    line-height: 18px;
}

.apartment-listing ul.mount li a:hover { 
	background: none; 
}

.apartment-listing h3 {
color: #232323;
font-family: Arial,sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: none;
margin: 0 0 10px 0;
}
.apartment-listing h3 a { 
color: #525252;
text-decoration: none;
margin: 10px 0 0 0;
display: block;
font-weight: 700;
}
.apartment-listing h3 a:hover { color: #525252 !important; 
}
.apartment-listing .list  img { 
border: 1px solid #ccc;
float: left;
height: auto;
padding: 2px;
width: 100%;
margin:  0 0 10px 0;	
}
.apartment-listing .list ul { 
float: left;
width: 100%;	
}
.apartment-listing .list ul li { 
float: left; 
width: 100%;
margin: 0 0 5px 0;
border: 0;
}
.apartment-listing .list ul li a { 
text-decoration: none;
color: #525252;
font-family: Arial,sans-serif;
font-size: 15px;
list-style: outside none none;
margin: 4px 0 0;
padding-left: 0;	
}

.apartment-listing .list ul li a:hover { 
	background: none; 
}
.apartment-listing .list ul li a i { margin: 0 10px 0 0; }
.apartment-listing .list ul li dd {
text-decoration: none;
color: #525252;
font-family: Arial,sans-serif;
font-size: 13px;
list-style: outside none none;
margin:0;
float: right;
padding-left: 0px;}
.right-part { 
float: right;
position: relative;
width: 80%;	
}
.right-part #lg-map > div svg { width: 450px !important;}
.right-part #lg-map { right: auto !important; position: relative !important; left: -200px !important; }
ul.popupdetail li {
width: 50%;
float: left;
display: inline-block;
}
a.com-btn2 {
}
.gm-style-iw{
border: none !important;
}
button.com-btn2 {
float: right;
margin: 0 9px 0 0;
}
.apartment-listing.edit{
border: 0 !important;
}
/* ***************************
Body Scroll
*************************** */
/* .nicescroll-rails {
z-index: 9999 !important;
width: 0 !important;
background: transparent !important;
}
.nicescroll-rails div {
width: 0 !important;
border-radius: 0px !important;
border: 0px !important;
}
#ascrail2000:hover {
opacity: 0 !important;
}
body::-webkit-scrollbar-thumb {
background-color: transparent;
border-radius: 0px !important;
border: 0px !important;
}
body::-webkit-scrollbar-track {
background: transparent;
}
body::-webkit-scrollbar {
width: 0;
} */

.btn-danger { 
float: right !important; 
line-height: 24px; 
}
.full-width .right { 
width: 76.4%; 
}
.luxe-appart span {
margin:  3px 0 0 10px;
float: left;	
}
.listing-row-area .luxe-appart h3 a { 
float: left; 
}
.newssectionimage {
height: 200px !important;
overflow: hidden;
width: 100% !important;
}
.newssectionimage img { 
width: auto !important; 
height: 100%; 
}
.newssection {
padding: 0 0 0 10px;
}
.pop-up .projectdetailul {
float: left !important;
margin: 20px 52px !important;
}

@media only screen and (max-width: 480px) {
/* .container {
width: 300px;
} */
a img {
border:none;
}
h1{ 
font-size:26px; 
line-height:32px; 
}
p, ul{
margin-bottom:10px;
}
.mCSB_draggerRail{
width: 20px;
}
}
/*------------------------------------------------------------  projects details  --------------------------------------------------------------*/
.project-detail { 
	width: auto; 
	overflow: hidden;
	padding: 72px 0; 
}
.project-detail .heading h2::before { 
	display: inline-block;
	padding: 0 10px 0 0; 
}
.project-detail .heading  { 
	padding-bottom: 0; 
	margin-bottom: 0; 
}
.project-detail .text { 
        width: auto;
    border: 1px solid #c7c7c7;
    padding: 10px 11px;
    margin: 60px 0 0 0;
    position: relative;
    min-height: 458px;
    background: #ffffff;
}
.project-detail .text .projectbutton {     position: absolute;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;}
.project-detail .text .small-image { 
width: auto;
    height: 220px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.project-detail .text .small-image img { width: 100%; height: 100%; }
.project-detail .text h3 { 
    color: #2e3a40;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 24px 0 10px 0;
}
.projects .project-detail .text p {
    line-height: 22px;
    font-size: 15px;
}
.project-detail .text p { 
color: #707070;
font-family: "Roboto",sans-serif;
font-size: 14px;
line-height: 23px;
margin: 0 0 20px 0;
text-align: left;
}
.project-detail .text a.list {
    background: transparent !important;
    border: 1px solid #667277 !important;
    color: #667277!important;
}
.project-detail .text a:hover {
    background: #258ac2 !important;
    color: #ffffff !important;
}
.project-detail .text a.view, .project-detail .text a.list {
    background: #667277 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    margin: 0 4px 0;
    outline: medium none;
    padding: 0;
    width: 44%;
    border: 1px solid transparent;
}
.project-detail .text a.view button{
background: #30a2e1 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 15px;
float: right;
font-weight: 700;
height: 35px;
line-height: 35px;
margin: 0;
outline: medium none;
padding: 0 10px;
text-transform: uppercase;
border: 0;
}

.pop-up { 
width: auto; 

}
.pop-up .image { 
height: 300px;
display: inline-block;
float: left;
}
.pop-up .image img { 
width: 100%; 
height: 100%; 
}
.pop-up .text { 
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
    min-height: auto;
}
.listingaptproject {  margin-top: 531px !important; }
/*.pop-up h2 {
    color: #34393d;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0 5px;
    text-transform: uppercase;
}*/
.sectionimg2 {
    margin: 25px 0 0 0;
}
.pop-up .projectdetailul{
float: left; 
margin: 20px 0; 
}
.pop-up .projectdetailul li{ 
float: left; 
width: 100%;
color: #707070;
font-family: "Roboto",sans-serif;
font-size: 14px;
line-height: 23px;
margin: 0 0 20px;
text-align: left; 
}
.pop-up .projectdetailul li dd { 
float: left; 
width: 100px;  
}
.sectiondes{
overflow: hidden;
float: right;
}
.project-apart-imgslider .pop-up .flex-direction-nav li a {
top: -193px !important;
}
.map-appartment-view { width: 100%; height: 400px; }
.map-appartment-view #map {
height: 400px;
overflow: hidden;
position: relative !important;
width: 100%;
}
.project-detail .text p{
line-height :18px;
}
.property-apart-imgslider ul.slides li { height: 393px; }
.property-apart-imgslider ul.slides li img { height: 100% !important; }
.property-apart-imgslider .flex-direction-nav li a { top: -197px; }
#___plus_0 { width: 30% !important; float: left; }
.com-btn {
float: left;
display: inline-block;
margin: 0 15px 0 0;
}
.com-btn {
float: left;
display: inline-block;
margin: 15px 15px 0 0;
background: #ececec;
height: 30px;
width: 103px;
font-weight: 500;
vertical-align: middle;
cursor: pointer;
border: 1px solid #d1d1d1;
white-space: nowrap;
padding: 0px;
font-size: 11px;
line-height: 23px;
color: #5a5a5a;
border-radius: 3px;
text-align: center;
}

.projects .project-detail p {
        font-size: 16px;
    line-height: 26px;
}

/* ==========================================================================
detail page my
========================================================================== */
ul.nav.nav-tabs {
    border-bottom: transparent;
}
.detail-slider-wrp ul li {
    padding: 0px 0;
    margin: 0 2px 0 0;
}

ul.slides {
    overflow: hidden;
}
.detail-slider-wrp ul.nav.nav-tabs>li.active>a, .ul.nav.nav-tabs>li.active>a:hover, .ul.nav.nav-tabs>li.active>a:focus {
    color: #FFF;
    background-color: #ff5500;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    cursor: default;
}

.detail-slider-wrp .flex-viewport img {
    width: 707px;
}
ul.nav.nav-tabs>li>a:hover, ul.nav.nav-tabs>li>a:focus {
    border: 1px solid #ccc;
}
.detail-slider-small .slides li img:hover {
    opacity: 0.75;
}
.detail-slider-wrp li.flex-nav-prev {
    position: relative;
}
ul.flex-direction-nav img{
    position: absolute;
    z-index: 9;
    top: 18px;
}
li.flex-nav-prev img {
    left: -4px;
}
ul.flex-direction-nav li {
    position: relative;
}
li.flex-nav-next img {
    right: -8px;
}
.detail-slider-small{
    margin: 15px 0px 0px;
}
.detail-slider-small .slides li {
    border: 2px solid #dbdbdb;
    margin: 0 0 0 13px;
    overflow: hidden;
    float: left;

}
.detail-slider-small .slides li:first-child {
    margin: 0;
}
ul.flex-direction-nav img {
    opacity: 0;
}
.flexslider.detail-slider-small:hover ul.flex-direction-nav img {
    opacity:1;
}
.detail-slider-small .slides li img {
    height: 83px;
    width: 97px;
}
.flexslider.detail-slider {
    position: relative;
}

.abouthotel-left {
    background: #fff;
    min-width: 194px;
	display: none !important;
    padding: 12px 13px;
    box-shadow: 4px 4px 15px -4px #696763;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 5px;
    z-index: 9;
}
.abouthotel-right {
    background: #fff;
    width: auto;
    padding: 10px;
    float: right;
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: -1px 7px 9px -4px rgba(0,0,0,0.5);
    -webkit-box-shadow: -1px 7px 9px -4px rgba(0,0,0,0.5);
    margin:  0 13px 0 0;


}
.abouthotel-left p {
    line-height: 15px!important;
    font-size: 14px!important;
    color: #30a2e1 !important;
    font-weight: 400;
    margin: 0 0 10px 0 !important;
}


.abouthotel-left p em {
    font-style: inherit;
    color: #000000;
    margin: 0 4px 0 0;
}
.abouthotel-right button, .abouthotel-right button:focus {
    background: transparent;
    border: transparent;
    outline: transparent;
}

.abouthotel-right button i {
    margin: 4px 5px 0 0;
    font-size: 13px;
    color: #e8571b;
    font-weight: 500;
    float: left;
}

.modal-backdrop.in {
    opacity:1;
    filter: alpha(opacity=50);
    position: relative;
}
.abouthotel-right .modal-content {
    position: relative;
    width: 36%;
    margin: 0 auto;
    box-shadow: none;
}
.abouthotel-right .modal {
    top: 12em;
}
.addlist{
    display:block;
}
.detail-slider-small .slides li {
    cursor: pointer;
    position: relative;
    border: 0;
    overflow: hidden;
}
.detail-slider-small .slides li:before {
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.detail-slider-small .slides li.flex-active-slide:before  {
    display: none;

}
.featured-mark {
    background: url('images/featured-img.png') no-repeat;
    width: 88px;
    height: 78px;
    position: absolute;
    top: 0;
    right: 0;
}
.sliderdesc p {
    color: #666 !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
}
.sliderdesc h2 p {
    font-size: 22px !important;
    color: #30a2e1 !important;
    font-weight: 500;
}

.rowlisting {
    margin: 104px 0 60px 0;
}
.row-li {
    width: auto;
    border: 1px solid #c7c7c7;
    padding: 10px 11px;
    position: relative;
    min-height: 458px;
    background: #ffffff;
}
.row-li .smfeatimg {
    height: 255px;
}
.row-li .smfeatimg img {
    width: 100%;
    height: 100%;
}
.row-li span {
    display: inline-block;
    background: #d5dfe4;
    width: 100%;
    padding: 6px 15px;
    margin: 15px 0 0 0;
}
.row-li span em {
    float: right;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    margin: 3px 0 0 0;
}


.row-li span a {
    float: left;
    font-size: 18px;
    color: #252525;
    line-height: normal;
    font-weight: 500;
}
.row-li .apart-room p {
   font-size: 14px;
    margin: 9px 0 13px;
	    line-height: 18px;
}
.row-li .apart-room ul {
    margin: 0 0 15px 0;
}
.row-li .apart-room li {
    margin: 0 0 1px 0;
    background: #e4e4e4;
    padding: 4px 15px;
}
.row-li .apart-room dd {
    float: right;
}

.row-li .com-btn i {
    margin: 0 7px 0;
}
.row-li .com-btn {
    float: left;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    background: #667277 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    margin: 6px 4px 10px;
    outline: medium none;
    padding: 0 7px 0 0;
    width: 39%;
    border: 1px solid transparent;
}
.row-li .compare-itm form:nth-child(2) button {
    float: right;
    padding: 0 0 0 9px;
}
.row-li{
	margin:0 0 30px;
}
.row-li .compare-itm button:hover{
	    background: #258ac2 !important;
    color: #ffffff !important;
}


/* ==========================================================================
8july2016 changes for rana side
========================================================================== */

.map-page-list h3 a { 
	padding: 0 0 0 12px; 
}

.map-page-list h3 a:hover { 
	background: none; 
}

.apartment-listing ul.mount li { 
	width: 100%; 
}

.apartment-listing ul.mount li a:hover{
	background: none;  
}

.map-page-lis .list img { 
	width: 100%;
	position: relative; 
}


.row-li.clearfix { min-height: 825px; }

.list dd a {
    color: #30a2e1 !important;
    font-weight: 700!important;
}

.apartment-listing.map-page-list.map-page-popup { 
	width: 270px;
	border: 0;
}

.viewdetailmap {
	background: #30a2e1 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    display: block;
	text-align: center;
    font-size: 15px;
    line-height: 15px;
    padding: 9px 17px;
}

.white-bg { 
	overflow: hidden; 
	background: #fff; 
}

.map-page-list { 
	padding: 10px 0; 
}
 .gm-bundled-control-on-bottom{
	 top:10% !important;
 }
.apartment-listing .white-bg .list img { 
	border: 0 !important; 
}

.apartment-listing .white-bg .list ul { 
	width: 100%; 
	padding: 0 10px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;  
}

.apartment-listing .white-bg ul.mount {
	width: 100%; 
	padding: 0 10px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;  
}

.apartment-listing .white-bg address { 
	padding: 0 10px !important; 
}

.sort-valu-clit {
    width: 100%;
    overflow: hidden;
    margin: 0 0 45px 0;
}

.newsframe h1{ 
	color: #484848;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
	margin-bottom: 15px !important;
	width: 100%;
}

.newsframe hr { 
	display: none; 
}

.newsframe p {  
	color: #707070;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px;
    text-align: left;
	width: 100%;
}

.newsframe p span, .newsframe b, .newsframe strong { 
	font-weight: 500;
	color: #000; 
}

.newsframe h2 { 
	font-size: 20px !important;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}

.highlight ul { 
	list-style: none; 
	list-style-type: none; 
}

.highlight li { 
	float: left;
	width: 100%;
	margin: 10px 0 0 0; 
}

.highlight li:first-child { 
	margin: 0; 
}

.highlight li label { 
	float: left;
	width: 150px;
	margin: 10px 0 0 0; 
}

.highlight input[type="text"] { 
	width: 300px; 
	height: 40px; 
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left; 
}

.highlight input[type="submit"] {
	 background: #30a2e1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 30px;
    margin: 25px 0 0 0;
	}

.highlight em { 
	font-style: normal;
	float: left;
	margin: 10px 0 0 10px; 
}

.highlight span { 
	display: block; 
}

.newsframe td { 
	font-size: 14px;
	padding: 10px; 
}

.slider-top { 
	width: 100% !important; 
}

.slider-top .flex-active-slide img { 
	height: 400px !important; 
}

.flexslider.detail-slider > figure { 
	position: absolute !important;
	right: 0;
	top: 0;
	z-index:9; 
}



/* ==========================================================================

best-location

========================================================================== */

.best-location { 
	width: auto; 
	overflow: hidden;
	background:url(images/best-location_bg.jpg) center top no-repeat;
	background-size: cover;
	height: 266px;
     padding: 35px 0 0;
	/*margin: 85px 0 0;*/
}

.best-location h2 { 
	font-size: 40px; 
	line-height: 45px; 
	color: #eaebed; 
	font-weight: 300;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	float: left;
	padding-bottom: 20px; 
}

.best-location h2 span { 
	display: block;
	font-size: 23px;
	line-height: 25px;
	color: #c8c8c8;
	padding: 5px 0 0 0; 
}

.best-location h2 cite { 
	position:absolute; 
	left: 0; 
	bottom: -4px;
	width: 68px;
	height: 3px;
	background: #227aab; 
}



/* ==========================================================================

best-location

========================================================================== */

.best-location { 
	width: auto; 
	overflow: hidden;
	background:url(images/best-location_bg.jpg) center top no-repeat;
	background-size: cover;
	height: 184px;

	margin: 72px 0 0;
}

.best-location h2 { 
	font-size: 40px; 
	line-height: 45px; 
	color: #eaebed; 
	font-weight: 300;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	float: left;
	padding-bottom: 20px; 
}

.best-location h2 span { 
	display: block;
	font-size: 23px;
	line-height: 25px;
	color: #c8c8c8;
	padding: 5px 0 0 0; 
}

.best-location h2 cite { 
	position:absolute; 
	left: 0; 
	bottom: -4px;
	width: 68px;
	height: 3px;
	background: #227aab; 
}


/* ==========================================================================

running-project

========================================================================== */

.running-project { 
	width: auto; 
	overflow: hidden; 
	 margin-top: -20px;
}

.running-project .upper { 
	width: auto;
	position: relative; 
}

.running-project .upper h2 { 
	position: absolute; 
	left: 0; 
	top: 0;
	font-size: 18px; 
	line-height: 21px;
	color: #fff;
	font-weight: 400;
	padding: 25px 0 0 20px; 
}

.running-project .contant { 
	min-height: 530px;
    overflow: hidden;
    padding-bottom: 2px;
    width: auto;
}

.running-project .upper .plan { 	
	position: absolute; 
	left: 0; 
	bottom: 1px; 
	width: 100% !important;
}

.running-project .upper li { 
	position: relative;
	border: 1px solid #d2d2d2;	
}

.running-project .contant:hover span.overlay { 
	background: none; 
}

.running-project .upper li span.overlay1 { 
	width: 100%;    background: url(images/overlay1.png) center top no-repeat;	
	height:135px !important;
	position: absolute;
	left: 0;
	top: 0;
	background-size:cover;
}

.running-project .upper li span.overlay2 { 	width: 100%; background-size:cover;		background: url(images/overlay2.png) center top no-repeat;	height:135px !important;	position: absolute;	left: 0;	bottom: 0;}.list {    float: right;    margin:0;}.list i { padding: 0 10px 0 0; }

.running-project .upper .plan a.green { 
	padding: 0 11px; 
	color: #fff;  
	background: #4da134;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	float: left; 
}

.running-project .upper .plan a.save { 
	background: #1f719e;
	color: #fff;
	padding: 0 11px;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	border-radius: 0 7px 0 0;
	-webkit-border-radius: 0 7px 0 0;
	float: left; 
}

.running-project .upper .plan button.save {
    background: #1f719e;
    color: #fff;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 0 7px 0 0;
    -webkit-border-radius: 0 7px 0 0;
    float: left;
	border:none;
}

.recentmargin .herosearch .textfld {
    height: 41px;
    width: 71%;
	float: right;
}

.appart-img > span {
    background: rgba(77,161,52,0.8);
   bottom: -30px;
    padding: 0 44px;
    position: absolute;
    right: -54px;
    transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
}

.appart-img > span cite {  
	color: #fff;
    float: left;
    font-size: 15px;
    font-style: normal;
    line-height: 14px;
    margin: 0;
    padding: 20px 0 61px;
}

.recentmargin .herosearch .srchbtn {
    height: 40px;
    width: 100%;
}
.recentmargin .herosearch  {
   position: relative;
    
}
.running-project .upper .plan a i { 
	padding: 0 5px 0 0; 
}

.running-project .bottom { 
	background: #fff;
	padding: 20px 22px;
	border: 1px solid #d2d2d2;
	float: left;
	width: 100%; 
}
.enquirbutton{
	margin-bottom:5px !important;
}
.running-project .bottom .left { 
	float: left; 
	width: 350px; 
}

.running-project .bottom .left h2 { 
	font-size: 20px; 
	line-height: 25px; 
	color: #333f48; 
	font-weight: 500;
	margin: 0 0 10px 0; 
}

.running-project .bottom .left h3 { 
	font-size: 18px; 
	line-height: 20px; 
	color: #1f719e; 
	font-weight: 300;
	margin: 0 0 15px 0; 
}

.running-project .bottom .left p { 
	font-size: 15px; 
	line-height: 21px; 
	color: #6b6b6b; 
	font-weight: 400px;
	overflow: hidden;

}

.running-project .bottom .right { 
	width: 215px;
	text-align: center;
	float: right;
	margin: -60px 0 0 0;
}

.running-project .bottom .right .image { 
	width: auto;
	position: relative; 
}

.running-project .bottom .right .image span {
display: block;
margin: 0 auto;
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
border: 3px solid #fff;
}

.running-project .bottom .right .image span img {

width: 100%;
height: auto;
}

.running-project .bottom .right .image h3 { 
	font-size: 15px; 
	line-height: 21px; 
	color: #4e4e4e; 
	font-weight: 400;
	text-align: center;
	margin: 10px 0 30px 0; 
}

.running-project .bottom .right a.view { 
	display: inline-block;
	color: #fff;
	line-height: 31px;
	padding: 0 12px;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #1f719e;
}


.running-project .flex-direction-nav {
	left: 0;
    position: absolute;
    top: 50%;
	margin: -30px 0 0 0;
    width: 100%;
    z-index: 999;
}

.running-project .flex-direction-nav a.flex-prev { 
	position: absolute; 
	left: 10px; 
	top: 0; 
}

.running-project .flex-direction-nav a.flex-next{
	position: absolute; 
	right: 10px; 
	top: 0;
}

.running-project .flex-direction-nav a.flex-next:before { 
	color: #fff; 
	font-size: 60px;
	content: "\f105";
	font-family:'FontAwesome';
}

.running-project .flex-direction-nav a.flex-prev:before { 
	color: #fff; 
	font-size: 60px;
	content: "\f104";
	font-family:'FontAwesome';
}



/* ==========================================================================

single view detaile page

========================================================================== */

.single-detail-view-page { 
	width: auto; 
	overflow: hidden;
	margin: 0 0 100px 0;
	
 
}


/* ############# thumbnail-slider ############# */
.thumbnail-slider { 
	width: auto; 
	overflow: hidden;
	background: #fff;
	padding: 15px;
	margin: 15px; 
	color:#fff!important; 
}

#carousel li { width: 100% !important; }


/* ############# street beach ############# */
.street-beach { 
	width: auto; 
	overflow: hidden;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 25px; 
	margin: 0 0 15px 0; 
}

.street-beach .left { 
	border-right: 1px solid #dddddd; 
	overflow:hidden;
}

.street-beach .left h2 { 
	font-size: 22px; 
	line-height: 25px; 
	color: #4f4f4f;
	font-weight: 400;
	margin: 0 0 10px 0; 
}
.street-beach .left h2 span { 
	display: block;
	font-size: 20px;
    line-height: 27px;
	color: #3c799b;
	font-weight: 400;
	margin: 5px 0 0 0; 
}

.street-beach .left h3 { 
	font-size: 22px; 
	line-height: 25px; 
	color: #4f4f4f; 
	font-weight: 300;
	margin: 0 0 15px 0;
}

.street-beach .left p { 
	font-size: 15px; 
	line-height: 21px; 
	color: #6b6b6b;
	font-weight: 400; 
}
.street-beach .right { 
	width: 100%; 
	text-align: center;
	margin: 0; 
}

.street-beach .right a.save { 
	display: inline-block;
	background: #1f719e;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 14px;
	line-height: 39px;
	padding: 0 38px;
	margin: 0 0 5px 0; 
}
button.save { 
	display: inline-block;
	background: #1f719e;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 14px;
	line-height: 39px;
	padding: 0 38px;
	margin: 0 0 5px 0; 
}

.street-beach .right a.save i { 
	padding: 0 5px 0 0; 
}

.street-beach .right a.plan { 
	display: inline-block;
	background: #4da134;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 14px;
	line-height: 39px;
	padding: 0 25px; 
}


/* ############# view description ############# */
.view-description { 
	width: auto; 
	overflow: hidden; 
	border: 1px solid #e7e7e7;
	padding: 25px;
	margin: 0 0 15px 0;
	background: #fff; 
}

.view-description h2 { 
	font-size: 22px; 
	line-height: 25px;
	color: #4f4f4f;
	font-weight: 400;
	margin: 0 0 15px 0; 
}

.view-description p { 
	font-size: 15px; 
	line-height: 21px; 
	color: #6b6b6b;
	font-weight: 400;
	margin-bottom: 20px;
}

.view-description a.view { 
	text-decoration: none;
	font-size: 15px; 
	line-height: 21px;
	color: #1f719e;
	font-weight: 400;
	float: left; 
}

.view-description a.view i { 
	float: right;
	color: #1f719e;
	margin: 5px 0 0 5px; 
}
/* ############# agent detail ############# */
.agent-detail { 
	width: auto; 
	overflow: hidden;
	position: relative;
	margin: 0 0 0 40px;
	
	
}
.agent-detail address p{ 
color:#FFFFFF !important;
padding: 30px 0 0 0;
font-size: 16px;
}

.agent-detail .overlay { 
	background: rgba(0,0,0,0.8); 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0;
}

.agent-detail h2 { 
	color: #f4f4f4;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 0 15px 0;
	text-align: left; 
}

.agent-detail .text { 
	width: auto;
	overflow: hidden;
	padding: 10px 0;
	text-align: center; 
}
.agent-detail .text address p {
    font-size: 18px !important;
}
.agent-detail .text span { 
	float: left;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	background: #fff;
	padding: 3px; 
}

.agent-detail .text span img { 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 100%; 
}

.agent-detail .text .cont { 
	 float: left;
    margin: 20px 0 0 0;
    width: 100%;
}

.agent-detail .text ul { 
	list-style-type: none;
	list-style: none; 
}

.agent-detail address p { padding: 0; }

.agent-detail .text li { 
	float: left; 
	width: 100%;
	
}

.agent-detail .text li:first-child { 
	margin: 0; 
}

.agent-detail .text li a { 
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	text-align: left; 
}

.agent-detail .text li a i { 
	float: left;
	color: #ededed;
	width: 20px;
	margin: 4px 0 0 0; 
}

.agent-detail .text address { 
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #ededed;
	font-weight: 300;
	text-align: left; 
}

.agent-detail .text a.contact { 
	text-decoration: none;
	padding: 15px 18px;
	background: #1f719e;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin: 20px 0 0 0;
}

.agent-detail .text a.contact i { 
	color: #fff;
	padding: 0 0 0 10px; 
}

/* ############# enquire project ############# */
.enquire-project { 
	width: auto; 
	overflow: hidden;
	background: #1f719e;
	padding: 35px 30px;
	margin: 2px 0 0 0;
	position: relative; 
}

.enquire-project img.man { 
	position: absolute; 
	right: 30px;
	bottom: -1px; 
}

.enquire-project h2 { 
	font-size: 22px; 
	color: #fff;
	font-weight: 400;
	
}

.enquire-project h3 { 
	font-size: 19px; 
	line-height: 22px; 
	color: #ededed;
	font-weight: 300;
	margin: 0 0 18px 0; 
} 

.enquire-project input[type="text"] { 
	width: 100%; 
	border: 1px solid #1b658e;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
	padding: 0 10px;
	margin: 0 0 10px 0; 
}

.enquire-project input[type="submit"] {  
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
	background: #4da134;
	cursor: pointer;
	font-size: 22px;
	line-height: 54px;
	height: 54px;
	float: left;
	color: #fff;
	padding: 0 35px;
	margin: 8px 0 0 0; 
}

.enquire-project textarea { 
	width: 100%;
	resize: none;
	hanging-punctuation: 95px;
	padding: 15px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #1b658e;
	margin: 0 0 10px 0; 
}


.bg-gray { 
	background: #f1f1f1; 
}


.aptviewslider .flexslider.detail-slider { 
	height: 450px; 
}

.aptviewslider .flexslider.detail-slider  li { 
	max-height: 450px;
}

.aptviewslider .flexslider.detail-slider  li img { 
	width: 100%; 
	height: 100%;
}

.aptviewslider .image img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
}

.aptviewslider .image > span {
    border-radius: 50%;
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

.aptviewslider .image > h3 {
	font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0;
}

.aptviewslider .rights  { 
	padding: 10px 30px; 
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;	
}



.aptviewslider .flex-direction-nav {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 999;
	width: 100%;
	margin: -20px 0 0 0;
}

.aptviewslider .flex-direction-nav  a.flex-prev {
    left: 0;
    position: absolute;
    top: 0;
	background: url(http://www.dev.sitessimply.com/nas/images/detail1.png) left top no-repeat;
	width: 40px;
	height: 50px;
	color: #fff;
}
#ninja-slider-pager{ display:none !important;}
.aptviewslider .flex-direction-nav  a.flex-next {
    right: -12px;
    position: absolute;
    top: 0;
	background: url(http://www.dev.sitessimply.com/nas/images/detail2.png) left top no-repeat;
	width: 40px;
	height: 50px;
	color: #fff;
}

.flex-disabled { display: block !important; }
.clickable { display: none; }

.search-bar-top .label { color: #f3f3f3 !important ; }

.list-project .textfld { 
	width: 100% !important; 
}

.herosearch.list-project { 
	margin: -11px 0 0 0; 
}

.prjct-latest span { 
	float: right;
	margin: 4px 0 0;	
}

.prjct-latest { 
	background: none; 
}

.aparmet-proect .upper {
    height: 484px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.aparmet-proect .upper  img { 
	width: 100%; 
}

.aparmet-proect {
    margin: 0;
}

.aparmet-proect .upper h2 {
    
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    line-height: 21px;
    opacity: 0.7;
    padding: 20px 0 20px 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.aparmet-proect .upper h2 a { 
	color: #fff;
	font-size: 18px;	
}

.aparmet-proect  .upper li span.overlay { 
	display: none; 
}

.apart-room  ul { 
	float: left; 
	width: 100%;
	margin: 10px 0 0 0;	
}

 .apart-room li {
    float: left;
    margin: 0 25px 0 0;
	position: relative;
}

.apart-room li dd , .apart-room li dt{ 
	display: inline-block; 
}

.apart-room dd { 
	margin: 0 0 0 10px !important; 
}

.apart-room li dd , .apart-room li i,.apart-room li dt { 
	margin: 0 10px 0 0; 
}

.aparmet-proect  .bottom .left { 
	width: 70%; 
}
.apart-room address { 
	display: block;
    float: left;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 0;
	font-size: 18px;
}

.apart-room li img { 
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;	
}

.apart-room li img.toilet {
	margin: -6px 10px 0 0;
}

.running-project .upper li .feature {
    position: absolute;
    top: -20px;
    color: rgb(255, 255, 255);
    background: rgb(37, 138, 194) none repeat scroll 0% 0%;
    transform: rotate(56deg);
    padding: 18px 9px;
    right: -82px;
    width: 183px;
    height: 92px;
	z-index: 9;
}


ul.slides span cite {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 40px 4px 0 49px;
}
.apratment_slider{color:#fff !important;font-size: 0px !important;}
h3.Outdoor{margin:60px 0 0 0;}
h3.apt_price{margin:60px 0 0 0;}
.view-description h3 {
    font-size: 18px;
    color: #4f4f4f;
   
    
}
.projectslider{ color: #FFFFFF !important;font-size: 0px !important;}
figure.showing {
   background: #777777;
   border-radius: 6px;
   height: auto;
   opacity: 0;
   padding: 2px 0;
   position: absolute;
   left: 0;
   top: 0 !important;
   transition: all 0.5s ease-in-out 0s;
   visibility: hidden;
   width: 100px;
   text-align: center;
}

.apart-room li:hover figure.showing p { color: #fff !important; }



.apart-room li:hover figure.showing{
  opacity: 1 !important;
   top: -23px !important;
   visibility: visible;
   z-index: 99999;
}


/* ############# Our team  ############# */
.team-cont {
    margin: 8em 0 25px;
}
.our-tmsec{
    
    margin: 0 auto;
}
.our-tmsec.container{
    width: 950px;
}
.team-cont .content h1{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}
.team-cont .content h2 {
    clear: both;
    margin-top: 10px;
    margin-left: 20px;
    color: #202970;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
 .content .staff {
    float: left;
    width: 435px;
    padding: 10px;
    background-color: #E5E5E5;
    position: relative;
    margin: 0 0 20px;
   
}
 .content .staff .staff-photo {
     float: left;
    height: 170px;
    margin-right: 15px;
    text-align: center;
   width: 130px;
height: 140px;
}
.staff-photo > a {
    float: left;
    height: 120px;
    width: 120px;
	overflow:hidden;
}
.content .staff .staff-photo img {
    min-height: 100%;
    width: 100%;
}
 .content .staff .staff-info {
    overflow: hidden;
    padding-top: 10px;
    float: left;
    margin-top: -10px;
}
.staff p {
   margin: 0 0 4px 0;
color: #686868;
font-size: 12px;
margin-bottom: 14px;
line-height: 13px;
}
staff-info .phone {
    height: 42px;
}
.emailagent {
    color: #202970;
    text-decoration: none;
    font-size: 12px;
}
.staff-info .link {
    margin: 10px 0 0 0;
    font-size: 12px;
}
.nasstaffimg{
   height: 200px;
    margin: 0 auto;
    text-align: center;
    width: 175px;
}
/* .nass-agent .nasstaffimg img{
  height: 100%;
width: 100%;
display: inline;
} */
.nass-agent .nasstaffimg img {
    display: inline;
    max-height: 210px;
}
/* ############# navigation ############# */
.headmenu ul li:hover ul{
	visibility: visible;
}
.headmenu li ul {
     background: rgb(24, 20, 20) none repeat scroll 0 0;
    box-shadow: 0 3px 9px -3px rgb(154, 154, 154);
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 49px;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    width: 150px;
    z-index: 9;
    transition: all 0.3s linear;
    background: rgb(24, 20, 20);
    
}
.headmenu li ul li {
    line-height: normal;
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 999;
}
.headmenu li ul li a {
     color: #fff;
    padding: 10px 0 10px 10px !important;
}
.headmenu a{
    position: relative;
}
.profie-manmt {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 25px;
}
ul.mangement-icon ul{
   display: block;
    text-decoration: none; 
}
ul.mangement-icon li a {
    display: inline-block;
    padding: 0 22px 0 0;
    margin: 22px 0;
    float: left;
}
.aboutstaff {
   min-height: 115px;
    clear: both;
    max-height: 115px;
    overflow: hidden;
}
.nass-agent.area {
    min-height: auto;
}

.list { 
	margin: 15px 15px 0 0 !important; 
}
.herobanner:before {
    background: rgba(26, 32, 36,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    height: 100%;
    width: 100%;
}
.clien-logos .bx-wrapper .bx-viewport ul li a img{
	
}


.fldrow.clearfix {
    margin: 10px 0 10px 0;
}

.fix-captcha { 
	float: left;
	position: relative;
	
}


.captcha-part { 
		width: auto;
		margin: 0 0 0 0;		
		
	}
	
	.captcha-part h2 { 
		font-size: 22px; 
		line-height: 25px; 
		font-weight: 400;
		margin: 0 0 20px 0; 
	}
	
	.captcha-part span { 
		float: left;
		width: 150px;
		margin: 9px 11px 0 0;
		height: 53px;
		background: #ccc;		
	}
	
	#imgparent  img { 
		height: 53px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 9px;
    width: 93%;	
	}
	
	
	.captcha-part .right { 
		background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    float: right;
    margin: 9px 0 0;
    width: 79.7%;		
	}
	
	.fldrow .captcha-part  { 
		width: 522px; 
	}
	
	.fldrow  .captcha-part .right { 
		width: 67.7%; 
	}
	
	.fldrow  .captcha-part input[type="text"] { 
		width: 68%; 
	}
	
	.captcha-part input[type="text"] { 
		float: left; 
		height: 51px;
		border: 0;
		padding: 0 10px;
		font-size: 14px;
		line-height: 21px;
		color: #666;
		width: 78%;
		margin: 0 !important;
		border-radius: 0;
	}
	
	.captcha-part a.refresh { 
		background: #eee none repeat scroll 0 0;
		border-left: 1px solid #ccc;
		float: right;
		line-height: 51px;
		padding: 0 15px;
	}
	
	.captcha-part a.tool { 
		background: #eee none repeat scroll 0 0;
		border-left: 1px solid #ccc;
		float: right;
		line-height: 51px;
		padding: 0 15px;
		border-radius: 0 4px 4px 0; 
		-webkit-border-radius: 0 4px 4px 0;
		position: relative; 
		
	}
	
	.captcha-part .tooltip { 
		opacity: 1 !important;
		visibility: visible !important;
		position: relative !important;		
	}
	
	.tooltip .tooltiptext {
		 background-color: black;
		border-radius: 4px;
		color: #fff;
		left: 0;
		padding: 0 10px;
		position: absolute;
		text-align: center;
		top: -42px;
		visibility: hidden;
		width: 150px;
		z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.modal-dialog .captcha-part .right { 
	width: 319px !important; 
}

.modal-dialog .captcha-part .right input[type="text"] { 
	width: 70%; 
}

.modal-dialog .captcha-part .right { 
	margin: 9px 0 0 0 !important;
}

.modal-dialog  .captcha-part { 
	margin: 9px 0 0 0 !important; 
}

.enquiry-form .col-md-6 , .enquiry-form .col-sm-6, .enquiry-form .col-xs-12 { 
	position: relative; 
}
.clien-logos .bx-viewport { overflow: visible !important; }



.col-md-6.col-sm-6.col-xs-12 > .errorbox {
    bottom: 0;
    left: 18px;
    margin: 0;
    position: absolute;
}

.col-md-6.col-sm-6.col-xs-12 > input {
    margin: 0 0 20px !important;
}
.grid-constant {
    position: relative;
	margin-top: 35px;
}

.feature {
    position: absolute;
    right: 0;
    top: 0;
    background: #30a2e1;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    margin: 3px 3px 0 0;
}

#grid #flexslider1 {
    border: 1px solid #909496;
    padding: 2px 2px;
}
#grid .plan .save {
    color: #f57c15;
    margin: 5px 0 0 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
#grid .plan .save i {
    margin: 0 4px 0 0;
}

#grid h2 a:hover, #grid .plan a:hover {
    color: #30a2e1;
}
#grid h2 a {
    color: #000;
    font-size: 15px;
}
.listing_pagination a.current {
    background: #30a2e1 !important;
    color: #fff !important;
    border: 1px solid #30a2e1;
}
.heading-sort .tsc_pagination a.current{
	background: #30a2e1 !important;
    color: #fff !important;
    border: 1px solid #30a2e1;
}
/* .listing_pagination a {
    background: #dedede !important;
    border: 1px solid #ccc !important;
    margin: 1px 0 0 4px;
    font-size: 15px;
    color: #000;
    padding: 5px 11px !important;
    display: inline-block;
} */
.listing_pagination a:hover, .heading-sort .tsc_pagination a:hover {
	background: #30a2e1 !important;
    color: #fff !important;
    border: 1px solid #30a2e1;
}
.heading-sort .tsc_pagination a {
	background: #dedede !important;
    border: 1px solid #ccc !important;
    margin: 1px 0 0 4px;
    font-size: 15px;
    color: #000;
    padding: 5px 11px !important;
    display: inline-block;
}

#grid .plan .save {
    color: #f57c15;
    margin: 5px 0 0 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    background: transparent;
    line-height: normal;
    border: 0;
}
.prdctmstr span.error { color:#FF0000 !important; }
.dashboard-comp a.view {
    display: inline-block;
    color: #fff;
    line-height: 31px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #1f719e;
}

.dashboard-comp .enquirbutton {
    margin-bottom: 5px !important;
}

.btn-danger-compare {
    float: none !important;
    line-height: 24px;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}


.dashboard-comp {
    margin: 30px 0px 0px;
    /* padding: 40px 0px; */
    padding: 40px 0px;
}
#example11_first{
	display: none !important;
}
#example11_last{
	display: none !important;
}
.featured-apart .appartmt ul.app-appart li span {
font-size: 18px;
color: #191919;
margin: 10px 0;
font-weight: 400;
font-family: 'Roboto', sans-serif;
display: block;
}
/* Popup Style */
.sexypopup{
    display: none;
    width: 656px;
    background:#EEEEEE url("/images/sketchoverlay.jpg") no-repeat bottom right;
    position: relative;
}
.fancybox-skin, .sexypopup {
    border-radius: 8px;
}
.sexypopup figure {
    padding: 40px 50px 50px;
    margin: 0;
}
.sexypopup h1 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 8px 0;
    color: #000;
    font-size: 32px;
    font-weight: 900;
	weight : 80%;
}
.sexypopup p {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #000;
    font-size: 14px;
    padding: 0;
    line-height: 20px;
    width: 78%;
}
.sexypopup form {
    margin: 30px 0 0 0;
}
.sexypopup aside {
    display: inline-block;
    width: 100%;
}
.sexypopup span {
    float: left;
    width: 85%;
    margin: 0 7px 0 0;
}
.fancyfield {
    background: #fff;
    border: 1px solid #a6a6a6;
    height: 42px;
    outline: none !important;
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    display: -webkit-inline-box;
    width: 91%;
    margin: 0 0 7px 0;
}
textarea.fancyfield {
    height: 124px;
    resize: none;
    padding: 10px;
}
.fancyButton {
    background: #30a1e0;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border: 0;
    width: 238px;
    height: 60px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    margin: 11px 0 0 0;
    cursor: pointer;
}
.fancyButton:hover{
    background: #4abeff;
}
.fancyfield::-webkit-input-placeholder { color:#000; }
.fancyfield::-moz-placeholder { color:#000; }
.fancyfield:-ms-input-placeholder { color:#000; }
.fancyfield:-moz-placeholder { color:#000; }

.sexypopup::before {
    content: '';
    background: url('/images/logoincircle.png') no-repeat;
    width: 94px;
    height: 94px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 40px 40px;
}
/* Grid Icons */

.grid-bicons li dd {
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    margin: 5px 0 0 3px;
}
.grid-bicons li img {
    width: 14px;
}
.grid-bicons li {
    display: inline-block;
    margin: 0 7px 0 0;
	position:relative;
}
.grid-bicons {
    display: inline-block;
    width: 100%;
	margin: 7px 0;
}
.grid-bicons li:hover .showing {
    visibility: visible;
    opacity: 9;
    z-index: 9;
}
.grid-bicons li .showing p {
    color: #fff;
    line-height: normal;
    margin: 0 !important;
    font-size: 12px;
}
.grid-bicons figure.showing {
    padding: 4px;
    border-radius: 3px;
    width: auto;
    background: #000;
    margin: -22px 0 0 0;
    min-width: 73px;
}