	/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #000;
    color: #fff;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    width: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #E70014;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #E70014;
}

.red {
    color: #E70014 !important;
}

.lumu {
    font-size: 12px !important;
    letter-spacing: 7.7px !important;
	}

.artist {
    color: #e70014 !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
}

body.hun .ex_title {
    font-size: 10px !important;
    letter-spacing: 2.1px !important;	
}

body.eng .ex_title {
    font-size: 10px;
    letter-spacing: 0;
}




.larger {
	font-size:115%;
}

.light {
    font-weight: 400;
}

.navbar-header {
	padding: 0 0 46px;
}

.navbar-nav > li > a {
	line-height: 22px !important;
    padding: 37px 14px;
}


.navbar-custom {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}


.navbar-brand {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;	
}

.top-nav-collapse .navbar-brand {

}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-toggle {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    padding: 9px 10px 0;
 
}


.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
/*     color: rgba(255,255,255,.8); */
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #E70014;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-custom {
    background-color: rgba(255,255,255,1);
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

	.navbar-custom a {
		color: #000;
		-webkit-transition: color .5s ease-in-out;
		-moz-transition: color .5s ease-in-out;
		transition: color .5s ease-in-out;
	}

.navbar-custom.top-nav-collapse {
	background-color: rgba(0, 0, 0, 1);
}

	.navbar-custom.top-nav-collapse a{
		color: #fff;
	}




@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 0px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
/*     background: url(../img/intro-bg.png) no-repeat bottom center scroll; */
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body img{
    margin:15px auto 0;
}


@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 85px 0;
    }

    .intro .intro-body h1.brand-heading {
        font-size: 60px;
    }

    .intro .intro-body h2.brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    background: 0 0;
    border-radius: 100%!important;
    color: #fff;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    font-size: 40px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    width: 70px;
}

#about .btn-circle {
    border: 2px solid #fff;
    color: #fff;
}

.btn-jump {
    border: 2px solid #E70014;
    border-radius: 30px;
    padding: 10px 20px;
}

.btn-jump:hover,
.btn-jump:focus {
	background: #E70014;
    border: 2px solid  #E70014;
	color:#fff;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: #E70014;
}

#about .btn-circle:hover,
#about  .btn-circle:focus {
    outline: 0;
    color: #fff;
    background: #E70014;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #E70014;
    color: #E70014;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #E70014;
    outline: 0;
    color: #000;
    background-color: #E70014;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
	
.navbar-custom {
	background-color: rgba(0, 0, 0, 1);
}	

	.navbar-custom a {
		color: #fff;
	}
	
	.navbar-nav > li > a {
		line-height: 15px;
		padding: 20px 15px;
	}	
	
	.navbar-nav > li > a:hover {
		letter-spacing:3px;
	}	
	
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

footer .credits p {
	font-size:16px;
}

::-moz-selection {
    background: #E70014;
	color:#fff;
    text-shadow: none;
}

::selection {
    background: #E70014;
	color:#fff;
    text-shadow: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.col-md-offset-2 {
    margin-left: 45% !important;
}
.col-md-8 {
    width: 55% !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
}

@media(max-width:767px) {
	.col-md-8 {
		width: 55% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media(max-width:600px) {
	.intro .intro-body h1.brand-heading {
		font-size: 25px;
	}
	.intro .intro-body h2.brand-heading {
		font-size: 20px;
	}
	
}

section#about,
section#gyik {
	background-color:#000;
	color:#fff;
	padding:150px 15px;
	width:100%;
	
}

section#jegy {
	background-color:#fff;
	color:#000;	
	padding:100px 15px 300px;
}



/* GYIK */
.panel-group .panel + .panel {
    margin-top: 20px;
}

.panel-group {
    padding: 0 15px !important;
}

.panel-title {
	font-size: 18px;
}	

	.panel-title a {
		display: block;
		padding: 0 25px;
		position: relative;
		text-align: center;
	}
	
	

.panel-heading [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072"; /* "play" icon */
	color: #E70014;
	font-size: 18px;
	line-height: 22px;
	position:absolute;
	right:0;
	top:0;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}


	

.panel-body {
	color: #000;
    font-size: 18px;
    padding: 15px 30px;
}


/* GALLERY */

	
section#galeria {
	background-color:#fff;
	color:#000;	
	padding:0;
}

section#galeria .container {
	padding:150px 15px;
}

#galeria .row .row {
	margin-bottom:30px;
}

h4.modal-title {
	color:#000;
}

#galeria a {
	margin:15px 0;
	color:#000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

#galeria a:hover {
	margin:15px 0;
	color:#E70014;
}

#galeria a img {
	margin-bottom:5px;
}


@media(max-width:767px) {
	#galeria a {
		text-align:center;
	}
		#galeria a img {
			margin:0 auto;
		}
}

/* CREDITS */
#credits {
	background-color:#fff;
	border-top: 1px solid #000;
	color:#000;
	margin:0;
	padding:100px 0 50px;
	text-align:center;
}

img.logo {
	display:inline-block;
}


#map {
	margin-top:0;
}


	