/*-- Header --*/

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: .9rem !important
}

.header .container {
	max-width: 1400px;
}

.header .header-info-logo-img img {
	width: 270px;
	background: white;
}

.cw-header-contact {
	padding: .5rem 0;
}

.cw-phone {
	/* color: #cbcbcb; */
}

.cw-email {
	/* color: #cbcbcb; */
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	background: #00cc00;
	border-radius: 50%;
	margin-right: .5rem;
	padding: 10px 12px;
	color: #ffffff;
}

.cw-email:before {
	font-family: FontAwesome;
	content: "\f27a";
	border-radius: 50%;
	background: #00cc00;
	margin-right: .5rem;
	padding: 10px;
	color: #ffffff;
}

@media(min-width: 992px) {

	.cw-header-contact {
		position: absolute;
		top: 2.5rem;
		right: 2em;
		z-index: 2;
		padding-top: 2.5rem;
		padding-right: 2rem;
	}

	.header .header-info-logo-img {
		position: absolute;
		top: 0;
		padding: 0;
		z-index: 2;
	}

	.cw-email:before {
		padding: 15px;
	}

	.cw-phone:before {
		padding: 15px 17px;
	}
}

/*-- Hero --*/

.cw-hero {
	padding: 6rem 0
}

.cw-hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.cw-heroText {
	z-index: 2
}

.cw-heroText h1 {
	font-size: 2.25rem;
	text-shadow: 2px 2px 2px black;
}

.cw-heroText h1 span {
	font-size: 60%;
	text-transform: none;
}

@media(min-width: 992px) {
	.cw-hero {
		padding: 17rem 0 11rem
	}

	.cw-heroText h1 {
		font-size: 4rem
	}

	.cw-heroText .h3 {
		font-size: 2.15rem
	}
}

/*-- Home --*/

.page-home .list {
	padding: 3rem 0;
	text-align: center;
}

.page-home .list .list-wrap {
	position: relative;
	margin-bottom: 1rem;
	background: #ffffff;
}

.page-home .list .list-img-wrap {
	padding: 34% 0;
}

.page-home .list .list-text-title {
	position: absolute;
	color: white;
	top: 4.5rem;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 6px black;
	font-size: 2rem;
}

.page-home .list .list-img-photo {
	background-position: center bottom !important
}

.page-home .list .list-text-description {
	padding: 1rem;
}

.page-home .cw-checklist a {
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: bold;
}

.page-home .textwithimage-in-container {
	padding-top: 2rem
}

.cw-text {
	padding: 2rem;
}

/* -------------------- Popup ---------------------- */
.modal-dialog.cw-modal-md {
	max-width: 600px;
}

.cw-popup .modal-body{
	/*background-color: red;*/
	background-image: url(https://apihoard.webit.com/api/v1/Image/7944DB03055C18CFA7C46D5CC32F8217/7944DB03055C18CFA7C46D5CC32F8217.jpg?size=1280x960) !important;
	background-position: center;
	background-size: cover;
}

.cw-popup .cw-popup-list {
	text-align: center;
	padding-left: 0px;
	font-size: 1.4rem;
	list-style: none;
	
}

.cw-popup .modal-footer {
	justify-content: center;
	background-image: url(https://apihoard.webit.com/api/v1/Image/AB825948CA1366CBCD8B3275CD37A451/AB825948CA1366CBCD8B3275CD37A451.jpg?size=1280x960);
	background-position: center 70%;
    background-size: cover;
	

}
/* -------------------- Home media ---------------------- */

@media (min-width: 576px) {
	.cw-popup .cw-popup-list {
		column-count: 2;
		text-align: left;
		padding-left: 24px;
		font-size: 1.4rem;
		list-style: circle;
	}
}

@media (min-width: 768px) {
	.page-home .list .list-text-description {
		min-height: 272px
	}

	.cw-map .row {
		align-items: center;
	}
}

@media (min-width: 992px) {

	.page-home .list .list-text-title {
		top: 6.25rem;
		font-size: 2.75rem
	}

	.page-home .list .list-img-wrap {
		padding: 20% 0;
	}

	.page-home .list .list-text-description {
		min-height: 225px;
	}

	.cw-text {
		padding: 2rem 4rem 2rem 3rem;
	}
}

/*--- Floating links ---*/

.setup {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	z-index: 5;
}

.setup:hover {
	cursor: pointer
}

.hidden {
	display: none
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#contactBtns .fa {
	font-size: 35px;
	color: var(--color-theme-primary);
}

/*-- Subpages --*/

.title+.text {
	margin-top: 0
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2rem;
	padding: 2rem 0;
	background: url(https://apihoard.webit.com/api/v1/Image/5964374E7B9AB560BF59D7B2551EED01/5964374E7B9AB560BF59D7B2551EED01.jpg?size=1920x1440) no-repeat center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 2;
	color: #fff;
	text-shadow: 1px 2px 1px black;
}

section:not(.page-home) .detailedlist+.slideshow .container {
	margin-top: 0 !important
}

section.page-apply .title {
	margin-bottom: 0;
}

@media(min-width: 992px) {
	section:not(.page-home) .title {
		margin-bottom: 2.75rem;
		padding: 12rem 0 1.5rem
	}

	section:not(.page-home) .title .title-heading {
		font-size: 2.25rem;
	}

	section.page-apply .form {
		padding-top: 0;
	}
}

/*-- Reviews --*/

.page-reviews .list {
	padding: 0
}

.page-reviews .list .list-wrap {
	padding: 0 1rem 1rem;
	background: #f4f7f7;
}

.page-reviews .list-img-wrap {
	padding: 2em 0;
	margin: 0 auto
}

.page-reviews .list-text-description {
	font-style: italic;
	font-size: .925rem
}

.page-reviews .list-img-photo {
	background-size: 130px
}

/*-- Checklists --*/

.cw-checklist li {
	padding: .25rem;
	letter-spacing: 1px
}

.cw-checklist li:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: .25em;
	color: var(--color-theme-highlight);
	font-weight: normal
}