/* F.Studer HOB CSS */
* img {
    max-width:100%;
    height:auto;
}
#clubR {
	width:100%;
    max-width:1400px;
    height:auto;
    height:1000px;
	margin:0 auto;
    padding-top: 1px;
	text-align:center;
    background-color:#fff;
}
.logo {
    width:100%;
    background-color:#fff;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom:20px;
    text-align:center;
}
.logo img{
    width:187px;
    height: 40px;
    margin:0 auto;
    margin-top:15px;
    text-align:center;
    margin-bottom:10px;
}
.clubR-content {
    background: #ef1f1f; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ef1f1f 0%, #9e0b1e 100%, #9e0b1e 100%, #9e0b1e 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #ef1f1f 0%,#9e0b1e 100%,#9e0b1e 100%,#9e0b1e 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #ef1f1f 0%,#9e0b1e 100%,#9e0b1e 100%,#9e0b1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef1f1f', endColorstr='#9e0b1e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width:100%;
    margin:0 auto;
    text-align:center;
}
.mainC {
    margin:0 auto;
    text-align:center;
    max-width:550px;
    padding: 0px 10px;
}
.main-text {
     background:url('../img/budw-bg2.jpg');
    height:220px;
    max-width:550px;
    margin:0 auto;
    text-align:center;
    padding:0px;
    color:#fff;
    border:1px solid #fff;
}
p.cash {
    padding: 5% 10%;
    font-size:21px;
    line-height:38px;
    font-family: Arial, sans-serif;
    text-align:center;
    font-weight:bold;
    margin-bottom:0px;
        -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
h1.fan {
    font-family: Arial, sans-serif;
    font-size:22px;
    letter-spacing:1px;
    font-weight:bold;
    color:#fff;
    line-height:22px;
    text-transform:uppercase;
    padding-left:2%;
    padding-right:2%;
    padding-top:9%;
    margin-bottom:8%;
}
button.findtx {
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding:10px ;
    letter-spacing:1px;
    text-transform:uppercase;
    margin: 0 auto;
    margin-top:35px;
    margin-bottom:25px;
    border-radius:0px;
    font-weight:bold;
    background-color:#fff;
    border:none;
    width:100%;
    text-align:center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
button.findtx a{
    color:#222;
    text-decoration:none;
    }
button.findtx a:hover{
    color:#222;
    text-decoration:underline;
}
.subtext {
    width:100%;
    margin:0 auto;
    text-align:center;
    margin-top:10px;
    margin-bottom:15px;
    color:#fff;
    font-family:arial, sans-serif;
    letter-spacing:.5px;
    padding:0px;
    padding-bottom:18%;
    font-size:12px;
    line-height:15px;
}
.subtext p {
    margin-top: 0;
    margin-bottom: .5rem;
}
.subtext a{
    color:#ccc;
    text-decoration:underline;
}
p.ques {
    font-size:13px;
    font-family:arial, sans-serif;
    letter-spacing:.2px;
    font-weight:bold;
}
p.ques a {
    text-decoration:underline;
    color:#9e0b1e;
}


/* MEDIA QUERIES */
@media screen and (max-width: 555px) {
  p.cash {
    padding:;
    font-size:19px;
    line-height:36px;
  }
}
@media screen and (max-width: 420px) {
  p.cash {
    font-size:18px;
  }
}
@media screen and (max-width: 400px) {
 
}
@media screen and (max-width: 330px) {
  
}
@media screen and (max-width: 310px) {
  
}
