/* - Skin Specific Overrides - */
body {
background-color: #000000;
background-repeat:no-repeat;
background-position: center top;
background-attachment: fixed;
overflow: auto;
}


#container > header {
height: 400px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/oaf%20header%20v2.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 1000px;
}

#container > footer {
height: 100px;
background-color: #000;
background-image: url();
background-repeat: no-repeat;
background-position: center bottom;
width: 1000px;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}


.button_orange, .button_orange:active, .button_orange:visited {
background: #F69F36;
}


#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: 0px 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;

}

/* - 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 {
display:none;
}

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


#header {
height: 122px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/oaf%20header%20v2.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 1000px;
}


#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;
}


#footer {
height: 100px;
background-color: #000;
background-image: url();
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;
}

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 {
height: 100px;
background-image: none;
width: 100%;
}


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

.container {
width: 100%;
}

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

}

/* - Mobile Skin overrides - */
@media (max-width: 600px) {
	
body {
background-color: #eceaea;
background-image: none;
}

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

  #container > header {
    background-size: 100% auto;
	background-image: url(https://www.moshtix.com.au/directory/uploads/images/oaf%20header%20v2.jpg);
    width: 100%; 
    height: 160px; 
  }

  #container > footer {
    background-size: 100%;
background-color: #000;
background-image: url();
    width: 100%; 
    height: 70px; 
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom:0px;
	border-top: 0px;
  }

  #Poweredby-Logo { 
    width: 60%; 
    height: auto;
  }

  #Poweredby-Logo > a > img { 
	width: 20%;
    height: auto;
    float: right;
	padding-right: 15px;
	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;
}

}