/* body settings. Applies to landing page and dashboard. */

body {
margin: 0;
padding: 0;
color: #000;
background-color: #1a1a1f;
background-image: url();
background-repeat: no-repeat;
background-position: center top;
background-attachment:fixed;
background-size:cover;
line-height: 25px;
font-family: Helvetica, sans-serif;
}

@media (max-width: 600px) {
body {
margin: 0;
padding: 0;
color: #000;
background-color: #1a1a1f;
background-image: url();
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size:cover;
line-height: 25px;
font-family: Helvetica, sans-serif;
}
}

#home {
margin: 0;
padding: 0;
color: #FFF;
background-color: #1a1a1f;
background-image: url();
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size: cover;
line-height: 25px;
font-family: Helvetica, sans-serif;

}

#home .row {
    margin-right: auto;
    margin-left: auto;
}

.text-muted {
    color: #888888 !important;
    font-size: 14px;
}


/* logo header on landing page */

#homepage-header {
height: 250px;
background-color: transparent;
padding-top:150px;

}

@media (max-width: 600px) {
#homepage-header {
background-color: transparent;
padding-top:100px;
}
}

/* content area on landing page inlcuding buttons */

#homepage-content {
height: 60vh;
text-align: center;
padding-top:20px;
padding-bottom: 200px;
margin-left: auto;
margin-right: auto;

}

@media (max-width: 600px) {
#homepage-content {
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top:0px;
height:250px;
}

}

#homepage-content h1{
font-size:60px;
}

@media (max-width: 600px) {
#homepage-content h1{
font-size:32px;
}
}

#homepage-content h1, #homepage-content h2{
color:#000;
font-weight: bold;
padding-bottom:40px;
}

#homepage-splash {
background-color: white;
}

.homepage-splash-content {
padding: 20px
}

/* footer on landing page */

#wrapper-single-page .footer {
display: none;
}

#homepage-footer {
background-color: transparent;
    color: #fff;
    height: 150px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
	text-transform:uppercase;
    width: 100%;
	bottom:0;

}

@media (max-width: 600px) {
#homepage-footer {
background-color: none;
    color: #fff;
    height: 100px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
	
    width: 100%;
	bottom:0;

}
}

/* logo settings in header area */


.img-logo {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}



/* landing page buttons */

.sign-up {
    color: #1a1a1f;
    background: #37b4d1;
    padding: 12px 14px;
font-weight:bold;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    
    font-size: 14px;
    margin-right: 20px;
    text-decoration: none;

}

.sign-up:hover {
    color: #1a1a1f;
    background: #1baac1;
    padding: 12px 14px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
	font-weight:bold;
    font-size: 14px;
	margin-right: 20px;
	text-decoration: none;
}

.login {

    background: #fff;
    color: #1a1a1f;
	padding: 12px 14px;
    border: 0px;
    border-radius: 0px;
    font-weight:bold;
    font-size: 14px;
    text-transform: uppercase;
		text-decoration: none;
}

.login:hover {
    background: #c8d4d5;
    color: #1a1a1f;
	padding: 12px 14px;
    border: 0px;
    border-radius: 0px;
font-weight:bold;
    font-size: 14px;
    text-transform: uppercase;
	text-decoration: none;
}


/* login page specific btn styling */
.login-div .btn-primary, .login-div .btn-primary:active, .login-div .btn-primary:after, .login-div  .btn-primary:focus {

    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.login-div button.btn {
    text-transform: uppercase;
      font-size: 14px;
    border: 0px;
}


.login-btn-signup {
    background: #37b4d1;
    border: 0px;
    color: #1a1a1f;
    border-radius: 0px;
    text-transform: uppercase;
   font-weight:bold;
    font-size: 14px;
		text-decoration: none;
}

.login-btn-signup:hover {
    background: #fff;
    border: 0px;
    color: #1a1a1f;
    border-radius: 0px;
    text-transform: uppercase;

    font-size: 14px;
		text-decoration: none;
}

/* All btns */
.btn-primary, .btn-primary:active, .btn-primary:after, .btn-primary:focus {
    background: #37b4d1;
    color: #1a1a1f;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.btn {
    border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;

}

.btn:hover {
    border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:#1baac1;
	color:#1a1a1f;
}



button.btn {
    text-transform: uppercase;
      font-size: 14px;
          font-weight: bold;
    border: 0px;
}


button.btn.btn-white {
    background: #CCC;
    border: 0px;
}

button.btn.btn-white:hover {
    background: #c8d4d5;
    border: 0px;
}

.navbar-minimalize {
    background: #323232;
}

.navbar-minimalize:hover {
    background: #000;
}

/* custom login and signup  page colours */

.login-div{background-color: ##e4e7e7!important;}

.welcom-div p, .welcom-div h3, .welcom-div h5, .login-div .text-muted, .login-div .text-muted a:hover, .login-div label{color:#000!important;}

.login-div .text-muted a{font-weight:bold;}

.login-div .validation-summary-errors{color:#ed5565;}

/* remove dashed line on login screen DO NOT DELETE OR CHANGE */

.hr-line-dashed {
border-top: 1px dashed #e7eaec;
color: #ffffff;
background-color: #ffffff;
height: 1px;
margin: 20px 0;
display: none;
}


/* Settings for FAQ page */

.faq-contact-div {
    margin-top: 350px;
    background-color: #000;
    width: 970px;
    color:#fff;
}

p {
    margin: 0px;
	color:#000;
}

h2 {
    font-size: 30px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
	color:#000;
}


/* Settings dashboard DO NOT DELETE OR CHANGE */

#fan-count-header {
display: none;
}

#menu-item-request-teamleader {
display: none;
}

#menu-item-request-moreflyers {
display: none;
}

.wrapper-content {
    padding: 30px;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .nav > li.active > a, .navbar-nav > .active > a, .side-bar > li.active {
    background: #323232 !important;
    color: #fce36c !important;
    border: 0;
}

.side-bar > li.active, .side-bar > li.hover, .side-bar > li > a:hover, .side-bar > li > a:focus, .side-bar > li > a:active {
    border-left: 4px solid #fce36c;
}

/* url link colour */

a {
    color: #37b4d1;
    font-size: 12px;
}

a:hover {
    color: #1baac1;
    font-size: 12px;
}

/* HIDING THE FREE TICKETS AND POINTS THINGS */

.promoter-event-detail-free-tickets, .promoter-event-detail-points {
    display: none;
}
.ibox-content > div > div > div > p:nth-child(3) {
display:none;
}