/* IMPORT RESET */
@import url("reset.css");

/* IMPORT GRID */
@import url("responsive.gs.24col.css");

/* IMPORT TYPO */
@import url("typo.css");

/* Owl Carousel */
@import url("owl.carousel.css");
@import url("owl.theme.css");

/* Lightbox 2 */
@import url("lightbox2/lightbox.css");

/* Jquery UI */

@import url("../js/jquery-ui-1.11.4.custom/jquery-ui.min.css");


/* gallery */
@import url("lightslider.min.css");



/* `Basic
----------------------------------------------------------------------------------------------------*/



#main .row{
	margin-bottom:20px;
}


body{
	overflow-x:hidden;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

img{
	vertical-align:top;
	max-width:100%;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img.scale-with-grid {
	max-width: 100%;
	min-width:100%;
	height: auto; 
}


div.img-alt{
	position:relative;
	margin:0 0 10px 0;
}

div.img-alt h3{
	margin:0px;
	padding:5px 10px 0 0;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
}



.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.double-bottom { margin-bottom: 40px !important; }
.triple-bottom { margin-bottom: 60px !important; }




/*
a{
 	-webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
*/

a.readmore{
	font-size:12px;
	text-transform:uppercase;
	color:#434343;
}

a.readmore:hover{
	text-transform:uppercase;
	color:#009fe3;
}

a.readmore i{
	color:#009fe3;
}

.hide, .show-tablet, .show-mobile{
	display:none;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}







/* default táblázat */


table.default-table {
	font-size:14px;
	background: #fff;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	border-collapse: collapse;
}

table.default-table a {
	text-decoration: none;
}
table.default-table a:hover {
	text-decoration: none;
}




table.default-table thead tr th {
	border-right: 1px solid #007858;
	white-space: nowrap;
	color: #fff;
	font-family: 'OpenSansBold';
	font-size:14px;
	background: #006f51;
	padding: 10px;
}
table.default-table tbody td {
	background-color: #fff;
	padding: 2px 10px;
	vertical-align: middle;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
table.default-table tbody td:last-child {
	border-right: none;
}
table.default-table tbody tr:nth-child(even) td {
	background-color: #fff;
}
table.default-table tbody tr:nth-child(odd) td {
	background-color: #fff; 
}




/* #Flexible iFrame
================================================== */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	max-height:350px;
	margin-bottom:20px;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


iframe, object, embed{max-width:100%; }


#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}



.container{
	max-width:1120px;
	padding:0 20px;
	position:relative;
}





#header{
	padding:10px 0 10px 0;	
	font-family: 'OpenSansSemibold';
	background:url(../images/header-bg.jpg) center top no-repeat;
	position:relative;
}


#header .social{
	position:absolute;
	top:20px;
	right:390px;
}

#header .social a{
	font-size: 2rem;
}


#header .lang{
	position:absolute;
	top:24px;
	right:45px;
}


#header .lang a{
	color:#434343;
	text-transform:uppercase;
}

#header .lang a.login{
	margin-left:40px;
}




#header .search{
	width:195px;
	position:absolute;
	top:65px;
	right:40px;
}


#header .search form{
	margin:0px;
	padding:0px;
	position:relative;
}

#header .search form .btn{
	position:absolute;
	right:10px;
	top:2px;
	z-index:999;
}


#header img{
	vertical-align:middle;
}

#header a.toggle-menu{
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
	color:#fff;
	background-image:url(../images/menu-toggle.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	background-color:#00354d;
	
	position:absolute;
	top:0px;
	
	cursor:pointer;
	
	display:none;
}


#header a.toggle-menu.active{
	background-image:url(../images/menu-close.png);
	background-color:#009fe3;
}









#nav{
	color:#fff;
	line-height:40px;
	font-size:11px;
	margin-bottom:10px;
}

#nav .container{
	background:#00354d;
	max-width:1080px;
	padding:0px;
}



#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav ul li{
	margin:0 5px 0 0;
	padding:0px;
	display:inline;
	position:relative;
}

#nav ul li a{
	font-family: 'OpenSansSemiBold';
	color:#fff;
	display:inline-block;
	padding:0px 10px;
}

#nav ul li a:hover{
	color:#fff;
	background:#009fe3;
}

#nav ul li a.active{
	color:#fff;
	background:#009fe3;
}

#nav ul > li.parent > a{
	padding:0 20px 0 10px;
	background-image:url(../images/menu-dropdown.png);
	background-position:right center;
	background-repeat:no-repeat;
}





#nav ul li ul{
	display:none;
	
	width:240px;
	padding:10px 15px 0px 15px;
	

	
	position:absolute;
	left:0px;
	top:29px;
	z-index:9999;
	
	background:#fff;
	background:rgba(255, 255, 255, .95);
}



#nav ul li ul li{
	margin:0px;
	padding:10px 0;
	line-height:1.2em;
	display:block;
	border-top:1px solid #ccc;
	border-top:1px solid rgba(0, 0, 0, .2);
}



#nav ul li ul > li.parent > a{
	padding:0 20px 0 0;
	background-image:url(../images/menu-dropdown-right.png);
	background-position:right center;
	background-repeat:no-repeat;
}

#nav ul li ul li a{
	font-family: 'OpenSansRegular', sans-serif;
	color:#434343;
	display:block;
	padding:0px;
}


#nav ul li ul li a:hover{
	color:#009fe3;
	background:none;
}


#nav ul li ul li a.active{
	color:#434343;
	background:transparent;
	font-family: 'OpenSansBold';
}



#nav ul li ul li ul{
	left:225px;
	top:-10px;
}


#nav ul li ul li ul li{
	margin:0px;
}



#nav ul li:nth-child(7) ul li ul{
	left:-250px;
}

#nav ul li:nth-child(8) ul li ul{
	left:-250px;
}


#mobile-nav{
	color:#fff;
	background:#00354d;
	line-height:40px;
	font-size:13px;
	
	display:none;
	padding-bottom:20px;
}

#mobile-nav.active{
	display:block;
}

#mobile-nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: 'OpenSansSemiBold';
}

#mobile-nav ul li{
	margin:0px;
	padding:0px;
	display:block;
	
	border-bottom:1px solid #333;
	border-bottom:1px solid rgba(255, 255, 255, .1);
}

#mobile-nav ul li:last-child{
	border-bottom:0px none;
}


#mobile-nav ul li a{
	color:#fff;
	display:block;
	padding:0 10px;
}

#mobile-nav ul li a:hover{
	color:#fff;
	background:#009fe3;
}

#mobile-nav ul li.parent > a{
	padding: 0 30px 0 10px;
	background-image:url(../images/menu-dropdown.png);
	background-position: right 8px;
	background-repeat:no-repeat;
}




#mobile-nav ul li ul{
	display:none;
	
	line-height:40px;
	
	z-index:999;
	
	background:#fff;
	
	font-family: 'OpenSansSemiBold';
}

#mobile-nav ul li ul li{
	margin:0;
	display:block;
	border-bottom:1px solid #d9dadb;
}

#mobile-nav ul li ul li:last-child{
	border:0px none;
}


#mobile-nav ul li ul li > a{
	color:#434343;
	background:#fff;
	padding:0 10px;	
	
}

#mobile-nav ul li ul li a:hover{
	color:#009fe3;
	background:#fff;
}



#mobile-nav a.active{
	font-family: 'OpenSansSemiBold';
}




#mobile-nav ul li ul li ul{
	display:block;
	padding-bottom:10px;
	font-family: 'OpenSansRegular';
}

#mobile-nav ul li ul li ul li{
	border:none;
	line-height:33px;
}


#mobile-nav ul li ul li ul li a,#mobile-nav ul li ul li ul li a:hover{
	padding:0 10px 0 25px;
	background-image:url(../images/menu-dropdown-right.png);
	background-position:5px center;
	background-repeat:no-repeat;
}








#mobile-nav .mobile-search{
	margin-top:20px;
}

#mobile-nav .mobile-search form{
	margin:0px;
	padding:0px;
}


#content-wrapper{
	max-width:1180px;
	margin:0px auto;
	padding:20px 0;
	
	
	background: #fff;
	
	/* 
	
	
	 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	
	*/
	
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}






.home-slider-container{

}


.home-slider-container .container{
	max-width:1080px;
	padding:10px 10px 40px 10px;
	
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fefefd+44,ebebe8+100 */
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,253,1) 44%, rgba(235,235,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(44%,rgba(254,254,253,1)), color-stop(100%,rgba(235,235,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,253,1) 44%,rgba(235,235,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,253,1) 44%,rgba(235,235,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,253,1) 44%,rgba(235,235,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,253,1) 44%,rgba(235,235,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebe8',GradientType=0 ); /* IE6-8 */



	border:1px solid #dddada;
}


.home-slider{

}



.home-slider .item{
	height:360px;
	background-color:#e8e8e8;
	
	background-repeat:no-repeat;
	background-position:center top;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.home-slider .item .link{
	position:absolute;
	z-index:99999;
	right:0px;
	bottom:44px;
	padding:20px 30px 20px 110px;
	text-transform:uppercase;
	text-align:right;
	background:url(../images/slider-link-bg.png) left center no-repeat;
	font-family: 'OpenSansSemibold';
	font-size:21px;
	line-height:1.4em;
}

.home-slider .item .link a{
	color:#434343;
}




.date-box{
	padding:10px;
	background:#fff;
	border:1px solid #dddada;
	
	font-size:13px;
	
	
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}



#datepicker{
	width:100%;
	margin:0 0 10px 0;
}


#datepicker .ui-datepicker {
	width: 100%;
	font-size:13px;
}


#content{

}




#main{
	
}



#main.active{	
	display:none;
	visibility:hidden;
}



#main form{
	margin:0;
	padding:0;
}


.header-image{
	margin:-30px 0 40px 0;
}


ul.left-nav{
	margin:0 0 20px 0;
	padding:0px;
	font-size:15px;
	list-style:none;
}

ul.left-nav li{
	padding:10px 0 10px 10px;
	margin:0px;
	border-bottom:2px inset #a1a1a1;
	position:relative;
}

ul.left-nav li:before {
    content: "";
	width:4px;
	height:4px;
	display:block;
	position:absolute;
	left:0px;
	top:18px;
    background-color: #bbce02;
}

ul.left-nav li:last-child{
	border-bottom:none;
}



ul.left-nav li.active:before {
    color: #bbce02;
}


ul.left-nav li a{
	color:#434343;
}

ul.left-nav li a.active{
	font-family: 'OpenSansBold';
}


ul.left-nav li ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
}

ul.left-nav li ul li{
	border:none;
	margin:5px 0px;
	padding:5px 0 5px 12px;	
}



ul.left-nav li ul li:before {
	width:6px;
	height:2px;
	top:13px;
    background-color: #434343;
}


ul.gallery{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.gallery li{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.gallery li img{
	 width: 100%;
	 height:auto;
}


.lSSlideOuter{
	margin:0 0 40px 0;
}

.lSSlideOuter .lSPager.lSGallery li{
	margin:0px;
}




.event-selector{
	padding:15px 10px;
	text-align:center;
	color:#fff;
	background:#b3c504;
}


.event-selector h3{
	color:#fff;
	margin:0 0 10px 0;
	text-transform:uppercase;
}


.event-selector select{
	margin:0;
}


ul.event-list{
	margin:0 0 20px 0;
	padding:0px;
	font-size:15px;
	list-style:none;
}

ul.event-list li{
	padding:0px;
	margin:0px;
	border-bottom:1px inset #666;
	position:relative;
}


ul.event-list li i{
	position:absolute;
	right:15px;
	top:17px;
}


ul.event-list li a{
	color:#434343;
	background:#ECEBE8;
	display:block;
	padding:15px 10px;
}


ul.event-list li a:hover{
	color:#fff;
	background:#070607;
}


ul.event-list li.active a{
	font-family: 'OpenSansBold';
	color:#fff;
	background:#009fe3;
}

ul.event-list li.active i{
	color:#fff;
}






#news h1, #news h2, #news h3, #news h4, #news h5, #news h6{
	margin-top:0px;
}

	
	
.news-category{
	padding:10px;
	background:#f3f2ef;
	line-height:1.2em;
	font-size:13px;
	margin:0 0 20px 0;
}

.news-btn{
	text-align:right;
}

.news-btn .button{
	margin:10px 0 0 0;
}


.line{
	width:110px;
	height:2px;
	background:#7fcff1;
	margin:60px 0 20px 0;
}






ul.pager{
	margin:0px;
	padding:0px;
	text-align:left;
}

ul.pager li{
	margin:0px;
	padding:0px;
	display:inline;
}

ul.pager li a{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	text-align:center;
	margin:0 1px 0 1px;
	color:#fff;
	background:#8e8e8d;
	text-decoration:none;
}



ul.pager li a:hover, ul.pager li a.active{
	color: #fff;
	background:#009fe3;
}



.page{
	height:30px;
	line-height:30px;
	padding:0 20px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#8e8e8d;
	text-transform:uppercase;
}



.box{
	background:#ecebe8;
	padding:40px;
}

.box img.portre{
	max-width:80%;
}



.green-box{
	padding:20px;
	background:#cad64f;
	 -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	min-height:220px;
}

.green-box.light{
	background:#d9e281;
}


.green-box-title{
	border-bottom:1px solid #000;
	text-align:center;
	font-family: 'OpenSansBold';
	text-transform:uppercase;
	font-size:15px;
	color:#000;
	margin:0 0 20px 0;
	line-height:1.8em;
}

.green-box ul{
	margin:0px;
	padding:0px;
}

.green-box ul li{
	margin-left:15px;
}




.link-list{
	padding:0 20px;
}

.link-list h3{
	margin-bottom:5px;
}


.link-list h3:before{
	content:">";
	margin:0 8px 0 -20px;
}


#footer{
	background:#faf9f8;
	padding:40px 0 40px 0;
	font-size:13px;
}

#footer .span_4, #footer .span_5{
	position:relative;
}

#footer .span_4:before, #footer .span_5:before{
	content:'';
	height:90%;
	min-height:175px;
	position:absolute;
	left:-20px;
	border-left:1px solid #d9dadb;
}

#footer .address{
	color:#6f7072;
	line-height:1.35em;
}


#footer ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	line-height:1.5em;
}

#footer ul li{
	margin:0;
	padding:0;
}

#footer ul.large li{
	margin:0 0 1.5em 0;
}

#footer ul li a{
	color:#707173;
}

#footer ul li.aipm{
	color:#6f7072;
	line-height:1.5em;
}


#footer strong{
	color:#14120a;
}






#copyright{
	color:#999;
	padding:20px 0;
	font-size:12px;
}




#copyright ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#copyright ul li{
	margin:0 10px 0 0;
	padding:0;
	display:inline-block;
}


#copyright a{
	color:#999;
}



/* `Media queries
----------------------------------------------------------------------------------------------------*/


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	select{		
		background-image: url(../images/select-bg@2x.png);
		background-size:28px 28px;
	}
	

}





/* Smaller than standard 1120 (devices and browsers) */
@media only screen and (max-width: 1119px) {

	
	#nav ul li{
		margin:0 10px 0 0;
	}

}
		

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	.hide-tablet{
		display:none !important;
		visibility:hidden;
	}
	
	.show-tablet{
		display:block;
	}
	
	html, body {
		font-size:13px;
		line-height:1.25em;
	}
		

	#header{
		padding:20px 0;
	}
	
	#header .social{
		top:-8px;
		right: 370px;
	 }
	
	 #header .lang{
		top:-3px;
	 }
	
	 #header .search{
		top:18px;
	 }
	
	
	#header a.toggle-menu{
		display:block;
	}
	
	
	#header .logo img{
		max-height:50px;
		margin: 0 0 0 70px;
	}
	
	#nav{
		display:none;
	}
	
	#mobile-nav{
		display:none;
	}
	
	
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  padding: 0 10px;
	  font-size: 13px;
	}
	
	


}






/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	
	
	h1 {
		font-size: 21px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	h6 {
		font-size: 14px;
	}


	.button, .button:visited,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  display: block;
	  line-height: 40px;
	}
	
	
	
	.hide-mobile{
		display:none !important;
		visibility:hidden;
	}
	
	.show-mobile{
		display:block;
	}
	
	#header{
		padding:20px 0;
	}
	
	#header .social{
		right:10px;
		top: 8px;
	}
	
	#header .lang, #header .search{
		display:none;
	}
	
	#header a.toggle-menu{
		display:block;
	}
	
	
	#header .logo img{
		max-height:50px;
		margin: 0 0 0 70px;
	}
	
	
	#nav{
		display:none;
	}
	
	#mobile-nav{
		display:none;
	}
	
	
	.home-slider .item{
		height:250px;
	}

	
	#datepicker{
		margin:40px 0 20px 0;
	}

	
	#content-wrapper.top{
		margin-top:0;
	}



	
	#content-wrapper{
		margin:0 auto;
	}
	
	#content{
		width:100%;
	}
	
	.header-image{
		margin:-20px 0 40px 0;
	}

	#copyright, #copyright .text-right{
		text-align:center;
	}


}