body {
	background: url("../images/updatedbg.jpg") no-repeat scroll center top #e8e6e6;
	margin: 0;
	padding: 0;
	font-family: Courier;
	/*background-size: 100% auto;*/
	/*background: url("http://127.0.0.1:8020/blackmeshpages/blackrebel/images/BRMC-VIPSplash-03.jpg") no-repeat scroll center top transparent;*/
}
.topBorder{
	border-top: 4px solid #f11b1b;
}
.bottomBorder{
	border-bottom: 6px solid #f11b1b;
}
.headerWrapper{
	background: url("../images/headerbg.png") no-repeat scroll center top transparent;
	padding: 13px 26px 18px 20px;
    font-size: 0;
}
.splashWrapper{
	max-width:1330px;
	margin:0 auto;
}
.splashInnerWrapper{
	max-width:1034px;
	margin: 0 auto;
}
.leftWrapper,.rightWrapper{
	display:inline-block;
	vertical-align:middle;
}
.leftWrapper{
	width: 36%;
}
.rightWrapper{
	    text-align: right;
    width: 64%;
    font-size: 20px;
}
.brmctext{
font-family: "proxima-nova-condensed",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #f11b1b;
    border-bottom: 1px solid #f08484;
    width: auto;
    display: inline-block;
    line-height: 0.9;
}
.headerText{
	/*line-height: 1.85;*/
	font-weight:bold;
	color: #3a2e2c;
}
.logo{
	margin-bottom: 18px;
    margin-top: 22px;
}
img{
    max-width: 100%;
    height: auto;
}

.headerText span.separator {
    line-height: 0.5;
    color: #3a2e2c;
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 0.1;
}
.headerText span.text {
    line-height: 1.85;
    display: inline-block;
    vertical-align: middle;
}
.tourRow{
	font-size:0;
	padding:10px 13px;
}
.tourRow.odd{
	background: url("../images/touroddrepeat.png") repeat scroll center top transparent;
	border-top:1px solid #a5a5a5;
}
.tourRow.even{
	background: url("../images/tourevenrepeatupdated.png") repeat scroll center top transparent;
	border-top:1px solid #717070;
}
.tourRow.even .tourdate,.tourRow.even .tourvenue,.tourRow.even .tourlocation{
	color:#f2f1f0;
}
.tourdate,.tourvenue,.tourlocation,.tourbuttons{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	text-transform:capitalize;
}

.tourdate{
	font-size:30px;
	color: #3a2e2c;
	font-family: "proxima-nova-condensed",sans-serif;
    font-style: normal;
    font-weight: 600;
    width: 10%;
}
.tourvenue{
	width: 43%;
}
.tourlocation{
	    width: 26%;
}
.tourbuttons{
	width:21%;
	    font-size: 0;
}
.tourdate,.tourbuttons{
	text-transform:uppercase;
}
.tourvip,.tourtickets{
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin-right:4%;
	
}
.tourtickets{
	margin-right:0;
}
a.tourvipbtn,a.tourticketsbtn{
    text-decoration: none;
    color: #fff;
    font-family: "proxima-nova-condensed",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    display: block;
    border-bottom: 6px solid #f11b1b;
    text-align: center;
    line-height: 39px;
    width: 100%;
    padding: 4px 0px;
    box-sizing: border-box;
    height: 41px;
}
a.tourvipbtn{
	background: #f11b1b;
}
a.tourvipbtn:hover{
	border-color: 	#3a2e2c;
	color: #3a2e2c;
}
a.tourticketsbtn{
	background: #3a2e2c;
	border-color: 	#3a2e2c;
}
a.tourticketsbtn:hover{
	border-color: 	#f11b1b;
	color: #f11b1b;
}
.entersiteWrapper{
    display: block;
    text-align: center;
    margin: 58px 0;
}
.entersite{
	font-size: 22px;
    border: 2px solid #f11b1b;
    box-sizing: border-box;
    text-transform: capitalize;
    width: 273px;
    display: block;
    margin: 0 auto;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    color: 	#000;
    font-weight:bold;
}
.entersite:hover{
	background: #f11b1b;
}
.footer{
    background: black;
    text-align: center;
        padding: 0 0 22px;
}
.footerimage{
	    padding-top: 30px;
}
.bg-img img {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    min-height:100%;min-width:100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.rightWrapper{
		    font-size: 15px;
	}
	.tourdate{
		width:15%;
	}
	.tourvenue {
    	width: 38%;
	}
	a.tourvipbtn, a.tourticketsbtn{
		font-size:18px;
	}
}

@media only screen and (max-width: 767px) {
	.headerWrapper{
	  background: url(../images/touroddrepeat.png) repeat scroll center top transparent;
	}
	.leftWrapper, .rightWrapper,
	.tourdate,.tourvenue,.tourlocation,.tourbuttons{
		display:block;
		width:100%;
		text-align:center;
	}
	.tourbuttons{
		margin: 10px 0;
	}
	.headerText{
		    margin-top: 15px;
		        font-size: 16px;
	}
	.headerText span.text{
		line-height: 1.2;
	}
	a.tourvipbtn, a.tourticketsbtn{
		line-height:36px;
	}
}
