@charset "UTF-8";
/**
 * basic colors
 */
/**
 * media size
 */
/**
 * konyvar gyujtemeny
 */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
.wrapper {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper.outline {
    outline: 1px solid red; }

.row {
  margin: 0 -15px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row.center {
    text-align: center; }
    .row.center div[class^="col-"] {
      text-align: left; }
  .row.outline div[class^="col-"] {
    outline: 1px solid #222222; }
  .row.p-15 div[class^="col-"] {
    padding: 15px; }

div[class^="col-"] {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.col-xs-1 {
  width: 8.3333333333%;
  float: left; }

.col-xs-2 {
  width: 16.6666666667%;
  float: left; }

.col-xs-3 {
  width: 25%;
  float: left; }

.col-xs-4 {
  width: 33.3333333333%;
  float: left; }

.col-xs-5 {
  width: 41.6666666667%;
  float: left; }

.col-xs-6 {
  width: 50%;
  float: left; }

.col-xs-7 {
  width: 58.3333333333%;
  float: left; }

.col-xs-8 {
  width: 66.6666666667%;
  float: left; }

.col-xs-9 {
  width: 75%;
  float: left; }

.col-xs-10 {
  width: 83.3333333333%;
  float: left; }

.col-xs-11 {
  width: 91.6666666667%;
  float: left; }

.col-xs-12 {
  width: 100%;
  float: left; }

@media all and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
    float: left; }

  .col-lg-2 {
    width: 16.6666666667%;
    float: left; }

  .col-lg-3 {
    width: 25%;
    float: left; }

  .col-lg-4 {
    width: 33.3333333333%;
    float: left; }

  .col-lg-5 {
    width: 41.6666666667%;
    float: left; }

  .col-lg-6 {
    width: 50%;
    float: left; }

  .col-lg-7 {
    width: 58.3333333333%;
    float: left; }

  .col-lg-8 {
    width: 66.6666666667%;
    float: left; }

  .col-lg-9 {
    width: 75%;
    float: left; }

  .col-lg-10 {
    width: 83.3333333333%;
    float: left; }

  .col-lg-11 {
    width: 91.6666666667%;
    float: left; }

  .col-lg-12 {
    width: 100%;
    float: left; } }
@media all and (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
    float: left; }

  .col-md-2 {
    width: 16.6666666667%;
    float: left; }

  .col-md-3 {
    width: 25%;
    float: left; }

  .col-md-4 {
    width: 33.3333333333%;
    float: left; }

  .col-md-5 {
    width: 41.6666666667%;
    float: left; }

  .col-md-6 {
    width: 50%;
    float: left; }

  .col-md-7 {
    width: 58.3333333333%;
    float: left; }

  .col-md-8 {
    width: 66.6666666667%;
    float: left; }

  .col-md-9 {
    width: 75%;
    float: left; }

  .col-md-10 {
    width: 83.3333333333%;
    float: left; }

  .col-md-11 {
    width: 91.6666666667%;
    float: left; }

  .col-md-12 {
    width: 100%;
    float: left; } }
@media all and (min-width: 640px) {
  .col-sm-1 {
    width: 8.3333333333%;
    float: left; }

  .col-sm-2 {
    width: 16.6666666667%;
    float: left; }

  .col-sm-3 {
    width: 25%;
    float: left; }

  .col-sm-4 {
    width: 33.3333333333%;
    float: left; }

  .col-sm-5 {
    width: 41.6666666667%;
    float: left; }

  .col-sm-6 {
    width: 50%;
    float: left; }

  .col-sm-7 {
    width: 58.3333333333%;
    float: left; }

  .col-sm-8 {
    width: 66.6666666667%;
    float: left; }

  .col-sm-9 {
    width: 75%;
    float: left; }

  .col-sm-10 {
    width: 83.3333333333%;
    float: left; }

  .col-sm-11 {
    width: 91.6666666667%;
    float: left; }

  .col-sm-12 {
    width: 100%;
    float: left; } }
@media all and (max-width: 1200px) {
  .wrapper {
    width: 100%; } }
.form-group {
  display: block;
  box-sizing: border-box; }
  .form-group label {
    display: block;
    float: none; }
  .form-group input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: none; }
    .form-group input:hover, .form-group input:active, .form-group input:focus {
      border: none;
      outline: none;
      box-shadow: none; }
  .form-group textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: none; }
    .form-group textarea:hover, .form-group textarea:active, .form-group textarea:focus {
      border: none;
      outline: none;
      box-shadow: none; }

#contact .info-cont {
  display: inline-block;
  float: left; }
  #contact .info-cont .contact-info-box {
    width: 390px;
    min-height: 555px;
    padding: 220px 30px 30px 30px;
    margin: 35px 15px 0 0;
    position: relative;
    background-color: #d5da2e;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    #contact .info-cont .contact-info-box .icon-box {
      position: absolute;
      width: 120px;
      height: 120px;
      border: 2px solid #dde158;
      border-radius: 50%;
      top: 50px;
      left: 135px;
      background-image: url("../images/site/marker.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 35px 55px; }
    #contact .info-cont .contact-info-box .content {
      color: #ffffff;
      font-size: 22px;
      line-height: 1.4; }
#contact .info-form {
  display: inline-block;
  float: left;
  max-width: 794px; }
  #contact .info-form .form-group {
    padding: 0 15px;
    margin-bottom: 30px; }
    #contact .info-form .form-group .input-group-addon {
      display: none; }
    #contact .info-form .form-group.no-margin {
      margin: 0 0 15px 0; }
    #contact .info-form .form-group span {
      font-size: 12px;
      padding: 0 15px; }
      #contact .info-form .form-group span.error {
        color: red; }
    #contact .info-form .form-group label {
      color: #1f2022;
      font-size: 22px;
      margin: 0 0 15px 15px; }
      #contact .info-form .form-group label.no-margin {
        margin: 0 0 0 15px; }
    #contact .info-form .form-group input {
      font-size: 22px;
      padding: 18px 15px;
      border-radius: 3px;
      max-height: 60px; }
      #contact .info-form .form-group input::-webkit-input-placeholder {
        color: #c7c9cd; }
      #contact .info-form .form-group input:-moz-placeholder {
        color: #c7c9cd; }
      #contact .info-form .form-group input::-moz-placeholder {
        color: #c7c9cd; }
      #contact .info-form .form-group input:-ms-input-placeholder {
        color: #c7c9cd; }
      #contact .info-form .form-group input.error {
        margin-bottom: 10px; }
    #contact .info-form .form-group textarea {
      padding: 18px 15px;
      border-radius: 3px;
      min-height: 270px;
      resize: none; }
      #contact .info-form .form-group textarea.error {
        margin-bottom: 10px; }

body {
  margin: 0;
  padding: 0;
  background: #eff0f1;
  font-family: arial;
  position: relative; }
  body a {
    text-decoration: none;
    color: #686e76; }
    body a:hover {
      color: #d5da2e; }
  body h1, body h2, body h3, body h4, body p {
    margin: 0; }
  body a.selected {
    color: #d5da2e; }
  body strong {
    font-weight: 700; }

.wrapper {
  width: 1230px;
  margin: 0 auto; }

#mainwrapper {
  padding-top: 80px; }

#mainwrapper.search {
  padding-top: 150px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: white;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3); }
  #header #logo img {
    height: 50px;
    position: relative;
    top: 14px; }
  #header ul {
    float: right;
    list-style: none;
    margin: 0;
    padding-top: 22px; }
    #header ul li {
      display: inline-block;
      vertical-align: middle; }
      #header ul li a {
        padding-right: 20px;
        font-weight: bold; }
    #header ul #search img {
      height: 25px;
      position: relative;
      top: 4px; }

#search_mobile {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none; }
  #search_mobile #search img {
    height: 25px;
    position: relative;
    top: 4px; }

#header.search {
  height: 150px; }
  #header.search ul {
    padding-top: 29px; }
  #header.search #search img {
    height: 16px;
    top: 1px; }

#search-bar {
  border-top: 1px solid #ecedee;
  margin-top: 30px;
  padding-top: 8px; }
  #search-bar input {
    width: 98.5%;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    color: #d2d2d2;
    outline: none;
    border: none;
    background: url(../images/site/search_icon.svg) no-repeat right center;
    background-size: 22px; }

.btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 21px 125px 19px 125px;
  background-color: #d5da2e;
  color: #FFFFFF;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  cursor: pointer;
  color: white;
  margin-bottom: 30px; }
  .btn:hover {
    color: white !important;
    background: #14a4de; }

.btn.btn-white {
  border: 1px solid #d5da2e;
  color: #d5da2e;
  display: inline-block;
  font-size: 18px;
  padding: 20px;
  background: transparent;
  text-align: center;
  width: auto; }
  .btn.btn-white:hover {
    color: white;
    background: #d5da2e; }

.modal .btn {
  margin-bottom: 0;
  padding: 15px; }

#head-image {
  height: 350px;
  background-position: top center;
  background-size: cover;
  position: relative; }
  #head-image h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    width: 100%; }

#content.main {
  padding-top: 0; }

#content {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/site/background_minta.jpg) repeat;
  color: #686e76;
  font-size: 16px;
  line-height: 20px; }
  #content h1 {
    color: #d5da2e;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300; }
  #content ul {
    list-style: none;
    position: relative; }
    #content ul li {
      position: relative;
      padding-bottom: 10px; }
      #content ul li:before {
        content: "\2022";
        color: #d5da2e;
        position: absolute;
        left: -20px;
        font-size: 30px;
        top: -1px; }
  #content a {
    color: #15a6d5;
    border-bottom: 1px solid #c4d9ec;
    padding-bottom: 5px; }
  #content .wrapper-990 {
    max-width: 990px;
    margin: 0 auto; }
  #content #mainpage {
    position: relative; }
    #content #mainpage img {
      max-width: 100%; }
    #content #mainpage .wrapper {
      position: relative; }
    #content #mainpage .text {
      position: absolute;
      left: 0;
      top: 200px;
      width: 560px;
      padding: 20px;
      background: rgba(255, 255, 255, 0.9);
      border: none;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      color: #686e76;
      padding-top: 57px;
      padding-bottom: 30px; }
      #content #mainpage .text span.title {
        display: block;
        color: #d5da2e;
        font-size: 48px;
        text-transform: uppercase;
        line-height: 50px;
        padding-bottom: 20px;
        font-weight: bold; }
      #content #mainpage .text span.bevezetes {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ececec;
        display: block;
        margin-bottom: 30px; }
      #content #mainpage .text .btn {
        margin-bottom: 0; }
  #content #attention {
    background: #d5da2e;
    float: left;
    width: 250px;
    margin-right: 45px;
    padding: 20px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: white; }
    #content #attention > span {
      width: 125px;
      height: 125px;
      margin: 0 auto;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 1px solid rgba(255, 255, 255, 0.48);
      -webkit-border-radius: 65px;
      -khtml-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
      border-radius: 65px;
      text-align: center;
      font-size: 64px;
      line-height: 125px; }
  #content #about-content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold; }
  #content #about-map {
    margin-left: -100px;
    margin-right: -100px; }
    #content #about-map img {
      max-width: 100%; }
  #content #menu-sidebar {
    float: left;
    background: white;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 202px;
    margin-bottom: 106px;
    margin-right: 40px; }
    #content #menu-sidebar > div {
      padding: 20px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 10px; }
    #content #menu-sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #content #menu-sidebar ul li a {
        display: block;
        color: #686e76;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
        padding-top: 10px; }
        #content #menu-sidebar ul li a:hover, #content #menu-sidebar ul li a.selected {
          color: #d5da2e; }
      #content #menu-sidebar ul li:before {
        content: ''; }
      #content #menu-sidebar ul li:last-child {
        padding-bottom: 0; }
      #content #menu-sidebar ul li:last-child a {
        border-bottom: none; }
  #content #activities #menu-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0;
    margin: 0; }
  #content #activities #activities {
    display: inline-block;
    vertical-align: top;
    width: 80%; }
    #content #activities #activities > div {
      padding-left: 30px; }
      #content #activities #activities > div > div {
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: white;
        margin-bottom: 30px; }
        #content #activities #activities > div > div div.img {
          height: 300px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          -webkit-border-radius: 5px 5px 0 0;
          -khtml-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -ms-border-radius: 5px 5px 0 0;
          -o-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
          position: relative; }
          #content #activities #activities > div > div div.img p {
            position: absolute;
            bottom: 0px;
            left: 0px;
            color: #d5da2e;
            padding: 0;
            margin: 0;
            background: url(../images/site/bg-gradient.png) repeat-x bottom;
            width: 100%; }
            #content #activities #activities > div > div div.img p span {
              padding: 20px;
              padding-top: 50px;
              display: block; }
        #content #activities #activities > div > div > p {
          color: #d5da2e;
          border-bottom: 1px solid #d5da2e;
          padding: 20px;
          padding-left: 40px;
          margin: 0; }
        #content #activities #activities > div > div div.desc {
          padding: 20px;
          padding-left: 40px; }
  #content #about-q-a #menu-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0;
    margin: 0; }
  #content #about-q-a #about-gyik {
    display: inline-block;
    vertical-align: top;
    width: 80%; }
    #content #about-q-a #about-gyik > div {
      padding-left: 30px; }
      #content #about-q-a #about-gyik > div #gyik > div {
        background: white;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border-bottom: none;
        padding-bottom: 10px; }
        #content #about-q-a #about-gyik > div #gyik > div span {
          padding-bottom: 0;
          position: relative;
          padding-left: 70px;
          padding-right: 52px; }
        #content #about-q-a #about-gyik > div #gyik > div span span.num {
          color: #d5da2e;
          position: absolute;
          left: 0;
          top: 0;
          width: 70px;
          text-align: center;
          padding-left: 0;
          padding-top: 10px; }
        #content #about-q-a #about-gyik > div #gyik > div span span.title {
          padding-left: 20px;
          border-left: 1px solid #eff0f2;
          display: inline-block; }
        #content #about-q-a #about-gyik > div #gyik > div > div {
          border-left: 1px solid #eff0f2;
          margin-left: 70px;
          padding-top: 15px;
          padding-left: 20px; }
          #content #about-q-a #about-gyik > div #gyik > div > div p {
            margin: 0; }
  #content .bottom-text {
    padding-top: 30px; }
  #content #testimonials > div {
    display: inline-block;
    vertical-align: top;
    width: 33.3%; }
    #content #testimonials > div > div {
      background: white;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      margin: 10px;
      padding: 0px;
      padding-top: 20px; }
      #content #testimonials > div > div > span {
        width: 195px;
        border: 1px solid #f8facb;
        -webkit-border-radius: 107px;
        -khtml-border-radius: 107px;
        -moz-border-radius: 107px;
        -ms-border-radius: 107px;
        -o-border-radius: 107px;
        border-radius: 107px;
        display: block;
        margin: 0px auto;
        margin-bottom: 20px;
        padding: 20px; }
        #content #testimonials > div > div > span span {
          display: block;
          height: 195px;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-border-radius: 107px;
          -khtml-border-radius: 107px;
          -moz-border-radius: 107px;
          -ms-border-radius: 107px;
          -o-border-radius: 107px;
          border-radius: 107px; }
      #content #testimonials > div > div p {
        font-weight: bold;
        padding-left: 0px;
        padding-right: 20px;
        border-bottom: 1px solid #d5da2e;
        padding-bottom: 15px; }
        #content #testimonials > div > div p span {
          display: block;
          font-weight: 300;
          padding-top: 5px; }
      #content #testimonials > div > div div {
        padding: 0px; }
      #content #testimonials > div > div div.btn-cont {
        padding: 0;
        padding-top: 20px; }
  #content #testimonials.aboutpage {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px; }
    #content #testimonials.aboutpage > div > div {
      margin: 15px;
      padding-top: 30px; }
    #content #testimonials.aboutpage p {
      padding: 30px;
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 20px;
      padding-bottom: 15px;
      min-height: 65px; }
      #content #testimonials.aboutpage p span {
        color: #d5da2e; }
    #content #testimonials.aboutpage div.desc {
      padding: 30px;
      padding-top: 0; }
  #content #benefit {
    background: url(../images/site/benefit.jpg) no-repeat top center fixed;
    text-align: center; }
    #content #benefit .item {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding-top: 30px;
      padding-bottom: 30px;
      color: white; }
      #content #benefit .item > span {
        border: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 75px;
        -khtml-border-radius: 75px;
        -moz-border-radius: 75px;
        -ms-border-radius: 75px;
        -o-border-radius: 75px;
        border-radius: 75px;
        display: block;
        padding: 10px;
        width: 120px;
        margin: 0 auto; }
        #content #benefit .item > span > span {
          border: 1px solid rgba(255, 255, 255, 0.3);
          -webkit-border-radius: 75px;
          -khtml-border-radius: 75px;
          -moz-border-radius: 75px;
          -ms-border-radius: 75px;
          -o-border-radius: 75px;
          border-radius: 75px;
          display: block;
          padding: 10px; }
          #content #benefit .item > span > span > span {
            height: 54px;
            border: 1px solid white;
            font-size: 30px;
            line-height: 54px;
            display: block;
            text-align: center;
            padding: 20px;
            -webkit-border-radius: 75px;
            -khtml-border-radius: 75px;
            -moz-border-radius: 75px;
            -ms-border-radius: 75px;
            -o-border-radius: 75px;
            border-radius: 75px; }
          #content #benefit .item > span > span > span.smaller {
            font-size: 20px; }
      #content #benefit .item p {
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 0;
        font-size: 14px;
        padding-bottom: 20px; }
  #content #map {
    width: 100%;
    height: 800px; }
  #content #event_type {
    display: inline-block;
    width: 20%;
    vertical-align: top; }
    #content #event_type > div {
      background: white;
      padding: 20px;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 30px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    #content #event_type a {
      color: #686e76;
      display: block;
      border-bottom: 1px solid #dbdbdd;
      padding-top: 20px;
      padding-bottom: 20px; }
    #content #event_type a:hover, #content #event_type a.selected {
      color: #d5da2e; }
    #content #event_type a:last-child {
      border-bottom: none; }
  #content #event-list {
    display: inline-block;
    width: 80%;
    vertical-align: top; }
    #content #event-list div.item {
      background: white;
      margin-bottom: 30px;
      /*:hover.img{background-size: auto 120%;} 
      :hover span{background:rgba(139, 195, 74, 0.5);display:block;width:100%;height:200px;position:absolute;left:0;top:0;
      -webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
      :hover .img a{display:block}*/ }
      #content #event-list div.item .img {
        display: inline-block;
        width: 20%;
        vertical-align: top;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative; }
        #content #event-list div.item .img a {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 140px;
          height: 60px;
          line-height: 60px;
          margin-left: -70px;
          margin-top: -30px;
          display: block;
          padding: 0;
          border: 1px solid white;
          color: white;
          text-align: center;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          display: none; }
      #content #event-list div.item .desc {
        display: inline-block;
        width: 80%;
        vertical-align: top; }
        #content #event-list div.item .desc .title {
          margin-left: 20px;
          margin-right: 20px;
          padding: 20px;
          padding-left: 0;
          font-weight: bold;
          border-bottom: 1px solid #d5da2e;
          margin-bottom: 10px; }
        #content #event-list div.item .desc .date, #content #event-list div.item .desc .time, #content #event-list div.item .desc .place {
          padding: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 30px;
          margin-left: 20px; }
        #content #event-list div.item .desc .date {
          background: url(../images/site/ico-datepicker.png) no-repeat 0px 9px;
          background-size: 18px; }
        #content #event-list div.item .desc .time {
          background: url(../images/site/ico-clock.png) no-repeat left center; }
        #content #event-list div.item .desc .place {
          background: url(../images/site/ico-map.png) no-repeat 0px 4px;
          background-size: 18px;
          float: right; }
        #content #event-list div.item .desc a {
          margin-left: 20px;
          margin-top: 10px;
          border: 1px solid #d5da2e;
          padding: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          color: #d5da2e; }
          #content #event-list div.item .desc a:hover {
            display: inline-block; }
      #content #event-list div.item span {
        display: none; }
    #content #event-list div.item.release div.time {
      display: inline-block;
      width: 20%;
      vertical-align: top;
      color: #d5da2e;
      text-align: center;
      text-transform: uppercase;
      font-size: 13px; }
      #content #event-list div.item.release div.time div {
        padding-top: 35px;
        border-right: 1px solid #ecedee;
        height: 115px; }
      #content #event-list div.item.release div.time span {
        display: block;
        font-size: 45px;
        font-weight: bold;
        padding-top: 20px; }
    #content #event-list div.item.release .title {
      border-bottom: 0;
      padding-bottom: 0;
      padding-top: 15px;
      font-size: 18px; }
    #content #event-list div.item.release .d {
      padding-left: 20px;
      padding-right: 20px; }
    #content #event-list div.item.release :hover span {
      position: static;
      background: transparent;
      height: auto; }
    #content #event-list div.item.release a {
      position: static;
      display: block;
      color: #d5da2e;
      border: none;
      padding: 0;
      height: auto;
      line-height: auto;
      margin: 0;
      text-align: left;
      padding-left: 20px;
      padding-top: 5px; }
  #content #event-page {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    background: white;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #content #event-page .backtoarcticle {
      color: #d5da2e;
      border-bottom: 1px solid #d5da2e;
      display: block;
      padding: 20px;
      font-size: 18px; }
    #content #event-page #back-row {
      border-bottom: 1px solid #d5da2e;
      display: block;
      padding: 20px; }
      #content #event-page #back-row .backtoarcticle {
        padding: 0;
        border: none; }
      #content #event-page #back-row a, #content #event-page #back-row > div {
        display: inline-block;
        vertical-align: top;
        width: 33.3%; }
      #content #event-page #back-row .date > div {
        background: url(../images/site/ico-datepicker.png) no-repeat 0px 0px;
        background-size: 20px;
        padding: 2px;
        padding-left: 30px; }
      #content #event-page #back-row .place > div {
        background: url(../images/site/ico-map.png) no-repeat 0px 0px;
        background-size: 15px;
        padding: 2px;
        padding-left: 30px; }
    #content #event-page h1 {
      color: #686e76;
      font-size: 18px;
      font-weight: bold;
      margin-top: 0;
      padding: 0;
      padding-left: 20px;
      padding-top: 20px; }
    #content #event-page div#img {
      position: relative; }
      #content #event-page div#img span {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #d5da2e;
        font-size: 18px;
        text-transform: uppercase; }
      #content #event-page div#img img {
        -webkit-border-radius: 5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
    #content #event-page #desc {
      padding: 20px; }
      #content #event-page #desc img {
        max-width: 100%;
        height: auto !important; }
  #content table.green td, #content table.blue td {
    border: 1px solid #686e76;
    padding: 10px;
    text-align: left; }
  #content table.green thead td {
    background: #d1ebd9; }
  #content table.green tfoot td, #content table.blue tfoot td {
    background: #ecedee; }
  #content table.blue thead td {
    background: #d0edf8; }

#content.map {
  padding-top: 0;
  padding-bottom: 0; }

#content #testimonials.partner > div {
  background: white;
  margin-bottom: 30px;
  display: block;
  width: auto; }
  #content #testimonials.partner > div > div {
    display: inline-block;
    width: 30%;
    padding: 0;
    margin: 0;
    vertical-align: top; }
    #content #testimonials.partner > div > div span {
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      width: auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: none; }
    #content #testimonials.partner > div > div span.img {
      padding: 0;
      height: 125px;
      margin-bottom: 0;
      margin-top: 37px;
      margin-left: 50px;
      margin-right: 50px; }
    #content #testimonials.partner > div > div p, #content #testimonials.partner > div > div .desc {
      padding-left: 45px !important; }
    #content #testimonials.partner > div > div p {
      margin-left: 45px;
      padding-left: 0 !important; }
    #content #testimonials.partner > div > div .desc.more {
      padding: 20px;
      margin-left: 45px;
      margin-right: 20px; }
    #content #testimonials.partner > div > div .desc {
      margin-bottom: 20px;
      padding-right: 20px; }
    #content #testimonials.partner > div > div .btn {
      margin-left: 20px; }
  #content #testimonials.partner > div > div.desc_cont {
    width: 70%; }
    #content #testimonials.partner > div > div.desc_cont p {
      padding-top: 20px;
      margin-bottom: 20px; }
    #content #testimonials.partner > div > div.desc_cont > div {
      border-left: 1px solid #ecedee; }
      #content #testimonials.partner > div > div.desc_cont > div > div {
        padding-left: 0; }
    #content #testimonials.partner > div > div.desc_cont .desc.all {
      display: none; }
    #content #testimonials.partner > div > div.desc_cont .desc.more {
      display: none;
      background: #f9f9e0;
      padding-left: 20px; }
    #content #testimonials.partner > div > div.desc_cont .btn {
      margin-top: 0;
      border: 1px solid #d5da2e;
      background: none;
      font-weight: 300px;
      color: #d5da2e;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      margin-left: 45px; }
      #content #testimonials.partner > div > div.desc_cont .btn:hover {
        background: #d5da2e;
        cursor: pointer; }
    #content #testimonials.partner > div > div.desc_cont .btn.read-less {
      display: none;
      margin-top: 20px; }

/*#content #testimonials.partner>div{display:block;width:auto}
#content #testimonials.partner>div>div{padding-top:0;padding-bottom:30px}
#content #testimonials.partner>div>div>span{border:none;width:auto;padding:0;margin-bottom:0}
#content #testimonials.partner>div>div >span span{} 
#content #testimonials.partner>div>div p {text-transform: uppercase;}
#content #testimonials.partner>div>div a {border:1px solid $selected;color:$selected;width:190px;margin:0 auto;padding-top:10px;padding-bottom:10px;@include border-radius(3px);display: block;
  text-align:center;font-weight:bold}*/
#mapp img {
  max-width: 100%; }

#footer {
  background: white;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px; }
  #footer a {
    text-transform: uppercase; }
  #footer #small {
    font-size: 12px;
    padding-top: 30px;
    color: #b1b4b7; }
  #footer #eu {
    float: right; }
    #footer #eu img {
      width: 150px;
      height: 132px; }

#activity > div {
  float: left;
  width: 25%; }
  #activity > div span {
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #activity > div > div {
    padding: 10px; }
    #activity > div > div p {
      font-size: 24px;
      color: #3e4a55;
      padding-top: 24px;
      padding-bottom: 16px; }
    #activity > div > div .bevezeto {
      border-bottom: 2px solid #d5da2e;
      padding-bottom: 20px; }
#activity > div.item0 {
  float: left;
  width: 50%; }
  #activity > div.item0 span {
    display: block;
    height: 400px; }
  #activity > div.item0 > div {
    padding-left: 0; }
    #activity > div.item0 > div p {
      font-size: 36px;
      padding-top: 41px; }
    #activity > div.item0 > div .bevezeto {
      color: #d5da2e;
      font-size: 24px;
      line-height: 30px;
      padding-bottom: 10px;
      border-bottom: 0; }
    #activity > div.item0 > div .bovebben {
      font-size: 18px;
      line-height: 23px;
      border-bottom: 2px solid #d5da2e;
      padding-bottom: 40px; }

#main-event > div {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  #main-event > div > div > p {
    font-size: 48px;
    line-height: 55px;
    color: #d5da2e;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px; }
#main-event #event-left > div {
  padding-right: 15px; }
#main-event #event-right > div {
  padding-left: 15px; }
#main-event a.item {
  display: block;
  background: white;
  margin-bottom: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /*:hover.img{background-size: auto 120%;} 
  :hover span{background:rgba(139, 195, 74, 0.5);display:block;width:100%;height:112px;position:absolute;left:0;top:0;
  -webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
  :hover a{display:block}*/ }
  #main-event a.item span {
    display: block; }
  #main-event a.item .img {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative; }
  #main-event a.item .desc {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-bottom: 5px;
    color: black; }
    #main-event a.item .desc .title {
      font-size: 24px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 13px;
      padding: 10px;
      padding-left: 0;
      font-weight: bold;
      border-bottom: 1px solid #d5da2e;
      margin-bottom: 10px;
      padding-bottom: 15px;
      padding-top: 0px; }
    #main-event a.item .desc .date, #main-event a.item .desc .time, #main-event a.item .desc .place {
      padding: 20px;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 25px;
      margin-left: 20px;
      font-size: 18px;
      padding-top: 5px; }
    #main-event a.item .desc .date {
      background: url(../images/site/ico-datepicker.png) no-repeat 0px 3px;
      background-size: 20px;
      display: inline-block; }
    #main-event a.item .desc .time {
      background: url(../images/site/ico-clock.png) no-repeat 0px 3px;
      background-size: 15px; }
    #main-event a.item .desc .place {
      background: url(../images/site/ico-map.png) no-repeat 0px 3px;
      background-size: 15px;
      display: inline-block;
      float: right; }
  #main-event a.item a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: -45px;
    margin-top: -20px;
    display: block;
    padding: 0;
    border: 1px solid white;
    color: white;
    text-align: center;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: none;
    font-size: 12px; }
#main-event a.item.release {
  display: block; }
  #main-event a.item.release .time {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    color: #d5da2e;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px; }
    #main-event a.item.release .time span.f {
      padding-top: 14px;
      border-right: 1px solid #ecedee;
      height: 98px; }
      #main-event a.item.release .time span.f span {
        display: block;
        font-size: 45px;
        font-weight: bold;
        padding-top: 12px; }
  #main-event a.item.release .desc {
    color: black; }
  #main-event a.item.release .title {
    border-bottom: 0;
    padding-bottom: 0; }
  #main-event a.item.release .d {
    padding-left: 20px; }
  #main-event a.item.release :hover span {
    position: static;
    background: transparent;
    height: auto; }
  #main-event a.item.release a {
    position: static;
    display: block;
    color: #d5da2e;
    border: none;
    padding: 0;
    height: auto;
    line-height: auto;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px; }

#main-partners {
  background: url(../images/site/shutterstock_769472332.jpg) no-repeat center fixed;
  padding-top: 80px;
  padding-bottom: 80px; }
  #main-partners > div > p {
    font-size: 48px;
    line-height: 55px;
    color: #d5da2e;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px; }
  #main-partners #testimonials {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px; }
    #main-partners #testimonials > div {
      display: inline-block;
      vertical-align: top;
      width: 26%; }
      #main-partners #testimonials > div > div {
        background: white;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 15px;
        padding: 0px;
        padding-top: 20px;
        text-align: left; }
        #main-partners #testimonials > div > div > span {
          width: 195px;
          border: 1px solid #f8facb;
          -webkit-border-radius: 107px;
          -khtml-border-radius: 107px;
          -moz-border-radius: 107px;
          -ms-border-radius: 107px;
          -o-border-radius: 107px;
          border-radius: 107px;
          display: block;
          margin: 0px auto;
          margin-bottom: 20px;
          padding: 20px; }
          #main-partners #testimonials > div > div > span span {
            display: block;
            height: 195px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            -webkit-border-radius: 107px;
            -khtml-border-radius: 107px;
            -moz-border-radius: 107px;
            -ms-border-radius: 107px;
            -o-border-radius: 107px;
            border-radius: 107px; }
        #main-partners #testimonials > div > div p {
          font-weight: bold;
          padding-left: 20px;
          padding-right: 20px;
          border-bottom: 1px solid #d5da2e;
          padding-bottom: 15px;
          text-transform: none !important;
          height: 43px;
          margin-top: 0; }
          #main-partners #testimonials > div > div p span {
            display: block;
            font-weight: 300;
            padding-top: 5px; }
        #main-partners #testimonials > div > div div {
          padding: 0px; }
        #main-partners #testimonials > div > div .btn {
          margin-bottom: 0;
          margin-top: 20px; }
  #main-partners #testimonials.partner > div > div {
    padding-top: 0;
    padding-bottom: 30px; }
  #main-partners #testimonials.partner > div > div > span {
    border: none;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    padding: 30px; }
  #main-partners #testimonials.partner > div > div > span span {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: auto;
    background-size: contain;
    height: 170px; }
  #main-partners #testimonials.partner > div > div p {
    text-transform: uppercase; }

#gyik > div {
  border-bottom: 1px solid #d5da2e; }
  #gyik > div > span {
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px;
    display: block;
    position: relative;
    padding-right: 160px; }
    #gyik > div > span:after {
      content: '+';
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 40px;
      color: #d5da2e;
      font-weight: 100; }
  #gyik > div > span.selected + div {
    display: block; }
  #gyik > div > span.selected:after {
    content: '-'; }
  #gyik > div > div {
    padding: 10px;
    padding-top: 0px;
    display: none; }

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  border: 2px solid #d5da2e;
  background-color: #ffffff;
  color: #d5da2e;
  cursor: pointer; }
  .modal-header .close:active, .modal-header .close:hover, .modal-header .close:focus {
    outline: none;
    box-shadow: none; }

#contact .info-form {
  float: none;
  margin: 0 auto;
  display: block; }

#nav-menu {
  width: 31px;
  height: 31px;
  margin: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #03acda;
  display: none; }

#nav-menu span {
  display: block;
  position: absolute;
  width: 19px;
  background: white;
  border-radius: 0px;
  opacity: 1;
  left: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 3px;
  height: 2px; }

#nav-menu span:nth-child(1) {
  top: 7px; }

#nav-menu span:nth-child(2) {
  top: 14px; }

#nav-menu span:nth-child(3) {
  bottom: 8px; }

#logo, #logo img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

#news-events .wrapper, #event .wrapper {
  display: table; }

#content #event_type, #content #event-list, #content #event-page {
  display: table-cell;
  vertical-align: top;
  width: auto; }

#content #event_type {
  width: 349px; }

#content #menu-sidebar {
  width: 285px; }

#main-event div.item.release .d {
  padding-right: 10px; }

#content #event-page div#img {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

#header ul .x, #header #search_mobile .x {
  display: none; }

#header ul #search .x img, #header #search_mobile .x img {
  height: 16px;
  top: 2px; }

#header #search_mobile .x img {
  top: -1px; }

#header.search_mode ul {
  padding-top: 27px; }

#header.search_mode .x, #header.search_mode #search_mobile .x {
  display: block;
  width: 25px;
  display: inline-block; }

#header.search_mode #search_mobile .x img {
  top: 12px;
  right: 6px; }

#header.search_mode {
  height: 150px; }

#header #search-bar {
  display: none; }

#header #search-bar .wrapper {
  position: relative; }

#header.search_mode #search-bar, #header.search #search-bar {
  display: block; }

#header.search_mode #search-bar input {
  width: 98%; }

#header ul.typeahead.dropdown-menu {
  float: none;
  left: 0 !important;
  top: 61px !important;
  width: 100%;
  background: rgba(68, 77, 88, 0.9);
  padding: 0 !important;
  position: absolute;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

#header ul.typeahead.dropdown-menu li {
  display: block !important; }

#header ul.typeahead.dropdown-menu li a {
  color: white;
  padding: 10px;
  display: block;
  padding-left: 30px;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 300;
  border: none !important; }

#header ul.typeahead.dropdown-menu li a:before, #results a:before {
  position: absolute;
  left: 15px;
  top: 3px;
  font-size: 20px;
  content: '•';
  color: #d5da2e; }

#header ul.typeahead.dropdown-menu li a strong {
  color: #d5da2e; }

#header ul.typeahead.dropdown-menu li.active a {
  background: rgba(192, 192, 192, 0.2784313725); }

#header ul.typeahead.dropdown-menu li:last-child a:before {
  content: ''; }

#header ul.typeahead.dropdown-menu li:last-child .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-top: 10px; }

#header ul.typeahead.dropdown-menu li:last-child.active a {
  background: transparent; }

#results {
  padding-top: 20px; }

#results a {
  border-bottom: none;
  display: block;
  color: #686e76;
  position: relative;
  padding-left: 30px; }

#results a strong, #results a:before {
  color: #15a6d5; }

#results a:before {
  top: 0; }

#header.search .normal {
  display: none !important; }

#header.search .x {
  display: block !important; }

/*
body.browser.ie{
  #content #testimonials.partner > div{width: auto;}
  #content{
    div.item.release{
       :hover span{height:auto}
       a{height: auto;line-height: auto;}
     }  
  }
  #content #testimonials.partner{
    >div{width:auto;
      >div{
        span{width:auto;}
      }
    }  
  }
  #main-partners{
   #testimonials.partner>div>div>span{width:auto;}
   #testimonials.partner>div>div >span span{width:auto;} 
  }
}*/
@media screen and (max-width: 1600px) {
  #content #mainpage .text {
    top: 50px;
    padding-top: 20px;
    padding-bottom: 20px; }

  #content #mainpage .text span.title {
    font-size: 38px; } }
@media screen and (max-width: 1400px) {
  #content #about-map, #content #testimonials.aboutpage {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 1300px) {
  #content #mainpage a.text {
    top: 100px; }
    #content #mainpage a.text span.title {
      font-size: 25px; }
    #content #mainpage a.text span.bevezetes {
      font-size: 16px;
      padding-bottom: 20px; }
    #content #mainpage a.text .btn {
      margin-bottom: 0; }

  .btn.btn-white {
    font-size: 15px;
    padding: 10px; }

  .wrapper {
    width: 100%; } }
@media screen and (max-width: 1280px) {
  #content #mainpage a.text {
    margin-left: 10px;
    top: 50px;
    padding: 20px; }
    #content #mainpage a.text span.title {
      font-size: 20px;
      padding-bottom: 0;
      line-height: inherit;
      padding-bottom: 10px; }
    #content #mainpage a.text span.bevezetes {
      font-size: 15px;
      padding-bottom: 10px;
      margin-bottom: 10px; }

  #main-partners {
    padding-top: 10px; }

  #content #activities #menu-sidebar, #content #about-q-a #menu-sidebar {
    width: 30%; }

  #content #activities #activities, #content #about-q-a #about-gyik {
    width: 70%; }

  #content #event_type {
    width: 280px; } }
@media screen and (max-width: 960px) {
  #main-event > div > div > p {
    font-size: 30px;
    line-height: inherit; }

  #main-event > div {
    display: block;
    width: 500px;
    margin: 0 auto; }

  #main-partners #testimonials > div {
    width: 33.3%; }

  #main-event > div#event-right > div > p {
    padding-top: 0; }

  #content #event_type {
    width: 250px; } }
@media screen and (max-width: 800px) {
  #nav-menu {
    display: block; }

  #logo {
    padding-left: 40px;
    position: relative;
    top: -3px; }

  #header #logo img {
    height: 30px; }

  #header ul {
    float: none;
    position: absolute;
    left: 0;
    top: 55px;
    margin: 0;
    padding: 0;
    background: white;
    width: 100%;
    display: none; }

  #header ul li {
    display: block; }

  #header ul li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #d5da2e; }

  #header ul li:last-child {
    display: none; }

  #header {
    height: 53px; }

  #mainwrapper {
    padding-top: 53px; }

  #search_mobile {
    display: block; }

  #main-partners #testimonials > div {
    width: 50%; }

  #content #menu-sidebar {
    width: inherit;
    float: none;
    margin: 0;
    margin-bottom: 20px; }

  #content {
    padding-top: 20px; }

  #content #testimonials.aboutpage {
    text-align: center; }

  #content #testimonials.aboutpage > div {
    width: 50%;
    text-align: left; }

  #content #activities #menu-sidebar, #content #about-q-a #menu-sidebar {
    width: inherit;
    display: block;
    margin-bottom: 20px; }

  #content #activities #activities, #content #about-q-a #about-gyik {
    width: inherit;
    display: block; }

  #content #activities #activities > div, #content #about-q-a #about-gyik > div {
    padding-left: 0; }

  #content #partners #testimonials.partner > div > div, #content #partners #testimonials.partner > div > div.desc_cont {
    display: block;
    width: inherit; }

  #head-image {
    height: 200px; }

  #content #menu-sidebar > div {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 10px; }

  #content #event_type, #content #event-list {
    display: block;
    width: auto; }

  #content #event_type > div {
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 10px; }

  #communications .wrapper {
    display: block; }

  .about-inner {
    padding: 0 !important; }

  #header.search_mode {
    height: 130px; }

  #header ul.typeahead.dropdown-menu {
    top: 57px; }

  #header ul.typeahead.dropdown-menu li a {
    font-size: 14px; }

  #header.search .x img {
    top: 12px !important;
    right: 19px !important; }

  #header.search {
    height: 130px; }

  #news-events .wrapper, #event .wrapper, #content #event-page {
    display: block !important; } }
@media screen and (max-width: 600px) {
  #content #mainpage a.text {
    margin: 0;
    padding: 0;
    left: 2.5%;
    width: 95%;
    top: 34px; }
    #content #mainpage a.text span.title {
      padding: 10px; }
    #content #mainpage a.text span.bevezetes {
      padding: 10px;
      padding-top: 0; }
    #content #mainpage a.text .btn {
      margin: 10px;
      margin-top: 0; }

  #main-partners #testimonials.partner > div > div > span {
    padding: 10px; }

  #main-partners #testimonials.partner > div > div > span span {
    height: 100px; }

  #footer {
    padding-top: 20px;
    padding-bottom: 20px; }

  #footer #eu {
    float: none;
    text-align: center;
    padding-bottom: 20px; }

  #content #activities #activities > div > div div.img {
    height: 200px; }

  #content #activities #activities > div > div > p, #content #activities #activities > div > div div.desc {
    padding-left: 20px; } }
@media screen and (max-width: 550px) {
  #content #mainpage a.text {
    position: static;
    background: white;
    display: block;
    margin: 0px;
    width: inherit;
    margin-top: 10px;
    margin-bottom: 10px; }
  #content #mainpage img {
    display: none; }

  #content.main {
    padding: 0; }

  #main-event > div {
    width: inherit; }

  #main-event > div > div {
    padding: 0 !important; }

  #footer {
    padding: 10px; }

  #footer .wrapper {
    padding: 0; }

  #content #testimonials.aboutpage > div {
    width: inherit;
    display: block; }

  #head-image {
    height: 150px; }

  #content #testimonials > div > div {
    margin: 0;
    margin-bottom: 10px; }

  #content #event-page div#img {
    height: 200px; }

  #content #event-page #back-row .backtoarcticle {
    padding-bottom: 5px; }

  #content #event-page #back-row a, #content #event-page #back-row > div {
    display: block;
    width: inherit;
    padding: 5px;
    padding-left: 0; }

  #content #event-list div.item.release div.time {
    width: 30%; }

  #content #event-list div.item .desc {
    width: 70%; } }
@media screen and (max-width: 470px) {
  #main-event div.item .desc .title {
    font-size: 18px; }

  #main-event div.item .desc .date, #main-event div.item .desc .time, #main-event div.item .desc .place {
    font-size: 15px;
    background-size: 16px; }

  #main-event div.item .img {
    height: 95px;
    width: 30%; }

  #main-event div.item .desc {
    width: 70%; }

  #head-image h1 {
    font-size: 20px; } }
@media screen and (max-width: 420px) {
  #main-event div.item .desc .place {
    float: none;
    display: block; }

  #main-event div.item .img {
    height: 114px; }

  #main-event div.item .desc .title {
    font-size: 16px; }

  #main-event div.item .desc .date, #main-event div.item .desc .time, #main-event div.item .desc .place {
    font-size: 13px; }

  #main-event div.item .desc .title {
    padding-bottom: 5px;
    margin-bottom: 5px; }

  #main-partners #testimonials > div {
    width: inherit;
    display: block; }

  #main-event div.item.release div.time {
    width: 30%; } }

/*# sourceMappingURL=style.css.map */
