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

/*video-play-effects-css*/
.video-play-button {
	width: 44.5px;
	float: left;
	background: none;
	margin: 0 10px 0 0;
	position: relative;
}
.video-play-button:after {
	width: 58px;
	height: 58px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	display:none;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 8px solid #ffffff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transition: all 0.25s ease-out 0s;
	margin: 8px 10px;
}

.teamer-row1 .video-play-button {
	width: 16px;
	float: left;
	background: none;
	margin: 0 5px 0 0;
	position: relative;
}

.sleep-row1 .video-play-button {
	width: 16px;
	float: left;
	background: none;
	margin: 0 5px 0 0;
	position: relative;
}

.staff-row1 .video-play-button {
	width: 44.5px;
    float: left;
    background: none;
    margin: 0 10px 0 0;
    position: relative;
}

.future-col2 .video-play-button {
	width: 16px;
	float: left;
	background: none;
	margin: 0 5px 0 0;
	position: relative;
}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/*circle-effects-css*/
.circle-effects1 {
	overflow: hidden;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: -100%;
	z-index: 10;
}
a .circle-effects1 {
	width: auto;
	float: left;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 56%;
	left: 0;
}
.flinker-mob4 li .circle-effects1, .opening-hours-icon .circle-effects1, .emergency-appointments-icon .circle-effects1 {
	width: auto;
	float: none;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 2px 0 0;
}
.call-us-icon .circle-effects1 {
	width: 16px;
}
.email-us-icon .circle-effects1 {
	width: 26px;
}
.address-icon .circle-effects1 {
	width: 19px;
}
.call-us-icon .circle-effects1, .email-us-icon .circle-effects1, .address-icon .circle-effects1 {
	float: left;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 56%;
	left: 0;
}
.circle-effects1:hover img, a:hover .circle-effects1 img, .emergency-appointments-icon:hover .circle-effects1 img, .opening-hours-icon:hover .circle-effects1 img, .call-us-icon:hover .circle-effects1 img, .email-us-icon:hover .circle-effects1 img, .address-icon:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .emergency-appointments-icon:hover .circle-effects1 .circle-row1, .opening-hours-icon:hover .circle-effects1 .circle-row1, .call-us-icon:hover .circle-effects1 .circle-row1, .email-us-icon:hover .circle-effects1 .circle-row1, .address-icon:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .emergency-appointments-icon:hover .circle-effects1 .circle-row1 img, .opening-hours-icon:hover .circle-effects1 .circle-row1 img, .call-us-icon:hover .circle-effects1 .circle-row1 img, .email-us-icon:hover .circle-effects1 .circle-row1 img, .address-icon:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}
.circle-effects2:hover img, a:hover .circle-effects2 img, .emergency-appointments-icon:hover .circle-effects2 img, .opening-hours-icon:hover .circle-effects2 img, .call-us-icon:hover .circle-effects2 img, .email-us-icon:hover .circle-effects2 img, .address-icon:hover .circle-effects2 img { 
	opacity: 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 30px;
}
.checkbox1 a, .checkbox2 a {
	color: #fb51a7;
	font-family: 'NeueHaasUnica-Medium';
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #000000;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.85;
	display: inherit;
	position: relative;
	text-align: left;
	top: 0px;
	font-family: 'NeueHaasUnica-Medium';
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
	background: none;
	border: #fb51a7;
	background:#fb51a7;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff;
	border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #fb51a7;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect1:hover img {
	/*transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	filter: grayscale(100%);*/
	transform: scale(1.15);
}
.square-effect1 .square-row1 {
	width: 30%;
	float: none;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: translateY(-50%);
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
.square-effect1:hover .square-row1, .offer-col2:hover .square-effect1 .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*bounce-effect-css*/
.bounce {
	width: 55px;
	float: none;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite; 
	display: none;
	margin: 0 auto 26px;
}

/*advertisement-effects-css*/
.advertisement {
	width: 100%;
	float: left;
	text-align: center;
    /*background: #fb51a7;*/
	box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.24);
    transition: all 1s;
	display: none;
    padding: 14px 5% 10px;
	margin: 0 0 0;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}
.advertisement-ul {
	width: 100%;
	float: left;
	margin: 0 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advertisement-ul li {
	/*float: none;
	display: inline-block;*/
	float: left;
	margin: 0 0 0;
	width: 48%;
	max-width: 162px;
}
.advertisement-ul li:nth-child(2n) {
	color: rgba(255,255,255,0.4);
	/*margin: 0 10px 0;*/
	float: right;
	margin-left: 4%;
}
.advertisement-ul li:first-child a {
}
.advertisement-ul li:last-child a {
}
.advertisement-ul li a:hover {
	color: #000000;
}
.advertisement-ul li, .advertisement-ul li a {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.advertisement-ul li a span.inner {
	padding-left: 36px;
	position: relative;
	font-size: 11px;
    letter-spacing: 0.22px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: 'SuisseIntl-Bold';
	width: 100%;
    display: inline-block;
}

.advertisement-ul li:last-child a span.inner {
	padding-left: 26px;
}

.advertisement-ul li a {
	display: block;
	width: 100%;
	color: #ffffff;
    background: #fc1681;
    border-color: #fc1681;
    padding: 18px 2% 17px;
    
    /*border: 1px solid;*/
    border-radius: 11px;
    transition: all 0.25s ease-out 0s;
    position: relative;
    
}
.advertisement-ul li a .inner .circle-effects1 {
    left: 9%;
}

.hide {
    opacity:0;
    left:-100%;
}
.show {
    opacity:1;
    left:0;
}

/*upload-effect-css*/
.upload-btn-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 0;
	overflow:hidden;
	position:relative;
}

.referrals-btn1 input[type=file] {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
	padding: 0 5px 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 5px 0;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	text-align: left;
	position: relative;
	top: 0px;
	letter-spacing: 0.15px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*bounce-effect-css*/
.bounce {
	width: 43px;
	display: inline-block;
	margin: 0 auto 26px;
}

/*advertisement-effects-css*/
.advertisement {
	width: 100%;
	display: block;
	margin: 0 0 0;
}

.contact-wrapp .contact-col1 [type="checkbox"]:checked + label:before, 
.contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:before {top: 4px;}

.contact-wrapp .contact-col1 [type="checkbox"]:checked + label:after, 
.contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:after {top: 7px;}

.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:checked + label:before, 
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:before {top: 0px !important;}

.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:checked + label:after, 
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:after {top: 3px !important;}	

.mac-os [type=checkbox]:checked+label:after, .mac-os [type=checkbox]:not(:checked)+label:after {top: 2px;}
.mac-os [type=checkbox]:checked+label:before, .mac-os [type=checkbox]:not(:checked)+label:before {top: -1px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 0px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*bounce-effect-css*/
.bounce {
	width: 55px;
	display: inline-block;
	margin: 0 auto 26px;
}

/*advertisement-effects-css*/
.advertisement {
	width: 100%;
	display: block;
	margin: 0 0 0;
}

.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:checked + label:before, 
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:before {top: 0px !important;}

.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:checked + label:after, 
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:after {top: 3px !important;}	

.mac-os [type=checkbox]:checked+label:after, .mac-os [type=checkbox]:not(:checked)+label:after {top: 2px;}
.mac-os [type=checkbox]:checked+label:before, .mac-os [type=checkbox]:not(:checked)+label:before {top: -1px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 0px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*bounce-effect-css*/
.bounce {
	width: 55px;
	display: inline-block;
	margin: 0 auto 26px;
}

/*advertisement-effects-css*/
.advertisement {
	width: 100%;
	display: block;
	margin: 0 0 0;
}

.mac-os [type=checkbox]:checked+label:after, .mac-os [type=checkbox]:not(:checked)+label:after {top: 2px;}
.mac-os [type=checkbox]:checked+label:before, .mac-os [type=checkbox]:not(:checked)+label:before {top: -1px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
/*checkbox-effect-css*/
.checkbox2 {
	margin: 0 0 27px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: 0px;
}

}

@media screen and (min-width:901px) and (max-width:1024px) {
/*checkbox-effect-css*/
.checkbox2 {
	margin: 0 0 24px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	top: 0px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .checkbox1 span, .mac-os .checkbox2 span {
	top: -2px;
}
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:checked + label:before, 
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:before {top: -2px;}

.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:checked + label:after, 
.mac-os .contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:after {top: 1px;}	
}


@supports (-webkit-touch-callout: none) {

.contact-wrapp .contact-col1 [type="checkbox"]:checked + label:before, 
.contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:before {top: -2px;}

.contact-wrapp .contact-col1 [type="checkbox"]:checked + label:after, 
.contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:after {top: 1px;}		

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

.contact-wrapp .contact-col1 [type="checkbox"]:checked + label:before, 
.contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:before {top: -2px;}

.contact-wrapp .contact-col1 [type="checkbox"]:checked + label:after, 
.contact-wrapp .contact-col1 [type="checkbox"]:not(:checked) + label:after {top: 1px;}			

}

@media screen and (min-width:901px) {
.mac-os	.enquiry-wrapp .enquiry-col1 .enquiry-row1 [type="checkbox"]:checked + label:before, .mac-os [type="checkbox"]:not(:checked) + label:before {top: -1px;}
.mac-os	.enquiry-wrapp .enquiry-col1 .enquiry-row1 [type="checkbox"]:checked + label:after, .mac-os [type="checkbox"]:not(:checked) + label:after {top: 3px;}
}