::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, #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;
}


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

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


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

.banner
{
	margin-top:-70px;
	height:700px;
	box-sizing:border-box;
	position:relative;
}


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

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

.profileBannerRight
{
	margin-top:-20px;
	line-height:45px;
}

.profileBannerRight h1
{
	line-height:35px;	
}

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

	margin-top:5px;
}

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

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

.userMobileDisplay
{
	display:none;
}

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

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

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



.accordion4,.accordion5
{
	width:100%;
	margin:0px 0px 3px 0px;
	padding:10px 10px;
	color:#fff;	
	background:#a5c6e2;
 	cursor:pointer;
	text-align:left;
	font-size:17px;
	border-radius:5px;
}

.accordion4 span,.accordion5 span
{
	font-size:22px;	
	color:#00cbff;
	display:none;
}
.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	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;
}

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

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


.panel2 a
{
	color:#444;
	font-size:17px;			
}


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

.leftButton
{
	background: #a5c6e2;
	color: #fff;		
	cursor: pointer;
	padding:10px 10px;
	width:100%;
	border: none;
	text-align: left;
	font-size: 17px;
	border-radius:5px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
}	

.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
{
	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:5px 21px !important;
	font-weight:bold;
	color:#000 !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:#000 !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;

	width:180px;
}

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

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

.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;
	font-size: inherit;
	font-family: inherit;
	color: #444;
	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
{
	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;
}

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

.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: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	border-bottom:1px solid #fff;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;		
}

.active, .accordion:hover
{
	background-color: #ccc;
}

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

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

.active, .accordionFaq:hover
{
	background-color: #ccc;
}

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


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

@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:16px;
		text-align:center;
		color:#fff;
		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%;
	}



		.accordion4,.accordion5 
		{
			background: #fff;
			color: #0066cc;
			border-bottom:1px solid #f2f2f2;
			border-radius:0px;
			padding:8px;
		}

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

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

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

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

	.profileInnerPageBanner
	{
		height:auto;
	}

	.profileBannerLeft
	{
		margin-top:240px;
	}

	/*** Vip ***/
	.profileBannerContainer
	{
	}

	.profileBannerRight span
	{
		top:150px;
		line-height:35px;
	}

	.profileBannerRight h1
	{
		line-height:25px;
	}

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

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

	/*** Vipin ***/

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

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

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

}


@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:16px;
		text-align:center;
		color:#fff;
		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%;
	}
}