body{
    background:white url("/images/custom/ostgota/ostgotateatern_body-bg.jpg") no-repeat top center;
}
#header{
    margin-top:20px;
    border-bottom:none;
}
.nav-pills > li > a{
    color:white;
}
.nav-pills > li > a:hover{
    color:black;
}
#packagename{
    background:url("/images/custom/ostgota/ostgotalogo.png") no-repeat;
    font-size:0;
    height:90px;
}
#content{
    background-color:rgba(255,255,255,0.9);
}
#footer{
    background:url("/images/custom/ostgota/ostgotafoot.png") no-repeat top center;
    font-size:0;
    height:75px;
}
.jumbotron{
    background:none!important;
}
#packagearenaimg{
    /*background:url("/images/custom/ostgota/arenabg.png") no-repeat;*/
}
#pricingupdatediv{
    background:url("/images/custom/ostgota/arenabg2.png") no-repeat top center;
}
@media (min-width: 720px) {
    #footer{
        background:url("/images/custom/ostgota/ostgotafoot_sm.png") no-repeat top center;
    }
}
@media (min-width: 1024px) {
    #footer{
        background:url("/images/custom/ostgota/ostgotafoot.png") no-repeat top center;
    }
}
.container .jumbotron {
	padding: 60px 100px 0px !important;
	text-align: left !important;
}

.jumbotron h1 {
	font-size: 50px;
	color: #444 !important;
	text-align: left;
	text-shadow: none !important;
	letter-spacing: -1px;
	font-weight: bold;
}

.container h1 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: bold;
}

.marketing {
	padding: 0px 100px 60px !important;
}

.marketing div:first-child {
	display: none;
}

.col-lg-6 {
    width:100%;
}

.marketing h4, #pricingupdatediv h4 {
	letter-spacing: -0.3px;
	font-weight: bold;
	color: #444;
}

.btn.btn-success {
	background-image: none;
	background: #B4374B;
	color: white;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 20px;
	border: 0px;
}
.btn#cancelsubmit {
	background-image: none;
	background: #333;
	color: white;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 20px;
	border: 0px;
}
.btn.btn-success:hover {
	background: #cc6060;
	color: #fff;
}
.btn#cancelsubmit:hover {
	background: #666;
	color: #fff;
}

#content .container {
	width:100%;
}
#content .container ul.nav-tabs {
	display: none;
}
#content .container .tab-content {
	display: none;
}