html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4{
	font-family: 'Roboto Slab', serif;
	font-weight: bold ;
}
h1, h2{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.pnlogo{
		background-image:url("../../../../templates/img/patronet_logo.png");
		width:32px;
		height:15px;
		position:absolute;
		text-indent:400px;
		overflow:hidden;
		right:10px;
		margin-top:-25px;
		z-index:500
		
}
body{
	margin:0px !important;
	padding:0px !important;
	font-family: 'Roboto Slab', serif;
	font-size:16px;
	background-color:#fff;
}
* {
box-sizing: border-box;
}
input, textarea{
	outline: none
}

h2{
	font-weight:300 !important;
	color:#002a54;
	font-size:24px;
}
h5{
	line-height:0;
}
a {
	color:inherit;
}
.sh143 .checkbox{
	display: block;
	margin-bottom: 10px;

}
#site{
	margin:0px !important;
	padding:0px !important;
	display:table;
	width:100%;
	height:100%;
	empty-cells:show	
	
	}
.head{
	display:table-row;
	height:250px;
	margin:0px;
	overflow:auto;
	empty-cells:show;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0180ab+0,0180ab+51,090911+67,090911+100 */
background: #0180ab; /* Old browsers */
background: -moz-linear-gradient(left,  #0180ab 0%, #0180ab 51%, #090911 67%, #090911 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0180ab), color-stop(51%,#0180ab), color-stop(67%,#090911), color-stop(100%,#090911)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0180ab 0%,#0180ab 51%,#090911 67%,#090911 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0180ab 0%,#0180ab 51%,#090911 67%,#090911 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0180ab 0%,#0180ab 51%,#090911 67%,#090911 100%); /* IE10+ */
background: linear-gradient(to right,  #0180ab 0%,#0180ab 51%,#090911 67%,#090911 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0180ab', endColorstr='#090911',GradientType=1 ); /* IE6-9 */

	
}

.head .h_outer{
	display:table-cell;
	position:relative;
	text-align:center;
	/*overflow:hidden;*/
	background-size:contain;
	background-image:url("../../../../documents/oecms/Design/head_bg.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	
}
.h_inner{
	width:990px;
	margin:0 auto;
	text-align:left
}
.head_logo{
	background-image:url("../../../../documents/oecms/Design/head_logo.png");
	background-repeat:no-repeat;
	background-position:center center;
	width:310px;
	height:91px;
	text-indent:-1000px;
	margin-top:20px !important;
	cursor: pointer;
}

.head_extra_outer{
	background-color:#0a93ca;
	height:50px;
	width:100%;
	display:table-row;
	z-index:10;
}
.head_extra{
	display:table;
	margin:0 auto;
	width:1000px;
}

.main_outer{
	display:table-row;
}
.main_inner{
	display:table;
	margin:0 auto;
	width:1000px;
}

.main_inner img{
	margin:10px;
	margin-top:0px;
}
.foot{
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(left,  #006eab 50%, #006ea9 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,#006eab), color-stop(50%,#006ea9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #006eab 50%,#006ea9 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #006eab 50%,#006ea9 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #006eab 50%,#006ea9 50%); /* IE10+ */
    background: linear-gradient(to right,  #006eab 50%,#006ea9 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eab', endColorstr='#006ea9',GradientType=1 ); /* IE6-9 */    

	height:270px;
	display:table-row;
	
}
.foot>div{
	display:table-cell;
	background-image:url("../../../../documents/oecms/Design/foot_bg.jpg");
	background-repeat:no-repeat;
	background-position:center center;
}
.foot_inner{
	width:990px;
	margin:0 auto;
	display:block;
	table-layout:fixed;
	color:#fff;
	padding-top: 20px;
}
.ui.slider.checkbox .box, .ui.slider.checkbox label{
	color:rgba(0,0,0,.65)
}
.foot_inner h4{
	font-size:16px;
	line-height:0px;
}

.foot_left{
	display:table-cell;
	width:490px;
}

.foot_right{
	display:table-cell;
}
.foot_social{
	float:right !important;
	position:relative;
	right:10px;
}
.foot_info{
	width:auto !important;
}

.head_extra h1, .head_extra h2, .head_extra b, .head_extra strong{
	font-weight:700 !important;
	color:#fff200;
}

input[type=password]{
	border:1px solid #015b99;
	font-size:19px;
	padding:7px !important ;
	background-color:#036eaa;
	color:#fff;
}


input[type=submit],input[type=reset],input[type=button],button, .btn_link, .jelentkezem_gomb{
	color:#fff;
	font-size:16px;
	border:0px solid #0a93ca;
	padding:7px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	
	background-color: #036eaa; 
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,button:hover, .btn_link:hover{
	border:0px solid #0a93ca;
	color:#000000;
	background-color:#eac300;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	
}

.jelentkezem_gomb{
	color:#000000 !important;
	background-color:#eac300 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	margin-bottom:40px !important;
	margin-top:25px;
	width:170px;
}

.jelentkezem_gomb:hover{
	color:#fff !important;
	background-color:#036eaa !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}



input[type=text],input[type=email], textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
	padding:5px !important;
	width:100%;
	font-size:16px;
}
input[type=text]:focus,input[type=email]:focus, textarea:focus {
	-webkit-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
}



/* 
custom radio/checkbox 
*/
/* checkbox */
/*
input[type=checkbox] {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha("opacity=0");
	display:none;
}  
input[type=checkbox] + label::before {
	content: "";
	display: inline-block;

	width: 19px;
	height: 19px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: #b6dfef;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

input[type=checkbox] + label:before {  
    border-radius: 4px;  
}  

input[type=checkbox]:checked + label:before {
	content: "\2714";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 30px;
	color: #015b99;
	text-align: center;
    line-height: 15px;
	font-weight:bold;
	margin-top:-5px;
	position:absolute;
	

}

input[type=checkbox]:focus + label {
    outline: 0px dotted #CCCCCC;
}

input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-top:2px;
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
}
*/

/* radio */
/*
input[type=radio] label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px !important;
	padding-bottom:3px;
}
input[type=radio] {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha("opacity=0");
}

input[type=radio]:focus + label {
}

input[type=radio] + label:before {
	content: "";
	display: inline-block;

	width: 20px;
	height: 20px;

	margin-left: -25px;
	position: absolute;
	background-color: #b6dfef;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	line-height:0px;
    border-radius: 13px;  
}

input[type=radio] + label:before {  
}  

input[type=radio]:checked + label:before {
	content: "\2022";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 50px;
	color: #015b99;
	text-align: center;
    line-height: 21px;
	text-indent:1px;

}
*/

#tbl_contact td{
	vertical-align:top;
	padding:7px 0px;
	
}
#tbl_contact input[type=text], #tbl_contact input[type=email], #tbl_contact textarea{
	width:450px !important;
}
#tbl_contact textarea{
	height:130px !important;
}
.rlabel{
	margin-top:10px !important;
}



.qtip{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
}


/* form: */
fieldset.frm-fieldset {
	border:none;
	background-color:#fff;
	margin-bottom:15px;
}

ul.frm-section{
	list-style:none;
	padding:0
}
ul.frm-section li label{
	display:block;
}
ul.frm-section input[type=text], ul.frm-section input[type=tel], ul.frm-section input[type=email], ul.frm-section select, ul.frm-section textarea, .contactForm input[type=text] , .contactForm  input[type=tel] , .contactForm input[type=email] , .contactForm textarea , .contactForm select{
	border:1px solid #0a93ca !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	padding:3px;
	width:95%;
	-webkit-box-shadow: inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.contactForm table td{
	padding:6px;
}
.frm-left-third{
	float:left;
	width:48%;
	clear:both
}
.frm-middle-third{
	float:right;
	width:48%}
.frm-section-submit{
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid #0a93ca;
	padding-top:20px;
	
}
.frm-desc{
	font-size:19px;
	margin-top:10px;
	margin-bottom:5px;
}
.clearer{
	clear:both;
}
/* /form */

/* news */
.news_list_title{
	text-decoration:none;
}

/* share */
.news_share {
	display:inline-block;
	float:left;
	width:25px;
	height:24px;
	background-image:url("images/news_share_icons2.png");
	margin-right:7px;
	background-position:0px 24px;
    -webkit-transition:background-position .2s ease-in-out;  
    -moz-transition:background-position .2s ease-in-out;  
    -o-transition:background-position .2s ease-in-out;  
    transition:background-position .2s ease-in-out; 
	cursor:pointer;
}
.news_share.twitter {
	background-position:-31px 24px;
}
.news_share.linkedin {
	background-position:-62px 24px;
}
.news_share.google {
	background-position:-93px 24px;
}
.news_share.youtube {
	background-position:-124px 24px;
}
.news_share.print {
	background-position:-157px 24px;
}
.news_share.send {
	background-position:-188px 24px;
}

/**/
.news_share.facebook:hover {
	background-position:-0px 0px;
}
.news_share.twitter:hover {
	background-position:-31px 0px;
}
.news_share.linkedin:hover  {
	background-position:-62px 0px;
}
.news_share.google:hover  {
	background-position:-93px 0px;
}
.news_share.youtube:hover  {
	background-position:-124px 0px;
}
.news_share.print:hover  {
	background-position:-157px 0px;
}
.news_share.send:hover  {
	background-position:-188px 0px;
}



/* News */
.news_date{
color:#024b7d !important;
position:absolute;
margin-top:2px;
font-size:16px;
}
.news_date.list{
	position:inherit;
	margin-bottom:7px;
margin-top:0px;
}

.news_list_lead_img{
	float:left;
}








/* Gallery */

/* image gallery */
#galerySliderFullCnt{
	position:absolute;
	background-color:rgba(0,0,0,.9);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1500;
}
#galerySliderFullCnt .ajaxloader{
	margin:0 auto;
	margin-top:300px;
	display:inline-block;
	position:absolute;
}
#galerySliderFullCnt *{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   }

.galClose{
	width:13px;
	height:14px;
	background-image:url("../../../../templates/ImageGalleryNew/images/close.png");
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index:5100;
	cursor:pointer;
}

			.slider1Container{
				height:500px;
				position: absolute;
				width:100%;;
	}
			.doubleSlider-1 {
				width: 100%;
				overflow:visible !important;
				height:100%;
			}
			
			.doubleSlider-1 .slider {
				width: 100%;
				height: 100%;
			}
			
			.doubleSlider-1 .slider .item {
				position: relative;
				top: 0;
				left: 0;
				width: 75%;
				height: 100%;
				margin: 0 0 0 0;
				background-size:auto ;
				background-repeat:no-repeat;
				
				margin-right:10px;			
				margin-left:10px;
				background-image:url("../../../../templates/ImageGalleryNew/images/ajax-loader.gif");
				background-position:center center;
			}
			
			.doubleSlider-1 .slider .item .caption {
				position: absolute;
				bottom: 0px;
				left: 0;
				z-index:110;
				
				width: 100%;
				padding: 7px;
				text-align: center;
				margin-top:50px;
				color:#fff !important;
				display:none;
				font-size:11pt;
			}
			.caption {
				font-size:11pt;
			}
			.caption .title{
					font-family:"MyriadPro" ;
					font-size:18px !important;
					font-weight:normal
			}
			
			.doubleSlider-1 .slider .item .caption .bg {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 100%;
				
				background: #000;
				opacity: 0.5;
				filter: alpha(opacity:50);
				z-index: 0;
			}
			
			.doubleSlider-1 .slider .item .caption span {
				font: normal 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
				color: #fff;
				text-shadow: 0 -1px 0 #333;
				
				position: relative;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.desc_close{
				background: url('../../../../templates/ImageGalleryNew/images/gal_mini_close.png') no-repeat 0 0;
				width:17px;
				height:17px;
				position:absolute !important;
				margin-top:-7px;
				text-indent:-100px;
				overflow:hidden;
				margin-left:490px;
				cursor:pointer;
				z-index:140
			}
					
			.doubleSliderPrevButton {
				width: 26px;
				height: 46px;
				background: url('../../../../templates/ImageGalleryNew/images/galSliderArrows.png') no-repeat 0 0;
				z-index: 2;
				position:absolute;
				left:0px;
				top:0px;
			}
			
			.doubleSliderNextButton {
				width: 26px;
				height: 46px;
				background: url('../../../../templates/ImageGalleryNew/images/galSliderArrows.png') no-repeat -26px 0;
				z-index: 2;
				position:absolute;
				right:0px;
				top:0px;
			}
			.doubleSliderPrevButton2 {
				width: 13px;
				height: 45px;
				background: url('../../../../templates/ImageGalleryNew/images/bottomArrows.png') no-repeat 0 0;
				z-index: 2;
				position:absolute;
				margin-left:-30px;
				margin-top:30px;
				text-indent:-1000px;
				overflow:hidden;
			}
			
			.doubleSliderNextButton2 {
				width: 13px;
				height: 45px;
				background: url('../../../../templates/ImageGalleryNew/images/bottomArrows.png') no-repeat -13px 0;
				z-index: 200;
				position:absolute;
				margin-left:825px;
				margin-top:30px;
				text-indent:-1000px;
				overflow:hidden;
			}
			.doubleSliderPrevButton2.small, .doubleSliderNextButton2.small{
				margin-top:15px !important;
			}
			.doubleSliderNextButton2.small {
				right:0px;
				margin-left:0px !important;
				margin-right:-25px !important;
			}
			
			.slider2Container {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				height: 120px;
				width:800px;;
				margin:0 auto;
				z-index:300
			}

			.doubleSlider-2 {
				position: relative;
				bottom: 0;
				left: 0;
				overflow: hidden;
				width: 100%;
				height: 100%;
				margin:0 auto;
			}
			
			.doubleSlider-2 .slider {
				width: 100%;
				height: 100%;
				display:block;
			}
			.doubleSlider-2 .item{
				float: left;
				width: 110px;
				height: 110px;
				background-size:cover;
				background-position:center center;
				opacity: 0.5;
				filter: alpha(opacity:50);
				margin-right:15px;
			}
			.doubleSlider-2.small{
				height:75px !important;	
				background-size:contain !important;
	
			}
			.doubleSlider-2 .item.small{
				width:75px;
				height:75px;	
			}
			.doubleSlider-2 .button .border {
				border: 5px solid #000;
				opacity: 0.5;
				filter: alpha(opacity:50);
				width: 100%;
				height: 100%;
			}
			
			.doubleSlider-2 .selected {
				opacity: 1;
				filter: alpha(opacity:100);
				text-shadow: 0px 0px 15px rgba(255, 255, 255,1);
				border:1px solid #fff;
			}
			
			
			.image_desc_outer{
				width:100%;
				height:auto;
				position:absolute;
				margin-top:-60px;
				display:block;
				z-index:111;
				text-align:center;
			}
			.image_desc{
				margin:0 auto;
				background-color:rgba(0,0,0,.7);
				color:#fff;
				font-size:11px;
				display:inline-block;
				width:500px;
			}
			.image_desc div{
				color:#fff;}
.slider_header{
	width:700px;
	margin:0 auto;
	display:block;
	position:relative;
	height:40px;
	text-align:center;
	padding:7px;
}
.gal_logo{
	width:115px;
	height:32px;
	position:absolute;
	left:4px;
	top:4px;
	background-image:url("../../../../templates/ImageGalleryNew/images/gal_logo.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.gal_main_image{
	width:210px; 
	margin-right:11px; 
	margin-bottom:15px;
	margin-left:5px;
	height:159px; 
	float:left; 
	background-size:cover; 
	background-repeat:no-repeat; 
	cursor:pointer;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}

.gal_main_image:hover{
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gal_main_image:hover .gal_title{
	background-color:rgba(255,255,255,.95); 
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}

.gal_main_image .gal_title{
	position:absolute; 
	z-index:10; 
	display:block; 
	text-align:center; 
	background-color:rgba(255,255,255,.8); 
	width:210px; 
	font-size:16px;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}

#tanarok_typecontent_all{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}


/* tanarok */
.tanarok_tanar{
	float:left;
	width:30%;
	/*margin-right:15px;*/
	height: 370px;
	/*margin-right:70px;*/
}
.tanarok_tanar .image{
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;	
}
.tanarok_tanar .name{
	font-size:17px;
	font-weight:700;
	margin-bottom:5px;
	margin-top:5px;
}	

/*.tan_tanar_cnt .left{*/
/*	float:left;*/
/*	margin:0 30px 30px 0;*/
/*}*/
.tanarok_tanar .kepzes{
	font-size:13px;
	margin-bottom:5px;
	
}
.tan_tanar_cnt .left .image{
	width:300px;
	height:300px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-position:center center;
	background-size:cover;
	margin:0 !important;
}

.tan_tanar_cnt .kepzesek{
	width:300px;
	background-color:#cfe7f1;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.tan_tanar_cnt .kepzesek .label{
	display:block;
	padding:10px;
	padding-bottom:4px;
}

.tan_tanar_cnt .kepzesek .kepzes{
	border-bottom:1px solid #7baefd;
	font-size:16px;
	font-weight:400
}
.tan_tanar_cnt .kepzesek .kepzes:last-child{
	border-bottom:0px;
	padding-bottom:12px;
}
.tan_h1_backlink{
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	text-decoration:none;
	color:#006cab;
	font-weight:700;
}

/* EventCalendar */
		h3.calendarHeader{
			font-size:20px;
		}

		#timeTableDiv td {
			font-size: 11px;
		}
	
		.tableBorder {
			border: 1px solid #1b51a2;
			width:100%;
			border-spacing:0;
			table-layout:fixed;
		}
		.tableBorder td{
		}
		
		.event_container {
			position: relative;
		}
		
		.event_container a {
			text-decoration: none;
			color: #000000;
		}
		
		.event_item {
			position: absolute; 
			width:100%; 
			top: 0px; 
			text-align: center;
		}
		
		.event_details { 
			display: none;
		}
		
		.event_item .container
		{
			padding: 10px;
		}
		
		.event_item.highlight {
			-moz-box-shadow:    1px 1px 5px 6px rgba(0,0,0,0.3);
			-webkit-box-shadow: 1px 1px 5px 6px rgba(0,0,0,0.3);
			box-shadow:         1px 1px 5px 6px rgba(0,0,0,0.3);
		}
		
		.timeCell {
			text-align: center;
			font-weight: bold;
			
			border-top: 1px solid #1b51a2;
		}
		
		.dataCell {
			border-left: 1px solid #1b51a2;
			border-top: 1px solid #1b51a2;
		}
		
		.daysCell {
			border-left: 1px solid #1b51a2;
			background-color:#eac300;
			text-align:center;
		}
		.daysCell b{
			font-size:16px;
		}
		
		.daysCell:first-child {
			border-left: none;
		}
		
		.prevNextBtn {
			height:20px;
			width:150px;
			text-align:center;
			vertical-align:middle;
			cursor:pointer;
			line-height:0px;
			padding:15px !important;
			font-size:16px !important;
			margin-top:20px;
		}
		.prevNextBtn:hover{
			color:#000 !important;
			border:none;
		}
		
		.timeCell.highlight {
			background-color: #1b51a2;
			color:#fff  !important;
		}
		
		.dataCell.highlight {
			background-color: #c5e6f4;
		}
		
		#ax_loader{
			position:absolute;
			width:100%;
			height:50px;
			left:0px;
			background-image:url("/images/ajax/ajax_twitter.gif");
			background-repeat:no-repeat;
			background-position:center center;
			margin-top:25px;
			display:none;
		}
		
		colgroup.hover{
			background-color:#c5e6f4;
		}
		colgroup:first-child.hover{
			background-color:transparent !important;
			}
		.dataCell:hover{
			background-color:#91c5db !important;
		}
		
		.event_outer>div .label{
			display:inline-block;
			width:150px;
		}
		
		.back2cal{
			margin-top:30px;}
		.light-text{
			color:#fff;
		}
		#HyphenatorToggleBox{
			display:none;
		}
		
/************************************************************ F L E X S L I D E R  *************************************************************/	
.flexslider{
	margin: 0 !important;
	background-color:#eac300;
	border: none !important;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}
.flexslider .slides{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cover_newsslider_lead_img{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	width:35%;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.flexslider .kiemeltc{
	font-size: 27px;
	color: black;
	font-weight: 700;
	width: 100%;
	display: block;
}
.flexslider .kiemelte{
	font-size: 27px;
	width: 100%;
	font-weight: 700;
	display: block;
}
#aktualis-slider.flexslider .readmore{
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	width: 135px;
}
	


.flex-direction-nav{
	display: none;
}



.flexslider .flex-control-paging{
	display: block;
	z-index: 999;
	position:absolute;
	margin-top:-25px;
	width:1000px;
	text-align:center;
	
}
.flexslider .flex-control-paging li{
	list-style-type:none;
	display:inline-block;
	margin:0;
}
.flexslider .flex-control-paging li a{
	background: #00285a;
	height: 15px;
	width: 15px;
	display:inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent:-100px;
	overflow:hidden;
	margin-right:6px;
	cursor:pointer;
}
.flexslider .flex-control-paging li a.flex-active{
	background: #b89100;
}

