
/*** res ***/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);* {
  padding: 0px;
  margin: 0px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

/*** body ***/

html, body {
  width: 100%;
  min-width: 1240px;
  height:100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #eee;
}
section#page {
  height:auto !important;
  height:100%;
  min-height:100%;
  width: 100%;
  min-width: 1240px;
}
div.center {
  margin: 0px auto;
  width: 1240px;
  height: 100%;
}

/*** header ***/

header {
  background: #fff;
}

header a[href='#'] {
  cursor: default;
}

/* Top menu */

nav#topmenu {
  background: #eee;
  height: 47px;
  color: #484848;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
nav#topmenu ul {
  width: 1240px;
  margin: 0px auto;
  height: 100%;
  display: block;
  padding-right: 10px;
}
nav#topmenu li {
  display: inline-block;
  height: 100%;
}
nav#topmenu li:not(:first-child):before {
  content: '|';
  color: #999;
  font-weight: normal;
}

nav#topmenu a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 5px 10px;
  text-transform: uppercase;
}
nav#topmenu li:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

a#search_menu_item:before {
  content: url('/img/search.png');
  vertical-align: -45%;
  margin-right: 0.33em;
}

a#english_menu_item:before {
  content: url('/img/flag-en.png');
  vertical-align: -15%;
  margin-right: 0.5em;
}
a#deutch_menu_item:before {
  content: url('/img/flag-de.png');
  vertical-align: -15%;
  margin-right: 0.5em;
}
a#deutch_menu_item {
  margin-right: -12px;
}
  /* Logo */

nav#mainmenu a#logo {
  display: block;
  position: relative;
  left: 10px;
  top: -47px;
  margin-bottom: -236px;
  background: #eee url('/img/logo.png') no-repeat;
  width: 170px;
  height: 236px;
  z-index: 2;
}

/* Main menu */

nav#mainmenu {
  background: #009837;
  height: 70px;

  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}
nav#mainmenu ul {
  display: block;
  width: 1240px;
  margin: 0px auto;
  height: 100%;
  padding-right: 10px;
}
nav#mainmenu li {
  display: inline-block;
  height: 100%;
  font-weight: normal;
  font-family: "Roboto Condensed";

}

nav#mainmenu li:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

nav#mainmenu li:not(:first-child):before {
  content: '|';
  color: #66cc8b;
  font-weight: normal;
}
nav#mainmenu a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: color 0.3s;
}

nav#mainmenu a:hover {
  color: #cbdb6e;
}

nav#mainmenu ul ul {
  display: block;
  opacity: 0;
  position: absolute;
  width: auto;
  height: auto;
  background: #009837;
  z-index: 2;
  text-align: left;
  padding-bottom: 10px;
  transition: opacity 0.3s linear, max-height 0.3s ease-out, height 0.3s ease-out;
  max-height: 0px;
  overflow-y: hidden;
}
nav#mainmenu ul ul li {
  display: block;
  height: 40px;
  padding: 5px 30px 5px 10px;
}
nav#mainmenu ul ul li:not(:first-child):before,
nav#mainmenu ul ul li:first-child:before
{

  content: '›';
  color: #66cc8b;
  font-weight: normal;
  margin-right: 5px;
  margin-left: 10px;

}
nav#mainmenu li:hover ul {
  transition: opacity 0.3s linear, max-height 0.3s ease-in, height 0.3s ease-in;
  opacity: 1;
  max-height: 400px;
}






/*** aside ***/

aside {
  float: right;
}

/*** slider ***/

div#slidercontainer {
  /* http://www.colorzilla.com/gradient-editor/#95ae05+0,aac706+50,95ae05+100 */
  background: #aac706;
  /*
  background: -moz-linear-gradient(left,  #95ae05 0%, #aac706 50%, #95ae05 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#95ae05), color-stop(50%,#aac706), color-stop(100%,#95ae05));
  background: -webkit-linear-gradient(left,  #95ae05 0%,#aac706 50%,#95ae05 100%);
  background: -o-linear-gradient(left,  #95ae05 0%,#aac706 50%,#95ae05 100%);
  background: -ms-linear-gradient(left,  #95ae05 0%,#aac706 50%,#95ae05 100%);
  background: linear-gradient(to right,  #95ae05 0%,#aac706 50%,#95ae05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ae05', endColorstr='#95ae05',GradientType=1 );
  */

  height: 390px;
  margin-top: 5px;
  margin-bottom: 0px;
  position: relative;
}

#slidermask {
  position: absolute;
  top: 0px;
  left: 240px;
}
#slidermask2 {
  position: absolute;
  background: #aac706;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 240px;
}


div#slider {
  position: relative;
  width: 1240px;
  margin: auto;
  height: 100%;
  overflow: hidden;
}

div#slidercontent {
  width: 1240px;
  margin: auto;
  height: 100%;
  overflow: hidden;
}


#slidercontent ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#slidercontent li {
  float: left;
  width: 1240px;
  position: relative;
}
#slidercontent li img {
  margin-left: 240px;
  width: 1000px;
  height: 390px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slidercontent li h2 {
  position: absolute;
  display: inline-block;
  font-size: 26px;
  top: 30px;
  left: 680px;
  color: #009837;
  width: 530px;
}

.slider_page {

}


#slider-pagination {
  display: block;
  position: absolute;
  top: 370px;
  left: 325px;
  text-align: center;
  width: 590px;
}


#slider-pagination a {
  text-decoration: none;
  display: inline-block;

  width: 9px;
  height: 9px;

  background: #009837;
  border-radius: 7px;
  margin-right: 10px;
  margin-top: 2px;
  text-indent: -9999px;
  border: 2px solid #009837;
  transition: background 0.5s, width 0.5s, height 0.5s, border 0.5s, margin-top 0.5s;
}

#slider-pagination a.active {
  width: 13px;
  height: 13px;
  margin-top: 0px;
  background: transparent;
  transition: background 0.5s, width 0.5s, height 0.5s, border 0.5s, margin-top 0.5s;
}


/*** content ***/

#contentarea {
  padding: 0em;
}
#contentarea div.center {
  background: #FFF;
  padding: 10px 20px;
}
main {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 200px;
}
main li {
  margin-left: 30px;
}
main a {
  text-decoration: none;
  color: #009837;
}
main table {
  border-collapse: collapse;
}
main .realtable td {
  border: 1px solid #ccc;
  padding: 2px 10px;
}

#hirek article {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  margin-top: 20px;
}
.hirdatum {
  color: #999;
  font-size: 80%;
}
.hircontent {
  margin-top: 10px;
}

.floatrightimg {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.floatleftimg {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}


/*** footer ***/

footer {
  clear: both;
  position:relative;
  width:100%;
  bottom:0;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  background:#009837;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
}

/*** others ***/

main .table_maps {
  border-collapse: collapse;
  width: 50%;
  border: 0px;
}
main .table_maps td {
  border: 0px;
}
main .table_maps tr td:nth-child(2) {
  text-align: left;
  width: 10%;
}

main .merkozes_nap {
  border-collapse: collapse;
  width: 100%;
  border: 0px;
}
main .merkozes_nap td {
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
}
main .merkozes_nap tr td:nth-child(5),
main .merkozes_nap tr td:nth-child(7)
{
  text-align: left;
}
main .merkozes_nap tr td:nth-child(1) { width: 5% }
main .merkozes_nap tr td:nth-child(2) { width: 5% }
main .merkozes_nap tr td:nth-child(3) { width: 5% }
main .merkozes_nap tr td:nth-child(4) { width: 5% }
main .merkozes_nap tr td:nth-child(5) { width: 32% }
main .merkozes_nap tr td:nth-child(6) { width: 3% }
main .merkozes_nap tr td:nth-child(7) { width: 32% }
main .merkozes_nap tr td:nth-child(8) { width: 5% }
main .merkozes_nap tr td:nth-child(9) { width: 3% }
main .merkozes_nap tr td:nth-child(10) { width: 5% }

main .merkozes_csoport {
  border-collapse: collapse;
  border: 0%;
  margin: 0px auto;
}
main .merkozes_csoport td {
  border: 0px;
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
}
main .merkozes_csoport tr td:nth-child(2) {
  text-align: left;
}
main .merkozes_csoport tr td:nth-child(1) { width: 20px; }
main .merkozes_csoport tr td:nth-child(2) { width: 300px; }
main .merkozes_csoport tr td:nth-child(3) { width: 100px; }
main .merkozes_csoport tr td:nth-child(4) { width: 60px; }
main .merkozes_csoport tr td:nth-child(5) { width: 30px; }
main .merkozes_csoport tr td:nth-child(6) { width: 30px; }
main .merkozes_csoport tr td:nth-child(7) { width: 30px; }
main .merkozes_csoport tr td:nth-child(8) { width: 20px; padding-left: 30px; }
main .merkozes_csoport tr td:nth-child(9) { width: 20px; }
main .merkozes_csoport tr td:nth-child(10) { width: 20px; padding-right: 30px; }
main .merkozes_csoport tr td:nth-child(11) { width: 50px; }


.radiobutton {
  display: block;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 5px;
}
.radiobutton.checked {
  background: #009837;
  color: #fff;
  border: 1px solid #009837;
}
.esemeny_filter_panel {
  display: inline-block;
  vertical-align: top;
}
#esemeny_filter_csapat {
  display: block;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 5px;
  width: 400px;
}

.thumbnail {
  float: left;
  width: 280px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 10px;
}
