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

body a
{
	color:#00cbff;
	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, #646f6f 0%,#00cbff 100%);
	//background: linear-gradient(10deg, #646f6f, #00cbff);

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


.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;
}

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

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

.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;
}


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

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

.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;
}


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

header
{
	margin-top:-70px;
	height:700px;
	box-sizing:border-box;
	//background-image:url('images/back4.jpg');
	//background-image:url('images/back4.gif');
	//background:url('images/back4.gif');
	//background-size:cover;
	//background-position:center top;
	position:relative;

}

.banner
{
	margin-top:-70px;
	height:700px;
	box-sizing:border-box;
	//background-image:url('images/back4.jpg');
	//background-image:url('images/back4.gif');
	//background:url('images/back4.gif');
	//background-size:cover;
	//background-position:center top;
	position:relative;
}


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



.profileBannerRight
{
	margin-top:-20px;
}

.bannerBackgroundColor
{
    width:100%;
    height:100%;
    padding-top:160px;
    background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
    box-sizing:border-box;
	background-image: url('images/back4.jpg');
	background-position:center top;
}

/*** Vip ***/
.innerBannerBackgroundColor
{
	height:400px;
	background-position:bottom top;
}

/*** Vip ***/
.bannerBackgroundColor .bannerContent
{
	margin-top:-30px;
	z-index:1;
	position:relative;
	text-align:center;
}


.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: #f6f6f6;
	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;
	transition: 1s;
	box-sizing: border-box;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


.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:white;
	font-size:20px;
	line-height:30px;
	border:2px solid white;
	border-radius:10px;
	transition:0.1s;
	background:none;
	display:none;
}

.topnav .icon:hover
{
	color:white !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:white;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
}


.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
{
	color: white;
}

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

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

.topnavScrolled #flagMenu
{
	//display:none;
}

.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:40%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.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;
}

.topnavScrolled .logoHolder
{
	width:30%;
}

.userMobileDisplay
{
	display:none;
}

.menuContentHolder 
{
	float:right;
	width:60%;
	overflow:auto;
}

.topnavScrolled .menuContentHolder
{
	width:70%;
}

.menuContentHolderUpperRow
{
	float:none;
	width:100%;
	overflow:auto;
	position:relative;
}

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

.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;
	width:55%;
	margin:15px 0;
	position:relative;
	transition:0.2s;
}

.afterLoginFirst, .afterLoginSecond
{
	display:none;
}

.taglineBox
{
	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;
	height:20px;
	padding:13px 12px 12px 12px;
	overflow:hidden;
}

.topnavScrolled .searchIconMenuBar
{
	float:right;
	width:20px;
	height:20px;
	margin:0 10px;
	padding:7px;
	overflow:hidden;
	background-color:#646f6f;
	opacity:0.4;
	border-radius:25px;
}

.searchIconMenuBar img
{
	width: 100%;
}

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

.searchBox input
{
	float:left;
    width:180px;
    margin:5px 0px 5px 5px;
    padding:7px;
    font-size:inherit;
    font-family:inherit;
    color:#fff;
    background-color:rgba(255,255,255,0.3);
    border:2px solid white;
    border-right:0px solid white;
    border-radius:5px 0px 0px 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:#fff;
	background:#00cbff;
	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%;
}

.registrationButton
{
	width:0;
	margin:0px 0px 0px 10px;
	margin:0;
	padding:7px 21px !important;
	padding:0 !important;
	color:#00cbff !important;
	font-weight:bold;
	background-color:white !important;
	border-radius:5px !important;
	border:2px solid white;
	transition:0s;
	opacity:0;
	display:none;

	padding:5px 10px;
	color:#000;
	background:#00ccff !important;
	border:0;
}

.topnavScrolled .registrationButton
{
	width:auto;
	margin:0px 0px 0px 10px;
	padding:7px 21px !important;
	padding:3px 21px !important;
	font-weight:bold;
	color:white !important;
	background-color:#00cbff !important;
	border:2px solid #00cbff;
	border-radius:5px !important;
	display:block;
	opacity:1;
	transition:0s;

	padding:5px 10px;
	color:#000;
	background:#00ccff !important;
	border:0;
}

.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
{
	width:0;
	height:0;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	color:white !important;
	border:2px solid #00cbff;
	display:none;
	cursor:pointer;
	background-color:#00cbff !important;
	border-radius:5px !important;
	opacity:0;
	transition:0s !important;
}

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

.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;
	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: url(https://www.aupair.com/pics/startPageTest/poster2.jpg);*/
	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;
}

.underBannerBg
{
	margin-top:-25px;
	padding:20px 0px 40px 0px;
	background-color:#fdfdfd;
	position:relative;
	z-index:2;
	overflow:auto;
}

.underBannerBox
{
	width:900px;
	max-width:100%;
	margin:0px auto;
	padding:20px 0px;
	font-size:1.1em;
	line-height:1.5;
	text-align:left;
	box-sizing:border-box;
}

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

.underBannerBox ul
{
	list-style-type:none;
}


.underBannerBox .alternate
{
	background:#FFCC00;
	border:1px solid #FFCC00;
}

.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;

	//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);
}



.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;
}


.firstPictureBackground 
{
	color:white;
	background-image:url('images/back4.jpg');
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
}

.quickOverviewGradient
{
	background:linear-gradient(to bottom, rgba(108, 91, 123, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	padding:50px 0;
	overflow:hidden;
}

.howDoesItWorkGradient
{
	padding:75px 0px 100px 0px;
	//background: linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	overflow:hidden;
	position:relative;
	z-index:9;
}

.howDoesItWorkGradient h1
{
	color:#fff;
}

.howDoesItWork_MediumParagraph
{
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
}

.howDoesItWork_VideoBox
{
	width: 100%;
	min-height: 275px;
	margin: 0;
}

.howDoesItWork_VideoBox iframe
{
	border-width: 0;
}

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;
}

.unitOf25Percent
{
	float:left;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	background:#f2f2f2;
}

.unitOf25PercentAlternate
{
	background:#e4e4e4;
}

.unitOf25Percent img
{
	width:100%;
	//height:100%;
	position:relative;
	z-index:1;
}

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

	
}

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

.unitOf25Percent_Text_NoBox
{
	//background-color:#fff;
	//width:70px;
	//height:70px;
	//margin:-35px auto 10px auto;
	//position:relative;
	//z-index:2;
	//border-radius:50%;
}

img.unitOf25Percent_Text_NoBox
{
	width:60px;
	height:60px;
	margin:-30px auto 10px auto;
}

.unitOf25Percent_Text span
{
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	color:#0997BF;
}

.blogModule
{
	overflow: hidden;
	position: relative;
	padding-bottom:50px;

	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);

	color: white;
}

.blogModule h1
{
	color:#fff;	
}

.faqBox
{	
	float:left;
	width:44%;
	margin:35px 0px 0px 0px;
	padding:0px 2% 15px 4%;
	background-image:url('images/questionMark.png');
	background-repeat:no-repeat;
	background-position:20px 6px;
}

section.faqBox h2
{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:rgba(0,0,0,0.8);
	line-height:1.8;
}

.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;
}

.blogModuleUnit img
{
	width:100%;
}

.blogModuleUnit h2
{
	margin:10px auto;
	font-weight:normal;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit_Subject
{
	margin:10px auto;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit em
{
	margin-bottom:10px;
	font-size:0.9em;
	color:rgba(0,0,0,0.5);
}

.blogModuleUnit_Author
{
	margin-bottom:10px;
	font-size:0.9em;
	color:rgba(0,0,0,0.5);
}

.blogModuleUnit p
{
	
}

.blogModuleUnit_Summary
{
	font-size: 0.95em;
}

.blogModuleUnit 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;
}

.svg-white
{
	fill: #fff;
}

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

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

.countryBoxText
{
	width:100%;
	height:250px;
	padding:0 20px 20px 20px;
	color:white;
	font-size:0.95em;
	line-height:1.4;
	position:absolute;
	bottom:-71%;
	transition:1s;
	box-sizing:border-box;
	overflow:hidden;
	background:rgba(108, 91, 123, 0.65); /* Common */
	background:linear-gradient(to top, rgba(108, 91, 123, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108, 91, 123, 0.65)), color-stop(100%,rgba(11, 15, 41, 0.65))); /* Chrome,Safari4+ */
}

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

.countryBoxText span
{
	padding: 20px 10px;
	text-transform: uppercase;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
}

.countryBoxText a 
{
	margin: 15px 0;
	color: white;
	display: block;
}


/***FOOTER***/

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

footer
{
	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: linear-gradient(top, #00cbff 0%,#006699 100%);
	//background: linear-gradient(10deg, #00cbff , #006699);
	
	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: linear-gradient(top, #00cbff 0%,#006699 100%);
	//background: linear-gradient(10deg, #00cbff , #006699);
	
	background-image: linear-gradient(#006699, #00cbff)
}


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

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


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

.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: "›";
	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;
	font-size: inherit;
	font-family: inherit;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

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

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

.socialBox img
{
	width: 35px;
	height: 35px;
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: 0.2s;
}

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

.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;
}

.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;
}

.searchResultUnitImage
{
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.searchResultUnitImageBox
{
	width: 150px;
	height: 150px;
	margin: auto;
	border: 2px solid #f3423a;
	border-radius: 50%;
	position: relative;
}

.searchResultUnitImageBoxInner
{
	width: 140px;
	height: 140px;
	margin: 5px;
	border-radius: 50%;
	overflow: hidden;
}

.searchResultUnitImage img
{
}

.searchResultUnitContent
{
	float: left;
	width: 73%;
	margin-left: 2%;
	box-sizing: border-box;
}

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

.searchResultUnitContentSubheading
{
	margin-bottom: 20px;
	font-size: 1em;
	opacity: 0.8;
}

.searchResultUnitContentTablerow
{
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	font-size: 1em;
}

.searchResultUnitContentTableLabel
{
	float: left;
	width: 30%;
	margin-right: 5%;
	overflow: auto;
}

.searchResultUnitContentTableRecord
{
	float: left;
	width: 65%;
	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);
}

/***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) 
{
	.startPageContainerSubcontainer
	{
		width: 800px;
	}

	.alternativeFooterContainer_1200
	{
		width: 800px;
	}

	.topnavContainer
	{
		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
	{
		//bottom:0%;
		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;
	}

/*** Mobile Layout ***/

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

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

	.topnav.responsive
	{
		//background:rgba(11, 15, 41, 1);
		//background:linear-gradient(to left, rgba(108, 91, 123, 1) 0%, rgba(11, 15, 41, 1) 100%);
		background:rgba(0, 152, 203, 1);
		//background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
		//background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 10%, rgba(11, 15, 41, 1) 80%, rgba(11, 15, 41, 1) 100%);
		//background-color:rgba(62,148,177, 0.65);
		//background:linear-gradient(to bottom, rgba(0, 152, 203, 0.1) 47%, rgba(0, 152, 203) 0%);
		//background:linear-gradient(to bottom, rgba(0, 152, 203, 9) 47%, rgba(0, 152, 203) 0%);
		background-color:rgba(86,176,207,1);
		//background:linear-gradient(to bottom, rgba(86,176,207, 0.0) 47%, rgba(86,176,207,1) 50%);
		//background:linear-gradient(to bottom, rgba(86,176,207, 0.0) 47%, rgba(86,176,207,1) 20%);
	}

	.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:15px;
		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:unset;
	}

	.dropdown
	{
		
	}

	.topnavScrolled #flagMenu
	{
		display:table;
	}

	.dropdown .dropdown-content a
	{
		padding:8px 2%;
		font-size:13px;
		//border-bottom:1px solid #00cbff;
		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
	{
		//background:#aaa;
		//background:#fff;
	}

	.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
	{
		//color:#fff;
		//background:#aaa;
		//background:#fff;
	}

	.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;
		bottom:2%;
		left:0px !important;
		overflow:hidden !important;
		box-sizing:border-box;
		border-left:0px solid #00cbff;
		//border-bottom:2px solid #00cbff;
		box-shadow:none;

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

	.topnav.responsive .dropdown-content a
	{
		//color:white;
	}

	.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%;
	}

	#navbarInoutBoxContainer
	{
		display:none;
	}

	#searchBox
	{
		display:none;
	}

	.searchIconMenuBar
	{
		display:none;
	}

	.joinUsButton
	{
		display:block !important;
	}

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

	.taglineBox
	{
		max-width:200px;
	}

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

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

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


@media screen and (max-width:650px)
{
	.logoWhite
	{
		margin-top:20px;
	}

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

	.startPageContainerSubcontainer
	{
		width:450px;
	}

	.alternativeFooterContainer_1200
	{
		width:450px;
	}

	.topnavContainer
	{
		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 ***/

	.footerBox1 .button
	{
		width:auto;
	}

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

	.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
	{
		margin-top:-70px;
		height:unset;

		-o-background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		background-size:cover;

		background-position:center top;
		background-attachment:fixed;
		position:relative;

		margin-top:-65px;
	}

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

	.profileBannerLeft
	{
		margin-top:240px;
	}

	/*** Vip ***/
	.profileBannerContainer
	{
		//background:#ff0000;
	}

	.profileBannerRight span
	{
		top:110px;
		top:130px;
	}

	.bannerBackgroundColor
	{
		width:100%;
		background-size:cover;
	}

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

	/*** Vipin ***/

	.bannerBackgroundColor .bannerContent
	{
		display:none;
	}

	/*** Vip ***/
	.innerBgImageSection
	{
		//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;
	}

	.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;
	}

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

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

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

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

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

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

	

}

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

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

	.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;
	}

	.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:16px;
		text-align:center;
		color:#fff;
		//background:#ff0000;
		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;
	}

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

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

		//margin-top:4px;
		display:table-cell;
	}

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

		//width:45%;
		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;
	}
}