#NotificationContainer {
	-webkit-box-shadow: inset 0px 6px 8px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 6px 8px -4px rgba(0,0,0,0.75);
	box-shadow: inset 0px 6px 8px -4px rgba(0,0,0,0.75);
	background: #404040;
	padding: 5px;
	position: fixed;
	z-index: 1200;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 70px;
	display: flex;
	align-items: center;
}

#NotificationContainer .notification-bar {
	color: #fff;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-left: 90px;
	border: 1px solid #000;
}

#NotificationContainer .notification-success {
	background-color: #78B000;
}

#NotificationContainer .notification-error {
	background-color: #ef6644;
}

#NotificationContainer .notification-notice {
	background-color: #4FB6C4;
}

#NotificationContainer .notification-bar::before {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
}

#NotificationContainer .notification-error::before {
	content: "\e107";
	background: #af4b31;
}

#NotificationContainer .notification-success::before {
	background: #4c7d24;
	content: "\e013";
}

#NotificationContainer .notification-notice::before {
	background: #32647d;
	content: "\e086";
}

#NotificationContainer .container {
	position: relative;
}

#NotificationContainer .notification-close {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
	display: block;
	z-index:2;
}


.response-box.error::before,
.response-box.success::before,
.response-box.notice::before {
	content: "\e107";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #c6303e;
	float: left;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center
}

.response-box.error,
.response-box.success,
.response-box.notice {
	background: #dc3545;
	color: #fff;
	padding: 20px;
	position: relative;
	padding-left: 90px
}

.response-box.success::before {
	background: #4c7d24;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	content: "\e013"
}

.response-box.success {
	background: #66aa33
}

.response-box.notice::before {
	background: #32647d;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	content: "\e086"
}

.response-box.notice {
	background: #4488ab
}

.bootbox {
	color: #444;
	font-size: 14px;
	line-height: 1.4;
}

.modal-open section, .modal-open header, .modal-open footer, .modal-open .container, .modal-open .container-lg {
	filter: blur(3.5px);
}

#NotificationContainer .container {
	filter: unset;
}

.box-is-loading {
	position: relative;
}

.box-is-loading::before {
	position: absolute;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.75);
	top: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bootstrap-select > .btn.dropdown-toggle {
	box-shadow: none;
	background-color: transparent !important;
	color: #737373 !important;
	border: 1px solid #ced4da;
	text-transform: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.bootstrap-select > .btn.dropdown-toggle:active {
	box-shadow: none !important;
}

.bootstrap-select > .btn.dropdown-toggle:focus {
	outline: none !important;
}

.Form-Theme input[type="date"] {
	padding-right: 0;
	font-size: 13px;
		height: auto;
		line-height: 1;
}

.Form-Theme-InputLabeled.form-control:focus {
	background-color: transparent;
}

.Form-Theme input[type="date"]::-webkit-calendar-picker-indicator {
	margin-left: 0;
}

.btn-loading {
	color: transparent !important;
	pointer-events: none;
	position: relative;
}

.btn-loading:after {
	content: '';
	-webkit-animation: loader 500ms infinite linear;
	animation: loader 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 50%;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	display: block;
	height: 1.4em;
	width: 1.4em;
	position: absolute;
	left: calc(50% - (1.4em / 2));
	top: calc(50% - (1.4em / 2));
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute !important;
}

.btn-loading.btn-sm:after, .btn-group-sm > .btn-loading.btn:after {
	height: 1em;
	width: 1em;
	left: calc(50% - (1em / 2));
	top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
	border-color: #495057;
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.Form-Theme .custom-select.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: unset !important;
}

.fb-like.fb_iframe_widget {
	display: block;
}

.fb-like.fb_iframe_widget > span {
	width: 100% !important;
}

.fb-like.fb_iframe_widget > span > iframe {
	width: 100% !important;
}

.table.dataTable td, table.dataTable th {
	font-size: 14px;
	vertical-align: middle;
}

ul.anchor_list li,ul.baby-list li,ul.dog-list li{
    margin-bottom: 12px;
    font-size: 120%;
    color: #666;
}

.voucherlist ul.anchor_list li,ul.baby-list li,ul.dog-list li{
    margin-bottom: 12px;
    font-size: 90% !important;
    color: #666;	
}

ul.baby-list li{
	list-style: none; 
	text-align: left;
	position: relative;
	padding-left:30px;
	line-height: 25px;
}

ul.baby-list li:before {
  background: transparent url("/images/smiling-baby.png") scroll 0 0 no-repeat;
  content:"";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul.baby-list li:before { background-position: 0px 0px; }



ul.dog-list li{
	list-style: none; 
	text-align: left;
	position: relative;
	padding-left:30px;
	line-height: 25px;
}

ul.dog-list li:before {
  background: transparent url("/images/icons/dog-icon-small.png") scroll 0 0 no-repeat;
  content:"";
  width: 20px;
  height: 23px;
  position: absolute; 
  left: 0;
  top: 5px;
}

ul.dog-list li:before { background-position: 0px 0px; }


.service-box {
  padding: 49px 40px 32px;
}
.area-title {
  margin: 0 auto 60px;
  width: 60%;
}

.area-title2 {
  margin: 0 auto 60px;
  width: 85%;
}

.area-title h2 {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.area-title h2::after {
  background: #444444 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.area-title p {
  margin: 0;
}
.service-icon {
}
.service-icon span {
	color: #3e3e3e;
	text-align: center;
	transition: all 0.4s ease 0s;
	display: inline-block;
	font-size: 32px;
	margin-bottom: 25px;
}
.service-content{}
.service-content h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 20px;
}
.service-content p {
  margin: 0;
}
.service-content h3::before {
	background: #444;
	height: 2px;
	width: 40px;
	content: "";
	position: absolute;
	bottom: 0;
}

.pricing .service-content h3::before {
  width:0px;
}

.simple-image-zoom {
	display: block;
	position: relative;
}

.simple-image-zoom::before {
	position: absolute;
	left:  0; top:  0;
	right:  0; bottom:  0;
	background: rgba(0,0,0,0.3);
	content:  "";
}

.simple-image-zoom::after {
	position: absolute;
	color:  #fff;
	content:  "";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  content: "\e015";
  font-size:  30px;
  left:  50%; top:  50%;
  margin-left:  -15px;
  margin-top:  -15px;
}

.simple-image-zoom:hover::before {
	background: rgba(0,0,0,0.75);
}

.select2-container--default .select2-search--inline .select2-search__field {
	width:  100% !important;
}

@media(max-width: 500px) {   
	.head-search-form {
		min-width: unset;
	}
}