html, body {
  /* background: url("../images/logo_2.png"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/*LG*/
@media only screen and (max-width: 1300px) {
  .lang {
    display: none; }
    .logo_text {
      margin: 4%;
      cursor: pointer 
    }

    .sliderheight{
      height:70%;
    }

  .lang-mobile {
    display: block; }
    .lang-mobile select {
      height: 100%;
      padding: 3px 0; } }
/*MD*/
@media only screen and (max-width: 992px) {
  #mini_menu {
    display: none; } }
/*SM*/
@media only screen and (max-width: 768px) {
  .logo_img {
    margin-right: 15px; }
    .logo_img img {
      position: relative;
      left: calc(30%); }
      .sliderheight{
        height:100%;
        display: inline;
      }
  .logo_text {
    margin-left: 15px; 
  }

  .news_img{
    display: none
  }

  .slider-background{
    background-size: contain;
    width: 100%;
    height: 268px;
    background-position:center;    
  }

  .mobile-logo{
    float: left;
    width: 20%;
    margin-top:5%
  }

  .mobile-text{
    width: 80%;
    float: right;
  }

  .news_img img {
    position: relative;
    /* left: calc(50% - 53px);  */
    /* width: 51%; */
    border-radius: 50%;
    height: 19%;
    left: 22%;
  }

  .world, .created, .webAdress {
    text-align: center !important;
    text-align: -moz-center !important;
    text-align: -webkit-center !important; }

  #events .events-content {
    position: relative; }
    #events .events-content:before {
      display: none; }
    #events .events-content img {
      display: none; }
    #events .events-content .events-circle {
      display: none; } }
/*XS*/

/*# sourceMappingURL=responsive.css.map */
