.special-link, .special-link:visited, .special-link:hover, .special-link:active {
    color: inherit;
    text-decoration: none;
    display: inline;

}

#headerBar {
    height: 100px;
    background: red;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
}

#headerBar a {
    color: black;
}

/* unvisited link */
#headerBar a:visited {
    color: black;
}

/* visited link */
#headerBar a:hover {
    color: white;
    background: black;
}

/* mouse over link */
#headerBar a:active {
    color: black;
}

/* selected link */
/* GENERAL */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    text-shadow: none
}
/*
::selection {
    text-shadow: none;
}
*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

p {
    font-size: 28px
}

body {
    background: #0066CC;
    height: auto;
    width: 100%
	
}

#guide {
    width: 1100px;
    margin: 0 auto;
    position: relative
}
#videoWrapper {
		position: fixed; /* keeps it above the layout */
		top: 28px;
		width:1100px;
		height:710px;
		border: 4px solid #BD0000;	
		background: white;
		z-index: 9999;
		transition: transform 1s ease, opacity 1s ease;
		transform-origin: top left;
		pointer-events: none; /* allows clicks to pass through */
}
  #myVideo {
	width:1092px;
  }

  #videoWrapper.shrink-out {
    transform: scale(0);
    opacity: 0;
  }
  
h6 {
    font-size: 15px;
}


/* NEWS ON MAIN PAGE */
table.NEWSMP {
    width: 100%;
}

table.NEWSMP tr:nth-child(odd) {
    background-color: #E0ECF8;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
}

table.NEWSMP tr:nth-child(even) {
    background-color: #F0F0F0;
}

table.NEWSMP td.container > div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

table.NEWSMP td.container {
    height: 45px;
}

/* HEADER */

header {
    height: 230px;
    width: 100%;
    background-color: #000;
    background-image: url('./aaa-will-addition/img-front/heller.jpg');
    background-size: 100%;
    background-position: center
}

header img {
    width: 213px;
    height: auto;
    position: absolute;
    padding: 0px;
    margin: 13px 0px 0 0;
    z-index: 3;
    left: 3px
}

header #triangle {
    width: 0;
    height: 0;
    border-top: 240px solid white;
    border-right: 240px solid transparent;
    position: absolute;
    z-index: 2;
    left: 130px
}

header #triangle2 {
    width: 0;
    height: 0;
    border-top: 240px solid #0048ff;
    border-right: 240px solid transparent;
    position: absolute;
    z-index: 1;
    left: 136px
}

header #left-square {
    height: 235px;
    width: 140px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

header #right-angle {
    width: 0;
    height: 0;
    border-bottom: 240px solid #fff;
    border-left: 240px solid transparent;
    position: absolute;
    right: 10px;
    top: 0px;
}

header #right-angle2 {
    width: 0;
    height: 0;
    border-bottom: 240px solid #BD0000;
    border-left: 240px solid transparent;
    position: absolute;
    right: 16px;
    top: 0px
}

header #right-square {
    height: 235px;
    width: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

header p {
    position: absolute;
    right: 0;
    z-index: 4;
    padding: 0 17px;
    font-weight: bold;
    color: #BD0000;
    font-size: 20px
}

header p.a1 {
    top: 70px
}

header p.a2 {
    top: 100px
}

header p.a3 {
    top: 130px
}

header button {
    font-size: 14px;
    padding: 5px 15px;
    background: #BD0000 url(./aaa-will-addition/img-front/texture/blue/red.png);
    color: #fff;
        z-index: 4;
    position: absolute;
    font-weight: bold;
    border: none;
    letter-spacing: 0.1em;
    right: 17px;
    top: 185px;
    width: 160px;
    text-transform: uppercase
}

#main {
    width: 100%;
    position: relative;
    overflow: auto;;
    margin: 0 auto
}


/* NAVIGATION */

nav {
    width: 100%;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex242424.png);
    overflow: auto;
    z-index: 5;
    position: absolute;
    padding: 0;
    border: solid 1px #0a0a0a
}

nav a {
    width: 10%;
    float: left;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    font-size: 10.5px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #000;
}

nav a:hover {
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex303030.png)
}

nav a#nav2 {
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex303030.png)
}


select#OtherNav {
    display: none;
    width: 100%;
    border: solid 1px #999;
    padding: 10px;
    box-shadow: inset 0 0 1px #000;
    margin: 0;
    position: absolute;
    z-index: 5;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex242424.png);
    padding: 10px 0;
    color: #fff
}

select#OtherNav option {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex242424.png)
}

select#OtherNav option:hover {
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex303030.png)
}


body nav a#nav10 {
    border-right: none
}


div#squash, div#racket {
    display: none;
    width: 100%;
    background: url(./aaa-will-addition/img-front/texture/blue/blue2tex171717.png);
    position: relative;
    top: 35px;
    height: auto;
    overflow: auto;
    z-index: 9;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

nav a#nav4, nav a#nav5 {
    cursor: default
}


div#squash a, div#racket a {
    width: 19.5%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0
}

div#squash a:hover, div#racket a:hover {
    background: url(./aaa-will-addition/img-front/texture/blue/blue2tex242424.png)
}


/* BLUE BACKGROUND MAIN */

#main section#odd {
    overflow: hidden;
    width: 100%;
    background: url(./aaa-will-addition/img-front/texture/blue/white-metal.png);
    padding: 50px 0 0 0;
    min-height: 390px;
    border-right: solid 5px #BD0000;
    border-left: solid 5px #BD0000;
    border-top: solid 5px #BD0000;
    border-bottom: solid 5px #BD0000
}

#main section#odd iframe {
    margin: 20px 4% 10px 4%;
    height: 230px;
    width: 92%;
    border: solid 1px #0a0a0a
}

#main section#odd #intro {
    width: 92%;
    margin: 0px auto 15px auto;
    background: #BD0000;
    border: solid 1px #0a0a0a;
    height: auto;
    overflow: auto;
    padding: 0
}

#main section#odd #intro p {
    padding: 0;
    margin: 0;
    line-height: 2.5em;
    color: #fff;
    text-align: center;
    font-size: 20px
}

#main section#odd #intro p strong {
    font-size: 24px
}

#main section#odd #intro p#top {
    padding-top: 25px;
    display: block
}

#main section#odd #intro img {
    height: 150px
}

.video {
    align: middle;
    margin: auto;
    cursor: pointer;
}

.video2 {
    align: middle;
    margin: auto;
    width: 100%;
    cursor: pointer;
}

.youtube {
    width: 1000px;
}

#main section#odd #intro .left {
    float: left;
    padding-right: 30px;
    height: auto
}

#main section#odd #intro .right {
    float: right;
    height: auto;
    width: auto;
    padding-left: 30px
}


/* WHITE BACKGROUND MAIN */

#main section#even {
    overflow: hidden;
    margin: 0;
    position: relative;
    height: auto;
    width: 100%;
    padding: 20px 3.5% 20px 3.5%;
    background: url(./aaa-will-addition/img-front/texture/blue/white-metal.png);
    border-right: solid 5px #BD0000;
    border-left: solid 5px #BD0000;
}

#main section#even #content {
    width: 74.2%;
    float: left
}

#main section#even #content p {
    padding: 0px 30px 0px 0px;
    color: #000;
    font-size: 16px
}

#main section#even #content #box {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 8px
}

#main section#even #content #box div {
    padding: 0 15px;
    width: 29%;
    margin: 10px 4% 0 0;
    float: left;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex171717.png);
    overflow: auto;
    min-height: 312px;
    margin-bottom: 30px
}

#main section#even #content #box div h2 {
    color: #fff;
    font-size: 21px;
    margin: 5px 0px 0 0px;
    border-bottom: #fff solid 3px;
    padding: 10px 0px 5px 0px;
    letter-spacing: 0.05em
}

#main section#even #content #box div p {
    font-size: 12px;
    margin: 15px 0px;
    padding: 0;
    color: #fff
}

#main section#even #content #box div iframe {
    padding: 20px 0 0 0;
    width: 100%;
    height: 195px
}

#main section#even #content #box img {
    width: 100%;
    padding: 20px 0 0 0px
}

#main section#even #content #box #info p, #main section#even #content #box #info h2 {
    color: #fff
}

#main section#even #content #box #info {
    width: 29%
}

#main section#even #content #box #gallery article {
    width: 100%;
    height: 150px;
    background-image: url(./aaa-will-addition/img-front/img4.jpg);
    background-size: cover;
    background-position: top center;
    margin: 20px 0 10px 0;
    padding: 0;
    overflow: hidden
}

#main section#even #content #box #gallery button {
    padding: 17px 0;
    border: none;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex0a0a0a.png);
    color: #FFF;
    margin: 5px 0 0 0;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 16px
}

#main section#even #content #box #map p a {
    color: #fff;
}

#main section#even ul.list-3 {
    list-style-type: none
}

#main section#even ul.list-3 hr {
    margin: 0;
    margin-left: -35px;
    padding: 0;
    line-height: 0
}

#main section#even ul.list-3 li {
    list-style-type: none;
    margin-left: -35px;
    padding: 30px 0 30px 0;
    overflow: auto
}

#main section#even ul.list-3 li img {
    float: left;
    padding-right: 20px
}

#main section#even ul.list-3 li strong {
    width: 100%;
    display: block;
    padding: 5px 0
}

#main section#even li {
    list-style-type: none
}

#main section#even h2#other {
    background: #BD0000 url(./aaa-will-addition/img-front/texture/blue/red.png);
    margin: 10px -37px 15px -37px;
    padding: 13px 38px 10px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.1em
}

#main section#even h3#other {
    background: #BD0000 url(./aaa-will-addition/img-front/texture/blue/red.png);
    margin: 20px -37px 25px -37px;
    padding: 13px 38px 13px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.1em
}

#main section#even p {
    font-size: 16px
}

#main section#even p.memsel {
    margin: 0px 0px 0px 0px
}

#main section#even #sidebar {
    width: 25%;
    float: right;
    margin: 20px 0 0 0;
    border: solid 1px #0a0a0a;
    height: auto;
    overflow: auto;
    text-align: center;
    height: 385px
}

#main section#even #sidebar h3 {
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
    border-top: #000 solid 1px;
    letter-spacing: 0.1em;
    color: #000
}

#main section#even #sidebar h2 {
    font-size: 20px;
    border-bottom: #000 solid 0px;
    color: #000;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-transform: uppercase
}

#main section#even #sidebar p {
    font-size: 15px;
    padding: 0px 5px 10px 35px;
    color: #000;
    margin: 15px 0
}

#main section#even #sidebar #side-box {
    padding: 20px 20px 25px 20px;
    border-bottom: solid 1px #000
}

#main section#even #sidebar #side-box img {
    width: 35px;
    height: auto;
    padding: 0 10px 20px 0;
    float: left;
    left: -5px;
    position: relative;
    top: 2px
}

#main section#even #sidebar #side-box strong {
    overflow: auto;
    padding-bottom: 5px;
    display: block
}

#main section#even #sidebar #side-box p {
    color: #000;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 13.5px
}

#main section#even #sidebar #side-box input[type=submit] {
    border: 1px solid #000;
    background: none;
    margin-top: 10px;
    width: 80%;
    padding: 5px 0;
    font-size: 14px
}

#main section#even #sidebar #side-box input[type=submit]:hover {
    background: #000;
    color: #fff
}


#main section#even #sidebar2 {
    width: 25%;
    float: right;
    margin: 0 0 0 0;
    border: solid 0px #0a0a0a;
    height: auto;
    overflow: auto;
    text-align: center;
    height: 375px
}

#main section#even #sidebar2 h3 {
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
    border-top: #000 solid 1px;
    letter-spacing: 0.1em;
    color: #000
}

#main section#even #sidebar2 h2 {
    font-size: 20px;
    border-bottom: #000 solid 0px;
    color: #000;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-transform: uppercase
}

#main section#even #sidebar2 p {
    font-size: 15px;
    padding: 0px 5px 10px 35px;
    color: #000;
    margin: 15px 0
}


#main section#even #sidebar2 #box2 {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 8px
}

#main section#even #sidebar2 #box2 div {
    padding: 0 15px;
    width: 29%;
    margin: 2px 4% 0 0;
    float: left;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex171717.png);
    overflow: auto;
    min-height: 312px;
    margin-bottom: 30px
}

#main section#even #sidebar2 #box2 div h2 {
    color: #fff;
    font-size: 21px;
    margin: 5px 0px 0 0px;
    border-bottom: #fff solid 3px;
    padding: 10px 0px 5px 0px;
    letter-spacing: 0.05em
}

#main section#even #sidebar2 #box2 div p {
    font-size: 12px;
    margin: 15px 0px;
    padding: 0;
    color: #fff
}

#main section#even #sidebar2 #box2 div iframe {
    padding: 20px 0 0 0;
    width: 100%;
    height: 195px
}

#main section#even #sidebar2 #box2 img {
    width: 100%;
    padding: 20px 0 0 0px
}

#main section#even #sidebar2 #box2 #webcam p, #main section#even #sidebar2 #box2 #webcam h2 {
    color: #fff
}

#main section#even #sidebar2 #box2 #webcam {
    width: 100%
}

#main section#even #sidebar2 #box2 #webcam button {
    padding: 17px 0;
    border: none;
    background: url(./aaa-will-addition/img-front/texture/blue/blue3tex0a0a0a.png);
    color: #FFF;
    margin: 35px 0 0 0;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 16px
}


/* FOOTER */

footer {
    background: #fff url(./aaa-will-addition/img-front/texture/blue/white-metal.png);
    width: 100%;
    overflow: auto;
    padding: 0;
    border: solid 5px #BD0000
}

footer #foot-box {
    width: 100%;
    float: left;
    overflow: auto;
    padding: 0px 0 30px 0
}


footer #foot-box.fourth {
    border-right: none;
    width: 30%
}

/*        footer #foot-box.fourth img{padding-top:52px;width:155px}
*/

footer #foot-box h3 {
    font-size: 24px;
    padding: 0;
    margin: 0 0 5px 25px;
    text-transform: uppercase
}

footer #foot-box p {
    font-size: 20px;
    padding: 0
}

footer #foot-box p.foot-p {
    padding-top: 20px
}

footer #foot-box small {
    padding: 0;
    margin: 0;
    line-height: 0
}

/*
        footer #foot-box img{width:155px;height:auto;margin:0;padding:0}

        footer #foot-box img.right{padding:0 10px}
*/

#lower {
    width: 100%;
    background: #BD0000 url(/aaa-will-addition/img-front/texture/blue/red.png);
    overflow: auto
}

#lower p {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

#lower a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0
}

#lower span {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 10px
}

#lower p span {
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold
}


/* LOGIN PAGE */

#even #contact-area {
    width: 450px;
    margin: 30px auto 20px auto;
    padding: 20px 30px;
    border: 1px solid #000
}

#even #contact-area form label {
    color: #fff;
    width: 100%;
    display: block;
    color: #000
}

#even #contact-area form input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px
}

#even #contact-area form input[type=submit] {;
    width: 100%;
    display: block;
    padding: 10px;
    background: url(./aaa-will-addition/img-front/texture/blue/white-metal.png);
    color: #000;
    border: 1px solid #000;
}

#even #contact-area form input[type=submit]:hover {
    background: #000;
    color: #fff
}

#even #contact-area form div {
    overflow: auto;
    padding-bottom: 20px
}

#even #contact-area h2 {
    color: #000
}


/* BOOKING SHEET */
#even #contact-area2 h5 {
    cursor: pointer;
    background: #BD0000 url(./aaa-will-addition/img-front/redclose.png);
    margin: 5px -20px 0px -12px;
    padding: 20px 10px 20px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

/* CONTACT PAGE */

#even #contact-area2 h1 {
    background: #BD0000 url(./aaa-will-addition/img-front/texture/blue/red.png);
    margin: 10px -37px 25px -37px;
    padding: 13px 38px 10px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.1em
}

#even #contact-area2 li.cCleared {
    display: block;
    overflow: auto;
    margin: 15px 0 15px -39px;
    width: 100%
}

#even #contact-area2 li.cCleared a {
    color: #002585;
    text-decoration: none;
}

#even #contact-area2 li.cCleared .CtPgCteeEnquireBtn {
    border: 1px solid #000;
    padding: 3px 10px;
    color: #000;
    text-decoration: none;
    float: right
}

#even #contact-area2 li.cCleared .CtPgCteeEnquireBtn:hover {
    background: #000;
    color: #fff
}

#even #contact-area2 p.cCleared {
    display: block;
    overflow: auto;
    width: 100%;
    display: block;
    overflow: auto;
    width: 100%
}

#even #contact-area2 .cCleared h3 {
    padding: 30px 0;
    display: block;
    overflow: auto
}

#even #contact-area2 .CtPgCteeList2 ul {
    margin: 15px -39px
}

#even #contact-area2 .CtPgCteeList2 ul li a {
    text-decoration: none;
    color: #002585;
    margin: 15px 0;
    display: block
}

#even #contact-area2 #CtPgCteePostsList {
    overflow: auto;
    width: 100%
}

#even #contact-area2 .CtPgCteeMmbr .cCleared {
    width: 100%;
    overflow: auto;
    display: block;
    padding: 0
}

.CtPgCteeMmbr .cCleared a.BackToTop {
    border: solid #999 1px;
    text-decoration: none;
    color: #999;
    padding: 7px 20px;
    margin-top: 12px;
    font-size: 14px;
    display: block
}

#even #contact-area2 .CtPgCteeMmbr .cCleared a.BackToTop:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

#even #contact-area2 .CtPgCteeMmbrResps .cNoteletInner ul li {
    margin: 10px 0 10px -39px
}

#even #contact-area2 .CtPgCteeMmbr {
    overflow: auto
}

#even #contact-area2 .CtPgCteeMmbr h2 {
    background: #BD0000 url(./aaa-will-addition/img-front/texture/blue/red.png);
    margin: 45px 0 20px 0;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.1em
}

#even #contact-area2 .CtPgCteeMmbr img {
    width: 120px;
    border: 1px solid #666;
    float: left;
    margin-bottom: 15px;
    background: black
}

#even #contact-area2 .CtPgCteeMmbr div {
    float: left;
    padding: 0 30px;
    width: 200px;
    margin: 0; /*background:purple*/
}

#even #contact-area2 .CtPgCteeMmbr div .CtPgCteeEnquireBtn {
    border: 1px solid #000;
    padding: 3px 10px;
    color: #000;
    text-decoration: none;
    float: left
}

#even #contact-area2 .CtPgCteeMmbr div .CtPgCteeEnquireBtn:hover {
    background: #000;
    color: #fff
}

#even #contact-area2 .CtPgCteeMmbr div h4 {
    padding: 0;
    margin: 7px 0 0 0
}

#even #contact-area2 .CtPgCteeMmbr .CtPgCteeMmbrResps {
    padding: 0 10px;
    width: 600px;
    float: right;
    margin: 0; /*background:green*/
}

#even #contact-area2 .CtPgCteeList {
    float: left;
    width: 100%;
}

#even #contact-area2 .CtPgCteeList2 {
    float: right;
    text-align: left;
    width: 36%
}


/* FIND US */

#even #contact-area2 h3 {
    background: #BD0000 url(./aaa-will-addition/img-front/texture/blue/red.png);
    margin: 25px 0 0px 0;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em
}

#even #contact-area2 iframe {
    width: 100%;
    margin-top: -15px;
    padding: 0
}


/* INFO PAGE */

#contact-area8 table {
    border: 2px solid #000;
    width: 100%;
    margin: 35px 0 0 0
}

#contact-area8 table tr th {
    padding: 15px 21px;
    background: #333 url(./aaa-will-addition/img-front/texture/blue/texture242424.png);
    color: #fff;
    text-align: center; /*border:1px solid #000*/
    letter-spacing: 0.1em
}

#contact-area8 table tr {
    border: 1px solid #fff
}

#contact-area8 table tr td {
    background: none;
    color: #000;
    padding: 10px 20px
}

#contact-area8 table tbody tr th {
    text-align: left
}

#contact-area8 table tbody tr td a {
    padding: 3px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    margin: 2px;
    font-size: 14px;
    display: inline-block;
    width: 140px;
    text-align: center;
    letter-spacing: 0.1em
}

#contact-area8 table tbody tr td a:hover {
    background: #000;
    color: #fff
}

#contact-area8 table tbody tr:nth-child(even) {
    background: none
}

#contact-area8 table tbody tr:nth-child(odd) {
    background: url(./aaa-will-addition/img-front/texture/blue/squared-metal.png)
}


/* NEWS */

html body #even #contact-area2 p span a, #even #contact-area2 form input {
    padding: 3px 6px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}

#even #contact-area2 p span a:hover, #even #contact-area2 form input:hover {
    color: #fff;
    background: #000
}


/* LADDERS */

#ladder-results {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    overflow: auto
}

#custom-spacer {
    width: 100%;
    background: red;
    overflow: auto;
    display: block;
    float: none;
    margin: 20px 0
}


/* BOOKING PAGE - Front */

#guide #main #even #contact-area2 {
    width: 100%;
    margin: 0
}

#even #contact-area2 .cCalPane {
    width: 100%
}

#even #contact-area2 .cCalPane div div form div .submit-buttonClear {
    width: 10%;
    margin: 0
}

#even #contact-area2 form .submit-button3 {
    width: 100%
}


/* BOOKING PAGE - Second */

#even #contact-area2 .cCalPane div #box-table-b {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: table;
    word-wrap: break-word;
    table-layout: fixed
}

#main #even #contact-area2 .cCalPane div #box-table-b tbody {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border: 2px solid #000
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr {
    width: auto;
    margin: 0;
    padding: 0;
    padding: 0 10px
}

#even #contact-area2 .cCalPane div #box-table-b tbody th {
    width: auto;
    background: #000;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding: 10px
}

#even #contact-area2 .cCalPane div #box-table-b tbody td {
    width: auto;
    margin: 0;
    padding: 0;
    padding: 0 10px
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input {
    width: auto;
    margin: 0;
    padding: 0
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
    font-size: 14px
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td {
    font-size: 14px
}

#even #contact-area2 .cCalPane div #box-table-b td {
    border-right: solid #fff 2px
}

#even #contact-area2 .cCalPane div #box-table-b th {
    border-right: solid #fff 2px;
    padding: 30px 10px
}


#even #contact-area2 .cCalPane div #box-table-b tbody tr td {
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
    width: 100%;
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
    white-space: normal
}


#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input {
    padding: 1px 2px
}


#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input.submit-button-AllFree {
    background: #0C0;
    padding: 5px;
    border: 2px solid #ccc;
    color: #669;
    margin: 0;
    width: 100%
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input.submit-button-AllFree:hover {
    background: #8BCC8B;
    border-color: #0C0
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input.submit-button-AllFreeCancel {
    background: #CD5C5C;
    padding: 5px;
    border: 2px solid #ccc;
    color: #669;
    margin: 0;
    width: 100%
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input.submit-button-AllFreeCancel:hover {
    background: #CD9B9B;
    border: 2px solid #8B1A1A
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input.submit-button-Notify {
    width: 50%;
    background: #FFFF33;
    padding: 5px;
    border: 2px solid #ccc;
    color: #669;
    margin: 0;
}

#even #contact-area2 .cCalPane div #box-table-b tbody tr td form input.submit-button-Notify:hover {
    background: #FFFFCC;
    border: 2px solid #FFFF33
}


#even #contact-area2 .cCalPane .cCalNxt form div input {
    font-size: 14px;
    padding: 10px 0px
}

#even #contact-area2 form .submit-button3 {
    margin-top: 20px
}


/* Booking Test */

#even #contact-area2 .cCalPane div {
    padding: 0
}

#even #contact-area2 .cCalPane .cCalNxt div {
    display: block;
    width: 100%;
    float: none;
    overflow: auto;
    margin-top: 0px;
    padding: 15px 0 0 0
}

#even #contact-area2 .cCalPane div .wrap-b1, #even #contact-area2 .cCalPane div .wrap-b2 {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    display: block
}

#even #contact-area2 .cCalPane div .wrap-b1 {
    height: 15px
}

#even #contact-area2 .cCalPane div .wrap-b2 {
    height: auto
}

#even #contact-area2 .cCalPane div .wrap-b1 .div-b1 {
    height: 15px;
    width: 100%;
    padding: 0;
    margin: 0
}

#even #contact-area2 .cCalPane div .wrap-b2 .div-b2 {
    overflow: none;
    width: 100%
}

#even #contact-area2 .cCalPane .cCalNxt div p.middletext {
    padding: 0;
    margin: 7px 0 0 0;
    font-size: 14px
}


/* Leagues */


#contact-area2 .cCalPane1 {
    margin: 0
}

#contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague {
    padding: 0;
    margin: 0 0 10px 0;
    border-collapse: collapse;
}

#contact-area2 .cCalPane1 table.mainbox2 {

    width: 100%;
    display: table;
    word-wrap: break-word;
    table-layout: fixed;
    border-collapse: collapse;

}

.mainbox2 tbody tr td table {

    width: 100%

}


a.tt {
    font-size: 20px
}

table.cLeague tbody tr td {
    font-size: 20px
}

#even #contact-area2 ul.blue {
    width: 100%;
    padding: 0 10px;
    overflow: auto;
    height: auto;
    margin: 0;
    float: none
}

#even #contact-area2 div div .mainbox {
    border: none;
    width: 100%;
    margin: 0
}

#even #contact-area2 div div .mainbox tbody {
    width: 100%;
    border: none;
}

#even #contact-area2 div.wrap-l2 div.div-l2 {
    width: 100%
}

#even #contact-area2 div.wrap-l1 div.div-l1 {
    width: 100%
}

.mainbox2 {
    width: 100%;
    border: none
}

.mainbox2 tbody tr td {
    padding: 10px
}

.mainbox2 tbody tr th {
    border-bottom: 1px solid #000;
    line-height: 1.3em;
    text-transform: uppercase;
    background: #BD0000;
    color: #fff;
    padding: 10px
}

.mainbox2 tbody tr th p {
    line-height: 0
}


/* MEMBERS AREA */

input.label6 {
    float: right;
    font-weight: bold;
    background: none;
}

label.LabelInfo5 {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    overflow: auto;
    display: block;
    font-weight: bold
}

#even #contact-area2 .Label5 {
    margin: 0px 0px 20px 0px;
}

#even #contact-area2 .mempic {
    margin: 0px 0px 0px 50px;
}

#even #contact-area2 .tabledir {
    margin: 20px 0px 20px 0px;
}

#even #contact-area2 td.tabledir2, th.tabledir2 {
    padding: 5px 0px 0px 5px;
}

p.expires {
    font-weight: bold
}

input.submit-button2 {
    margin-right: 5px
}


/* ONLINE COURT */

#even #contact-area2 .LabelInfo2 {
    font-style: italic;
    padding: 3px 0;
    margin: 0;
    display: block;
    font-size: 1.3em;
}

#even #contact-area2 .LabelBalance {
    font-weight: bold;
    display: block;
    font-size: 1.3em;
}

/* bad effect on booking table so removed 16/11/15 */
/*#box-table-b tbody tr td form input{height:70px;width:auto;}*/


/* EXTRA FILES */

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}


/* RESPONSIVE DESIGN */

@media screen and (max-width: 1600px) {
    /*body{background:red}*/
    /* Guide */
    #guide {
        width: 910px
    }

#videoWrapper {
		width:910px;
}
  #myVideo {
	width:902px;
  }



    /* Header */
    header p.a1, header p.a2, header p.a3 {
        font-size: 20px;
        padding: 0 15px
    }

    header p.a1 {
        top: 65px
    }

    header p.a2 {
        top: 95px
    }

    header p.a3 {
        top: 125px
    }

    header button {
        top: 177px
    }

    header button {
        font-size: 14px;
        right: 15px
    }

    header {
        height: 220px
    }

    header img {
        width: 200px
    }

    header #triangle {
        left: 100px
    }

    header #triangle2 {
        left: 106px
    }

    header #left-square {
        width: 110px
    }


    /* Nav */
    nav a {
        width: 10%;
        padding: 12px 0;
        font-size: 10px
    }


    /* Main - Odd */
    #main section#odd iframe {
        height: 280px
    }


    /* Main - Even */
    #main section#even #sidebar {
        height: 600px
    }

    #main section#even #sidebar h2 {
        font-size: 19px;
        padding: 10px 10px 10px 10px
    }

    #main section#even #sidebar #side-box img {
        width: 30px;
        padding: 0 5px 20px 0;
        left: -5px;
        position: relative;
        top: 4px
    }

    #main section#even #sidebar #side-box {
        padding: 30px 15px
    }

    #main section#even #content #box div h2 {
        font-size: 18px
    }

    #main section#even #content #box div p {
        font-size: 11.5px;
        margin: 10px 0px
    }

    #main section#even #content p {
        font-size: 17px
    }


    /* Footer */
    /*footer #foot-box img{width:135px;height:auto;margin:0;padding:0}*/
    /* Contact page */
    #even #contact-area2 .CtPgCteeMmbr .CtPgCteeMmbrResps {
        width: 500px
    }

    #even #contact-area2 .CtPgCteeMmbr div {
        padding: 0 30px;
        width: 200px
    }


    /* Booking */
    #even #contact-area2 .cCalPane div #box-table-b tbody tr td {
        font-size: 13px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
        font-size: 13px
    }

    #even #contact-area2 .cCalPane div .wrap-b2 .div-b2 table#box-table-b {
        width: 100%;
    }


    /* Leagues */
    a.tt {
        font-size: 19px
    }

    table.cLeague tbody tr td {
        font-size: 19px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td {
        font-size: 14px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td a {
        font-size: 16px
    }


}


@media screen and (max-width: 1300px) {
    /*body{background:orange}*/
    /* Guide */
    #guide {
        width: 950px
    }
#videoWrapper {
		width:950px;
}
  #myVideo {
	width:950px;
  }


    /* Header */
    header img {
        width: 190px
    }

    header #triangle {
        left: 90px
    }

    header #triangle2 {
        left: 96px
    }

    header #left-square {
        width: 100px
    }


    /* Nav */
    nav a {
        font-size: 9px
    }

    div#squash a, div#racket a {
        font-size: 9px;
        width: 19%
    }


    /* Footer */
    /*footer #foot-box img{width:105px;height:auto;margin:0;padding:0 0 20px 0}*/
    /* Main - Odd */
    #main section#odd #intro p {
        line-height: 1.4em;
        font-size: 18px
    }

    #main section#odd #intro p strong {
        font-size: 22px;
        line-height: 2.0em
    }


    /* Main - Even */
    #main section#even #content p {
        font-size: 16px
    }

    #main section#even #content #box div h2 {
        font-size: 16px
    }

    #main section#even #content #box div p {
        font-size: 10px
    }

    #main section#even #sidebar h2 {
        font-size: 15px;
        padding: 8px
    }

    #main section#even #sidebar {
        height: auto
    }

    #main section#even #content #box div {
        padding: 0 10px;
        width: 29%;
        margin: 10px 4% 0 0;
        float: left;
        overflow: auto;
        min-height: 300px;
        margin-bottom: 30px
    }

    #main section#even #sidebar #side-box p {
        font-size: 13px
    }

    #main section#even #content #box #gallery button {
        padding: 8px;
        font-size: 14px
    }


    /* Contact page */
    #even #contact-area2 .CtPgCteeMmbr .CtPgCteeMmbrResps {
        width: 370px
    }

    #even #contact-area2 .CtPgCteeMmbr div {
        padding: 0 30px;
        width: 180px
    }


    /* Booking -Front */
    #even #contact-area2 .cCalPane div div form div .submit-buttonClear {
        font-size: 18px
    }


    /* Booking - Second */
    #even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
        font-size: 11px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td {
        font-size: 11px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody th {
        font-size: 15px
    }


    /* Leagues */
    a.tt {
        font-size: 18px
    }

    table.cLeague tbody tr td {
        font-size: 18px
    }

}


@media screen and (max-width: 900px) {
    /*footer{background:yellow}*/
    nav a {
        font-size: 8px
    }

    #main section#even #content p {
        font-size: 16px
    }

    #guide {
        width: 100%
    }
#videoWrapper {
		width:100%;
}
  #myVideo {
	width:100%;
  }


    #main section#even #sidebar {
        height: auto
    }

    #main section#even #content #box div {
        padding: 0 10px;
        width: 29%;
        margin: 10px 4% 0 0;
        float: left;
        overflow: auto;
        min-height: 312px;
        margin-bottom: 30px
    }

    footer #foot-box img {
        width: 16%;
        height: auto;
        margin: 0;
        padding: 0 0 20px 0
    }

    footer #foot-box {
        padding: 0
    }

    footer #foot-box h3 {
        margin: 30px 15px 5px 15px
    }

    #main section#odd #intro p {
        line-height: 1.2em;
        font-size: 15px
    }

    #main section#odd #intro p#top strong {
        font-size: 19px;
        line-height: 2.2em
    }


    /* Contact Page */
    #even #contact-area2 .CtPgCteeMmbr img {
        width: 20%
    }

    #even #contact-area2 .CtPgCteeMmbr div {
        width: 25%
    }

    #even #contact-area2 .CtPgCteeMmbr .CtPgCteeMmbrResps {
        width: 55%
    }

    #even #contact-area2 .CtPgCteeList {
        width: 100%;
        border-right: none
    }

    #even #contact-area2 .CtPgCteeList2 {
        width: 100%
    }

    #even #contact-area2 #CtPgCteePostsList {
        width: 100%
    }


    /* Leagues */
    a.tt {
        font-size: 17px
    }

    table.cLeague tbody tr td {
        font-size: 17px
    }


    /* Booking */
    #even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
        font-size: 10px;
        padding: 0
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td {
        font-size: 10px;
        padding: 0
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody th {
        font-size: 14px;
        padding: 0
    }

}


@media screen and (max-width: 700px) {
    /*footer{background:green}*/
    /* header */
    header {
        height: 270px;
        height: auto;
        overflow: auto;
        text-align: center
    }

    header #triangle {
        border-top: 270px solid white;
        border-right: 270px solid transparent;
        left: 100px
    }

    header #triangle2 {
        border-top: 270px solid #0048ff;
        border-right: 270px solid transparent;
        left: 106px
    }

    header #left-square {
        width: 110px
    }

    header #right-angle {
        border-bottom: 290px solid #fff;
        border-left: 290px solid transparent;
        top: -5px
    }

    header #right-angle2 {
        border-bottom: 290px solid #BD0000;
        border-left: 290px solid transparent;
        top: -5px
    }

    header p.a1 {
        top: 90px;
        font-size: 22px;
        padding: 0 15px
    }

    header p.a2 {
        top: 125px;
        font-size: 22px;
        padding: 0 15px
    }

    header p.a3 {
        top: 160px;
        font-size: 22px;
        padding: 0 15px
    }

    header button {
        font-size: 15px;
        padding: 7px 15px;
        right: 15px;
        top: 220px
    }

    header #right-angle, header #right-square, header #right-angle2 {
        display: none;
    }

    header p.a1, header p.a2, header p.a3, header button {
        display: none
    }

    header {
        background-position: 100px center
    }

    header #triangle, header #triangle2 {
        display: none
    }

    header #left-square {
        height: 250px;
        width: 100%
    }

    header img {
        width: 250px;
        height: auto;
        position: relative;
        padding: 0px;
        margin: 15px auto;
        z-index: 3;
        left: 0;
        text-align: center
    }


    /* Main - Even */
    #main section#even #sidebar {
        width: 100%
    }

    #main section#even #content {
        width: 100%;
        float: left
    }

    #main section#even #content #box div {
        padding: 0 15px 15px 15px;
        width: 100%;
        margin: 10px 0;
        min-height: auto;
    }

    #main section#even #content #box #info {
        width: 100%
    }

    #main section#even #content #box #gallery article {
        height: 250px
    }


    #main section#even #content p {
        padding: 0;
        font-size: 14px
    }

    #main section#even {
        padding: 10px 4%
    }

    #main section#even #sidebar {
        margin: 10px 0 15px 0
    }


    /* Main - Odd */
    #main section#odd #intro a div img {
        width: 100px;
        height: auto
    }

    #main section#odd #intro p {
        line-height: 1em;
        font-size: 13px
    }

    #main section#odd #intro p#top strong {
        font-size: 17px;
        line-height: 1.2em
    }


    /* Footer*/
    footer #foot-box img {
        width: 32%;
        margin: 0;
        padding: 0 0 30px 0
    }

    footer #foot-box {
        padding: 0 0 20px 0
    }

    footer #foot-box h3 {
        font-size: 20px
    }


    /* Contact Page */
    #even #contact-area2 .CtPgCteeMmbr img {
        width: 30%
    }

    #even #contact-area2 .CtPgCteeMmbr div {
        width: 70%;
        padding: 0 20px
    }

    #even #contact-area2 .CtPgCteeMmbr .CtPgCteeMmbrResps {
        width: 70%;
        padding: 0 20px
    }

    #even #contact-area2 h1 {
        margin: 10px -37px 25px -37px;
        padding: 25px 38px 10px 38px
    }


    /* Booking Page */
    #even #contact-area2 .cCalPane div div form div .submit-buttonClear {
        width: 20%;
        margin: 0
    }

    #even #contact-area2 form .submit-button3 {
        width: 100%;
        font-size: 20px
    }


    /* Other Pages */
    #main section#even h2#other {
        font-size: 24px;
        letter-spacing: 0.1em;
        padding: 30px 42px 10px 42px
    }


    /* Leagues */
    a.tt {
        font-size: 16px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td {
        font-size: 12px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td a {
        font-size: 14px
    }


    /* Booking */
    #even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
        font-size: 9px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td {
        font-size: 9px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody th {
        font-size: 13px
    }


}


@media screen and (max-width: 500px) {
    /*footer{background:blue}*/
    /* Header */
    header #triangle, header #triangle2 {
        display: none
    }

    header #left-square {
        height: 250px;
        width: 100%
    }

    header {
        height: auto;
        overflow: auto;
        text-align: center
    }

    header img {
        width: 250px;
        height: auto;
        position: relative;
        padding: 0px;
        margin: 15px auto;
        z-index: 3;
        left: 0;
        text-align: center
    }


    /* Footer */
    footer #foot-box img {
        width: 49%;
        margin: 0;
        padding: 0 0 30px 0
    }


    /* Main - Odd */
    #main section#odd #intro {
        overflow: auto
    }

    #main section#odd #intro a {
        width: 50%;
        height: auto;
        float: left;
        overflow: auto
    }

    #main section#odd #intro a div {
        float: none;
        overflow: auto
    }

    #main section#odd #intro a div img {
        width: 100%
    }

    #main section#odd #intro p {
        line-height: 1.5em;
        font-size: 13px
    }

    #main section#odd #intro p#top strong {
        font-size: 17px;
        line-height: 1.5em
    }


    /* Main - Even */
    #main section#even {
        padding: 20px 4.5% 10px 4.5%
    }


    /* Info Page */
    #contact-area8 table tr th {
        width: 100%
    }


    /* Booking Page */
    #even #contact-area2 .cCalPane div div form div .submit-buttonClear {
        width: 33.33%;
        margin: 0
    }

    #even #contact-area2 form .submit-button3 {
        width: 100%;
        font-size: 16px;
        height: auto;
        overflow: auto
    }


    /* Other Pages */
    #main section#even h2#other {
        font-size: 22px;
        letter-spacing: 0.1em;
        padding: 20px 42px 10px 42px
    }


    /*Booking Page - Second */
    #even #contact-area2 .cCalPane .cCalNxt div {
        display: block;
        width: 100%;
        overflow: auto;
        margin: 40px 0 0px 0;
        padding: 0;
        height: 50px;
        position: relative;
    }

    #even #contact-area2 .cCalPane .cCalNxt div p.middletext {
        padding: 0;
        margin: 0;
        float: left;
        position: absolute;
        left: 0
    }


    /* Leagues */
    a.tt {
        font-size: 15px
    }

    .mainbox2 {
        width: 300px;
        border: none;
    }

    #even #contact-area2 div.wrap-l2 div.div-l2 {
        width: 300px
    }

    #even #contact-area2 div.wrap-l1 div.div-l1 {
        width: 300px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td {
        font-size: 11px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td a {
        font-size: 13px
    }


    /* Booking */
    #even #contact-area2 .cCalPane div #box-table-b tbody tr {
        height: auto;
        width: 50px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
        font-size: 8px;
        padding: 1px;
        word-wrap: break-word;
        word-break: break-all;
        height: auto
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td {
        font-size: 8px;
        padding: 1px;
        word-wrap: break-word;
        word-break: break-all;
        height: auto
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody th {
        font-size: 12px;
        padding: 1px;
        word-wrap: break-word;
        word-break: break-all;
    }

    #even #contact-area2 .cCalPane div #box-table-b {
        width: 100%;
        word-wrap: break-word;
        table-layout: fixed;
        word-break: break-all;
    }


}


@media screen and (max-width: 320px) {
    /*footer{background:purple}*/
    /* Nav */
    select#OtherNav option {
        font-size: 14px;
        padding: 5px 10px
    }

    select#OtherNav {
        font-size: 14px
    }


    /* Footer */
    footer #foot-box img {
        width: 100%
    }


    /* Contact Page */
    #even #contact-area2 .CtPgCteeMmbr img {
        width: 100%;
        padding: 0 20px
    }

    #even #contact-area2 .CtPgCteeMmbr div {
        width: 100%;
        padding: 0 20px
    }

    #even #contact-area2 .CtPgCteeMmbr .CtPgCteeMmbrResps {
        width: 100%;
        padding: 0 20px
    }


    /* Booking Page */
    #even #contact-area2 form .submit-button3 {
        width: 100%;
        font-size: 14px;
        height: auto;
        overflow: auto;
    }


    /* Other Pages */
    #main section#even h2#other {
        font-size: 20px;
        letter-spacing: 0.1em;
        padding: 30px 42px 10px 42px
    }


    /* Leagues */
    a.tt {
        font-size: 14px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td {
        font-size: 11px
    }

    #contact-area2 .cCalPane1 table.mainbox2 tbody tr td table.cLeague tbody tr td a {
        font-size: 12px
    }


    /* Booking */
    #even #contact-area2 .cCalPane div #box-table-b tbody tr td input {
        font-size: 7px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody tr td {
        font-size: 7px
    }

    #even #contact-area2 .cCalPane div #box-table-b tbody th {
        font-size: 10px
    }


}


@media print,(-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
}


@media print {

    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

}

.videoframe {
    border: 0px;
}

#main section#odd #specialoffer {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

#main section#odd #specialoffer p {
    padding: 0px 30px 0px 30px;
    color: #000;
    font-size: 34px;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.offerbutton {
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    border-radius: 20px;
    border: 1px solid #057fd0;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    margin: 0 auto;
    display: block;
}

.offerbutton:hover {
    background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    background-color: #019ad2;
}

.offerbutton:active {
    position: relative;
    top: 1px;
}