
#wales-tickets {
    max-width: 100%;
    width: 100%;
    background: #aec6c6;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
}
#wales-tickets .main-banner {
    width: 60%;
    float: left;
    height: auto;
    box-sizing: border-box;
}
#wales-tickets .main-banner.app1 {
    width: 100%;
    float: left;
    height: auto;
    box-sizing: border-box;
}
#wales-tickets .main-banner .app {
    width: 42%;
    float: left;
    height: auto;
    box-sizing: border-box;
}
#wales-tickets .main-banner .app-con {
    display: block;
    width: 50%;
    float: left;
}
#wales-tickets .form-container {
    width: 40%;
    float: left;
    height: auto;
    box-sizing: border-box;
}
#wales-tickets .main-banner.main-img img {
    width: 70%;
    margin: 10% auto 0px;
    height: auto;
    display: block;
    box-sizing: border-box;
}
#wales-tickets .main-banner img {width:100%;height:auto;box-sizing:border-box;}
#wales-tickets .form-container {background:#aec6c6;padding:5%;}

#wales-tickets .form-container h2{
    text-align: center;
    padding: 2% 0;
    margin: 0px;
    color: #fff;
    font-family: 'Stolzl-Medium';
    font-size: 28px;
    letter-spacing: 2px;
}
#wales-tickets .form-container p{
    text-align: center;
    padding: 2% 0;
    color: #fff;
    margin: 0px;
    font-family: 'Stolzl-Medium';
    font-size: 16px;
}

#wales-tickets .text-container {padding:5%;font-size: 15px;}
#wales-tickets form label {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    clear: both;
    text-align: left;
    font-size: 14px;
}
#wales-tickets form input[type="text"] {padding:3%;background:#f3f3f3;border:1px solid #ccc;width:100%;height:auto;clear:both;font-size:14px;color:#666;box-sizing:border-box;margin:1% 0 3%;}
#wales-tickets form input[type="submit"] {
    width: 50%;
    padding: 3%;
    background: #aec6c6;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 0;
    text-transform: uppercase!important;
    /* border: none; */
    color: #fff;
    border: 3px solid white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
}
a.app{
    width: 50%;
    float: left;
}
a.app img{
    width: 100%;
}
#footerSocial {
    clear: both !important;
}
.clearfix {
    display: block;
    clear: both;
}
strong, b {
    font-weight: bolder;
    font-size: 18px;
}

@media (max-width: 1000px) {
	#wales-tickets .main-banner.main-img img {
    	margin: 17% auto 0px;
	}	
	#wales-tickets .form-container h2{
	    font-size: 20px;
	}
	#wales-tickets .form-container p{
	    font-size: 11px;
	}
	strong, b {
    	font-size: 14px;
	}
	#wales-tickets form input[type="submit"] {
	    width: 60%;
	}
}