body {
	overflow-x: hidden;
	font-family: 'Lora';
}

@media only screen and (min-width: 1366px) {
	.container {
		max-width: 1440px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

p {
	line-height: 1.75;
}

a {
	color: #5384c9;
}

a:hover {
	color: #d07911;
}

img {
	max-width: 100%
}

.text-primary {
	color: #F7941D !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Lora';
	text-transform: uppercase;
}

h2>a, h3>a, h4.service-heading>a {
	color: #333;
}

.clear {
	clear: both;
}

.top5 {
	margin-top: 5px;
}

.top7 {
	margin-top: 7px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top17 {
	margin-top: 17px;
}

.top30 {
	margin-top: 30px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

h2.section-heading {
	color: #5384c9;
	font-size: 36px;
}

section h2.section-heading {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Lora';
}

section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family: 'Alegreya SC Medium';
}

@media (min-width: 768px) {
	section {
		padding: 15px 0;
	}
}

.btn {
	font-family: 'Lora';
	font-weight: 700;
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px;
}

.btn-primary {
	background-color: #5384c9;
	border-color: #5384c9;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-family: 'Lora';
	font-weight: normal;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #3565a8 !important;
	border-color: #3565a8 !important;
	color: white;
}

.btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::selection {
	background: #5384c9;
	text-shadow: none;
	color: #fff;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

#parallax-outer {
	padding: 0;
}

#MainBanner {
	margin-top: 110px;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}

#MainBanner #reservation {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #5384c9AA;
	border-bottom: 1px solid #5384c9AA;
}

#mainNav {
	background-color: #FFF;
	margin-top: 0px;
	float: left;
	width: 100%;
	position: relative;
}

/*******************************************************************/

/***************************** COOKIE BAR **************************/

/*******************************************************************/

.cookie-message {
	float: left;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px 1% 10px 1%;
	margin: 0;
	padding-top: 10px;
	position: fixed;
	z-index: 99999;
	min-height: 42px !important;
	border: 0;
	text-align: left;
	font-weight: normal;
	background: rgb(252, 255, 244);
	background: -moz-linear-gradient(top, rgba(252, 255, 244, 1) 0%, rgba(224, 224, 224, 1) 45%, rgba(224, 224, 224, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(252, 255, 244, 1) 0%, rgba(224, 224, 224, 1) 45%, rgba(224, 224, 224, 1) 100%);
	background: linear-gradient(to bottom, rgba(252, 255, 244, 1) 0%, rgba(224, 224, 224, 1) 45%, rgba(224, 224, 224, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e0e0e0', GradientType=0);
}

.cookie-message a {
	float: none;
	color: #5384c9;
	margin: 6px;
	font-size: 16px;
	font-family: 'Lora';
}

.cookie-message a.btn {
	color: #fff !important;
	margin: 0 5px;
	background: #5384c9;
	border-color: #5384c9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-weight: normal;
	float: right;
}

.cookie-message p {
	color: #333;
	font-family: 'Lora';
	margin: 10px 0;
	line-height: 16px;
	float: left;
}

@media all and (max-width: 680px) {
	.cookie-message {
		height: auto !important;
		padding-bottom: 30px;
	}
	.cookie-message a {
		top: auto !important;
		bottom: 0;
		width: 92%;
		font-size: 12px !important;
		text-align: center;
		color: #222 !important;
	}
	.cookie-message p {
		padding: 0 10px;
	}

	.one-slide {
		max-height: 196px !important;
	}

	.ZebraDialog.no-title {
		max-width: 100%;
		height: 100vh;
		top:0;
		z-index: 99999;
	}

	#chat-application {
		bottom: 5vh !important;
		right: auto !important;
		left: 5vw !important;
	}
}

/*******************************************************************/

/*************************** COOKIE BAR END ************************/

/*******************************************************************/

#mainNav.navbar-shrink {
	margin-top: 0;
}

#mainNav.navbar-shrink .navbar-brand img {
	max-width: 200px !important;
}

#mainNav .navbar-brand img {
	max-width: 300px;
	transition: all .3s;
}

@media (min-width: 992px) {
	#mainNav {
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		border: none;
		padding: 0;
	}
	#mainNav .navbar-brand {
		font-size: 1.75em;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
	}
	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.25em;
		padding: 0;
	}
	#mainNav.navbar-shrink .lang-sel {
		margin: 30px 0;
	}
}

/*******************************************************************/

/******************************** PATH *****************************/

/*******************************************************************/

#path {
	float: left;
	width: 100%;
	clear: both;
	margin: 5px 0;
}

#path ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#path ul li {
	float: left;
	width: auto;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	margin: 0 5px;
}

#path ul li>a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

/*******************************************************************/

/******************************** MENU *****************************/

/*******************************************************************/

#menu {
	float: left;
	margin: 0;
	padding: 25px 0;
	width: 100%;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.navbar-shrink #menu {
	padding: 10px 0;
}

#menu ul {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-right: 0px dotted #DDD;
}

#menu ul li {
	float: left;
	padding: 5px 12px;
	position: relative;
	background: transparent;
	width: auto;
}

#menu ul li .fa {
	display: none;
}

#menu>ul>li:last-child {
	padding-right: 0 !important;
	border: 0;
	margin-right: 0;
}

#menu>ul>li>a {
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}

#menu ul li a {
	font-size: 20px;
	font-family: 'Lora';
	color: #5384c9;
	padding: 12px 7px;
}

#menu>ul>li.has-sub>a:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078' !important;
	font-size: 10px;
	margin: 0px 0 0 5px;
	font-weight: 900;
	color: #686158;
}

#menu ul li a .icon {
	font-size: 30px;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
}

#menu>ul>li.active, #menu>ul>li:hover {
	text-decoration: none;
}

#menu>ul>li.active a, #menu>ul>li:hover>a, #menu>ul>li.active a {
	text-decoration: none;
	border-bottom: 3px solid #686158;
	color: #686158;
}

#menu ul li ul {
	display: none;
	position: absolute;
	left: 5px;
	top: 60px;
	width: 220px;
	z-index: 9999;
	background: #fff;
}

#menu ul li ul ul {
	left: -220px;
	top: 0;
}

@media all and (min-width: 1600px) {
	#menu ul li ul ul {
		background: white;
		left: 220px;
		top: 0;
	}	
}

#menu ul li ul li {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ddd;
	padding: 0;
}

#menu ul li ul li a {
	padding: 10px 15px;
	font-size: 18px;
	margin: 0;
}

#menu ul li ul li.active a, #menu > ul > li > ul li:hover > a {
	border: 0;
	background: #686158;
	color: #FFF;
}

#menu-trigger {
	float: right;
	font-size: 36px;
	color: #686158;
}

.lang-sel {
	margin: 45px 0;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

ul.lng-selector {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	background: white;
	display: none;
	position: absolute;
	top: 30px;
	list-style: none;
}

ul.lng-selector img {
	float: left;
	max-width: 34px;
}

ul.lng-selector li {
	float: left;
	cursor: pointer;
	width: 100%;
	clear: both;
	padding: 5px;
	box-sizing: border-box;
}

ul.lng-selector li:hover {
	background: #CCC;
}

ul.lng-selector li a {
	float: left;
	color: #999;
	text-align: center;
	width: 100%;
}

.active-lang {
	float: left;
	padding: 3px;
	position: relative;
	cursor: pointer;
	line-height: normal;
}

.active-lang:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078' !important;
	font-size: 10px;
	font-weight: 900;
	position: absolute;
	top: 7px;
}

.active-lang img {
	float: left;
	max-width: 34px;
	margin-right: 10px;
}

ul.lng-selector li a.current {
	display: block;
}

/*******************************************************************/

/****************************** MENU END ***************************/

/*******************************************************************/

/*******************************************************************/

/****************************** RESERVATION ************************/

/*******************************************************************/

#reservation div.text {
	text-align: -webkit-left;
	color: #988a79;
}

#reservation div.text h2 {
	font-size: 26px;
	margin: 0;
	padding: 7px 0 7px 15px;
	background: #5384c9;
	color: white;
}

#reservation .form-control {
	padding: 10px;
	height: 45px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #e8e8e8;
	border-color: #dfdfdf;
	color: #988a79;
}

#reservation .form-control::-webkit-input-placeholder {
	color: #988a79;
}

#reservation .form-control::-moz-placeholder {
	color: #988a79;
}

#reservation .form-control::-ms-input-placeholder {
	color: #988a79;
}

#reservation .form-control:-ms-input-placeholder {
	color: #988a79;
}

#reservation .form-control::placeholder {
	color: #988a79;
}

#reservation .datepicker {
	position: relative;
}

#reservation .datepicker .fas {
	font-size: 24px;
	color: #c0b9b0;
	position: absolute;
	top: 10px;
	right: 30px;
}

#reservation .btn.btn-primary {
	width: 80%;
	float: right;
	font-size: 18px;
	height: 100%;
	text-transform: uppercase;
	font-family: 'Lora';
	font-weight: normal;
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

/********************************************************************/

/****************************** NewsPlayer **************************/

/********************************************************************/

#services h3 {
	font-size: 36px;
}

#services h3 a {
	color: #777068;
	text-decoration: none;
}

#services h3 a small {
	font-size: 12px;
	display: inline-block;
	;
	background: #777068;
	color: #fff;
	padding: 3px 10px;
}

#services .box-wrap {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

#services .dentistry h3 a {
	color: #6490ce;
}

#services .dentistry h3 a small {
	background: #6490ce;
}

#services .dentistry {
	border-left: 1px dotted #DDD;
	border-right: 1px dotted #DDD;
}

#services .newsletter {
	/*border: 2px solid rgba(100, 144, 206, .3);*/
	padding: 15px 10px;
}

#services .newsletter .nwl-desc {
	color: #777068;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	font-family: 'Lora';
}

#services .newsletter label {
	font-size: 12px;
	margin: 10px 0;
}

#services .newsletter .margin-right {
	margin-right: 10px;
}

#services .newsletter h3 {
	color: #777068;
}

#services .newsletter .form-control {
	background: #c0b9b1;
	border-color: #c0b9b1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 20px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

#services .newsletter .form-control::-webkit-input-placeholder {
	color: #FFF;
}

#services .newsletter .form-control::-moz-placeholder {
	color: #FFF;
}

#services .newsletter .form-control::-ms-input-placeholder {
	color: #FFF;
}

#services .newsletter .form-control:-ms-input-placeholder {
	color: #FFF;
}

#services .newsletter .form-control::placeholder {
	color: #FFF;
}

#services .newsletter .btn {
	float: right;
	font-size: 18px;
	text-transform: uppercase;
	background: #777068;
	border-color: #777068;
	padding: 10px 20px;
}

#services {
	margin-bottom: 30px;
	height: auto;
}

section#doctors {
	position: relative;
	height: 600px;
	padding: 30px 0;
	margin-bottom: 15px;
}

/*section#doctors h2.section-heading {
	float: left;
	width: auto;
	background: #FFF;
	font-size: 36px;
	color: #988a79;
	padding: 15px 30px;
	position: absolute;
	left: 25px;
	top: -60px;
}*/
section#doctors h2.section-heading {
	color: white;
}

#doctors_carousel, #dentist_carousel {
	width: 100%;
	float: left;
	clear: both;
	margin: 60px 0 30px 0;
}

#dentist_carousel .slick-dots li button {
	background: #5384c9;
	border-color: white;
}

#dentist_carousel .slick-dots li.slick-active button {
	background: white;
	border-color: #5384c9;
}

.doctors .dc-item {
	background: rgba(215, 209, 203,0.80);
	width: 23%;
	margin: 0 25px;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}

.doctors .dc-item .lead-main > a {
	height: 180px;
	display: flex;
	align-item: center;
	justify-content: center;
}

.doctors h3, .category-item.doctors h3 {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}

.doctors .lead-main {
	float: left;
	width: 100%;
	clear: both;
	padding: 15px;
	box-sizing: border-box;
}

.category-item.doctors {
	text-align: center;
}

.doctors .lead-stext:before, .category-item.doctors .intro-description:before {
	content: '';
	width: 50%;
	float: left;
	margin: 0 25% 10px 25%;
	border-top: 2px solid #686158;
	height: 1px;
}

.doctors .lead-stext, .category-item.doctors .intro-description {
	float: left;
	font-size: 18px;
	width: 100%;
	clear: both;
	color: #464646;
}

.doctors .time {
	float: left;
	width: 100%;
	clear: both;
	padding: 15px;
	background: #686158;
	color: #fff;
	line-height: 24px;
}

.doctors h3>a, .category-item.doctors a h3 {
	color: #686158;
	text-transform: none;
	font-size: 18px;
	text-decoration: none;
	float: left;
	line-height: 24px;
	width: 100%;
	margin-top: 12px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-arrow {
	position: absolute;
	top: 25%;
	font-size: 0;
	text-indent: -100px;
	background: url('../images/arrows.png') no-repeat top left;
	height: 160px;
	width: 13px;
	border: none;
	cursor: pointer;
}

.slick-arrow.slick-next {
	background-position: -13px 0;
	right: 0;
}

.slick-dots {
	position: absolute;
	top: -60px;
	left: 42.5%;
	list-style: none;
}

.slick-dots li {
	float: left;
}

.slick-dots li button {
	background: #FFF;
	font-size: 0;
	border: none;
	margin: 0 5px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #686158;
	border: 2px solid #FFF;
}

.news-player {
	position: relative;
}

.news-player .one-slide {
	position: absolute;
	overflow: hidden;
}

.news-player .one-slide .player-title {
	background: rgba(119, 112, 104, .8);
	padding: 10px 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.dentistry .news-player .one-slide .player-title {
	background: rgba(100, 144, 206, .8);
}

.news-player .one-slide .player-title a {
	color: #FFF;
	font-size: 20px;
	font-family: 'Lora';
}

.news-player .pager {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 0;
	text-indent: -1000px;
	height: 20px;
}

.news-player .pager span {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #5384c9;
	border: 2px solid #5384c9;
	border: 0;
	margin: 0 2px;
	cursor: pointer;
}

.news-player .pager span.cycle-pager-active {
	background: #fff;
	border: 3px solid #5384c9;
}

.n-tag {
	background: #EEE;
	border: 1px solid #DDD;
	padding: 1px 5px;
	display: inline-block;
	margin: 0 3px;
	color: #333;
	font-size: 90%;
}

.dg-sm {
	max-width: 49%;
	margin: 0 1% 5px 0;
	float: left;
}

article {
	clear: both;
}

/******************************* CATEGORY ********************************/

#category {
	float: left;
	width: 100%;
	padding: 15px 1%;
}

#category-title-outer {
	margin-bottom: 15px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #DDD;
}

#category-title-outer #nav-outer {
	width: auto !important;
	text-align: right;
}

.category-default-content {
	float: left;
	width: 100%;
	padding: 10px;
	line-height: 150%;
	color: #343E46;
}

.category-default-content p {
	margin: 0;
}

.category-item a {
	float: left;
	width: 100%;
	border: 8px solid #eee;
	background: #eee;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.category-item .category-item-image {
	float: left;
	width: 100%;
	overflow: hidden;
	max-height: 250px;
	margin-bottom: 15px;
}

.category-item .category-item-image img {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.category-item h3 {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	color: #333;
	font-size: 20px;
}

.category-item .intro-description {
	float: left;
	padding: 10px 0;
	font-size: 14px;
	color: #424242;
	line-height: 20px;
}

.category-item .event-desc {
	float: left;
	width: 100%;
	padding: 0 10px;
	font-style: italic;
	font-size: 11px;
	text-align: right;
	color: #666;
}

#gallery-main-image {
	margin-bottom: 10px !important;
}

#acceptForm input.error {
	border-color: red;
}

label.inline {
	display: inline;
}

.one-gallery {
	padding: 0 5px !important;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}

.one-gallery>figure {
	background: #DDD;
	float: left;
	margin: 10px;
}

.one-gallery h3 {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}

.mco-links {
	padding: 20px 0 10px 0;
	text-align: right;
	width: 80%;
}

.mco-links, .mco-links * {
	font-size: 12px;
	color: #686158;
}

.mco-logo {
	padding: 15px 0 10px 0;
	float: right;
	width: 20%;
	text-align: right;
}

@media all and (min-width: 1152px) and (max-width: 1366px) {
	#menu #mainmenu>li a {
		font-size: 15px;
		padding-left: 3px;
		padding-right: 3px;
	}
}

@media all and (min-width: 1366px) and (max-width: 1440px) {
	#menu #mainmenu>li a {
		font-size: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1152px) {
	#menu {
		display: block;
	}
	.navbar-brand img {
		max-width: 200px !important;
		margin-top: 10px;
	}
	#menu ul>li a {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px !important;
	}
	.lang-sel {
		margin: 40px 0;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#menu {
		display: none
	}
	.lang-sel {
		margin: 0;
		position: absolute;
		right: 15px;
		top: 30px;
	}
	#mainNav .row div.float-right {
		position: inherit;
	}
	#mainNav {
		position: relative;
	}
	#menu-trigger {
		margin: 0;
		font-size: 36px;
		line-height: normal;
		position: absolute;
		right: 30px;
		top: 18px;
	}
	#MainBanner {
		margin-top: 90px;
	}
	.navbar-brand img {
		max-width: 100% !important;
	}
}

@media all and (min-width: 320px) and (max-width: 768px) {
	.lang-sel {
		margin: 0;
		position: absolute;
		right: 15px;
		top: 30px;
	}
	#mainNav .row div.float-right {
		position: inherit;
	}
	#mainNav {
		position: relative;
	}
	#menu-trigger {
		margin: 0;
		font-size: 36px;
		line-height: normal;
		position: absolute;
		right: 30px;
		top: 18px;
	}
	#MainBanner {
		margin-top: 90px;
	}
	.navbar-brand img {
		max-width: 100% !important;
	}
	section h2.section-heading {
		font-size: 30px;
		text-overflow: ellipsis;
		max-width: 100%;
		/* white-space: nowrap; */
		overflow: hidden;
	}
	#mainNav .navbar-brand {
		max-width: 100% !important;
	}
	#reservation .form-control {
		margin: 5px 0;
	}
	#reservation {
		padding: 5px 0 !important;
	}
	#reservation .btn.btn-primary {
		margin-top: 5px;
		height: 45px;
	}
	#services h3 {
		margin: 10px 0;
		font-size: 1.5rem;
	}

	#services h3 a small {display: none;}
	.slick-dots {
		left: 30%;
		top: -40px;
	}

	#services .player-title a {
		font-size: 1rem;
	}

	section#doctors {
		height: 620px !important;
	}
}

@media all and (max-width: 360px) {
	.ZebraDialog h3 {
		font-size: 20px;
	}

	.ZebraDialog * {
		font-size: 96%;
	}
}

#ui-datepicker-div {
	z-index: 999 !important;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #000;
	font-size: 60px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.white-popup {
	display: block;
	max-width: 60vw;
	margin: auto;
	position: relative;
	line-height: 1.5rem;
	background: white;
	padding: 1.5rem 1rem;
}

.white-popup .mfp-close {
	right: 10px;
	top: 10px;
	position: absolute;
}

.white-popup p {
	text-align: center;
}

.white-popup h2 {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-family: 'Raleway';
}


@media all and (max-width: 600px) {
	.white-popup {
		max-width: 100%;
	}
	.white-popup h2 {
		font-size: 20px;
	}

	.white-popup ul {
		padding: 0 0 0 10px;
	}

	.white-popup ul, .white-popup ul * {
		font-size: 0.8rem !important;
	}
}