@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
	outline:0 !important;
}
html body {
    font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
}
#menu {
    display: block;
    float: right;
    margin: 3px 0 0 0;
}
header {
    z-index: 4545;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 24px 0;
    position: fixed !important;
    top: 0;
    height: auto;
    width: 100%;
    background: #fff;
}
#logo {
    float: left;
}
*:focus {
    outline: 0;
}
/* MENU */
#menu-control,
#menu {
	display: block;
	float: right;
	margin: 3px 0 0 0;
}
#menu-control li,
#menu li {
	display: block;
	float: left;
	list-style-type: none;
}
#menu-control li a,
#menu li a {
	font-size: 14px;
	color: #afbbc1;
	display: block;
	padding: 0 25px;
	font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
	border-right: 1px dashed #afbbc1;
	line-height: normal;
}
#menu-control li a strong,
#menu li a strong {
	display: block;
	text-transform: uppercase;
	font-family: "roboto_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3e4b51;
	font-weight: normal;
	position: relative;
	top: 0;
	line-height: 16px;
	padding-bottom: 3px;
}
#menu-control li:last-child a,
#menu li:last-child a {
	border-right: 0;
	padding-right: 5px;
}
a#right-menu{ padding:5px; }
a#right-menu,
#sidr-right{ display:none; }
#sidr-right li.search{height: 66px;}
#sidr-right li.search input{
background: url(../images/search-icon.png) no-repeat 5px 50%;
border: 1px solid #ddd;
margin: 25px 0px 0 15px;
width: 85%;
display: block;
padding-left: 32px;
}
.search-box {
	float: right;
	padding-top: 3px;
	margin: 0 60px;
}
.search-box input#search {
	height: 30px;
	border: 1px solid #cbcaca;
	background: url(../images/search-icon.png) no-repeat 5px 50%;
	text-indent: 29px;
	float: left;
	box-shadow: 0 0;
}
.search-box a {
	position: absolute;
	padding: 6px;
	margin-left: -26px;
}
/* MENU */
.banner {	
	position: relative;
	padding-top: 90px;
	z-index:3;
	
	visibility:visible;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/*	body{ -webkit-transform: translateZ(0); }*/
}
body{
	background-image: url(../images/banner-img.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:0 85px;
}
.banner > div{
	height: 844px;
}
.banner .banner-content {
    background-color: rgba(47, 56, 79, 0.8);
    position: absolute;
    bottom: 0;
    height: 162px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
}
#menu li a {
    font-size: 14px;
    color: #afbbc1;
    display: block;
    padding: 0 25px;
    font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
    border-right: 1px dashed #afbbc1;
    line-height: normal;
}
#menu li:last-child a {
    border-right: 0;
    padding-right: 5px;
}
footer a:hover,
#menu li a:hover,
#menu li a:hover strong {
    color: #4cc671;
}
.banner .banner-content a {
    height: 40px;
    width: 120px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    display: inline-block;
    margin: 0 5px;
}
.banner .banner-content a:hover {
    background-color: #fff;
    color: #3f4c69;
}
body a:hover {
    text-decoration: none;
}
.banner .banner-content > div {
    padding: 28px 0 5px;
}
.single-profile {
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    cursor: pointer;
    min-height: 370px;
    text-align: center;
    border-radius: 5px;
    max-width: 270px;
    margin: auto;
    padding: 20px 10px;
}
.single-profile:hover {
    background: #bdc0c1;
    color: #fff;
}
body .single-profile:hover .pf-4,
.single-profile:hover .pf-2,
.single-profile:hover * {
    color: #fff;
}
.single-profile .photo {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px auto;
}
.single-profile .photo img {
    width: 100%;
}
.single-profile .pf-1 {
    font-size: 20px;
    text-transform: uppercase;
}
.single-profile .pf-2 {
    font-size: 15px;
    color: #a2a2a2;
    text-transform: uppercase;
}
.single-profile .pf-3 {
    font-family: 'roboto_condensedregular';
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
}
.single-profile .pf-4 {
    font-size: 15px;
    color: #a2a2a2;
}
#team {
    padding-bottom: 0;
    min-height: 575px;
}
.team-control {
    text-align: center;
    padding: 46px 0 0 0;
    height: 125px;
    width: 76px;
    margin: auto;
}
.team-control a {
    background: url(../images/team-control-icon.png) no-repeat;
    height: 36px;
    width: 36px;
    display: inline-block;
}
.team-control a.left {
    background-position: 0 0;
}
.team-control a.right {
    background-position: right bottom;
}
.team-control a.left:hover {
    background-position: 0 bottom;
}
.team-control a.right:hover {
    background-position: right top;
}
.left {
    float: left;
}
.right {
    float: right;
}
body h2,
body h3 {
    font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
body h3 {
    font-size: 20px;
}
/* SECTION */

section {
    text-align: center;
    background-color: #fff;
    padding-bottom: 40px;
}
.section h2 {
    font-size: 35px;
    margin: 40px 0 5px 0;
}
.section h3 {
    margin: 10px 0;
}
#about.section p {
    font-size: 20px;
    margin: 25px 0;
    padding-top: 10px;
    font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
    text-align: justify;
}
.section#about {
    background-color: #eaebed;
    /*	background: url(../images/ligth-grey.jpg) no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;*/
    padding-bottom: 70px;
}
.section .section-icon {
    position: absolute;
    margin: -32px 0 0 -32px;
    left: 50%;
    width: 64px;
    height: 64px;
    background: #fff;
    line-height: 59px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
}
.rs-block .rs-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #232323;
    margin: 15px auto;
    text-align: center;
    line-height: 83px;
}
.rs-block .rs-circle:hover {
    border-color: #08166f;
}
.rs-block .rs-circle .number {
    border-radius: 50%;
    width: 24px;
    background: #232323;
    color: #fff;
    margin: -12px auto 0;
    height: 24px;
    line-height: 24px;
}
.rs-block .rs-circle img {
    margin-top: 5px;
}
body h4 {
    font-size: 20px;
    font-weight: normal;
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
}
body h5 {
    font-size: 18px;
    font-weight: normal;
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
    margin: 10px 0;
    display: block;
    color: #515152;
}
section#realestate .rs-block {
    margin-top: 100px;
    margin-bottom: 100px;
}
section#realestate h2 {
    margin: 55px 0 30px;
}
section#realestate h3 {
    max-width: 800px;
    margin: auto;
}
section#about h2 {
    margin-top: 60px;
}
.section p {
    font-size: 15px;
}
#whyinvest.section {
    /*background-image:#596072 url(../images/dark-grey.jpg) no-repeat !important;*/
    background-size: cover;
    background-attachment: fixed;
    background-color: #596072;
    color: #fff;
}
#whyinvest.section h2 {
    margin-top: 55px;
}
.wi-b-left {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    float: left;
    line-height: 63px;
}
.wi-b-right {
    margin-left: 100px;
    text-align: left;
}
.wi-b-right h4 {
    margin: 0 0 10px 0;
}
#whyinvest .wi-block {
    padding: 20px;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
/* Investor Block */

#nowintroduction {} .ni-block {
    margin-top: 68px;
    margin-bottom: 25px;
}
.investor-block {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}
.investor-block .invest-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -36px;
}
.investor-block .invest-icon img {
    margin-left: -40px;
}
.investor-block .invest-content {
    padding-bottom: 20px;
}
.investor-block .invest-content .invest-img {} .investor-block .invest-content .invest-img img {
    width: 100%;
}
.investor-block h4 {
    color: #232e6a;
    text-transform: none;
    margin-bottom: 0;
}
.investor-block h5 {
    margin-top: 0;
    font-size: 18px;
}
.investor-block h5 span {
    font-size: 28px;
}
.investor-block p {
    margin: 0;
}
.investor-block .investor-footer {} .investor-block .investor-footer .col-md-4 {
    padding: 0;
}
.investor-block .investor-hr {
    margin: 15px 0;
}
.investor-block .investor-footer .col-md-4:first-child {
    border-right: 1px solid #b5b5b5
}
.investor-block .investor-footer .col-md-4:last-child {
    border-left: 1px solid #b5b5b5;
}
.investor-block .investor-footer h4 {
    margin-top: 5px;
}
.investor-block p.invest-content-desc {
    margin: 10px 15px;
}
.offering-btn.btn {
    font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
    white-space: normal;
    max-width: 90%;
    font-size: 15px;
    border: 1px solid #848484;
    margin: 15px 0;
    padding: 15px 0;
    width: 630px;
    border-radius: 6px;
    color: #000;
}
#contact-form button:hover,
#email-subscribe button.btn:hover,
.offering-btn.btn:hover {
    background: #4cc671 !important;
    border-color: #4cc671 !important;
    color: #fff !important;
}
#localinvestment.section {
    background-color: #fff;
}
#localinvestment.section .row.localinvestment-row {
    overflow-x: hidden;
}
.social-icons a,
.banner .banner-content a,
.btn {
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.investor-block {
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    background-color: #fff;
}
.investor-block:hover {
    background-color: #bdc0c1;
}
.investor-block:hover * {
    color: #fff;
}
#localinvestment.section .offering-btn {
    background: transparent;
    margin-top: 25px;
    margin-bottom: 40px;
}
.news-logos {
    padding: 30px 0;
}
.news-logos img {
    height: 98px;
}
#subscribe.section {
    background: #f1f1f1;
    padding-bottom: 20px;
}
.nl-text {
    background: url(../images/subscribe-icon.png) no-repeat 0 0;
    height: 100px;
    padding-left: 120px;
    margin-top: 20px;
    text-align: left;
}
.nl-text h3 {
    font-size: 25px;
    margin: 0;
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
    padding: 22px 0 10px;
}
.nl-text h3 span {
    color: #f02d2d;
}
.nl-text p {
    margin: 0;
    text-transform: uppercase;
}
#email-subscribe {
    float: right;
    margin-top: 50px;
}
#email-subscribe input {
    width: 250px;
    height: 44px;
    border: 1px solid #cbcaca;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 15px;
    line-height: 18px;
    float: left;
}
#email-subscribe button {
    margin-left: 6px;
    height: 42px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #cbcaca;
    color: #333;
}
.section#contact {
    background: #596072;
  /*  margin-bottom: 315px;*/
    color: #9c9c9c;
}
.section#contact h2 {
    text-align: left;
    margin: 60px 0 20px;
}
#contact-form textarea,
#contact-form button,
#contact-form input {
    color: #9c9c9c;
    background: transparent;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 25px;
    outline: none;
}
#contact-form textarea {
    width: 100%;
    height: 117px;
}
#contact-form button {
    width: 244px;
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
    font-size: 20px;
}
#contact-form input {
    width: 100%;
}
.section#contact .container {
    max-width: 1030px;
}
.section#contact .contact-block {
    width: 300px;
    max-width: 100%;
    margin: 20px auto;
}
footer {
/*    position: fixed;
    bottom: 0;*/
    width: 100%;
    z-index: 1;
    background: #2f384f;
    color: #cdcdcd;
    padding: 15px 0 0;
    height: 315px;
}
footer a {
    color: #cdcdcd;
}
footer ul {} footer ul li {
    list-style: none;
    margin: 3px 0;
}
body footer ul h3 {
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif
}
.social-icons {
    text-align: center;
}
.social-icons a {
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 32px;
    margin: 0 18px;
    border: 1px solid #9c9c9c;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.social-icons a.fb-icon {
    background-image: url(../images/fb-icon.png);
}
.social-icons a.fb-icon:hover {
    background-image: url(../images/fb-icon-hover.png);
}
.social-icons a.tw-icon {
    background-image: url(../images/tw-icon.png);
}
.social-icons a.li-icon {
    background-image: url(../images/li-icon.png);
}
.social-icons a.tw-icon:hover {
    background-image: url(../images/tw-icon-hover.png);
}
.social-icons a.li-icon:hover {
    background-image: url(../images/li-icon-hover.png);
}
.social-icons a:hover {
    background-color: #ffffff;
    border-color: #FFF;
}
.footer-desc p {
    font-size: 14px;
}
.footer-hr {
    text-align: center;
    margin: 4px 0 10px;
}
.copyright {
    font-size: 14px;
}
.btn.btn-success {
    background: #4cc671;
}
#contact-form textarea:focus:required:invalid,
#contact-form input:focus:required:invalid,
.modal input:focus:required:invalid{
    border-color: #fa4d50;
}
#contact-form input:focus:hover,
#contact-form textarea:focus:hover,
.modal input:focus:hover{
    border-color: #52c374 !important;
}
.modal input:focus:required:valid,
#contact-form textarea:focus:required:valid,
#contact-form input:focus:required:valid {
    border-color: #52c374;
}
.parallax {
    position: relative;
}
a#right-menu {
    display: none;
}
body.sidr-right-open #logo {
    position: fixed;
    left: -225px;
}
body.sidr-right-open a#right-menu {
    position: fixed;
    right: 210px;
    /*transition: all 0.5s ease;*/
}
img {
    max-width: 100%;
}
.social-widget .fb-like {
    height: 20px;
    float: right;
}
.social-widget .fb-share-button {
    height: 20px;
    margin: 0 10px;
    float: right;
    width: 87px !important;
}
.social-widget .twitter-share-button {
    width: 90px !important;
    height: 20px;
    float: right;
}
.social-widget {
    padding-top: 30px;
}
section {
    z-index: 3;
}
.banner .banner-text {
    color: #fff;
    text-align: center;
    display: block;
}
.banner h1.banner-text {
    font-family: "roboto_condensedlight", Arial, Helvetica, sans-serif;
    font-size: 80px;
    padding-top: 189px;
	margin:0;
}
.banner h3.banner-text {
font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
font-size: 25px;
text-transform: uppercase;
padding: 20px 0 10px;
margin: 0;
}
#localinvestment.section .offering-btn span {
    position: absolute;
    margin: 0 0 0 14px;
    font-size: 24px;
    line-height: 18px;
}
#localinvestment.section h2 {
    margin: 75px 0 5px;
}
#localinvestment.section h3 {
    margin-bottom: 15px;
}
body .modal {
    z-index: 5000;
}
body .modal .modal-content {
    border: none;
}
/* SIGNUP & LOGIN */

.modal.login-modal {
    background: url(../images/modal-bg.jpg) no-repeat #fff;
    z-index: 5000;
    background-size: cover;
    background-position: 50% top;
	outline:0 !important;
}
.modal button.close:hover {
    background-color: #c0c0c1;
    border-color: #c0c0c1;
    background-image: url(../images/close-btn-hover.png);
}
.modal button.close {
    background: url(../images/close-btn.png) no-repeat 50% 50% #fff;
    width: 24px;
    height: 24px;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    margin: 4px 4px 0 0;
    opacity: 1;
}
.modal#signup .btn.btn-success{
float: right;
margin-right: 12px !important;
}
.modal#signup .btn.btn-success,
.modal#login .btn.btn-success {
    padding: 0px;
    height: 44px;
    margin: 20px 0;
    width: 168px;
    font-size: 20px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
}
.modal-logo {
    padding: 25px 0;
}
body .modal#login .modal-content {
    max-height: 400px;
    padding-bottom: 25px;
}
.modal#login input.form-control {
    width: 230px;
    margin: 20px auto 0;
}
.modal#signup input.form-control {
    width: 230px;
    margin:20px auto 0;
}
.modal#signup .row{
    margin:0 30px;
}
.modal#signup .row .col-md-6{
    padding:0;
}
body .modal#login .modal-dialog {
    max-width: 370px;
    text-align: center;
    margin: 5% auto 0;
	box-shadow:4px 10px 42px 11px rgba( 1, 1, 1, 0.3);
	border-radius:5px;
}
body .modal#signup .modal-dialog {
    max-width: 570px;
    margin: 5% auto 0;
    text-align: center;
	box-shadow:4px 10px 42px 11px rgba( 1, 1, 1, 0.3);
	border-radius:5px;
}
a.forgot-pw {
    color: #333333;
    display: block;
    margin-top: 10px;
}
a.forgot-pw span {
    position: absolute;
    background: url(../images/right-arrow.png) no-repeat 50% 50% #fff;
    width: 26px;
    height: 26px;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    margin: -3px 0 0 11px;
}
a.forgot-pw:hover span {
    background-color: #eee;
}
.social-login-links{}
.social-login-links a{
    display:inline-block;
    margin:5px;
    margin-top:5px;
    width:50px;
    height:50px;
    border:1px solid #2d2d2d;
    background-position:50% 50%;
    background-repeat:no-repeat;
    border-radius:50%;
}
body .login-modal h3{
    font-family: "roboto_condensedbold", Arial, Helvetica, sans-serif;
}
.social-login-links a.fb-login{ background-image:url(../images/fb-log-icon.png); }
.social-login-links a.tw-login{ background-image:url(../images/tw-log-icon.png); }
.social-login-links a.li-login{ background-image:url(../images/li-log-icon.png); }
.social-login-links a:hover{ background-color:#2d2d2d; }
.social-login-links a.fb-login:hover{ background-image:url(../images/fb-log-icon-hover.png); }
.social-login-links a.tw-login:hover{ background-image:url(../images/tw-log-icon-hover.png); }
.social-login-links a.li-login:hover{ background-image:url(../images/li-log-icon-hover.png); }
.social-login-agree{
    font-size:15px;
    font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif;
    padding:10px 0;
}
.social-login-agree a{ color:#4cc671; }
/* SIGNUP & LOGIN */

input.form-control {
    box-shadow: 0 0 transparent;
    height: 45px;
    font-size: 15px;
    border-color: #cbcaca;
}



article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
a {
text-decoration: none;
}
