/* Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    font-family: 'Open Sans', sans-serif;
}

body {
    min-width: 329px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s; /* Safari */
}

.project-download-title {
    font-size: 20px;
    margin-top: 14px;
    text-transform: initial;
    text-align: center;
}

.project-download {
    height: 230px;
}

/* Gallery */
.thumbnail {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #FFF;
}
.thumbnail img {
    opacity: .75;
}
.thumbnail img:hover {
    opacity: 1;
}
.gallery {
    color: #fff;
}

.list-flex-none {
    display: inline-block !important;
}

/* Global */
.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-row {
    margin: 10px 0;
}

.respond {
    width: 100%;
}

.list-style-none {
    list-style-type: none;
    padding-left: 0;
}

.btn-custom {
    color: #fff;
    background-color: #c1272c;
    border-color: #66191b;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    color: #fff;
    background-color: #891b1f;
    border-color: #66191b;
}

h1 {
    color: #c1272c;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0;
}

h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0;
}

.img-center {
    margin: 0 auto;
}

.white {
    color: #fff;
    text-decoration: none;
}

.white:link, .white:hover {
    text-decoration: none;
}

.red-background {
    background-color: #8f2024;
    padding: 50px 15px !important;
}

.red-background-triangle {
    background-color: #8f2024;
    padding: 50px 30px !important;
    position: relative;
    margin-bottom: 75px !important;
}

.red-background-triangle:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -75px;
    width: 0;
    height: 0;
    border-top: solid 75px #8f2024;
    border-left: solid 75px transparent;
    border-right: solid 75px transparent;
}

.container-full {
    padding: 0 0 !important;
}

.divider30 {
    margin: 30px;
}

.content-row {
    margin: 10px 0;
    padding: 10px;
}

/*.container-full {*/
/*margin: 0 auto;*/
/*width: 100%;*/
/*}*/

/*.container-fluid {*/
/*padding-left: 30px;*/
/*padding-right: 30px;*/
/*}*/

.center {
    text-align: center;
}

.center > * {
    margin: 0 auto;
}

ul.list-unstyled {
    display: flex;
}

/*  Navigation */
.navbar-header {
    min-height: 165px;
}

.navbar-toggle > .icon-bar {
    background-color: #c1272c;
    width: 36px;
    height: 3px;
    margin-bottom: 6px;
}

.rotate-bars {
    transition: 0.3s ease-in-out;
}

.navbar-toggle > .rotate-bars {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navbar-toggle.collapsed > .rotate-bars {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.nav-bar-top {
    margin: 10px 0;
    border-bottom: 1px solid #000;
}

.nav-bar-top a {
    color: #000;
}

.nav-icons {
    margin-right: 5px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .nav-icons {
        border-right: 1px solid #000;
    }
}

.nav-icons > a > i {
    color: #c1272c;
}

.nav-icons-about > a > i {
    color: #c1272c;
}

.footer-icons > a > i {
    color: #ffffff;
    font-size: 30px !important;
}

.social-nav-icons {
    padding-right: 5px;
}

.social-nav-icons > a > i {
    font-size: 25px;
    transition: 0.6s;
    transform-style: preserve-3d;
    perspective: 40px;
}

.social-nav-icons > a > i:hover {
    transform: rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-horizontal-line {
    font-size: 20px;
}

.social-nav > a {
    padding: 0 5px;
}

.social-nav-icons > a {
    padding: 0 5px;
}

.social-nav-icons > a:hover > i.fa-facebook {
    color: #3B5998;
}

.social-nav-icons > a:hover > i.fa-twitter {
    color: #1da1f2;
}

.social-nav-icons > a:hover > i.fa-linkedin {
    color: #0077B5;
}

.social-nav-icons > a:hover > i.fa-google-plus {
    color: #d94338;
}

.social-nav-icons > a:hover > i.fa-youtube {
    color: #e52d27;
}

.navbar-custom a {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.nav > li.active > a {
    border-bottom: 2px solid #e52d27;
}

.navbar-custom a:focus,
.navbar-custom a:hover {
    background-color: initial !important;
}

.navbar-custom li:hover > a {
    border-bottom-color: #e52d27;
}

.navbar {
    min-height: 160px;
}

/* Carousel */
.carousel-custom {
    border-top: 5px solid rgba(99, 99, 99, 0.73);
}

/*.slider-item image {*/
/*background: none;*/
/*position: relative;*/
/*}*/

/*.slider-item:hover {*/
/*background: #fff;*/
/*}*/

/*.slider-item .overlay {*/
/*height: 100%;*/
/*width: 100%;*/
/*}*/
/*.slider-item .overlay .text{*/
/*position: absolute;*/
/*top: 40%;*/
/*text-align: center;*/
/*vertical-align: central;*/
/*background-color: #fff;*/
/*}*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.slider-item image {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    outline: 0;
}

/*.overlay a{*/
/*pointer-events: none;*/
/*cursor: default;*/
/*}*/

/*.slider-item:hover .overlay a >*/

/*.slider-item:active .overlay a {*/
/*pointer-events: initial;*/
/*cursor: initial;*/
/*}*/

.slider-item:hover .overlay {
    opacity: 1;
}

.slider-item .overlay {
    color: #000;
    text-underline: single;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-item .overlay .text {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.logo-container {
    padding: 80px 0;
    background-color: #e1e1e1;
}

/* Form */
.has-error .form-control {
    border-color: red;
}

.has-error .form-control:focus {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px red;
}

.error, .success {
    display: none;
}

.error {
    color: red;
}

.success {
    color: green;
}

.contact-form-btn {
    float: right;
}

.contact-form-btn > button {
    margin-top: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    border-bottom: 2px solid #8f2024;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    background: transparent;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.contact-form-btn > button:hover {
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}

.contact-form-btn > button > i {
    color: #8f2024;
}

/* Footer */
.footer {
    color: #fff;
}

.footer h2 {
    color: #fff;
}

.contact-nav {
    color: #fff;
}

.contact-nav a {
    color: #fff;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .footer-div {
        margin-bottom: 50px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.investment-box-container {
    min-height: 300px;
}

@media only screen and (max-width: 767px) {
    .xs-float-clear {
        float: none !important;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-clear-border {
        border: 0px solid !important;
        margin-right: 0px !important;
    }

}

/* -----------------------
         Google Map
----------------------- */
.container-map {
    width: 100%;
    height: 400px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.contact-investment {
    z-index: 1000;
    margin-bottom: 0px !important;
}

/* -----------------------
  Investment
----------------------- */

.modal-dialog {
    width: 600px;
}

.thumbnail {
    margin-bottom: 6px;
}

/* -----------------------
  Timeline
----------------------- */

/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}

.timeline-panel {
    min-height: 181px;
}

.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}

.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.sold {
    background-color: #59ba1f !important;
}

.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}

.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #c0c0c0;
    border-right: 0 solid #c0c0c0;
    border-bottom: 16px solid transparent;
    content: " ";
}

.timeline-title {
    color: #000 !important;
}

.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-panel .timeline-body > p + p {
    margin-top: 5px;
}

.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 95%;
    margin-bottom: 20px;
}

.white a {
    text-decoration-color: #fff;
}

.timeline-body {
    color: #000;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 220px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #c0c0c0 !important;
    border-bottom: 0 solid #c0c0c0 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }



/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .sm-center {
        text-align: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .md-text-left {
        text-align: left;
    }

    .md-text-right {
        text-align: right;
    }
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.investment-box-container > a {
    color: #fff !important;
}

.timeline-container-div {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
}

/* -----------------------
  Media Queries Template
----------------------- */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Large Desktops */
@media only screen and (min-width: 1200px) {

}