* {
    margin: 0;
    padding 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: transparent;
    box-sizing: border-box;
}

h1, h2, h3 {
    font-weight: 400;
}


.header_box {
    background-image: linear-gradient(to right, #ffffff, #ffffff, #005082, #005082);
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 12px #000000;
    z-index: 1;
    height: 80px;
}

.title_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.title_box {
    height: 70px;
    width: 460px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000000;
}

.title_text_box {
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000000;
}

.alt_title_text_box {
    font-size: 20px;
    vertical-align: middle;
    display: none;
    position: relative;
    text-decoration: none;
    color: #000000;
}

.title_box img {
    height: 100%;
    float: left;
}

.nav_box_outer {
    width: 720px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    float: right;
}

.icon {
    right: 0;
    position: absolute;
    padding: 0px 0px;
    margin: 22px 35px;
    display: none;
    
}

.icon_symbol {
    display: block;
    background-color: #ffffff;
    height: 36px;
    width: 45px;
}

.icon_top_bar {
    height: 9px;
    background-color: #005082;
    top: 6px;
    position: relative;
}

.icon_bottom_bar {
    height: 9px;
    background-color: #005082;
    top: 12px;
    position: relative;
}


@media screen and (max-width: 600px) {
    .title_text_box {
        display: none;
    }
    .alt_title_text_box {
        display: inline-block;
    }
    .title_box {
        width: 270px;
    }
    .container body_text {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1200px) {
    .nav_box_outer {
        display: none;
    }
    .icon {
        display: inline;
    }
    .nav_box_outer.responsive {
        display: block;
    }
    .nav_box_outer.responsive .nav_box li, nav a {
        display: block;
        padding: 12px 5px;
    }
    .nav_box_outer.responsive {
        background-color: transparent;
    }
    .nav_box_outer.responsive .nav_box ul {
        background-color: #005082;
        padding-bottom: 10px;
        box-shadow: 0px 6px 12px -5px #000000;
    }
}

@media screen and (max-width: 1000px) {
    .left {
        display: none;
    }
    .right {
        display: none;
    }
}



.nav_box {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 99%;
}

.nav_box ul {
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    float: right;
    padding-right: 40px;
}

.nav_box li {
    padding: 10px 5px;
    
}

.nav_box li, nav a {
    display: inline-block;
}

.nav_box a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 1px;
}

.nav_box a:hover {
    color: #c4c4c4;
}

.active, .active:hover {
    color: #adadad;
}




.dropdown_content {
    display: none;
    position: absolute;
    background-color: #005082;
    min-width: 160px;
    box-shadow: 5px 10px 20px -5px #000000;
    z-index: 1;
}

.dropdown_content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown_link:hover .dropdown_content {
    display: block;
}


.dropdown_content a:hover {
    color: #c4c4c4;
}

.dropdown_content a:hover, .dropdown_link:hover .dropdown_button a {
    color:  #c4c4c4;
}

.dropdown_content a:hover, .dropdown_link:hover .dropdown_button {
    background-color: #005082;
}



.container {
    overflow: hidden;
    height: auto;
    width: 100%;
    top: 0px;
}

.container_center {
    position: relative;
    background-color: #ffffff;
    height: auto;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}


.members_title {
    
}
.container_center img {
    width: 1000px;
    max-width: 100%;
}

.left{
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        #000000),
        url("background_images/left/1a.jpg");
    
    position: fixed;
    height: 2000px;
    width:50%;
    bottom: 0px;
    left: 0px;
}

.right {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        #000000),
        url("background_images/right/1a.jpg");
    
    position: fixed;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 50%;
    bottom: 0px;
    right: 0px;
}

.body_text {
    padding: 20px 30px;
    line-height: 150%;
    background-color: transparent;
    min-height: 1000px;
}

.body_text h1 {
    padding-bottom: 20px;
    font-size: 200%;
    text-align: center;
    line-height: 40px;
}

.body_text h2 {
    padding: 20px 20px;
    font-size: 140%;
}

.body_text h3 {
    padding: 10px 10px;
    font-size: 120%;
}

.body_text li {
    padding: 0px 30px;
}





.history_honours_board {
    list-style: none;
    height: 1500px;
}

.history_board {
    width: 227px;
    height: 95%;
    padding: 0px 0px 40px 0px;
    margin: 4px;
    margin-bottom: 0px;
    float: left;
    background-color: #eeeeee;
    
}

.history_board h2 {
    color: #999999;
}

.history_board th {
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
    color: #999999;
}

.history_board table {
    border-collapse: collapse;
    width: 100%;
}

.history_board table td {
    padding: 0px 5px;;
    margin: 0px;
    font-size: 85%;
}

.table_left {
    text-align: left;
}

.table_right {
    text-align: left;
}




.contest_results_table#t01 tr:nth-child(even) {
    background-color: #dddddd;
}

.contest_results_table#t01 tr:nth-child(odd) {
    background-color: #ffffff;
}

.contest_results_table td {
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
}

.contest_results_table th {
    padding: 10px 5px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}


@media screen and (max-width: 800px) {
    .container .contest_results_table td {
        font-size: 12px;
    }
    .contest_results_table th {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .container .contest_results_table td {
        font-size: 10px;
    }
    .contest_results_table th {
        font-size: 12px;
        padding: 5px 2px;
    }
}



.player_list_table#t02 tr:nth-child(even) {
    background-color: #e8e8e8;
}

.player_list_table#t02 tr:nth-child(odd) {
    background-color: #ffffff;
}

.player_role {
    text-align: left;
    padding: 10px 40px;
}

.player_name {
    text-align: right;
    padding: 10px 40px;
}


footer {
    position: relative;
    color: #ffffff;
    padding: 20px 20px;
    background-color: #005082;
    z-index: 1;
}

body {
    background-color: transparent;
}


.news_box_outer {
    height: 210px;
    margin: 20px 0px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .container .news_box_outer {
        height: 400px
    }
    .container .news_image_box {
        float: none;
        width: 100%;
        height: 50%;
    }
    .container .news_text_box {
        width: 100%;
        height: 50%;
    }
    
    .container .news_box:hover .news_text_box {
    width: 97.9%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
}

.news_box {
    background-color: #ffffff;
    height: 93%;
    width: 93%;
    position: relative;
    box-shadow: 5px 5px 20px -5px #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
}

.news_box:hover {
    height: 95%;
    width: 95%;
    box-shadow: 20px 20px 20px -15px #000000;
}

.news_box:hover .news_text_box {
    width: 68.53%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.news_image_box {
    height: 100%;
    width: 30%;
    overflow: hidden;
    float: left;
}

.news_image_box img {
    height: 100%;
    width: auto;
}

.news_text_box {
	display: inline-block;
    padding: 10px;
    width: 70%;
    right: 0px;
    height: 90%;
    overflow: hidden;
    color: #999999;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news_text_box h1 {
    font-weight: 300;
    font-size: 150%;
    text-align: left;
    padding-left: 20px;
    color: #000000;
}


.news_slide_image_box {
    height: 500px;
    width: 100%;
    left: 0;
    overflow: hidden;
    vertical-align: middle;
    background-color: #3b3b3b;
    text-align: center;
}


.news_slide_image_box img {
    display: inline-block;
    vertical-align: middle;
}


.thumbnail {
    cursor: pointer;
    height: 80px;
    width: 120px;
    margin: 5px 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.thumbnail img {
    height: 100%;
    width: auto;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.thumbnail_active {
    box-shadow: 0px 0px 2px #000000;
}

.thumbnail img:hover {
    opacity: 0.9;
}


.index_box_outer {
    height: 300px;
    width: 301px;
    margin: 0px 6px;
    position: relative;
    float: left;
    text-align: center;
}

.index_box {
    background-color: #ffffff;
    height: 93%;
    width: 93%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 5px 0px 20px -5px #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
}

.index_box:hover {
    height: 95%;
    width: 95%;
    font-size: 102%;
    box-shadow: 20px 20px 20px -15px #000000;
}

@media screen and (max-width: 1000px) {
    .container .index_box_outer {
        width: 100%;
    }
    .container .index_image_box {
        background-color: #aaaaaa;
    }
}

.index_image_box {
    height: 70%;
    width: 100%;
    overflow: hidden;
    float: left;
}

.index_image_box img {
    height: 100%;
    width: auto;
    margin: 0px auto;
    display: block;
    background-color: #ffffff;
}

.index_text_box {
    bottom: 0px;
    width: 100%;
    height: 20%;
    position: absolute;
    margin: auto;
    color: #000000;
    bottom: 0px;
    font-weight: 300;
    font-size: 180%;
    text-align: center;
}






.sponsor_container {
    height: 301px;
}


.sponsor_box_outer {
    height: 301px;
    width: 301px;
    margin: 6px;
    position: relative;
    float: left;
}

.sponsor_box {
    background-color: #ffffff;
    height: 100%;
    width: 95%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: auto;
    overflow: hidden;
    display: block;
}

.sponsor_box:hover {
    width: 100%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sponsor_box img {
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 301px;
    max-width: 98%;
}


.sponsor_list {
    width: 300px;
    bottom: 0px;
}




.about_box_outer {
    height: 300px;
    width: 458px;
    margin: 60px 6px;
    position: relative;
    float: left;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .container .about_box_outer {
        height: 197px;
        width: 300px;
        margin: 20px 6px;
    }
    
    .about_box_outer .about_text_box {
        font-size: 12px;
        padding-top: 8px;
    }  
}

.about_box {
    background-color: #ffffff;
    height: 93%;
    width: 93%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 5px 0px 20px -5px #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
}

.about_box:hover {
    height: 95%;
    width: 95%;
    font-size: 102%;
    box-shadow: 20px 20px 20px -15px #000000;
}

.about_image_box {
    height: 70%;
    width: 100%;
    overflow: hidden;
    left: 0;
    vertical-align: middle;
}

.about_image_box img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.about_text_box {
    width: 100%;
    height: 20%;
    position: absolute;
    margin: auto;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding-top: 22px;
}




.municipal_head_image {
    position: relative;
}



.profile {
    
}

.profile h2 {
    padding: 10px 0px;
}

.profile img {
    height: 200px;
    width: auto;
    float: left;
    margin: 10px;
}


.phil_bettany_bio {
}

.paul_black_bio {
}


.sponsor_image {
    width: 700px;
    margin: 40px auto;
}

.sponsor_image img {
    width: 700px;
}

.history_image {
    background-color: #3b3b3b;
    height: 300px;
    margin: auto;
}

.history_image img {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
    position: relative;
}




.general_contact {
    display: inline-block;
    position: relative;
    width: 34%;
    min-width: 300px;
    background-color: #ffffff;
}


.map_outer {
    text-align: right;
    height: 420px;
    width: 65%;
    min-width: 400px;
    display: block;
    position: relative;
    float: left;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 95%;
    width: 95%;
}

.hire_fees_table {
    border-collapse: collapse;
}

.hire_fees_table th {
    padding: 3px 10px;
    background-color: #e3e3e3;
    border: 1px solid black;
    text-align: center;
}

.hire_fees_table td {
    padding: 5px 10px;
    border: 1px solid black;
    text-align: left;
}

.hire_fees_table tr{
    border: 1px solid black;
}

.hire_conditions li {
    padding: 10px;
    list-style: decimal;
    list-style-position: outside;
}

.hire_conditions_list_items {
    margin-left: 0px;
}


.facebook_outer {
    text-align: right;
    height: 800px;
    width: 1000px;
}

.facebook_canvas {
    overflow: hidden;
    background: none!important;
}






.slideshow-container {
    height: 500px;
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
    background-color: #3b3b3b;
    margin-bottom: 100px;
}

.mySlides {
    display: none;
    height: 100%;
}



.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0,0,0,0.03);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}


.slide_info h1 {
    color: #e8e8e8;
    font-size: 22px;
    text-align: center;
    line-height: normal;
    padding: 40px 0px 20px 0px;
}

.read_more {
    color: #e8e8e8;
    font-size: 16px;
    text-align: left;
    line-height: normal;
    padding: 0px 0px 15px 10px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.slide_info {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #e8e8e8;
    max-width: 300px;
    min-width: 150px;
    width: 30%;
    height: 100%;
    background-color: #3b3b3b;
    overflow: hidden;
    font-size: 15px;
}

.news_slide_image_box {
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    vertical-align: middle;
    background-color: #3b3b3b;
    height: 100%;
}

.index_slide_image_box {
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    vertical-align: middle;
    background-color: #3b3b3b;
    height: 100%;
}

.news_slide_image_box img {
    display: block;
    height: 100%;
    width: auto;
    position: relative;
    margin: auto;
}

.index_slide_image_box img {
    display: block;
    height: 100%;
    width: auto;
    position: relative;
}

.text_box {
    overflow: hidden;
    height: 65%;
    padding: 20px 30px;
    line-height: 170%;
    font-size: 110%;
	display: inline-block;
    background: -webkit-linear-gradient(#e8e8e8, #e8e8e8, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media screen and (max-width: 1000px) {
    .container .slideshow-container {
        height: 300px;
    }
    .container .news_slide_image_box {
        height: 300px;
    }
    .slideshow-container .text_box {
        height: 150px;
    }
    .slideshow-container .read_more {
    }
}

@media screen and (max-width: 500px) {
    .container .slideshow-container {
        height: 200px;
    }
    .container .news_slide_image_box {
        height: 200px;
    }
    .slideshow-container .text_box {
        display: none;
    }
    .slideshow-container .read_more {
    }
}
    

.slide_info a {
    bottom: 0px;
    text-decoration: none;
    color: #e8e8e8;
    font-size: 120%;
    padding: 0px 0px 0px 20px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 20px 5px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.dot_active, .dot:hover {
    background-color: #717171;
}



.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 0.5s;
}

@-webkit-keyframes fade {
    0% {opacity: 0.4}
    100% {opacity: 1}
}

@keyframes fade {
    0% {opacity: 0.4}
    100% {opacity: 1}
}



footer {
    text-align: center;
}

footer table {
    margin: auto;
    border-collapse: collapse;
}

footer table td {
    padding: 2px 5px;
}

.footer_table_box {
    
}

.footer_table_left {
    text-align: right;
}

.footer_table_right {
    text-align: left;
}