body {
	margin: 0px;
	text-rendering: geometricPrecision;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a6bac7;
}

.ui-accordion-header:focus { outline: none; }

 .ui-state-focus {
  outline: none;
}

a {
	text-decoration: none;
}

#container {
	margin-right: auto;
	margin-left: auto;
	max-width:1240px;
	/*
	background-color: #eaeaea;
	*/
	background-color: #fff;
}

#content {
	padding: 25px;
}

#content > div {
	background-color: #fff;
}

#content > div span {
	color: #0098CC;
}

#content h1 {
	font-family: 'Cairo', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin-top: 23px;
	color: #0098CC;
}

#content h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 30px;
    line-height: 37px;
    font-weight: 300;
    color: #659800;
    margin-top: 20px;
}

#content.gyakori_kerdesek h2 {
    border-bottom: 2px solid;
    border-bottom-color: #659800;
    padding-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 18px;
    padding-left: 25px;
    background-image: url(images/accordion_item_closed.png);
    background-repeat: no-repeat;
    background-position: 0% 10px;
    cursor: pointer;
}

#content.gyakori_kerdesek h2.ui-accordion-header-active  {
	color: #0099CC;
	background-image: url(images/accordion_item_open.png);
	border-bottom-color: #0099CC;
}

#content.gyartoknak h2, #content.kereskedoknek h2  {
	color: #0099CC;
    border-bottom: 2px solid;
	border-bottom-color: #0099CC;
}

#content.gyakori_kerdesek p {
	padding-left: 27px;
}

#content.gyakori_kerdesek p.preface {
	padding-left: 0px;
}

#content h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700px;
	color:#0098CC;
	border-top: 1px solid;
	border-top-color: #0098CC;
	padding-top: 15px;
}

#content.gyakori_kerdesek h3 {
	margin-left: 27px;
}

#content .highlight {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 600;
	color: #2695cd;
}

#content p {
	color: #323232;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: 400;
	font-size: 18px;
	margin: 0px;
	font-family: 'Roboto Slab', serif;
}

#content p a {
	color: #2695cd;
	font-weight: 700;
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: none;
}

#content p b {
	font-weight: 500px;
	color:#0098CC
}

#content img { padding: 25px; }


#content .calc_buttons {
	width: 660px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}

 a.contentButton {
	display: block;
	width: 270px;
	height: 270px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-bottom: 0px;
	background-size: contain;
	margin-left: auto;
    margin-right: auto;
}

a.contentButton span {
	display: none;
}

#content a.hutogep_calc {
	background-image: url('images/huto_calc_button.png');
	float: left;
}

#content a.mosogep_calc {
	background-image: url('images/mosogep_calc_button.png');
	float: left;
	margin-left:120px;
}

a.palyazok {
	background-image: url('images/palyazok_gomb.png');
}

a.palyazok:hover {
	background-image: url('images/palyazok_gomb_hover.png');
}


#pageHead {
	background-color: #0099cc;
	background-image: url('images/csereprogram_logo.png');
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 0px;
	position: relative;
}

#pageHead span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: url('img/empty.gif');
  opacity: 0;
}

.buttonHolder {
	position: absolute;
	width: 100%;
    z-index: 2000;
}

.bhWrapper {
	position: relative;
	top: -350px;
}

/*
#banner {
	background-image: url('images/banner_wm.jpg');
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
	position: relative;
}

#banner span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: url('img/empty.gif');
  opacity: 0;
}

*/

#small_banner {
	display: none;
	margin: 0;
	height: auto;
	background: #19c589;
}

#page {
	margin-top: 90px;
}

.clear-both {
	clear: both;
}


#footer {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 28px;
	background-color: #006699;
	color: #0099cc;
	font-size: 24px;
}

#footer .footerElem {
	width: 100%;
	display: block;
	text-align: center;
}

#footer .jumpUp {
	height: 60px;
	background-color: #989898;
	background-image: url(images/jump_up_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#footer .jumpUp:hover {
	background-image: url(images/jump_up_icon_hover.png);
}

#footer .footerMenu {
	height: 60px;
	background-color: #323232;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#footer .footerMenu ul {
	list-style-type: none;
	margin: 0;
}

#footer .footerMenu ul li {
	background-image: url(images/footer_menu_item.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding-left: 24px;
    margin-left: 36px;
	display:inline-block;
}

#footer .footerMenu ul li:hover {
	background-image: url(images/footer_menu_item_hover.png);
}

#footer .footerMenu ul li a {
	color: #989898;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 22px;
}

#footer .footerMenu ul li a:hover {
	color: #EAEAEA;
}

#footer .footerLinks {
	height: 60px;

}

#footer .footerLinks ul {
	list-style-type: none;
	margin-top: 12px;
}

#footer .footerLinks ul li {
	display:inline-block;
    border-right: 2px solid;
	border-right-color: #0098CC;
	padding: 0px;
}


#footer .footerLinks ul li:last-child {
    border-right: 0px;
}

#footer .footerLinks ul li a {
	font-family: 'Cairo', sans-serif;
    font-weight: 400;
    color: #0098CC;
    /* padding: 20px; */
    display: inline-block;
    height: 16px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -10px;
}

#footer .footerLogo {
	height: 100px;
	background-image: url(images/csereprogram_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

#footer .disclaimer {
	height: 40px;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	color: #0098CC;
	margin-bottom: 40px;
}


@keyframes slidy {
0% { left: 0%; }
50% { left: 0%; }
55% { left: -100%; }
95% { left: -100%; }
100% { left: -200%; }
}

@-webkit-keyframes slidy {
0% { left: 0%; }
50% { left: 0%; }
55% { left: -100%; }
95% { left: -100%; }
100% { left: -200%; }
}

@-moz-keyframes slidy {
0% { left: 0%; }
50% { left: 0%; }
55% { left: -100%; }
95% { left: -100%; }
100% { left: -200%; }
}

@-o-keyframes slidy {
0% { left: 0%; }
50% { left: 0%; }
55% { left: -100%; }
95% { left: -100%; }
100% { left: -200%; }
}

div#slider { overflow: hidden; }

div#slider figure img { width: 33.33333333%; float: left; }

div#slider figure { 
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  
  animation: 10s slidy infinite;
  -webkit-animation: 10s slidy infinite; 
  -moz-animation: 10s slidy infinite; 
  -o-animation: 10s slidy infinite; 
}
