@media screen {
	html {
		margin:0; 
		padding:0;
	}
	body, body.en{
		margin:0; 
		padding:0; 
		/*font-family: 'Arimo', sans-serif;*/
		font-family: 'Open-sans', sans-serif;
		text-align:left; 
		background: #fff;
	}
	input, textarea, button, select {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none!important; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	div.row{
		max-width: 1280px;
	}

	div.Registration dl.horizontal select::-ms-expand {
		display: none;
	}

	.visual, #owl1 .owl-item{
		background: url('/images/index/bg1.jpg') center center no-repeat;
		background-size: cover;
	}
	/*....................translations..................................*/

	/*....................end of translations..................................*/

	/*....................header section..................................*/
	.login{
		position: absolute;
		right: 50px;
		top: 30px;
		z-index: 9999;
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
	}

	.login:hover{
		text-decoration: none;
	}

	.Header h2{
		text-align: left;
		padding-top: 20px;
	}

	/*...............end of header section..................................*/
	/*...............registrtion section..................................*/

	.visual{
		background: url('/images/index/bg1.jpg') center center no-repeat;
		background-size: cover;
	}

	div.regHolder{
		padding: 200px 0 100px;
		text-align: center;
	}

	div.Registration{
		background: url('/images/index/regBG.png');
		width: 100%;
		max-width: 800px;
		display: none;
		margin-top: 130px;
		text-align: center;
		padding: 0 15px 30px;
		border-radius: 5px;
		margin: 0 auto;
		border: 1px solid #fff;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);;
	}

	#genderId{
		visibility: hidden;
		height: 0;
	}

	div.Registration form{
		margin: 0;
	}
	div.Registration .step{
		text-align: center;
		font-size: 40px;
		color: #41ffa3;
		margin: 20px auto 0;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 0;
		font-weight: bold;;
	}

	div.Registration .owl-item:nth-of-type(4) .step{
		padding-bottom: 35px;
	}

	div.Registration .owl-item:nth-of-type(3) .step{
		padding-bottom: 15px;
	}

	div.Registration .owl-item:nth-of-type(3) small{
		padding-bottom: 15px;
	}

	div.Registration .owl-item:nth-of-type(3) p.error{
		width: 100%;
	}

	.Registration .owl-controls.clickable{
		display: none!important;
	}

	div.Registration dl dt, div.Registration dl.horizontal dd{
		width: 100%;
		text-align: center;
	}
	div.Registration dl dt{
		padding: 10px 0 30px;
		display: none;
	}
	div.Registration dt label, div.Registration dt{
		text-align: center;
		font-size: 65px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
	}
	.hideInShortForm{
		display: none;
	}
	.hideInShortFiorm{
		display: none;
	}
	div.Registration select#birthDayPerson1, div.Registration select#birthMonthPerson1, div.Registration select#birthYearPerson1, dl dd input#email{
		display: inline-block;
		vertical-align: middle;
		width: 165px;
		padding: 15px 10px;
		font-size: 25px;
		text-align-last: left;
		margin: 0 10px;
		text-transform: uppercase;
		padding-left: 20px;
		box-sizing: border-box;
		font-weight: normal;
		font-family: 'Oswald', sans-serif;
		color: #626262;
		border: 1px solid #bababa;
		-moz-box-shadow: 0px 5px 0px 0px rgba(204,204,204,1);
	}
	dl dd input#email.invalid{
		background: #fbb0be;
	}
	input#email:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 40px white inset;
	}
	.notEmpty dl dd input#email{
		background: #fff url('/images/index/valid.png') 98% center no-repeat;
	}
	div.Registration select option{
		color: #000;
	}
	div.Registration select#birthDayPerson1, div.Registration select#birthMonthPerson1, div.Registration select#birthYearPerson1{
		background: #fff url(/images/index/arr.png) 95% center no-repeat;
		padding-left: 40px;
		display: block;
		float: left;
		margin: 0;
		border: none;
	}

	div.Registration select#birthDayPerson1{
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		border-right: none;
	}

	div.Registration select#birthYearPerson1{
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		border-left: none;
	}

	div.Registration select#birthMonthPerson1{
		border-left: none;
		border-right: none;
	}

	input#email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #626262;
		text-transform: uppercase;
	}
	input#email::-moz-placeholder { /* Firefox 19+ */
		color: #626262;
		text-transform: uppercase;
	}
	input#email:-ms-input-placeholder { /* IE 10+ */
		color: #626262;
		text-transform: uppercase;
	}
	input#email:-moz-placeholder { /* Firefox 18- */
		color: #626262;
		text-transform: uppercase;
	}
	dl dd input#email{
		width: 400px;
		border-radius: 6px;
		background: #fff;
	}
	dl dd input#email:focus, dl dd input#email:active{
		text-align: left;
		text-align-last: left;
	}

	div.Registration select#birthMonthPerson1{
		width: 280px;
	}

	.icon.warning.mailCheckerHelperMessage + p.icon.warning{
		color: #fff;
		font-size: 9px;
		background: none;
		display: none;;
	}

	div.Registration p.submitbutton.warning{
		margin:10px auto 0;
                width:80%;
	}

	div.RegistrationSimple div.submit-block p.warning a{
		color: #fff;
		font-size: 11px;
	}

	div.Registration input.submit{
		text-transform: uppercase;;
		font-family: 'Oswald', sans-serif;
		font-size: 24px;
		width: 170px;
		border: none;
		height: auto;
		color: #fff;
		margin-top: 0;;
		cursor: pointer;
		line-height: 64px;
		font-weight: bold;;;
		background: #1ab377;
		border-radius: 6px;
		-moz-box-shadow: 0px 5px 0px 0px rgba(21,143,95,1);

	}

	div.Registration input.submit.disabled{
		color: #919191;
		background: #630353;
	}

	.wizard-step small{
		display: block;
		text-align: center;
		color: #fff;
		font-size: 21px;;
	}

	.tipsy-w{
		display: none!important;
	}

	.owl-item:nth-of-type(4) dl.horizontal {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin: 0!important;
	}

	dl p.error{
		position: absolute;
		top: -35px;
		width: 100%;
	}

	body.el div.Registration input.submit{
		font-size: 20px;
	}

	body.ru div.Registration input.submit{
		font-size: 18px;
	}

	.owl-theme .owl-controls{
		display: none!important;
	}

	body .owl-theme .owl-controls .owl-page span{
		border-radius: 0;
		filter: Alpha(Opacity=100);/*IE7 fix*/
		opacity: 1;
		background-color: rgba(255,255,255, 0.3);
	}
	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span{
		background: rgba(229, 247, 75, 0.25);
	}

	dl p.error{
		left: 0;
		margin: 0 auto;
	}

	.owl-controls.clickable{
		padding-top: 10px;
	}

	.Registration .owl-item:first-of-type label{
		font-size: 70px;
	}

	.left, .right{
		width: 50%;
		float: left;
	}
	div.Registration .owl-item:nth-of-type(3) dl{
		display: inline-block;
		vertical-align: bottom;
		margin: 0;
	}

	div.Registration .owl-item:nth-of-type(3) dl dd{
		margin: 0!important;
	}

	p.submitbutton{
		padding: 0;
	}

	div.submit-block{
		display: inline-block;
		vertical-align: middle;
	}

	#sex{
		visibility: hidden;
		height: 1px;
	}

	.sm, .sw, #woman, #man{
		display: inline-block;
		width: 90%;
		color: #fff;
		font-size: 25px;
		text-transform: uppercase;
		border: 2px solid #fff;
		padding: 20px 40px;
		cursor: pointer;
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		margin: 30px auto 60px;
		-moz-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.2);
		cursor: pointer;
	}

	.sm, #man{
		background: #1ab377;
		border-radius: 6px;
		-moz-box-shadow: 0px 4px 0px 0px rgba(21,143,95,1);
		border: none;

	}

	.sw, #woman{
		background: #951b81;
		border-radius: 6px;
		-moz-box-shadow: 0px 4px 0px 0px rgba(178,22,50,1);
		border: none;
	}

	.wsm br, .msw br{
		display: none;
	}

	.clockHolder{
		display: inline-block;
		width: auto;
		background: #fff;
		border-radius: 5px;
		border: 1px solid #ddd;
		margin-top: -60px;
	}

	.clockHolder h3{
		font-weight: lighter;
		font-size: 20px;
		text-transform: uppercase;
		margin: 15px 0 -15px;
		color: rgba(31, 30, 30, 0.8);
	}

	.flip-clock-wrapper ul li a div div.inn{
		font-size: 40px;
	}

	.flip-clock-wrapper ul{
		width: 30px;
		height: 45px;
	}

	.flip-clock-wrapper ul li{
		line-height: 45px;
	}

	.flip-clock-divider{
		height: 55px;
		width: 10px;
	}

	.flip-clock-dot, .flip-clock-dot.bottom{
		display: none;
	}

	.flip-clock-divider .flip-clock-label, .flip-clock-divider.minutes .flip-clock-label, .flip-clock-divider.seconds .flip-clock-label{
		right: -70px;
		top: 60px;
		text-transform: uppercase;
		color: rgba(31, 30, 30, 0.8);;
	}

	.visual{
		position: relative;
	}

	.bgSlider{
		width: 100%;
		height: 100%;
		position: absolute;
	}

	#owl1 .owl-wrapper-outer, #owl1 .owl-wrapper, #owl1 .owl-item{
		height: 100%
	}

	#owl1 .owl-item:nth-of-type(1){
		background-image: url('/images/index/bg1.jpg');
	}

	#owl1 .owl-item:nth-of-type(2){
		background-image: url('/images/index/bg2.jpg');
	}
	#owl1 .owl-item:nth-of-type(3){
		background-image: url('/images/index/bg3.jpg');
	}
	#owl1 .owl-item:nth-of-type(4){
		background-image: url('/images/index/bg4.jpg');
	}
	/*............... end of registrtion section..................................*/
	/*............... middlesection..................................*/
	.welcome{
		text-align: center;
		padding: 0 10px;
		background: url(/images/index/mainTextBg.jpg) center center no-repeat;
		background-size: cover;
	}

	.welcome .welcomeBG{
		background: rgba(255,255,255, 0.85);
		display: inline-block;
		margin: 50px 0;
		border-radius: 6px;
	}
	.welcome h1{
		font-size: 44px;
		text-transform: uppercase;
		color: #434343;
		padding: 40px 0 20px;
		line-height: 1.2;
		font-weight: bold;
	}

	.welcome h1 strong{
		color: #df1c3f;
		display: block;
	}

	.welcome h2{
		font-size: 25px;
		color: #000;
		padding: 10px 0 40px;
		text-transform: uppercase;
	}

	.welcome p{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color: #434343;
		padding-bottom: 20px;
		padding: 30px 50px;
		border-radius: 3px;
		line-height: 31px;
		max-width: 914px;
		margin: 0 auto;
	}

	.goDown{
		font-family: 'Arimo', sans-serif;
		color: #fff;
		background: #ac1969;
		padding: 20px 50px;
		display: inline-block;
		margin-top: -30px;
		text-transform: uppercase;
		cursor: pointer;
		margin-bottom: 100px;
		font-weight: bold;
	}

	.SearchResult{
		display: none;
		width: 90%;
		margin: 0 auto 100px;
	}

	.membersArea{
		background: url(/images/index/footerBg.jpg) center top no-repeat;
		background-size: cover;
	}

	.membersArea ul{
		list-style-type: none;
		margin-top: 60px;;
		padding: 0;
	}

	.membersArea ul li{
		display: inline-block;
		vertical-align: top;
		width: 25%;
		text-align: center;
		margin: 0 -3px;
		padding: 0 3% 0;
	}

	.membersArea ul.second {
		margin-top: 30px;
	}

	.membersArea ul.second li{
		padding: 0;
		background: none;
	}

	.membersArea ul li img{
		margin: 10px 0;
	}

	.membersArea ul li h3{
		font-size: 26px;
		color:#fff;
		text-transform: uppercase;
	}

	.membersArea ul li p{
		color: #fff;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		line-height: 2;
	}

	.membersArea ul li a{
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
		color: #fff;
		background: #1ab377;
		padding: 15px 30px;
		display: inline-block;
		margin-top: 0;
		text-transform: uppercase;
		cursor: pointer;
		margin-bottom: 100px;
		border-radius: 6px;
		letter-spacing: 1px;
		font-size: 17px;;

	}
	.membersArea h2{
		font-size: 50px;
		letter-spacing: 1px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 30px;;
	}

	.membersArea h2 span{
		color: #03d3e0;
	}

	
	.joinUs{
		width: 270px;
		display: block;
		text-align: center;
		margin: 0 auto 110px;
		color: #fff;
	}

	.joinUs:hover{
		text-decoration: none;
	}
	/*............... end of middlesection...................................*/
	/*............... footer secrtin.................................*/
	footer{
		background: url('/images/index/footer.png');
		padding: 50px 0 0;
		overflow: hidden;
	}

	footer .logo{
		width: 100px;
		display: block;
		margin: 50px auto 20px;
	}
	iframe{
		max-width: 100%;
	}

	.Footer{
		text-align: center;
	}

	.footerWarn{
		color: #fff;
		opacity: 0.35;
		font-size: 13px;
		padding-top: 30px;;
		font-family: 'Arimo', sans-serif;
		text-align: left;
		line-height: 1.5;
	}

	#bottonNavigation{
		text-align: left;
	}

	#bottonNavigation li{
		list-style-type: none;
		padding: 20px 35px;
		display: inline-block;

	}

	ul#bottonNavigation li a{
		color: rgba(255,255,255, 0.37);
		font-size: 14px;
		text-transform: uppercase;
		font-family: 'Arimo', sans-serif;
	}

	div#copyright{
		font-size: 14px;
		color: rgba(255,255,255, 0.17);
		margin-top: 20px;;
	}

	div#copyright br{
		display: none;
	}

	/*............... end of footer..................................*/


	/*............... mediaquery section..................................*/
}

@media all and (max-width: 1180px){
	.owl-buttons .owl-prev, .owl-buttons .owl-next{
		top: -130px;
	}
}

@media all and (max-width: 991px){
	.owl-buttons .owl-prev, .owl-buttons .owl-next{
		top: -120px;
	}

	.wsm, .msw{
		width: 270px;
		line-height: 30px;
	}

	.wsm br, .msw br{
		display: block;
	}

}

@media all and (max-width: 768px){
	.wsm, .msw{
		margin: 0 auto;
	}

	.Header a img{
		width: 200px;
	}

	.welcome h1{
		padding-top: 40px;
		font-size: 40px;
	}

	.welcome h2{
		font-size: 20px;
	}

	.welcome p{
		font-size: 14px;
	}

	.goDown{
		margin-top: 80px;
	}

	.membersArea ul li{
		width: 50%;
	}

	.membersArea ul.second{
		display: none;
	}

	.membersArea{
		padding-bottom: 60px;
	}

	div.regHolder{
		padding: 100px 0;
	}
}

@media all and (max-width: 640px){

	.Header a img{
		width: 120px;
	}
	.login{
		right: 15px;
		top: 15px;
	}

	.wsm, .msw{
		font-size: 12px;
		width: 130px;
		padding: 10px;
		line-height: 18px;
	}

	div.Registration .owl-item:nth-of-type(3) dl{
		width: 90%;
		margin: 0 auto;
	}

	div.Registration select#birthDayPerson1, div.Registration select#birthMonthPerson1, div.Registration select#birthYearPerson1, dl dd input#email{
		width: 33%;
		padding: 10px;
		font-size: 10px;
		background-size: 20px;
	}

	dl dd input#email{
		width: 95%;
		text-indent: 5%;
	}

	div.Registration select#birthMonthPerson1 {
		width: 30%;
	}

	div.Registration .step, div.Registration .owl-item:nth-of-type(3) .step, div.Registration .owl-item:nth-of-type(4) .step{
		font-size: 20px;
	}

	.owl-item:nth-of-type(4) dl.horizontal{
		margin: 0!important;
		vertical-align: top;
		width: 50%;
	}

	body.ru div.Registration input.submit{
		font-size: 8px;
	}

	div.Registration input.submit{
		padding: 3px;
		font-size: 15px;
		line-height: 28px;
		font-size: 17px;
		width: 80px;
		margin-left: 10px;
	}

	.welcome h1{
		font-size: 20px;
	}

	.welcome h2{
		font-size: 18px;
	}

	.welcome p{
		font-size: 13px;
	}

	.goDown{
		font-size: 12px;
		margin: 10px auto 30px;
		padding: 10px 15px
	}

	.membersArea ul li h3{
		font-size: 18px;
	}

	.membersArea ul li p{
		display: none;
	}

	.middle-section .membersArea ul li{
		background-size: 90px;
		padding: 10px 5%;
		vertical-align: middle;
	}

	.membersArea h2{
		font-size: 23px;
		margin-bottom: 10px;
	}

	.SearchResult{
		margin-bottom: 50px;
	}
	footer {
		padding-top: 20px;;
	}

	#bottonNavigation{
		padding: 0;
		text-align: center;
	}

	ul#bottonNavigation li a{
		font-size: 12px;
	}

	div#copyright{
		float: none;
		text-align: center;
	}

	body.lt div.Registration input.submit{
		font-size: 11px;
	}

	body.el div.Registration input.submit{
		font-size: 9px;
	}

	div.Sidebar.Left{
		background: url('/images/index/footer.png');
	}

	.clockHolder{
		display: none;
	}

	div.Registration{
		padding: 15px 0;
	}

	.sm, .sw, #woman, #man{
		padding: 10px 20px;
	}
}

@media all and (max-width: 480px){
	div.regHolder{
		padding: 50px 0;
	}

	div.Registration{
		padding-bottom: 0;
	}

	.sm, .sw, #woman, #man{
		margin: 30px auto;
	}

	dl p.error{
		position: relative;
		top: -20px;
	}
	.welcome p{
		padding: 30px 10px;
	}

	body.es .login, body.fr .login, body.lt .login, body.hu .login, body.sr .login, body.fi .login{
		top: 0;
	}

}

/*............... mediaquery section end..................................*/




/*448498.1.343.4.88445ab*/