@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext);

/* Chrome, Safari, Opera */
@-webkit-keyframes background {
    0%   {background: url('../img/fellepok1.png') no-repeat bottom center;}
    25%  {background: url('../img/fellepok2.png') no-repeat bottom center;}
    50%  {background: url('../img/fellepok3.png') no-repeat bottom center;}
    100% {background: url('../img/fellepok4.png') no-repeat bottom center;}
}

/* Standard syntax */
@keyframes background {
    0%   {background: url('../img/fellepok1.png') no-repeat bottom center;}
    25%  {background: url('../img/fellepok2.png') no-repeat bottom center;}
    50%  {background: url('../img/fellepok3.png') no-repeat bottom center;}
    100% {background: url('../img/fellepok4.png') no-repeat bottom center;}
}

*{
    box-sizing:border-box;
}


@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'creativeverse_social';
  src: url('../font/creativeverse_social.eot?74606279');
  src: url('../font/creativeverse_social.eot?74606279#iefix') format('embedded-opentype'),
       url('../font/creativeverse_social.woff?74606279') format('woff'),
       url('../font/creativeverse_social.ttf?74606279') format('truetype'),
       url('../font/creativeverse_social.svg?74606279#creativeverse_social') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'creativeverse_social';
    src: url('../font/creativeverse_social.svg?74606279#creativeverse_social') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "creativeverse_social";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-delicious:before { content: '\e811'; } /* '' */
.icon-smashmag:before { content: '\e812'; } /* '' */
.icon-stumbleupon:before { content: '\e813'; } /* '' */
.icon-digg:before { content: '\e80f'; } /* '' */
.icon-reddit:before { content: '\e810'; } /* '' */
.icon-yahoo:before { content: '\e814'; } /* '' */
.icon-email:before { content: '\e815'; } /* '' */
.icon-statusnet:before { content: '\e816'; } /* '' */
.icon-stackoverflow:before { content: '\e817'; } /* '' */
.icon-flickr:before { content: '\e80a'; } /* '' */
.icon-lastfm:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e80c'; } /* '' */
.icon-vimeo:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-rss:before { content: '\e800'; } /* '' */
.icon-pinterest-circled:before { content: '\e805'; } /* '' */
.icon-gplus:before { content: '\e801'; } /* '' */
.icon-youtube:before { content: '\e809'; } /* '' */
.icon-dropbox:before { content: '\e804'; } /* '' */
.icon-tumblr:before { content: '\e807'; } /* '' */
.icon-dribbble:before { content: '\e803'; } /* '' */
.icon-skype:before { content: '\e806'; } /* '' */
.icon-deviantart:before { content: '\e80e'; } /* '' */


/*** Social Media ****************************************************/
.cv-social-media {
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
}

.cv-social-media li {
    width:42px;
    height:35px;
    display:inline-block;
    font-size:26px;
    background:#CCC;
    float:left;
    padding:8px 0px 0px 4px;
    margin:0px 0px 0px 1px;
    border-radius: 50%;
}

.cv-social-media a {
    display:block;
    width:100%;
    height:100%;
    margin:0px 10px 0px 0px;
    color:#FFF;
    
        -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
            
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}



#facebook {
    background:#ffffff;
    font-size: 16px;
    border-radius: 50%;
    width: 35px;
    list-style: none;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    transition:all 0.5s;
}

#facebook:hover {
    background:#3b5998;
    color: white;
}

#twitter {
    background:#00a0d1;
}

#pinterest {
    background:#910101;
}

#youtube {
    background:#ffffff;
    font-size: 16px;
    border-radius: 50%;
    width: 35px;
    list-style: none;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    transition:all 0.5s;
}

#youtube:hover {
    background:#c4302b;
    color: white;
}

#tumblr {
    background:#34526f;
}

#flickr {
    background:#F3F;
}

#digg {
    background:#036;
}

#delicious {
    background:#03C;
}

#smashmag {
    background:#F30;
}

#email:hover {
    background:#00ffde;
    color: white;
}

#email {
    background:#ffffff;
    font-size: 16px;
    border-radius: 50%;
    width: 35px;
    list-style: none;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    transition:all 0.5s;
}

#stackoverflow {
    background:#F60;
}

#vimeo {
    background:#069;
}



body,html{
	height: 100%;
	background-color: black;
}

.border{
	border: 2px solid transparent !important;
}

.yellow{
    color: #ffc700;
}

.bold{
	font-weight: bold;
    text-align: justify;
}

h2{
	font-size: 18px;
	margin-bottom: 10px;
	color: #00ffde;
    font-family: Roboto;
}   


.border:hover{
	border-bottom: 2px solid #00ffde !important;
}


.famous-main-div{
	width: 100%;
	height: 100%;
	background: url('../img/fellepok1.png') no-repeat bottom center;
	background-size: cover;
	position: relative;
	transition: all 0.5s;
    -webkit-animation-name: background; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 15s; /* Chrome, Safari, Opera */
    animation-name: background;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

.famous-main-div header{
	display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-align-items: center;
    -webkit-align-items: center;
    height: 80px;
    padding: 0px 40px;
    transition: background 1s;
    z-index: 20;
}

header .logo img{
    width: 100px;
}

.icons{
    display: flex;
    justify-content:center;
    align-items:center;
    -webkit-justify-content:center;
    -webkit-align-items:center;
}

.icons a{
    margin-right: 5px;
}

.famous-main-div .menu-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width: 900px;
	height: 80px;
	display: flex;
    display: -webkit-flex;
	display: -webkit-flex;
	justify-content:space-between;
	transition: all 0.5s;
    z-index: 20;
}

.famous-main-div .menu-container .menu{
	width: 19%;
	text-align: center;
	display: flex;
    display: -webkit-flex;
	align-items:center;
	justify-content:center;
	background: rgba(0,0,0,0.6);
    border-radius: 10px;
    font-family: Roboto;


	color: #f6f6f6;
	font-size: 13px;
	border: 2px solid transparent;
	cursor: pointer;
}

.famous-main-div .menu-container .menu:hover{
	border: 2px solid #00ffde;
	color: #00ffde;
}

.famous-main-div  .info{
	position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    transition: all 1s;
    font-family: Roboto;
}

.famous-main-div  .info span{
	display: block;
    font-size: 14px;
    color: #ffffff;
    margin: 10px;
}

.famous-main-div  span.language{
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    margin: 60pxauto;
    background: rgba(23,23,23,0.59);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    transition: all 1s;
    cursor: pointer;
    color: white;
}

.famous-main-div span.language:hover{
    color: #00ffde;
}

.famous-main-div .menu-container  span.language a:hover{
    color: #00ffde;
}

.container{
	opacity: 0;
    padding-bottom: 10px;
}

.container .nemzetkozi-booking{
	 display: flex;
     display: -webkit-flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background:rgba(0, 0, 0, 0.47);
    padding: 20px;
    position: relative;
    top: -30px;
    font-family: Roboto;
}  

.container .nemzetkozi-booking .text{
	width: 45%;
	color: #f6f6f6;
}      
   
.container .nemzetkozi-booking .text h4{
	font-size: 14px;
	text-align: justify;
    font-weight: 300;
    margin-top: 20px;
} 

.container .nemzetkozi-booking .text h4 p{
	margin-top: 10px;
} 

.container .nemzetkozi-booking .text .text-contact{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    margin: 20px 0px;
} 

.container .nemzetkozi-booking .text .text-contact div{
	padding: 10px 10px;
    background: #ff0060;
    font-size: 12px;
    margin-right: 10px;
    display: flex;
    display: -webkit-flex;
} 

.container .nemzetkozi-booking .text .text-contact div img{
    margin-right: 10px;
} 

.container .nemzetkozi-booking .yellow-text{
    width: 45%;
    text-align: justify;
    font-size: 12px;
    background: #ffc700;
    padding: 20px 20px 0px 20px;
    line-height: 1.4em;
    letter-spacing: 1px;
    position: relative;
    top: -30px;
    font-weight: 300;
}

.container .nemzetkozi-booking .yellow-text .title{
    text-align: left;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid black;
    padding-top: 5px;
}

.container .nemzetkozi-booking .yellow-text .end{
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.container .fellepoink{
	max-width: 1200px;
	margin: 0 auto;
}

.container .fellepoink .celeb{
    min-height: 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 30px;
    font-family: Roboto;
}

.container .fellepoink .celeb .celeb-info{
    background: #F7F7F7;
    width: 63%;
    height: 320px;
    display: flex;
    display: -webkit-flex;
}

.container .fellepoink .celeb .celeb-info.edo{
    background: #DFE4DC;
}

.container .fellepoink .celeb .celeb-info.dawe{
    background: #606060;
}  

.container .fellepoink .celeb .celeb-info.twins{
    background: #18191E;
} 

.container .fellepoink .celeb .celeb-info .picture{
    width: 45%;
    height: auto;
}

.container .fellepoink .celeb .celeb-info .picture.jc{
    background: url('../img/julia.jpg') center;
        background-size: cover;
}

.container .fellepoink .celeb .celeb-info .picture.edo{
    background: url('../img/edo.jpg') center;
        background-size: cover;
}

.container .fellepoink .celeb .celeb-info .picture.dawe{
    background: url('../img/dawe.jpg') center;
        background-size: cover;
}

.container .fellepoink .celeb .celeb-info .picture.twins{
    background: url('../img/twins.jpg') center;
        background-size: cover;
}

.container .fellepoink .celeb .celeb-info .text{
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 30px;
}

.container .fellepoink .celeb .celeb-info .text.dawe{
    color: #f6f6f6;
}

.container .fellepoink .celeb .celeb-info .text.twins{
    color: #f6f6f6;
}

.container .fellepoink .celeb .celeb-info .text p{
    text-align: justify;
    text-align-last: center;
    margin-top: 20px;
    font-size: 13px; 
}

.container .fellepoink .celeb .celeb-info .text img{
    max-width: 40%;
}

.container .fellepoink .celeb .celeb-info .text.dawe img{
    max-width: 55%;
    margin-bottom: 25px;
    margin-top: 10px;
}

.container .fellepoink .celeb .celeb-info .text.edo img{
    max-width: 70%;
    margin-top: 30px;
    margin-bottom: 20px;

}
.container .fellepoink .celeb .celeb-info .text.twins img{
    max-width: 55%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.container .fellepoink .celeb .celeb-foglalas{
    width: 35%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}




.container .fellepoink .celeb .celeb-foglalas .top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.container .fellepoink .celeb .celeb-foglalas .top div{
    width: 200px;
    border: 1px solid #636363;
    color: #636363;
    /* padding: 50px 30px; */
    text-align: center;
    font-size: 17px;
    height: 140px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    font-weight: 300;
    transition:all 0.5s;
    cursor: pointer;
}


.container .fellepoink .celeb .celeb-foglalas .top div:hover{
    background: rgba(167, 167, 167, 0.28);
}

.container .fellepoink .celeb .celeb-foglalas .top div span{
  margin-top: 15px;
  display: block;
}

.container .fellepoink .celeb .celeb-foglalas .center{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 20px 0px;
}

.container .fellepoink .celeb .celeb-foglalas .center div{
    width: 25%;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    background: #565656;
    min-height: 45px;
    cursor: pointer;
    display: flex;
    justify-content:center;
    align-items:center;
}

.container .fellepoink .celeb .celeb-foglalas .center div a{
   display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-shrink:  height: 100%;
    padding:10px
}



.container .fellepoink .celeb .celeb-foglalas .center div.insta{
    background: #767676;
}

.container .fellepoink .celeb .celeb-foglalas .center div.insta:hover{
    background:  #9b6954;
}

.container .fellepoink .celeb .celeb-foglalas .center a div.soundcloud{
    background: #a5a5a5;
}

.container .fellepoink .celeb .celeb-foglalas .center div.soundcloud:hover{
    background: #ff3a00;
}


.container .fellepoink .celeb .celeb-foglalas .center div.fb:hover{
    background: #3b5998;
}

.container .fellepoink .celeb .celeb-foglalas .center div.site{
    background: #c5c5c5;
}

.container .fellepoink .celeb .celeb-foglalas .center div.site:hover{
    background: #00ffde;
}

.container .fellepoink .celeb.jc .celeb-foglalas .center div.site:hover{
    background: #c5c5c5;
}

.container .fellepoink .celeb.twins .celeb-foglalas .center div.site:hover{
    background: #c5c5c5;
}

.container .fellepoink .celeb.dawe .celeb-foglalas .center div.site:hover{
    background: #c5c5c5;
}


.container .fellepoink .celeb .celeb-foglalas .bottom{
    padding: 20px 60px;
    text-align: center;
    background-color: #2b2b2b;
    margin: 0px 0px;
}  

.container .fellepoink .celeb .celeb-foglalas .bottom p{
    color: #e3e3e3;
    font-size: 13px;
}  

.container .fellepoink .celeb .celeb-foglalas .bottom button{
    background: #ff0060;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    width: 90%;
    color: #f6f6f6;
    display: flex;
    display: -webkit-flex;
} 

.container .fellepoink .celeb .celeb-foglalas .bottom button img{
    margin-right: 10px;
} 

.container .rendezveny .picture {
    height: 400px;
    width: 100%;
    background: url('../img/eventpl2.png') bottom center no-repeat;
    background-size: cover;
    margin-top: 100px;
}  

.container .rendezveny .rendezveny-infos {
    height:auto;
    max-width: 1200px;
    padding: 10px;
    margin: -60px auto;
    background: rgba(0,0,0,0.5);
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    font-family: Roboto;
} 

.container .rendezveny .rendezveny-infos .info-table{
    width: 32%;
    
} 

.container .rendezveny .rendezveny-infos .info-table.two h2.yellow{
    margin-top: 37px;
    
} 

.container .rendezveny .rendezveny-infos .info-table.three h2.yellow{
    margin-top: 37px;
    
} 

.container .rendezveny .rendezveny-infos .info-table p{
    font-size: 14px;
    color: #f6f6f6;
    margin-top: 20px;
    font-weight: 300;
}

.container .rendezveny .rendezveny-infos .info-table button{
     background: #ff0060;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #f6f6f6; 
    display: flex;
    display: -webkit-flex;
}

button{
    transition:all 0.6s;
    transition-timing-function: ease-in;
}

.button-container:hover button{
    transform: rotateX(360deg);
    background: yellow !important;
    color: black !important;
}

.button-container{
    background: none !important;
}

.container .rendezveny .rendezveny-infos .info-table button img{
     margin-right: 10px;
}
   

.container .rendezveny .rendezveny-infos .info-table div{
    padding: 5px;
    background: #373737;
    color: #f6f6f6;
    margin: 5px 0px;
    font-size: 12px;
} 

.container .rendezveny .rendezveny-infos .info-table div span{
    color: #fff000;
    margin-right: 5px;
} 

.container .rendezveny .rendezveny-infos .info-table div:nth-child(even){
    background: #4e4e4e;
} 

.container .logos{
    margin: 60px auto;
    max-width: 1200px;
} 

.container .logos h4{
    color: #f6f6f6;
    margin: 90px 0px 20px 0px;
} 

.container .logos h2{
    margin: 10px;
} 

.container .logos .logo-container{
    height: 350px;
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
} 

.container .logos .logo-container .logo{
    width: 14.8%;
    margin-right: 10px;
    background: yellow;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition:all 0.5s;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
} 

.container .logos .logo-container .logo:hover{
    background-color: white !important;
     -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);

} 

.container .logos .logo-container .logo.sensation{
    background: url('../img/sensation.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
} 

.container .logos .logo-container .logo.efott{
    background: url('../img/efott.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
} 

.container .logos .logo-container .logo.fridge{
    background: url('../img/fridge.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.snow{
    background: url('../img/snowattack.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.sorfesztival{
    background: url('../img/sorfeszt.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.on{
    background: url('../img/azonlogojanakhelye.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.tdf{
    background: url('../img/tdf.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.unique{
    background: url('../img/unique.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.wintermagic{
    background: url('../img/wintermagic.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.bme{
    background: url('../img/bme.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}
.container .logos .logo-container .logo.harley{
    background: url('../img/harley.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.campus{
    background: url('../img/campus.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.fezen{
    background: url('../img/fezen.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.green{
    background: url('../img/greenfuture.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.szin{
    background: url('../img/szin.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}

.container .logos .logo-container .logo.beach{
    background: url('../img/beachf.png') center;
    background-size: cover;
    background-color: rgba(246, 246, 246, 0.4);
}


.container .club .picture {
    height: 400px;
    width: 100%;
    background: url('../img/clubs1.png') bottom center no-repeat;
    background-size: cover;
    margin-top: 100px;
}  

.container .club .rendezveny-infos {
    height:auto;
    max-width: 1200px;
    padding: 10px;
    margin: -60px auto;
    background: rgba(0,0,0,0.5);
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    font-family: Roboto;
} 

.container .club .rendezveny-infos .info-table{
    width: 32%;
} 

.container .club .rendezveny-infos .info-table p{
    font-size: 14px;
    color: #f6f6f6;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.container .club .rendezveny-infos .info-table.one p{
    text-align: justify;
}

.container .club .rendezveny-infos .info-table button{
     background: #ff0060;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
    color: #f6f6f6; 
}
   

.container .club .rendezveny-infos .info-table div{
    padding: 5px;
    background: #373737;
    color: #f6f6f6;
    margin: 5px 5px;
    font-size: 13px;
} 

.container .club .rendezveny-infos .info-table div.clubs{
    background: transparent !important;
} 

.container .club .rendezveny-infos .info-table div.logo-container{
    background: transparent !important;
} 

.container .club .rendezveny-infos .info-table div:nth-child(even){
} 

.container .club .clubs {
    width: 100%;
    margin-top: 21px;
} 

.container .club .clubs h4{
    color: #f6f6f6;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
} 


.container .clubs .logo-container{
    height: 143px;
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
} 
.container .clubs .logo-container.kicsi{
    height: 80px;
}

.container .clubs .logo-container.kicsi .logo{
    height: 100%;
}

.container .clubs .logo-container .logo{
    width: 46%;
    background: yellow;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition:all 0.5s;
    cursor: pointer;
     -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
} 

.container .clubs .logo-container .logo.not{
    opacity: 0;
    height: 0;
} 

.container .clubs .logo-container .logo:hover{
    background-color:white !important;
     -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
} 


.container .clubs .logo-container .logo.trafiq{
    background: url('../img/trafiq.png') center;
    background-size: cover;
    background-color: rgb(103, 103, 103);
} 

.container .clubs .logo-container .logo.hellobaby {
    background: url('../img/hb.png') center;
    background-size: cover;
    background-color: rgb(103, 103, 103);
} 

.container .clubs .logo-container .logo.mix{
    background: url('../img/mix.png') center;
    background-size: cover;
    background-color: rgb(103, 103, 103);
} 

.container .clubs .logo-container .logo.rio{
    background: url('../img/rio.png') center;
    background-size: cover;
    background-color: rgb(103, 103, 103);
} 

.container .clubs .logo-container .logo.play{
    background: url('../img/play.png') center;
    background-size: cover;
    background-color: rgb(103, 103, 103);
} 

.container .clubs .logo-container .logo.kraft{
    background: url('../img/kraft.png') center;
    background-size: cover;
    background-color: rgb(103, 103, 103);
} 




.container .grafika{
    margin-top: 100px;
    font-family: Roboto;
    background: white;
} 


.container .grafika .picture {
    height: 400px;
    width: 100%;
    background: url('../img/eventpl2.png') bottom center no-repeat;
    background-size: cover;
    margin-top: 100px;
}  

.container .grafika .rendezveny-infos {
    height: auto;
    max-width: 1200px;
    padding: 50px 10px;
    margin: -60px auto;
    /* background: rgba(0,0,0,0.5); */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
} 

.container .grafika .rendezveny-infos .info-table{
    width: 32%;
}

.container .grafika .rendezveny-infos .info-table.two{
    width: 60%;
} 

.vallalasok-container{
    margin-top: 20px !important;
    background: none !important;
} 

.vallalasok span{
    color: yellow;
}

.reference-container{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: left;
    background: transparent !important;
}

.reference{
    height: 170px;
    width: 170px;
    border-radius: 50%;
    margin-bottom: 50px !important;
    position: relative;
    text-align: center;
    margin-right: 15px !important;
    cursor: pointer;
}

.reference.logopack{
    background: url('../img/logopack.png') no-repeat center !important;
    background-size: contain !important;
    border: 2px solid #ff0060 !important;
}

.reference.tdf{
    background: url('../img/tdf_.png') center !important;
    background-size: cover !important;
    border: 2px solid #ff0060 !important;
}

.reference.play{
    background: url('../img/mom.png') center !important;
    background-size: cover !important;
    border: 2px solid #ff0060 !important;
}

.reference.sorfesztival{
    background: url('../img/slide.png') center !important;
    background-size: cover !important;
    border: 2px solid #ff0060 !important;
}

.reference.worldismine{
    background: url('../img/naf.png') center !important;
    background-size: cover !important;
    border: 2px solid #ff0060 !important;
}

.reference.tovabbiak{
    background:white !important;
    border: 2px solid #ff0060 !important;
}

.reference span{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    color: black !important;
    width: 100%;
}

.reference span p{
    margin-top: 0px !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

.reference div{
    background: rgba(255, 255, 255, 0.87) !important;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    top: 50%;
    margin: 0px !important;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #636363 !important;
    font-size: 15px;
    line-height: 1.5em;
    text-transform: uppercase;
    opacity: 0;
    transition:all 0.5s;
}

.reference.tovabbiak div{
    background: rgba(255, 255, 255, 0.87) !important;
    width: 100% !important;
    height: 100% !important;
    color: #ff0060 !important;
    opacity: 1 !important;
}


.reference:hover div, reference div:hover{
    opacity: 1;
    width: 100%;
    height: 100%;
}


.container .grafika .rendezveny-infos .info-table p{
    font-size: 14px;
    color: black;
    margin-top: 20px;
    font-weight: 300;
}

.container .grafika .rendezveny-infos h2{
    color: #ff0060;
}



.container .grafika .rendezveny-infos .info-table p.grey{
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 10px;
}


.container .grafika .rendezveny-infos .info-table button{
    background: #ff0060;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
    color: #f6f6f6;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.container .grafika .rendezveny-infos .info-table button img{
   margin-right: 10px;
}

.container .grafika .rendezveny-infos .info-table a{
    display: block;
    color: #f6f6f6;
    font-size: 13px;
    margin-top: 5px;
}

.container .grafika .rendezveny-infos .info-table a span{
    color: #00ffde;
}

.container .grafika .rendezveny-infos .info-table .behance{
    display: block;
    margin: 10px 0px;
    background: #01a4f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #01a4f9 0%, #036fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #01a4f9 0%,#036fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #01a4f9 0%,#036fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a4f9', endColorstr='#036fff',GradientType=0 ); /* IE6-9 */

    width: 170px;
    padding: 10px 25px;
    border-radius: 20px;
    color: #f6f6f6;
    font-size: 15px;
    border: 1px solid #146188;
}

.container .grafika .rendezveny-infos .info-table .behance img{
    padding-right: 10px;
    margin-right: 10px;
    border-right:1px solid white;
}

.container .grafika .rendezveny-infos .info-table div{
    padding: 5px;
    background: #373737;
    color: #f6f6f6;
    margin: 5px 0px;
    font-size: 12px;
} 

.container .grafika .rendezveny-infos .info-table div span{
    color: #fff000;
    margin-right: 5px;
} 


.container .grafika .rendezveny-infos .info-table div:nth-child(even){
    background: #4e4e4e;
} 


.footer{
    max-width: 1200px;
    margin:0px auto;
    margin-top: 200px;
    font-family: Roboto;
}



.footer .rendezveny-infos{
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
}

.footer .rendezveny-infos .info-table{
    color: #f6f6f6;
    font-size: 12px;
    margin-right: 50px;
}

.footer .rendezveny-infos .info-table .title{
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.footer .rendezveny-infos .info-table .al{
    color: rgba(255, 255, 255, 0.58);
}

.footer .rendezveny-infos .info-table span{
    display: block;
    margin:20px 0px;
}

.footer-after{
    max-width: 1200px;
    margin:20px auto;
    margin-bottom: 50px;
    text-align: center;
    color: #444444;
    font-size: 13px;
}

.footer-after img{
    float: right;
    margin-top: -50px;
    transition:all 0.5s;
    cursor: pointer;
}

.footer-after img:hover{
    transform:scale(1.1);
}


@media only screen and (max-width: 1230px){
    .famous-main-div .menu-container{
        width: 700px;
    }

    .famous-main-div .menu-container .menu{
        font-size: 12px;
    }

    .container .nemzetkozi-booking{
        max-width: 1000px;
    }

    .container .nemzetkozi-booking .text h4{
        font-size: 12px;
    }

    .container .nemzetkozi-booking .yellow-text{
        width: 50%;
    }

    .container .nemzetkozi-booking .text{
        width: 48%;
    }

    .container .nemzetkozi-booking .text .text-contact{
        flex-direction:column;
        -webkit-flex-direction:column;
    }
    .container .nemzetkozi-booking .text .text-contact div{
        margin-bottom: 10px;
    }

    .container .fellepoink{
        max-width: 1000px;
    }

    .container .fellepoink .celeb .celeb-foglalas .bottom{
        padding:20px 20px;
    }

    .container .fellepoink .celeb.jc .celeb-foglalas .center .site:hover{
        background: #c5c5c5 !important;
    }

    .container .rendezveny .rendezveny-infos{
        max-width: 1000px;
        min-height: 600px;
    }

    .container .rendezveny .rendezveny-infos .info-table div{
        font-size: 11px;
    }
    .container .rendezveny .rendezveny-infos .info-table button{
        font-size: 11px;
    }

    .container .logos{
        max-width: 1000px;
    }

    .container .club .rendezveny-infos{
        max-width: 1000px;
    }

    .container .grafika .rendezveny-infos{
        max-width: 1000px;
    }

    .footer{
        max-width: 1000px;
    }

    .footer-after{
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1080px){
     .famous-main-div .menu-container{
            width: 600px;
    }
}

@media only screen and (max-width: 1000px){
    .famous-main-div .menu-container{
            display: none;
    }
    
    .famous-main-div{
        height: 30%;
    }

    .famous-main-div header{
        padding: 0px 10px;
    }

    .container{
        display: block;
    }

    .container .nemzetkozi-booking{
        flex-direction:column;
        -webkit-flex-direction:column;
    }

    .container .nemzetkozi-booking .text{
        width: 80%;
        margin:0 auto;
    }

    .container .nemzetkozi-booking .yellow-text{
        width: 80%;
        margin: 10px auto;
    }

    .container .fellepoink .celeb .celeb-foglalas .top div{
        height: auto;
        padding: 12px 0px;
        font-size: 15px;
    }

      .container .fellepoink .celeb .celeb-foglalas .top a{
        width: 50%;
    }

    .container .fellepoink .celeb{
        flex-direction:column;
        -webkit-flex-direction:column;
    }

    .container .fellepoink .celeb .celeb-info{
        width: 100%;
    }
    .container .fellepoink .celeb .celeb-foglalas{
        width: 100%;
    }

    .container .fellepoink .celeb .celeb-foglalas .top div{
        width: 100%;
    }

    .container .fellepoink .celeb .celeb-foglalas .bottom{
        display: none;
    }

    .container .fellepoink .celeb .celeb-foglalas .center{
        margin: 0px 0px;
    }

    .container .fellepoink .celeb.edo{
        flex-direction:column-reverse;
    }

    .container .fellepoink .celeb.twins{
        flex-direction:column;
    }

     .container .fellepoink .celeb.dawe{
        flex-direction:column-reverse;
    }

    .container .nemzetkozi-booking .text{
        width: 100%;
    }
    .container .nemzetkozi-booking .yellow-text{
        width: 100%;
    }

    .fellepoink h2{
        margin-left: 20px;
    }

    .container .rendezveny .rendezveny-infos{
        flex-direction:column;
        -webkit-flex-direction:column;
    }

    .container .rendezveny .rendezveny-infos .info-table{
        width: 100%;
    }

    h2{
        margin-top: 10px;
    }

    .container .club .rendezveny-infos{
        flex-direction:column;
        -webkit-flex-direction:column;
    }

    .container .club .rendezveny-infos .info-table{
        width: 100%;
    }

    .container .grafika .rendezveny-infos{
        flex-direction:column;
        -webkit-flex-direction:column;
    }

    .container .grafika .rendezveny-infos .info-table{
        width: 100%;
    }

    .footer .rendezveny-infos{
        flex-direction:column;
        -webkit-flex-direction:column;
    }
    
    .footer h2{
        text-align: center;
    }

    .footer .rendezveny-infos .info-table{
        width: 100%;
        text-align: center;
    }

    .container .grafika .rendezveny-infos .info-table.two{
        width: 100%;
    }

    .footer-after img{
        float: none;
        margin-top: 50px;
    }

    .famous-main-div .info{
        position: static;
        right: none;
        bottom: none;
    }

    .famous-main-div .info span{
        display:inline-block;
        font-size: 11px;
    }

    .famous-main-div span.language{
        bottom: 0px;
        top: 20px;
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width: 800px){
    /* Chrome, Safari, Opera */
@-webkit-keyframes background {
    0%   {background: url('../img/fellepok1.png') no-repeat center;}
    25%  {background: url('../img/fellepok2.png') no-repeat center;}
    50%  {background: url('../img/fellepok3.png') no-repeat center;}
    100% {background: url('../img/fellepok4.png') no-repeat center;}
}

/* Standard syntax */
@keyframes background {
    0%   {background: url('../img/fellepok1.png') no-repeat center;}
    25%  {background: url('../img/fellepok2.png') no-repeat center;}
    50%  {background: url('../img/fellepok3.png') no-repeat center;}
    100% {background: url('../img/fellepok4.png') no-repeat center;}
}

.container{
    opacity: 1;
}
.famous-main-div .info {
    transition: all 1s;
    font-family: Roboto;
    text-align: center;
    display: none;
    flex-direction: column;

}
    .celeb-info{
        flex-direction:column;
        -webkit-flex-direction:column;
    }

    .container .fellepoink .celeb .celeb-info .picture{
        width: 100%;
        height: auto;
    }

    .container .fellepoink .celeb .celeb-info .text{
        width: 100%;
    }

    .container .grafika .rendezveny-infos .info-table.two{
        width: 100%;
    }

    .container .nemzetkozi-booking .text .text-contact div{
        margin-right: 0px;
        font-size: 11px;
    }
}


@media only screen and (max-width: 500px){
     .container .logos .logo-container .logo{
        width: 100%;
        height: 100px;
    }

    .container .logos .logo-container{
        height: auto;
        justify-content:center;
    }
    .container .clubs .logo-container .logo{
        width: 45%;
    }

    .reference-container{
        justify-content:center;
    }
}
    