/* cmsms stylesheet: default_full modified: 03/23/18 16:11:47 */
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 100%;
	font-family: 'Open Sans', sans-serif;
}


header {
	font-family: 'Bitter', serif;
}

#outer_header {
	height: 250px;
        position: relative;
padding-bottom: 3px;
    border-bottom: 3px solid;
}

#header_back {
position: absolute;
z-index: 0;
left: 0px;
top: 0px;
width: 100%;
height: 250px; 
overflow: hidden;
border-bottom: 1px solid;
}

#header_back img {
width: 100%;
height: auto;
}

#inner_header {
	width: 1140px;
	display: table;
	margin: 0px auto;
	height: 250px;
	position: relative;
        z-index: 10;
}

#logo {
	display: table;
	margin: 10px auto 0px auto;
	width: 290px;
}

#logo a img {
	width: 290px;
	height: auto;
}

#phone {
	position: absolute;
	top: 106px;
	left: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 145%;
	line-height: 120%;
	font-weight: 700;
}

#phone span {
	display: block;
	font-weight: 300;
}

#phone a:link, #phone a:visited, #phone a:hover {
	text-decoration: none;
}

#top_button {
	position: absolute;
	right: 0px;
	top: 106px;
}

#top_button a:link, #top_button a:visited {
	display: block;
	text-decoration: none;
	width: 150px;
	height: 32px;
	padding: 18px 20px 0px 20px;
	text-transform: uppercase;
	-webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        font-size: 110%;
}

#top_button a:hover {
   -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

#top_button a span {
	float: right;
	font-size: 150%;
	margin-top: -5px;
}

#top_navigation {
	position: absolute;
	left: 0px;
	bottom: 13px;
	width: 100%;
	text-transform: uppercase;
}

#actual_menu {
	display: table !important;
	margin: 0px auto;
}

#actual_menu ul {
	margin: 0px;
	padding: 0px;
}

#actual_menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#actual_menu a:link, #actual_menu a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0px 20px;
	padding-bottom: 15px;
	border-bottom: 3px solid;
}

#actual_menu a:hover {
   -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

#outer_mobile_bar {
display: none;
}

#outer_sports_ticker {
height: 60px;
}

#inner_sports_ticker {
padding: 5px 0px;
}

#outer_slider {
	 height: 680px;
	 overflow: hidden;
         position: relative;
         z-index: 0;
}

#inner_slider {
	/* display: table; */
	margin: 0px auto;
	position: relative;
        height: 680px;
}

@keyframes liveimage {

    from {
	 width: 2000px;
	 margin-left: 0%;
	 }
	 
    to {
	 width: 2200px;
	 margin-left: -100px;
	 }
}

@keyframes callcaption {

    from {
	 opacity: 0;
         filter: alpha(opacity=0);
	 }
	 
    to {
	 opacity: 1;
         filter: alpha(opacity=1);
	 }
}

.cycle-slideshow div {
width: 100%;
}

.cycle-slideshow span {
width: 100%;
text-align: center;
font-size: 160%;
}

#inner_slider img {
	width: 100%;
	height: auto;
}

#inner_slider .cycle-slide img {
    transform-origin: 50% 10%;
    transition:transform 12s linear;
        position: absolute;
        top: 0px;
        left: 0px;
z-index: 1
}

#inner_slider div.cycle-slide-active img {
	animation-name: liveimage;
        animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}

#inner_slider div.cycle-slide-active .image_comment {
	animation-name: callcaption;
        animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
        animation-delay: 1s;
}

.image_comment {
display: table;
width: 600px;
margin: 0px auto 0px auto;
padding-top: 280px;
position: relative;
z-index: 2;
opacity: 0;
text-align: center;
}

.image_comment h3 {
font-size: 340%;
line-height: 100%;
margin-bottom: 20px;
font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

#outer_top_splash {
	
}

#inner_top_splash {
	width: 1140px;
	display: table;
	margin: 0px auto;
	padding: 90px 0px 0px 0px;
	position: relative;
}

.top_splash {
	width: 360px;
	height: 290px;
	float: left;
	text-transform: uppercase;
}

.box_content {
text-align: center;
display: table-cell;
vertical-align: middle;
height: 290px;
text-transform: none;
}

.box_content h2, .box_content h3 {
text-transform: uppercase;
}

.top_splash .inner {
	position: relative;
	width: 360px;
	height: 290px;
}

#top_splash_one {
	margin-right: 30px;
}

.top_splash a:link, .top_splash a:visited, .top_splash a:hover {
	text-decoration: none;
}

.top_splash a:hover span {
	display: none;
}

.top_splash a img, .top_splash img.flatimage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 360px;
	height: 290px;
	z-index: 10;
}

.top_splash h3 {
        position: absolute;
	top: 110px;
	left: 75px;
	width: 210px;
	z-index: 20;
	line-height: 120%;
	font-weight: 400;
}

.top_splash h3 span {
	vertical-align: middle;
        display: table-cell !important;
        width: 210px;
        height: 60px;
	text-align: center;
}

.top_splash h3 {	}

#top_splash_two {
	margin-right: 30px;
}

#top_splash_three {
	
}

#outer_middle_splash {
	
}

#inner_middle_splash {
	width: 1140px;
	padding: 80px 0px 80px 0px;
	display: table;
	margin: 0px auto;
	position: relative;
}

#inner_middle_splash h2 {
text-align: center;
border-bottom: 1px solid;
padding-bottom: 30px;
margin-bottom: 30px;
font-weight: normal;
text-transform: uppercase;
font-size: 160%;
}

.middle_splash {
	width: 260px;
	height: 290px;
	float: left;
}

.middle_splash .inner {
	position: relative;
	width: 260px;
	height: 290px;
}

.middle_splash a:link, .middle_splash a:visited,.middle_splash a:hover {
	text-decoration: none;
}

.middle_splash a:hover span.off_version {
	display: none;
}

.middle_splash a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 290px;
	z-index: 10;
}

.middle_splash h3 {
	position: absolute;
	z-index: 20;
	top: 110px;
	left: 40px;
	width: 180px;
	line-height: 110%;
	text-align: center;
	font-weight: 400;
}

.middle_splash h3 span {
display: table-cell;
height: 70px;
vertical-align: middle;
text-align: center;
width: 180px;
text-transform: uppercase;
	}

#middle_splash_one {
	margin-right: 30px;
}

#middle_splash_two {
	margin-right: 30px;
}

#middle_splash_three {
	margin-right: 30px;
}

#outer_mainpage {
        background-repeat: repeat-x;
        background-position: top center;
}

.main_pages {
        background-image: none !important;
}

#inner_mainpage {
	width: 1140px;
	padding: 80px 0px;
	display: table;
	margin: 0px auto;
	position: relative;
}

.main_pages #inner_mainpage {
	padding-top: 0px;
}

#mainpage_stamp {
        position: absolute;
        top: 100px;
        right: -40px;
        z-index: -1;
}

#main_column {
	text-align: center;
}

#main_column h1 {
        margin: 0px 140px 40px 140px;
}

#main_column h1 b {
	display: block;
        font-weight: bold;
}

#headline_content {
    font-size: 130%;
    line-height: 150%;
}

#page_image {
overflow: hidden;
position: relative;
height: 300px;
}

#page_image p {
margin: 0px;
padding: 0px;
}

#page_image img {
position: absolute;
top: 0px;
left: 0px;
}

.left_spacer_img img {
left: -195px !important;
}

.upper_margin {
        margin-top: 30px;
}

.left_spacer {
margin-left: 195px;
}

.right_spacer {
margin-right: 195px;
}

#left_aside {
	width: 165px;
	float: left;
}

#left_aside h3 {
	font-size: 100%;
        background-color: #f3ede3;
        padding: 10px;
        margin-top: 30px;
}

#left_aside ul {
margin: 0px;
padding: 0px;
}

#left_aside li {
margin: 0px;
padding: 0px;
list-style: none;
}

#left_aside a:link, #left_aside a:visited {
display: block;
background-color: #f3ede3;
padding: 10px;
color: #000000;
text-decoration: none;
}

#right_aside {
	width: 165px;
	float: right;
}

.side_splash {
	width: 165px;
	height: 290px;
        overflow: hidden;
        margin-bottom: 30px;
}

.side_splash .inner {
	position: relative;
	width: 165px;
	height: 290px;
}

.side_splash a:link, .side_splash a:visited, .side_splash a:hover {
	text-decoration: none;
}

.side_splash a:hover span.off_version {
	display: none;
}

.side_splash a img {
	position: absolute;
	top: 0px;
	left: -50px;
	width: 260px;
	height: 290px;
	z-index: 10;
}

.side_splash h3 {
	position: absolute;
	z-index: 20;
	top: 110px;
	left: 0px;
	width: 165px;
	line-height: 110%;
	text-align: center;
	font-weight: 400;
}

.side_splash h3 span {
display: table-cell;
height: 70px;
vertical-align: middle;
text-align: center;
width: 180px;
text-transform: uppercase;
}

#side_splash_one {
	
}

#side_splash_two {
	
}

#side_splash_three {
	
}


#socials {
	display: table;
	margin: 0px auto;
}

#socials a {
	display: block;
	float: left;
	margin-left: 0px;
	width: 60px;
	height: 50px;
}

#outer_map {
	margin-top: 20px;
}

#inner_map {
	width: 1140px;
	height: 300px;
	display: table;
	margin: 0px auto;
	position: relative;
}

#outer_bottom_splash {
	
}

#inner_bottom_splash {
	width: 1140px;
	display: table;
	margin: 0px auto;
	padding: 100px 70px 0px 70px;
	position: relative;
}

.bottom_splash {
	width: 360px;
	height:430px;
	float: left;
        text-align: center;
}

.bottom_splash h3 {
        text-transform: uppercase;
        padding-bottom: 45px;
}


.bottom_splash p {
font-size: 95%;
padding-bottom: 20px;
line-height: 130%;
}

#bottom_splash_one {
	margin-right: 30px;
}

#bottom_splash_two {
	margin-right: 30px;
}

.undercol {
	clear: both;
}

.main_content img {
border: 0px;
max-width: 100%;
height: auto;
}

#outer_upper_footer {
	
}

#inner_upper_footer {
	width: 1140px;
	display: table;
	margin: 0px auto;
	position: relative;
        text-align: center;
        padding: 65px 0px 0px 0px;
}

#newsletter {
	
}

#newsletter h3 {
	text-transform: uppercase;
        margin-bottom: 26px;
}

#mc_embed_signup {
display: table;
margin: 30px auto;
width: 500px;
}

.mc-field-group {
float: left;
}

.mc-field-group input {
border: 0px;
height: 20px;
-webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
}

input#mce-EMAIL {
margin-right: 10px;
width: 145px;
   padding: 10px;
font-family: 'Open Sans', sans-serif;
}

input#mce-FNAME {
margin-right: 10px;
width: 145px;
   padding: 10px;
font-family: 'Open Sans', sans-serif;
}

input#mc-embedded-subscribe {
width: 115px;
height: 40px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}

#mc_embed_signup{

}

#mc_embed_signup h2 {

}

#mc_embed_signup {

}



#lower_logo {
	display: table;
	margin: 28px auto 40px auto;
	width: 290px;
}

#lower_logo a img {
	width: 290px;
	height: auto;
}

#address {
	margin-bottom: 30px;
}

#lower_socials {
	display: table;
	margin: 0px auto 50px auto;
}

#lower_socials a {
	display: block;
	float: left;
	margin-left: 0px;
	width: 60px;
	height: 50px;
}

#outer_footer {

}

#inner_footer {
	width: 1140px;
	padding-top: 10px;
	display: table;
	margin: 0px auto;
	position: relative;
	font-size: 75%;
}

#inner_footer a:link, #inner_footer a:visited {
	text-decoration: none;
}

#inner_footer a:hover  {
	text-decoration: underline;
}

#footer_left {
	float: left;
}

#footer_left ul {
        margin: 0px;
        padding: 0px;
}

#footer_left li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
}


#footer_left span {
        display: inline-block;
        padding-right: 7px;
}

#footer_right {
	float: right;
        text-transform: uppercase;
}

#footer_left a {
display: block;
padding: 0px 7px;
border-left: 1px solid #ffffff;
}

#footer_credit {
display: table;
clear: both;
margin: 0px auto;
font-size: 80%;
padding: 30px 0px;
}

#footer_credit a:link, #footer_credit a:visited {

}

h1 {
	font-size: 235%;
        font-family: 'Bitter', serif;
	margin: 0px 0px 10px 0px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 120%;
}

h2 {
	font-size: 180%;
        font-family: 'Bitter', serif;
	margin: 0px 0px 10px 0px;
        font-weight: 400;
}

h3 {
	font-size: 160%;
        font-family: 'Bitter', serif;
	margin: 0px 0px 10px 0px;
        font-weight: 400;
}

h4 {
	font-size: 130%;
        font-family: 'Bitter', serif;
	margin: 0px 0px 10px 0px;
        font-weight: 400;
}

h5 {
	font-size: 120%;
        font-family: 'Bitter', serif;
	margin: 0px 0px 10px 0px;
        font-weight: 400;
}

h6 {
	font-size: 110%;
        font-family: 'Bitter', serif;
	margin: 0px 0px 10px 0px;
        font-weight: 400;
}

p {
	margin: 0px 0px 10px 0px;
}

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

a:hover  {
	text-decoration: none;
}

a img {
border: 0px;
}

.small_black_text {
    font-size: 95%;
    line-height: 140%;
    font-weight: 400;
}

.booker {
border: 0px; 
width: 100%; 
height: 600px;
}

.hidden_label {
display: none;
}

.hidden_input {
position: absolute;
left: -5000px
}

.calendar-list-hdr h3 {
text-align: center;
margin-top: 20px;
}

.calendar-list-nav {
height: 60px;
}

.calendar-list-nav  a:link, .calendar-list-nav a:visited {
display: block;
height: 25px;
padding: 5px 20px;
text-align: center;
background-color: #a2584f;
margin: 10px;
color: #ffffff;
text-decoration: none;
}

.calendar-prev {
float: left;
}

.calendar-next {
float: right;
}

.calendar-event {
width: 25%;
float: left;
}

.inner-calendar-event {
text-align: center;
padding: 20px;
margin: 0px 10px 20px 10px;
height: 100px;
}

.inner-calendar-event h4 {

}

.calendar-date-from {
font-size: 70%;
color: #fed78a;
}

.sport_2 {
background-color: #2d4858;
}

.sport_3 {
background-color: #28293d;
}

.sport_4 {
background-color: #60659b;
}

.sport_5 {
background-color: #346c8d;
}

.sport_6 {
background-color: #638da6;
}
