@charset "UTF-8";
/* CSS Document */

.BLOCK.columns.no1.creative {
	background-image:url(../pics/page/hu/Nyitooldal.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:570px;
}

.nyitooldal-link {
	display:inline-block;
	width:95px;
	height:35px;
	outline:0px dotted orange;
	padding:105px 0px 0px 0px;
	margin:0px 17px 0px 0px;
	text-align:center;
	text-decoration:none;
	font-family:allerregular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:black;
}
.nyitooldal-link.wider {
	width:155px;
	margin-left:-30px;
	margin-right:-17px;
}
.nyitooldal-link:hover {
	color:#BF0000;
}

.akcios-flekk {
	display:inline-block; 
	position:absolute; 
	margin:320px 0px 0px -10px; 
	padding:10px 0px 20px 0px;
	width:450px; 
	height:150px;
	height:auto; 
	background-color:rgba(255,51,51,0.85);
	background-color:rgba(100,97,150,0.8);
	background-color:rgba(255,255,255,0.95);
	box-shadow:0px 3px 45px 0px rgba(0,0,0,0.5);
	border-radius:15px;
	border:4px solid #6A8192;
	transform:rotate(-7deg);
	-webkit-transform:rotate(-7deg); 
	-moz-transform:rotate(-7deg);
	-o-transform:rotate(-7deg);
	-ms-transform:rotate(-7deg);
	outline:0px dotted orange;
}
.akcios-flekk .attach-icon {
	display:block;
	position:absolute;
	margin:-45px 0px 0px 350px;
	background-image:url(../pics/sprite/LightSlateGray/64.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	background-position:-388px -576px;
}

.akcios-flekk h1 {
	font-family:allerbold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:36px;
	line-height:40px;
	color:white;
	color:#646196;
	text-align:center;
	text-shadow:none;
	margin:0px;
	padding:0px 0px 15px 0px;
}
.akcios-flekk p {
	font-family:allermedium, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:25px;
	color:white;
	color:#333333;
	text-align:center;
	text-shadow:none;
}
.akcios-flekk .kiemelt {
	font-family:allerbold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#B11F22;
	color:#E01F22;
}






	@media screen and (min-width: 1280px) {
		/* XL 1192px */
	}
	@media screen and (min-width: 1024px) and  (max-width: 1279px) {
		/* L 992px */
	}
	@media screen and (min-width: 792px) and (max-width: 1023px) {
		/* M 792px */
	}
	@media screen and (min-width: 592px) and (max-width: 791px) {
		/* S 592px */
	}
	@media screen and (max-width: 591px) {
		/* XS 392px */
		
		.BLOCK.columns.no1.creative {
			background-image:url(../pics.XS/page/hu/Nyitooldal.jpg);
			background-position:center top;
			background-size:contain;
			height:700px;
	}

	@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1) {
		/* iPad portrait */
	}
	@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1) {
		/* iPad landscape */
	}
	
	
	.css.mobile {
		
	}