@font-face {
	font-family: ProximaNova;
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
	url('../fonts/ProximaNovaBoldRu.woff2') format('woff2'),
	url('../fonts/ProximaNovaBoldRu.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: ProximaNova;
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
	url('../fonts/ProximaNovaRegularRu.woff2') format('woff2'),
	url('../fonts/ProximaNovaRegularRu.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* css reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
em, font, img, q, s, samp,
small, strike, strong, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family: ProximaNova, sans-serif;
	font-size: medium !important;
	background: #000 url(../images/radarwinter.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view1{
	background: #000 url(../images/21.webp) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view2 {
	background: #000 url(../images/22.webp) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view3 {
	background: #000 url(../images/24.webp) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

.view4 {
	background: #000 url(../images/25.webp) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

.view5 {
	background: #000 url(../images/15.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view6 {
	background: #000 url(../images/16.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

.view7 {
	background: #000 url(../images/17.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view8 {
	background: #000 url(../images/88.webp) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view9 {
	background: #000 url(../images/99.webp) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.view10 {
	background: #000 url(../images/20.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

.smaller {
	font-size: smaller !important;
}

h1 {
	font-size: 22px !important;
	line-height: 1.25 !important;
	text-align: center;
	background: #fff;
}

.handle, .geo {
	color: #fd5068;
}

a {
	color: #fd5068;
}

.modal-backdrop {
	background: none !important;
}

/* .modal.in {
	display: block;
} */

.modal-body {
	text-align: left;
}

html {
	font-size: 100%;
}

.img1 {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}
.modals {

}
.modal {
display: none;
	padding-top: 10%;
	opacity: 1 !important;
	overflow: auto;
}

.btns {
	margin-bottom: 0;
}

.btns li {
	border-radius: 50%;
		width: 32px;
		height: 32px;
		font-size: 14px;
		margin: 5px;
		display: inline-block;
		padding: 0;
		color: #222;
		background: #fff;
		border: 1px solid #084767;
		line-height: 32px;
		text-align: center;
}

.btns li.active {
	background: #24a1de;
	color: #fff;
}

.modal-title {
	font-size: 16px;
	font-weight: bold;
}

.view-fs {
	min-height: 1000px !important;
	background: #fff;
	padding-top: 2em;
	overflow: hidden;
}

/*  --- mobile.css overrides --- */

form {
	background-color: transparent !important;
	background: none !important;
}

form select {
	margin: auto;
}

form label {
	vertical-align: baseline !important;
}

input[type=radio]:focus, input[type=checkbox]:focus {
	border: none;
	outline: none;
}

input[type=checkbox]:checked {
	background: none !important;
	background-color: transparent;
}

form input[type=checkbox] {
	width: auto !important;
	height: auto !important;
}

.tooltip.top .tooltip-arrow {
	display: none;
	border: none !important;
	background-color: transparent !important;
}

.tooltip-inner {
	background-color: transparent !important;
	background: none !important;
}

.btn-join, .btn-back, .btn-next {
	width: 90%;
	border-radius: 4px;
	color: #fff;
	margin: .25rem auto .25rem auto;
	padding: 1.1rem .15rem;
	font-size: 1.35rem !important;
	font-weight: 400;
	letter-spacing: .09rem;
	cursor: pointer;
	background-color: #447DC3;
	border: 0;
}

.btn-next {
	background-color: #447DC3;
	margin-top: 30px;
}

.btn-join {
	background-color: #447DC3;
}

.btn-back {
	background-color: #ccc;
}

/*--- flypaper overrides ---*/

#not_in_country_widget {
	padding-top: 10px;
}

#flypaper_city, #flypaper_zip {
	display: none !important;
}

.errored {
	background-color: transparent !important;
}

input[type=email] .validated, input[type=password] .validated {
	border: none !important;
	border: 1px solid #2ecc71;
	background-color: #fff !important;
}

input[type=checkbox] .validated {
	border: none !important;
}

#terms_disclaimer {
	width: 90% !important;
	padding: .5rem 0 .25rem 0 !important;
	margin: 10px auto auto auto !important;
	font-size: .98em !important;
	color: #666;
}

/*---  new quiz tour styles  ---*/

input[type=text], select.age, select.age.validated, select#country_select, select#country_select.validated, input[type=select], input[type=number], input[type=email], input[type=password] {
width: 90% !important;
	height: 22px;
	margin: auto !important;
	font-size: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
}

#not_in_country_widget {
	margin-bottom: 10px;
}

#flypaper_city, #flypaper_zip {
	display: none !important;
}

/*  radio button styles */

.gender-selector input, .choice-selector input {
	margin-top: 2em;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.gender-selector input:active + .radio-img, .choice-selector input:active + .radio-img {
	opacity: .9;
}

.gender-selector input:checked + .radio-img, .choice-selector input:checked + .radio-img {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	opacity: .9;
}

.chk {
	opacity: .9;
}

.type-selector input {
	margin-top: 2em;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.radio-img {
	margin: .2em;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 70px;
	height: 90px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;

	-webkit-filter: brightness(1.8) grayscale(1) opacity(.5);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.5);
	filter: brightness(1.8) grayscale(1) opacity(.5);

	/*  styles for Android and older browsers  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.radio-img:hover, .radio-img:checked {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9);

	/*  styles for Android and older browsers   */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9 !important;
}

/*  checkbox button styles  */

h1 {
	font-size: 20px;
	text-align: center;
	margin: auto auto .25em auto;
}

#view1 h1, #view2 h1, #view3 h1, #view4 h1, #view5 h1, #view6 h1, #view7 h1 {
	font-size: 24px;
	width: 90%;
	margin: .75em auto 1em auto;
	font-weight: normal;
}

.type-selector input:active + .check-img {
	opacity: .9;
}

.type-selector input:checked + .check-img {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	opacity: .9;
}

.check-img {
	margin: .4em .7em .9em .3em;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.6);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.6);
	filter: brightness(1.8) grayscale(1) opacity(.6);

	/*  styles for Android and older browsers  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.check-img:hover, .check-img:checked {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9);

	/*  styles for Android and older browsers   */

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9 !important;
}

.type-label {
	margin-left: -70px;
	margin-top: 80px;
	text-align: left;
	font-size: .7em;
	display: inline-block;
	line-height: 5em;
}

.gender-label {
	margin-left: -55px;
	margin-top: 75px;
	text-align: left;
	font-size: .75em;
	color: #777;
	padding-top: 30px;
	margin-right: 10px;
	postion: absolute;
}

.willing-label {
	margin-left: -50px;
	margin-top: 75px;
	text-align: left;
	font-size: 1em;
	padding-top: 30px;
	color: #777;
	postion: absolute;
}

.check-img-holder {
	width: auto;
	height: auto;
	display: inline;
	margin: 1.2em !important;
}

.unsubscribe {
	width: 100%;
	position: fixed;
	bottom: 15px;
	left: 0;
	text-align: center;
	font-size: 13px;
	z-index: 2000;
}

.unsubscribe a,
.unsubscribe a:hover {
	color: #000 !important;
	display: inline-block;
	text-decoration: underline;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 1px 7px;
	border-radius: 3px;
}

.unsubscribe a:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff !important;
}

/* =========================================================================
   Style 1
 =========================================================================== */

.radar,.quiz-modal,.view2,.view3,.view4,.view5,.view6,.view7,.view8,.view9,.view10 {display: none;}

/* =========================================================================
   Buttons
 =========================================================================== */

.btn-yes,
.btn-no {
position: relative;
	display: inline-block;
	margin: 0 5px 10px;
	border-radius: 7px;
	height: 50px;
	padding: 0 45px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #24A1DE;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .27);
	min-width: 110px;
	text-align: center;
	transition: all .2s;
	border: none;
	background-size: 100%;
	background-position: center center;
	outline: none;
}
.ttr{
	line-height: 48px;
}

.btn-yes.wide,
.btn-no.wide {
	width: 100%;
}


.btn-yes:hover,
.btn-yes:active {
	background-size: 300%;
	text-decoration: none;
	color: #fff;
}

/* .btn-no {
	line-height: 58px;
	color: #fd5068;
	border: 1px solid #fd5068;
	box-shadow: none;
} */
.checkbox{
	padding-bottom:5px;
}
.btn-no:hover,
.btn-no:active {
	color: #fff;
	background: #fd5068;
}

.btn-yes:focus,
.btn-no:focus {
	outline: none;
	text-decoration: none;
}

/* =========================================================================
   Radar
 =========================================================================== */

.radar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.radar-inner {
	background: #f5f7fb;
	border: 1px solid #d1d1d1;
	margin: 20vh auto 0;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	max-width: 420px;
	width: 98%;
	height: 400px;
	position: relative;
}

.step__circle, .step__map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.step__circle {
	position: absolute;
	top: calc(50%);
	left: calc(50%);
	width: 5.75rem;
	height: 5.75rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 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%);
	box-sizing: border-box
}

.step__circle-outer {
	background: #F5F5F5;
	border: .125rem solid #F0E9E9;
	-webkit-animation: outer 2s ease-out infinite;
	-moz-animation: outer 2s ease-out infinite;
	-o-animation: outer 2s ease-out infinite;
	animation: outer 2s ease-out infinite
}

.step__circle-inner {
	background: #E6EBF5;
	border: .125rem solid #E6D0CC;
	-webkit-animation: inner 2s ease-out infinite;
	-moz-animation: inner 2s ease-out infinite;
	-o-animation: inner 2s ease-out infinite;
	animation: inner 2s ease-out infinite
}

.step__circle-outer_delay {
	-webkit-animation: outer 2s 1s ease-out infinite;
	-moz-animation: outer 2s 1s ease-out infinite;
	-o-animation: outer 2s 1s ease-out infinite;
	animation: outer 2s 1s ease-out infinite
}

.step__circle-inner_delay {
	-webkit-animation: inner 2s 1s ease-out infinite;
	-moz-animation: inner 2s 1s ease-out infinite;
	-o-animation: inner 2s 1s ease-out infinite;
	animation: inner 2s 1s ease-out infinite
}

.step__map {
	position: absolute;
	top: calc(50% - 2.875rem);
	left: calc(50% - 2.875rem);
	width: 5.75rem;
	height: 5.75rem;
	background: url(../images/map.png) center center no-repeat;
	background-size: 100% 100%;
	border: .125rem solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box
}

.step__map__pin {
	position: absolute;
	top: 1.6875rem;
	left: 2.055rem;
	width: 1.64062rem;
	height: 2.09187rem;
	-webkit-animation: map-pin .5s ease infinite;
	-moz-animation: map-pin .5s ease infinite;
	-o-animation: map-pin .5s ease infinite;
	animation: map-pin .5s ease infinite
}

.step__map__pin_shadow {
	position: absolute;
	top: 1.9375rem;
	left: 2.4925rem;
	width: 1.635rem;
	height: 1.79rem;
	opacity: .8;
	-webkit-animation: map-pin-shadow .5s ease infinite;
	-moz-animation: map-pin-shadow .5s ease infinite;
	-o-animation: map-pin-shadow .5s ease infinite;
	animation: map-pin-shadow .5s ease infinite
}

.step__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	padding: 20px 15px 0;
}

@keyframes map-pin {
	50% {
		top: 1.3125rem
	}
}

@keyframes map-pin-shadow {
	50% {
		top: 1.6875rem;
		left: 2.7425rem;
		opacity: .5
	}
}

@keyframes outer {
	100% {
		width: 24.1875rem;
		height: 24.1875rem;
		opacity: .1
	}
}

@keyframes inner {
	100% {
		width: 13.8125rem;
		height: 13.8125rem;
		opacity: .1
	}
}

/* =========================================================================
   Modal
 =========================================================================== */

.modal-content {
background-color: #fff;
	border: none;
	border-radius: 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 20px 30px;

}

.modal-body {
	position: relative;
	padding: 15px 0 20px;
	text-align: center;
}

.modal-header {
	min-height: 0;
	padding: 0;
	border-bottom: none;
}

.modal-footer {
	padding: 0;
	margin-top: 0;
	text-align: center;
	border-top: none;
	background: none;
}

.modal-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.modal-body p {
	font-size: 16px;
	display: inline-block;
	text-align: left;
}

.modal-body p.text-small {font-size: 14px;}

@media (min-width: 768px) {
	.modal-sm {
		width: 450px;
	}
}

div.quiz-modal {
	display: flex!important;
		z-index: 2000;
		position: absolute;
		width: 100%;
		margin: 0 auto;
		opacity: 1;
		padding-top: 10%;
		justify-content: center;
		align-items: center;
	
}

.quiz-modal .modal-header {
	text-align: center;
}

.checkboxes {
	display: inline-block;
	text-align: left;
}






/* =========================================================================
   Style 2
 =========================================================================== */

body.style2 {
	font-family: Helvetica, Arial, sans-serif;
}

body.style2 .handle,
body.style2 .geo {
	color: #4267b2;
}

body.style2 a {
	color: #4267b2;
}

/* =========================================================================
   Buttons
 =========================================================================== */

body.style2 .btn-yes,
body.style2 .btn-no {
	margin: 0 5px 10px;
	border-radius: 4px;
	padding: 0 30px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	box-shadow: none;
	border: 1px solid #4cae4c;
	background: #5cb85c;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	min-width: 120px;
}

body.style2 .btn-yes.wide,
body.style2 .btn-no.wide {
	width: 100%;
}

body.style2 .btn-yes:hover,
body.style2 .btn-yes:active,
body.style2 .btn-no:hover,
body.style2 .btn-no:active {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

body.style2 .btn-yes:active,
body.style2 .btn-no:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* =========================================================================
   Radar
 =========================================================================== */

body.style2 .radar {
	background: none;
}

.radar-box {
	background: rgba(255, 255, 255, .9);
	border: 1px solid #d1d1d1;
	margin: 20vh auto 0;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	max-width: 560px;
	width: 100%;
}

.radar-box h2 {
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	padding: 20px;
	font-weight: 500;
}

.radar-box .pin,
.radar-box .pin-wrap {
	vertical-align: middle;
}

.radar-box .pin-wrap {
	width: 180px;
	height: 180px;
	display: inline-block;
}

.radar-box .pin {
	width: 100%;
	position: relative;
	top: -15px;
}

.radar-box #userLocation {
	color: #4267b2;
}

/* =========================================================================
   Modal
 =========================================================================== */

body.style2 .modal-content {
	background-color: rgba(255,255,255,.9);
	border: none;
	border-radius: 5px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	padding: 0;
}

body.style2 .modal-body {
	position: relative;
	padding: 20px 30px 20px;
	text-align: center;
}

body.style2 .modal-header {
	min-height: 0;
	padding: 20px;
	border: 1px solid #d1d1d1;
	border-radius: 5px 5px 0 0;
}

body.style2 .modal-footer {
	padding: 20px 30px 10px;
	margin-top: 0;
	text-align: center;
	background: none;
	border-top: 1px solid #d1d1d1;
}

body.style2 .modal-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

body.style2 .quiz-modal .modal-header {
	background: #4267b2;
}

body.style2 .quiz-modal  .modal-header .modal-title {
	color: #fff;
}

body.style2 .btns li {
	width: 32px;
	height: 32px;
	font-size: 22px;
	margin: 5px;
	display: inline-block;
	padding: 0;
	border: none;
	line-height: 34px;
	text-align: center;
	color: #4267b2;
	background: rgba(255, 255, 255, .5);
}

body.style2 .btns li.active {
	background: #fff;
}







/* =========================================================================
   Style 3
 =========================================================================== */

body.style3 {
	font-family: Helvetica, Arial, sans-serif;
}

body.style3 .handle,
body.style3 .geo {
	color: #6464a0;
}

body.style3 a {
	color: #6464a0;
}

/* =========================================================================
   Buttons
 =========================================================================== */

body.style3 .btn-yes,
body.style3 .btn-no {
	border-radius: 4px;
	height: 52px;
	line-height: 52px;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	min-width: 130px;
	text-transform: none;
	box-shadow: none;
	vertical-align: top;
}

body.style3 .btn-yes {
	background: #6464a0;
}

body.style3 .btn-yes:hover,
body.style3 .btn-yes:active {
	opacity: .8;
}

body.style3 .btn-no {
	line-height: 48px;
	color: #6464a0;
	border: 2px solid #6464a0;
}

body.style3 .btn-no:hover,
body.style3 .btn-no:active {
	color: #6464a0;
	background: none;
	opacity: .8;
}


body.style3.buttons-green .btn-yes {
	font-weight: 400;
	border: 1px solid #4cae4c;
	background: #5cb85c;
}

body.style3.buttons-green .btn-yes.wide,
body.style3.buttons-green .btn-no.wide {
	width: 100%;
}

body.style3.buttons-green .btn-yes:hover,
body.style3.buttons-green .btn-yes:active {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
	opacity: 1;
}

body.style3.buttons-green .btn-yes:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* =========================================================================
   Casual
 =========================================================================== */
 .casual_style {
	background: #000 url(../images/global_casual.jpg) no-repeat center center;
	background-size: cover;
 }

/* =========================================================================
   Modal
 =========================================================================== */

body.style3 .modal-content {
	background-color: #ffffffcf;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 20px 30px;
}

body.style3 .modal-body {
	position: relative;
	padding: 20px 0 30px;
	text-align: center;
}

body.style3 .modal-title {
	font-size: 40px;
	color: #6464a0;
	font-weight: 400;
	line-height: 1;
}

body.style3 .modal-body p {
	font-size: 25px;
	line-height: 30px;
	color: #323232;
	display: inline-block;
	text-align: center;
}

body.style3 .modal-body p.text-small {
	font-size: 18px;
}

body.style3 div.quiz-modal .modal-body p {
	color: #555561;
}

body.style3 div.quiz-modal .modal-content {
	background: rgba(255,255,255,.8);
}

body.style3 .radar-inner {
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

body.style3 .btns li {
	width: 26px;
	height: 26px;
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	padding: 0;
	line-height: 24px;
	text-align: center;
	color: #6464a0;
	background: transparent;
	border: 1px solid #6464a0;
}

body.style3 .btns li.active {
	color: #fff;
	background: #6464a0;
}

body.style3 .radio label,
body.style3 .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
	font-size: 18px;
	color: #555561;
}

body.style3 input[type="radio"],
body.style3 input[type="checkbox"] {
	margin: 6px 0 0;
}

@media (min-width: 768px) {
	body.style3 .modal-sm {
		width: 530px;
	}

	body.style3 .modal-content {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	body.style3 .modal-body p {
		font-size: 18px;
	}

	body.style3 .modal-body p.text-small {
		font-size: 14px;
	}

	body.style3 .radio label,
	body.style3 .checkbox label {
		font-size: 16px;
	}

	body.style3 input[type="radio"],
	body.style3 input[type="checkbox"] {
		margin: 4px 0 0;
	}

	body.style3 .modal-title {
		font-size: 26px;
	}

	body.style3 .modal-content {
		padding: 20px;
	}
}







/* =========================================================================
   Style Facebook
 =========================================================================== */

body.style-facebook .handle,
body.style-facebook .geo {
	color: #4267b2;
}

body.style-facebook a {
	color: #4267b2;
}

body.style-facebook .btn-yes {
	background: #4267b2;
}

body.style-facebook .btn-no {
	color: #4267b2;
	border: 2px solid #4267b2;
}

body.style-facebook .btn-no:hover,
body.style-facebook .btn-no:active {
	color: #4267b2;
	background: none;
}

body.style-facebook.buttons-green .btn-yes {
	border: 1px solid #4cae4c;
	background: #5cb85c;
}

body.style-facebook.buttons-green .btn-yes:hover,
body.style-facebook.buttons-green .btn-yes:active {
	background-color: #47a447;
	border-color: #398439;
}

body.style-facebook .modal-title {
	color: #4267b2;
}

body.style-facebook .btns li {
	color: #4267b2;
	background: transparent;
	border: 1px solid #4267b2;
}

body.style-facebook .btns li.active {
	color: #fff;
	background: #4267b2;
}

@media (max-width: 479px) {
	.casual_style .final-step .modal-body p {
		font-size: 17px;
		line-height: 1.5;
	}
}
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
	body.casual_style .btn-yes, 
	body.casual_style .btn-no {
		min-width: 110px;
	}
	body.casual_style div.quiz-modal {
		padding-top: 4%;
	}
	body.casual_style .modal-title {
		font-size: 22px;
	}
	body.casual_style .modal-body {
		padding: 10px 0 20px;
	}
}





.pulse-button {
	
	transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
	outline: none;
	text-decoration: none;
	appearance: none;
	position: relative;


	overflow: initial;
	padding-left: 11px;
	padding-right: 11px;
	animation: 2s linear 0s infinite normal none running cEtuPd;
	pointer-events: initial;
	z-index: 0;
}

.pulse-button:hover {
	opacity: 0.8;
}

.reddd{
	max-width: 80%;
	border-radius: 10px;
}
@keyframes cEtuPd {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.ff {
background: linear-gradient(to bottom, rgb(255 255 255 / 77%), #ffffffad), url(../images/fons.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}