/** bootstrap **/
body {
  padding-top: 54px;
	font-family: 'Montserrat', sans-serif;
	color: black;
}

video {max-width:100%;height:auto}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.float {
	float:left;
	padding: 10px;
}

.refresh-captcha {
	display: inline-block;
    position: relative;
    cursor: pointer;
}

.refresh-captcha svg {
    width: 20px;
    margin-left: 5px;
}

p {
	color: black;
	line-height: 25px;
	text-align: justify;
}

h2 {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
	font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

a, a:hover {
	color: #85ab07;
}

ul {
	line-height: 30px;
    font-weight: 500;
	list-style-type: square;
}

img {
	max-width: 100%;
	height: auto;
}

.small {
	font-size: 10px;
	line-height: 20px !important;
}

.space {
	padding-bottom: 20px;
}

.portfolio-item {
  margin-bottom: 30px;
}

/* BTN */
.btn-primary {
	background: transparent;
    border-radius: 0px;
    color: white;
    border: 2px solid white;
    text-transform: uppercase;
    font-size: 19px;
    padding: 5px 15px;
}

.btn-primary:hover, .btn-primary:active {
	background: white;
    border-radius: 0px;
    color: #333333;
	border: 2px solid white;
}

.btn-primary.black {
	background: black;
	color: white;
	border: 0px;
}

.btn-primary.black:hover, .btn-primary.black:active {
	background: #222222;
	color: white;
	border: 0px;
}

/* POPUP */
.popup {
	background: #000;
	color: white;
	padding: 15px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	padding: 15px 25px;
	    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 50%);
}

.popup button {
	display: block;
	margin: 0 0 20px auto;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	color: white;
}

.popup .action {
	color: black;
	background: white;
}

/* NAVIGATION */
.navbar {
	font-family: 'Chantilly', sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.navbar .logo img {
	height: 60px;
}

.navbar .logo {
	margin: 0 auto;
}

.fixed-top-nav {
	position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-dark {
	background: black !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
	font-size: 12px;
    margin: 0 4px;
}

.navbar .active a.nav-link {
	border-bottom: 1px solid white;
}

/* DROPDOWN */
.dropdown-menu {
	margin-top: 7px;
    border-radius: 0px;
    background-color: black;
}

.dropdown-item {
	color: white;
	font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: black;
	color: rgba(255,255,255,.75);
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item.active, .dropdown-item:active {
	color: rgba(255,255,255,.75);
	background: transparent;
}

/* CAROUSEL */
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	display: flex !important;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}

.carousel-item::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

.carousel-caption {
	position: relative;
	text-align: left;
	font-family: 'Chantilly', sans-serif;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.carousel-caption h1 {
	font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-caption p {
	font-size: 22px;
	color: white;
	text-align: left;
	width: 60%
}

/* MAIN - ABOUT US */
.aboutus {
	padding: 50px 0;
}

.aboutus h2 {
	text-transform: uppercase;
	font-family: 'Chantilly', sans-serif;
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 10px;
}

/* SITE */
.site {
	padding: 50px 0;
}

.page_photo {
	float: right;
	width: 360px;
	padding-left: 20px;
    padding-bottom: 20px;
}

/* APARTMENTS SECTION */
.apartments {
	padding: 50px 0;
	background-color: #f4f2f2;
}

.apartments h2 {
	text-transform: uppercase;
	font-family: 'Chantilly', sans-serif;
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 30px;
}

.card {
	border-radius: 0px;
	border: 1px solid #cfcfcf;
	font-size: 15px;
}

.card .image_title {
	    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.card-title {
	text-align: left;
	color: black;
	font-size: 16px;
	font-weight: 500;
}

.card-title a {
	color: black;
}

.card ul {
	list-style: none;
	padding: 0px;
	line-height: 35px;
	font-size: 13px;
}

.card ul .left {
	float: left;
	font-weight: 600;
}

.card ul .right {
	float: right;
	font-weight: 400;
}

/* APARTMENT SINGLE */
.apartment_single {
	padding: 50px 0;
	background-color: #f4f2f2;
}

.apartment_single .title-image {
	    background-image: url(images/home_single.jpg);
    width: 100%;
    height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.apartment_single .apartment_title {
	font-size: 18px;
	padding-top: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.apartment_single .info {
	text-align: left;
}

.apartment_single .info span {
	    padding-right: 15px;
    border-right: 1px solid #494949;
	padding-left: 15px;
	font-size: 13px;
}

.apartment_single .info span:first-of-type {
	padding-left: 0px;
}

.apartment_single .info span:last-of-type {
	padding-right: 0px;
	border: 0px;
}

.apartment_single p {
	text-align: justify;
}

.apartment_single .info_panel {
	border: 1px solid #d0d0d0;
	width: 100%;
}

.apartment_single .info_panel tr td:first-of-type {
	padding-left: 20px;
}

.apartment_single .info_panel tr td:last-of-type {
	padding-left: 10px;
	padding-right: 20px;
}

.apartment_single .info_panel tr:first-of-type td {
	padding-top: 20px;
}

.apartment_single .info_panel tr:last-of-type td {
	padding-bottom: 20px;
}

.apartment_single .info_panel td {
	font-weight: 600;
	padding-bottom: 10px;
	color: #494949;
}

.apartment_single .info_panel td.light {
	font-weight: 400;
}

.apartment_single .info_panel .green td {
	    color: #85ab07;
    font-size: 24px;
}

/* GALLERY */
.gallery {
	justify-content: center;
}

.gallery .col-md-4 {
	padding-bottom: 30px;
}

.image_gallery img {
	max-width: 100%;
}

/* NEWSLETTER */ 
.newsletter {
	background-color: #1d1d1d;
}

.newsletter .container {
	padding: 20px 0;
}

.newsletter h2 {
	color: white;
    font-weight: 500;
    padding-top: 5px
}

.newsletter .btn {
	float: right;
}

/* FOOTER */ 
footer {
	background-image: url("../images/footer.jpg");
	background-position: center;
	background-size: cover;
	color: white;
}

footer h2 {
	    font-size: 22px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

footer p {
	color: white;
	line-height: 37px;
	font-size: 13px;
}

footer ul {
	list-style: none;
	line-height: 30px;
	padding: 0px;
	font-size: 14px;
}

footer a, footer a:hover {
	color: white;
}

footer .logo {
	display: block;
    width: 100px;
    margin: 0 auto;
	margin-bottom: 10px;
}

footer .copy {
	margin-top: 30px;
    border-top: 1px solid #313131;
    padding-top: 20px;
    color: #636363;
}

footer .copy a {
	color: #636363;
}

footer .social img {
	padding-right: 10px;
	width: 35px;
}

/* SITE HEADER */
.masthead {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    padding-bottom: 80px;
    padding-top: 150px;
}

.masthead::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.masthead h1 {
	text-transform: uppercase;
	font-family: 'Chantilly', sans-serif;
	font-weight: 700;
	color: white;
	z-index: 2;
}

/* CONTACT */
.contact {
	padding-top: 50px;	
}

.form h2 {
	padding-bottom: 20px;
}

.contact p {
	line-height: 35px;
}

.contact .social img {
	padding-right: 10px;
	width: 35px;
}

.contact iframe {
	    padding-top: 40px;
}

.navbar-dark .navbar-toggler {
	color: white;
    border-color: white;
}

.navbar-toggler {
	border-radius: 0px;
}

.form {
	margin-top: 50px;
	background-color: #f4f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
}

label {
	text-transform: uppercase;
    font-size: 14px;
	font-weight: 600;
}

.form-control, .custom-select, .field input, .field textarea, .field select {
            border: 1px solid #e7e7e7;
    border-radius: 0px;
	background: #fff;
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;	
	margin-bottom: 10px;
}

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

.optionset input {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.optionset ul label {
	text-transform: none;
    font-weight: 400;
}

.custom-control-label {
	text-transform: none;
	font-weight: 400;
}

.custom-select-lg {
	font-size: 16px;
}

.action {
	cursor: pointer;
	background: black;
    color: white;
    border: 0px;
	border-radius: 0px;
    text-transform: uppercase;
    font-size: 19px;
    padding: 5px 20px !important;
    border: none;
    font-family: 'Chantilly', sans-serif;
}

.row-mail fieldset {
	display: inline-block;
    width: calc(100% - 86px);
}

.row-mail #Form_IndividualForm_Email_Holder {
	display: inline-block;
    width: 100%;
}

.row-mail .middleColumn {
	display: inline-block;
    width: 100%;
}

.row-mail .field input {
	    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

.row-mail .btn-toolbar {
	display: inline-block;
    width: 86px;
    float: right;
}

.custom-control-label {
	text-transform: none;
	font-weight: 400;
}

.custom-select-lg {
	font-size: 16px;
}

/* FAQ */
.faq {
	padding: 50px 0;
	color: #494949;
}

.faq .card {
    padding-bottom: 20px;
	border: 0px;
}

.faq .card-header:first-child {
	border-radius: 0px;
}

.faq .card-header {
    background-color: #f4f2f2;
    border-bottom: none;
}

.faq .btn-link {
    font-weight: 600;
    color: #494949;
	font-weight: 600;
    background-color: #f4f2f2;
    cursor: pointer;
    padding: .75rem 1.25rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
}

.faq .card-body {
	overflow: hidden;
	display: none;
}

/* TEAM */
.team .row {
	border-bottom: 1px solid #cfcfcf;
    margin: 20px 0;
}

/* PARTNERS */
.partner img {
	padding-right: 15px;
	padding-bottom: 15px;
}

.partner:hover {
	text-decoration: none;
}

/* MQ */
@media only screen and (max-width: 1024px) {
	.navbar-dark .navbar-nav .nav-link {
		font-size: 12px;
		margin: 0px;
	}
	
	.card-body {
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar .active a.nav-link {
		border: 0px;
		color: rgba(255,255,255,.75) !important;
	}
}

@media screen and (max-width: 767px) {
	.page_photo {
		width: 100%;
		float: none;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	
	.carousel-caption p {
		width: 100%;
	}
	
	.float {
	float:none;
		padding: 0;
}

}

@media only screen and (max-width: 500px) {
	.carousel-caption h1 {
		font-size: 30px;
	}
	
	.carousel-caption p {
		font-size: 16px;
	}
	
	footer .col-md-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	footer iframe {
		padding-right: 0px;
	}
	
	.newsletter .container {
		text-align: center
	}
	
	.newsletter .row {
		margin: 0px
	}
	
	.newsletter .btn {
		float: none
	}
	
	.masthead {
		padding-bottom: 40px;
    	padding-top: 110px;
	}
	
	.masthead h1 {
		font-size: 20px;
	}
	
	.image_gallery img {
		padding-bottom: 15px;
	}
}