@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic,500,500italic,100italic,100&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
*{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
}
body{
	background-color:#ffffff;
	color:#555555;
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:400;
	font-family:"Roboto",sans-serif;
	background-position:top center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
a, a:visited{
	text-decoration:none;
	color:blue;
}
a:hover, a:active, a:focus{
	color:#000000;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	background-position:top center;
	background-repeat:repeat;
}
#wrapper{
	width:100%;
	height:100%;
}
.content_wrapper{
	width:100%;
	height:auto;
}
.bg_white{
	background-color:#fefefe;
}
.bg_grey{
	background-color:#f5f5f5;
}
.bg_lightgrey{
	background-color:#fafafa;
}
.txt_thin{
	font-weight:100;
}
.txt_medium{
	font-weight:300;
}
.txt_bold{
	font-weight:500;
}
.content{
	width:940px;
	padding-left:40px;
	padding-right:40px;
	min-height:50px;
	height:auto;
	margin:auto;
}
.content_left{
	width:695px;
	float:left;
	border-right:thin solid #333333;
	font-size:12px;
	text-align:justify;
	padding-right:13px;
}
.content_left p:first-of-type{margin-top:0;}
.content_right{
	width:215px;
	float:right;
	font-size:12px;
	text-align:justify;
	line-height:1.1em;
}
.content_right p:first-of-type{margin-top:0;}
.content_right p b, .content_right p strong{
	font-weight:500;
	font-size:16px;
	color:#0d47a1;
	border-top:thin dotted #333333;
	padding-top:20px;
	margin-top:20px;
	display:block;
}
.content_right p:first-of-type b, .content_right p:first-of-type strong{border-top:none;margin-top:0;padding-top:0;}
#footer_wrapper{
	width:100%;
	background-color:#b3b3b3;
	height:auto;
	background-image:url(../../../../images/footer_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:10px;
}
#footer{
	width:1020px;
	margin:auto;
}
#footer_content{
	width:940px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:50px;
	padding-top:20px;
	vertical-align:top;
}
.footer_title{
	font-size:14px;
	font-weight:500;
	color:#616161;
	text-transform:uppercase;
}
.footer_logos img{
	margin-right:20px;
}
.footer_logos img:last-of-type{
	margin-right:0px;
}
.footer_newsletter{
	background-color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:8px;
	margin-top:20px;
}
.footer_newsletter input[type="text"]{
	background-color:transparent;
	border:none;
	color:#616161;
	border-right:thin solid #616161;
	padding-right:5px;
	margin-right:5px;
	font-style:italic;
	font-family:"Roboto",sans-serif;
	font-size:14px;
	width:140px;
}
.footer_newsletter input[type="submit"]{
	background-color:transparent;
	border:none;
	color:#616161;
	cursor:pointer;
	font-weight:500;
	font-size:16px;
	font-family:"Roboto",sans-serif;
}
#banner_wrapper{
	width:100%;
	background-color:white;
}
#banner{
	width:960px;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	margin:auto;
	height:85px;
}
#banner_content{
	padding-top:5px;
	padding-bottom:5px;
}
.banner_language{
	position:absolute;
	width:130px;
	text-align:right;
	border-left:thin solid #333333;
	margin-left:820px;
	height:50px;
	margin-top:-45px;
	vertical-align:middle;
	line-height:50px;
}
.banner_language select{
	background-color:transparent;
	border:thin solid black;
	font-size:10px;
	font-weight:500;
	font-family:"Roboto",sans-serif;
	color:#333333;
	text-transform:uppercase;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	width:70px;
	background-image:url(../../../../images/select_bg.png);
	background-repeat:no-repeat;
	background-position:55px center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}
.title{
	font-size:150%;
	margin-top:10px;
	margin-bottom:10px;
}
.logo{
	display:inline-block;
	margin-left:-7px;
}
.slideshow_mini{
	width:100%;
	background-color:#2959A2;
}
.slideshow_mini_img{
	width:100%;
	height:80px;
	overflow:hidden;
	text-align:center;
}
.slideshow_mini_title{
	position:absolute;
	font-size:30px;
	color:white;
	margin-top:-60px;
	padding-left:5px;
}
.slideshow_mini_menu{
	width:700px;
	position:absolute;
	margin-top:-25px;
	text-align:right;
}
.slideshow_mini_menu a, .slideshow_mini_menu a:visited{
	color:white;
	font-size:14px;
	font-weight:500;
	padding:6px 12px;
	border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	margin-left:20px;
}
.slideshow_mini_menu a:hover, .slideshow_mini_menu a:focus, .slideshow_mini_menu a:active, .slideshow_mini_menu_active{
	background-color:white;
	color:#333333 !important;
}
.slideshow{
	width:100%;
	background-color:#2959A2;
}
.slideshow_img{
	width:100%;
	height:400px;
	overflow:hidden;
	text-align:center;
}
.slideshow_img_icon{
	position:absolute;
	top:110px;
	margin-left:10px;
}
.slideshow_wrapper{
	width:960px;
	padding-left:30px;
	padding-right:30px;
	margin:auto;
}
.slideshow_txt{
	width:445px;
	height:auto;
	position:absolute;
	top:110px;
	margin-left:505px;
	color:white;
	font-size:16px;
	font-style:italic;
	text-align:justify;
	line-height:1.5em;
}
.index_box{
	display:inline-block;
	width:200px;
	height:auto;
	margin-right:42px;
	border-bottom:2px solid black;
	padding-bottom:10px;
}
.index_box_img{
	text-align:center;
}
.index_box_img img{
	max-width:100%;
	max-height:100%;
	border:0;
}
.index_box_title{
	font-weight:500;
	color:#333333;
	margin-top:25px;
	font-size:14px;
}
.index_box_txt{
	font-weight:300;
	color:#333333;
	margin-top:5px;
	font-size:12px;
	text-align:justify;
}
.index_box_more, .index_box_more a, .index_box_more a:visited{
	text-align:right;
	font-weight:500;
	color:#333333;
	font-size:12px;
	border-bottom:thin solid #c0c0c0;
	display:inline-block;
	float:right;
}
.index_box_more a:hover, .index_box_more a:focus, .index_box_more a:active{
	border-color:black;
}
.title_ims{
	font-size:30px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	font-style:italic;
	color:#333333;
}
.title_ims b{
	font-style:normal;
	font-weight:700;
	font-size:34px;
	font-family:"Roboto",sans-serif;
}
.index_box2{
	display:inline-block;
	width:200px;
	height:auto;
	margin-right:42px;
}
.index_box2_img{
	text-align:center;
}
.index_box2_img img{
	max-width:100%;
	max-height:100%;
	border:0;
}
.index_box2_txt{
	font-weight:300;
	color:#333333;
	margin-top:5px;
	font-size:12px;
	text-align:justify;
}
.index_box2_more{
	text-align:right;
	font-weight:500;
	color:#333333;
	font-size:12px;
	border-bottom:thin solid #c0c0c0;
	display:inline-block;
	float:right;
}
.index_box2_more a, .index_box2_more a:visited{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:white;
	background-color:#333333;
	padding:3px 9px;
	display:inline-block;
}
.index_box2_more a:hover, .index_box2_more a:active, .index_box2_more a:focus{
	background-color:black;
	color:white;
}
.index_box2_more_pink a, .index_box2_more_pink a:visited{
	background-color:#c2185b;
}
.index_box2_more_purple a, .index_box2_more_purple a:visited{
	background-color:#512da8;
}
.index_box2_more_green a, .index_box2_more_green a:visited{
	background-color:#2e7d32;
}
.index_box2_more_orange a, .index_box2_more_orange a:visited{
	background-color:#d84315;
}
.menu{
	width:600px;
	position:absolute;
	margin-top:-30px;
	margin-left:220px;
	text-align:right;
}
.menu a, .menu a:visited{
	text-transform:uppercase;
	margin-right:60px;
	font-weight:500;
	font-size:14px;
	color:#333333;
	border-bottom:2px solid transparent;
}
.menu a:hover, .menu a:active, .menu a:focus{
	border-color:#0d47a1;
}
.menu_active{
	border-color:#0d47a1;
}
.contact_form div{
	font-size:14px;
	color:#333333;
	margin-top:20px;
	margin-bottom:10px;
}
.contact_form div:first-of-type{margin-top:0;}
.contact_form input[type="text"], .contact_form textarea{
	border:thin solid #616161;
	color:#333333;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:94%;
	font-family:"Roboto",sans-serif;
}
.contact_form textarea{height:150px;}
.contact_form input[type="submit"]{
	float:right;
	padding:5px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#0d47a1;
	color:white;
	border:none;
	margin-top:20px;
	font-weight:500;
	font-family:"Roboto",sans-serif;
	cursor:pointer;
}




.gyengenlato *{
	background-color:black !important;
	color:yellow !important;
}
.gyengenlato input, .gyengenlato select, .gyengenlato textarea{
	border:1px solid yellow !important;
}
.gyengenlato a, .gyengenlato a:visited{
	border-bottom:1px solid yellow !important;
}
.gyengenlato a:hover, .gyengenlato a:active, .gyengenlato a:focus{
	color:white !important;
}
.hatalmasbetu *{
	font-size:105% !important;
}
.hatalmasbetu .banner_language select{
	width:auto;
	background-position:right center;
}
.hatalmasbetu .menu a, .hatalmasbetu .menu a:visited{
	margin-right:10px;
}
.hatalmasbetu .index_box, .hatalmasbetu .index_box2{
	width:100%;
	display:block;
}
.nagybetu *{
	font-size:102% !important;
}
.nagybetu .banner_language select{
	width:auto;
	background-position:right center;
}
.nagybetu .menu a, .nagybetu .menu a:visited{
	margin-right:10px;
}