@charset "UTF-8";
/* CSS Document */

:root {

}



header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage):not(video) {
	max-width: 100vw;
}
div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 20px;
}

.will_animate {
	visibility: hidden;
}
.inline-block {
	display: inline-block;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background-color:#FFFFFF;
	color:#3D434A;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 14px;
	line-height: 1.6em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;

	background-image: url('/img/assets/back.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

#cookieNotification {
	position: fixed;
	left:0; bottom:0;
	width: 100vw;
	color: #FFF;
	padding: 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}
#cookieNotification a {
	text-decoration: underline;
	cursor: pointer;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
strong {

}
@media (min-width: 1500px) {
	.container {
		width: 1390px;
	}
}

@media (max-width: 768px) {
	*[data-mobilehidden="mobileHidden"] {
		display: none;
	}
}
@media (max-width: 768px) {
	*[data-desktophidden="desktopHidden"] {
		display: none;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
.text-warning {
	color: #f0802a !important;
}
.text-white {
	color: #ffffff !important;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

.well {
	box-shadow: none;
	background-color: #efefef;
	border:0;
	border-radius: 20px 0 20px 0;
	padding: 30px;
}
.well-white {
	background-color: #FFF;
	border:0;
	border-radius: 0;
}
.uppercase {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
@media (min-width: 768px) {
	.row.pad45 {
		margin-right: -45px;
		margin-left: -45px;
	}

	.row.pad45 > [class*='col-'] {
		padding-right: 45px;
		padding-left: 45px;
	}

	.row.pad25 {
		margin-right: -25px;
		margin-left: -25px;
	}

	.row.pad25 > [class*='col-'] {
		padding-right: 25px;
		padding-left: 25px;
	}

	.row.pad5 {
		margin-right: -5px;
		margin-left: -5px;
	}

	.row.pad5 > [class*='col-'] {
		padding-right: 5px;
		padding-left: 5px;
	}

	.row.pad15 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.row.pad15 > [class*='col-'] {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.row.no-pad {
		margin-right: 0;
		margin-left: 0;
	}

	.row.no-pad > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}
}
hr.noMargin {
	margin:0;
}
hr.dotted {
	border-bottom: 1px dotted #000;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
video {
	object-fit: cover;
}
section {
	/*background-color:#FFF;*/
}
section.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad25 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}


.text-success {
	color:#00A49B;
}
.text-warning {
	color:#FFB100;
}


.modal-header {

}
.modal-content {

}

.form-control {
	border-radius: 50px !important;
	border:0px solid #efefef;
	/*background-color: #000;*/
	/*color:#FFF;*/
}
.form-dark .form-control {
	background-color: #505255;
	border-color: #505255;
	color:#FFF;
}


.btn {
	border-radius: 50px !important;
	font-family: 'Poppins', sans-serif;
	transition: all 0.2s;
	cursor: pointer;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btn-warning {
	background-color: #C32F37;
	border-color: #C32F37;
}

.form-group > label:not(label[for="pvariation"]) {
	/*display: none;*/
}
.form-control {
	resize: none;
	box-shadow: none;
	/*-webkit-appearance: none;*/
	display: block;
	border-radius: 50px;
}
.form-control:focus {
	border:1px solid #00A49B;
}
.form-control.input-grey {
	background-color:#F8F8F8;
}
input.form-control.ess {
	background-image: url("/img/asterisk-solid.svg");
	background-position: right 10px top 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
textarea.form-control {
	resize: vertical;
}

.input-group .form-control:first-child {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group .input-group-btn:last-child > .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.input-group .input-group-btn:first-child > .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


.text-warning {
	color:#f0802a;
}

@media (min-width: 767px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
	.row.equal .column > div {
		height: 100%;
	}

}
*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.container {
	position: relative;
}
.container-fluid {
	padding:0;
}

@media (max-width: 768px) {

}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}




.navbar {
	height: 90px;
	transition: all 0.3s;
	border-radius: 0 0 20px 20px;
}
.navbar-inverse {
	background-color: rgba(255,255,255,0);
	background-color: #C1615D;
	border-bottom: 0;
}
.navbar-inverse.withBack {
	/*background-color: rgba(255,255,255,0.9);*/
}
.navbar-toggle {
	top:15px;
	border-color: #FFF !important;
}
.navbar-brand {
	position: relative;
	z-index: 3;
	margin-top: 10px;
}
.navbar-brand img {
	width: 220px;
}
.navbar-inverse .navbar-nav li a {
	color:#FFFFFF;
	font-size: 15px;
	font-weight: 500;
	padding:9px 21px;
	transition: all 0.2s;
	margin:0 10px;
	border-radius: 50px;
	cursor: pointer;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color:#000;
}

.navbar-inverse .navbar-nav {
	transition: all 0.3s;
	margin-top: 23px;
}
.navbar-inverse.withBack .navbar-nav {

}
@media (max-width: 768px) {
	.navbar-inverse {
		background-color: #C1615D;
	}
	.navbar-brand img {
		width: 150px;
	}
	.navbar {
		height: 80px;
	}
	.navbar-header {
		/*height: 80px;*/
	}
	.navbar-collapse {
		background-color: #C1615D;
		border-radius: 0 0 30px 30px;
		border-top:0px !important;
		box-shadow: none;
	}
	.navbar-inverse .navbar-nav li a {
		margin:5px 10px;
		text-align: center;
	}
}




.contentWrapper {
	margin-top: 110px;
}
.content {
	transition: all 0.3s;
}
.fixedButtons {
	position: fixed;
	right:30px; bottom:30px;
	z-index: 20;
}
.fixedButtons > * {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
	.fixedButtons {
		right:0px;
		width: 100%;
		text-align: center;
	}
}



footer {
	background: #203665;
	color:#FFF;
	padding:75px 100px;
	font-size: 14px;
	border-radius: 20px;
	margin-top: 50px;
	margin-bottom: 50px;

}
footer .sisterLogo {
	max-width: 100px;
}
.sisterLogo + .sisterLogo {
	margin-left: 40px;
}
footer .footerTitle {
	font-family: "Poppins", serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
footer .footerSubtitle {

}
footer .scrollToTop {
	position: absolute;
	right:100px; bottom:75px;
	width: 50px; height: 50px;
	border:1px solid #FFF;
	border-radius: 40px;
	padding-top: 13px;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
}
.footerLogos {
	position: relative;
	margin-top: -85px;
}
footer h1, footer h2, footer h3 {
	margin-top: 0; padding-top: 0;
	font-family: "Poppins", serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
footer h5 {
	font-size: 19px;
}
subfooter {
	display: block;
	padding:30px 0;
	background-color: #FFF;
}
.footerSocialIcons {
	padding-top: 15px;
}
.footerSocialIcons a {
	display: inline-block;
	margin:10px 15px;
}
.footerSocialIcons a:first-child {
	margin-left: 0;
}
@media (max-width: 768px) {
	footer	{
		padding:15px 15px 35px 15px;
		text-align: center;
	}
}





.heroCarousel {
	height: 26vw;
	overflow: hidden;
}
#heroCarousel {
	height: 100%;
}
#heroCarousel .item {
	width: 100vw;
	height: 35vw;
}
#heroCarousel .item section {
	height: 100%;
}
#heroCarousel .item .background {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.heroCarousel .item > section {
	background-position: top 0px center;
}
.heroCarousel .containerHolder {
	position: absolute;
	left:0; top:100px;
	width: 100%;
}
.heroCarousel .title {
	font-size: 55px;
	font-weight: bold;
	padding-left: 40px;
}
.heroCarousel .subtitle {
	font-weight: 400;
	color:#00A49B;
	padding-left: 100px;
	font-size: 20px;
	margin-bottom: 20px;
}

.headerImage {
	position: relative;

}
.headerImage .imageHolder {
	background-position: center center;
	background-size: cover;
	aspect-ratio: 700 / 200;
	border-radius: 20px;

}
.headerVideo .videoHolder {

}
@media (max-width: 768px) {
	.headerImage .imageHolder {
		/*aspect-ratio: 700 / 500;*/
	}
}
.headerImage .imageHolder.filterDark {
	filter: grayscale(100%) brightness(41%);
	-webkit-filter: grayscale(100%) brightness(41%);
	-moz-filter: grayscale(100%) brightness(41%);
}
.headerImage .logoHolder {
	position: absolute;
	left:0; top:0;
	width: 100%; height: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerImage .logoHolder img {
	max-width: 180px !important;
	max-height: 60% !important;
	width: auto !important;
	height: auto !important;
}

.headerContent {
	position: absolute;
	left:-20px; bottom: -30px;
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	z-index: 2;
	transition: all 0.2s;
	background-color: #203665;
	padding: 30px;
	max-width: 40% !important;
	border-radius: 0 20px 0 20px;
}
.headerContent h1 {
	font-family: "Poppins", serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0; padding: 0;
}
.headerVideo video {
	border-radius: 30px 30px 0 0;
	aspect-ratio: 800 / 380;
	width: 100%;
}
@media (max-width: 768px) {
	.headerContent {
		max-width: 90% !important;
		left:0px;
		bottom:auto;
		top:88px;
	}
	.headerContent h1 {
		font-size: 30px;
		font-weight: 600;
	}
	.headerImage {
		margin-bottom: 180px;
	}
}
section.content {

}



#testimonialSlider .owl-prev, #testimonialSlider .owl-next{
	background-color: transparent;
	color:#333;
}
#testimonialSlider .owl-stage-outer {
	border-radius: 20px;
}
.testimonialItem {
	padding:20px;
	text-align: center;
}
.testimonialItem .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.testimonialItem .spec {

}
.testimonialItem .text {
	margin-top: 10px;
	font-style: italic;
}
.testimonialItem .logo {
	max-width: 150px;
	height: 78px;
	text-align: right;
}
.testimonialItem .logo img {
	display: inline-block;
	margin:0 !important;
	max-height: 100% !important;
}
.testimonialList .testimonialItem {
	margin-bottom: 15px;
}
.testimonialItem .readon {
	width: 35px !important;
	display: inline-block !important;
}

.allLogos {
	margin-bottom: 15px;
}
.allLogos .logo {
	background-color: #F7F7F7;
	padding: 10px;
	height: 100px;
	text-align: center;
}
.allLogos .logo img {
	max-height: 100% !important;
}






.questionarreSection {
	position: relative;
	transition: all 0.3s;
	opacity: 1;
	transform: translateY(0px);
	z-index: 20;
}
.questionarreSection.remove {
	opacity: 0;
	transform: translateY(-100px);
}
.questionarreSection .container {

	z-index: 20;
}
.questionairre {
	position: relative;
	display: inline-block;
	width: 850px;
	z-index: 20;
	padding: 40px;
	background-color:#F8F1E1;
	color:#3D434A;
	border-radius: 20px;
}
.questionairre h1 {
	margin: 0; padding: 0;
	text-align: center;
}

.questionItem {
	text-align: center;
}
.questionItem .question {
	font-size: 25px; line-height: 25px;
	font-weight: 300;
	margin: 20px 0;
}
.answers .btn {
	margin-top: 10px;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.questionarreSection .container {
		position: relative;
		top: -25px;
	}
	.questionairre {
		width: calc(100% + 20px);
		padding: 20px;
		left:-10px;
	}
	.answers .btn {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	.questionairre h1 {
		font-size: 25px;
		font-weight: 700;
	}
	.questionItem .question {
		font-size: 35px; line-height: 35px;
	}
}




.alert-template {
	background-color: #F8F8F8;
}



.img-parralax {
	position: relative;
	z-index: 100;
}

#heroCarousel .owl-nav {
	position: absolute;
	top: 10vw;
	width: 100%;
}

#heroCarousel.owl-theme .owl-nav [class*=owl-] {
	background-color: #161615 !important;
	width: 50px;
	height: 50px;
	border-radius: 80px !important;
	font-size: 16px !important;
	padding-top: 10px !important;
	margin: 0 10px !important;
}
#heroCarousel .owl-prev {
	position: absolute;
	left:20px;
}
#heroCarousel .owl-next {
	position: absolute;
	right:20px;
}


.checkbox a {
	text-decoration: underline;
}


.testimonialCard {
	background-color: #FAFAFA;
	padding: 20px;
	border-radius: 20px;
}
.testimonialCard .media-object {
	width: 50px !important;
}
.testimonialCard .title {
	font-weight: 600;
	margin: 15px 0;
}
.testimonialCard .text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.testimonialCard .media-heading {
	margin-top: 14px;
}
.testimonialCard .quoteImg {
	position: absolute;
	right:20px; top:20px;
	z-index: 1;
}



#locationSlider .owl-prev, #locationSlider .owl-next{
	background-color: transparent;
	color:#FFF;
	width: 70px; height: 70px;
	border:1px solid #FFF;
	border-radius: 40px;
	font-size: 30px;
	padding-top: 20px;
}
#locationSlider .owl-stage-outer {
	border-radius: 20px;
}
#locationSlider .owl-nav {
	display: block;
	position: absolute;
	width: 100%;
	left: calc(50% - 660px);
	top:calc(50% - 25px);
	z-index: 20;
	max-width: 1320px;
}
#locationSlider .owl-nav > * {
	position: absolute;
}
#locationSlider .owl-nav .owl-next {
	right:-50px;
}
#locationSlider .owl-nav .owl-prev {
	left:-50px;
}

@media (max-width: 1320px) {
	#locationSlider .owl-nav {
		left: calc(50% - 560px);
		max-width: 1120px;
	}
}

@media (max-width: 768px) {
	#locationSlider .owl-nav {
		display: none;
	}
}

.locationCard {
	cursor: pointer;
	margin: 15px 0;
}
.locationCard .image {
	z-index: 1;
}
.locationCard .image img {
	border-radius: 20px;
}
.locationCard .gradient {
	position: absolute;
	width: 100%; height: 100%;
	left:0; top:0;
	background: linear-gradient(180deg, rgba(13,21,25,0.9) 0%, rgba(0,0,0,0.5) 36%);
	z-index: 2;
	border-radius: 20px;
	transition: all 0.3s;
}
/*.locationCard .logoHolder {*/
/*	transition: all 0.3s;*/
/*	opacity: 1;*/
/*	position: absolute;*/
/*	width:100%; height: 100%;*/
/*	left:0; top:0;*/
/*	z-index: 3;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*}*/
/*.locationCard .logoHolder img {*/
/*	max-width: 300px !important;*/
/*	max-height: 60% !important;*/
/*	width: auto !important;*/
/*	height: auto !important;*/
/*}*/
.locationCard .hoverHolder {
	transition: all 0.3s;
	opacity: 1;
	position: absolute;
	left:40px; bottom:40px;
	z-index: 3;
	color:#FFF;
}
.locationCard .hoverHolder .title {
	font-family: "Poppins", serif;
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 10px;
	color:#FFF;
}
.locationCard .hoverHolder .subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	color:#FFF;
}
/*.locationCard:hover .logoHolder{*/
/*	opacity: 0;*/
/*}*/
/*.locationCard:hover .hoverHolder{*/
/*	opacity: 1;*/
/*}*/

#locationSlider .owl-item.active.center .gradient {
	background: linear-gradient(180deg, rgba(13,21,25,0.7133228291316527) 0%, rgba(0,0,0,0.2) 36%);
}







.locationListCard {
	margin-top: 0;
	background-color: #EAE0CF;
	padding:2px;
	border-radius: 20px;
	color:#61676F;
}
.locationListCard[data-match] {
	background-color: #333;
	padding: 5px;
}
.locationListCard .wrapper {
	background-color: #FFF;
	border-radius: 18px;
	padding: 20px;
}
.locationListCard[data-match] .wrapper {
	border-radius: 18px;
}
.locationListCard .info {
	margin: 20px;
}
.locationListCard .title {
	margin: 0;
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
}
.locationListCard .subtitle {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
}
.locationListCard .text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin:20px 0;
}
.locationListCard .attributes {
	margin: 20px 0 20px -5px;
}
.locationListCard .attributes .tag {
	display: inline-block;
	border-radius: 40px;
	background-color: #FFF;
	color:#61676F;
	border:1px solid #3D434A;
	padding: 10px 15px;
	margin: 5px;
}
.locationListCard .attributes .tag i {
	color:#AFBFAF;
}
.locationListCard .buttonHolder {
	margin:20px 0;
}


.locationListCard.locationCard .title {
	font-size: 30px;
	font-weight: 400;
}
.locationListCard.locationCard .attributes .tag {
	padding: 0; border:0;
}
.locationCards-NoText .locationCard .text {
	display: none;
}



.sliderCard {

}
.sliderCard .info {
	position: absolute;
	left:40px;bottom:40px;
	color:#FFF;
	font-size: 20px;
}
.sliderCard .info .title {
	font-size: 40px;
	font-weight: 500;
}
@media (max-width: 768px) {
	.sliderCard .info {
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.sliderCard .info .title {
		font-size: 20px;
	}
}



.vacancyListCard {
	margin: 30px 0;
	background: var(--gradient);
	padding:0;
	border-radius: 20px;
}
.allVacancies .vacancyListCard {
	margin: 0px 0;
	background:#FFF;
}
.vacancyListCard[data-match] {
	padding: 5px;
}
.vacancyListCard .wrapper {
	background-color: #FFF;
	border-radius: 20px;
	padding: 20px;
}
.vacancyListCard[data-match] .wrapper {
	border-radius: 15px;
}
.vacancyListCard .info {
	margin: 20px;
}
.vacancyListCard .title {
	margin: 0;
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
}
.vacancyListCard .subtitle {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}
.vacancyListCard .text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin:20px 0;
}
.vacancyListCard .attributes {
	margin: 20px 0 20px -5px;
}
.vacancyListCard .attributes .tag {
	display: inline-block;
	border-radius: 40px;
	background-color: #000;
	color:#FFF;
	padding: 10px 15px;
	margin: 5px;
}
.vacancyListCard .buttonHolder {
	margin:20px 0;
}

.vacancyCard .text {
	display: none;
}
.vacancyCard .attributes .tag {
	background-color: transparent;
	color:#000;
	font-size: 18px;
	padding: 0px 5px;
	margin: 0 5px;
}
.vacancyCard .title {
	margin: 0;
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
}
.vacancyCard .subtitle {
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
}

/*Location page*/


.location .subtitle {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 40px;
}

.location .socialIcons {
	margin: 20px 0 40px -10px;
	font-size: 20px;
}
.location .socialIcons a {
	background: #777;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	display: inline-block;
	margin:0 10px;
}
.location .socialIcons a:hover {
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.locationGal1 {
	border-radius: 20px 20px 100px 20px;
}
.locationGal2 {
	border-radius: 20px 100px 20px 20px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.location h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.locationGal1 {
		margin-bottom: 30px;
	}
}
article {
	font-size: 18px;
	line-height: 28px;
	padding: 70px 0;
}
address {
	line-height: 30px;
}
address h2 {
	margin-top: 0;
	color:#BCBF60;
}
@media (max-width: 768px) {

}
.tags {
	margin: 20px 0 20px -10px;
}
.tags .tag {
	display: inline-block;
	color:#FFF;
	margin: 0 10px;
	font-size: 20px;
	 font-weight: 500;
}


.locationSpecs {
	font-size: 20px;
	line-height: 30px;
}
.locationSpec {
	font-size: 17px;
	padding: 10px 0;
}
.locationSpec i {
	width: 50px;
	text-align: center;
}


#gallerySlider .owl-prev, #gallerySlider .owl-next{
	background-color: transparent;
	color:#FFF;
	width: 70px; height: 70px;
	border:1px solid #FFF;
	border-radius: 40px;
	font-size: 30px;
	padding-top: 20px;
}
#gallerySlider .owl-stage-outer {

}
#gallerySlider .owl-nav {
	display: block;
	position: absolute;
	width: 100%;
	left: calc(50% - 660px);
	top:calc(50% - 25px);
	z-index: 20;
	max-width: 1320px;
}
#gallerySlider .owl-nav > * {
	position: absolute;
}
#gallerySlider .owl-nav .owl-next {
	right:-50px;
}
#gallerySlider .owl-nav .owl-prev {
	left:-50px;
}
#gallerySlider .galleryImage img {
	border-radius: 20px;
}

@media (max-width: 1320px) {
	#gallerySlider .owl-nav {
		left: calc(50% - 560px);
		max-width: 1120px;
	}
}

@media (max-width: 768px) {
	#gallerySlider .owl-nav {
		display: none;
	}
}


.inquiryFormHolder {
	margin-top: 30px;
	border:1px solid #EAE0CF;
	border-radius: 20px;
	padding: 15px 30px;
}


.speakerCard {
	margin-bottom: 30px;
}
.speakerCard img {
	border-radius: 15px 0 15px 0;
	max-width: 150px;
	margin-right: 20px;
}
.speakerCard .info {

}
.speakerCard .info .title {
	font-weight: 700;
	font-size: 20px;
}
.speakerCard .info .subtitle {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
}
.speakerCard .info .text p {
	font-size: 15px;
}

.boardCard {
	margin-bottom: 25px;
}
.boardCard img {
	border-radius: 15px 0 15px 0;
}
.boardCard .info {
	background-color: #EFEFEF;
	padding: 25px;
	border-radius: 15px 0 15px 0;
	margin-top: -20px;
	margin-left: 25px;
	margin-right: -10px;
}
.boardCard .info .title {
	font-weight: 700;
	font-size: 20px;
}


.partnerCard {
	margin-bottom: 25px;
}
.partnerCard img {
	border-radius: 15px 0 15px 0;
}
.partnerCard .info {
	background-color: #EFEFEF;
	padding: 25px;
	border-radius: 15px 0 15px 0;
	margin-top: -20px;
	margin-left: 25px;
	margin-right: -10px;
}
.partnerCard .info .title {
	font-weight: 700;
	font-size: 20px;
}



.filterGroup {
	font-size: 16px;
}
.filterGroup .filterGroupTitle {
	font-weight: 700;
	font-size: 20px;
}

.filterGroup .checkbox:last-child {
	margin-bottom: 0;
}
.filterGroup i {
	transition: all 0.2s;
	display: none;
}
.filterGroup .filters {
	padding-top: 20px;
}
@media (max-width: 768px) {
	.filterGroup i {
		display: inline-block;
	}
	.filterGroup .filterGroupTitle {
		cursor: pointer;
	}
	.filterGroup .filters {
		display: none;
	}
}

.checkbox .num {
	position: absolute;
	right:0;
	background-color: #FFFDF9;
	width: 25px; height: 25px;
	border-radius: 20px;
	font-size: 13px;
	text-align: center;
	color:#777777;
}
.checkbox {
	margin-bottom: 19px;
}
input[type="checkbox"] {
	width:17px; height: 17px;
	margin-left: -29px !important;
	margin: 1px 0 0;
}
.checkbox label {
	padding-left: 30px;
}
/* Hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 1px;
	width: 1px;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 40px;
	background-color: #CCC;
}
.checkmark.grey {
	background-color: #FFF;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
	background-color: #FFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
	background-color: #BCBF60;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
	left: 9px;
	top: 7px;
	width: 7px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.textCounter {
	text-align: center;
	font-size: 60px;
	font-weight: 900;
	padding:15px 0;

	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}







/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


#ticketSection {


}
.cartHolder {
	background-color: #C1615D;
	color:#FFF;
	padding:25px;
	border-radius: 20px 0 0 0;
	margin-bottom: 15px;

}
.cartHolder h2 {
	margin-top: 0; padding-top: 0;
	color:#FFF !important;
}

#ticketSection input[name=quantity] {
	width: 55px;
	text-align: center;
}
#ticketSection .btn {
	float: none;
}
#ticketSection table td {
	vertical-align: middle !important;
}

.ticketInfo {
	padding: 15px;
	background-color:#F9F9F9;
	border-radius: 15px;
}
.ticketInfo + .ticketInfo {
	margin-top: 15px;
}