@media all {
/* 

	Lander CSS

*/
/* Cleafix */
.cf:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.cf { 
	display: inline-block; 
}
/* start commented backslash hack \*/
* html .cf { 
	height: 1%; 
}
.cf { 
	display: block; 
}
/* close commented backslash hack */

/* Global */
body {
	background: #666 url('//www.cashpartners.eu/data/lp/23/img/bg-b.jpg') no-repeat center center fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*overflow-y: hidden;*/
}
body::-webkit-scrollbar { 
	display: none; 
}
a { 
	cursor: pointer;
}
/* header */
header {
	margin-bottom: 24px;
}
header h1,
header h2,
header p,
header a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
header h1 {
	font-weight: bold;
}
header h1,
header h2 {
	text-align: center;
}
header h2 {
	font-size: 24px;
}
/* meta */
header .meta {
	padding: 16px 0;
	margin-bottom: 14px;
}
header .meta p,
header .meta a { 
	float: right;
	line-height: 28px;
}
header .meta a {
	margin: 0 16px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	padding: 0 24px;
	height: 32px;
	font-weight: bold;
	background-color: transparent;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
header .meta a:hover {
	background-color: #61c589;
	border-color: #61c589;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #fff;
}
/* cards */
.lander-wrapper .row .col-md-6:nth-child(1) .card {
	float: right;
}
.lander-wrapper .row .col-md-6 .profiles-carousel {
	float: right;
}
.card {
	border: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	padding: 24px;
	min-height: 512px;
	width: 412px;
	margin: 0 auto;
	/*overflow: hidden;*/
	border-radius: 4px;
	float: left;
}
/* profiles carousel */
.profiles-carousel {
	position: relative;
	width: 412px;
	height: 512px;
	padding: 0;
	float:;
}
.profiles-carousel .profile img {
	position: absolute;
	left: 0;
	top: 0;
}
.profiles-carousel .profile {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.profiles-carousel .profile .profile-texts {
	position: relative;
	z-index: 1;
	margin-top: 256px;
	padding: 20px 24px;
	margin-left: -178px;
	width: 768px;
	padding: 0;
}
.profiles-carousel .profile .profile-texts > div {
	float: left;
	width: 256px;
	margin: 0;
	padding: 020px 24px;
}
.profiles-carousel .profile .profile-texts > div:nth-child(1),
.profiles-carousel .profile .profile-texts > div:nth-child(3) {
	opacity: 0.3;
}
.profiles-carousel .profile > div > div h4 {
	font-size: 16px;
	font-weight: bold;
}
.profiles-carousel .profile > div > div p {
	color: #666;
}
.profiles-carousel .profile.current {
	z-index: 2;
}
.profiles-carousel .note {
	z-index: 3;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	text-align: center;
}
.profiles-carousel .note span {
	font-size: 12px;
	display: block;
	color: #999;
}
.profiles-carousel .note em {
	font-weight: bold;
	color: #333;
	font-style: normal;
}
/* funnel */
.funnel h2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;
}
.funnel h2 span {
	color: #999;
	font-weight: normal;
	margin-right: 4px;
}
.funnel h2 label {
	margin: 0;
}
.funnel .input.text input,
.funnel .input.password input,
.funnel .input.select select,
.funnel .input.date select,
.funnel .input.email input {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 8px 10px;
	-webkit-transition: background-color 0.2s, border 0.2s, box-shadow 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s, border 0.2s, box-shadow 0.2s;
    margin-bottom: 0.75rem;
}
.funnel .input.text input:focus,
.funnel .input.password input:focus,
.funnel .input.email input:focus {
	border-color: #89d4a7;
	box-shadow: 0 0 8px rgba(137,212,167,0.6);
	background: #fff;
}
.funnel .checkbox,
.funnel .radio {
	border: 1px solid #ddd;
	height: 64px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	padding-top: 15px;
}
.funnel .input.select select,
.funnel .input.date select {
	height: 40px;
}
.funnel .input.date select {
	display: inline-block;
	height: 40px;
	width: 119px;
	margin-bottom: 20px;
}
.funnel .checkbox input[type="checkbox"], 
.funnel .checkbox-inline input[type="checkbox"], 
.funnel .radio input[type="radio"], 
.funnel .radio-inline input[type="radio"] {
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
}
.funnel .checkbox label,
.funnel .radio label {
	display: block;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding-top: 28px;
	color: #666;
}
.funnel .checkbox + .checkbox, 
.funnel .radio + .radio {
    margin-top: 0;
}
.funnel select {
	padding: 8px 12px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 4px;
}
/* checked items */
.funnel .checkbox.checked,
.funnel .radio.checked {
	border: 1px solid #bbb;
	background-color: #f1f1f1;
	z-index: 1;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1) inset;
}
.funnel .checkbox.checked label,
.funnel .radio.checked label {
	color: #333;
	font-weight: bold;
}
/* funnel buttons */
.funnel button.forward, 
.funnel button.submit {
	width: 100%;
	border: 1px solid #52ba7c;
	background-color: #61c589; 
	border-radius: 4px;
	height: 48px;
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 #89d4a7 inset;
	-webkit-transition: background-color 0.2s, border 0.2s, box-shadow 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s, border 0.2s, box-shadow 0.2s;
}
.funnel button.forward:hover,
.funnel button.submit:hover {
	border: 1px solid #4fa06f;
	background-color: #53a875;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2), 0 1px 0 #89d4a7 inset;
}
.funnel .navigation div {
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
.funnel .navigation div .backward {
	border: 0;
	height: 24px;
	line-height: 24px;
	background: #eee;
	color: #999;
	font-size: 12px;
	border-radius: 4px;
	padding: 0 10px;
}
/* step1 */
.step1 .checkbox {
	width: 25%;
	float: left;
}
.step1 .checkbox:nth-child(1) {
	margin-right: -1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.step1 .checkbox:nth-child(2) {
	border-radius: 0;
}
.step1 .checkbox:nth-child(3) {
	margin-left: -1px;
	border-radius: 0;
}
/* step2 */
.wizard-wrapper > .step2 .radio {
	width: 33.3333%;
	float: left;
}
.wizard-wrapper > .step2 .radio:nth-child(1) {
	margin-right: -1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.wizard-wrapper > .step2 .radio:nth-child(2) {
	border-radius: 0;
}
.wizard-wrapper > .step2 .radio:nth-child(3) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* step4 */
.step4 .cf .cf {
	text-align: center;
	padding-bottom: 0.75rem;
}
/* step7/End */
.stepEnd .akkoord {
	font-size: 11px;
	color: #999;
	margin-bottom: 0.9rem;
	margin-left: 5px;
	display: inline;
}
.stepEnd .akkoord a {
	color: #999;
	text-decoration: none;
}
/* lander list */
.lander-list {
	margin: 0;
	padding: 0.75rem 0 0 0;
	list-style: none;
}
.lander-list li {
	padding: 4px 0;
}
.lander-list li i {
	margin-right: 10px;
	font-size: 18px;
	color: #61c589;
}
/* lander features */
.lander-features {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}
.lander-features li {
	float: left;
	width: 33.3333%;
	text-align: center;
	height: 80px;
	color: #999;
	font-size: 11px;
}
.lander-features li .lander-icn {
	display: block;
	margin: 0 auto 4px auto;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #e3e555;
}
.lander-features li .lander-icn.icn-reg {
	background-image: url('//www.cashpartners.eu/data/lp/23/img/icn-free-registration.png');
}
.lander-features li .lander-icn.icn-matching {
	background-image: url('//www.cashpartners.eu/data/lp/23/img/icn-smart-matching.png');
}
.lander-features li .lander-icn.icn-gender {
	background-image: url('//www.cashpartners.eu/data/lp/23/img/icn-percentage-gender.png');
}
.lander-features li em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #333;
	display: block;
}
/* note */
.funnel .note {
	background: #faf6d9;
	margin: 0.75rem 0;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
}
.funnel .note p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #8d795d;
}
}
/*-- Country and province form elements ------------------------------------------------------------------------*/

#userRegisterForm{
	margin: 0 auto;
}
.step3 .input label {
	text-align: left;
	width: 100%;
	line-height: 32px;
	font-weight: bold;
}
.select2{
	min-width: 100%;
	width: auto !important;
}
.form-single .select2-container .select2-selection--single {
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
}
.form-single .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:10px;
}
.form-single .select2-container .selection span {
	height: 32px ;
	line-height: 32px;
	text-align: left;
	color: #48474b;
}
.select2-container.select2-container--open .select2-dropdown {
	margin: 1px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: rgba(255,255,255,.95);
}
.select2-container.select2-container--open .select2-dropdown #select2-ProfileProfileCountryId-results {
	margin-top: 5px;
}
.select2-container.select2-container--open .select2-dropdown .select2-search {
	padding: 0px;
	padding-bottom: 10px;
	line-height: 20px;

}
.select2-container.select2-container--open .select2-dropdown .select2-search .select2-search__field {
	border: 1px solid #ddd;
	background: transparent;
	padding: 3px 6px;
	border-radius: 2px;
	margin-top:5px;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option,
.select2-container.select2-container--open .select2-dropdown .select2-results__option:link,
.select2-container.select2-container--open .select2-dropdown .select2-results__option:visited {
	padding-left: 0;
	background-color:transparent;
	color: #48474b;
	transition: all .2s ease-in-out;
	line-height: 20px;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option:hover,
.select2-container.select2-container--open .select2-dropdown .select2-results__option:active {
	background-color:transparent;
	color: #48474b;
	padding-left: 0px;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option::before {
	content: '';
	opacity: 0;
	width: 5px;
	margin-right:3px;
	margin-left:-8px;
	height: 20px;
	padding: 6px 0;
	display: inline-block;
	float: left;
	background-color: red;
	position: relative;
	transition: all .2s ease-in-out;
	background: url('/img/arrow-right.svg') no-repeat left center; background-size: 4px auto;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option:hover::before,
.select2-container.select2-container--open .select2-dropdown .select2-results__option:active::before {
	content: ''; opacity: 1;
	width: 5px;
	margin-left:0;
	margin-right: 3px;
}

.select2-container.select2-container--open .select2-dropdown .select2-results__option:first-child{
padding-top:0;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option:last-child {
padding-bottom:0;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option::before {
	content: '';
	opacity: 0;
	width: 5px;
	margin-right:3px;
	margin-left:-8px;
	height: 20px;
	padding: 6px 0;
	display: inline-block;
	float: left;
	background-color: red;
	position: relative;
	transition: all .2s ease-in-out;
	background: url('/img/arrow-right.svg') no-repeat left center; background-size: 4px auto;
}
.select2-container.select2-container--open .select2-dropdown .select2-results__option::last-child::before {
margin-top:-5px;
}
.privacy.footer-level > div {
	position: absolute;
	left: 0;
	top: 0;
}
.privacy.footer-level p{
	line-height: 14px;
	font-size: 12px;
	padding-bottom: 0;
	padding-top: 4px;
	text-align: left;
	margin-top: 0;
	background: transparent;
}

/*-- End country and province form elements ------------------------------------------------------------------------*/

.select2.select2-container  {
	width: auto !important;
	margin-bottom: 10px;

}






/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.lander-wrapper {
		width: 100%;
		max-width: auto;
		min-width: 100%;
		padding: 0;
		margin: 0;
	}
	.lander-wrapper .row {
		padding: 0;
		margin: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.lander-wrapper .card {
		float: none;	
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.lander-wrapper .card {
		width: 100%;
	}
}
/*@media only screen and (max-width : 280px) {
	::-webkit-scrollbar { 
	    display: block; 
	}
}*/


.profile-texts {
	position: absolute;top:270px;left: 90px;
	width: 230px;
	text-align: center;
}
.carousel-indicators {
	bottom: -50px;
}