/* - Skin Specific Overrides - */


body {
background-color: #F9B418;
background-image: 
background-position: center top;
background-attachment: fixed;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


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

#container > footer {
height: 100px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/2.TP_BookingSkins_footer.png);
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: #F99F34;
}


#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: 32Px;
}

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

}



/* - Navigation Menu - */
 
#header > nav {
display: block; /* show nav bar*/
overflow: overlay;  
 padding-top: 365px; /* y position */
padding-left: 742px;  /* 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: #000;
 color: #fff;
margin-left: 4px;
}
 
header > nav > ul > li > a#nav_support:hover,
header > nav > ul > li > a#nav_login:hover {
background: #fff;
 color: #000;
}





/* - 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: 400px;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/1.TP_BookingSkins_header.png);
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-image: url(https://www.moshtix.com.au/directory/uploads/images/2.TP_BookingSkins_footer.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;
}

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/4.TP_BookingSkins_headermobile.png);
    width: 100%; 
    height: 160px; 
  }

  #container > footer {
    background-size: 100%;
	background-image: url(https://www.moshtix.com.au/directory/uploads/images/5.TP_BookingSkins_footermobile.png);
    width: 100%; 
    height: 70px; 
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom:0px;
	border-top: 0px;
  }

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

  #Poweredby-Logo > a > img { 
	width: 11%;
    height: auto;
    float: right;
	padding-right: 0px;
	padding-top:19px;
  }
  
  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;
}
	
	
	img {
	
	    vertical-align: middle;
    width: 75%;
    height: 75%;
	border: 0;
}

	

}