.responsiveimg {
    width: 98%;
    height: auto;
}
.logotop {
	width: 60%;
}
.icon {
	width: 8%;
}

body, html {
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	background: #000;
	
}
#page-top {
	background: #000;
}

a {
	color: #e32e04;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1e113;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #e32e04;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* NAVIGATION */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #000;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
margin-top: -31px;
	font-family: 'Poppins', cursive;
	font-size: 36px;
	color: #e32e04;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand img {
  width: 185px;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 600;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 5px;
	margin: 10px 15px 0 15px;

	
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #e32e04;
}
.on {
	background-color: #000 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e32e04 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e32e04;
	border-color: #e32e04;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e32e04;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #e32e04;
}
/* HEADER SECTION */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: linear-gradient(
      rgba(0, 0, 0, 0.60), 
      rgba(0, 0, 0, 0.60)
    ),url(../img/header-bg.jpg) no-repeat center center;
	background-color: #e4d6b8;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: -250px;
}
.intro .overlay {
	background: rgba(0,0,0,0);
}
.intro h1 {
	font-family: 'Poppins', cursive;
	color: #fff;
	font-size: 5em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
		text-transform: uppercase;
		display: block;
}

.intro p {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 40px;
			display: block;
			line-height: 29px;
}
header .intro-text {
	margin-top: 355px;
	margin-bottom: 90px;
	text-align: center;
}

/* FOOTER SECTION*/
#footer {
	background-position: center;
	background: #f1e113;
	padding: 0px 0 0 0;
}
#footer h1 {
	color: #5239e9;
	font-weight: 700;
	font-size: 55px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.abouttext {
	color: #f1e113;
	font-weight: 400;
	font-size: 18px;
	text-align: 3px;
	text-transform: none;
	margin-bottom: 20px;
	line-height: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
#footer h3 {
	color: #e32e04;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 0px 0;
	margin-top: 50px;
	background: #000;
}
#footer .social {
	margin: 0px 0 0px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}

#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #f1e113;
}

.sponsors {
	width: 20%;
	padding-top: 20px;
}

/*Lineup Section*/
#lineup {
	background-image: url('../img/'); no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: center;
	background: #e32e04;
	padding: 30px 0 20px 0;
}
#lineup h3 {
	color: #e32e04;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#lineup .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	background: #000;
}
#lineup .social {
	margin: 20px 0 30px 0;
}
#lineup .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#lineup .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#lineup .social i.fa:hover {
	color: #eee;
}
#lineup p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#lineup a {
	color: #f6f6f6;
}
#lineup a:hover {
	color: #f1e113;
}

#lineup .headliner {
    font-family: 'Poppins';
    color: #fff;
    font-size:80px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;
	line-height:42px;
	padding-bottom: 30px;
	
}

#lineup .direct {
    font-family: 'Poppins';
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
	line-height: 39px;
	display:inline-block;
	padding: 5px 25px 10px 25px ;
	
}

#lineup .direct2 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;
	line-height: 28px;
	display:inline-block;
	padding: 5px 25px 15px 25px ;

	
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: linear-gradient(
      rgba(0, 0, 0, 0.60), 
      rgba(0, 0, 0, 0.60)
    ),url(../img/header-bg.jpg) no-repeat center center;
}
.img-responsive {
	padding-bottom: 0px;
}

.intro {
	margin-top: 0px;
	max-width: 100%;
		background-color: #e4d6b8;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 100%;
    }
	
header .intro-text {

	margin-top: 150px;
	margin-bottom: 100px;
	text-align: center;
	margin-left: 3px;
		margin-right: 3px;
}

.logo img {
	text-align: center;
	width: 90%;
}

.navtext {
	text-align: center;
	display: inline-block;
	margin-left: 0px;
	letter-spacing: 5px;
	font-size: 12px;
}

.top {
	text-align: center;
}

.intro-text h1 {
	font-size: 3.3em;
}

.intro-text p {
	margin-top: 6px;
	font-size: 1.2em;
	margin-bottom: 0px;
}

#bs-example-navbar-collapse-1
{
	background: #e32e04;
}

.icon {
	width: 14%;
}


.infologo {
width: 350px;	
}


#lineupwrapper {
	text-align: center;
	margin-left: -60px;
}

.sponsors {
	width: 40%;
}
#menu a.navbar-brand {
margin-top: -25px;
}
#menu a.navbar-brand img {
  width: 170px;
}

#lineup .headliner {
    font-size:60px;
    font-weight: 700;
    margin-bottom: -10px;
	margin-top: -10px;
	
}
#lineup .direct {
	display:block;
}
#lineup .direct2 {
	display:block;
	padding-bottom: 20px;
}
.d2wrapper {
	margin-top: -16px;
}



}

@media (max-width: 768px) {
	#bs-example-navbar-collapse-1
{
	background: #000;opacity:0.9;
}

}
