body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif; overflow-x:hidden;
}
@font-face {
    font-family: 'simplificasimplifica';
    src: url('../fonts/1/simplifica_typeface.eot');
    src: url('../fonts/1/simplifica_typeface.eot?#iefix') format('embedded-opentype'),  url('../fonts/1/simplifica_typeface.woff2') format('woff2'),  url('../fonts/1/simplifica_typeface.woff') format('woff'),  url('../fonts/1/simplifica_typeface.ttf') format('truetype'),  url('../fonts/1/simplifica_typeface.svg#simplificasimplifica') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clr {
    clear: both;
}

.sticky-container{
		     padding: 0px;
    margin: 0px;
    position:absolute;
    right: -20.8%;
    bottom: 49px;
    z-index: 999999;
    width:471px;

	}
.sticky{ padding:0;}
	.sticky li{     margin-left: 59%;
		       list-style-type: none;
    background-color: #fff;
    color: #efefef;
    /* height: 88px; */
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #eee;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    float: left;
    width: 100%;
  

	}
.sticky span {
    float: left;
    width: 100%;
    border: solid 1px #917B64;
    padding: 10px;
    border-radius: 5px;
}

	.sticky li:hover{
		margin-left: -25%;
	}

	.sticky li img{
		      float: left;
    margin: 0px 8px 0 0;
    margin-right: 12px;

	}

	.sticky li p{
		    padding: 0px;
    margin: 0px; color: #917B64;
    text-transform: uppercase;
    line-height: 23px; font-size:11px;
    text-align: left;

	}

.overlay{ position:fixed; top:0; right:0; left:0; background:#000; z-index:9999999; height:100%;}
.overlay .col-lg-6{ margin:0 auto; float:none;}
.pop_up_div { background:#fff; padding:45px 40px ; margin-top:0; border:solid 4px #97826d; float:left; width:100%;}
.pop_up_div h1{ font-size:4em; color:#917B64; text-align:center; font-family: 'simplificasimplifica'; margin:0;}
.pop_up_div p{ color:#262626; text-align:center; font-size:16px; padding-top:20px;}
.header {
    float: left;
    width: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 14px #ccc;
    -moz-box-shadow: 0 0 14px #ccc;
    -webkit-box-shadow: 0 0 14px #ccc;
    -o-box-shadow: 0 0 14px #ccc;
    z-index: 99;
}
.top_header {
    background: #000;
    padding: 8px 0;
}
.top_header p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    height: 100%;
    padding: 10px 0;
    position: relative;
}
.navbar-brand {
    float: left;
    height: 100%;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    padding: 0 10px 15px 10px;
    font-size: 13px;
    color: #000;
    border-bottom: solid 1px #917B64;
}
.navbar-default .navbar-nav>li>a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 100%;
    background: #f57922;
}
.logo {
    float: left; width:200px;
}
.menu_padding_top_botttom {
    padding-top: 15px;
    padding-bottom: 15px;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    line-height: 1;
    background: #ffffff;
    float: right;
}
#menu-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #917B64;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    padding: 21px 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #000;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
}
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    #cssmenu ul li a,  #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }
    #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
        color: #000000;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,  #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 14px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        text-align: left;
        border: solid 1px #000;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 21px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}
.banner {
    float: left;
    width: 100%;
    clear: both; position:relative;
}
.slider {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
}
.slider img {
    float: left;
    width: 100%;
    height: 100vh;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 100vh;
}
.arrow_left {
    margin-top: 376%;
    margin-left: 20px;
    margin-right: 20px;
}
.carousel-caption h1 {
    font-size: 60px;
    font-family: 'simplificasimplifica';
    color: #fff;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    top: 0%;
    /*height: 100vh;*/
    padding: 11% 0 0 0;
}
.chat_btn {
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 999;
    border-radius: 3px;
    background: #000;
    font-size: 2em;
    width: 55px;
    height: 55px;
    padding: 4px;
    color: #917B64;
}
.chat_btn:hover {
    color: #fff;
    background: #917B64;
}
.call_me {
    position: absolute;
    width: 304px;
    background: #000 url(../images/rectangle_bg.png);
    bottom: 0px;
    padding: 15px;
    border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; -o-border-radius:10px 10px 0px 0px;
    z-index: 9;
}
.call_me h1 {
    margin: 0 0 15px 0;
    color: #917B64;
    font-family: 'simplificasimplifica';
    font-size: 28px;
    text-align: left;
    float: left;
}
.call_me i {
    float: right;
    color: #fff;
}
.call_me form {
    padding: 0px;
    float: left;
    width: 100%;
    border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; -o-border-radius:10px 10px 0px 0px;
}
.banner_slider {
    float: left;
    width: 100%;
}
.call_me input {
    background: none;
    border: solid 1px #917B64;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 15px;
}
.call_me input:focus {
    box-shadow: none;
    border: solid 1px #fff;
}
.call_me button {
    float: left;
    border: none;
    background: #917B64;
    color: #fff;
    padding: 8px 15px;
    border: solid 1px #917B64;
}
/*.call_me button:hover {
        background: #000;
        border: solid 1px #fff;
}*/
.padding_top_bottom {
    padding-top: 60px;
    padding-bottom: 60px;
}
.img_holder {
    float: left;
    width: 100%;
    position: relative;
}
.img_holder:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 58%;
    height: 100%;
    background: url(../images/logo_water_mark.png) no-repeat right bottom #917b64;
}
.over_view_img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    margin: 80px 0;
    box-shadow: 0 0 20px #000;
    position: relative; display:block;
}
.over_view_img img {
    position: relative;
    width: 100%;
}
.over_view_text {
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    margin-top: 30%;
}
.over_view_text h1 {
    font-family: 'simplificasimplifica';
    font-size: 58px;
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: 300;
}
.over_view_text p {
    float: left;
    color: #000;
    font-size: 16px;
    text-align: justify;
    padding: 0 0px;
}
.over_view_text a {
    color: #000;
    float: left;
    margin: 15px 0 0 0;
    font-weight: 600; cursor:pointer;
}
.left_text_div {
    position: absolute;
    top: 0;
}
.left_text_div_bottom_1 {
    position: absolute;
    bottom: 26.5%;
}
.left_text_div_bottom_2 {
    position: absolute;
    bottom: 20%;
}
.right_text_div_1 {
    position: absolute;
    top: 41%;
    right: 39px;
}
.right_text_div_2 {
    position: absolute;
    bottom: 19%;
    right: 35px;
}
.right_text_div_3 {
    position: absolute;
    bottom: 102px;
    right: 0;
}
.right_text_div_4 {
    position: absolute;
    bottom: 48px;
    right: 0;
}
.box_1 {
    border-top: dashed 1px #fff;
    border-left: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    padding: 23% 0;
    float: left;
    width: 22px;
}
.box_2 {
    border-top: dashed 1px #fff;
    border-left: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    height: 333px;
    float: left;
    width: 22px;
}
.box_3 {
    border-top: dashed 1px #fff;
    border-left: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    height: 41px;
    float: left;
    width: 22px;
}
.box_4 {
    border-top: dashed 1px #fff;
    /* border-bottom: dashed 1px #fff; */
    height: 0;
    float: left;
    width: 54px;
    margin: 7px 0 0 0;
}
.box_a {
    border-top: dashed 1px #fff;
    border-right: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    /* padding: 23% 0; */
    float: left;
    width: 22px;
    height: 287px;
}
.box_b {
    border-top: dashed 1px #fff;
    float: left;
    width: 122px;
    margin: 6px 0 0 0;
}
.box_c {
    border-top: dashed 1px #fff;
    float: left;
    width: 92px;
    margin: 7px 0 0 0;
}
.box_d {
    border-top: dashed 1px #fff;
    /* border-bottom: dashed 1px #fff; */
    height: 0;
    float: left;
    width: 54px;
    margin: 7px 0 0 0;
}
.name {
    float: left;
    color: #fff;
    float: left;
    color: #fff;
    font-size: 11px;
}
.name_right {
    float: left;
    color: #fff;
    text-align: left;
    color: #fff;
    font-size: 11px;
    padding: 0 4px 0 6px;
}
.left_text_div p {
    float: left;
    color: #fff;
    float: left;
    color: #fff;
    padding: 0 17px;
    font-size: 11px;
    text-align: right;
}
.left_text_div_bottom_1 p {
    float: left;
    color: #fff;
    float: left;
    color: #fff;
    padding: 0 17px;
    font-size: 11px;
    text-align: right;
}
.left_text_div_bottom_2 p {
    float: left;
    color: #fff;
    float: left;
    color: #fff;
    padding: 0 17px;
    font-size: 11px;
    text-align: right;
}
.top_left_1 {
    top: 140px;
}
.top_left_2 {
    top: 29%;
}
.padding_top_1 {
    padding-top: 24px !important;
}
.padding_top_2 {
    padding: 75% 19px 0 32px !important;
}
.padding_top_3 {
    padding: 0px 11px 0 12px !important;
}
.custom_map {
    float: left;
    width: 100%;
    padding: 0px 0;
    position: relative;
}
.custom_map strong {
    color: #000;
}
.custom_map p {
    font-size: 43px;
   font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
}
.custom_map {
    float: left;
    width: 100%; display:block;
    position: relative;
}
.custom_map img {
    width: 100%;
}
.custom_map .location_text {
    float: right;
    text-align: right;
    position: absolute;
    top: 6%;
    right: 15%;
    font-weight: 400;
}
.custom_map ul {
    display: block;
    margin: 0;
    padding: 0;
}
.custom_map ul li {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
}
.custom_map ul li a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
}
.custom_map ul li a i {
    padding-right: 10px;
    font-size: 2em;
}
.custom_map ul li:first-child {
    top: 44%;
    left: 9%;
}
.custom_map ul li:nth-child(2) {
    top: 44%;
    left: 19%;
}
.custom_map ul li:nth-child(3) {
    bottom: 19%;
    left: 33%;
    top: auto;
}
.custom_map ul li:nth-child(4) {
    bottom: 38%;
    left: 62%;
    top: auto;
}
.custom_map ul li:nth-child(5) {
    bottom: 26%;
    right: 32%;
    top: auto;
    left: auto;
}
.custom_map ul li:nth-child(6) {
    top: 66%;
    right: 18%;
    left: auto;
}
.custom_map ul li:last-child {
    top: 75%;
    right: 3%;
    left: auto;
}
.sketch_div {
    float: left;
    width: 100%; padding-top: 0px;
}
.text_div {
    float: left;
    width: 100%;
}
.title {
    font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #917B64;
    margin: 51px 0 0 0;
}
.title span {
    color: #000;
}
.text_div p {
    font-size: 14px;
    color: #000;
    text-align: justify;
}
.text_div a {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.dream_home_bg {
    background: url(../images/dream_home.jpg) no-repeat fixed;
    background-size: cover;
}
.dream_home_bg h1 {
    font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 50px 50% 0;
}
.dream_home_bg span {
    color: #000;
}
.gold_bg {
    background: #917B64;
    padding: 50px 0;
}
.gold_bg .title {
    color: #fff;
    text-align: center;
    margin: 0 0 50px 0; font-size:25px;
}
.level_box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.level_box h1 {
    font-size: 35px;
    color: #fff;
    font-family: 'simplificasimplifica';
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}
.level_box p {
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.level_box a {
    font-weight: 600;
    color: #000;
}
.standard_bg {
    background: url(../images/Rooftop-Sky-lounge.jpg) no-repeat fixed;
    background-size: cover;
    padding-bottom: 60px;
    box-shadow: 0px 8px 34px #666;
}
.standard_bg h1 {
    text-align: left;
    font-size: 60px;
    font-family: 'simplificasimplifica';
    color: #fff;
    padding-top: 36%;
}
.standard_bg p {
    text-align: left;
    font-size: 16px;
    color: #fff;
}
.iconinc {
    float: left;
    width: 100%;
    clear: both;
}
.iconinc .title {
    text-align: center;
    margin: 0;
}
.icon_list {
    float: left;
    padding: 0;
    width: 100%;
    margin: 30px 0;
}
.icon_list li {
    display: inline-block;
    list-style: none;
    width: 221px;
    text-align: center;
}
.icon_list li img {
    display: inline-block;
    margin: 0 auto 20px auto;
}
.icon_list li span {
    font-size: 15px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
}
.img_div {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.img_div img {
    width: 100%;
}
.img_div span {
    font-size: 15px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.bg_black {
    background: url(../images/rectangle_bg.png) repeat #000;
    float: left;
    width: 100%;
    padding-bottom: 12%;
    position: relative;     background-size: 100%;
}
.bg_black .title {
    text-align: center;
    margin-bottom: 50px; margin-top:0;
}
.bg_black .title span {
    color: #fff;
}
.team {
    float: left;
    width: 100%;
    position: relative;
}
.team h6 {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 18px 0;
    position: relative;
}
.team h6:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 93px;
    background: #fff;
    right: 0;
    margin: 0 auto;
}
.team p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.box_holder {
    position: relative;
    width: 100%;
    background: #917B64;
    padding: 15px;
    margin-top: -14%;
    margin-bottom: 30px;
}
.box_holder .title {
    color: #fff;
    text-align: center;
    margin: 30px 0 25px 0; font-size:28px;
}
.box_holder p {
    font-size: 14px;
    color: #000;
    padding: 0 30px 40px 30px;
}
.logo_img {
    display: inline-block;
    margin: 30px 0;
}
.text {
    float: left;
    width: 100%;
}
.text p {
    text-align: justify;
    color: #000;
    font-size:13px;
    padding-top: 25px;
}
.bg_plan_small_text {
    float: left;
    width: 100%;
    background: url(../images/Queen-Necklace.jpg) no-repeat fixed;
    background-size: cover;/* height:1097px;*/
}
.bg_plan_small_text p {
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 63%;
}
.black_bg {
    background: #000;
    text-align: center;
    clear: both;
}
.map {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.contact_div {
    float: left;
    width: 100%;
}
.contact_div h1 {
    text-align: left;
    font-size: 35px;
    font-family: 'simplificasimplifica';
    color: #fff;
}
.contact_div p {
    text-align: left;
    font-size: 14px;
    color: #fff;
}
.address_list {
    padding: 20px 0 0 0;
    float: left;
    width: 100%;
}
.address_list li {
    display: block;
    list-style: none;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.address_list i {
    float: left;
    color: #917B64;
    font-size: 20px;
    margin-right: 10px;
}
.address_list p {
    padding-top: 0px;
    margin-top: 3px;
    float: left;
}
.contact_form {
    float: left;
    width: 100%;
    margin-top: 43px;
}
.contact_form input {
    background: none;
    border: solid 1px #917B64;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 15px;
}
.contact_form textarea {
    background: none;
    border: solid 1px #917B64;
    box-shadow: none;
    border-radius: 0px;
    height: 165px;
    margin-bottom: 15px;
}
.contact_form input:focus {
    box-shadow: none;
    border: solid 1px #fff;
}
.contact_form textarea:focus {
    box-shadow: none;
    border: solid 1px #fff;
}
.contact_form button {
    float: right;
    border: none;
    background: #917B64;
    color: #fff;
    padding: 8px 15px;
    border: solid 1px #917B64;
}
.contact_form checkbox {
    float: left;
    width: auto;
}
.contact_form button:hover {
    background: #000;
    border: solid 1px #fff;
}
.contact_form .check_box_main {
    height: auto;
    float: left;
    margin-right: 10px;
    width: 20px;
    margin-top: 8px;
}
.contact_form span {
    float: left;
    font-size: 16px;
    color: #917B64;
    margin-top: 2px;
}
.footer_logo {
    float: left;
    clear: both; width:200px; display:block;
}
.footer {
    float: left;
    width: 100%;
    padding-top: 0px;
    border-top: solid 1px #917B64;
    margin-top: 20px;
    padding-top: 20px;
}
.footer_menu {
    padding: 0;
    float: right;
    margin: 0;
}
.footer_menu li {
    display: inline-block;
}
.footer_menu li a {
    font-size: 12px;
    color: #fff;
    padding: 29px 10px;
    display: block;
}
.footer_menu li a:hover {
    color: #917B64;
    text-decoration: none;
}
.footer p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 20px 0 30px 0;
}
.footer a {
    color: #fff;
    font-size: 12px;
}
.footer a:hover {
    color: #917B64;
    text-decoration: none;
}

.scrollup {     font-size: 1.8em;
                width: 40px;
                height: 40px;
                position: fixed;
                bottom: 50px;
                right: 50px;
                display: none;
                background: #272727;
                color: #917B64; z-index:99;
}
.scrollup:hover{ color:#fff;}

#navbar-main.affix-top {
    background:#fff;
}

/* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
#navbar-main.affix {
    background:#fff;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-control{ display:block;}
.all_image{ display:none; float:left; width:100%;}
.open_div{ float:left; width:100%;    padding:20px;
           background: #FFF;}


.header2{ float:left; width:100%; box-shadow:0 0 13px #ccc; -moz-box-shadow:0 0 13px #ccc; -webkit-box-shadow:0 0 13px #ccc; -o-box-shadow:0 0 13px #ccc;}

.header_hedding{ float:left; width:100%; position:relative; padding:10px 0;}
.header_hedding:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    width: 50%;
    height: 100%;
    background:#000;
}
.header_hedding:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 50%;
    height: 100%;
    background:#917b64;
}

.project_name{font-family: 'simplificasimplifica'; color:#fff; margin:0; text-align:left; font-size:58px; border-right:solid 2px #fff;}
.project_spe{    font-family: 'simplificasimplifica';
                 color: #fff;
                 font-size: 24px;
                 text-align: left;
                 position: relative;
                 z-index: 9;
                 margin: 0;
                 padding: 23px 0 0 20px;}

.inner_banner{ float:left; width:100%;}
.inner_banner img{ width:100%;}	
.inner_p{ float:left; width:100%;}
.inner_p p{ color:#fff; text-align:center; font-size:14px; padding:6% 0 0px 0; margin:0;}
.image_div_holder{ float:left; width:100%; position:relative; margin:-16% 0 0 0; 
                   box-shadow:0 0 21px #5A5A5A; -moz-box-shadow:0 0 21px #5A5A5A; -webkit-box-shadow:0 0 21px #5A5A5A; -o-box-shadow:0 0 21px #5A5A5A;}
.image_div_holder img{ width:100%; position:relative;}
.div_text{ position: absolute;
           bottom: 39px;
           left: 55px;}
.div_text h1{ font-family: 'simplificasimplifica'; color:#917B64; font-size:35px; font-weight:bold; margin:0; text-align:left;}
.div_text a{color:#917B64; font-size:16px; float:left;}
.margin{ margin:6% 0 0 0 !important;}
.modal-content{ background:#fff; padding:20px; border:none; border-radius:0px; box-shadow:none; line-height:29px;}
.modal-content p{ font-size:15px; text-align:center;}
.close {
    float: right;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
    /* text-shadow: 0 1px 0 #fff; */
    /* opacity: .2; */
    position: relative;
    top: -18px;
    right: -14px;;
}


.modal-content{ padding:13% 20px;}
.architect_div{ float:left; width:100%; position:relative;}
.architect_div_photo{ width:200px; float:left; position:relative;}
.architect_div_photo img{ width:100%;}
.architect_div_text{    position: absolute;
                        width: 686px;
                        background: #000;
                        left: 20%;
                        top: 46px;
                        padding: 20px;
                        /* bottom: 0; */}
.architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
.architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}

.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1; z-index:9; padding:14% 0;
}



.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error  img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position:absolute;
    z-index:99999999999;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.download_btn{ float:left; color: #917B64; font-size: 16px; margin-top:30px; border:solid 1px #917B64; display:block; padding:12px 10px;}
.download_btn i{ margin-right:10px; float:left; margin-top:4px;}
.download_btn:hover{ float:left; color: #917B64; background:#000; font-size: 16px; margin-top:30px; border:solid 1px #917B64; display:block; padding:12px 10px;}
.modal-dialog .col-lg-12{ padding:0;}
.modal-dialog .contact_form{ margin-top:0; padding-top:20px;}
.submit_call{ text-align:left !important;     font-size: 14px !important;
    font-weight: bold;}
.div_text p {
    color: #917B64;
    font-size: 16px;
    float: left; text-align:left;
}

.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}
.address_list .fa-envelope{ font-size:15px !important; margin-top:6px !important;}
	.mobile_location{ display:none; width:100%; float:left;}
	.mobile_location img{ width:100%; position:relative;}
		.mobile_location p{ position:absolute; bottom:0; width:100%; left:0; color:#fff; font-size:13px; text-align:left;}
		
		.black{ background:#000; padding-top:45px; padding-bottom:45px;}
		/*.black h1{ font-size:60px; color:#907B64; text-align:left; margin:76px 0 30px 0; font-family: 'simplificasimplifica';}*/
		.black p{ font-size:14px; color:#fff; text-align:left; font-weight:300; line-height:29px;}
		.black .col-lg-9{ padding:0 0px 0 55px;}
		.black_2{ float:left; width:100%; background:#000; position:relative; padding:40px 0;}
		.black_2 .title{ text-align:center; margin:0;}
		.img_holder_2{ position:absolute; right:0; left:0;}
/*==============responsive=========================*/


@media (min-width:240px) {
	
	.image_div_holder {
    float: left;
    width: 100%;
    position: relative;
    margin: -38% 0 0 0;
    box-shadow: 0 0 21px #5A5A5A;
    -moz-box-shadow: 0 0 21px #5A5A5A;
    -webkit-box-shadow: 0 0 21px #5A5A5A;
    -o-box-shadow: 0 0 21px #5A5A5A;
}
	
	.img_holder:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: #917b64;
}
	
	.black h1 {
    font-size: 40px;
    color: #907B64;
    text-align: left;
    margin: 20px 0 20px 0;
    font-family: 'simplificasimplifica';
}
	.black .col-lg-9{ padding:0 15px 0 15px;}
	
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	
    .div_text {
        position: absolute;
        bottom: 11px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }
	.div_text p {
    font-size: 8px;
}

    .modal-content{ padding:13% 20px;}
    .architect_div{     float: left;
                        width: 100%;
                        position: inherit;}
    .architect_div_photo{     width: 200px;
                              float: none;
                              position: inherit;
                              margin: 0 auto;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{     position: inherit;

                             background: #000;
                             left: 0;
                             top: 0px;
                             padding: 20px;
                             /* bottom: 0; */
                             float: left;
                             width: 100%;}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}

    .footer_menu li a {
        font-size: 12px;
        color: #fff;
        padding: 7px 10px;
        display: block;
    }
    .dream_home_bg h1 {
        font-size: 42px;
        font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
        padding: 4% 72px 50% 0px;
    }
    .sketch_div {
        float: left;
        width: 100%; padding-top:0px;
    }

    .over_view_text h1 {
        font-family: 'simplificasimplifica';
        font-size: 40px;
        color: #000;
        text-align: center;
        margin: 14px 0 20px 0;
        font-weight: 300; position:relative;
    }

    .all_image{ display:block; float:left; width:100%; margin: 30px 0;
                box-shadow: 0 0 20px #000;
                position: relative;     z-index: 9;}

    .affix {
        position:inherit;
    }
    .logo {
        float: none;
        margin: 0 auto 0 auto;
        width: 168px;
        padding-bottom: 12px;
        display: inline-block;
    }
    .logo img{ display:inline-block;}

    .header { position:inherit;}
    .slider {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .carousel-inner>.item>img {
        height:100%;
    }

    #cssmenu > ul > li > a {
        padding: 14px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .call_me {
        position: fixed;
        width: 200px;
        background: #000 url(../images/rectangle_bg.png);
        bottom: 0px;
        padding:0px;
        border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; -o-border-radius:10px 10px 0px 0px;
        z-index: 999;
    }

    .call_me h1 {
        margin: 0 0 15px 0;
        color: #917B64;
        font-family: 'simplificasimplifica';
        font-size:18px;
        text-align: left;
        float: left;
    }
    .call_me input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height:28px;
        margin-bottom: 15px;
    }


    .call_me button {
        float: left;
/*        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        border-radius: 6px 6px 0 0;*/
        background: #000;
        color: #917B64;
        padding: 2px 15px;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }

    .carousel-control{ display:none;}

    .over_view_img {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        margin: 30px 0;
        box-shadow: 0 0 20px #000;
        position: relative; display:block;
    }

    .over_view_text p {
        float: left;
        color: #000;
        font-size: 13px;
        text-align: justify;
        padding: 0 0px;
    }

    .custom_map ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size:8px;
    }

    .custom_map ul li:first-child {
        top: 32%;
        left: 7%;
    }

    .custom_map ul li a i {
        padding-right: 3px;
        font-size: 1em;
    }

    .custom_map ul li:nth-child(3) {
        bottom: 15%;
        left: 33%;
        top: auto;
    }

    .custom_map ul li:nth-child(5) {
        bottom: 28%;
        right: 18%;
        top: auto;
        left: auto;
    }

    .custom_map p {
        font-size: 13px;
       font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
    }

    .title {
        font-size:12px;
        font-family: 'simplificasimplifica';
        text-align: left;
        color: #917B64;
        margin: 0px 0 0 0;
    }

    .level_box h1 {
        font-size: 21px;
        color: #fff;
        font-family: 'simplificasimplifica';
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
    }

    .level_box p {
        color: #000;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }

    .icon_list li {
        display: inline-block;
        list-style: none;
        width: 133px;
        text-align: center;
    }

    .icon_list li span {
        font-size: 12px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
    }

    .bg_black .title {
        text-align: center; font-size:28px;
        margin-bottom: 50px; margin-top:50px;
    }

    .team p {
        text-align: center;
        font-size: 11px;
        color: #fff;
    }

    .team h6 {
        font-size: 11px;
        color: #fff;
        padding: 10px 0 18px 0;
        position: relative;
    }

    .contact_div p {
        text-align: left;
        font-size: 10px;
        color: #fff;
    }

    .footer_logo {
        float: left;
        clear: both; width:200px; display:none;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        top: 0%;
        /*height: 100vh;*/
        padding: 2% 0 0 0;
    }

    .over_view_text {
        position: relative;
        z-index: 9;
        float: left;
        width: 100%;
        margin-top: 0%; margin-bottom:30px;
    }

    .standard_bg h1 {
        text-align: left;
        font-size: 30px;
        font-family: 'simplificasimplifica';
        color: #fff;
        padding-top: 36%;
    }

    .project_spe{    font-family: 'simplificasimplifica';
                     color: #fff;
                     font-size: 24px;
                     text-align: center;
                     position: relative;
                     z-index: 9;
                     margin: 0;
                     padding: 23px 0 0 20px; position:inherit;}

    .project_name {
        font-family: 'simplificasimplifica';
        color: #fff;
        margin: 0;
        text-align: center;
        font-size: 25px;
        border-right: none;
        position: relative;
        z-index: 9;
    }

}


@media (min-width:320px) {
	
	
	.image_div_holder {
    float: left;
    width: 100%;
    position: relative;
    margin:-50px 0 0 0;
    box-shadow: 0 0 21px #5A5A5A;
    -moz-box-shadow: 0 0 21px #5A5A5A;
    -webkit-box-shadow: 0 0 21px #5A5A5A;
    -o-box-shadow: 0 0 21px #5A5A5A;
}
	.img_holder:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: #917b64;
}
	.black h1 {
    font-size: 28px;
    color: #907B64;
    text-align: left;
    margin: 20px 0 20px 0;
    font-family: 'simplificasimplifica';
}
	
	.black .col-lg-9{ padding:0 15px 0 15px;}
	
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 28px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:0px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 28px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:11px; color:#fff;}	

    .div_text {
        position: absolute;
        bottom: 0px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
	
	.div_text p{ font-size:8px;}
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }

    .modal-content{ padding:13% 20px;}
    .architect_div{     float: left;
                        width: 100%;
                        position: inherit;}
    .architect_div_photo{     width: 200px;
                              float: none;
                              position: inherit;
                              margin: 0 auto;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{     position: inherit;

                             background: #000;
                             left: 0;
                             top: 0px;
                             padding: 20px;
                             /* bottom: 0; */
                             float: left;
                             width: 100%;}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}

    .footer_menu li a {
        font-size: 12px;
        color: #fff;
        padding: 7px 10px;
        display: block;
    }
    .dream_home_bg h1 {
        font-size: 42px;
        font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
        padding: 4% 72px 50% 0px;
    }
    .sketch_div {
        float: left;
        width: 100%; padding-top:0px;
    }

    .over_view_text h1 {
        font-family: 'simplificasimplifica';
        font-size: 40px;
        color: #000;
        text-align: center;
        margin: 14px 0 20px 0;
        font-weight: 300; position:relative;
    }

    .all_image{ display:block; float:left; width:100%; margin: 30px 0;
                box-shadow: 0 0 20px #000;
                position: relative;     z-index: 9;}

    .affix {
        position:inherit;
    }
    .logo {
        float: none;
        margin: 0 auto 0 auto;
        width: 168px;
        padding-bottom: 12px;
        display: inline-block;
    }
    .logo img{ display:inline-block;}

    .header { position:inherit;}
    .slider {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .carousel-inner>.item>img {
        height:100%;
    }

    #cssmenu > ul > li > a {
        padding: 14px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .call_me {
        position: fixed;
        width: 200px;
        background: #000 url(../images/rectangle_bg.png);
        bottom: 0px;
        padding: 0px;
        border-radius: 3px;
        z-index: 999;
    }

    .call_me h1 {
        margin: 0 0 15px 0;
        color: #917B64;
        font-family: 'simplificasimplifica';
        font-size:18px;
        text-align: left;
        float: left;
    }
    .call_me input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height:28px;
        margin-bottom: 15px;
    }


    .call_me button {
        float: left;
    background: #000;
    color: #917B64;
    padding: 2px 15px;
    width: 100% !important;
    }

    .carousel-caption h1 {
        font-size: 28px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }

    .carousel-control{ display:none;}

    .over_view_img {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        margin: 30px 0;
        box-shadow: 0 0 20px #000;
        position: relative; display:block;
    }

    .over_view_text p {
        float: left;
        color: #000;
        font-size: 13px;
        text-align: justify;
        padding: 0 0px;
    }

    .custom_map ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size:8px;
    }

    .custom_map ul li:first-child {
        top: 32%;
        left: 7%;
    }

    .custom_map ul li a i {
        padding-right: 3px;
        font-size: 1em;
    }

    .custom_map ul li:nth-child(3) {
        bottom: 15%;
        left: 33%;
        top: auto;
    }

    .custom_map ul li:nth-child(5) {
        bottom: 28%;
        right: 18%;
        top: auto;
        left: auto;
    }

    .custom_map p {
        font-size: 13px;
       font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
    }

    .title {
        font-size: 28px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #917B64;
    margin:20px 0 12px 0;
    }

    .level_box h1 {
        font-size: 21px;
        color: #fff;
        font-family: 'simplificasimplifica';
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
    }

    .level_box p {
        color: #000;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }

    .icon_list li {
        display: inline-block;
        list-style: none;
        width: 133px; margin:17px 15px;
        text-align: center; 
    }

    .icon_list li span {
        font-size: 12px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
    }

    .bg_black .title {
        text-align: center; font-size:28px;
        margin-bottom: 50px; margin-top:50px;
    }

    .team p {
        text-align: center;
        font-size: 11px;
        color: #fff;
    }

    .team h6 {
        font-size: 11px;
        color: #fff;
        padding: 10px 0 18px 0;
        position: relative;
    }

    .contact_div p {
        text-align: left;
        font-size: 10px;
        color: #fff;
    }

    .footer_logo {
        float: left;
        clear: both; width:200px; display:none;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        top: 0%;
        /*height: 100vh;*/
        padding: 2% 0 0 0;
    }

    .over_view_text {
        position: relative;
        z-index: 9;
        float: left;
        width: 100%;
        margin-top: 0%; margin-bottom:30px;
    }

    .standard_bg h1 {
        text-align: left;
        font-size: 30px;
        font-family: 'simplificasimplifica';
        color: #fff;
        padding-top: 36%;
    }

    .project_spe{    font-family: 'simplificasimplifica';
                     color: #fff;
                     font-size: 24px;
                     text-align: center;
                     position: relative;
                     z-index: 9;
                     margin: 0;
                     padding: 5px 0; position:inherit;}

    .project_name {
        font-family: 'simplificasimplifica';
        color: #fff;
        margin: 0;
        text-align: center;
        font-size: 25px;
        border-right: none;
        position: relative;
        z-index: 9;
    }

    .custom_map ul li:nth-child(5) {
       bottom: 25%;
    right: 19%;
    top: auto;
    left: auto;
    }
	.custom_map ul li:nth-child(6) {
    top: 68%;
    right: 18%;
    left: auto;
}

.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}

}


@media (min-width:480px) {
	
	.image_div_holder {
    float: left;
    width: 100%;
    position: relative;
    margin: -38% 0 0 0;
    box-shadow: 0 0 21px #5A5A5A;
    -moz-box-shadow: 0 0 21px #5A5A5A;
    -webkit-box-shadow: 0 0 21px #5A5A5A;
    -o-box-shadow: 0 0 21px #5A5A5A;
}
	
	.img_holder:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: #917b64;
}
	
	.black h1 {
    font-size:28px;
    color: #907B64;
    text-align: left;
    margin: 20px 0 20px 0;
    font-family: 'simplificasimplifica';
}
	
	.black .col-lg-9{ padding:0 15px 0 15px;}
	
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	

.div_text p{ font-size:8px;}
    .custom_map ul li:nth-child(5) {
        bottom: 22%;
        right: 27%;
        top: auto;
        left: auto;
    }

    .modal-content{ padding:13% 20px;}
    .architect_div{     float: left;
                        width: 100%;
                        position: inherit;}
    .architect_div_photo{     width: 200px;
                              float: none;
                              position: inherit;
                              margin: 0 auto;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{     position: inherit;

                             background: #000;
                             left: 0;
                             top: 0px;
                             padding: 20px;
                             /* bottom: 0; */
                             float: left;
                             width: 100%;}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}

    .footer_menu li a {
        font-size: 12px;
        color: #fff;
        padding: 7px 10px;
        display: block;
    }
    .dream_home_bg h1 {
        font-size: 42px;
        font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
        padding: 4% 72px 50% 0px;
    }
    .sketch_div {
        float: left;
        width: 100%; padding-top:0px;
    }

    .over_view_text h1 {
        font-family: 'simplificasimplifica';
        font-size: 40px;
        color: #000;
        text-align: center;
        margin: 14px 0 20px 0;
        font-weight: 300;
    }

    .all_image{ display:none; float:left; width:100%; margin: 80px 0 0px 0;
                box-shadow: 0 0 20px #000;
                position: relative;     z-index: 9;}

    .affix {
        position:inherit;
    }
    .logo {
        float: none;
        margin: 0 auto 0 auto;
        width: 168px;
        padding-bottom: 12px;
        display: inline-block;
    }
    .logo img{ display:inline-block;}

    .header { position:inherit;}
    .slider {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .carousel-inner>.item>img {
        height:100%;
    }

    #cssmenu > ul > li > a {
        padding: 14px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .call_me {
        position: fixed;
        width: 200px;
        background: #000 url(../images/rectangle_bg.png);
        bottom: 0px;
        padding: 0px;
        border-radius: 3px;
        z-index: 99;
    }

    .call_me h1 {
        margin: 0 0 15px 0;
        color: #917B64;
        font-family: 'simplificasimplifica';
        font-size:18px;
        text-align: left;
        float: left;
    }
    .call_me input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height:28px;
        margin-bottom: 15px;
    }


    .call_me button {
        float: left;
/*        border-radius: 6px 6px 0 0;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        border-radius: 6px 6px 0 0;*/
        background: #000;
        color: #917B64;
        padding: 8px 15px; width:100% !important; text-align:left;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }

    .carousel-control{ display:none;}

    .over_view_img {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        margin: 30px 0 20px 0;
        box-shadow: 0 0 20px #000;
        position: relative; display:block;
    }

    .over_view_text p {
        float: left;
        color: #000;
        font-size: 13px;
        text-align: justify;
        padding: 0 0px;
    }

    .custom_map ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 10px;
    }

    .custom_map ul li a i {
        padding-right: 3px;
        font-size: 1.5em;
    }

    .custom_map p {
        font-size: 25px;
       /* font-family: 'simplificasimplifica';*/
        text-align: right;
        color: #fff;
    }

    .title {
        font-size: 28px;
        font-family: 'simplificasimplifica';
        text-align: left;
        color: #917B64;
        margin: 0px 0 0 0;
    }

    .level_box h1 {
        font-size: 21px;
        color: #fff;
        font-family: 'simplificasimplifica';
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
    }

    .level_box p {
        color: #000;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }

    .icon_list li {
        display: inline-block;
        list-style: none;
        width: 133px;
        text-align: center;
    }

    .icon_list li span {
        font-size: 12px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
    }

    .bg_black .title {
        text-align: center;
        margin-bottom: 50px; margin-top:50px;
    }

    .team p {
        text-align: center;
        font-size: 11px;
        color: #fff;
    }

    .team h6 {
        font-size: 11px;
        color: #fff;
        padding: 10px 0 18px 0;
        position: relative;
    }

    .contact_div p {
        text-align: left;
        font-size: 11px;
        color: #fff;
    }

    .footer_logo {
        float: left;
        clear: both; width:200px; display:none;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        top: 0%;
        /* height: 100vh;*/
        padding: 2% 40% 0 0;
    }

    .over_view_text {
        position: relative;
        z-index: 9;
        float: left;
        width: 100%;
        margin-top: 0%; margin-bottom:30px;
    }

    .custom_map ul li:first-child {
        top: 44%;
        left:5%;
    }

    .standard_bg h1 {
        text-align: left;
        font-size: 30px;
        font-family: 'simplificasimplifica';
        color: #fff;
        padding-top: 36%;
    }

    .project_spe{    font-family: 'simplificasimplifica';
                     color: #fff;
                     font-size: 24px;
                     text-align: center;
                     position: relative;
                     z-index: 9;
                     margin: 0;
                     padding: 5px 0; position:inherit;}

    .project_name {
        font-family: 'simplificasimplifica';
        color: #fff;
        margin: 0;
        text-align: center;
        font-size: 25px;
        border-right: none;
        position: relative;
        z-index: 9;
    }
}

@media (min-width:568px) {
	
	.black .col-lg-9{ padding:0 15px 0 15px;}
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	
	
	.custom_map ul li:nth-child(5) {
  bottom: 26%;
    right: 28%;
    top: auto;
    left: auto;
}

.custom_map ul li:nth-child(6) {
    top: 72%;
    right: 18%;
    left: auto;
}

    .div_text {
        position: absolute;
        bottom: 11px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }
    .left_text_div p{ font-size:9px;}
    .box_2 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        height: 285px;
        float: left;
        width: 22px;
    }

    .left_text_div_bottom_1 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 9.5px;
        text-align: right;
    }

    .left_text_div_bottom_2 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 9px;
        text-align: right;
    }

    .box_a {
        border-top: dashed 1px #fff;
        border-right: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        /* padding: 23% 0; */
        float: left;
        width: 22px;
        height: 229px;
    }

    .right_text_div_2 {
        position: absolute;
        bottom: 19%;
        right: 21px;
    }
    .box_c {
        border-top: dashed 1px #fff;
        float: left;
        width: 41px;
        margin: 7px 0 0 0;
    }

    .name_right {
        float: left;
        color: #fff;
        text-align: left;
        color: #fff;
        font-size: 9px;
        padding: 0 4px 0 6px;
    }
}


@media (min-width:600px) {
	
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	
.custom_map ul li:nth-child(5) {
    bottom: 26%;
    right: 26%;
    top: auto;
    left: auto;
}

.custom_map ul li:nth-child(4) {
    bottom: 43%;
    left: 55%;
    top: auto;
}

}

@media (min-width:667px) {
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	
	
	.custom_map ul li:nth-child(4) {
    bottom: 43%;
    left: 57%;
    top: auto;
}
	
	.custom_map ul li:nth-child(5) {
    bottom: 25%;
    right: 28%;
    top: auto;
    left: auto;
}



    .top_left_1 {
        top: 172px;
    }
    .left_text_div p{ font-size:12px;}
    .box_2 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        height: 285px;
        float: left;
        width: 22px;
    }

    .left_text_div_bottom_1 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 12px;
        text-align: right;
    }

    .left_text_div_bottom_2 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size:12px;
        text-align: right;
    }

    .box_a {
        border-top: dashed 1px #fff;
        border-right: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        /* padding: 23% 0; */
        float: left;
        width: 22px;
        height:280px;
    }

    .right_text_div_2 {
        position: absolute;
        bottom: 19%;
        right: 21px;
    }
    .box_c {
        border-top: dashed 1px #fff;
        float: left;
        width: 41px;
        margin: 7px 0 0 0;
    }

    .name_right {
        float: left;
        color: #fff;
        text-align: left;
        color: #fff;
        font-size: 12px;
        padding: 0 4px 0 6px;
    }

    .div_text {
        position: absolute;
        bottom: 11px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }
}


@media (min-width:736px) {
	.black .col-lg-9{ padding:0 15px 0 15px;}
	
	.mobile_location {
    display: block;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:none;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	
	.custom_map ul li:nth-child(5) {
        bottom: 26%;
    right: 29%;
    top: auto;
    left: auto;
}

    .div_text {
        position: absolute;
        bottom: 11px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }

    .top_left_1 {
        top: 172px;
    }
    .left_text_div p{ font-size:14px;}
    .box_2 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        height:383px;
        float: left;
        width: 22px;
    }

    .left_text_div_bottom_1 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 12px;
        text-align: right;
    }

    .left_text_div_bottom_2 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size:14px;
        text-align: right;
    }

    .box_a {
        border-top: dashed 1px #fff;
        border-right: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        /* padding: 23% 0; */
        float: left;
        width: 22px;
        height:280px;
    }

    .right_text_div_2 {
        position: absolute;
        bottom: 19%;
        right: 21px;
    }
    .box_c {
        border-top: dashed 1px #fff;
        float: left;
        width: 41px;
        margin: 7px 0 0 0;
    }

    .name_right {
        float: left;
        color: #fff;
        text-align: left;
        color: #fff;
        font-size: 14px;
        padding: 0 4px 0 6px;
    }
}	


@media (min-width:768px) {
	
	.black h1 {
    font-size: 60px;
    color: #907B64;
    text-align: left;
    margin: 20px 0 20px 0;
    font-family: 'simplificasimplifica';
}
	.black .col-lg-9{ padding:0 15px 0 15px;}
	
	.mobile_location {
    display: none;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:block;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	

    .div_text {
        position: absolute;
        bottom: 11px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }

    .modal-content{ padding:13% 20px;}
    .architect_div{     float: left;
                        width: 100%;
                        position: inherit;}
    .architect_div_photo{     width: 200px;
                              float: none;
                              position: inherit;
                              margin: 0 auto;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{     position: inherit;

                             background: #000;
                             left: 0;
                             top: 0px;
                             padding: 20px;
                             /* bottom: 0; */
                             float: left;
                             width: 100%;}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}
    .footer_menu li a {
        font-size: 12px;
        color: #fff;
        padding: 7px 10px;
        display: block;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        top: 0%;
        /*height: 100vh;*/
        padding:11% 40% 0 0;
    }
    .dream_home_bg h1 {
        font-size: 42px;
        font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
        padding: 4% 72px 50% 0px;
    }
    .sketch_div {
        float: left;
        width: 100%; padding-top: 81px;
    }

    .over_view_text h1 {
        font-family: 'simplificasimplifica';
        font-size: 40px;
        color: #fff;
        text-align: left;
        margin: 0 0 20px 0;
        font-weight: 300;
    }

    .all_image{ display:block; float:left; width:100%; margin: 80px 0;
                box-shadow: 0 0 20px #000;
                position: relative;     z-index: 9;}

    .affix {
        position:inherit;
    }
    .logo {
        float: none; margin:0 auto 10px auto;
        width: 143px;
    }
    .logo img{ display:inline-block;}

    .header { position:inherit;}
    .slider {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .carousel-inner>.item>img {
        height:100%;
    }

    #cssmenu > ul > li > a {
        padding: 14px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .call_me {
        position: fixed;
        width: 200px;
        background: #000 url(../images/rectangle_bg.png);
        bottom: 0px;
        padding:0px;
        border-radius: 3px;
        z-index: 99;
    }

    .call_me h1 {
        margin: 0 0 15px 0;
        color: #917B64;
        font-family: 'simplificasimplifica';
        font-size:18px;
        text-align: left;
        float: left;
    }
    .call_me input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height:35px;
        margin-bottom: 15px;
    }


    .call_me button {
        float: left;
/*        border-radius: 6px 6px 0 0;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        border-radius: 6px 6px 0 0;*/
        background: #000;
        color: #917B64;
        padding: 6px 15px;
    }

    .carousel-caption h1 {
        font-size: 39px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }

    .carousel-control{ display:none;}

    .over_view_img {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        margin: 80px 0;
        box-shadow: 0 0 20px #000;
        position: relative; display:block;
    }

    .over_view_text p {
        float: left;
        color: #000;
        font-size: 13px;
        text-align: justify;
        padding: 0 0px;
    }

    .custom_map ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 10px;
    }

    .custom_map ul li a i {
        padding-right: 3px;
        font-size: 1.5em;
    }

    .custom_map p {
        font-size: 25px;
        /*font-family: 'simplificasimplifica';*/
        text-align: right;
        color: #fff;
    }

    .title {
        font-size: 28px;
        font-family: 'simplificasimplifica';
        text-align: left;
        color: #917B64;
        margin: 0px 0 0 0;
    }

    .level_box h1 {
        font-size: 21px;
        color: #fff;
        font-family: 'simplificasimplifica';
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
    }

    .level_box p {
        color: #000;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }

    .icon_list li {
        display: inline-block;
        list-style: none;
        width: 137px;
        text-align: center;
    }

    .icon_list li span {
        font-size: 12px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
    }

    .bg_black .title {
        text-align: center;
        margin-bottom: 50px; margin-top:50px;
    }

    .team p {
        text-align: center;
        font-size: 11px;
        color: #fff;
    }

    .team h6 {
        font-size: 11px;
        color: #fff;
        padding: 10px 0 18px 0;
        position: relative;
    }

    .contact_div p {
        text-align: left;
        font-size: 11px;
        color: #fff;
    }

    .footer_logo {
        float: left;
        clear: both; width:200px; display:none;
    }

    .over_view_text {
        position: relative;
        z-index: 9;
        float: left;
        width: 100%;
        margin-top: 30%;
    }

    .custom_map ul li:first-child {
        top: 44%;
        left: 9%;
    }

    .standard_bg h1 {
        text-align: left;
        font-size: 60px;
        font-family: 'simplificasimplifica';
        color: #fff;
        padding-top: 36%;
    }

    .project_spe{    font-family: 'simplificasimplifica';
                     color: #fff;
                     font-size: 24px;
                     text-align: left;
                     position: relative;
                     z-index: 9;
                     margin: 0;
                     padding: 10px 0 0 20px; position:inherit;}

    .project_name {
        font-family: 'simplificasimplifica';
        color: #fff;
        margin: 11px 0 0 0;
        text-align: left;
        font-size: 29px;
        border-right: solid 2px #fff;
        position: relative;
        z-index: 9;
    }

    .modal-content{ padding:13% 20px;}
    .architect_div{     float: left;
                        width: 100%;
                        position: inherit;}
    .architect_div_photo{     width: 200px;
                              float: none;
                              position: inherit;
                              margin: 0 auto;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{     position: inherit;

                             background: #000;
                             left: 0;
                             top: 0px;
                             padding: 20px;
                             /* bottom: 0; */
                             float: left;
                             width: 100%;}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}
    .custom_map ul li:nth-child(5) {
        bottom: 26%;
        right: 29%;
        top: auto;
        left: auto;
    }
}

@media (min-width:992px) {
	
	.mobile_location {
    display: none;
    width: 100%;
    float: left;
}
	
	.custom_map {
    float: left;
    width: 100%; display:block;
    position: relative;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:32px; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	

    .div_text {
        position: absolute;
        bottom: 11px;
        left: 13px;
    }

    .div_text h1 {
        font-family: 'simplificasimplifica';
        color: #917B64;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .div_text a {
        color: #917B64;
        font-size: 13px;
        float: left;
    }

    .custom_map ul li:nth-child(5) {
        bottom: 26%;
        right: 30%;
        top: auto;
        left: auto;
    }



    .modal-content{ padding:13% 20px;}
    .architect_div{ float:left; width:100%; position:relative;}
    .architect_div_photo{ width:200px; float:left; position:relative;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{    position: absolute;
                            width: 686px;
                            background: #000;
                            left: 20%;
                            top: 46px;
                            padding: 20px;
                            /* bottom: 0; */}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}

    .project_spe{    font-family: 'simplificasimplifica';
                     color: #fff;
                     font-size: 24px;
                     text-align: left;
                     position: relative;
                     z-index: 9;
                     margin: 0;
                     padding: 10px 0 0 20px; position:inherit;}

    .project_name {
        font-family: 'simplificasimplifica';
        color: #fff;
        margin: 8px 0 0 0;
        text-align: left;
        font-size: 35px;
        border-right: solid 2px #fff;
        position: relative;
        z-index: 9;
    }

    .standard_bg h1 {
        text-align: left;
        font-size: 60px;
        font-family: 'simplificasimplifica';
        color: #fff;
        padding-top: 36%;
    }

    .custom_map ul li:first-child {
        top: 44%;
        left: 9%;
    }

    .over_view_text {
        position: relative;
        z-index: 9;
        float: left;
        width: 100%;
        margin-top: 30%;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        top: 0%;
        /*height: 100vh;*/
        padding:14% 40% 0 0;
    }

    .contact_div p {
        text-align: left;
        font-size: 14px;
        color: #fff;
    }

    .bg_black .title {
        text-align: center;
        margin-bottom: 50px; margin-top:0;
    }

    .level_box h1 {
        font-size:35px;
        color: #fff;
        font-family: 'simplificasimplifica';
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
    }

    .dream_home_bg h1 {
        font-size: 42px;
        font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
        padding: 4% 72px 50% 0px;
    }

    .sketch_div {
        float: left;
        width: 100%; padding-top:0;
    }

    .custom_map p {
        font-size: 43px;
        /*font-family: 'simplificasimplifica';*/
        text-align: right;
        color: #fff;
    }

    .over_view_text p {
        float: left;
        color: #000;
        font-size: 16px;
        text-align: justify;
        padding: 0 0px;
    }

    .over_view_text h1 {
        font-family: 'simplificasimplifica';
        font-size:60px;
        color: #fff;
        text-align: left;
        margin: 0 0 20px 0;
        font-weight: 300;
    }

    .over_view_img {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        margin: 80px 0;
        box-shadow: 0 0 20px #000;
        position: relative; display:block;
    }

    .carousel-caption h1 {
        font-size:48px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }

    .call_me button {
        float: left;
/*        border-radius: 6px 6px 0 0;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        border-radius: 6px 6px 0 0;*/
        background: #000;
        color: #917B64;
        padding: 8px 15px;
    }
    .call_me input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height:45px;
        margin-bottom: 15px;
    }

    .call_me h1 {
        margin: 0 0 15px 0;
        color: #917B64;
        font-family: 'simplificasimplifica';
        font-size: 28px;
        text-align: left;
        float: left;
    }

    .call_me {
        position: fixed;
        width: 304px;
        background: #000 url(../images/rectangle_bg.png);
        bottom: 0px;
        padding:0px;
        border-radius: 10px 10px 0 0;
        z-index:99;
    }

    .affix {
        position: fixed;
        z-index: 999;
        box-shadow: 0 0 17px #ccc}

    .slider {
        float: left;
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .carousel-inner>.item>img {
        height: 100vh;
    }
    .header {
        float: left;
        width: 100%;
        position: absolute;
        background: #fff;
        box-shadow: 0 0 14px #ccc;
        -moz-box-shadow: 0 0 14px #ccc;
        -webkit-box-shadow: 0 0 14px #ccc;
        -o-box-shadow: 0 0 14px #ccc;
        z-index: 99;
    }
    .logo {
        float: left;
        width: 143px;
        margin: 0;
        padding: 0;
    }
    #cssmenu > ul > li > a {
        padding: 17px 7px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .left_text_div p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 8px;
        text-align: right;
    }

    .top_left_2 {
        top: 33%;
    }

    .box_2 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        height: 226px;
        float: left;
        width: 22px;
    }

    .padding_top_2 {
        padding: 75% 19px 0 27px !important;
    }

    .left_text_div_bottom_1 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 8.3px;
        text-align: right;
    }

    .left_text_div_bottom_2 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 8px;
        text-align: right;
    }

    .name_right {
        float: left;
        color: #fff;
        text-align: left;
        color: #fff;
        font-size: 8px;
        padding: 0 4px 0 6px;
    }

    .right_text_div_1 {
        position: absolute;
        top: 39%;
        right: 31px;
    }

    .box_a {
        border-top: dashed 1px #fff;
        border-right: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        /* padding: 23% 0; */
        float: left;
        width: 22px;
        height: 219px;
    }

    .right_text_div_2 {
        position: absolute;
        bottom: 20%;
        right: 10px;
    }

    .custom_map ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 12px;
    }

    .icon_list li {
        display: inline-block;
        list-style: none;
        width: 177px;
        text-align: center;
    }

    .icon_list li span {
        font-size: 13px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
    }

    .team p {
        text-align: center;
        font-size: 9px;
        color: #fff;
    }


    .footer_logo {
        float: left;
        clear: both; width:200px; display:block;
    }


    .level_box p {
        color: #000;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }

    .title {
        font-size: 45px;
        font-family: 'simplificasimplifica';
        text-align: left;
        color: #917B64;
        margin: 51px 0 0 0;
    }

    .footer_menu li a {
        font-size: 12px;
        color: #fff;
        padding: 16px 6px;
        display: block;
    }

    .carousel-control{ display:block;}
    .all_image {
        display: none;
        float: left;
        width: 100%;
    }
	.div_text p {
    font-size: 14px;
}
.mobile_location {
    display: none;
    width: 100%;
    float: left;
}

}

@media (min-width:1200px) {
	
	.mobile_location {
    display: none;
    width: 100%;
    float: left;
}
	.mobile_location {
    display: none;
    width: 100%;
    float: left;
}
	
	.home_bg_1{ float:left; width:100%; position:relative;}
.home_bg_1 img{ position:relative; width:100%;}
.home_bg_1  h1{ position:relative;  right:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
	
.home_bg_1 span {
    color: #000;
}
/*.home_bg_1 .bottom{ bottom:0 !important;}*/

.home_bg_1  h1{ position:relative; bottom:0;  right:0; font-size: 60px;
    text-align: right;
    color: #fff;
    padding: 4% 0% 50% 0;}
.text_holder{ position:absolute; top:0; width:100%; height:100%;}
.text_holder2{ position:absolute; bottom:0; width:100%;}	
.home_bg_1  h2{  position:relative; left:0; font-size: 60px;
    font-family: 'simplificasimplifica';
    text-align: left;
    color: #fff;}
.home_bg_1 p{ text-align:left; font-size:14px; color:#fff;}	
	.div_text p {
    font-size: 14px;
}

    .sketch_div {
        float: left;
        width: 100%; padding-top:0;
    }
    .all_image {
        display: none;
        float: left;
        width: 100%;
    }

    .carousel-control{ display:block;}

    .clr {
        clear: both;
    }
    .header {
        float: left;
        width: 100%;
        position: absolute;
        background: #fff;
        box-shadow: 0 0 14px #ccc;
        -moz-box-shadow: 0 0 14px #ccc;
        -webkit-box-shadow: 0 0 14px #ccc;
        -o-box-shadow: 0 0 14px #ccc;
        z-index: 99;
    }
    .top_header {
        background: #000;
        padding: 8px 0;
    }
    .top_header p {
        margin: 0;
        font-size: 12px;
        color: #fff;
        text-align: right;
    }
    .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0;
        height: 100%;
        padding: 10px 0;
        position: relative;
    }
    .navbar-brand {
        float: left;
        height: 100%;
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 0 10px 15px 10px;
        font-size: 13px;
        color: #000;
        border-bottom: solid 1px #917B64;
    }
    .navbar-default .navbar-nav>li>a:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 3px;
        width: 100%;
        background: #f57922;
    }
    .logo {
        float: left; width:200px; margin:0; padding:0;
    }
    .menu_padding_top_botttom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    #cssmenu #menu-button {
        display: none;
    }
    #cssmenu {
        width: auto;
        line-height: 1;
        background: #ffffff;
        float: right;
    }
    #menu-line {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        background: #917B64;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    #cssmenu > ul > li {
        float: left;
    }
    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }
    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }
    #cssmenu.align-center ul ul {
        text-align: left;
    }
    #cssmenu.align-right > ul > li {
        float: right;
    }
    #cssmenu.align-right ul ul {
        text-align: right;
    }
    #cssmenu > ul > li > a {
        padding: 21px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }
    #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
        color: #000;
    }
    #cssmenu > ul > li.has-sub > a {
        padding-right: 25px;
    }
    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 21px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }
    #cssmenu > ul > li.has-sub:hover > a::after {
        border-color: #009ae1;
    }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }
    #cssmenu li:hover > ul {
        left: auto;
    }
    #cssmenu.align-right li:hover > ul {
        right: 0;
    }
    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }
    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }
    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
    }
    #cssmenu ul li:hover > ul > li {
        height: 32px;
    }
    #cssmenu ul ul li a {
        padding: 10px 20px;
        width: 160px;
        font-size: 12px;
        background: #333333;
        text-decoration: none;
        color: #dddddd;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }
    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #ffffff;
    }
    #cssmenu ul ul li.has-sub > a::after {
        position: absolute;
        top: 13px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        content: "";
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }
    #cssmenu.align-right ul ul li.has-sub > a::after {
        right: auto;
        left: 10px;
        border-bottom: 0;
        border-right: 0;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
    #cssmenu ul ul li.has-sub:hover > a::after {
        border-color: #ffffff;
    }

    @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
        #cssmenu {
            width: 100%;
        }
        #cssmenu ul {
            width: 100%;
            display: none;
        }
        #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {
            text-align: left;
        }
        #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }
        #cssmenu ul li a,  #cssmenu ul ul li a {
            width: 100%;
        }
        #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }
        #cssmenu ul ul li a {
            padding: 20px 20px 20px 30px;
            font-size: 12px;
            color: #000000;
            background: none;
        }
        #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
            color: #000000;
        }
        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }
        #cssmenu ul ul,  #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }
        #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
            display: none;
        }
        #menu-line {
            display: none;
        }
        #cssmenu #menu-button {
            display: block;
            padding: 20px;
            color: #000000;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
        }
        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #000000;
        }
        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
        }
        #cssmenu .submenu-button {
            position: absolute;
            z-index: 10;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.15);
            height: 52px;
            width: 52px;
            cursor: pointer;
        }
        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            z-index: 99;
        }
        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            z-index: 99;
        }
        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
    }
    .banner {
        float: left;
        width: 100%;
        clear: both;
    }
    .slider {
        float: left;
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .slider img {
        float: left;
        width: 100%;
        height: 100vh;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        height: 100vh;
    }
    .arrow_left {
        margin-top: 376%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .carousel-caption h1 {
        font-size: 60px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        top: 0%;
        /*height: 100vh;*/
        padding: 11% 70% 0 0;
    }
    .chat_btn {
        position:fixed;
        bottom: 30%;
        right: 0;
        z-index: 9;
        border-radius: 3px;
        background: #000;
        font-size: 2em;
        width: 55px;
        height: 55px;
        padding: 4px;
        color: #917B64;
    }
    .chat_btn:hover {
        color: #fff;
        background: #917B64;
    }
    .call_me {
        position: fixed;
        width:320px;
        background: none !important;
        bottom: 0px; border:solid 1px #fff;
        padding: 0px;
        border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; -o-border-radius:10px 10px 0px 0px;
        z-index: 999;
    }
    .call_me h1 {
        margin: 0 0 15px 0;
        color: #917B64;
        font-family: 'simplificasimplifica';
        font-size: 28px;
        text-align: left;
        float: left;
    }
    .call_me i {
        float: right;
        color: #fff;
    }
    .call_me form {
        padding: 0px;
        float: left;
        width: 100%; border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; -o-border-radius:10px 10px 0px 0px;
    }
    .banner_slider {
        float: left;
        width: 100%;
    }
    .call_me input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height: 45px;
        margin-bottom: 15px;
    }
    .call_me input:focus {
        box-shadow: none;
        border: solid 1px #fff;
    }
    .call_me button {
        float: left;
/*        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        border-radius: 6px 6px 0 0;*/
        background: #000;
        color: #917B64;
        text-align: left;
        font-size: 17px;
        /*border-radius: 6px 6px 0 0;*/
        padding: 10px 15px; width:100%;
    }
    /*.call_me button:hover {
            background: #000;
            border: solid 1px #fff;
    }*/
    .padding_top_bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .img_holder {
        float: left;
        width: 100%;
        position: relative;
    }
    .img_holder:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0px;
        display: block;
        width: 58%;
        height: 100%;
        background: url(../images/logo_water_mark.png) no-repeat right bottom #917b64;
    }
    .over_view_img {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        margin: 80px 0;
        box-shadow: 0 0 20px #000;
        position: relative; display:block;
    }
    .over_view_img img {
        position: relative;
        width: 100%;
    }
    .over_view_text {
        position: relative;
        z-index: 9;
        float: left;
        width: 100%;
        margin-top: 30%;
    }
    .over_view_text h1 {
        font-family: 'simplificasimplifica';
        font-size: 58px;
        color: #fff;
        text-align: left;
        margin: 0 0 20px 0;
        font-weight: 300;
    }
    .over_view_text p {
        float: left;
        color: #000;
        font-size: 16px;
        text-align: justify;
        padding: 0 0px;
    }
    .over_view_text a {
        color: #000;
        float: left;
        margin: 15px 0 0 0;
        font-weight: 600;
    }
    .left_text_div {
        position: absolute;
        top: 0;
    }
    .left_text_div_bottom_1 {
        position: absolute;
        bottom: 26.5%;
    }
    .left_text_div_bottom_2 {
        position: absolute;
        bottom: 20%;
    }
    .right_text_div_1 {
        position: absolute;
        top: 41%;
        right: 39px;
    }
    .right_text_div_2 {
        position: absolute;
        bottom: 19%;
        right: 35px;
    }
    .right_text_div_3 {
        position: absolute;
        bottom: 102px;
        right: 0;
    }
    .right_text_div_4 {
        position: absolute;
        bottom: 48px;
        right: 0;
    }
    .box_1 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        padding: 23% 0;
        float: left;
        width: 22px;
    }
    .box_2 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        height: 333px;
        float: left;
        width: 22px;
    }
    .box_3 {
        border-top: dashed 1px #fff;
        border-left: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        height: 41px;
        float: left;
        width: 22px;
    }
    .box_4 {
        border-top: dashed 1px #fff;
        /* border-bottom: dashed 1px #fff; */
        height: 0;
        float: left;
        width: 54px;
        margin: 7px 0 0 0;
    }
    .box_a {
        border-top: dashed 1px #fff;
        border-right: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        /* padding: 23% 0; */
        float: left;
        width: 22px;
        height: 287px;
    }
    .box_b {
        border-top: dashed 1px #fff;
        float: left;
        width: 122px;
        margin: 6px 0 0 0;
    }
    .box_c {
        border-top: dashed 1px #fff;
        float: left;
        width: 92px;
        margin: 7px 0 0 0;
    }
    .box_d {
        border-top: dashed 1px #fff;
        /* border-bottom: dashed 1px #fff; */
        height: 0;
        float: left;
        width: 54px;
        margin: 7px 0 0 0;
    }
    .name {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        font-size: 11px;
    }
    .name_right {
        float: left;
        color: #fff;
        text-align: left;
        color: #fff;
        font-size: 11px;
        padding: 0 4px 0 6px;
    }
    .left_text_div p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 11px;
        text-align: right;
    }
    .left_text_div_bottom_1 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 13px;
        text-align: right;
    }
    .left_text_div_bottom_2 p {
        float: left;
        color: #fff;
        float: left;
        color: #fff;
        padding: 0 17px;
        font-size: 11px;
        text-align: right;
    }
    .top_left_1 {
        top: 140px;
    }
    .top_left_2 {
        top: 29%;
    }
    .padding_top_1 {
        padding-top: 24px !important;
    }
    .padding_top_2 {
        padding: 75% 19px 0 32px !important;
    }
    .padding_top_3 {
        padding: 0px 11px 0 12px !important;
    }
    .custom_map {
        float: left;
        width: 100%;
        padding: 0px 0;
        position: relative; display:block;
    }
    .custom_map strong {
        color: #000;
    }
    .custom_map p {
        font-size: 43px;
        /*font-family: 'simplificasimplifica';*/
        text-align: right;
        color: #fff;
    }
    .custom_map {
        float: left;
        width: 100%; display:block;
        position: relative;
    }
    .custom_map img {
        width: 100%;
    }
    .custom_map .location_text {
        float: right;
        text-align: right;
        position: absolute;
        top: 6%;
        right: 15%;
        font-weight: 400;
    }
    .custom_map ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    .custom_map ul li {
        position: absolute;
        top: 0;
        left: 0;
        list-style-type: none;
    }
    .custom_map ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 15px;
    }
    .custom_map ul li a i {
        padding-right: 10px;
        font-size: 2em;
    }
    .custom_map ul li:first-child {
        top: 44%;
        left: 9%;
    }
    .custom_map ul li:nth-child(2) {
        top: 44%;
        left: 19%;
    }
    .custom_map ul li:nth-child(3) {
        bottom: 19%;
        left: 33%;
        top: auto;
    }
    .custom_map ul li:nth-child(4) {
        bottom: 45%;
        left: 62%;
        top: auto;
    }
    .custom_map ul li:nth-child(5) {
        bottom: 27%;
        right: 32%;
        top: auto;
        left: auto;
    }
    .custom_map ul li:nth-child(6) {
        top: 66%;
        right: 18%;
        left: auto;
    }
    .custom_map ul li:last-child {
        top: 75%;
        right: 3%;
        left: auto;
    }
    .sketch_div {
        float: left;
        width: 100%;
    }
    .text_div {
        float: left;
        width: 100%;
    }
    .title {
        font-size: 60px;
        font-family: 'simplificasimplifica';
        text-align: left;
        color: #917B64;
        margin: 51px 0 0 0;
    }
    .title span {
        color: #000;
    }
    .text_div p {
        font-size: 14px;
        color: #000;
        text-align: justify;
    }
    .text_div a {
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }
    .dream_home_bg {
        background: url(../images/dream_home.jpg) no-repeat;
        background-size: cover;
    }
    .dream_home_bg h1 {
        font-size: 60px;
        font-family: 'simplificasimplifica';
        text-align: right;
        color: #fff;
        padding: 4% 50px 50% 0;
    }
    .dream_home_bg span {
        color: #000;
    }
    .gold_bg {
        background: #917B64;
        padding: 50px 0;
    }
    .gold_bg .title {
        color: #fff;
        text-align: center;
        margin: 50px 0 50px 0; font-size:60px;
    }
    .level_box {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .level_box h1 {
        font-size: 35px;
        color: #fff;
        font-family: 'simplificasimplifica';
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
    }
    .level_box p {
        color: #000;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    .level_box a {
        font-weight: 600;
        color: #000;
    }
    .standard_bg {
        background: url(../images/Rooftop-Sky-lounge.jpg) no-repeat fixed;
        background-size: cover;
        padding-bottom: 60px;
        box-shadow: 0px 8px 34px #666;
    }
    .standard_bg h1 {
        text-align: left;
        font-size: 60px;
        font-family: 'simplificasimplifica';
        color: #fff;
        padding-top: 36%;
    }
    .standard_bg p {
        text-align: left;
        font-size: 16px;
        color: #fff;
    }
    .iconinc {
        float: left;
        width: 100%;
        clear: both;
    }
    .iconinc .title {
        text-align: center;
        margin: 0;
    }
    .icon_list {
        float: left;
        padding: 0;
        width: 100%;
        margin: 30px 0;
    }
    .icon_list li {
        display: inline-block;
        list-style: none;
        width: 221px;
        text-align: center; margin:0;
    }
    .icon_list li img {
        display: inline-block;
        margin: 0 auto 20px auto;
    }
    .icon_list li span {
        font-size: 15px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
    }
    .img_div {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .img_div img {
        width: 100%;
    }
    .img_div span {
        font-size: 15px;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .bg_black {
        background: url(../images/rectangle_bg.png) repeat #000;
        float: left; background-size:100% !important;
        width: 100%;
       /* padding-bottom: 12%;*/
	   padding-bottom:132px;
        position: relative;
    }
    .bg_black .title {
        text-align: center;
        margin-bottom: 50px; margin-top: 50px;
        font-size: 60px;
    }
    .bg_black .title span {
        color: #fff;
    }
    .team {
        float: left;
        width: 100%;
        position: relative;
    }
    .team h6 {
        font-size: 14px;
        color: #fff;
        padding: 10px 0 18px 0;
        position: relative;
    }
    .team h6:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 2px;
        width: 93px;
        background: #fff !important;
        right: 0;
        margin: 0 auto;
    }
    .team p {
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .box_holder {
        position: relative;
        width: 100%;
        background: #917B64;
        padding: 15px;
        margin-top: -14%;
        margin-bottom: 30px;
    }
    .box_holder .title {
        color: #fff; font-size:60px;
        text-align: center;
        margin: 30px 0 25px 0;
    }
    .box_holder p {
        font-size: 14px;
        color: #000;
        padding: 0 30px 40px 30px;
    }
    .logo_img {
        display: inline-block;
        margin: 30px 0;
    }
    .text {
        float: left;
        width: 100%;
    }
    .text p {
        text-align: justify;
        color: #000;
        padding-top: 67px;
    }
    .bg_plan_small_text {
        float: left;
        width: 100%;
        background: url(../images/Queen-Necklace.jpg) no-repeat fixed;
        background-size: cover;/* height:1097px;*/
    }
    .bg_plan_small_text p {
        font-size:14px;
        text-align: left;
        color: #fff;
        padding-bottom: 50px;
        padding-top: 63%;
    }
    .black_bg {
        background: #000;
        text-align: center;
        clear: both;
    }
    .map {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .contact_div {
        float: left;
        width: 100%;
    }
    .contact_div h1 {
        text-align: left;
        font-size: 35px;
        font-family: 'simplificasimplifica';
        color: #fff;
    }
    .contact_div p {
        text-align: left;
        font-size: 14px;
        color: #fff;
    }
    .address_list {
        padding: 20px 0 0 0;
        float: left;
        width: 100%;
    }
    .address_list li {
        display: block;
        list-style: none;
        padding-bottom: 20px;
        float: left;
        width: 100%;
    }
    .address_list i {
        float: left;
        color: #917B64;
        font-size:20PX !important;
        margin-right: 10px; margin-top:3px;
    }
    .address_list p {
        padding-top: 0px !important;
        margin-top: 3px;
        float: left;
    }
    .contact_form {
        float: left;
        width: 100%;
        margin-top: 43px;
    }
    .contact_form input {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height: 45px;
        margin-bottom: 15px;
    }
    .contact_form textarea {
        background: none;
        border: solid 1px #917B64;
        box-shadow: none;
        border-radius: 0px;
        height: 165px;
        margin-bottom: 15px;
    }
    .contact_form input:focus {
        box-shadow: none;
        border: solid 1px #fff;
    }
    .contact_form textarea:focus {
        box-shadow: none;
        border: solid 1px #fff;
    }
    .contact_form button {
        float: right;
        border: none;
        background: #917B64;
        color: #fff;
        padding: 8px 15px;
        border: solid 1px #917B64;
    }
    .contact_form checkbox {
        float: left;
        width: auto;
    }
    .contact_form button:hover {
        background: #000;
        border: solid 1px #fff;
    }
    .contact_form .check_box_main {
        height: auto;
        float: left;
        margin-right: 10px;
        width: 20px;
        margin-top:8px;
    }
    .contact_form span {
        float: left;
        font-size: 15px;
        color: #917B64;
        /*font-family: 'simplificasimplifica';*/
        margin-top:0px;
    }
    .footer_logo {
        float: left;
        clear: both; width:200px;
    }
    .footer {
        float: left;
        width: 100%;
        padding-top: 0px;
        border-top: solid 1px #917B64;
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer_menu {
        padding: 0;
        float: right;
        margin: 0;
    }
    .footer_menu li {
        display: inline-block;
    }
    .footer_menu li a {
        font-size: 12px;
        color: #fff;
        padding: 29px 10px;
        display: block;
    }
    .footer_menu li a:hover {
        color: #917B64;
        text-decoration: none;
    }
    .footer p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #fff;
        padding: 20px 0 30px 0;
    }
    .footer a {
        color: #fff;
        font-size: 12px;
    }
    .footer a:hover {
        color: #917B64;
        text-decoration: none;
    }

    .scrollup {     font-size: 1.8em;
                    width: 40px;
                    height: 40px;
                    position: fixed;
                    bottom: 50px;
                    right: 50px;
                    display: none;
                    background: #272727;
                    color: #917B64;
    }
    .scrollup:hover{ color:#fff;}

    #navbar-main.affix-top {
        background:#fff;
    }

    /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
    #navbar-main.affix {
        background:#fff;
        top: 0;
        left: 0;
        right: 0;
    }

    .header2{ float:left; width:100%; box-shadow:0 0 13px #ccc; -moz-box-shadow:0 0 13px #ccc; -webkit-box-shadow:0 0 13px #ccc; -o-box-shadow:0 0 13px #ccc;}

    .header_hedding{ float:left; width:100%; position:relative; padding:10px 0;}
    .header_hedding:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        width: 50%;
        height: 100%;
        background:#000;
    }
    .header_hedding:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0px;
        display: block;
        width: 50%;
        height: 100%;
        background:#917b64;
    }

    .project_name{font-family: 'simplificasimplifica'; color:#fff; margin:0; text-align:left; font-size:58px; border-right:solid 2px #fff;}
    .project_spe{    font-family: 'simplificasimplifica';
                     color: #fff;
                     font-size: 24px;
                     text-align: left;
                     position: relative;
                     z-index: 9;
                     margin: 0;
                     padding: 23px 0 0 20px; position:inherit;}

    .inner_banner{ float:left; width:100%;}
    .inner_banner img{ width:100%; position:relative;}	
    .inner_p{ float:left; width:100%;}
    .inner_p p{ color:#fff; text-align:center; font-size:14px; padding:6% 0 0px 0; margin:0; line-height: 29px;}
    .image_div_holder{ float:left; width:100%; position:relative; margin:-12% 0 0 0; 
                       box-shadow:0 0 21px #5A5A5A; -moz-box-shadow:0 0 21px #5A5A5A; -webkit-box-shadow:0 0 21px #5A5A5A; -o-box-shadow:0 0 21px #5A5A5A;}
    .image_div_holder img{ width:100%; position:relative;}
    .div_text{ position: absolute;
               bottom: 39px;
               left: 55px;}
    .div_text h1{ font-family: 'simplificasimplifica'; color:#917B64; font-size:35px; font-weight:bold; margin:0; text-align:left;}
    .div_text a{color:#917B64; font-size:16px; float:left;}
    .margin{ margin:6% 0 0 0;}

    .modal-content{ padding:13% 20px;}
    .architect_div{ float:left; width:100%; position:relative;}
    .architect_div_photo{ width:200px; float:left; position:relative;}
    .architect_div_photo img{ width:100%;}
    .architect_div_text{    position: absolute;
                            width: 686px;
                            background: #000;
                            left: 20%;
                            top: 46px;
                            padding: 20px;
                            /* bottom: 0; */}
    .architect_div_text h1{font-size: 42px; font-family: 'simplificasimplifica'; color:#917B64; margin:0; text-align:left; float:left;}	
    .architect_div_text p{ font-size:13px; color:#fff; text-align:justify; margin:0;}

}


@media (max-width:1600px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -24.8%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}


@media (max-width:1440px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -27.2%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}

@media (max-width:1400px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -28.2%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}

@media (max-width:1366px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -30.8%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}

@media (max-width:1280px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -30.8%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}

@media (max-width:1200px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -32.8%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}


@media (max-width:768px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -50.8%;
    bottom: 49px;
    z-index: 999999;
    width: 471px;
}	
	
}

@media (max-width:600px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -65.8%;
    bottom: 69px;
    z-index: 999999;
    width: 471px;
}
	
.sticky span {
    float: left;
    width: 100%;
    border: solid 1px #917B64;
    padding: 5px;
    border-radius: 5px;
}	
	
}

@media (max-width:480px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -83.8%;
    bottom: 69px;
    z-index: 999999;
    width: 471px;
}
	
.sticky span {
    float: left;
    width: 100%;
    border: solid 1px #917B64;
    padding: 5px;
    border-radius: 5px;
}	
	
}


@media (max-width:375px) {
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right:-82%;
    bottom: 69px;
    z-index: 999999;
    width:380px;
}
	
.sticky span {
    float: left;
    width: 100%;
    border: solid 1px #917B64;
    padding: 5px;
    border-radius: 5px;
}	
	
	.sticky li p {
    padding: 0px;
    margin: 0px;
    color: #917B64;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 9px;
    text-align: left;
}
	
}


@media (max-width:360px) {
	.sticky li p {
    padding: 0px;
    margin: 0px;
    color: #917B64;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 9px;
    text-align: left;
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right:-87.8%;
    bottom: 69px;
    z-index: 999999;
    width:380px;
}
	
.sticky span {
    float: left;
    width: 100%;
    border: solid 1px #917B64;
    padding: 5px;
    border-radius: 5px;
}	
	
}


@media (max-width:320px) {
	.sticky li p {
    padding: 0px; 
    margin: 0px;
    color: #917B64;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 9px;
    text-align: left;
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right:-87.8%;
    bottom: 69px;
    z-index: 999999;
    width:380px; display: none;
}
	
.sticky span {
    float: left;
    width: 100%;
    border: solid 1px #917B64;
    padding: 5px;
    border-radius: 5px;
}	
	
}



