/* IMPORT RESET */
@import url("reset.css");

/* IMPORT GRID */
@import url("responsive.gs.24col.css");

/* IMPORT TYPO */
@import url("typo.css");



@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");






#cookie-bar {
	background: #32a6cd;
	max-width: 360px;
	height: auto;
	line-height: 1.2em;
	font-size: 13px;
	color: #fff;
	text-align: left;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#cookie-bar.fixed.bottom {
	bottom: 20px;
	top: auto;
	right: 20px;
	left: auto;
}
#cookie-bar p {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
#cookie-bar a {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px;
	margin: 10px 2px 0 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#cookie-bar .cb-enable {
	background: #000;
}
#cookie-bar .cb-enable:hover {
	color: #000;
	background: #fff;
}
#cookie-bar .cb-disable {
	background: #666;
}
#cookie-bar .cb-disable:hover {
	background: #666;
}
#cookie-bar .cb-policy {
	color: #fff;
	background: none;
}
#cookie-bar .cb-policy:hover {
	color: #32a6cd;
	background: #fff;
}




.highcharts-input-group{
	display:none;
}


/* `Basic
----------------------------------------------------------------------------------------------------*/

body{
	padding-top:100px;
}

.site{
	max-width:1920px;
	margin:0 auto;
}


*{
	-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;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

img.scale-with-grid {
	max-width: 100%;
	min-width:100%;
	height: auto; 
}


img.rounded{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



.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, background-color .5s ease, border .5s ease; 
    -moz-transition: color .5s ease, background-color .5s ease, border .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border .5s ease;
    transition: color .5s ease, background-color .5s ease, border .5s ease;
}



a.grayscale img{
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
}

a.grayscale:hover img{
	    filter: none;
    -webkit-filter: grayscale(0%);
}





.hide, .show-tablet, .show-mobile{
	display:none;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}










.container{
	position:relative;
}

.container .row{
	margin-bottom:20px;
}


.container.boxed{
	width:1120px;
	padding:0 20px;
}



#header{
	background: #fff;
	border-bottom:1px solid #ececec;
	
	width:100%;
	min-width:1120px;
	height:100px;
	
	position:fixed;
	
	top:0px; right:0px; left:0px;

	
	z-index:99999;
	
	-webkit-box-shadow:rgba(0,0,0,0.1) 0 2px 3px 0;
	-moz-box-shadow:rgba(0,0,0,0.1) 0 2px 3px 0;
	box-shadow:rgba(0,0,0,0.1) 0 2px 3px 0;
	
}





#header .logo{
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999;
	max-width:100px;
}

#header .logo img{
	vertical-align:middle;
}





#header .menu{
	font-size:13px;
	text-transform:uppercase;
	font-family: "latobold";
	position:absolute;
	right:170px;
	top:25px;
	line-height:50px
}




#header .menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header .menu ul li{
	margin:0 0 0 15px;
	padding:0px;
	display:inline;
	position:relative;
}


#header .menu ul li a{
	color:#32a6cd;
	text-decoration:none;
	display:inline-block;
}

#header .menu ul li a:hover{
	color:#000;
}


#header .menu ul li a.active{
	color:#000;
}



/* submenu */

#header .menu ul li.dropdown a{
	padding-right:15px;
	position:relative;
}

#header .menu ul li.dropdown > a:after{
	font-family: FontAwesome;
	content:'\f0d7';
	position:absolute;
	right:0px;
	top:33%;
	line-height:1.4em;
	color:#999;
}

#header .menu ul li:nth-child(2) ul{
	width:380px;
}


#header .menu ul li ul{
	width:240px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:30px;
	z-index:99;
	
	background:#32a6cd;
	line-height:1.3em;
	text-transform:none;
	
	display:none;
}

#header .menu ul li ul li{
	border-top:1px solid rgba(255, 255, 255, .25);;
	margin:0;
	padding:0;
	display:block;
}

#header .menu ul li ul li a{
	color:#fff;
	display: block;
	padding:10px;
}

#header .menu ul li ul li a:hover{
	color:#fff;
	background:#000;
}



#header .links{
	position:absolute;
	right:0px;
	top:30px;
}

#header .links a{
	display:inline-block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 2px;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#header .links a.toggle-search{
	background:url(../images/icon-search.png) center center no-repeat;
}

#header .links a.toggle-search:hover, #header .links a.toggle-search.active{
	background:url(../images/icon-search-hover.png) center center no-repeat;
}


#header .links a.lang-en{
	background:url(../images/icon-en.png) center center no-repeat;
}

#header .links a.lang-en:hover{
	background:url(../images/icon-en-hover.png) center center no-repeat;
}

#header .links a.lang-hu{
	background:url(../images/icon-hu.png) center center no-repeat;
}

#header .links a.lang-hu:hover{
	background:url(../images/icon-hu-hover.png) center center no-repeat;
}


#header .links a.social-in{
	background:url(../images/icon-in.png) center center no-repeat;
}

#header .links a.social-in:hover{
	background:url(../images/icon-in-hover.png) center center no-repeat;
}




#search{
	background: #ececec;
	padding:20px 0;
	
	display:none;
	
	/*
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	*/
	
}

#search.active{
	display:block;
}

#search input[type=text]{
	background:#fff;
	border:1px solid #cecece;
	padding:10px;
}





ul.breadcrumbs{
	font-size:13px;
	line-height:40px;
	
	margin:0px;
	padding:0px;
	list-style-type:none;
}



ul.breadcrumbs li{
	margin:0 5px 0 0;
	padding:0px;
	display:inline;
}

ul.breadcrumbs li:after{
	font-family: FontAwesome;
	content:'\f105';
	display:inline-block;
	margin:0 0 0 5px;
}

ul.breadcrumbs li:last-child:after{
	content:'';
	margin:0;
}


ul.breadcrumbs li a{
	color:#32a6cd;
	text-decoration:none;
}

ul.breadcrumbs li a:hover{
	color:#000;
}


ul.breadcrumbs li a.active{
	color:#000;
}





/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides_container{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	z-index:8000;
}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.rslides li {
  padding: 0px;
  margin: 0px;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  
  width: 100%;  
  height:300px;
  
  left: 0;
  top: 0;

}






.rslides .slider-image {
	display: block;
	height: 100%;
	width: 100%;
	margin:0 auto;
	border: 0;
	text-indent:-9999px;
	
	background-repeat:no-repeat;
	background-position:center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}








.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: url("../images/themes.png") no-repeat left top #6EA714;
  margin-top: -25px;
}



.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}










.content{
	color:#000;
	background:#fff;
	position:relative;
	min-width:1120px;
}


.content.gray-bg{
	color:#000;
	background:#ececec;
	position:relative;
}


.content.main{
	padding:40px 0;
}



.content .big-pic-container{
	position:relative;
	width:100%;
	height:auto;
}

.content .big-pic{
	width:100%;
	height:100%;
	background-color:#303439;
	position:absolute;
	left:0px;
	top:0px;
	
	background-repeat:no-repeat;
	background-position:center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.content .big-pic .text{
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	
	width:100%;
	
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);

}


.content .big-pic .text .big{
	font-size:55px;
	font-family: 'bebas_neuebook', sans-serif;
	line-height:1em;
	margin-bottom:10px;
}

.content .big-pic .text .small{
	line-height:1.3em;
}






.content .inner25{
	padding:25px;
}

.content .inner50{
	padding:50px;
}

.content .inner75{
	padding:75px;
}


.content .inner100{
	padding:100px;
}




.header-image{
	width:100%;
	min-width:1120px;
	height:200px;
	
	background-position:center center;
	background-repeat:no-repeat;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}





.side-menu{
	margin:0 0 40px 0;
}

.side-menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.side-menu ul li{
	margin:0px;
	padding:0px;
	border-top:1px solid #c0c0c0;
}

.side-menu ul li:last-child{
	border-bottom:1px solid #c0c0c0;
}

.side-menu ul li a{
	padding:10px;		
	display:block;	
}


.side-menu ul li a.active{
	color:#fff;
	background:#32a6cd;
}




.side-menu ul li ul{
	font-size:13px;
}

.side-menu ul li ul li:last-child{
	border-bottom:none;
}

.side-menu ul li ul li a{
	padding:8px 10px 8px 15px;
	background-color:#f5fafc;
}

.side-menu ul li ul li.active a{
	color:#000;
	background:url(../images/menu-arrow.png) right center no-repeat #f5fafc;
}





.box{
	padding:20px;
	margin:0 0 20px 0;
	background:#ececec;
	font-size:13px;
}

.box h3{
	margin-bottom:10px;
}

.box ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.box ul li{
	margin:0px;
	padding:0px;
}



.list a{
	color:#000;
}

.list a:hover{
	color:#32a6cd;
}



.pager{
	margin:40px 0 20px 0;
}



.pager ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline-block;
}

.pager li{
	display:inline;
	float:left;
	margin:0 5px;
}


.pager li a{
	float:left;
	display:block;
	text-decoration:none;
	min-width:33px;
	padding:0 10px;
	height:33px;
	line-height:33px;
	text-align:center;
	
  	 border: 1px solid #32a6cd;
}

	



.pager li a:hover{
	color:#fff;
	background:#32a6cd;
	border: 1px solid #32a6cd;
}

.pager li a.active{
	color:#fff;
	background:#32a6cd;	
	border: 1px solid #32a6cd;
	cursor:default;
}


.pager li i{
	display:inline-block;
	margin:0 5px;
	vertical-align:middle;
}





table {
	width:100%;
    margin-bottom: 40px;
	text-align-last:left;
	font-size:14px;
	line-height:1.3em;
}


table thead{
	text-align:left;
}

table thead tr th{
	padding:10px 5px;
	color:#fff;
	background:#32a6cd;
}


table tr{
	border-top: 1px solid #dfdfdf;
}

table tr td{
	padding:8px 5px;
	vertical-align:middle;
}

table tr:nth-child(odd) td{
	background:#fff;
}

table tr:nth-child(even) td{
	background:#f7f7f7;
}

table tr:last-child{
	border-bottom: 1px solid #dfdfdf;
}







.tabs{
	width:100%;
	float:left;
	margin:20px 0 40px 0;
	
	
	border-bottom:1px solid #c2c5ce;
	
}

.tabs a{
	color:#c2c5ce;
	background:#303439;
	padding:10px 15px;
	
	
	font-size: 13px;
	text-transform: uppercase;
	
	text-decoration:none;

	display:block;
	float:left;
	text-align:center;
	
}


.tabs a:hover{
	color:#fff;
}


.tabs a.active{
	color:#303439;
	background:#c2c5ce;
}

.tabs-content{
	display:none;
}

.tabs-content.active{
	display:block;
}





.accordion{	
  display: block;
  padding: 0 15px;
  margin:0 0 20px 0;
  color: #303439;
  font-size: 14px;
  text-transform:uppercase;
  line-height: 35px;
  text-decoration: none;
 
 border: 1px solid #c2c5ce;
  background-color:#fff;
 
  cursor: pointer;
  box-sizing: border-box; 
}





#footer{
	min-width:1120px;
	font-size:13px;
	padding:30px 0;
	background:#ececec;
}




#footer h3{
	margin:0 0 10px 0;
}

#footer ul{
	margin:0 0 20px 0;
	padding:0px;
	list-style-type:none;
}


#footer ul li{
	margin:0px;
	padding:0px;
}



#copyright{
	min-width:1120px;
	font-size:13px;
	padding:15px 0;
	color:#fff;
	background:#272727
}



#copyright img{
	vertical-align:middle;
}



#copyright ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}


#copyright ul li{
	margin:0px;
	padding:0 10px;
	display:inline-block;
	border-right:1px solid #666;
	line-height:1em;
}

#copyright ul li:last-child{
	border:none;
}

#copyright ul li a{
	color:#fff;
}


#copyright .scrollPage{
	float:right;
}


#map-canvas {
	  width: 100%;
	  height: 550px;
	  overflow:hidden;
	  background:#303439;
}
	
	





/* #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;
}



/* `Media queries
----------------------------------------------------------------------------------------------------*/



@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

#header .links a.toggle-menu{
	background-image:url(../images/icon-menu@2x.png);
	background-size:40px 40px;
}

#header .links a.toggle-menu:hover{
	background-image:url(../images/icon-menu-hover@2x.png);
	background-size:40px 40px;
}

#header .links a.toggle-menu.active{
	background-image:url(../images/icon-menu-close@2x.png);
	background-size:40px 40px;
}


#header .links a.toggle-search{
	background:url(../images/icon-search@2x.png) center center no-repeat;
	background-size:40px 40px;
}

#header .links a.toggle-search:hover, #header .links a.toggle-search.active{
	background:url(../images/icon-search-hover@2x.png) center center no-repeat;
	background-size:40px 40px;
}


#header .links a.lang-hu{
	background:url(../images/icon-hu@2x.png) center center no-repeat;
	background-size:40px 40px;
}

#header .links a.lang-hu:hover{
	background:url(../images/icon-hu-hover@2x.png) center center no-repeat;
	background-size:40px 40px;
}


#header .links a.lang-en{
	background:url(../images/icon-en@2x.png) center center no-repeat;
	background-size:40px 40px;
}

#header .links a.lang-en:hover{
	background:url(../images/icon-en-hover@2x.png) center center no-repeat;
	background-size:40px 40px;
}


#header .links a.social-in{
	background:url(../images/icon-in@2x.png) center center no-repeat;
	background-size:40px 40px;
}

#header .links a.social-in:hover{
	background:url(../images/icon-in-hover@2x.png) center center no-repeat;
	background-size:40px 40px;
}


.button, .button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image:url(../images/button-arrow@2x.png);
  background-size:35px 20px;
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-image:url(../images/button-hover-arrow@2x.png);
  background-size:35px 20px;
}
  

 

.button.active,
button.active,
input[type="submit"].active,
input[type="reset"].active,
input[type="button"].active {  
  background-image:url(../images/button-hover-arrow@2x.png);
  background-size:35px 20px;
}

select{
	background: url(../images/select-bg@2x.png) right center no-repeat;
	background-size:10px 10px;	
}
	

}




