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

.promoter-event-detail-free-tickets {
 display:none;
}
.promoter-event-detail-points {
 display:none;
}
.col-lg-push-10 > .ibox-content{
 display:none;
}

body {
margin: 0;
padding: 0;
color: #000;
background-color: #000;
background-image: url(https://s3-ap-southeast-2.amazonaws.com/static.moshtix.com.au/directory/uploads/images/OITG-Streetix-Background-Image-2018.jpg);
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: #000;
background-color: #000;
background-image: url(https://s3-ap-southeast-2.amazonaws.com/static.moshtix.com.au/directory/uploads/images/OITG-Streetix-Background-Image-2018.jpg);
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: 400px;
background-color: transparent;
padding-top:40px;
}

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

/* content area on landing page inlcuding buttons */

#homepage-content {
padding-bottom:100px;
text-align: center;
padding-top: 150px;
margin-left: auto;
margin-right: auto;
}

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


#homepage-content h3{
	font-size:17px;
	line-height:19px;
	padding-bottom:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#fff;
	
}




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


#homepage-content > h3 > table {
	width: 350px;

}


#homepage-content > h3 > table > tbody > tr > td {
padding:23px;
}

#homepage-header > img {
	padding: 20px;
}

}

#homepage-content h1, #homepage-content h2{
color:#FFF;
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: 200px;
text-align: center;
padding-top: 30px;
}

@media (max-width: 600px) {
#homepage-footer {
background-color: transparent;
color: #FFF;
height: 200px;
text-align: center;
padding-top: 30px;
font-size:12px;
}
}

/* 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: #fff;
    background: #f16623;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
	font-weight: bold;
    font-size: 16px;
	margin-right: 20px;
	text-decoration: none;
}

.sign-up:hover {
    color: #f16623;
    background: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
	font-weight: bold;
    font-size: 16px;
	margin-right: 20px;
		text-decoration: none;
}

.login {
    background: #b8529e;
    color: #FFF;
	padding: 10px 15px;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
		text-decoration: none;
}

.login:hover {
    background: #fff;
    color: #b8529e;
	padding: 10px 15px;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
		text-decoration: none;
}

.btn-primary, .btn-primary:active, .btn-primary:after, .btn-primary:focus {
    background: #b8529e;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
margin-bottom:5px;
}

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

.login-btn-signup:hover {
    background: #fff;
    border: 0px;
    color: #f16623;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
		text-decoration: none;
}

.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:#666;
	color:#FFF;
}


.login-div .validation-summary-errors, .login-div .field-validation-error{color:#e90277;}

.login-div ul{list-style-type: none;padding:0;margin-left:0;}


/* 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;
}

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

h2 {
    font-size: 24px;
}

h3 
{
    margin-top: 5px;
    font-weight: 600;

}

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: #659dc6 !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 #659dc6;
}

/* url link colour */

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

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