@charset "UTF-8";
/* =RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul{list-style:none;}li{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}b,strong{font-weight:bold;}textarea{overflow:auto;vertical-align:top;}html{font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering:optimizelegibility;-webkit-tap-highlight-color:rgba(0,0,0,0);}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.25em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}pre{overflow:auto;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}legend{border:0;padding:0;}optgroup{font-weight:bold;}td,th{padding:0;}a{background:transparent;text-decoration:none;}a:active,a:hover,a:focus{border:none;outline:0;text-decoration:none;}::selection{background:#6a6a6a;color:#f5f5f5;text-shadow:1px 1px 1px #060606;}::-moz-selection{background:#6a6a6a;color:#f5f5f5;text-shadow:1px 1px 1px #060606;}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}::-webkit-input-placeholder{color:inherit;opacity:0.5;font-family:inherit;}:-moz-placeholder{color:inherit;opacity:0.5;font-family:inherit;}::-moz-placeholder{color:inherit;opacity:0.5;font-family:inherit;}:-ms-input-placeholder{color:inherit;opacity:0.5;font-family:inherit;}button,.btn:hover{cursor:pointer;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/*  =DEFAULT & BASIC STYLES
	========================================================================== */
html,
body {
	height: 100%;
}

body {
	background: #f4f7fa;
	color: #000;
	font:400 62.5%/1 Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	padding-top: 95px;
}

main,
header,
section,
footer,
nav,
.container,
a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.details:before,
.details:after,
.block:before,
.block:after,
.container:before,
.container:after,
nav:before,
nav:after,
main:before,
main:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after,
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.details:after,
.block:after,
.container:after,
nav:after,
main:after,
header:after,
section:after,
footer:after,
.cf:after {
	clear: both;
}

.container {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-width: 640px;
	height: 100%;
	padding: 0 1.5em;
	width: 100%;
}

img,
.img-responsive {
	display: inline-block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}



.btn {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #d9d9d9;
	display: block;
	font-size: 6em;
	line-height: 2em;
	height: 2em;
	text-align: center;
	padding: 0 1em;
}
	.btn:hover {
		border: 1px solid #d9d9d9;
	}
	.btnBlack,
	.btnOrange {
		background: #da5936;
		color: #fff;
	}
	.btnBlack {
		background: #000;
	}
	.btnWhite {
		background: #fff;
		color: #868686;
	}
	.overlay .btn {
		border: none;
	}
		.overlay .btn.btnBlack {
			border: 1px solid #fff;
		}




/*  HEADER 
	========================================================================== */

.header {
	background: #fff;
	padding: 0.8em 0 0.6em;
	text-align: center;
	margin-bottom: 2em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
}
	.header h1 {
		margin-left: auto;
		margin-right: auto;
		max-width: 116px;
	}
	.header .menu {
		position: absolute;
		left: 1.5em;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}






/*  CONTENT 
	========================================================================== */
.step {
	overflow: hidden;
	position: relative;
	text-align: center;
}
	.overlay,
	.step {
		display: none;
	}
	/* .step.step2, */
	.step#loader {
		display: block;
	}


	.overlay {
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: #000;
		padding: 1em;
		z-index: 100;
	}



#loader {
	/* -webkit-transition: opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); */
	background: #f4f7fa;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 30;
}
	@keyframes loader {
		0% { transform: translate(-50%,-50%) scale(0.7);}
		50% { transform: translate(-50%,-50%) scale(1.1);}
		100% { transform: translate(-50%,-50%) scale(0.7);}
	} 
	#loader img {
		position: absolute;
		left: 50%;
		top: 50%;
		/* -webkit-transform: translate(-50%,-50%) scale(1,1);
		-moz-transform: translate(-50%,-50%) scale(1,1);
		-ms-transform: translate(-50%,-50%) scale(1,1);
		-o-transform: translate(-50%,-50%) scale(1,1);
		transform: translate(-50%,-50%) scale(1,1); */
		-webkit-transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-ms-transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-o-transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	
	}

	.loaded #loader {
		/* opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden; */
		/* z-index: -1; */
		position: relative;
	}
		.loaded #loader img {
			/* opacity: 0;
			filter: alpha(opacity=0);
			visibility: hidden; */
			/* -webkit-transform: translate(-50%,-50%) scale(0.7,0.7);
			-moz-transform: translate(-50%,-50%) scale(0.7,0.7);
			-ms-transform: translate(-50%,-50%) scale(0.7,0.7);
			-o-transform: translate(-50%,-50%) scale(0.7,0.7);
			transform: translate(-50%,-50%) scale(0.7,0.7); */
			webkit-animation: loader 1.33s linear 0s infinite;
			-moz-animation: loader 1.33s linear 0s infinite;
			-ms-animation: loader 1.33s linear 0s infinite;
			-o-animation: loader 1.33s linear 0s infinite;
			animation: loader 1.33s linear 0s infinite;
		}


.step p {
	font-size: 2.9em;
	line-height: 1.18;
}
	.step p.txLg {
		font-size: 3.3em;
	}
	.step.step3 p.txLg {
		margin-bottom: 0.5em;
	}
	.step p.mb {
		margin-bottom: 0.35em;
	}


.details figure {
	float: left;
	width: 11.61%;
}
.detailsBlock {
	float: right;
	width: 84.82%;
	text-align: left;
}
.detailsName {
	font-size: 3.8em;
}
.detailsActive {
	color: #bcbec0;
	font-size: 2.2em;
}




	.step.step5 {
		min-height: 100%;
	}
.loading {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(238, 67, 14, 0.3);
	background: #fff;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: transform 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-moz-transition: transform 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-ms-transition: transform 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: transform 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: transform 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}	
	@keyframes rainbow {
		0% {background: #fff; transform: translate(-50%,-50%) scale(1.5);}
		50% {background: #ee430e; transform: translate(-50%,-50%) scale(3.3);}
		100% {background: #fff; transform: translate(-50%,-50%) scale(1.5);}
	} 
	.init .loading {
		/* -webkit-transform: translate(-50%,-50%) scale(3,3);
		-moz-transform: translate(-50%,-50%) scale(3,3);
		-ms-transform: translate(-50%,-50%) scale(3,3);
		-o-transform: translate(-50%,-50%) scale(3,3);
		transform: translate(-50%,-50%) scale(3,3); */
		webkit-animation: rainbow 1.6666s linear 0s infinite;
		-moz-animation: rainbow 1.6666s linear 0s infinite;
		-o-animation: rainbow 1.6666s linear 0s infinite;
		-ms-animation: rainbow 1.6666s linear 0s infinite;
		animation: rainbow 1.6666s linear 0s infinite;
		transition: transform 1.6666s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	}
	
	.step.step5 em {
		display: block;
		text-align: center;
		font-size: 2em;
	}


	.step1 p.txLg,
	figure.intro {
		margin-bottom: 1em;
	}
	figure.intro img {
		max-width: 500px;
	}



	.question:not(.question1) {
		display: none;
	}


	.questionNav {
		margin-bottom: 2em;
	}
	.questionNav em {
		color: #da5936;
		display: inline-block;
		font-size: 2.8em;
		vertical-align: middle;
	}
	.questionNav span {
		background: #fff;
		border: 1px solid #929292;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		display: inline-block;
		color: #868686;
		font-size: 28px;
		min-width: 2em;
		height: 2em;
		line-height: 2em;
		margin: 0 0.1em;
		text-align: center;
		vertical-align: middle;
	}
	.questionNav span.current {
		background: #da5936;
		border: none;
		color: #fff;
	}

	.questions {
		margin-bottom: 1.5em;
	}

	.questionNext:first-child {
		margin-bottom: 0.25em;
	}




	.photoFrame {
		background: #fff;
		-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.4);
		margin-bottom: 2em;
		padding: 1em;
	}
	.block {
		margin-left: -5px;
		margin-right: -5px;
	}
		.block figure {
			float: left;
			padding: 0 5px 10px;
			margin: auto;
			width: 50%;
		}
			.block figure img {
				width: 100%;
			}
	




/*  PLUGINS 
	========================================================================== */
	/* MATERIAL DESIGN RIPPLE */
	.ripple-wrapper {
		display: block;
		position: absolute;
		background: rgba(255,255,255,0.4);
		border-radius: 100%;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	.ripple-wrapper.animated {
		animation: ripple 0.65s linear;
		-webkit-animation: ripple 0.65s linear;
		-moz-animation: ripple 0.65s linear;
		-o-animation: ripple 0.65s linear;
	}
	.has-ripple {
		overflow: hidden;
		position: relative;
		user-select: none;
		outline: none;
	}
	@keyframes ripple {
		100% {
			-webkit-transform: scale(2.5);
			-ms-transform: scale(2.5);
			-o-transform: scale(2.5);
			transform: scale(2.5);
			opacity: 0;
		}
	}
	@-webkit-keyframes ripple {
		100% {
			-webkit-transform: scale(2.5);
			-ms-transform: scale(2.5);
			-o-transform: scale(2.5);
			transform: scale(2.5);
			opacity: 0;
		}
	}
	@-o-keyframes ripple {
		100% {
			-webkit-transform: scale(2.5);
			-ms-transform: scale(2.5);
			-o-transform: scale(2.5);
			transform: scale(2.5);
			opacity: 0;
		}
	}
	@-moz-keyframes ripple {
		100% {
			-webkit-transform: scale(2.5);
			-ms-transform: scale(2.5);
			-o-transform: scale(2.5);
			transform: scale(2.5);
			opacity: 0;
		}
	}




/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
#profilePics .item img{display: block;width: 100%;height: auto;}
.owl-buttons {display: none;}
.owl-pagination {margin-top: -60px;position: absolute;margin-left: auto;margin-right: auto;left: 0;right: 0;}

/*********NEW STYLE*********************/


.clearfix:after { 
	content: ""; 
	display: block;
	 clear: both; 
	 visibility: hidden; 
	 height: 0; 
 }

.profile_w{
	display: block;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
}
.step {
    overflow: visible;
}
.container  {
    overflow: visible;
}
.controlsGirls{
	margin-top: 15px;
}
.linkJoin{
	color: #000;
	font-size: 30px;
	margin-top: 15px;
	display: inline-block;
}
#profile{
	display: table;
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 9px 10px;
}
#profile h3,
#profile .profileDistance{
	display: table-cell;
	vertical-align: middle;
}
#profile h3{
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #464646;
}
#profile .profileDistance{
	text-align: right;
	width: 110px;
}
.profileDistance_w{
	display: table-row;
}
.profileDistance_w img,
.profileDistance_w div{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#profileDistance{
	font-size: 12px;
	color: #979797;
	font-weight: bold;
}
#profilePics{
	position: relative;
	overflow: hidden;
}
	#profilePics .item {
		-webkit-transition: transform 0.3s ease-in;
		-moz-transition: transform 0.3s ease-in;
		-ms-transition: transform 0.3s ease-in;
		-o-transition: transform 0.3s ease-in;
		transition: transform 0.3s ease-in;
	}
	#profilePics.updatingLeft .item {
		-webkit-transform: translateX(-150%);
		-moz-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		-o-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-touch-callout:none !important;-webkit-user-select:none !important;-khtml-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;
	}
	#profilePics.updatingRight .item {
		-webkit-transform: translateX(150%);
		-moz-transform: translateX(150%);
		-ms-transform: translateX(150%);
		-o-transform: translateX(150%);
		transform: translateX(150%);
	}


.owl-dots{
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.owl-dot{
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 0.5;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
	transition: all 300ms;
}
.owl-dot.active{
	opacity: 1;
}

.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
}
.overlay_w{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	max-width: 510px;
	max-height: 510px;
	background: #000;
	color: #fff;
	padding: 10px;
	display: block
}
.txXl{
	font-size: 56px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	padding: 30px 10px;
	padding-top: 70px;
	padding-bottom: 40px;
}
.overlay_w .cta .has-ripple {
    overflow: visible;
}
.overlay_w .cta .btn {
    font-size: 28px;
	line-height: 36px;
	height: auto;
	text-align: center;
	padding: 30px 5px;
	width: 100%;
	max-width: 390px;
	display: block;
	margin: auto;
	box-sizing: border-box;
}
.overlay_w .btn.btnOrange.has-ripple{
	margin-bottom: 30px;
}
figure.intro img {
    max-width: 500px;
    display: block;
    width: 100%;
}


/*  MEDIA 
	========================================================================== */
@-ms-viewport { width: device-width; }


@media all and (max-width:560px){
	.txXl {
		font-size: 45px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.overlay_w .cta .btn {
		font-size: 22px;
		line-height: 22px;
		padding: 20px 5px;
	}
	.overlay_w {
		max-height: 400px;
	}
	.btn {
		font-size: 4em;
		line-height: 2em;
		height: 2em;
		padding: 0 10px;
	}
	.step p.txLg {
		font-size: 25px;
	}
	.questionNav em {
    
		display: block;
	}
	.detailsName {
		font-size: 25px;
	}
	.step p {
		font-size: 20px;
		line-height: 1.18;
	}

}
@media all and (max-width:320px){
	.txXl {
		font-size: 40px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.overlay_w .btn.btnOrange.has-ripple {
    margin-bottom: 20px;
}
	.overlay_w .cta .btn {
		font-size: 20px;
		line-height: 20px;
		padding: 20px 5px;
	}
	.overlay_w {
		max-height: 340px;
	}
	
    #profile h3 {
		font-size: 15px;
	}
}