/* - - - - Header Block - - - - */
.crsx-header {
	position: relative;
	margin: 0 -40px;
	line-height: 0;
}

.crsx-header .img-back {
	width: 100%;
	height: calc(100vh - 180px);
	object-fit: cover;
}

.crsx-header .header-content {
	position: absolute;
	left: calc( 110vw/2 );
	bottom: 60px;
	line-height: normal;
}

.crsx-header .entry-title {
	line-height: 41px;
	margin-bottom: 12px;
}

.crsx-header .entry-subtitle {
	margin-bottom: 12px;
}

.crsx-header a.btn-target,
.crsx-header a.btn-target:visited {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	padding: 4px 60px;
	background: #F1AB1E;
}

.crsx-header a.btn-target:hover {
	background: #F2CD82;
}

@media (max-width: 1023px) {
	.crsx-header .header-content {
		left: 40px;
	}
}

/* - - - - Image-Button Block - - - - */
.crsx-image-button {
	position: relative;
	line-height: 0;
}

.crsx-image-button .buttons {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.crsx-image-button .img-back {
	width: 100%;
}

.crsx-image-button .btn-target {
	display: block;
	line-height: 20px;
	color: #000;
	padding: 20px 20px 10px 30px;
	margin-top: 10px;
	background: #fff url(../images/btn-arrow.svg) no-repeat right 16px top 42%;
}

.crsx-image-button .btn-target:hover {
	background-color: #eee;
}

.crsx-image-button .btn-target h3 {
	font-size: 35px;
	line-height: 35px;
	padding-right: 25px;
	margin: 0;
}

/* - - - - Offering Block - - - - */
.crsx-offering {
	position: relative;
	line-height: 0;
}

.crsx-offering .panel {
	position: absolute;
	left: 0;
	bottom: 20px;
	color: #000;
	line-height: 20px;
	padding: 0 30px;
	background: #fff;
}

.crsx-offering h3.title {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	padding: 5px 30px;
	margin: 0 -30px 10px -30px;
	background: #F1AB1E;
}

.crsx-offering h4.price {
	display: inline-block;
	margin: 0;
}

.crsx-offering .addon {
	display: inline-block;
	padding-left: 5px;
}

.crsx-offering .info {
	margin-bottom: 10px;
}

/* - - - - Testimonnials (Text) Block - - - - */
.crsx-testimonnial-text {
	color: #000;
	padding: 20px 40px 15px 40px;
	background: #fff;
}

.crsx-testimonnial-text .date {
	font-size: 20px;
	line-height: 22px;
	color: #000;
}

.crsx-testimonnial-text .intro {
	font-family: 'RopaSansPTT-Medium', sans-serif;
	font-size: 20px;
	color: #000;
}

.crsx-testimonnial-text .intro:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 37px;
	height: 41px;
	margin-left: 10px;
	margin-top: -19px;
	background: url(../images/cite.svg) no-repeat;
	transform: rotate(180deg);
}

.crsx-testimonnial-text .quote {
	font-family: 'OrandaBT-Roman', serif;
	font-size: 45px;
	line-height: 47px;
	font-style: normal;
	padding: 0;
	margin: 20px 0 0 0;
	border: none;
}

.crsx-testimonnial-text .quote:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 37px;
	height: 41px;
	margin-left: 20px;
	margin-top: 16px;
	background: url(../images/cite.svg) no-repeat;
}

.crsx-testimonnial-text .source {
	color: #858585;
	margin-top: 20px;
}

@media (max-width: 639px) {
	
	.crsx-testimonnial-text .intro:after,
	.crsx-testimonnial-text .quote:after {
		width: 20px;
		background-size: contain;
	}

	.crsx-testimonnial-text .quote {
		font-size: 32px;
		line-height: 34px;
	}

	.crsx-testimonnial-text .quote:after {
		margin-left: 10px;
	}
}

/* - - - - Testimonnial (Image) Block - - - - */
.crsx-testimonnial-image {
	display: flex;
	min-height: 360px;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	margin-top: 100px;
}

.crsx-testimonnial-image .icon {
	width: 100%;
	max-width: 100px;
	padding: 36px 0 0 60px;
}

.crsx-testimonnial-image .icon img {
	width: 100%;
}

.crsx-testimonnial-image .panel {
	max-width: 640px;
	padding: 60px 40px 30px 60px;
}

.crsx-testimonnial-image .intro {
	font-family: 'RopaSansPTT-Medium', sans-serif;
	font-size: 20px;
	color: #000;
}

.crsx-testimonnial-image .intro:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 37px;
	height: 41px;
	margin-left: 10px;
	margin-top: -19px;
	background: url(../images/cite.svg) no-repeat;
	transform: rotate(180deg);
}

.crsx-testimonnial-image .quote {
	font-family: 'OrandaBT-Roman', serif;
	font-size: 45px;
	line-height: 47px;
	font-style: normal;
	padding: 0;
	margin: 20px 0 0 0;
	border: none;
}

.crsx-testimonnial-image .quote:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 37px;
	height: 41px;
	margin-left: 20px;
	margin-top: 16px;
	background: url(../images/cite.svg) no-repeat;
}

.crsx-testimonnial-image .source {
	color: #000;
	margin-top: 20px;
}

.crsx-testimonnial-image .btn-target {
	display: inline-block;
	color: #000;
	padding-right: 30px;
	margin-top: 20px;
	background: url(../images/btn-arrow.svg) no-repeat right;
}

.crsx-testimonnial-image .btn-target:hover {
	opacity: 0.5;
}

@media (max-width: 1365px) {
	.crsx-testimonnial-image {
		background-size: cover;
	}
}

@media (max-width: 1179px) {
	.crsx-testimonnial-image .icon {
		display: none;
	}
}

@media (max-width: 959px) {
	.crsx-testimonnial-image {
		background-image: none !important;
	}

	.crsx-testimonnial-image .panel {
		max-width: initial;
		padding-left: 20px;
		padding-right: 40px;
	}

}

@media (max-width: 639px) {
	.crsx-testimonnial-image {
		flex-flow: column;
		min-height: initial;
	}

	.crsx-testimonnial-image .icon {
		padding-left: 30px;
	}

	.crsx-testimonnial-image .img-icon {
		max-height: 100px;
	}
	
	.crsx-testimonnial-image .intro:after,
	.crsx-testimonnial-image .quote:after {
		width: 20px;
		background-size: contain;
	}

	.crsx-testimonnial-image .quote {
		font-size: 32px;
		line-height: 34px;
	}

	.crsx-testimonnial-image .quote:after {
		margin-left: 10px;
	}

	.crsx-testimonnial-image .panel {
		padding: 20px;
	}
}

/* White Background */
.page-template-template_back_white .crsx-testimonnial-text .intro,
.page-template-template_back_white .crsx-testimonnial-text .date,
.page-template-template_back_white .crsx-testimonnial-image .intro,
.page-template-template_back_white .crsx-testimonnial-image .date {
	color: #fff;
}

.page-template-template_back_white .crsx-testimonnial-text .intro:after,
.page-template-template_back_white .crsx-testimonnial-text .quote:after,
.page-template-template_back_white .crsx-testimonnial-image .intro:after,
.page-template-template_back_white .crsx-testimonnial-image .quote:after {
	background-image: url(../images/cite-white.svg);
}


/* - - - - Feature-List Block - - - - */
.crsx-feature-list {
	color: #000;
	padding: 20px 40px;
	margin: 0 -40px;
	background-color: #fff;
}

.crsx-feature-list ul.features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.crsx-feature-list li.feature {
	white-space: nowrap;
}

.crsx-feature-list .entry-text {
	padding-right: 30px;
}

.crsx-feature-list .icon {
	float: left;
	margin-right: 30px;
}

.crsx-feature-list .entry-value {
	font-family: "RopaSansPTT-Medium", sans-serif;
	font-size: 45px;
	line-height: 42px;
	color: #000;
	margin-bottom: 0;
}

.crsx-feature-list .entry-title {
	color: #000;
}

.crsx-feature-list .slick-prev:before,
.crsx-feature-list .slick-next:before {
	color: black;
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent url(../images/btn-arrow-grey.svg) no-repeat;
}

.slick-prev {
	left: -30px;
}

.slick-next {
	right: -30px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}

.slick-arrow:hover,
.slick-arrow:focus {
	color: transparent;
	overflow: none;
	background-color: transparent;
	opacity: 0.5;
}

@media (max-width: 1199px) {
	.crsx-feature-list .entry {
		text-align: center;
	}

	.crsx-feature-list .icon,
	.crsx-feature-list .entry-text {
		float: none;
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.slick-prev {
		left: -20px;
	}
	
	.slick-next {
		right: -20px;
	}
}

/* - - - Tax-Filter - - - */
.crsx-tax-filter {
	color: #000;
	padding: 40px 60px;
	margin: 0 -40px;
	background: #fff;
}

.crsx-tax-filter.is-hidden-desktop {
	display: none;
}

.crsx-tax-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.crsx-tax-filter ul.tax {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -8px;
}

.crsx-tax-filter ul.tax > li {
	margin: 8px;
	flex: 1 1 180px;
}

.crsx-tax-filter ul.tax > li.is-hidden {
	display: none;
}

.crsx-tax-filter ul.tax > li a.title {
	display: block;
	font-family: 'RopaSansPTT-Medium', sans-serif;
	color: #000;
	padding: 4px 30px 4px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	user-select: none;
	cursor: pointer;
	background: url(../images/down.svg) no-repeat right center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.crsx-tax-filter ul.tax > li a.title.active {
	background-image: url(../images/up.svg);
}

.crsx-tax-filter ul.tax > li.reset {
	text-transform: uppercase;
	text-align: center;
}

.crsx-tax-filter ul.tax > li.reset a.title {
	background: none;
}

.crsx-tax-filter ul.terms {
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}

.crsx-tax-filter ul.terms li {
	padding-top: 10px;
}

.crsx-tax-filter .check {
	display: block;
	line-height: 24px;
	padding-left: 30px;
	user-select: none;
	cursor: pointer;
}

.crsx-tax-filter .check:hover {
	color: #888;
}

.crsx-tax-filter .check input[type='checkbox'] {
	display: none;
}

.crsx-tax-filter .check .marker {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: -30px;
	margin-right: 15px;
	border: solid 2px black;
}

.crsx-tax-filter .check input:checked + .marker {
	background: url(../images/mark.svg) no-repeat center;
}

.crsx-tax-filter .search {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.crsx-tax-filter .search input,
.crsx-tax-filter .search input:focus {
	font-family: 'RopaSansPTT-Medium', sans-serif;
	color: #000;
	padding: 4px 12px;
	border: 2px solid #000;
	outline: none;
}

.crsx-tax-filter .search #img_code {
	width: 120px;
}

.crsx-tax-filter .search #img_search {
	width: 40px;
	border-left: 0;
	background: #000 url(../images/btn-search.svg) no-repeat top center;
}

.crsx-tax-filter .search #img_search:hover {
	background-color: #f1ab1e;
	background-position: bottom center;
}


/* - - - Tax-Filter Output - - - */
#taxfilter-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
	column-gap: 20px;
	grid-column-gap: 20px;
	row-gap: 40px;
	grid-row-gap: 40px;
	padding: 40px 60px;
	margin: 0 -40px;
}

#taxfilter-content .btn-img img {
	width: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	aspect-ratio: 400 / 260;
}

#taxfilter-content .btn-img img:hover {
	filter: brightness(1.25);
}

#taxfilter-content .btn-img img.dummy {
	background: #888;
	object-fit: contain;
	filter: brightness(0.25);
}

#taxfilter-content .icon {
	display: inline;
	max-width: 30px;
	max-height: 30px;
	vertical-align: middle;
	object-fit: cover;
	margin-right: 10px;
}

#taxfilter-content figure a {
	position: relative;
	display: block;
	line-height: 0;
}

#taxfilter-content figure .img-code {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 22px;
	font-family: 'RopaSansPTT-Medium', sans-serif;
	font-size: 0.65em;
	line-height: 22px;
	color: #000;
	padding: 0 4px;
	background: #fff;
}

#taxfilter-content.is-hidden-desktop figure .img-code {
	display: none;
}

#taxfilter-content figure .title {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 3px solid #fff;
}

#taxfilter-content figcaption.hidden {
	display: none;
}

#taxfilter-content .loadbar {
	grid-column: 1;
}

#taxfilter-content .loadbar .btn-more {
	font-family: 'RopaSansPTT-Medium', sans-serif;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 25%;
	background: #F1AB1E;
}

#taxfilter-content .loadbar .btn-more:hover {
	background: #F2CD82;
}

#taxfilter-content .slide-in {
	margin-top: 150px;
}

@media (max-width: 939px) {
	#taxfilter-content {
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
}

@media (max-width: 520px) {
	.crsx-tax-filter.is-hidden-mobile,
	#taxfilter-content.is-hidden-mobile figure .img-code {
		display: none;
	}

	#taxfilter-content {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding: 40px;
	}

	#taxfilter-content figure .title {
		display: none;
	}

	#taxfilter-content .loadbar .btn-more {
		margin-top: 20px;
	}
}

/* - - - - - Main Styles - - - - - - - - - */
.is-style-alignfull {
	padding-left: calc(100vw/2 - 100%/2);
	padding-right: calc(100vw/2 - 100%/2);
	margin-left: calc(-100vw/2 + 100%/2);
	margin-right: calc(-100vw/2 + 100%/2);
	max-width: 100vw;
	width: auto;
}