div#languageBar {
    position: absolute;
    z-index: 20;
    right: 25px;
    background: url(http://sugf.org/en/wp-content/uploads/2018/04/langbg.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 1.2em;
    height: 40px;
}

#languageBar .active {
    font-weight: bold;
    color: #e65000;
}

#mk-header .mk-header-inner {
    background: #00000059!important;}

header#mk-header {
    border-bottom: none;
}

#mk-theme-container:not(.mk-transparent-header) .header-style-1 .mk-header-padding-wrapper{padding-top: 0px!important;}

.mk-blog-grid-item .the-excerpt p {
    font-size: 13px!important;}

.home_title, .home_news {
    background-size: 100% 100%;
}

.mk-grid div, .mk-blog-single article {
    background-size: 100% 100%;
}

.loop-main-wrapper {
    position: relative;
    padding: 30px 50px;
    background-image: url(http://sugf.org/wp-content/uploads/2018/03/ticketsbg.png) !important;
}

.mk-blog-single article {
    position: relative;
    background-image: url(http://sugf.org/wp-content/uploads/2018/03/ticketsbg.png) !important;
    padding: 30px 50px;
}


/* menu artists */

ul#menu-artists li {
    float: left;
    display: inline-block;
    margin-right: 2px;
    border-bottom: none;
} 

#menu-artists {
    margin-top: 50px;
    /* border: 1px solid red; */
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #274768;
    clear: both;
    border:none!important
}


ul#menu-artists li a {
    display: block;
    cursor: pointer;
    max-width: 100%;
    min-width: 0;
    padding-left: 50px;
    padding-right: 50px;
    flex: 1 1 auto;
    word-wrap: break-word;
    background: white;
    height: 60px;
    line-height: 60px;
    margin: 3px;
    position: relative;
    z-index: 1;
}


ul#menu-artists li a:hover {
    background: #e65000;
    color: white;
}

/* menu info */

.menuSwitch {
    /* border: 1px solid red; */
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 1.2em;
}

.menuSwitch .item {
    cursor: pointer;
    padding: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.menuSwitch .item a {
    color:white;
}

.menuSwitch .active {
    background-image: url(http://sugf.org/wp-content/uploads/2018/02/active_menu.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    color: #274768;
}

.menuSwitch .active a {
    color: #404040;
}

.menuSwitch {
    margin-top: 30px;
}

/* menu-right */

.header-style-1.header-align-left .mk-grid .mk-header-nav-container {
    margin-right: 60px;
}

.mk-header-right {
    top: -3px;
}


/* video youtoube */

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whiteButton {
    line-height: 40px;
}



@media only screen and (max-device-width: 480px) {
#mk-header .header-logo a img {
    margin-top: 2px;
    max-width: 150px!important;
}

/*.header-style-1 .mk-nav-responsive-link, .header-style-2 .mk-nav-responsive-link {
    display: block !important;
    width: 30px;
    height: 30px;
    padding-left: 20px;
}
.mk-header-right {
    margin-right: 0px;
}*/


}