body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

header {
    height: 800px;
}

header.short {
    background: url(../img/servicesbg.jpg) no-repeat center center;
    height: 260px;
    min-width: 1000px;
}

@media all and (max-width: 3000px) and (min-width: 1400px) {
    header.short {
    background: url(../img/servicesbg.jpg) no-repeat center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 260px;
}

}

.firstslide {
    background: url(../img/dni_slide.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    margin-top: -20px;
}

.secondslide {
    background: url(../img/residential_slide.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    margin-top: -20px;
}

.thirdslide {
    background: url(../img/development_slide.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    margin-top: -20px;
}

.fourthslide {
    background: url(../img/serviced_apartment_slide.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    margin-top: -20px;
}

.fifthslide {
    background: url(../img/consultancy_slide.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    margin-top: -20px;
}

nav {
    display: block;
    min-width: 1000px;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: #282828;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

#logo {
    display: block;
    width: 267px;
    float: left;
    height: 57px;
}

#menu {
    display: block;
    float: right;
    line-height: 30px;
}

#menu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#menu a {
    color: #282828;
    text-decoration: none;
}

.active {
    padding-top: 28px;
    border-top: 3px solid #282828;
}

#menu a:hover {
    padding-top: 28px;
    border-top: 3px solid #282828;
}

h1 {
    font-size: 43px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    padding-top: 150px;
}

#message {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    padding: 20px;
    width: 510px;
    top: 460px;
    overflow: hidden;
    zoom: 1;
    position: absolute;
}

#message p {
    text-align: justify;
    color: #898989;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    height: 160px;
    display: block;

}

h2 {
    padding: 0;
    margin: 0;
    font-weight: 300;
}

#services {
    padding: 10px 0 60px 0;
    width: 1000px;
    margin: 0 auto;
}

.cta {
    display: block;
    float: right;
    background: #000;
    padding: 15px 40px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 0;
}

.cta:hover {
    background: #272727;
}

.unit {
    width: 184px;
    height: 184px;
    display: block;
    float: left;
    margin-right: 20px;
}

.last {
    margin-right: 0;
}

.unit img {
    width: 100%;
}

.caption {
    padding-top: 15px;
    position: relative;
    color: #808080;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 0.03em;
}

.unit a {
    text-decoration: none;
}

footer {
    min-width: 1000px;
    background: #000;
    padding: 25px 0;
    letter-spacing: 0.05em;
}

.copyright {
    padding: 0;
    margin: 0;
    float: left;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.copyright a {
    color: #fff;
    font-weight: bold;
}

#social {
    margin-left: 221px;
    float: left;
}

#twitter {
    padding-right: 10px;
}

#dnresidential {
    float: right;
    margin: 0;
    padding: 0;
}

#dnresidential img {
    padding-right: 8px;
}

#dnresidential a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

/** SLIDER
 ***************************/
#slider {
    width: 100% !important;
    min-width: 1000px;
    top: 0px;
    z-index: -99;
    position: absolute !important;
    zoom:1;
}

.bjqs {
    width: 100% !important;
}

.bjqs-slide {
    width: 100% !important;
}

ol.bjqs-markers {
    display: none;
    position: relative;
    z-index: 999;
    width: 120px;
    margin: 0 auto;
    margin-top: -55px;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #fff;
    text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover {
    background: #000;
    color: #000;
}

ol.bjqs-markers li a {
    font-size: 1px;
    padding: 5px 5px;
    border-radius: 99px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    color: #000;
    margin: 5px;
    text-decoration: none;
}

ol.bjqs-markers li.active-marker a,ol.bjqs-markers li a:hover {
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/** SERVICES PAGE
 *********************/
.heading {
    background: #fff;
    display: block;
    text-align: center;
    width: 325px;
    margin: 60px auto;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;

}

.heading h2 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding: 18px 20px;
}

.content {
    padding-top: 60px;
}

.service {
    width: 480px;
    float: left;
    margin-bottom: 60px;
}

.service img {
    display: block;
    float: left;
    padding-right: 20px;
}

.description {
    width: 270px;
    display: block;
    float: right;
}

.service p {
    font-size: 15px;
    color: #939393;
    line-height: 20px;
}

.service h2 {
    padding: 0;
    margin: 0;
}

.pr40 {
    padding-right: 40px;
}

.title {
    width: 270px;
    display: block;
    float: right;
}

/** TERMS AND CONDITIONS
 ***************************/
.terms {
    padding: 40px 0 60px 0;
}

.terms p {
    text-align: justify;
    color: #939393;
    font-size: 15px;
    line-height: 20px;
}

.terms h3 {
    font-size: 18px;
    font-weight: 300;
}

.terms a {
    color: #fc9d21;
}

/** CONTACT
 **************************/
header.contactbg {
    background: url(../img/contactbg.jpg) no-repeat center center;
    height: 260px;
    min-width: 1000px;
}

@media all and (max-width: 3000px) and (min-width: 1400px) {
    header.contactbg {
    background: url(../img/contactbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 260px;
}

}

.columnone {
    float: left;
    width: 625px;
    border-right: 1px solid #e5e5e5;
}

iframe {
    padding-bottom: 20px;
}

.contactbox {
    background: #f6f6f6;
    padding: 20px;
    width: 205px;
    float: left;
}

.contactbox p {
    font-size: 14px;
    color: #939393;
    padding: 0;
    margin: 0;
}

.bold {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
}

form {
    float: right;
    color: #939393;
    font-size: 14px;
}

input {
    line-height: 34px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    height: 34px;
    width: 310px;
    margin-right: 30px;
}

textarea {
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #e5e5e5;
    width: 310px;
    margin-right: 20px;
    margin-top: 10px;
}

.btn {
    vertical-align: middle;
    height: 36px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    width: 110px;
    float: right;
    margin-bottom: 0;
}

.btn:hover {
    background-color: #222222;
}

.contact {
    padding: 20px 0;
}

.contact h2 {
    padding-bottom: 15px;
}

.columntwo {
    float: left;
    margin-left: 30px;
    width: 343px;
}

.member {
    float: none;
    margin-bottom: 20px;
}

.member img{
    float: left;
    padding: 0 15px 0 0;
    width: 100px;
}

.member h4 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.member h5 {
    color: #939393;
    font-size: 15px;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

a.bold-link,
.member a {
    color: #939393;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
a.bold-link:hover,
.member a:hover {
    color: #656565;
}

.columnonehead {
    width: 630px;
    float: left;
}

.columntwohead {
    float: left;
    padding-left: 30px;
}

.mobtel{
    display: none !important;
}
@media only screen and (max-device-width : 640px) {
    .tel{display: none !important;}
    .mobtel{display: inline-block !important;}


}

.divider{
    float:right;
    color:#fff;
    margin:0 14px;
    font-size:15px;
}


#dnf {
    float: right;
    margin: 0;
    padding: 0;
}

#dnf img {
    padding-right: 8px;
}

#dnf a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


#dn{
    float: right;
    margin: 0 0 0 0;
    padding: 0;
}