@font-face { font-family: 'opensans-regular'; src: url('font/opensans-regular-webfont.eot'); src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('font/opensans-regular-webfont.woff') format('woff'),  url('font/opensans-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'opensans-bold'; src: url('font/opensans-bold-webfont.eot'); src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('font/opensans-bold-webfont.woff') format('woff'),  url('font/opensans-bold-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'opensans-semibold'; src: url('font/opensans-semibold-webfont.eot'); src: url('font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('font/opensans-semibold-webfont.woff') format('woff'),  url('font/opensans-semibold-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'opensans-light'; src: url('font/opensans-light-webfont.eot'); src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),  url('font/opensans-light-webfont.woff') format('woff'),  url('font/opensans-light-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'opensans-italic'; src: url('font/opensans-italic-webfont.eot'); src: url('font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),  url('font/opensans-italic-webfont.woff') format('woff'),  url('font/opensans-italic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'sourcesanspro-bold'; src: url('font/sourcesanspro-bold-webfont.eot'); src: url('font/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('font/sourcesanspro-bold-webfont.woff') format('woff'),  url('font/sourcesanspro-bold-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sourcesanspro-regular'; src: url('font/sourcesanspro-regular-webfont.eot'); src: url('font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('font/sourcesanspro-regular-webfont.woff') format('woff'),  url('font/sourcesanspro-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sourcesanspro-semibold'; src: url('font/sourcesanspro-semibold-webfont.eot'); src: url('font/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('font/sourcesanspro-semibold-webfont.woff') format('woff'),  url('font/sourcesanspro-semibold-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sourcesanspro-light'; src: url('font/sourcesanspro-light-webfont.eot'); src: url('font/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),  url('font/sourcesanspro-light-webfont.woff') format('woff'),  url('font/sourcesanspro-light-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sourcesanspro-italic'; src: url('font/sourcesanspro-italic-webfont.eot'); src: url('font/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),  url('font/sourcesanspro-italic-webfont.woff') format('woff'),  url('font/sourcesanspro-italic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }

* {
	outline: none;
	box-sizing: border-box;	
}

body, html{
  height: 100%;
}
body:before {
	content: '';
	display: block;
	max-width: 1920px;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
}
header {
	max-width: 960px;
	width: 100%;
	margin: 0px auto;
	height: 90px;
	position: relative;
}
header .logo {
	display: inline-block;
	padding-top: 17px;
	padding-left: 10px;
	font-family: 'sourcesanspro-bold';
	color: #fff;
	font-size: 13px;
}
header .logo img {
	margin-bottom: 3px;
 	margin-left: -7px;
 	z-index: 7;
 	position: relative;
}
header .menu {
	float: right;	
}
header a {
	color: #fff;
	font-size: 14px;
	font-family: 'sourcesanspro-semibold';
	line-height: 90px;
	text-decoration: none;
	display: inline-block;
	margin-right:30px;
	z-index: 7;
	position: relative;
}
header .login {
	border: none;
	background: transparent;
	width: 80px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'sourcesanspro-semibold';
	border-radius: 3px;
	margin-right: 20px;
	border: 1px solid #fff;
	transition: all 200ms;
	z-index: 11;
	position: relative;
}
header .login:hover {
	cursor: pointer;
	background: #528ab5;
	border: 1px solid #528ab5;	
}
.mozaik img {
	display: block;
	width: 100%;
	height: 100%;
}
.mozaik-wrapper {
	overflow: hidden;
	min-width: 1050px;
	width: 100%;
	position: absolute;
	height: 100%;
	min-height: 928px;
	top:0px;
}
.mozaik {
	width: 1950px;	
}
.mozaik .item-wrapper {
	position: relative;	
	width: 150px;
	height: 181px;
	display: inline-block;
	vertical-align: top;
	float: left;
	text-align: center;
}
.mozaik .item {
	position: absolute;
	top:0px;
	left: 0px;
	width: 150px;
	height: 181px;
	transition: all 200ms;
	margin: 0px auto;
}
.mozaik .item .info {
	position: absolute;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'sourcesanspro-regular';
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: all 200ms;
	background: url(../img/csempe/grad.png) repeat-x center bottom;
	width: 100%;
	height: 187px;
	bottom: 30px;
	padding-top: 160px;
}
.mozaik .item .join {
	height: 30px;
	background: rgba(255,255,255,0.9);
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	color: #090c0e;
	text-align: center;
	font-family: 'sourcesanspro-semibold';
 	line-height: 30px;
  	width: 150px;
  	opacity: 0;
  	font-size: 12px;
  	transition: all 200ms;
}
.mozaik .item .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	display: block;	
	transition: all 200ms;
}
/*.mozaik .item-wrapper:hover {
	width: 180px;
	height: 217px;
	margin: -18px -15px -18px -15px;
	z-index: 2;
}*/
.mozaik .item-wrapper:hover .item {
	width: 180px;
	height: 217px;
 	box-shadow: 0px 0px 9px 6px rgba(0, 0, 0, 0.4);
 	cursor: default;
 	top: -18px;
 	left: -15px;
 	z-index: 10;
}

.mozaik .item-wrapper:hover .info,.mozaik .item-wrapper:hover .join {
	opacity: 1;
}
.mozaik .item-wrapper:hover .overlay {
	display: none;
}
.mozaik .item-wrapper:hover .info {
	width: 180px;
}
.item-wrapper:hover .join {
	width: 180px;
}
/**/
.login-content-form{ display: none; }
#login_layer {
	background:	#f5f5f5;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	position: absolute;
	right: 20px;
	top: 55px;
	padding: 15px;
	overflow: hidden;
	z-index: 21;
	top: 33px;
}
#login_layer form {
	width: 270px;
}
#login_layer .title {
	color: #346a94;
	font-family: 'opensans-semibold';
	font-size: 18px;
	padding-left: 5px;
}
#login_layer .login input[type=text],#login_layer .login input[type=password],
#login_layer .login-facebook input[type=text],#login_layer .login-facebook input[type=password],
#login_layer .new-pw input[type=text] {
	width: 100%;
	font-size: 13px;
	font-family: 'opensans-regular';
	height: 30px;
	border: 1px solid #a2a2a2;
	border-radius: 2px;
 	padding: 5px;
 	margin-top: 20px;
 	color: #4A4A4A;
  	position: relative;
    z-index: 1;
}
#login_layer .login input[type=password],#login_layer .login-facebook input[type=password] {
	display: inline-block;
	width: 167px;	
}
#login_layer .login_submit {
  float: right;
  margin-top: 19px;
}
#login_layer .text {
	font-size: 12px;
    color: #5b5b5b;
    font-family: 'opensans-regular';
    padding: 0px 5px;
    line-height: 17px;
    margin: 10px 0px 0px 0px;
}
#login_layer .text strong {
	font-family: 'opensans-bold';
}
#login_layer .login-facebook .facebook_login {
	width: 190px;
	margin-top: 15px;
}
#login_layer .facebook-connect {
	width: 270px;	
}
#login_layer .login-facebook, #login_layer .facebook-connect {
	display: none;	
}
#login_layer input[type=submit],
#login_layer input.megse,
#login_layer input.mehet,
#login_layer input.rendben
 {
	background: #346a94;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'opensans-semibold';
	width: 90px;
	height: 30px;
	border: none;
	vertical-align: bottom;
 	margin-left: 13px;	
}
#login_layer input[type=submit]:hover,
#login_layer input.megse:hover,
#login_layer input.mehet:hover,
#login_layer input.rendben:hover {
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.22);
	cursor: pointer;
}
#login_layer input.megse {
	background: #575757;
}
#login_layer input.rendben {
	margin: 0px;	
}
#login_layer .button-wrapper {
  text-align: center;
  margin-top: 20px;
}
#login_layer .button-wrapper input.megse {
	margin: 0px 5px 0px 0px;	
	vertical-align: top;
}
#login_layer .button-wrapper input.mehet {
	margin: 0px 0px 0px 5px;	
}
#login_layer hr {
	border: none;
	height: 1px;
	background: #D0D0D0;
	margin: 15px 0px 10px 0px;
}
#login_layer .hr2 {
	border-bottom: 1px solid #9b9b9b;
  	height: 8px;
 	margin: 15px auto 15px auto;
}
#login_layer .hr2 .center-text {
	color: #a2a2a2;
	font-family: 'opensans-semibold';
	width: 50px;
	margin: 0px auto;
	background: rgb(245, 245, 245);
	text-align: center;
	font-size:12px;
}
#login_layer .facebook_login {
    background: #346a94;
    width: 172px;
    height: 32px;
    font-size: 12px;
    font-family: 'opensans-bold';
    color: #fff;
    border-radius: 5px;
    border: none;
    margin: 0px auto;
    display: block;
}
#login_layer .facebook_login {
    font-family: 'opensans-regular';
    background: #2c4282 url(../img/cimlap2015/sprite.png) no-repeat;
    background-position: -54px -257px;
    padding-left: 25px;
}
#login_layer .facebook_login:hover {
    background-color: #1d2f65;
    cursor: pointer;
}
#login_layer label,#login_layer a {
	color: #5b5b5b;
	font-size: 12px;	
	font-family: 'opensans-regular';
}
#login_layer label input {
	vertical-align: middle;	
}
#login_layer a {
	float: right;
	margin-top: 3px;	
}
#login_layer .close,#reg_layer .close {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/cimlap2015/sprite.png);
	background-position: 0px -270px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 30;
}
#login_layer .new-pw,#login_layer .new-pw-done {
	display: none;
}
#login_layer .new-pw .text {
	font-size: 12px;
	color: #5b5b5b;
	font-family: 'opensans-bold';
  	margin: 15px 0px -5px 5px;
}
#login_layer .new-pw-done .text {
	font-size: 12px;
	color: #5b5b5b;
	font-family: 'opensans-regular';
	text-align: center;
	margin: 20px 0px;
 	line-height: 18px;
}
#login_layer .new-pw-done .text strong {
	font-family: 'opensans-bold';
	font-weight: normal;
}
#login_layer input[type=checkbox] {
	display: none;	
}
#login_layer input[type=checkbox] + span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/cimlap2015/gv_select.png);
	background-position: 0px -268px;
 	margin-bottom: -4px;
 	margin-left: 5px;
}
#login_layer input[type=checkbox] + span:hover {
	background-position: -16px -284px;
	cursor: pointer;
}
#login_layer input[type=checkbox]:checked + span {
	background-position: -16px -268px;
}
#login_layer.js-loginBoxC {
    background-color: #346a94;
    display: none;
    overflow-x: hidden;
    position: absolute;
    z-index: 9;
}
/*.center-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -202.5px;
	margin-top: -244px;
	z-index: 8;
	
}*/
.center-box {
    position: relative;
    z-index: 8;
    width: 405px;
    margin: 50px auto 0px auto;
    top: 0px;
}    
.ismerdmeg {
	text-align: center;
	font-size:16px;
	font-family: 'sourcesanspro-semibold';
	font-style: italic;
	margin-top: 10px;
}
.ismerdmeg a {
	color: #fff;
}
.ismerdmeg a:hover {
	text-decoration: none;	
}
#reg_layer.shake {
	-webkit-animation: linkQuake 400ms infinite;
	animation: linkQuake 400ms infinite;
}
#reg_layer {
	background: rgb(245, 245, 245);
	border-radius: 5px;	
	font-size: 18px;	
	font-family: 'opensans-regular';
	color: #6f6f6f;
	padding: 2px 0px;

}
#reg_layer form {
	width: 275px;
	margin: 25px 65px;
}
#reg_layer .title {
	color: #c1272d;
	font-family: 'opensans-light';
	font-size: 59px;
 	margin-bottom: 20px;
}
#reg_layer .padding-left {
	padding-left: 10px;	
}
#reg_layer label input {
	display: none;	
}
#reg_layer label input+span {
	display: inline-block;
	height: 37px;
	width: 37px;	
	background: url(../img/cimlap2015/gv_select.png);
	background-position: 0px -38px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
	margin-left: 24px;
}
#reg_layer label input:checked+span {
	background-position: 0px 0px;
}
#reg_layer select {
	height: 41px;
	width: 100%;
	border: none;
	color: #a2a2a2;
	font-family: 'opensans-regular';
	font-size: 18px;
	padding-left: 7px;
	padding-right: 40px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
	background: none;
	margin-top: 20px;
	position: relative;
	z-index: 20;
	color: #4A4A4A;
}
#reg_layer select option {
	font-family: 'opensans-regular';
 	color: #4A4A4A;
}
select::-ms-expand {
    display: none;
}
select:focus::-ms-value {
	background: none;
	color: #a2a2a2;
}
#reg_layer select option:disabled {
	display: none;	
}
#reg_layer input[type=text] {
	height: 44px;
	width: 100%;
	border: 1px solid #a2a2a2;
	border-radius: 1px;
	color: #a2a2a2;
	font-family: 'opensans-regular';
	font-size: 18px;
	padding: 0px 10px;
	margin: 20px 0px;
	position: relative;
	z-index: 1;
	color: #4A4A4A;
}
#reg_layer .normal_reg,#reg_layer .facebook_reg {
	background: #346a94;
	width: 192px;
	height: 32px;
	font-size: 12px;
	font-family: 'opensans-bold';
	color: #fff;
	border-radius: 5px;
	border: none;
	margin: 0px auto;
	display: block;
}
#reg_layer .normal_reg:hover {
	background: #528ab5;
	cursor: pointer;
}
#reg_layer .facebook_reg {
	font-family: 'opensans-regular';
	background: #2c4282 url(../img/cimlap2015/sprite.png) no-repeat;
 	background-position: -54px -257px;
  	padding-left: 25px;
}
#reg_layer .facebook_reg:hover {
	background-color: #1d2f65;
	cursor: pointer;
}
#reg_layer .wrapper {
	position: relative;	
}
#reg_layer .wrapper .placeholder {
	position: absolute;
	top: 25px;
	left: 10px;
	font-family: 'opensans-semibold';
	font-size: 10px;
	color: #346a94;
	transition: all 500ms;
}
#reg_layer select:focus + .placeholder,#reg_layer input[type=text]:focus + .placeholder,
#reg_layer .wrapper.active .placeholder {
	top: 7px;
}
#reg_layer .wrapper .big-placeholder {
	position: absolute;
	height: 40px;
	width: 100%;
	top: 23px;
	left: 0px;
	overflow: hidden;
	z-index: 10;
}
#reg_layer .wrapper .big-placeholder.select {
	border: 1px solid #a2a2a2;
 	border-radius: 1px;
	background: #fff url(../img/cimlap2015/gv_select.png);
	background-position: 236px -76px;
	background-repeat: no-repeat;
	top: 20px;
}
#reg_layer select:focus + .placeholder + .big-placeholder,#reg_layer input[type=text]:focus {
	box-shadow: 0 0 0px 2px #346a94;
	border: 1px solid transparent;
	border-radius: 3px;
}
#reg_layer .wrapper .big-placeholder:after {
	content: attr(data-title);
	position: absolute;
	top: 10px;
	left: 11px;	
	color: #a2a2a2;
	transition: all 500ms;
}
#reg_layer select:focus + .placeholder+.big-placeholder:after,#reg_layer input[type=text]:focus + .placeholder+.big-placeholder:after,
#reg_layer .wrapper.active .big-placeholder:after {
	top: -20px;
	font-size: 12px;
}
.wrapper.active .big-placeholder[for=reg_email],.wrapper.active .big-placeholder[for=emil],.wrapper.active .big-placeholder[for=pass] {
	visibility: hidden;
}

#reg_layer .hr {
	border-bottom: 1px solid #9b9b9b;
  	height: 8px;
  	width: 190px;
 	margin: 10px auto 15px auto;
}
#reg_layer .hr .center-text {
	color: #a2a2a2;
	font-family: 'opensans-semibold';
	width: 50px;
	margin: 0px auto;
	background: rgb(245, 245, 245);
	text-align: center;
	font-size:12px;
}
#reg_layer .facebook.center-text {
	font-size: 10px;
	color: #a2a2a2;
	font-family: 'opensans-semibold';
	text-align: center;
	margin-top: 10px;
}

@-webkit-keyframes linkQuake {
	0%   { 
		transform: translate(2px, 1px)   rotate(0deg); 
	}
	10%  { 
		transform: translate(-1px, -2px) rotate(-1deg); 
	}
	20%  { 
		transform: translate(-3px, 0px)  rotate(1deg); 
	}
	30%  { 
		transform: translate(0px, 2px)   rotate(0deg); 
	}
	40%  { 
		transform: translate(1px, -1px)  rotate(1deg); 
	}
	50%  { 
		transform: translate(-1px, 1px)  rotate(-1deg); 
	}
	60%  { 
		transform: translate(-3px, -2px)  rotate(0deg); 
	}
	70%  { 
		transform: translate(2px, 1px)   rotate(-1deg); 
	}
	80%  { 
		transform: translate(-1px, -2px) rotate(1deg); 
	}
	90%  { 
		transform: translate(2px, -1px)   rotate(0deg); 
	}
	100% { 
		transform: translate(1px, -2px)  rotate(-1deg); 
	}
}
@keyframes linkQuake {
	0%   { 
		transform: translate(2px, 1px)   rotate(0deg); 
	}
	10%  { 
		transform: translate(-1px, -2px) rotate(-1deg); 
	}
	20%  { 
		transform: translate(-3px, 0px)  rotate(1deg); 
	}
	30%  { 
		transform: translate(0px, 2px)   rotate(0deg); 
	}
	40%  { 
		transform: translate(1px, -1px)  rotate(1deg); 
	}
	50%  { 
		transform: translate(-1px, 1px)  rotate(-1deg); 
	}
	60%  { 
		transform: translate(-3px, -2px)  rotate(0deg); 
	}
	70%  { 
		transform: translate(2px, 1px)   rotate(-1deg); 
	}
	80%  { 
		transform: translate(-1px, -2px) rotate(1deg); 
	}
	90%  { 
		transform: translate(2px, -1px)   rotate(0deg); 
	}
	100% { 
		transform: translate(1px, -2px)  rotate(-1deg); 
	}
}

/*anims*/
#reg_layer.js-regBoxC{ 
	display: none; 
	position: absolute;
	z-index: 9;
	background-color: #346a94;
}
#login_layer.js-loginBoxC{ 
	display: none; 
	position: absolute;
	z-index: 12;
	background-color: #346a94;
	overflow-x: hidden;
}
.reg-content-form{ display: none; }
.js-reg-btn{ position: relative; z-index: 10; }
.login-content-form{ display: none; }

body .animRow1 {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}
body .animRow2 {
	-webkit-transition-delay: 0.03s;
	transition-delay: 0.03s;
}
body .animRow3 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.06s;
}
body .animRow4 {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
body .animRow5 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
body .animRow6 {
	-webkit-transition-delay: 0.11s;
	transition-delay: 0.11s;
}
.loginAnimRow {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.show .loginAnimRow {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.noAnim{ 
	-webkit-transition: none;
	transition: none;
}
.main-text{ margin: 0 auto; }	
#login_layer .form-error input[type="text"], #login_layer .form-error input[type="password"]{ border: 1px solid #c6373d; color: #c6373d; }
.form-error .error{ color: #c6373d; margin-top: 5px; font-family: "opensans-semibold"; font-size: 12px;clear: both;padding-top: 10px;}
.form-error.elf-form .error {padding-top:5px;}
#login_layer .form-error hr{ margin-top: 5px; }
.overlay{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 8; display: none; background: black; opacity: 0.8; }
.mpcont {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}
.main-pic {
	height: auto;
	position: absolute;
	width: auto;
	z-index: -10;
}
.mpcont .act{ z-index: -8; }

.user-overlay {background-color: rgba(0, 0, 0, 0.8);position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 11;}
.user-overlay img {width:177px;height:216px;}
.user-overlay .item-wrapper {position: absolute;top: 20%;left: 50%;margin-left:-88px;}
/*.user-overlay .item-wrapper.open {margin-top:-165px;}*/
.user-overlay .item-wrapper .info {position: absolute;text-align: center;font-size: 16px;color: #fff;font-family: 'sourcesanspro-regular';
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);background: url(../img/csempe/grad.png) repeat-x center bottom;width: 100%;height: 187px;bottom: 49px;padding-top: 160px;}
.user-overlay .item-wrapper .check-wrapper {height:49px;background:rgba(255,255,255,0.95);width:100%;position:absolute;bottom:0px;}
.user-overlay .item-wrapper .check-wrapper label {display:block;height:49px;padding:9px 30px;cursor:pointer;}
.user-overlay input[type=checkbox] {display:none;}
.user-overlay .custom-check {float: left;margin-right:10px;}
.user-overlay input[type=checkbox] + .custom-check {display:inline-block;width:32px;height:32px;background:url(../img/useres/checkbox.png);}
.user-overlay input[type=checkbox]:checked + .custom-check {display:inline-block;width:32px;height:32px;background:url(../img/useres/checkbox.png) -33px 0px;}
.user-overlay .item-wrapper .text {font-size:14px;font-family: 'sourcesanspro-regular';text-transform:uppercase;overflow:auto;line-height: 16px;}
.user-overlay .item-wrapper .text strong {font-family: 'sourcesanspro-bold';font-size:16px;font-weight:normal;}
.user-overlay .reg {display:none;position: absolute;top: 100%;color:#fff;font-family: 'sourcesanspro-italic';font-size:16px;padding: 10px 26px;line-height: 20px;}
.user-overlay .reg.active {display:block;}
.user-overlay .reg strong {font-family: 'sourcesanspro-bold';font-style:italic;font-weight:normal;}
.user-overlay .reg_button {margin-top:15px;background: #346a94;width: 100%;height: 32px;font-size: 12px;font-family: 'opensans-bold';line-height: 32px;color: #fff;
	border-radius: 5px;border: none;margin-top: 10px;display: block;}
.user-overlay .reg_button:hover {background: #528ab5;cursor: pointer;}
.user-overlay .close {font-size:0px;position:absolute;right:20px;top:20px;width:24px;height:25px;background:url(../img/useres/checkbox.png) -66px 0px;cursor:pointer;}
.item-wrapper .item.checked .tick {display:block;}
.item-wrapper .item .tick {width:100%;height:33px;background:url(../img/useres/grad-top.png);position:absolute;top:0px;z-index:1;display:none;}
.item-wrapper .item .tick i {display:block;width:13px;height:11px;background:url(../img/useres/checkbox.png) -92px 0px;margin:5px 0px 0px 5px;}
.login .wrapper {position:relative;}
.login .wrapper .placeholder {position: absolute;top: 25px;left: 6px;font-family: 'opensans-semibold';font-size: 10px;color: #346a94;transition: all 500ms;}
.login .wrapper input[type=text]:focus + .placeholder,.login .wrapper input[type=password]:focus + .placeholder,
.login .wrapper.active .placeholder,.login .wrapper.active .placeholder {top: 6px;}
.login .wrapper .big-placeholder {position: absolute;height: 29px;width: 100%;top: 21px;left: 0px;overflow: hidden;z-index: 10;font-size:13px!important;}
.login .wrapper .big-placeholder.pass {width:166px;}
.login .wrapper.pass {float:left;}
.login input[name=emil]:focus,.login input[name=pass]:focus {box-shadow: 0 0 0px 1px #346a94;border: 1px solid transparent;border-radius: 3px;}
.login .wrapper .big-placeholder:after {content: attr(data-title);position: absolute;top: 8px;left: 8px;color: #a2a2a2;transition: all 500ms;}
.login input[type=text]:focus + .placeholder+.big-placeholder:after,
.login input[type=password]:focus + .placeholder+.big-placeholder:after,
.login .wrapper.active .big-placeholder:after {top: -20px;font-size: 12px;}
.clear {clear:both;}

.container {
	max-width: 960px;
    position: relative;
    margin: 60px auto 0 auto;
    z-index: 3;
 }
.uspcontainer {
	padding: 0px 15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}	
.uspcontainer1,
.uspcontainer2,
.uspcontainer3{
  width: 215px;
  text-align: center;
  float: left;
  color: white;
  margin-right: 140px;
}
.uspcontainer3{
  margin-right: 0;
}
.uspcontainer .icon {
	background: url(../img/cimlap2015/sprite.png);
	margin: 0px auto;
	display: block;
	height: 75px;
}
.uspcontainer1 .icon {
	width: 69px;
 	background-position: 0px -38px;
}
.uspcontainer2 .icon {
	width: 80px;
 	background-position: 0px -117px;
}
.uspcontainer3 .icon {
	width: 39px;
 	background-position: 0px -191px;
}
.usp1{
	color: #fff;
	text-align: center;
	margin: 10px auto;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'opensans-semibold';
 	line-height: 23px;
}
.tovabb_container {
	text-align: center;
	clear: left;
    padding: 50px 0 30px 0;
    z-index: 8;
    position: relative;
}
.tovabb{
	text-decoration: underline;
	font-size:20px;
	color: #fff;
	bottom:30px;
	font-family: 'opensans-italic';
}
.user-overlay .reg .loader {
	position: absolute;
    bottom: 16px;
    right: 30px;
    display: none;
}
.user-overlay .reg .button.loading .loader {
	display: block;
}
.user-overlay .reg .button.loading input[type=button] {
	text-align: left;
    padding-left: 10px;
}
#reg_layer .button,#login_layer .button {
	position: relative;	
}
#reg_layer .button .loader {
	position: absolute;
    right: 48px;
    bottom: 6px;
    display: none;
}
#login_layer .login .button .loader {
	position: absolute;
    right: 48px;
    bottom: 6px;
    display: none;
    right: 5px;
    bottom: -44px;
}
#login_layer .new-pw .button {
	display: inline-block;
}
#login_layer .new-pw .button .loader {
	position: absolute;
    right: 6px;
    bottom: 4px;
    display: none;
 }
#login_layer .new-pw .button.loading .mehet {
	text-align: left;
    padding-left: 13px;
 }
#login_layer .login .button.loading .login_submit {
	text-align: left;
}
#reg_layer .button.loading .loader,#login_layer .button.loading .loader {
	display: block;
}

#reg_layer .preregerror {
	text-align: center;
    margin: 10px 0px;
    color: red;
    font-size: 15px;
}
#reg_layer .preregFormElemError input,#reg_layer .preregFormElemError .big-placeholder.select {
	border: 1px solid red;	
}
#reg_layer label.preregFormElemError input[type=radio] + span {
	background-position: -39px 0px;	
}

/* Ideiglenes - GDPR miatti layer az új reg előtt  */
#layer-elfogad {position: fixed;top: 50%;left: 50%;width: 380px;z-index: 12;border-radius: 5px;overflow: hidden;margin-left: -190px;margin-top: -100px;box-shadow: 0 0 5px #aaa;font-family: Arial, Helvetica, sans-serif;display:none;}
#layer-elfogad .layer-cont{background:#fff;padding:20px;line-height:1.4;}
#layer-elfogad .layer-cont a {color:#346a94;}
#layer-elfogad input[type="checkbox"]{float:left;height:16px;margin-right:10px;margin-left:3px;}
#layer-elfogad input[type="checkbox"] + label{font-size:14px;display: block;padding-left: 26px;}
#layer-elfogad .col-full{overflow:hidden;}
#layer-elfogad .btns-center{text-align:center;margin-top:20px;}
#layer-elfogad .btns-center button{background: #4e84ac;background: -moz-linear-gradient(top, #4e84ac 0%, #4e84ac 50%, #346a94 51%, #3e82ad 100%);background: -webkit-linear-gradient(top, #4e84ac 0%,#4e84ac 50%,#346a94 51%,#3e82ad 100%);background: linear-gradient(to bottom, #4e84ac 0%,#4e84ac 50%,#346a94 51%,#3e82ad 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e84ac', endColorstr='#3e82ad',GradientType=0 );width:128px;height:38px;padding-left:10px;display:inline-block;border:1px solid #fff;text-decoration:none;text-align:center;line-height:36px;font-size:18px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#fff;-webkit-box-shadow:0 0 0 1px #c9c9c9;-moz-box-shadow:0 0 0 1px #c9c9c9;box-shadow:0 0 0 1px #c9c9c9;text-shadow:0 0 3px #1c521b;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:0;margin:0 10px;cursor:pointer;}
#layer-elfogad .btns-center button.btn-white{background:#949494;background:-moz-linear-gradient(top, #949494 0%, #949494 50%, #6f6f6f 51%, #818181 100%);background:-webkit-linear-gradient(top, #949494 0%,#949494 50%,#6f6f6f 51%,#818181 100%);background:linear-gradient(to bottom, #949494 0%,#949494 50%,#6f6f6f 51%,#818181 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#818181',GradientType=0 );text-shadow:0 0 2px #363636;}
/* Ideiglenes - GDPR miatti layer az új reg előtt  */

/* Reg Layer 2019*/

#reg_layer form {
	display: table;
	width: auto;
	margin: 15px 30px;
}

#reg_layer .title {
	font-family: 'opensans-regular';
	font-size: 30px;
	font-weight: 600;
	color: #5b5b5b;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.35;
	margin: 13px 0;
}

#reg_layer .subtitle {
	font-family: 'opensans-regular';
	font-size: 16px;
	font-weight: 400;
	color: #5b5b5b;
	line-height: 1.35;
	margin-bottom: 48px;
}

label.label-female,
label.label-male {
	cursor: pointer;
	display: inline-block;
	float: left;
	width: 50%;
	font-family: 'opensans-regular';
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #346a94;
	margin-bottom: 27px;
}

label.label-female:hover,
label.label-male:hover,
.label-radio.active {
	color: #FFF;
	background-color: #346a94;
}

label.label-female {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-right: -1px;
}

label.label-male {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

input[name="nem"],
input[name="kit"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#reg_layer .normal_reg {
	width: 100%;
	height: 70px;
	font-size: 30px;
	line-height: 64px;

	background-color: #336993;
	margin-top: 27px;
	margin-bottom: 30px;
}

#reg_layer .normal_reg:hover {
	background: #244865 !important;
	border-color: #244865 !important;
}

#reg_layer .facebook_reg {
	font-family: 'opensans-bold';
}

.regiszt-bubble input[type="radio"]:checked + label.label-female {
	color: #FFF;
	background-color: #346a94;
}

.regiszt-bubble input[type="radio"]:checked + label.label-male {
	color: #FFF;
	background-color: #346a94;
}

.btn-goog-wrap{width:172px;margin:10px auto;}
.btn-goog{display:inline-block;background:white;color:#5b5b5b;width:100%;height:32px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #a0a0a0;white-space:nowrap;line-height:28px;cursor:pointer;padding:0 10px;}
.btn-goog:hover{color:#333;border-color:#333;}
.btn-goog .icon{background:url('../img/btn_google.svg') no-repeat 0 0 / 20px 20px;display:inline-block;vertical-align:middle;width:20px;height:20px;}
.btn-goog .text{display:inline-block;vertical-align:middle;padding:0 0 0 15px !important;font-size:12px;font-weight:normal;font-family: 'Open Sans', sans-serif;font-weight: 600;margin:0 !important;}

#login_layer .login-google,#login_layer .google-connect{display:none;}
#login_layer .login-google input[type=text],#login_layer .login-google input[type=password]{width:100%;font-size:13px;font-family: 'Open Sans', sans-serif;font-weight: 400;height:30px;border:1px solid #a2a2a2;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:5px;margin-top:20px;color:#4A4A4A;position:relative;z-index:1;}
#login_layer .login-google input[type=password]{display:inline-block;width:167px;}
/* Reg Layer 2019*/

@media screen and (max-height: 860px) { /*alatt*/
	/*.center-box {
	  top: 181px;
	  margin-top: 0px;
	}*/
}
@media screen and (max-width: 345px) { /*alatt*/
	header a {
	  margin-right: 14px;
	}
}
@media screen and (max-width: 975px) { /*alatt*/
	.uspcontainer1, .uspcontainer2, .uspcontainer3 {
		margin-right: 40px;	
	}
	.container {
 		max-width: 795px;
	}
}
@media screen and (max-width: 615px) { /*alatt*/
	header a {
		line-height: 51px;
	}
}
@media screen and (max-width: 812px) { /*alatt*/
	.uspcontainer .icon {
		background-size: 65px;
		height: 60px;
	}
	.uspcontainer1 .icon {
	    width: 44px;
	    background-position: 0px -35px;
	}
	.uspcontainer2 .icon {
		width: 65px;
	    background-position: 0px -95px;
	}
	.uspcontainer3 .icon {
	    width: 31px;
	    background-position: 0px -159px;
	}
	.usp1 {
 		font-size: 12px;
 		line-height: 17px;
	}
	.uspcontainer1, .uspcontainer2, .uspcontainer3 {
		width: 145px;
  		margin-right: 30px;
	}
	.container {
	    max-width: 555px;
	}
}
@media screen and (max-width: 575px) { /*alatt*/
	.container {
 		max-width: 145px;
 		margin: 30px auto 0px auto;	
	}
	.uspcontainer {
		padding: 0px;
	}	
	.uspcontainer1, .uspcontainer2, .uspcontainer3 {
		display: block;
		float: none;
		margin: 0px auto;	
	}
	.mozaik-wrapper {
 		min-height: 1086px;	
	}
	.tovabb_container {
		padding-top: 20px;	
	}
	.center-box {
		left: 50%;
	    margin-left: -203px;
  	}
}
