@import url(https://fonts.googleapis.com/css?family=Khand:400,700&subset=latin,latin-ext);

.docIcon {
    margin: 10px 20px;
    display: inline;
    max-width: 80px;
}
.socialClass2 {
    /* margin: 10px auto; */
    /* display: block; */
    max-width: 161px;
    /* display: block; */
    margin: 10px auto;
}
.discographText{
	margin-top: 40px;
}
.videoIconElement {
    max-height: 15px;
    margin-right: 45px;
    margin-top: 20px;
}
.socialClass {
    margin: 15px 10px; 
    display: inline !important;
    max-width: 150px !important;
 
}

.artistMainImg {
    margin-bottom: 20px;
}
.galleryItems {
    width: 100px;
    height: 100px;
    display: inline;
    margin-top: 4px;
}
.sibling-pills .nav {
    display: inline-block;
    float: none;
    font-size: 16px;
}
.sibling-pills {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    padding: 5px;
    margin-bottom: 30px;
 
}
body > div.container{
  margin-top: 65px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #222222;
    border: 1px solid #444444;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn-group .btn:first-child {
    text-align: left;
    /*float: right;*/
}
ul.nav {
   /* float: right;*/
}
.flag.flag-us {
    background-position: -144px -154px;
}
.flag.flag-hu {
    background-position: -32px -66px;
}
.flag {
    width: 16px;
    height: 11px;
    background: url(../img/flags/flags.png) no-repeat;
    margin-top: -.18em;
    display: inline-block;
}
body > footer > div > p{
      font-size: 14px !important;
}
/*@import url(https://fonts.googleapis.com/css?family=Khand:400,700&subset=latin,latin-ext);*/

body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    color: #aaa;
    background-color: #060606;

}

footer {
    font-size: 14px !important;
    background-color: #222222;
    padding-top: 20px;

}

.navbar {
    min-height: 65px;
    padding-top: 6px;
}

.btn, .dropdown-menu {
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-header {
    white-space: nowrap;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #f1290d;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {

    background-color: #f1290d !important;
    background-image: none;
    color: #fff;
}

.lang {
    line-height: 50px;
    font-size: 0;
}

.lang a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s ease;
}
.lang a:hover {
    background: #888;
}

.lang a[disabled] {
    opacity: .4;
    pointer-events: none;
}

.navbar-brand {
    background: url(../img/mainLogo.png) no-repeat 50% 50% / auto 70%;
    width: 150px;
    /*height: 100%;*/
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.jumbotron .container {
    margin-top: 100px;
}

.jumbotron h1 {
    font-family: Khand, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.nav-pills>li>a {
    transition: all .3s ease;
}

.backlink {
    background: #222;
    color: #999;
    text-decoration: none!important;
    font-size: 16px;
    display: inline-block;
    margin: -10px 0 20px;
    padding: 4px 8px;
    border-radius: 3px;
}
.backlink:before {
    content: '';
    width:0; height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-left: 0;
    border-right: 8px solid currentColor;
    margin-right: .5em;
}
.content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.title {
    margin-top: 0;
}

.subtitle {
    color: #999;
    margin-bottom: 1em;
}

.pictures {
    margin-top: 1em;
    margin-bottom: 1em;
}

.zenekarlistitem {
    position: relative;
	padding:0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	background-size: cover;
    background-position: center center;

}

.zenekarlistitem:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.zenekarlistitem > a {
    display: block;
    margin: 5px;
    position: relative;
    background: no-repeat 50% 50% / cover;

    width: 100%;
    height: 190px;

}

.band-name {
	position: absolute;
	bottom: 0;
    left: 0;
	background: rgba(0,0,0,0.8);
	width:100%;
	text-align:center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    padding: 5px;
    line-height: 1.4em;
    min-height: 2.8em;
    font-size: 16px;
}

.band-name b {
    color: #fff;
    font-weight: normal;
}


.box a {
    display: block;
    position: relative;
    background: no-repeat 50% 50% / 101% auto;
    margin: 20px 0;
    padding: 130px 0 10px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 -55px 0 rgba(0,0,0,.8);
    border-bottom: 2px solid #f1290d;
    border-radius: 4px;
    transition: all .5s ease;
}

.box a:hover {
    background-size: 120% auto;
}


.box.ginop a  { background-image: url(../img/szechenyi_2020.jpg); }
.box.marketing a  { background-image: url(../img/jumbo/pic-marketing.jpg); }
.box.rendezveny a { background-image: url(../img/jumbo/pic-rendezveny.jpg); }
.box.zenekarok a  { background-image: url(../img/jumbo/pic-zenekar.jpg); }

.logo.narrator a { background: no-repeat url(../img/narrator-logo.png) 50% 20% / auto 35% #fff; }
.logo.narrator a:hover { background-size: auto 40%; }
.logo.babelsound a { background: no-repeat url(../img/babel-logo.png) 50% 10% / auto 55% #fff; }
.logo.babelsound a:hover { background-size: auto 65%; }
.logo.babelcamp a { background: no-repeat url(../img/babel-camp-logo.png) 50% 10% / auto 55% #fff; }
.logo.babelcamp a:hover {  background-size: auto 65%;  }

.disco .discoGalleryItems {
    display: inline-block;
    margin: 10px 10px 10px 0;
    vertical-align: bottom;
}

.disco .discoGalleryItems + span {
    display: inline-block;
    margin: 0 0 10px;
}

.boxcontent {
    border: 10px solid #444;
    border-bottom-width: 20px;
    border-top-width: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.marketing .boxcontent {
    border-color: #33404d;
}
.showtechnic .boxcontent {
    border-color: #644;
}

.boxcontent.details {
    margin-top: -10px;
}

.boxcontent.details .boxtitle {
    padding-top: 10px;
}
.boxcontent.details .backlink {
    margin: 0 0 10px;
}

.boxcontent.videos {
    padding: 0;
}
.boxcontent.videos .boxtitle {
    margin-bottom: -10px;
    padding-left: 10px;
}

.boxcontent .embed-responsive {
    border-top: 10px solid #444;
}

.boxcontent .title {
    background: #444;
    margin: 0 50px 10px -10px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.boxcontent .title:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    background: #444;
    transform: skewX(-30deg);
}

.boxcontent .backlink-container {
    background: #444;
    margin: -15px -10px 0;
}

.boxtitle {
    background: #444;
    color: #000;
    text-transform: uppercase;
    font: bold italic 30px/30px Khand, sans-serif;
    margin: -30px -10px 10px;
    padding: 15px 10px 10px 0;
}

@media screen and (min-width: 768px) {
    .zenekarlistitem:hover {
        transform: scale(1.3);
        z-index: 100;
    }
    .zenekarlistitem:hover a {
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    }
}
