@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Hoefler';
    src: url('../fonts/hoefler.eot');
    src: url('../fonts/hoefler.eot?#iefix') format('embedded-opentype'),  url('../fonts/hoefler.woff') format('woff'),  url('hoefler.ttf') format('truetype'),  url('../fonts/hoefler.svg#Hoefler') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Webfont';
    src: url('../fonts/optima-webfont.eot');
    src: url('../fonts/optima-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/optima-webfont.woff') format('woff'),  url('optima-webfont.ttf') format('truetype'),  url('../fonts/optima-webfont.svg#Optima-Webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajanpro-Regular-Webfont';
    src: url('../fonts/trajanpro-regular-webfont.eot');
    src: url('../fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/trajanpro-regular-webfont.woff') format('woff'),  url('trajanpro-regular-webfont.ttf') format('truetype'),  url('../fonts/trajanpro-regular-webfont.svg#Trajanpro-Regular-Webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zapfino-Webfont';
    src: url('../fonts/zapfino-webfont.eot');
    src: url('../fonts/zapfino-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/zapfino-webfont.woff') format('woff'),  url('zapfino-webfont.ttf') format('truetype'),  url('../fonts/zapfino-webfont.svg#Zapfino-Webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url(/img/back-backup.jpg);	
}

.shadow_footer {
    background-repeat: no-repeat;
    margin-left: auto; 
    margin-right:auto;
    margin-top:-120px;
    width:1130px;
    position: relative;
    z-index:-1;
}

#inner {
    width: 100%;
    margin: 0px auto;
}

.container {
    background-color: #FFF;
    display: block;
    width: 1024px !important;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
}

.shadow {
    -moz-box-shadow:    0 0 8px 2px #2e2e2e;
    -webkit-box-shadow: 0 0 8px 2px #2e2e2e;
    box-shadow:         0 0 8px 2px #2e2e2e;
}

.header {
    display: block;	
}

.head {
    float:left;
    width:600px;
}

.logo {
    margin-left: 18%;
    display: block;
    height: 153px;
    width: 207px;
    margin-top: 19px;
    float:right;
}

.logo img {
    float:right;
}

.advertisment {
    margin-top: 18px;
    display: block;
    margin-left: 107px;
    float:left;
}

.slogan {
    font-family: "Zapfino-Webfont";
    display: block;
    clear: both;
    float:right;
    margin-right: -16px;
    font-size: 35px;
    margin-top: -18px;
}

.top-navigation {
    font-family: Optima-Webfont;
    float:left;
    display: block;
    width: 990px;
    margin-left: 5px;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 30px;
}

.top-navigation a:link {color:#424143;}
.top-navigation a:visited {color:#424143;}
.top-navigation a:hover {color:#424143;}
.top-navigation a:active {color:#0088cc !important;}
.nav-pills a:active {color:#0088cc !important;}
.nav-tabs a:active {color:#0088cc !important;}

.nav-bold > a, .nav-bold > a:visited { color: #0088cc; }

.top-navigation ul {
    list-style-type: none;
    margin-left: 4px;
}

.top-navigation i {
    padding-left: 2px;
    display: none;	
}

.nav-pills {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.nav-pills > li {
    float: none;
    display: inline;
    padding-left: 8px;
    border-left: 2px solid #c1bab0;
}
.nav-pills > li:first-child {
    border: none;
}
.nav-pills > li > a {
    font-family: "Optima-Webfont";
    padding-left: 0px !important;
    padding-right: 3px;
}
.content-box {
    display: block;
    float: left;
    height: 100%;
    width: 990px;
    margin-top: 20px;
    border: 1px solid #666;
    margin-bottom: 15px;
    margin-left: 15px;
}

.content-box-home {
    display: block;
    float: left;
    height: 100%;
    width: 990px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.content-gallery {
    display: block;
    float: left;
    width: 490px !important;
    height: 100% !important;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #000;
}

.content-text {
    display: block;
    float: left;
    width: 489px;
    overflow-y:scroll;
    overflow-x: hidden;
    height: 600px;
    margin-left: 10px;
    background-image: url(/img/ornament-contact.png);
    background-repeat: no-repeat;
    background-position: 235px 409px;
}

.content-text a:link {color:#424143;}
.content-text a:visited {color:#424143;}
.content-text a:hover {color:#424143;}
.content-text a:active {color:#424143;}

.content-text hr {
    width:95%;
    text-align:center;
    display: block;
    float: left;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #333;
    margin-top: 10px;
}

.content-text p{
    font-family: Optima-Webfont;
    text-transform: none;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

.content-text h1 {
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
}

.content-text h2 {
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
}

.property {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    float: left;
    width: 468px;
}

.property img {
    display: block;
    padding: 7px;
    float: left;
    height: 90px;
    width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: thin solid #CCC;
}

.property h2 {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    width: 280px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 22px;
    padding-top:5px;
}

.property h3 {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    width: 280px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    line-height: 20px;
    padding-top:3px;
}

.property p {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    width: 280px;
    padding: 10px !important;
    font-size: 12px;
    color: #000;
}

.dropcap {
    font-family: "Trajanpro-Regular-Webfont";
    font-size: 390%;
    float: left;
    line-height: 0.8em;
    font-weight: bold;
    position: relative;
    left: -3px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.pagination {
    height: 20px !important;
    margin: 10px 0 !important;
    padding-left:30px;
    width:400px;
}

.pagination a {
    float: left;
    padding: 0 7px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    padding-left:28px;
    padding-right:28px;
}

.gallery-header {
    position:absolute;
    z-index:15000;
    width: 490px !important;
    height: 145px;
    background-image: url(/img/gallery-back.png);
    /* opacity:0.8; */
}

.gallery-title-one {
    font-family: "Zapfino-Webfont";
    color:#FFF;
    display: block;
    float: left;
    margin-left: 60px;
    font-size: 80px;
    padding-top: 60px;
    text-transform: capitalize;
}

.gallery-title-two {
    font-family: "Trajanpro-Regular-Webfont";
    color:#FFF;
    display: block;
    float: left;
    margin-left: 150px;
    font-size: 30px;
    text-transform: uppercase;
}

.comunity_content {
    font-family: Optima-Webfont;
    display: block;
    margin: 10px;
    float: left;
    height: 580px;
    width: 450px;
    text-transform: none;
}

.comunity_content h1 {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    width: 420px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top:5px;
}

.comunity_content h2 {
    color: #314642 !important;
    font-family: Optima-Webfont;
    display: block;
    float: left;
    width: 420px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top:5px;
}

.comunity_content h3 {
    color:#463145 !important;
    font-family: Optima-Webfont;
    display: block;
    float: left;
    width: 420px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top:5px;
}

.comunity_content p {
    padding:10px !important;
}

.button {
    display: block;
    float: right;
    height: 62px;
    width: 240px;
    margin-right: 15px;
    margin-bottom: 15px;	
}

a.pdf, a.pdf:link {
    background:url("/img/button5.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a.pdf:hover {
    background-position: 0 -55px;
}

a.pdf-single, a.pdf-single:link {
    background:url("/img/button7.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a.pdf-single:hover {
    background-position: 0 -55px;
}


a.contact_us, a.contact_us:link {
    background:url("/img/button6.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a.contact_us:hover {
    background-position: 0 -55px;
}

a.siteplan, a.siteplan:link {
    background:url("/img/button1.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding-bottom: 5px;
}

a.siteplan:hover {
    background-position: 0 -55px;
}

a.houseplan, a.houseplan:link {
    background:url("/img/button2.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a.houseplan:hover {
    background-position: 0 -55px;
}

a.amenities, a.amenities:link {
    background:url("/img/button3.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a.amenities:hover {
    background-position: 0 -55px;
}

a.question, a.question:link {
    background:url("/img/button4.png") no-repeat scroll 0 0px transparent;
    display:block;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
    width:210px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a.question:hover {
    background-position: 0 -55px;
}

.contact_content {
    font-family: Optima-Webfont;
    display: block;
    margin: 10px;
    float: left;
    height: 580px;
    width: 450px;
    text-transform: none;
}

.contact_content h1 {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top:5px;
}

.contact_content h2 {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top:5px;
}

.contact_content h3 {
    font-family: Optima-Webfont;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top:5px;
}

.contact_content p {
    padding:10px !important;
}

.contact_form {
    display: block;
    float: left;
    max-width:430px;
}

.marker_contact {
    display: block;
    float: left;	
}

.footer {
    font-family: "Optima-Webfont";
    display: block;
    margin-top:5px;
    margin-bottom:5px;
    clear: both;
    text-align:center;
    font-size: 12px;
    color: #FFF;
    width: 1020px;
    margin-left:auto;
    margin-right:auto;
}

.wrapper {padding:20px}

/* SPLASH */

.splash {
    /*background-image: url(/img/back-backup.jpg);*/
    background-color: black;
    position: absolute;
    top:-310px;
    left: -500px;
    width: 2000px;
    height: 1200px;
    z-index: 1000;
}

.splash-back {
    margin-left: auto;
    margin-right:auto;
    background-image:url(/img/splash-circle.png);
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    height:600px;
    margin-top:-20px;
    opacity:0.8;
    margin-top:20px;
}

.splash-logo {
    margin-top:40px;
}

.splash-slogan {
    width:300px;
    color:#FFF;
    height:20px;
    padding-left:10px;
    padding-right:10px;
    margin-top:15px;
    font-family: "Trajanpro-Regular-Webfont";
}

.splash-slogan-big {
    width:450px;
    color:#FFF;
    font-family: "Zapfino-Webfont";
    display: block;
    font-size: 50px;
    margin-top:40px;
    padding-top:25px;
    padding-bottom:25px;
}

.splash-adress {
    margin-top:100px;
    font-family: "Optima-Webfont";
    display: block;
    font-size: 16px;
    color:#FFF;
}

/* SPLASH END */

/* NEW DESIGN */

.contentbox ul{
    margin-left:70px;
}

.slider-pager {
    position:relative;
    float:right;
    margin-top:-28px;
    margin-right:7px
}

.slider-pager a{
    background-color: #909E60;
    height:26px;
    width:26px;
    padding: 7px;
    margin-right:7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #FFF;
    text-decoration:none;
}

.slider-pager .pager-active a:active {
    background-color:#586D10 !important;
}

.pager-active {
    background-color:#586D10 !important;
}

.slider-pager a:hover{
    background-color:#586D10 !important;
}

.index-homes {
    width:210px;
    height:290px;
    float:left;
    border:1px solid #000;
    margin-top:30px;
    margin-right:25px;

}

.index-homes-text {
    padding: 15px;
    font-size:16px;
    font-weight:normal;
    font-family: "Optima-Webfont";
    float:left;
    line-height:normal;
    overflow: hidden;
    height:130px;
}

.difference-box {
    float:left;
    border:1px solid #000;
    margin-top:30px;
    background-color:#455560;
    width:247px;
    padding:15px;
    height:260px;
}

.difference-box h2{
    font-size:18px;
    font-weight:normal;
    font-family: Optima-Webfont;
    font-style: italic;
    color: #FFF;
    margin-bottom:15px;
}

.difference-box h3{
    font-size:16px;
    font-weight:normal;
    font-family: Optima-Webfont;
    color: #FFF;
    margin-top:30px;
    text-transform: capitalize;
}

.difference-box a:active, a:link, a:visited {
    color: #FFF;
}

.difference-box a:hover {
    color: #FFF;
    text-decoration:underline;
}

.difference-box p{
    color: #FFF;
    font-family: "Optima-Webfont";
    line-height: 20px;
    font-size:14px;
}

.content-box-rest {
    display: block;
    float: left;
    height: 100%;
    width: 990px;
    margin-top: 20px;
    border: 1px solid #666;
    margin-bottom: 15px;
    margin-left: 15px;
}

.showroom-thumbs {
    float:left;
    height:120px;
    width:160px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    border:1px solid #999;
    margin-right:16px;
    margin-bottom:16px;
}

.press-title {
    float: left;
    width:420px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999;	
    color: #333;
    font-family: "Optima-Webfont";
    font-size:18px;
    margin-bottom:5px;
    padding-bottom:5px;
}

.pager {
    padding-left:30px;
    margin-top:45px;
    width:420px;
}
.divider {
    background-image: url("../img/divider.jpg");
    float: left;
    height: 25px;
    margin-left: 6px;
    margin-right: 8px;
    margin-top: -4px;
    width: 3px;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
}

.read-more-home {
    width:200px;
    height:20px;
    float: left;
    background-color:#333;
    opacity:0.7;
    text-align:center;
    margin-top:-24px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform:capitalize;
}

.read-more-home a {
    color: #FFF;
    font-family: "Optima-Webfont";
    font-size:14px;
}

.input-xmedium {
    height:75px;
    width:265px;
}

#submit-element {
    margin-left:160px;
}

#map{
    width: 490px; height: 600px;
}

#map img { 
    max-width: none;
}

#map label { 
    width: auto; display:inline; 
} 

.btn-mini {
    margin-left:30px;
}

.nav-stacked a{
    color:#333;
}

.showroom{
    border: none; 
    padding-left: 10px;
}

/* NEW DESIGN END */

/* SPLASH */

.splash-back {
    margin-left: auto;
    margin-right:auto;
    background-image:url(../img/splash-circle.png);
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    height:600px;
    margin-top:-20px;
    opacity:0.8;
    margin-top:20px;
}

.splash-logo {
    margin-top:40px;
}

.splash-slogan {
    width:300px;
    color:#FFF;
    height:20px;
    padding-left:10px;
    padding-right:10px;
    margin-top:15px;
    font-family: "Trajanpro-Regular-Webfont";
}

.splash-slogan-big {
    width:450px;
    color:#FFF;
    font-family: "Zapfino-Webfont";
    display: block;
    font-size: 50px;
    margin-top:40px;
    padding-top:25px;
    padding-bottom:25px;
}

.splash-adress {
    margin-top:100px;
    font-family: "Optima-Webfont";
    display: block;
    font-size: 16px;
    color:#FFF;
}

/* SPLASH END */

.carousel-inner {
    height: 360px;
    margin-bottom: 12px;
}
.home-content h1 {
    float: left;
    width: 350px;
    margin-top: 20px;
    font-family: "Optima-Webfont";
    color: #333;
    font-size: 20px;
    margin-left: 20px;
    font-weight: normal;
}
.home-content p {
    float: left;
    width: 500px;
    padding-right: 50px;
    margin-top: 20px;
    font-family: "Optima-Webfont";
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;

}

.carousel-control {
    top: 47%;
    opacity: 0.2;
}
.carousel-control.right {
    background: url("/img/themes/light/panel-next-new.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 50px;
    width: 50px;
	opacity:0.3;
	border:none;
	font-size:1px;
}
.carousel-control.right:hover {
	opacity:1;
}
.carousel-control.left {
    background: url("/img/themes/light/panel-prev-new.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 50px;
    width: 50px;
	opacity:0.3;
	border:none;
	font-size:1px;
}
.carousel-control.left:hover {
	opacity:1;
}
