::selection
{
	color:white;
	background:#00cbff;
	opacity:1;
}

body a
{
	color:#0000FF;
	text-decoration:none;
}

h1, h2, h3, h4
{
	color:rgba(0, 0, 0, 0.7);
}

.clearfix::after
{
	content: "";
	clear: both;
	display:table;
}

body::-webkit-scrollbar
{
	width:10px;
}

body::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	background-color:rgba(108, 91, 123, 0.65);
}

body::-webkit-scrollbar-thumb
{
	background:rgba(108, 91, 123, 0.85);
}

body::-webkit-scrollbar-thumb:hover
{
	background: rgba(108, 91, 123, 1);
}

.ofTurquoiseGradient
{
	color: white;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );

	background: linear-gradient(top, #006699 0%,#00cbff 100%);
	background: linear-gradient(10deg, #006699 , #00cbff);
}

.topScroll
{
    width: 50px;
    height: 50px;
    line-height: 68px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(255,204,1,0.6);
    border-radius: 100%;
	z-index:999;
}

.topArrow
{
    border: solid white;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


.topBackButton
{
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    top: 85px;
    left: 10px;
    background: rgba(255,204,1,0.6);
    border-radius: 100%;
	z-index:999;
	cursor:pointer;
}

.backArrow
{
	margin-left:8px;
    border: solid white;
    border-width: 5px 5px 0px 0px;
    display: inline-block;
    padding: 8px;
    transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
}

.homeBg
{
	width: 100%;
	margin: 0 auto;   
	padding: 50px 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: white;
}


.homeBg h1
{
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;	
	font-weight:normal;
}

.startPageContainerSubject 
{
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.homeContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position:relative;
}

.accordianContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position:relative;
}


.homeContainerBig
{
	width: 1600px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.homeContainerSmall
{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.relatedContentBox
{
	float:left;
	width:30%;
	min-height:150px;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
	box-sizing:content-box;
	line-height:1.5;	
}

.relatedContentBox a.button
{
	display: inline-block;
	line-height: 1;
	padding: 10px 10px;
	border-style: solid;
	border-width: 0px;
	border-radius: 5px;
	border-color: #5593cb;
	margin: 20px auto 0 auto;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 10px;

}

.relatedContentImage
{
	width:100%;
	height:auto;
}

.relatedContentBody
{
	width:80%;
	min-height:100px;
	margin-top:-40px;
	margin-left:5%;
	margin-right:5%;
	padding:5%;
	background-color:white;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:1;
}


.borderingWithPictureTop
{
	padding-top: 75px;
}


.homeContentRight
{
	float:right;
	width:50%;
	box-sizing:border-box;
	overflow:auto;
}

.homeContentLeft
{
	float: left;
	width: 50%;
	box-sizing:border-box;
	overflow: auto;	
}

.homeContentLeft img
{
	float: right;
	margin-right: 50px;
}


.homeRightContent
{
	float:left;
	width:44%;
	text-align:left;
	color:#1f1f1f;
	font-size:17px;
	line-height:26px;
	padding:15px 3%;
}


.homeRightContent .heading2
{
	margin:0px 0px 30px 0px;
	font-size:1.3em;
	color:#444;
}

.homeRightContent ul
{
	margin-left:-20px;
}

.homeRightContent ul li
{
	margin:2px 0px;
	padding:0px 0px 0px 20px;
	line-height:26px;
	list-style-type:none;
	position:relative;
}

.homeRightContent ul li:before
{
	position:absolute;
	left:0;
	top:10px;
}

.homeDefaultButton
{
	width:48%;
	margin:0px 1% 5px 1%;
	padding:15px 2%;
	box-sizing:border-box;
	color:#000;
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	transition:1s;
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	color: #fff;
	box-sizing:border-box;
	border-radius:100px;	
	display:inline-table;
	/*float:left;*/
	text-decoration:none !important ;
}

a.homeDefaultButton
{
	color:#fff !important;	
	font-size:18px !important;
}

.homeDefaultButton:hover
{
	letter-spacing: 1px;
}


.homeDefaultButton2
{
	width:48%;
	margin:0px 1% 5px 1%;
	padding:15px 2%;
	box-sizing:border-box;
	color:#fff;
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	transition:1s;
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
	box-sizing:border-box;
	border-radius:100px;	
	display:inline-table;
	text-decoration:none !important ;
}

.homeDefaultButton2:hover
{
	letter-spacing: 1px;
	background-color: #00ccff;
}

a.homeDefaultButton2
{
	color:#fff !important;	
	font-size:18px !important;
}

.hr
{
	width:140px;
	margin:30px auto 50px auto;
	border-bottom:2px solid rgba(0,0,0,0.1);
}

.testimonialBg
{
	background:#F6FBFE;
	padding:10px 0px 30px 0px;
}

.testimonialContainer
{
	width: 1200px;
	max-width:100%;
	margin:0 auto;
	box-sizing: border-box;
	color:#444;	
	padding:0px 0px 0px 0px;
}

.testimonialContainer h2
{
	font-size: 1.9em;
	text-align: center;
	padding:20px;
	color:#172C31;
	line-height:1.4;
}

.testimonialListScroll
{
	width:100%;
	overflow-x:scroll;	
	scrollbar-width:none;
}	

.testimonialBox
{
	float:left;
	padding:20px 0px 0px 0px;
	background:#fff;
	text-align:center;
	font-size:0.95em;
	width:23.5%;
	padding-top:0px;
	overflow:hidden;
	margin:0px 2% 0px 0px;
	box-sizing:border-box;
	display:block;
	box-shadow:0px 0px 8px #eee;
	border-radius:20px 20px 20px 20px;
}	

.testimonialBox h2
{
	width:94%;
	font-size:16px;	
	margin:0px;
	color:#000;
}	

.testimonialBox h3
{
	font-size:14px;	
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
	text-align:left;
	padding:7px 10px 7px 5px;
	position:absolute;
	margin:-55px 0px 0px -10px;
	background:#fff;
	opacity:0.9;
	border-radius:0px 20px 20px 0px;
}
	
.testimonialBox:last-child
{
	margin:0px 0px 0px 0px;
}

.testimonialImage
{
	width:100%;
	height:250px;
	margin-bottom:0px;
	overflow:hidden;
	position:relative;
	border-radius:20px 20px 0px 0px;
	box-sizing:border-box;
	background:#000;
}

.testimonialImage img
{
	width:100%;
	height:auto;
	border-radius:20px 20px 0px 0px;
}

.testimonialDescription
{
	padding:0px 20px 20px 20px;
	box-sizing:border-box;
	display:none;
	background: #F6FBFE;
	z-index:1;
	overflow-y:scroll;
	scrollbar-width:none; /* Firefox */
	-ms-overflow-style:none;  /* Internet Explorer 10+ */
	text-align:left;
	height:440px;
	border-radius:20px;
	line-height:1.4;
	font-size:15px;
}

.testimonialDescription::-webkit-scrollbar
{
	width:0;
	height:0;
}

.closeBox
{
	display:block;
	font-size:30px;
	color:#00ccff;
	cursor:pointer;
	color:#2A82A6;
	float:right;
	clear:both;
	width:100%;
	text-align:right;
}

.testimonialBoxTop
{
	text-align:left;
	height:120px;
	height:100px;
	padding:10px 10px 20px 10px;
	display:table;
	background:#fff;
	width:100%;
	box-sizing:border-box;
	line-height:1.4;
	font-size:15px;
	color:#444;
	border-radius:0px 0px 20px 20px;
	min-height:190px;	
}

.testimonialBoxTop a
{
	font-size:14px;
	color:#000;
}

.blogButton
{
	display:block;
	text-align:
	center;
	margin:20px auto;	
	display:table;
	padding:15px 50px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	background:#fff;
	border:1px solid #D4E1FA;
	color:#1F5F7A;
	box-sizing: border-box;
	border-radius: 100px;
	transition: 1s;
}

.blogButton:hover
{
	letter-spacing:1px;	
}

.testimonialBox
{
	/*float:left;
	width:33%;
	padding:20px 0px 0px 0px;
	background:#f2f2f2;
	text-align:center;
	font-size:0.95em;*/
}

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

.testimonialBoxNew
{

	box-sizing: border-box;
	padding:20px;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	display:table;
	width:94%;
	margin:30px 3%;

}

.testimonialBoxNew a
{
	font-size:14px;	
	color:#005E75;
}

.testimonialBoxNew .imageBox
{
   	width:30%;
	max-height:250px;
	float: left;
   	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	overflow:hidden;
	border-radius:10px;
	text-align:center;

}

.testimonialBoxNew .imageBox img
{
	width:100%;
	height:auto;
	border-radius:10px;
	box-shadow: 0px 0px 15px #444;
}
	
.testimonialBoxNew .contentDiv
{
   	box-sizing: border-box;
 	width: 70%;
   	height: auto;
    padding:0px 0px 0px 20px;
   	float: left;
}

.testimonialBoxNew h1
{
   	font-size:20px !important;
	margin:0px 0px 10px 0px !important;
	line-height:1.2;
	text-align:left;
}

.testimonialBoxNew p
{
	margin: 0px auto 0px auto;
	line-height: 1.5;
	font-size:16px;
	padding:10px 0px 0px 0px;
}

.readMore
{
	display:table;
	text-align:center;
	width:100%;
	padding:10px 0px 10px 0px;
}

.readMore a
{
	background:#00ccff;
	color:#fff !important;
	padding:8px 20px;
	box-sizing:border-box;
	margin:0px auto;
	width:auto;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

.readMore a:hover
{
	background:#ffcc00;
}

.alternatetestimonialBox
{
	background:#ccc;	
}

.testimonialBoxTop
{
	/*min-height:240px;
	height:240px;*/
}

.testimonialBox p
{
	/*height:150px;
	margin:10px 5% 45px 5%;
	padding:0px;*/
}

.testimonialImage
{
	/*width:100%;
	height:300px;
	background-size:cover;
	background-position: center top;*/
}

.testimonialBox h2
{
	/*width:94%;
	margin:5px 3%;
	font-size:1.2em;	
	color:#0099cc;*/
}

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


.aupairBoxNew
{

	box-sizing: border-box;
	padding:20px;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	display:table;
	width:98%;
	margin:30px 1%;
}

.aupairBoxNew .flagIcon
{
	background:#fff;
	padding:4px;
	border-radius:50%;
	position:absolute;
	top:5px;left:5px;
	box-shadow:1px 0px 2px #ccc;
}

.aupairBoxNew .favouriteIcon
{
	background:#fff;
	padding:4px;
	border-radius:50%;
	position:absolute;
	top:8px;
	right:8px;
	box-shadow:1px 0px 2px #ccc;
	width:24px;
	height:24px;	
	cursor:pointer;
}

.aupairBoxNew .favouriteIcon:hover
{
	background:#f2f2f2;	
}




.aupairBoxNew .blurImageCaption
{
	background:#00ccff;
	color:#000;
	position:absolute;
	bottom:65px;
	right:0px;
	font-size:13px;
	padding:3px 5px;
	border-radius:0px 0px 0px 0px;
}


.aupairBoxNew a
{
	font-size:14px;	
	color:#005E75;
}


.aupairBoxNew .imageBox
{
   	width:30%;
	float: left;
   	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius:5px 5px 5px 5px;
	position:relative;
}

.aupairBoxNew .imageBox .imageDiv
{
	max-height:250px;
	overflow:hidden;
}

.aupairBoxNew .imageBox .imageDiv img
{
	width:100%;
	height:auto;
	border-radius:5px 5px 0px 0px;
}


.aupairBoxNew .imageBox .defaultImage
{
	text-align:center;padding:30px 0px;
}

.aupairBoxNew .imageBox .defaultImage img
{
	border:2px solid #f2f2f2;
	border-radius:50%;
	width:auto;
}
	
.aupairBoxNew .contentDiv
{
   	box-sizing: border-box;
 	width: 70%;
   	height: auto;
    padding:0px 0px 0px 20px;
   	float: left;
}

.aupairBoxNew h1
{
   	font-size:16px !important;
	margin:0px 0px 10px 0px !important;
	line-height:1.4;
	text-align:left;
	clear:both;
	font-weight:bold !important;
}

.aupairBoxNew p
{
	clear:both;
	margin: 0px auto 0px auto;
	line-height: 1.4;
	font-size:15px;
	padding:10px 0px 10px 0px;
}


.aupairBoxNew .rightIcons
{
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
	text-align:right;	
}

.aupairBoxNew .leftIcons
{
	display:table;
	box-sizing:border-box;
	width:100%;
	padding:10px 0px 5px 5px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
	text-align:center;
}

.aupairBoxNew .leftIcons span
{
	width:35px;
	height:35px;
	margin:0px 5px 0px 0px;
	display:inline-block;
	background-size:100% 200%;
	background-position:0px 35px;
	cursor:pointer;

}


.aupairBoxNew .leftIcons .favourite
{
	background-image:url('images/icons/favourite.png');
	background-position:0px 35px;
}

.aupairBoxNew .leftIcons .notes
{
	background-image:url('images/icons/note.png');
	background-position:0px 35px;
}

.aupairBoxNew .leftIcons .notesActive
{
	background-position:0 0;
	background-image:url('images/icons/note.png');
}

.aupairBoxNew .leftIcons .mail
{
	background-image:url('images/icons/mail.png');
	background-position:0px 35px;
}

.aupairBoxNew .leftIcons .mailActive
{
	background-position:0px 0px;
	background-image:url('images/icons/mail.png');
}


.aupairBoxNew .leftIcons .eye
{
	background-image:url('images/icons/eye.png');
	background-position:0px 35px;
}

.aupairBoxNew .leftIcons .eyeActive
{
	background-position:0px 0px;
	background-image:url('images/icons/eye.png');
}

.aupairBoxNew .leftIcons .MyEye
{
	background-image:url('images/icons/myEye.png');
	background-position:0px 35px;
}

.aupairBoxNew .leftIcons .MyEyeActive
{
	background-position:0 0;
	background-image:url('images/icons/myEye.png');
}

.aupairBoxNew .leftIcons .favouriteActive
{
	background-position:0 0;
	background-image:url('images/icons/favourite.png');
}


.aupairBoxNew .middleIcons
{
	clear:both;
	width:100%;
	padding:5px 0px 5px 0px;
	display:table;
	box-sizing:border-box;
	position:relative;
}

.middleIcons .iconTitleBox
{
	width:98%;
	width:auto;
	padding:5px 1%;
	color:#fff;
	background:#aaa;
	border-radius:5px;
	border:0px solid #aaa;

	position:absolute;
	left:0;
	top:50px;
	z-index:1;
}

.aupairBoxNew .iconsBox
{
	position:relative;
}

.aupairBoxNew .iconsBox img
{
	width:36px;
	height:36px;	
}


.aupairBoxNew .iconsBoxActive:after
{
	content:'';

	position:absolute;
	left:34%;
	bottom:-2px;
	top:20px;
	z-index:0;

	padding:3px;
	border-top:5px solid #aaa;
	border-left:5px solid #aaa;
	background:#aaa;

	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.aupairBoxNew .languageBox
{
	background:none;
	display:block;	
	padding:5px 0px;
	clear:both;		
}

.aupairBoxNew .languageBox span
{
	background:#ddd;
	color:#000;
	float:left;
	margin:0px 4px 4px 0px;
	padding:5px 0px 0px 5px;
	border-radius:0px;
	line-height:1.3;
	height:initial;
	font-size:14px;
	border-radius:5px;
}

.aupairBoxNew .languageBox .langLevel
{
	float:right;
	background:#00ccff;
	color:#000;
	line-height:1.3;
	font-size:14px;
	border-radius:0px 5px 5px 0px;
	height:initial;
	margin:-5px 0px 0px 5px;
	padding:5px;	
}

.aupairBoxNew .tutorBox
{
	background:none;
	display:block;	
	margin:5px 0px 5px 0px;
	clear:both;		
	font-size:15px;
}

.aupairBoxNew .tutorBox strong
{
	background:#444;
	color:#fff;
	padding:5px 10px;
	margin:5px 10px 5px 0px;

	border-radius:3px;
	float:left;
}

.aupairBoxNew .tutorBox span
{
	background:#f2f2f2;	
	padding:5px 10px;
	margin:5px 5px 5px 0px;

	border-radius:5px 20px 5px 20px;
	float:left;
}

.aupairBoxNew .bottomBox
{
	margin:5px 0px 0px 0px;
	background:none;
	padding:0px 0px 0px 0px;
	display:table;
	width:100%;	
}

.aupairBoxNew .bottomBox span
{
	float:left;
	display:block;
	margin:10px 0px 0px 0px;
	font-size:15px;
	color:#444;
}

.aupairBoxNew .bottomBox .button
{
	background:#00ccff;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:10px 15px;
	float:right;
	letter-spacing:1px;
}

/*** Vip ***/
.innerPageTopHeaderBox
{
	margin-bottom:30px;
}

.banner
{
	height:320px;
	box-sizing:border-box;
	position:relative;
}

.bannerSearchButton
{
	margin:30px 0px 0px 0px;
}

.bannerSearchButton .button2
{
	border-radius:100px;
	padding:15px;
	margin:0px 0px 15px 0px;
	color:#fff;
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
	min-width:250px;
	font-weight:bold;
}


.bannerSearchButton .button4
{
	border-radius:100px;
	padding:15px;
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	color:#fff;
	min-width:250px;
	font-weight:bold;
}


.afterTopHeader
{
	height:84px;
	clear:both;
}

/*** Vip ***/

.innerPageBanner
{
	height:400px;
	margin:0;
	margin-bottom:60px;
}

.profileInnerPageBanner
{
	height:400px;
	margin:0;
	margin-top:0px;
	margin-bottom:40px;
	padding:0;
}


.bannerBackgroundColor
{
	width:100%;
	height:100%;
	padding-top:80px;
    box-sizing:border-box;
	background-size:cover;
	background-color:#fff;
}


.innerBannerBackgroundColor
{
	height:400px;
	background-position:bottom top;
	padding-top:20px;
}

.backgroundImageSection
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0, 152, 203, 0.65);
    background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	z-index:0;
}

.waveSVG
{
    position:absolute;
    bottom:0;
}

.svg-white
{
    fill:#fff;
}

.svg-grey
{
    fill:#f6f6f6;
}

.svg-dark-grey
{
	fill:#646f6f;
}

.svg-turquoise
{
    fill:#00cbff;
}


.bannerSimpleButtons a:hover .gradientOnHoverFont
{
	background: -webkit-linear-gradient(90deg, rgba(108, 91, 123, 1) 0%, rgba(11, 15, 41, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgba(11, 15, 41, 1);
}

body
{
	margin: 0;
	background-color: #ffffff;
	font-family: 'century gothic','calibri','verdana','arial';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.8;
}

.topnav
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 0px 5px #ccc;
}



.topnavScrolled
{
	height:65px;
	background-color:white;
	border-bottom:1px solid rgba(255,255,255,1);
	-moz-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	box-shadow:0 10px 33px rgba(0, 0, 0, .1) !important;
	transition:1s;
}

.topnav a
{
	float: right;
	padding: 5px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: inherit;
	transition: 0.2s;
}

.active
{
	color: white;
	background-color: #4CAF50;
}

.topnav .icon
{
	width:30px;
	height:30px;
	margin-top:20px;
	/* color:#00ccff; */
	color:#2A82A6;
	font-size:35px;
	line-height:30px;
	/* border:2px solid #000; */
	border-radius:10px;
	transition:0.1s;
	background:none;
	display:none;
}

.topnav .icon:hover
{
	color:#ffcc00 !important;
}

.topnavScrolled .icon
{
	margin-top:0px;
	color:#1e4161;
	border:2px solid #1e4161;
}

.topnavScrolled .icon:hover
{
	color:#1e4161 !important;
}

.dropdown
{
	float:left;
	overflow:hidden;
	transition:0.2s;
}

.dropdown .dropbtn
{
	margin:0;
	padding:13px 12px 13px 12px;
	font-size:inherit;
	border:none;
	outline:none;
	color:#000;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
	font-weight:bold;
	letter-spacing:1.5px;
}

.homeMenu
{
			
}

.homeMenu:after
{	
	content: '\276F';
	/* //content: '\2771'; */
	font-weight: bold;
	float:right;
	font-size:16px;
	margin-left:8px;
	padding:0px 0px 0px 0px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
}



.dropdown-content
{
	min-width:160px;
	max-width:300px;
	position:absolute;
	background-color:white;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:50;
	transition:0.2s;
	display:none;	
}

.dropdown-content a
{
	float:none;
	padding: 10px 16px;
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.mobileMenubar
{
	display:none;
}

.topnavScrolled .mobileMenubar
{
	display:table;
}

.userWelcomeBar
{
	float:left;
	height:20px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	display:block;
	border-right:0px solid #000;
}

.userWelcomeBar a
{
	padding:0;
	color:#ffff00;
}

.userWelcomeBar a:hover
{
	color:#00ccff;
}


.topnavScrolled .userWelcomeBar a:hover
{
	color:#00ccff;
}

.topnavScrolled .scrollLogout
{
	display:none;
}

.topnav a:hover, .dropdown:hover .dropbtn
{
}

.dropdown-content a:hover
{
	color: black;
	background-color: #f6f6f6;
}

.dropdown:hover .dropdown-content
{
	display:table;
}

.topnavScrolled .flagMenu
{
}

.newDefaultButton
{
	width:30%;
	margin:65px 35% 15px 35%;
	padding:15px 3%;
	color:#000;
	font-family:inherit;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	transition:1s;
	display:inline-block;
	background-color:#FFCC00;
	box-sizing:border-box;
	border-radius:5px;
}

.newDefaultButton:hover
{
	letter-spacing: 1px;
	background-color: #00CCFF;
}

.newDefaultButton:active,.newDefaultButton:focus
{
}

.logoHolder
{
	float:left;
	width:20%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	border: 0px solid #ccc;
}

.topMenuGap
{
	width:100%;
	margin-top:0px;
	display:table;
	position:relative;
}

.topMenuGap::after
{
	content:"";
	width:100%;
	height:1px;
	display:table;
	background:#fff;
	position:absolute;
	bottom:0px;
}

.userMobileDisplay
{
	display:none;
}

.menuContentHolder 
{
	float: right;
    width: 80%;
    overflow: auto;
    box-sizing: border-box;
    padding: 8px 0px 0px 0px;
    border: 0px solid #ccc;
}

.topnavScrolled .menuContentHolder
{
	width:70%;
	width:80%;
}

.menuContentHolderUpperRow
{
	float: right;
    width: auto;
}

.menuContentHolderBottonRow
{
	float: none;
    width: 100%;
}

.topnavScrolled .menuContentHolderUpperRow
{
	float:right;
	width:auto;
	overflow:auto;
}

.topnavScrolled .menuContentHolderBottonRow
{
	float:right;
	width:auto;
	overflow:auto;
}

.menuContentHolderBottonRowDropdowns
{
	float:right;
}

.logoColor
{
	float:left;
	width:0px;
	position:relative;
	transition:0.2s;
}

.positionUnset
{
	left:unset;
}

.positionLeft-100
{
	left:-100%;
}

.logoWhite
{
	float:left;
	margin:10px 0;
	position:relative;
	transition:0.2s;
	max-height:55px;
}

.afterLoginFirst, .afterLoginSecond
{
	display:none;
}

.taglineBox
{
	display: none;
	float:left;
	width:43%;
	margin:20px 0;
	margin-left:2%;
	padding-left:2%;
	box-sizing:border-box;
	overflow:auto;
	transition:0.2s;
	color:white;
	color:rgba(255,255,255,0.8);
	border-left:1px solid rgba(255,255,255,0.5);
}

.topnavScrolled .taglineBox
{
	margin: 0;
	margin-left: 2%;
	font-size: 0.9em;
	color: rgba(0,0,0,0.4);
	border-left: 1px solid rgba(0,0,0,0.2);
	line-height: 1.4;

	display:none;
}

.topnavContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
}

.searchIconMenuBar
{
	float:right;
	width:25px;
	width:20px;
	height:20px;
	padding:13px 12px 12px 12px;
	padding:13px 0px 0px 5px;
	overflow:hidden;
}

.topnavScrolled .searchIconMenuBar
{
	float:right;
	width:20px;
	height:20px;
	margin:0 10px;
	padding:7px;
	overflow:hidden;
	/* background-color:#00ccff; */
	border-radius:25px;
}

.searchIconMenuBar img
{
	width: 100%;
}

.searchBox
{
	margin-right:0px;
	display:none;
}

.topnavScrolled .searchBox input
{
	float:left;
    width:170px;
    margin:5px 0px 5px 5px;
    padding:7px;
    font-size:inherit;
    font-family:inherit;
    color:#000;
    background-color:#fff;
    border:1px solid #ccc;
    border-right:0px solid white;
    border-radius:5px;
}


.searchBox input
{
	float:left;
    width:170px;
    margin:5px 0px 5px 5px;
    padding:7px;
    font-size:inherit;
    font-family:inherit;
    color:#000;
    background-color:#fff;
    border:1px solid #ccc;
    border-right:0px solid white;
    border-radius:5px;
}

.searchBox input[type='submit']
{
	float:left;
    width:auto;
    margin:5px 5px 5px 0px;
    padding:7px;
	font-family:inherit;
	font-weight:bold;
	cursor:pointer;
	color:#000;
	background:#FFCC00;
    /* border:0px solid white; */
    /* border-top:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid white; */
    border-radius:0px 5px 5px 0px;
}

.topnavScrolled .searchBox
{
	/* margin:0;
	padding:0; */
	/* border:2px solid #00cbff; */
	/* border-radius:5px 5px 5px 5px; */
}

.topnavScrolled .searchBox input
{
	margin:0;
	padding:7px;
	color:rgba(0,0,0,0.8);
	/* border:1px solid #fff;
	border-radius:0px; */
}

.topnavScrolled .searchBox input[type='submit']
{
	float:right;
	margin:0px;
	padding:7px;
	color:#000;
	background:#ffcc00;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-radius:0px 5px 5px 0px;
	outline:0;
}

.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;

}



.accordion4,.accordion5
{
	width:100%;
	margin:0px 0px 3px 0px;
	padding:10px 10px 10px 0px;
	color:#000;	
	background:none;
 	cursor:pointer;
	text-align:left;
	font-size:16px;
	border-radius:0px;
	border-bottom:1px solid #eee;
	font-weight:bold;
}

.accordion4 span,.accordion5 span
{
	font-size:22px;	
	color:#00cbff;
	display:none;
}

.accordion4:after
{	
	content: '\25BD';
	color: #000;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.accordion5:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activeMenu:after
{
	content: "\25B3";
}

.activeMenu, .accordion4:hover 
{
	/*background: #6792B9;*/
}

.accordion5:hover 
{
	background: #6792B9;
}

.panel2
{
	padding:5px 10px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 0px 0px;
}	


.panel2 a
{
	color:#000;
	font-size:14px;			
}


.panel2 a:hover
{
	color:#ccc;	
}

.leftButton
{
	background:none;
	color: #000;		
	cursor: pointer;
	padding:10px 10px 10px 0px;
	width:100%;
	border: none;
	text-align: left;
	/*font-size: 26px;*/
	border-radius:0px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
	border-bottom:1px solid #f2f2f2;
	font-weight:bold;
}	



.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.leftButton img
{
	display:none;		
}

.accordion4  img,.accordion5  img
{
	display:none;
}

.mobileOnly
{
	display:none;
}
	
button
{
	background:#fff;
	border:0px solid #fff;
}


.registerButton
{
    box-sizing: border-box;
    background: #646f6f;

    background: -moz-linear-gradient(top, #646f6f 0%, #0fe7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#0fe7dc));
    background: -webkit-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: -o-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: -ms-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#0fe7dc',GradientType=0 );
    background: linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: linear-gradient(10deg, #646f6f, #0fe7dc);
    background: linear-gradient(to right, #0099CC, #00CCFF);

	margin: 15px auto;
	padding: 8px 16px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	transition: 0.5s;
	letter-spacing: 1px;
	font-family: 'century gothic',calibri,verdana,arial;
	font-weight: normal;
	color:#fff !important;
	border-radius: 10px;
	display:table;
	line-height: 1.8;
}

.registerButton:active
{
	transform: translateY(6px);
	outline: none;
}

.registerButton:focus
{
	outline: none;
}

.registerCommonButton
{
	display:inline-block;
	margin:0px 10px;

}

/** Not Logged ***/

.MenuOverlay
{
	height:100%;
	width:0%;
	position:fixed;
	z-index:99999;
	top:0;
	right:0;
	background:#fff;
	overflow-x:hidden;
	transition:0.5s;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}
	
.paymentButton
{
	background:#00cbff;
	color:#000;
	padding:8px 8px;
	border-radius:5px;
	cursor:pointer;
}

.registrationButton
{
	margin:0;
	display:block;

	padding:7px 21px !important;
	font-weight:bold;
	border-radius:50px !important;
	transition:0s;
	opacity:1;

	padding:5px 10px;
	/* background:#00ccff !important; */
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%) !important;
	color:#fff !important;
	letter-spacing:1px;	

	/* border:1px solid #fff; */
}

.topnavScrolled .registrationButton
{
	width:auto;
	margin:0px 0px 0px 10px;
	padding:7px 21px !important;
	padding:3px 21px !important;
	font-weight:bold;

	border-radius:50px !important;
	display:block;
	opacity:1;
	transition:0s;

	padding:5px 10px;
	color:#000;

	/* background:#00ccff !important; */
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	/* border:1px solid #00ccff; */
	color:#fff !important;
}

.loginButton
{
	margin:6px 5px;
	padding:10px 30px !important;
	color:#fff;
	font-weight:bold;
	background-color:#0099cc;
	border-radius:5px !important;
	border:0px solid white;
	transition:0s;
}

.joinUsButton
{
	font-weight:bold;
	cursor:pointer;

	/*background-color:#00cbff !important;
	color:white !important;*/

	width:auto;
	height:auto;
	display:block;

	padding:7px 21px !important;
	margin:0px 10px 0px 20px;

	background-color:#fff !important;

	/* color:#00ccff !important; */
	color:#2A82A6 !important;
	/* border:1px solid #00ccff; */
	border:1px solid #D4E1FA;

	letter-spacing:1px;	

	border-radius:50px !important;
	opacity:1;
	transition:0s !important;	
}

.topnavScrolled .joinUsButton
{
	width:auto;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:3px 21px !important;
	opacity:1;
	display:block;

	border:1px solid #D4E1FA;
	background-color:#fff !important;
	/* color:#00ccff !important; */
	color: #2A82A6;

}

.topnavScrolled a
{
	color:rgba(0,0,0,0.8);
}


.topnavScrolled .loginButton
{
	width:auto;
	padding:3px 21px !important;
	color:white !important;
	background-color:#00cbff !important;
	border:2px solid #00cbff;
}

.topnavScrolled .dropdown .dropbtn
{
	padding:9px 12px;
	color:rgba(0, 0, 0, 0.8) !important;
}

.topnavScrolled .logoWhite
{
	width:0;
	left:-100%;
}

.topnavScrolled .logoColor
{
	/*width:55%;
	max-width:180px; Vikas*/
	height:45px;
	width:auto;
	left:0;
}

.navbarInoutBox
{
    float:right;
    width:auto;
    transition:0.2s;
    overflow:auto;
}

.topnavInput
{
	float:left;
	width:180px;
	margin:5px;
	padding:7px;
	font-size:inherit;
	font-family:inherit;
	color:white;
	background-color:rgba(255,255,255,0.3);
	border:2px solid white;
	border-radius:5px;
}

.topnavInput:focus, .topnavInput:active
{
	outline:none !important;
}

.topnavInput::placeholder
{
	color:rgba(255,255,255,0.6);
}

.topnavScrolled .navbarInoutBox
{
	width:0;
	display:none;
}


.topnavScrolled .topnavInput::placeholder
{
	color:rgba(0, 0, 0, 0.5);
}

.showNavbarInputBox
{
	float:right !important;
	width:auto !important;
	overflow:auto !important;
}

.hideJoinUsButton
{
	width:0 !important;
	height:0 !important;
	padding:0 !important;
	margin:0 !important;
	display:none !important;
}

.bannerText
{
	width:1200px;
	height:auto;
	max-width:100%;
	margin:70px auto;
	text-align:center;
	color:white;
	font-size:2.5em;
	font-weight:bold;
	line-height:1.5;
	overflow:auto;

	z-index:9;
	position:relative;
}

.bannerTextAfterLogin
{
	bottom:-145px;
}

.bannerHeadingText
{
	width:60%;
	margin:0px 20%;	
}

.bannerHeadingText input
{
	float:left;
	width:44%;
	padding:15px 0px;
	margin:10px 3% 30px 3%;
	color:#fff;	
	font-size:17px;
	font-weight:bold;
	box-sizing:border-box;
	border:1px solid #fff;	
	border-radius:5px;
	cursor:pointer;
	-webkit-appearance:none;
}

.bannerHeadingText div
{
	clear:both;	
	margin:40px 0px;
}

.bannerHeadingText a
{
	float:left;
	width:44%;
	margin:10px 3% 30px 3%;
	padding:10px 0px;
	font-size:18px;
	color:#fff;	
	box-sizing: border-box;
	border:1px solid #fff;	
	border-radius:5px;
	cursor:pointer;	
}

.bannerHeadingText .button2
{
	color:#000;		
	background:#FFCC00;
	border:1px solid #FFCC00;		
}

.bannerHeadingText .button3
{
	color:#000;		
	background:#00CCFF;
	border:1px solid #00CCFF;		
}

.bannerVideoContainer
{
	float: left;
	width: 50%;
	padding: 40px 0 40px 5%;
	box-sizing: border-box;
}

.videoBox
{
	width:100%;
	height:330px;
	margin:15px 0;
	overflow:hidden;
	position:relative;
	display:none;
	border-radius:10px;
}

.bannerPoster
{
	width: 100%;
	height: 300px;
	margin: 15px 0;
	background-image: url('https://www.aupair.com/pics/TEST/newStartPage/posterNew.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 10px;
}

.pulse-button
{
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	color: white;
	line-height: 80px;
	font-size: 25px;
	text-align: center;
	border: none;
	box-shadow: 0 0 0 0 rgba(0, 203, 255, 0.7);
	border-radius: 50%;
	background-color: #00cbff;
	cursor: pointer;

	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover
{
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

@-webkit-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);

	}
}

@-moz-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@-ms-keyframes pulse
{

	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

.displayNone
{
	display:none;
}

.displayBlock
{
	display:block;
}

.afterBannerBox
{
	margin:20px 0px;
	display:table;
}

.afterBannerBox div
{
	width:23%;
	float:left;
	text-align:center;
	padding:30px 5% 20px 5%;
	background:url("images/correct.jpg") no-repeat;
	background-position:top center;
}

.afterBannerButton
{
	margin:0px 10%;
}

.afterBannerButton a
{
	float:left;
	width:44%;
	margin:0px 2%;
	padding:10px 1%;
	color:#000;
	text-align:center;
	display:block;
	background:#00CCFF;
	box-sizing:border-box;
	border:1px solid #00CCFF;
	border-radius:5px;

}



.listBullet ul li:before
{
	content:"";
	width:15px;
	height:14px;
	margin:0px 10px 0px 0px;
	display:inline-block;
	background-image:url('images/bullet15x15.png');
}

b
{
	opacity: 0.7;
}




button.NEWaccordion
{
	width: 100%;
	margin-bottom: 2px;
	padding: 14.5px;
	color: rgba(255,255,255,0.9);
	text-align: left;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: rgba(11, 15, 41, 0.65);
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
}

button.NEWaccordion.active, button.NEWaccordion:hover
{
	background-color: rgba(11, 15, 41, 0.85);
}

button.NEWaccordion:after
{
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

button.NEWaccordion.active:after
{
	content: "\00D7";
}

div.NEWpanel
{
	max-height: 0;
	padding: 0px 18px;
	background-color: transparent;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.quickOverviewList
{
	width: 100%;
}

.quickOverviewBox
{
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.95em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.25px;
}

.quickOverviewBox span
{
	margin:-15px auto;
	font-size:3.5em;
	font-weight:bold;
	color:#00cbff;
	display:block;
}

.whyShouldYou_Paragraph
{
	padding:0 25px;
}

.storyImageBox
{
	width:100%;
	height:280px;
	background:#fff;
	overflow:hidden;

	
}


.blogModuleSet
{
	width:100%;
	overflow:auto;
}

.blogModuleUnit
{
	float:left;
	width:30%;
	margin:0 1.5%;
	padding:20px;
	padding:0px 0px 20px 0px;
	box-sizing:border-box;
	background-color:#f6f6f6;
	border-radius:5px;
	border-radius:0px;
	color:rgba(0,0,0,0.8);
	line-height:1.5;
	font-size:0.95em;
	text-align:center;
}

.blogImgaeBox
{
	width:100%;
	height:235px;
	overflow:hidden;
}

.blogContent
{
	padding:0px 20px;
	height:300px;
	text-align:left;
}


.svg-white
{
	fill: #fff;
}

.countryBackground
{
	background-size:cover;
	background-position: center center;
}

.countryBoxUnit:hover .countryBoxText, .countryBoxUnit:active .countryBoxText
{
	bottom:0%;
}

.displayCountryDiv
{		
	display:table;
	padding:8px 1%;
	width:96%;
	border:0px solid #f2f2f2;
	background:#FBFCFD;	
	border-radius:5px;
	margin:5px 1%;
}

.hideCountryDiv
{		
	display:none;
}


/***FOOTER***/

.alternativeFooterContainer h1,
.alternativeFooterContainer h2,
.alternativeFooterContainer h3
{
	color:white;
}

footer
{
	width:100%;
	padding-bottom:0px;
	color:#fff;

	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	/* background-image: linear-gradient(#006699, #00cbff); */
}

.footerBg
{
	width:100%;
	padding-bottom:40px;
	color:#fff;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );
	background-image: linear-gradient(#006699, #00cbff);
}

footer strong
{
	display:block;
	margin:19px 0px;
	color:#fff;
	font-size:1.5em;
}

footer a
{
	color:#fff;
	font-size:0.9em;	
}

.footerBg h1
{
	color:#fff;
	font-size:1.5em;
}

.footerBg a
{
	color:#fff;
	font-size:0.9em;	
}

footer span
{
	font-size: 16px;
}

footer .footerSpanHeading
{
	color:#E7E7E7;
	font-size:12px;
	text-transform: uppercase;
}

.footerBox1 strong,.footerBox2 strong,.footerBox3 strong
{
	color: #E7E7E7;
	font-size: 14px;
	text-transform: uppercase;
}

.topFooter
{
	display: table;
	width:1200px;
	max-width: 100%;
	margin:0px auto;
	padding:30px;
}

.topFooter strong
{
	width:50%;
	float:left;
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

.footerBox1
{
	float:left;
	width: 30%;
	padding: 10px 1.5%;
	box-sizing: border-box;
	font-size:0.95em;
	line-height:30px;
}

.footerBox2
{
	float:left;
	width: 23%;
	padding: 10px 1.5%;
	box-sizing: border-box;
}


.footerBox2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerBox2 ul li
{
	margin-bottom: 4px;
	padding-left: 0;
	line-height: 1.4;
}

.footerBox2 li:before
{
	content:"\00203A";
	padding-right:8px;
	color:inherit;
	opacity:0.8;
	font-size:1.2em;
}

.footerBox1 .button
{
	margin-top: 25px;
	padding: 15px 50px;
	display: inline-block;
	background-color:#00CCFF;
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
	font-size: inherit;
	font-family: inherit;
	color: #444;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 100px;
}

.bottomFooter
{
	margin:20px 0px 0px 0px;
	/* background:#fff; */
	padding:15px 0px
}

.footerBox3
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	/* color:#00ccff; */
	color:#FFFFFF80;
	text-align:right;
}

.footerBox3 a
{ 
	font-size:13px;
	color:#444;
	color:#FFFFFF80;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	/* border-right:1px solid #ddd;	*/
}


/***
.socialBox
{
	clear:both;
	margin:30px 0px 10px -5px;
}

.socialBox h2
{
	margin:15px 0px 0px 0px;
	color:#f2f2f2;
	font-size:1.5em;	
}

.socialBox img
{
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.2s;
}

.socialBox img:hover
{
	background:#0098CB;
}
***/


.socialBox
{
	/* clear:both; */
	/* margin:30px 0px 10px -5px; */
	/* display:table; */
	/* width:50%; */
	float:right;
	margin:10px 0px;
	padding:0px;
	clear:none;
	box-sizing:border-box;
}

.socialBox h2
{
	margin:15px 0px 0px 0px;
	color:#f2f2f2;
	font-size:1.5em;	
}

.socialBox img
{
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.2s;
}

.socialBox img:hover
{
	background:#0098CB;
}


.socialFb
{
	/* float:left; */
	display:table;
	width:11px;
	height:26px;
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -19px -47px;
}

.socialYoutube
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -52px -47px;
}

.socialInsta
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -31px -47px;
}

.socialLinkedIn
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -122px -47px;
}

.socialTwit
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -73px -47px;
}

.socialPin
{
	/* float:left; */
	display:table;
	width:20px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') 0px -47px;
}

.socialXing
{
	/* float:left; */
	display:table;
	width:23px;
	height:24px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 15px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -170px -48px;
}

.socialVk
{
	/* float:left; */
	display:table;
	width:28px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 0px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -143px -47px;
}

.socialBox a
{
	margin: 0px 20px 0px 0px;
	float: left;
}

.alternativeFooterContainer_1200
{
	width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.alternativeFooterTopBox
{
	width: 100%;
	padding-bottom: 140px;
	box-sizing: inherit;
	background-color: #006699;
	position: relative;
}

.alternativeFooterContainer 
{
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	color: white;
	font-size: 0.95em;
}

.alternativeFooterContainer h1,
.alternativeFooterContainer h2,
.alternativeFooterContainer h3
{
	margin: 15px 0;
	font-size: 1.6em;
	opacity: 0.9;
}

.alternativeFooterContainer a
{
	color: inherit;
}

.alternativeFooterContainer a:hover
{
	color: #00cbff;
	transition: 0.5s;
}

.alternativeFooterBottomBox
{
	width: 100%;
	padding-top: 10px;
	box-sizing: inherit;
	background-color: #006699;
	text-align: center;
}

.box_30
{
	width: 30%;
	padding: 10px 1.5%;
	box-sizing: border-box;
}

.box_23
{
	width: 23%;
	padding: 10px 1.5%;
	box-sizing: border-box;
}

.alternativeFooterList
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.alternativeFooterList li
{
	margin-bottom: 4px;
	padding-left: 0;
	line-height: 1.4;
}

.alternativeFooterList li:before
{
	content: "›";
	padding-right: 8px;
	color: inherit;
	opacity: 0.8;
	font-size: 1.2em;
}

.alternativeFooterContactUsButton
{
	margin-top: 25px;
	padding: 15px 35px;
	display: inline-block;
	background-color: #00cbff;
	font-size: inherit;
	font-family: inherit;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px;
}

.alternativeFooterContactUsButton,
.alternativeFooterContactUsButton:hover
{
	color: white !important;
}

.alternativeFooterContainer p
{
	margin: 5px 0;
}

.socialMediaIconUnit
{
	float: none;
	width: 60px;
	height: 60px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	transition: 0.2s;
}

.socialMediaIcons
{
	padding-bottom: 30px;
}

.socialMediaIconUnit img
{
	width: 100%;
	height: auto;
}

.FooterLanguageContainer
{
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul.footerLanguageSelector
{
	padding-left: 0;
	list-style-type: none;
}

ul.footerLanguageSelector li
{
	margin: 0 10px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 0.95em;
}

.readMoreStory
{
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.readMoreStory a
{
	color:#6792B9;
	background:-webkit-linear-gradient(330deg, #646f6f 0%, #00cbff 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-transform:uppercase;
	font-weight:bold;
}

.ofTurquoiseGradientFont
{
	color:#6792B9;
	background:-webkit-linear-gradient(330deg, #646f6f 0%, #0fe7dc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table.magpinktable
{
	width:100%;
	margin:0 auto;
	table-layout:fixed;
}

table.magpinktable th, table.magpinktable td
{
	border-bottom: 1px solid #646f6f;
}

table.magpinktable tr:nth-child(even)
{
	background-color: transparent
}

table.magpinktable tr:hover
{
	background-color: transparent;
}

table.magpinktable tr:nth-child(even):hover
{
	background-color: transparent;
}

.wideSubpageHeadingContainer
{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.wideSubpage_1200
{
	width: 1200px;
	margin: 25px auto;
	max-width: 100%;
	padding: 0 1%;
	box-sizing: border-box;
}

.wideSubpageHeadingContainer h1
{
	margin: 60px 0 20px 0;
	font-size: 5em;
	line-height: 1.5;
	color: inherit;
}

.wideSubpageHeadingContainerSubtitle
{
	width: 80%;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.mySlides
{
	transition: 1s;
	position: absolute;
	overflow: auto;
}

.slideshow-container
{
	width: 1200px;
	height: 100px;
	max-width: 100%;
	margin: 25px auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.slideshow-container-inner
{
	min-width: 100%;
	position: absolute;
	left: 0;
}

.prev, .next
{
	width: 50px;
	height: 50px;
	margin-top: -20px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition: 0.6s ease;
	user-select: none;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 40%;
}

.prev
{
	left: 15px;
}

.next
{
	right: 15px;
}

.prev:hover, .next:hover
{
	background-color: rgba(0,0,0,0.8);
}

.slidingUnitBox
{
	float: left;
	width: 96%;
	margin: 15px 2%;
	position: relative;
	box-sizing: border-box;
}

.displayDisabled
{
	cursor: not-allowed;
	opacity: 0.2;
}

/***SEARCH RESULTS STYLES***/

.SearchResults_Dark_Scroll::-webkit-scrollbar
{
	width: 5px;
}

.SearchResults_Dark_Scroll::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 5px grey;
	background-color: rgba(103, 146, 185, 0.5);
	border-radius: 15px;
}

.SearchResults_Dark_Scroll::-webkit-scrollbar-thumb
{
	background: rgba(103, 146, 185, 0.8);
	border-radius: 10px;
}

.SearchResults_Dark_Scroll::-webkit-scrollbar-thumb:hover
{
	background: rgba(103, 146, 185, 1);
}

.searchResultsContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 25px auto;
	overflow: auto;
}

.searchResultsCriteriaContainer
{
	float: left;
	width: 28%;
	margin: 0 1%;
	overflow: auto;
	box-sizing: border-box;
}

.searchResultsUsersContainer
{
	float: left;
	width: 68%;
	margin: 0 1%;
	overflow: auto;
	box-sizing: border-box;
}

.searchResultsWhiteContainer
{
	width: 100%;
	margin: 15px 0;
	padding: 20px;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid rgba(0,0,0,0.1);
	overflow: auto;
}

.searchResultsUnitTwinBoxes
{
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
}

.searchResultUnitContentDescription
{
	max-height: 75px;
	overflow: auto;
	font-size: 1em;
	line-height: 1.5;
}

.SearchResultIcon
{
	margin: 0px 3px;
}

.searchResultsUnit40Box .SearchResultIcon
{
	float: right;
}

.searchResultsUnit60Box .SearchResultIcon
{
	float: left;
}

.searchResultsUnitBottomBox
{
	width: 100%;
	margin: 25px 0 5px 0;
	overflow: auto;
}

.searchResultsUnit60Box
{
	float: right;
	width: 60%;
}

.searchResultsUnit40Box
{
	float: right;
	width: 40%;
}

.searchResultsUnit40Box a
{
	width: 80%;
	margin: 0 0 0 20%;
	padding: 10px 5px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-align: center;
	border-radius: 15px;
}

.refineSearchButton
{
	width: 100%;
	padding: 10px 5px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-align: center;
	border-radius: 15px;
}

.flagOnImg
{
	width: 30px;
	height: 30px;
	padding: 4px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	top: 10%;
	right: -2%;
}

.searchResultsCriteriaHeading
{
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.searchResultsCriteriaBoxRecord
{
	display: block;
}

.searchResultsCriteriaDropdown, .searchResultsCriteriaTextBox
{
	float: none;
	width: 100%;
	margin: 10px auto;
	padding: 11px 16px;
	font-size: inherit;
	color: inherit;
	line-height: 1.5;
	font-family: inherit;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #6792B9;
	border-radius: 10px;
}

.searchResultsCriteriaTextBox
{
	float: left;
	width: 48%;
	margin: 10px 1%;
}

.searchResultsCriteriaDropdown:focus, .searchResultsCriteriaDropdown:active,
.searchResultsCriteriaTextBox:focus, .searchResultsCriteriaTextBox:active
{
	outline: none;
}

.countryBoxText::-webkit-scrollbar
{
	width: 5px;
}

.countryBoxText::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 5px grey;
	background-color: rgba(0,0,0, 0.5);
	border-radius: 15px;
}

.countryBoxText::-webkit-scrollbar-thumb
{
	background: rgba(0, 203, 255, 0.8);
	border-radius: 10px;
}

.countryBoxText::-webkit-scrollbar-thumb:hover
{
	background: rgba(0, 203, 255, 1);
}

.accordion
{
	background-color:#fff;
	color: #000;
	cursor: pointer;
	padding:12px 0px;
	border-bottom:1px solid #f2f2f2;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;	
	font-weight:bold;	
}

.active
{
}

.accordion:after
{
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-right:10px;
}

.accordionFaq
{
	background-color:#fff;
	color:#000;
	cursor: pointer;
	padding:18px 0px;
	border-bottom:1px solid #f2f2f2;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;	
	font-weight:bold;	
}

.active
{
	color:#00ccff;	
}

.accordionFaq:after
{
	content: '\002B';
	color: #000;
	font-weight: bold;
	float: right;
	margin-right:10px;	
}


.active:after
{
	content: "\2212";
}

.panel
{
	padding:0px 0px;;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panelContent
{
	line-height:26px;
	padding:10px;		
}

#navbar
{
	width:92%;
	padding:10px 4% 0px 4%;
	background:#fff;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	transition:top 0.3s;
	z-index:50;
}

.indexUnitBox
{
	float:left;
	width:30%;
	min-height:150px;
	margin:20px 1.5%;
	font-size:inherit;
	text-align:center;
	background-color:white;
	box-sizing:border-box;
	box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
}

.indexUnitBoxBanner
{
	width:100%;
	min-height:210px;
	padding:50px 10px 10px 10px;
	font-weight:900;
	font-size:1em;
	font-family:inherit;
	color:#fff;
	line-height:1.5;
	text-align:center;
	text-shadow:2px 2px 10px #000;
	text-transform:uppercase;
	box-sizing:border-box;
}
.indexUnitBoxBanner span
{
	margin:10px auto;
	font-size:2em;
	text-align:center;
	line-height:1;
	display:block;
}
.indexUnitBoxText
{
	min-height:250px;
	padding:30px 10% 70px 10%;
	line-height:1.5;
	box-sizing:border-box;
	position:relative;
}
.indexUnitBoxTextReadMore
{
	width:80%;
	position:absolute;
	bottom:25px;
}
.indexUnitBoxTextReadMore a
{
	color:#00b6ff;
}
.indexUnitBoxTextInner
{
	height:150px;
	overflow:hidden;
}



/****/

.MagMenuBox
{
	float: left;
	width:30%;
	min-height:150px;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
	font-family:century gothic,calibri,verdana,arial;
	box-sizing:content-box;
	line-height:1.5;
}

.MagMenuBoxIMG
{
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.MagMenuBoxBody
{
	width:80%;
	min-height:100px;
	margin-top:-40px;
	margin-left:5%;
	margin-right:5%;
	padding:5%;
	background-color:white;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:1;
}


.MagMenuBoxBody a.button
{
	display:inline-block;
	line-height:1;
	font-size:15px;
	font-family:century gothic,calibri,verdana,arial;
	background-color:transparent;
	padding:10px 10px;
	border-style:solid;
	border-width:0px;
	border-radius:5px;
	border-color:#5593cb;
	margin:20px auto 0px auto;
	color:#5593cb;
	text-decoration:none;
	position:absolute;
	right:10px;
	bottom:10px;
}

.heartContainer
{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.human-heart
{
	animation: 2.5s infinite beatHeart;
}



.search-box
{
    position: relative;
}

.suggestions
{
    border: 1px solid #9b9797b3;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 25%;
    right: 15.4%;
    background-color: #ffffffe0;
    z-index: 1000;

    display: none;

	border-radius: 0px 0px 4px 4px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
}

.suggestion-item
{
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #9b9797;
    color: #333;
}

.suggestion-item:last-child
{
    border-bottom: none;
}

.suggestion-item:hover
{
    background-color: #e9ecef;
}

.suggestion-item:active
{
    background-color: #e9ecef;
}

.suggestion-item:focus
{
    background-color: #e9ecef;
}

.suggestions.show
{
    opacity: 1;
    transform: translateY(0);
}

@keyframes beatHeart
{
	0%
	{
		transform:scale(1);
	}
	10%
	{
		transform:scale(1.1);
	}
	20%
	{
		transform:scale(1);
	}
	80%
	{
		transform:scale(1);
	}
	90%
	{
		transform:scale(1.1);
	}
	100%
	{
		transform:scale(1);
	}
}



/***MEDIA QUERIES***/

@media screen and (max-width:1200px)
{
	.startPageContainerSubcontainer
	{
		width:1000px;
	}

	.alternativeFooterContainer_1200
	{
		width: 1000px;
	}

	.topnavContainer
	{
		width:1000px;
	}

	.topnavScrolled .taglineBox
	{
		margin-top: 5px;
		font-size: 0.8em;
	}

	.newDefaultButton
	{
		width: 40%;
		margin: 65px 30% 15px 30%;
	}
}

@media screen and (max-width:1000px) 
{
	.topnav
	{
		display:block;
	}

	.topnav a:not(:first-child)
	{
		display:none;
	}

	.topnav a.icon
	{
		float:right;
		display:block;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.topnavScrolled .logoColor
	{
		max-width:200px;
	}

	.logoWhite
	{
		width:45%;
		max-width:300px;
		margin:0px;
	}

	.afterLoginFirst, .afterLoginSecond
	{
	    float:left;
	    width:auto !important;
	    margin-top:10px;
		margin-bottom:0px;
		margin-left:0px;
		padding-bottom:7px;
	}

	.loginFirstLogo, .loginSecondLogo
	{
		display:none !important;
	}

	.afterLoginFirst
	{
		display:block;
	}

	.topnavScrolled .afterLoginFirst
	{
		display:none;
	}

	.topnavScrolled  .afterLoginSecond
	{
	    margin-top:0px;
		display:block;
	}

	.taglineBox
	{
		max-width:200px;
		display:none;
	}

	.topnavScrolled .taglineBox
	{
		display:none;
	}

	.userMobileDisplay
	{
		width:70%;
		margin:0px auto;
		position:relative;
		font-size:12px;
		text-align:center;
		color:#000;
		display:table-cell;
		vertical-align:middle;
	}

	.topnavScrolled .userMobileDisplay
	{
		color:#000;
		vertical-align:middle;
	}



	.startPageContainerSubcontainer
	{
		width: 800px;
	}

	.alternativeFooterContainer_1200
	{
		width: 800px;
	}

	.bannerVideoContainer
	{
		float: none;
		width: 100%;
		padding: 40px 0 40px 0;
		box-sizing: border-box;
    }

	.videoBox
	{
		width:100%;
		height:auto;
		margin:15px 0;
		display: block;
		border-radius: 10px;
		overflow:hidden;
		position:relative;
	}

	.displayBlock
	{
		display:block;
	}

	.bannerPoster
	{
		display:none;
	}

	
	.startPageContainer_au_pair_picture
	{
		float: none;
		width: 80%;
		margin: 20px 10%;
	}

    .unitOf25Percent
	{
		width:50%;
		float:left;
		box-sizing:border-box;
	}

	.countryBoxText
	{
		overflow-y:scroll;
	}

/***
	.countryBoxUnit:hover .countryBoxText 
	{
		bottom:0%;
	}
***/

	.countryBoxUnit
	{
		float: left;
		width: 50%;
		height: 250px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}

	.box_23
	{
		width: 50%;
		padding: 10px 1.5%;
		box-sizing: border-box;
	}

	.box_30
	{
		width: 50%;
		padding: 10px 1.5%;
		box-sizing: border-box;
	}


	.dropdown .dropbtn
	{
		color:#000;
		padding-top:0px;

		padding-bottom:0px;
		margin:0px;
		padding-left:0px;
		font-size:14px;
	}

	.menuContentHolderBottonRowDropdowns
	{
		display:none;
	}

	.topnav.responsive
	{
		background:rgba(0, 152, 203, 1);
		background-color:rgba(86,176,207,1);
	}

	.topnav.topnavScrolled.responsive
	{
		background:white;
	}

	.topnav.responsive .dropbtn:hover
	{
		letter-spacing:1px;
	}

	.topnav.responsive a
	{
		float:none;
		width:100%;
		display:block;
		text-align:left;
	}

	.topnav.responsive a.icon
	{
		float:right;
		width:30px !important;
		height:30px !important;
		display:block;
		text-align:center;
	}

	.topnav.responsive .menuContentHolderBottonRow
	{
		overflow:hidden;
	}

	.topnavScrolled.responsive .menuContentHolderBottonRow
	{
		width:100%;
	}

	.topnav.responsive .menuContentHolderUpperRow,
	.topnavScrolled.responsive .menuContentHolderUpperRow
	{
		width:100%;
		margin-top:0px;
		box-sizing:border-box;
		overflow:hidden;
		display:table;
	}

	.menuContentHolder .menuContentHolderBottonRow
	{
		margin-top:2px;
		padding-top:2px;
		border-top:1px solid #FFCC00;
	}

	.topnav.responsive .registrationButton,
	.topnav.responsive .joinUsButton
	{
		float:right;
		width:auto;
		height:auto;
		margin:5px 2px !important;
		padding:4px 10px !important;
		color:#fff !important;
		background:none;
		background-color:#00ccff !important;
		border:none;
		box-sizing:border-box;
		display:table;
		opacity:initial;
	}

	.topnav.responsive .registrationButton:hover,
	.topnav.responsive .joinUsButton:hover
	{
		letter-spacing:1px;
		letter-spacing:initial;
	}

	.topnavScrolled.responsive
	{
		height:155px;
	}

	.topnavScrolled .flagMenu
	{
		display:table;
	}

	.dropdown .dropdown-content a
	{
		padding:8px 2%;
		font-size:13px;
		border-bottom:1px solid #ccc;
	}

	.dropdown .dropdown-content a:hover
	{
		color:#000 !important;
		background-color:#f6f6f6 !important;
	}

	.topnav.responsive .dropdown
	{
		float:left;
		height:auto;
		margin:0px 1% 0px 0px;
		transition:initial;
		display:table;
	}

	.topnav.responsive .dropdown:active,.topnav.responsive .dropdown:hover
	{
	}

	.topnav.responsive .mobileMenubar
	{
		display:none;
	}


	.topnav.responsive .dropdown .dropbtn
	{
		float:left;
		width:auto;
		margin:8px 0px;
		padding:15px 5px 20px 5px;
		padding:0px 5px 0px 5px;
		text-align:left;
		display:inline-block;
		border-left:0;
	}

	.topnav.responsive .dropbtn:hover
	{
		letter-spacing:initial;
	}

	.topnav.responsive .dropdown .dropbtn:hover,
	.topnav.responsive .dropdown .dropbtn:active
	{
	}

	.topnav.responsive .dropdown-content
	{
		position:absolute;
		top:92%;
		top:99%;
	}

	.topnav.responsive .dropdown-content,
	.topnavScrolled.responsive .dropdown-content
	{
		width:100px;
		height:100%;
		margin-left:0;
		background-color:transparent;
		background:#aaa;
		background:#fff;
		position:absolute !important;
		left:0px !important;
		overflow:hidden !important;
		box-sizing:border-box;
		border-left:0px solid #00cbff;
		box-shadow:none;

		border-bottom:0px solid #00cbff;
		border-bottom:2px solid #bbb;
	}

	.topnav.responsive .dropdown-content a
	{
	}

	.topnavScrolled.responsive .dropdown-content a
	{
		color:rgba(0, 0, 0, 0.8);
	}

	.topnav.responsive .dropdown-content a:hover
	{
		color:white;
		background-color:rgba(0,0,0,0.3);
	}

	.topnavScrolled.responsive .dropdown-content a:hover
	{
		background-color:rgba(0, 203, 255,0.3);
		color:rgba(0, 0, 0, 0.8);
	}

	.topnavScrolled.responsive .menuContentHolder,
	.topnav.responsive .menuContentHolder
	{
		float:none;
		width:100% !important;
	}

	.topnavScrolled.responsive .menuContentHolderBottonRowDropdowns,
	.topnav.responsive .menuContentHolderBottonRowDropdowns
	{
		width:100% !important;
	}

	.topnavScrolled.responsive .dropdown-content,
	.topnav.responsive .dropdown-content
	{
		width:100%;
		max-width:100%;
	}

	.topnavScrolled .logoHolder,
	.logoHolder
	{
		width:100%;

		display:table;
	}

	.topnavScrolled .menuContentHolder,
	.menuContentHolder
	{
		width:0%;
		display: none;
	}


	.accordion4,.accordion5 
	{
		background: #fff;
		color:none;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:8px;
		font-weight: unset;
	}

	.accordion4  img,.accordion5  img
	{
		height:22px;
		float:left;	
		padding:0px 5px 0px 0px;
		display:block;		
	}

		
	.leftButton img
	{
		height:20px;	
		float:left;			
		padding:5px 5px 0px 0px;	
		display:block;		
	}		


	.accordion4 span,.accordion5 span
	{
		display:inline;
	}

	.activeMenu, .accordion4:hover 
	{
		background:none;
	}

	.activeMenu, .accordion5:hover 
	{
		background:none;
	}


	.leftButton
	{
		background: #fff;		
		/*color: #0066cc;*/
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:6px;
		font-weight:normal;
	}

	.leftButton span
	{
		font-size:22px;	
		color:#ccc;
		display:inline-table;	
	}

	.accordion4	:after
	{	
		color: #ccc;
	}
	.accordion5:after
	{	
		color: #ccc;
	}

	.mobileOnly
	{
		display:table;
	}

	/*** For Not logged ***/
	.mobileMenu
	{
		display:block;
	}

	.desktopMenu
	{
		display:none;
	}

	#navbarInoutBoxContainer
	{
		display:none;
	}

	#searchBox
	{
		display:none;
	}

	.searchIconMenuBar
	{
		display:none;
	}

	.joinUsButton
	{
		display:block !important;
	}

 	.blogModuleUnit
	{
		width:70%;
		margin:15px 15%;
	}

	.topFooter
	{
		padding: 0px;
		width: 80%;
		margin: 10px 10%;
		padding: 10px 1.5%;
	}

	.topFooter strong
	{
		float: left;
		width: 100%;
		text-align: center;
		margin:10px 0px 10px 0px;
	}

	.topFooter .socialBox
	{
		float: none;
		clear: both;
		/* margin: 30px 0px 10px -5px; */
		/* display: table; */
		width: 100%;
	}

	.socialBox a
	{
		float: left;
		margin: 0px 4% 0px 0px;
		width: 15px;
	}
}

@media screen and (max-width:850px)
{
	.indexUnitBox
	{
		width:47%;
		margin:20px 1.5%;
	}
}


@media screen and (max-width:750px)
{
	.MagMenuBox
	{
        width: 47%;
    }
}


@media screen and (max-width:650px)
{

	.homeDefaultButton
	{
		font-size:14px;
		width: 100%;
		margin-bottom: 10px;
	}

	.homeDefaultButton2
	{
		font-size:14px;
		width: 100%;
	}

	.topnav
	{
		border-bottom:0px;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.logoWhite
	{
		margin-top:10px;
	}

	.dropdown-content
	{
	    border-top:2px solid #FFCC00;
	}

	.startPageContainerSubcontainer
	{
		width:450px;
	}

	.alternativeFooterContainer_1200
	{
		width:450px;
	}

	.unitOf25Percent
	{
		float:left;
		width:100%;
		box-sizing:border-box;
	}

	.unitOf25Percent_Text
	{
		height:unset;
		padding:0 10% 60px 10%;
		text-align:center;
		box-sizing:border-box;
		position:relative;
	}


	/*** Vip ***/

	footer
	{
		float: left;
	}

	.footerBox1 .button
	{
		width:auto;
	}

	.footerBox1, .footerBox2
	{
		width:80%;
		margin:10px 10%;
		padding:10px 1.5%;
		box-sizing:border-box;
	}

	.bottomFooter
	{
		margin: 0px;
		padding: 0px;
	}

	.footerBox3
	{
		width: 90%;
		margin: 0px 5% 10px 5%;
		padding: 10px 1.5%;
		box-sizing:border-box;
		/* display: block; */
	}
	
	.footerBox3 a
	{
		/* border-right:0px solid #fff;*/

		display: block;
		width: 48%;
		float: left;
		text-align: left;
		margin: 3px 1%;
		padding: 0px;
	}

	.box_23, .box_30
	{
		width:80%;
		margin:10px 10%;
		padding:10px 1.5%;
		box-sizing:border-box;
	}

	.bannerSimpleButtons a,
	.bannerElaborateButtons a
	{
		float:none;
		width:98%;
		margin:10px 1%;
		margin-left:1% !important;
		margin-right:1% !important;
	}

	.homeContainer h1
	{
		padding:0px 10px;
	}

	.blogModuleUnit
	{
		width:90%;
		margin:15px 5%;
	}

	.bannerText
	{
		margin:0px;
		padding:0px;
		font-size:2em;
		line-height:1.3em;
	}


	.bannerTextAfterLogin
	{
		bottom:10px;
	}

	/*** Vip ***/
	.innerPageTopHeaderBox
	{
		margin-bottom:-50px;
	}

	/*** Vip ***/
	.extraMargin
	{
		margin-bottom:70px;
	}

	.banner
	{
		display:none;
		height:auto;
	}

	.bannerSearchButton
	{
		margin:20px 0px 0px 0px;
	}

	.afterTopHeader
	{
		background:#ccc;
		height:65px;
	}

	/*** Vip ***/
	.innerPageBanner
	{
		height:auto;
	}

	.profileInnerPageBanner
	{
		display:block;
	}
		

	.bannerBackgroundColor
	{
		padding:5%;
		text-align:center;
	}	

	.innerBannerBackgroundColor
	{
		padding-top:135px;
		height:0;
		background-image:none !important;
	}

	.bannerBackgroundColor .bannerContent
	{
		/*display:none;*/
	}

	/*** Vip ***/
	.innerBgImageSection
	{
		background:rgba(0, 152, 203, 0.65);
	}

	.bannerHeadingText
	{
		width:90%;
		margin:0px 5%;
	}

	.bannerHeadingText div
	{
		margin:0px;
	}

	.bannerHeadingText p
	{
		margin:0px;
		padding:10px 0px;
	}

	.bannerHeadingText input
	{
		width:90%;
		margin:5px 5%;
	}

	.bannerHeadingText a
	{
		width:90%;
		margin:5px 5%;
		line-height:1.5em;
	}

	.newDefaultButton
	{
		width:80%;
		margin:65px 10% 15px 10%;
	}

	.underBannerBox
	{
		width:90%;
		margin:5px 5%;
	}

	.afterBannerBox div
	{
		width:100%;
		padding:30px 0px 30px 0px;
	}	

	.afterBannerButton
	{
		margin:0px;
	}

	.underBannerBox a
	{
		width:90%;
		margin:8px 5%;
		padding:10px 0px;									
	}
	
	.accordianContainer
	{
		width:90%;
	}

	.homeContentLeft
	{
		width:100%;
	}

	.homeContentLeft img
	{
		margin:0px;
	}

	.homeLeftContent
	{
		width:90%;
		margin:10px 0px;
		padding:0px 5%;
	}

	.homeRightContent
	{
		width:90%;
		margin:10px 0px;
		padding:0px 5%;
	}

	.homeContentRight
	{
		width:90%;
		margin:5px 5% 5px 5%;
	}

	.quickOverviewBox
	{
		width:100%;	
		margin:0px 0px 40px 0px;
	}	

	.testimonialListScroll
	{
		width:100%;
		overflow-x:scroll;	
		scrollbar-width:none;
	}
	
	.testimonialList
	{
		width:2600px;
		padding:20px 0px 0px 20px;;
		box-sizing:border-box;
	}
	
	.testimonialBox
	{
		width:300px;
		margin:0px 20px 0px 0px;
		z-index:1;
		display:block;
		position:relative;
	}
	
	.testimonialBox:last-child
	{
		margin:0px 0px 0px 0px;
	}

	.testimonialBox p
	{
		width:84%;
	}




	.testimonialBoxNew .imageBox
	{
    	width:100%;
		text-align:center;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
		max-height:250px;
		overflow:hidden;		
	
	}

	.testimonialBoxNew .imageBox img
	{
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	}


	.testimonialBoxNew .contentDiv
	{
		width:100%;
		padding:20px 0px 0px 0px;
	}
		
	.testimonialBoxNew h1
	{
		text-align:left !important;
	}


	.testimonialBox
	{
		/*width:90%;
		margin:10px 5%;
		border-radius:5px;
		display:none;*/
	}

	.testimonialBox:nth-child(odd)
	{
		/*display:block;*/
	}

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

	.aupairBoxNew
	{
		width:96%;
		margin:0px 2% 20px 2%;	
		padding:0px;	
	}

	.aupairBoxNew .imageBox
	{
		box-shadow:none;
	}

	.aupairBoxNew .imageBox
	{
		width:100%;
	}

	.aupairBoxNew .imageBox .imageDiv
	{
		max-height:300px;
		text-align:center;
	}



	.aupairBoxNew .contentDiv
	{
   		box-sizing: border-box;
	 	width: 94%;
		height: auto;
		margin:15px 3% 0px 3%;
		padding:0px;
	}
	
	.aupairBoxNew .bottomBox span
	{
		float:left;
		display:block;
		margin:10px 0px 10px 0px;
		font-size:13px;
		color:#444;
	}

	.aupairBoxNew .bottomBox .button
	{	
		background:#00ccff;
		font-size:14px;
		font-weight:bold;
		color:#000;
		padding:10px 15px;
		width:auto;
		float:right;
	}

	.firstPictureBackground
	{
		background-position:center top;
		background-attachment:initial;
	}

	.faqBox
	{
		width:88%;
		margin:20px 3% 0px 3%;

		width:84%;
		padding:0px 0% 0px 10%;
		background-position:3px 6px;
	}

	.relatedContentBox
	{
		width:86%;
		margin:15px 7%;
	}

	.indexUnitBox
	{
		width:80%;
		margin:20px 10%;
	}

	.indexUnitBoxTextInner
	{
		height:unset;
		overflow:auto;
	}
	.indexUnitBoxText
	{
		min-height:unset;
	}

	.registerCommonButton
	{	
		display:table;
		margin:15px 5%;
		width:90%;		
	}

	.topFooter
	{
		padding: 0px;
	}

	.homeContainerSmall
	{
		width: 100%;
	}

	.relatedContentBox a.button
	{
		width: 55%;
	}

}


@media screen and (max-width:550px)
{
	.MagMenuBox
	{
		width: 77%;
		margin-left: 11.5%;
		margin-right: 11.5%;
	}
}



@media screen and (max-width:500px) 
{
	.taglineBox
	{
		display:none;
	}

	.logoBox
	{
		width:10%;
		display:table-cell;
		vertical-align:middle;
		vertical-align:bottom;
	}

	.topnavScrolled .logoColor, .logoWhite
	{
		width:85%;
		max-width:230px;
	}

	.logoHolder
	{
		padding:0px 0px 10px 0px;
	}

	.topnavScrolled .loginFirstLogo, .topnavScrolled .loginSecondLogo
	{
		width:0% !important;
		display:none !important;
	}

	.afterLoginFirst,.afterLoginSecond
	{
		float:left;
		width:auto !important;
		margin-top:10px;
		margin-left:0px;
		margin-bottom:10px;
		padding-bottom:7px;

		width:100% !important;
		display:block;

		margin-top:0px;
		margin-bottom:0px;

	}

	.afterLoginSecond
	{
		display:none;
	}

	.topnavScrolled .loginFirstLogo, .topnavScrolled .loginSecondLogo
	{
		width:0% !important;
		display:none !important;
	}


	.topnavScrolled .afterLoginSecond
	{
		display:block !important;
	}

	.userMobileDisplay
	{
		width:70%;
		margin:0px auto;
		position:relative;
		font-size:12px;
		text-align:center;
		color:#000;
		display:table-cell;
		vertical-align:middle;
	}

	.topnavScrolled .userMobileDisplay
	{
		color:#000;
	}

	.topnavScrolled .afterLoginFirst
	{
		display:none;
	}

	.topnav
	{
		margin:0;
		padding:0;
	}

	.startPageContainerSubcontainer
	{
		padding:10px;
	}

	.alternativeFooterContainer_1200
	{
		padding:10px;
	}

	.topnavContainer
	{
		padding:10px;
		padding-top:0;
		padding-bottom:0;
		z-index:-1111;
	}

	.topnavScrolled .logoColor
	{
		margin-top:10px;
		max-width:180px;
	}

	.topnav .icon
	{
		margin-top:15px;

		display:table-cell;
	}

	.topnavScrolled .icon
	{
		margin-top:8px;

		display:table-cell;
	}

	.countryBoxUnit
	{
		float:left;
		width:100%;
		height:250px;
		box-sizing:border-box;
		position:relative;
		overflow:hidden;
	}

	.quickOverviewListUnit
	{
		float:none;
		width:100%;
		margin:10px auto;
	}

	.box_23, .box_30
	{
		width:90%;
		margin:10px 5%;
		padding:10px 1.5%;
		box-sizing:border-box;
	}
}

@media screen and (max-width:450px)
{
	.indexUnitBox
	{
		width:97%;
		margin:20px 1.5%;
	}
}


@media screen and (max-width:350px)
{
	.MagMenuBox
	{
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}