/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
	font-family: 'MyCustomFont';
	src: url('../webfonts/gothic-webfont.eot'); /* IE9 Compat Modes */
	src: url('../webfonts/gothic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../webfonts/gothic-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../webfonts/gothic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../webfonts/gothic-webfont.svg#svggothic-webfont') format('svg'); /* Legacy iOS */
}
 
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	font-size: 0.75em;
	line-height: 1.4;
	background-color: #FFF;
}

p {
	margin-top:0;
	margin-bottom:0.75em;
}

footer h2 {
	font-size: 1em;
	line-height: 1.4;
	font-weight:normal;
	margin:0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	position: relative;
	min-width: 960px;
	z-index: 10;
}

a:link {color:#000; text-decoration: none;}   
a:visited {color:#000; text-decoration: none;} 
a:hover {color:#449ca6; text-decoration: none;} 
a:active {color:#000; text-decoration: none;} 

.hirek-link:link {color:#449ca6; text-decoration: none;}   
.hirek-link:visited {color:#449ca6; text-decoration: none;} 
.hirek-link:hover {color:#000; text-decoration: none;} 
.hirek-link:active {color:#000; text-decoration: none;} 

#outer-wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	
}

/*************** SLIDER ****************/

#slider-container {
	width: 850px; 
	height: 400px; 
	overflow:hidden;
	margin-bottom: 10px;
	z-index: 30;
	background-color: #FFF; 
}


/*************** HEADER **************/

header {
	position:relative;
	height: 150px;
	z-index: 30;
}

header h1 {
	margin: 0;	
}

.header-logo {
	display: block;
	width: 150px;
	height: 150px;
	background: url(../img/logo.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

/********* NAVIGÁCIÓS FŐMENÜ - ALAPVETŐ STÍLUSOK **********/

.nav-container {
	position: relative;
	height: 140px;
	width: 695px;
	margin-left: 5px;
	padding-top: 10px;
	background: #c8c7c7; 
	float: right;
}

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu li {
	position: relative;
}

.nav-menu ul {
	position: absolute;
	top: 120%;
	left: -3px;
}

.nav-menu ul.submenu2 {
	left: 117px;
}

.nav-menu > li {
	float: left;
}

.nav-menu a {
	display: block;
	position: relative;
}

/********* NAVIGÁCIÓS FŐMENÜ - MEGJELENÉS STÍLUSOK **********/

.nav-menu {float: left;}

.nav-menu ul a {
	font-size: 12px;
	line-height: 1.32;
	text-transform: none;
}

.nav-menu a {
	font-family: 'MyCustomFont', Arial, sans-serif;
	font-size: 14px;
	margin: 0 20px;
	float: left;
	text-transform: uppercase;
}

.nav-menu a:link {color:#FFF; text-decoration: none;}   
.nav-menu a:visited {color:#FFF; text-decoration: none;} 
.nav-menu a:hover {color:#6A747F; text-decoration: none;} 
.nav-menu a:active {color:#6A747F; text-decoration: none;}


/*************** FOOTER ****************/

footer {
	width: 850px;
	height: 15px;
	margin-top: 11px;
	text-align: right;
}

.address-container {
	height: 15px;
	width: 350px;
	float: left;
	text-align: left;
}

.social-container {
	height: 15px;
	width: 100px;
	float: left;
	text-align: left;
}


/*************** SZELLEMISÉG ALOLDAL CSS ****************/

.szellemiseg-image {
	height: 400px;
	width: 268px;
}

.text-container {
	height: 400px;
	width: 480px;
	margin-left: 40px;
}

/*************** HIREK ALOLDAL CSS ****************/

.hirek-text-container {
	position: absolute;
	height: 345px;
	width: 677px;
	left: 173px;
	background-color: #FFF; 
}

.text-scroll {
	height: 345px;
	width: 667px;
}

.headline-container {
	height: 35px;
	width: 677px;
}

.headline-dark {
	font-size: 22px;
	color: #666;
}

.headline-light {
	font-size: 22px;
	color: #C8C7C7;
}

.headline-small {
	font-size: 15px;
	color: #666;
}

#hirek-container1 {
	height: 400px;
	width: 850px;
	position: absolute;
	float: left;
	background-color: #FFF; 
}

#hirek-container2 {
	height: 400px;
	width: 850px;
	position: absolute;
	float: left;
	background-color: #FFF; 
}

#hirek-container3 {
	height: 400px;
	width: 850px;
	position: absolute;
	float: left;
	background-color: #FFF; 
}

/*************** KAPCSOLAT ALOLDAL CSS ****************/
.left-container {
	height: 400px;
	width: 153px;
	float: left;
}

.contact-text {
	color: #449ca6;
}

.contact-text-fake {
	font-size: 10px;
}

table {
	width: 595px;
	border: 0;
	border-collapse: separate;
}

table td {padding: 2px;}

table td.td-nev {width: 148px;}

table td.td-error {width: 396px;}

table td.td-ctr {text-align:center;}

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

#form1 input {
	width:237px;
	height:16px;
	margin: 2px;
	padding:2px;
	border:1px solid #abadb3;
	box-shadow:none;
}

#form1 textarea {
	width:577px;
	height:160px;
	margin: 2px;
	padding: 2px;
	border:1px solid #abadb3;
	resize:none;
	overflow:auto;
}

#form1 label {
	position:relative;
	display:inline-block;
}

#form1 .error, #form1 .empty {
	position:absolute;
	top:5px;
	right:10px;
	width:195px;
	display:none;
	line-height:11px;
	color:#C32C2F;
	text-align:right;
	font-size:9px;
	text-transform:lowercase;
}

.success {
	position:absolute;
	right: 312px;
	width:218px;
	text-align:center;
	z-index:100;
	background:#fff;
	border:1px solid #e0e0e0;
	padding:60px 0;
}

.form-btn {
	display: inline-block;
	width: 45px;
	height: 19px;
	background-color: #449ca6;
	padding-top: 1px;
}

.btn-cnt a:link {color:#F5F5F5; text-decoration: none;}   
.btn-cnt a:visited {color:#F5F5F5; text-decoration: none;} 
.btn-cnt a:hover {color:#A6A6A6; text-decoration: none;} 
.btn-cnt a:active {color:#A6A6A6; text-decoration: none;} 


/* ==========================================================================
   Helper classes
   ========================================================================== */

.float_l {float: left;}
.float_r {float: right;}

.active-menu-item {color:#6A747F;}

/******************************************
  	DESOSLIDE SAJÁT CSS
 ******************************************/
 

#thumbs {
	position: relative; 
	height: 390px;
	width: 190px;
	margin-right: 10px;
}

#slide-thumbs {margin: 0; padding: 0;}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
	float:left;
	width: 95px;
	height: 95px;
	padding: 0 5px 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#main-image {
	position: relative;
	width: 650px;
	max-height: 400px;
}

/******************************************
  	DESOSLIDE EREDETI CSS
 ******************************************/

/*!
* Version 1.1.1
* jQuery: desoSlide plugin - jquery.desoslide.js
* Copyright - 2013 - https://github.com/sylouuu/desoslide
* This source code is under the MIT License
*/
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-ms-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}.animated.hinge{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-ms-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	} 40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-o-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-o-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@-o-keyframes flipOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-moz-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;

	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-moz-animation-name: lightSpeedOut;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;

	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
	0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
	0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

.desoSlide-overlay {
	height: 36px;
	position: absolute;
	z-index: 10;
	text-align: left;
	color: white;
	font-weight: bold;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.desoSlide-wrapper {
	position: relative;
}

.desoSlide-controls-wrapper {
	position:absolute;
	text-align:right;
	width:150px;
	height: 16px;
	bottom: 9px;
	left: 10px;
	z-index: 100;
	opacity:1;
}

.desoSlide-controls-wrapper a:hover {
	opacity:0.7;
}

.desoSlide-controls {
	display: inline-block;
	background-image: url(../img/desoSlide_controls.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* 16*16 */
.desoSlide-controls.prev{ background-position: 0 -54px; width: 16px; height: 16px; }
.desoSlide-controls.pause{ background-position: 0 -18px; width: 16px; height: 16px; }
.desoSlide-controls.play{ background-position: 0 -36px; width: 16px; height: 16px; }
.desoSlide-controls.next{ background-position: 0 0; width: 16px; height: 16px; margin-right: 5px;}


/******************************************
  	DESOSLIDE EREDETI CSS VÉGE
 ******************************************/
 
 /******************************************
  	VELEMENYEK OLDAL CSS 
 ******************************************/
 
.velemeny-container {
	height: 400px;
	width: 850px;
	position: relative;
}

#more {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #4A28D8;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
 
#elhivatott2 {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}


#elegant {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#dream {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#dream2 {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#dedicated {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#sincere {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#unique {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#fresh {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#sophisticated {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#clean {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#expertise {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#creative {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#fun {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#userfriendly {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#practical {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#optimism {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#considerate {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#color {
	font-family: "MyCustomFont";
	font-size: 14px;
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 850px;
	position: absolute;
	left: 0px;
}

.velemeny-buttons {
	float: left;
	height: 400px;
	width: 190px;
	text-align: left;
}

.velemeny-pict {
	float: left;
	height: 90px;
	width: 90px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #FFF;
}

.velemeny-pink-text {
	font-family: "MyCustomFont";
	font-size: 12px;
	color: #449ca6;
}
.velemeny-grey-text {
	font-family: "MyCustomFont";
	font-size: 12px;
	color: #6A747F;
}

.text-box {
	font-family: "MyCustomFont";
	font-size: 12px;
	float: left;
	height: 400px;
	width: 550px;
	position: absolute;
	left: 240px;
}

a.nav-velemeny:link {
	color: #449ca6;
	text-decoration: none;
	font-family: MyCustomFont;
	font-size: 12px;
	margin-right: 3px;
}
a.nav-velemeny:visited {
	color: #449ca6;
	text-decoration: none;
}
a.nav-velemeny:hover {
	color: #000;
	text-decoration: none;
}
a.nav-velemeny:active {
	color: #449ca6;
}


/******************************************
  	VELEMENYEK OLDAL CSS VÉGE
 ******************************************/

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
.unhidden { 
	display: block;
	visibility: visible;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
