html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 260px;
	background: #c9c9c9 url(../design/body_bg.jpg);
	font-family: Arial;
	color: #505050;
	//font-size: 14px;
	//line-height: 1.6em;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 260px;
	background-color: #357b5c;
}

/******************************************************
**  */
.label{
	color: #505050;
}
*,*:focus,*:active,*:active:focus{
	outline: 0;
}
a {
  //color: #db251b;
  text-decoration: none;
  cursor: pointer;
}
a:hover,a:focus {
  //color: #db251b;
  text-decoration: underline;
}
a.link:hover,a.link:focus{
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}
a:focus, a:active, a:active:focus {
  outline: 0;
}

.loader {
	display: none;
	border: 0px;
	background: url(../design/loading.gif) no-repeat;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	margin-bottom: 40px;
}

textarea.form-control {
	resize: none;
	max-width: 100%;
}
table td, table th{
	vertical-align: top;
}
.table th{
	background: #e9e8e8;
	text-align: center;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #c1c1c1;
}

.tableplus >tbody>tr>td{
	border: 0px;
}

.divider{
	height: 1px;
	background: #ababab;
	background: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	margin-bottom: 30px;
}
.onittall{
	color: #357b5c;
}
.navigator{
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 25px;
}
.navigator a{
	color: #505050;
}
.navigator a:hover{
	color: #151515;
}
.navigator .separator{
	margin: 0px 4px;
}

/* animations */
.fadeInDownNow,.fadeInDownNow1,.fadeInDownNow2,.fadeInDownNow3 {
	opacity: 0;
}
/* animations */

/******************************************************
** header */

.header-img{
	background-image: url('../design/headers/kozuzem.png');
	background-color: #fefefe;
	background-repeat: no-repeat;
	background-position: top right;
	
	margin: 0px 0px 20px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	border: 3px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
}
.header{
	display: block;
	height: 138px;
	background-image: url('../design/header_bg_1170.png');
	background-repeat: no-repeat;
	background-position: top center;
	
}

.header .logo h1, .header .logo img, .header .logo{
	margin: 0px;
	display: inline-block;
}
.header .logo{
	width: 210px;
	position: relative;
}
.header .title{
	color: #be9343;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'GillRegular';
	position: absolute;
	top: 103px;
	left: 215px;
	white-space: nowrap;
}
.header .szlogen{
	font-size: 26px;
	font-family: 'GillLightItalic';
	color: #4d4840;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	line-height: 32px;
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -90px;
}
.navbar-brand{
	display: none;
	color: #be9343;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'GillRegular';
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-right: 60px;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/********************************************
** menü *****/
@media (min-width: 768px) {
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}
.navbar {
	background: #fff;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid #007860;
	border-bottom: 3px solid #357b5c;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	/*border: 3px solid #fff;*/
	z-index: 1000;
}
.navbar-nav {
	
}
.navbar .navbar-nav li{
	margin-right: 1px;
}
.navbar .navbar-nav a{
	background: none;
	color: #505050;
	font-size: 16px;
	font-family: 'GillRegular';
	-webkit-transition: background 0.4s ease, color 0.4s ease;
	-moz-transition: background 0.4s ease, color 0.4s ease;
	-ms-transition: background 0.4s ease, color 0.4s ease;
	-o-transition: background 0.4s ease, color 0.4s ease;
	transition: background 0.4s ease, color 0.4s ease;
	/*white-space: nowrap;*/
	padding: 5px 8px 5px 7px;
	
	line-height: 20px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.navbar .navbar-nav .active a, .navbar .navbar-nav a:hover{
	background: #357b5c;
	color: #fff;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background: none;
}
/* dropdown */
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #357b5c;
	color: #fff;
	border: 0px;
}
.navbar-nav>li>.dropdown-menu{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #357b5c;
	z-index:9999;
}
.navbar-nav>li>.dropdown-menu li{
	margin: 0px;
}
.navbar-nav>li>.dropdown-menu>li>a{
	padding: 6px 20px;
	display: block;
    text-align: left;
    height: auto;
}


/* mobil gomb */
.navbar-toggle{
	background: #357b5c;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
/***************************************
** CONTENT */
.content{
	padding: 25px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	overflow: auto;
}
.modulelerhetosegbox{
	margin-top: 40px;
	border-top: 0px solid #d1d1d1;
    padding-top: 15px;
}
.navilabel{
	font-size: 35px;
	font-family: 'GillRegular';
	color: #1a563c;
	/*text-transform: uppercase;*/
	line-height: 38px;
	margin: 0px;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
}
.navilabel-2{
	font-size: 18px;
	font-family: 'GillRegular';
	color: #1a563c;
	line-height: 20px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.navilabel-3{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
/* content right */

.content-right-box{
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.content-right-box .title{
	background: #357b5c;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'GillRegular';
	padding: 20px;
	color: #fff;
	-webkit-box-shadow: 0px 2px 0px #1a5443;
	-moz-box-shadow: 0px 2px 0px #1a5443;
	box-shadow: 0px 2px 0px #1a5443;
	text-decoration: none;
	display: block;
}
@media (max-width: 1199px) {
	.content-right-box .title{
		font-size: 16px;
	}
}
.content-right-box .description a{
	font-size: 18px;
	font-family: 'GillRegular';
	color: #4d4840;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	text-decoration: none;
	display: block;
	padding: 18px 20px;
	padding-right: 30px;
	border-bottom: 1px solid #d9d9d9;
	background: url(../design/content_right_arrow.png) center right no-repeat;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
@media (max-width: 1199px) {
	.content-right-box .description a{
		font-size: 16px;
	}
}
.content-right-box .description a:hover{
	text-decoration: none;
	color: #b7b7b7;
	background: url(../design/content_right_arrow_hover.png) center right no-repeat;
}
/* boxszinek */
.content-right-box.szurke .title{
	background: #696a6a;
	box-shadow: 0px 2px 0px #383838;
}
.content-right-box.sarga .title{
	background: #d7a562;
	box-shadow: 0px 2px 0px #bd8539;
}


.content-right-box.megosztas .box{
	min-height: 76px;
	text-align: center;
	padding: 20px 0px 20px;
	overflow: hidden;
	white-space: nowrap;
}
.addthis_sharing_toolbox{
	line-height: 0px;
}
.balatonikorona-box{
	padding: 15px 0px 15px;
}
.balatonikorona-box a{
	display: block;
}

.terkep-box {
	padding-top: 2px;
}
.terkep-box a{
	display: block;
}
.terkep-box img{
	max-width: 100%;
}
/* content right vege */

/* csikicsuki */
#csikicsuki .panel-group {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -25px;
	margin-right: -25px;
	border-bottom: 1px solid #d1d1d1;
}
#csikicsuki .panel-default{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	border-top: 1px solid #d1d1d1;
	box-shadow: none;
	margin: 0px;
}
#csikicsuki .panel-heading{
	padding: 0px 25px;
	border-color: #d1d1d1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #e9e8e8;
	position: relative;
}
#csikicsuki .panel-title a.accord{
	display: block;
	padding: 20px 0px;
	padding-right: 65px;
	color: #1a563c;
	font-size: 18px;
	font-family: 'GillRegular';
	text-transform: uppercase;
	text-decoration: none;
	background: url(../design/kozerdeku_arrow.png) no-repeat center right;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#csikicsuki .panel-title a.open{
	background: url(../design/kozerdeku_arrow_up.png) no-repeat center right;
}
#csikicsuki .panel-title a.accord:hover{
	text-decoration: none;
	color: #A0A0A0;
}
#csikicsuki .panel-title a.link{
	position: absolute;
	top: 23px;
	right: 5px;
	color: #DBDBDB;
	text-decoration: none;
}
#csikicsuki .panel-title a.link:hover{
	text-decoration: none;
	border: 0px;
}
#csikicsuki .panel-body{
	/*text-align: justify;*/
	padding: 25px;
	color: #636363;
	border-color: #d1d1d1;
	background-color: #fff;
	overflow: auto;
}
#csikicsuki .panel-body img{
	max-width: 100%;
	height: auto;
}
#csikicsuki .number{
	color: #c4c4c4;
	display: inline-block;
	width: 30px;
	text-align: center;
}

	
/* csikicsuki vege */


@media (min-width: 1200px) {
	.navbar .navbar-nav .homeicon a{
		font-size: 28px;
		padding: 11px 17px;
	}
	.navbar .navbar-nav li{
		margin-right: 3px;
	}
	.navbar .navbar-nav a{
		padding-left: 15px;
		padding-right: 15px;
	}
	.honlapterkep-box{
		margin-left: 100px;
	}
}
/********EGYEB*********/
.tb-vrt-middle{
	vertical-align: middle!important;
}
/********EGYEB*********/
