/* BACKGROUND */

body {
background-color: #FFCE00;
padding-top: 0px;
}


/* HEADER IMAGE */
#container > header {
height: 265px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/GTM19Header.png);
background-repeat: no-repeat;
background-position: center top;
width: 1000px;
border:0px solid #fff!important;
padding:0px!important;
}

/* FOOTER IMAGE */
#container > footer {
height: 100px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/GTM19%20FOOTER.png);
background-repeat: no-repeat;
background-position: center bottom;
width: 1000px;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}


/* BUY TICKETS BUTTON */
.button_orange, .button_orange:active, .button_orange:visited {
background: /* UPDATE COLOUR */;
}


#container > #content {
padding: 15px;
margin-top: 0;
}


#wrapper > #container {
width: 1000px;
background-color: #FFF;
}

#wrapper {
padding-bottom: 0px;
}


h1.titlebar, h1.titlebar>a {
background: #000;
}


.titlebar_container {
border-top: 2px solid #000;
}

h2.titlebar, h2.titlebar > a {
position: relative;
display: block;
background: #000;
padding: 2px;
padding-left: 10px;
margin-bottom: 10px;
font-weight: normal;
font-size: 21px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}


.alertbox_error a, .panel_error, .panel_info, .panel_success {
width: 97%;
}



/* - Common Mosh Styles Overides - */

#wrapper > #container {
box-shadow: none;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}

.page_headleftimage {
width: 140px;
height: 140px;
}

.col-quantity {
text-align: right;
}


/* - HTML Fragments - */

#Poweredby-Logo {
float: right;
height: 76px;
margin-right: 20px;
    margin-top: 30px;
}

#GreenRoom-YouTube {
margin-top:700px;
position:absolute;

}



/* - Navigation Menu - */

#header > nav {
display: block; /* show nav bar*/
overflow: overlay;
 padding-top: 18px; /* y position */
padding-left: 711px;  /* x position */
width: 290px;  /* width */
}

#nav_home,
#nav_whatson,
#nav_news,
#nav_gallery,
#nav_venues,
#nav_home {
display: none;  /* hide other menu items */
}

/* button details */
header > nav > ul > li > a,
header > nav > ul > li > a:active,
header > nav > ul > li > a:visited {
background: #544128;
 color: #FFFFFF;
margin-left: 4px;
	border-radius:3px;
}


/* HOVER button details */
header > nav > ul > li > a#nav_support:hover,
header > nav > ul > li > a#nav_login:hover {
background: #544128;
 color: #ffce00;
}

/* - Mobile Nav - */

header#mobile-nav {
	background-color: #fff;
}

header#mobile-nav > nav > ul{
	padding-top:15px;
}

header#mobile-nav > nav > ul > li:first-child
{
margin-right:10px;
}



/* - My order column - */

#content > #col_context {
float: right;
width: 300px;
z-index: 5;
background: none repeat scroll 0 0 transparent;
}

/* - Green Room - */

.visible-md.visible-lg {
display:none;
}

.visible-lg, .visible-xs {
display:none!important;
}


.col-md-6 {
width: 100%;
padding-bottom:15px;
}

/* HEADER IMAGE */
#header {
height: 265px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/GTM19Header.png);
background-repeat: no-repeat;
background-position: center top;
background-size:100%;
}


#header-image {
display:none;
}

h3 {
margin-top: 45px;
margin-bottom: 10px;
color:#000;
font-weight:bold;
}

h2, .h2 {
font-size: 18px;
color: #000;
}


#chair {
display:none;
}

#tickets-live > div:nth-child(2) > div.hidden-xs{height:150px!important;}

/* FOOTER IMAGE */
#footer {
height: 100px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/GTM19%20FOOTER.png);
background-repeat: no-repeat;
background-position: center bottom;
width: 1000px;
}

.container {
width: 1000px;
background:#FFF;
padding-right:0px;
padding-left:0px;
padding-bottom:20px;
color:#FFF;
max-width:1000px!important;
}


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

ul, ol {
margin-top: 0;
margin-bottom: 10px;
color: #000;
}


/* - Green Room Mobile - */

@media only screen and (max-device-width: 480px) {

#header {
 background-size: 100% auto;
    width: 100%;
    height: 107px;
}



#header-image {
display:block;
padding-left: 50px;
padding-top:10px;
display:none;
}

.container {
width: 100%;
}

.row#header, .row#main-body {
    margin-right: 0px;
    margin-left: 0px;

}
.col-md-6, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;

}

/* - Mobile Skin overrides - */
@media (max-width: 600px) {

body {
background-color: #FFCE00;
background-image: none;
}

  #wrapper > #container {
    padding-top: 0px;
    width:100%;
	padding-bottom:0px;
  }

#tickets-live{padding-top:15px;}


/* MOBILE HEADER IMAGE */
  #container > header {
    background-size: 100% auto;
	background-image: url(https://www.moshtix.com.au/directory/uploads/images/GTM19Header.png);
    width: 100%;
    height: 107px;
    border:0px solid #fff!important;
    padding:0px!important;
  }


/* MOBILE FOOTER IMAGE */
  #container > footer {
    background-size: 100%;
	background-image: url(https://www.moshtix.com.au/directory/uploads/images/GTM19%20FOOTER.png);
    width: 100%;
    height: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom:0px;
	border-top: 0px;
  }

  #Poweredby-Logo {
    width: 100%;
    height: auto;
margin-top:20px;
  }

  #Poweredby-Logo > a > img {
	width: 12%;
    height: auto;
    float: right;
	padding-top:10px;
  }

  a.page_headleftimage {
    width: 120px;
    height: auto;
}

.small-image-holder {
    width: 31.25%;
    box-sizing: border-box;
    float: left;
    margin-right: 31px;
}

section.separatorline, div.separatorline {
    padding-bottom: 15px;
    border-bottom: 0px;
}



#image > img {
    border: 0;
    display: none !important;
}


}