@import url('reset.css');
@import url('common.css');
@import url('nd.css');

/* Admin Status Bar
------------------------------------------------------------------------------*/
#admin_status_bar {
	top: 0;
	right: 20px;
	height: 20px;
	padding: 10px 20px;
	color: #ccc;
	background-color: #333;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	position: fixed;
	z-index: 1000000;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 2px solid #ccc;
	border-top: none;
}

#admin_status_bar p {
	font-size: 12px;
	line-height: 20px;
	color: #fff !important;
}

#admin_status_bar a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
}
/*----------------------------------------------------------------------------*/

/* Lazy loading images
------------------------------------------------------------------------------*/
img.lazy {
	display: none;
}
/*----------------------------------------------------------------------------*/

/* Main Layout
------------------------------------------------------------------------------*/
body {
	background: url('../images/bg_main.png') repeat-x #129a9e;
	font-family: Helvetica, Arial, sans-serif;
}

body.home #wrapper {
	background: url('../images/bg_home.jpg') no-repeat;
	height: 706px;
	margin-bottom: 130px;
}

body#modal {
	background: none !important;
}

body#modal #wrapper {
	height: auto;
	margin: 16px auto 0 auto;
	width: 520px;
	background: #fff !important;
	padding: 3px;
	box-shadow: none;
	line-height: 0;
}

#wrapper {
	position: relative;
	margin: 70px auto 20px auto;
	width: 840px;
	background-color: #fff;
	border: 5px solid #0f2866;
	border-radius: 8px;
	box-shadow: 0 0 40px #2a9dd0;
}

#content {
	padding: 18px;
}

body.home #content {
	padding: 0;
}

body.layout_1 #content {
	padding: 0;
}

#content h1 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #102c6f;
	margin-bottom: 18px;
}

h1.layout_1 {
	margin: 18px 0 18px 18px;
}

h1.jump {
	position: relative;
	left: -9px;
	border-radius: 5px;
	border: 1px solid transparent;
	display: inline-block;
	clear: both;
}

h1.jump:hover { border: 1px solid #999; }

h1.jump span.jump {
	cursor: default;
	padding: 8px 32px 8px 8px;
	display: block;
	background: url('../images/icons/jump_box_arrow.png') no-repeat 100% 50%;
}

h1.jump a { text-decoration: none; }

h1.jump ul {
	min-width: 100%;
	position: absolute;
	top: 34px;
	left: -1px;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-bottom: 4px;
	display: none;
}

h1.jump:hover ul { display: block; }

h1.jump ul li a {
	padding: 8px 10px 4px 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

h1.jump ul li a:hover { background-color: #6bc4c3; }


#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #102c6f;
	margin-bottom: 1.1em;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #102c6f;
	margin-bottom: 1.1em;
}

strong { font-weight: bold; }
em { font-style: italic; }
a { color: #102c6f; }

#content p strong { color: #333;  }

#content p {
	color: #666;
	font-size: 12px;
	margin-bottom: 1.1em;
	line-height: 1.4em;
}

#top_phone {
	position: absolute;
	top: -60px;
	right: 10px;
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

#top_phone strong {
	font-weight: normal;
	color: #7acfce !important;
}
/*----------------------------------------------------------------------------*/

/* General
------------------------------------------------------------------------------*/
.error {
	color: #ff0000;
}

.greyed_out {
	color: #666 !important;
}

#content ul,
#content ol {
	color: #666;
	font-size: 12px;
	margin-bottom: 2.2em;
	line-height: 1.4em;
}

#content ul { list-style: disc; }
#content ol { list-style: decimal; }
#content ul, #content ol { margin: 0 0 20px 30px; }
#content ul li, #content ol li { margin-bottom: 8px; }

div.section {
	margin-bottom: 30px;
}
/*----------------------------------------------------------------------------*/

/* Page-specific
------------------------------------------------------------------------------*/
#home_anglers {
	position: absolute;
	bottom: -125px;
	left: -42px;
}

div.bb.layout_1 { width: 825px; margin: 5px 0 0 5px; }
div.bb.layout_1 .bb_left { width: 532px; }
div.bb.layout_1 .bb_right { width: 285px; }

div.layout_1_standard_container {
	margin: 5px;
	width: auto;
	border-radius: 4px;
	border: 2px solid #0f2866;
	padding: 16px;
}

div.layout_1_display_box {
	min-height: 396px;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 6px;
	background-color: #12999e;
}

body.home div.layout_1_display_box {
	min-height: 334px;
}

div.layout_1_display_box div.container {
	border: 1px solid #fff;
	width: 520px;
	height: 289px;
	margin: 5px 0 0 5px;
}

/* For Switching Content Pages */
body.switching div.layout_1_display_box { min-height: 327px; }
body.switching div.layout_1_display_box div.container { height: 315px; }
body.switching div.layout_1_display_box_aux { min-height: 235px;}
body.switching div.layout_1_display_box_aux ul { margin: 0; padding: 0; }
body.switching div.layout_1_display_box_aux ul li { margin: 0 0 10px 0; padding: 0; line-height: 1.4em; }

ul.switchable li,
div.layout_1_display_box a,
div.layout_1_display_box_aux a {
	color: #fff;
}

div.layout_1_display_box p.title {
	background-color: #fff;
	padding: 4px 10px 0px 10px;
	margin: 10px 0 10px 5px !important;
	width: 500px;
	border-radius: 6px;
	font-family: Helvetica, sans-serif;
	font-size: 14px !important;
	line-height: 0.1em;
	color: #102c6f !important;
}

body.home div.layout_1_display_box_aux {
	border: 2px solid #fff;
}

div.layout_1_display_box_aux {
	min-height: 306px;
	width: 100%;
	border: 2px solid #12999e;
	border-radius: 6px;
	background-color: #152755;
	margin: 2px 0 7px 0;
	font-size: 12px;	
}

body.home div.layout_1_display_box_aux {
	min-height: 261px;
}

div.layout_1_display_box_aux  div.container p {
	color: #fff !important;
}

div.layout_1_display_box_aux  div.container span.header {
	color: #12999e !important;
	font-weight: bold;
}

div.layout_1_display_box_aux div.container {
	padding: 18px;
}

div.layout_1_display_box_aux div.container.availability {
	padding: 6px;
	margin: 0;
}

div.layout_1_display_box_aux.availability { height: 294px !important; min-height: auto !important; }

div.layout_1_display_box_aux div.container h2 {
	font-weight: normal !important;
	font-family: Helvetica, sans-serif;
	font-size: 24px !important;
	color: #fff !important;
	text-align: center;
}

div.layout_1_display_box_aux div.container.availability h2 {
	text-align: left;
	margin: 0 0 10px 0 !important;
	padding: 2px !important;
}

div.layout_1_display_box_aux.video div.container {
	padding: 18px 18px 0 18px !important;
}

div.layout_1_display_box_aux.video div.container h2 {
	margin: 0 0 10px 0 !important;
}

div.layout_1_display_box_aux.video {
	padding-bottom: 5px;
	min-height: 0px;
}

p.centre_script {
	font-weight: normal !important;
	font-family: Helvetica, sans-serif;
	font-size: 20px !important;
	color: #fff !important;
	text-align: center;
	margin: 0 0 5px 0 !important;
}

div.layout_1_display_box_aux div.container ol,
div.layout_1_display_box_aux div.container ul {
	margin: 0 0 18px 18px !important;	
}

div.layout_1_display_box_aux div.container ol {
	list-style: decimal;
}

div.layout_1_display_box_aux div.container ul {
	list-style: disc;
}

div.layout_1_display_box_aux div.containerul li,
div.layout_1_display_box_aux div.container ol li {
	line-height: 1.2em;
}


.enquire_now {
	display: block;
	width: 291px; min-height: 91px;
	background: url('../images/bg_enquire_now.png') #12999e 100% 0 no-repeat;
	border-radius: 6px;
	text-decoration: none !important;
}

.enquire_now a.click_to_enquire_now,
.enquire_now p.click_to_enquire_now {
	width: 268px;
	background: url('../images/gt_click_to_enquire_now.png') #12999e 100% 0 no-repeat;
	display: block;
	margin: 0 auto 0 auto;
}

.enquire_now p.centre_script.have_you_booked {
	padding: 5px 0 0 0 !important;
	margin: 0 !important;	
}

.enquire_now * {
	text-decoration: none !important;
}

.enquire_now p.remaining_places {
	color: #1a3988 !important;
	text-align: center;
	font-weight: bold;
	font-size: 18px !important;
	margin: 0 0 5px 0 !important;
}



.enquire_now p.call_us,
.enquire_now p.email {
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	font-size: 18px !important;
	margin: 0 0 5px 0 !important;
}

.enquire_now p.call_us {
	font-size: 22px !important;
	padding-top: 10px;
	line-height: 1em !important;
}

.enquire_now p a {
	color: #fff !important;
}

.enquire_now p.remaining_places span {
	color: #fff !important;
}

a.lake_map {
	display: block;
	width: 291px; height: 81px;
	background: url('../images/bt_lake_map.png') no-repeat;
}
/*----------------------------------------------------------------------------*/


/* Menu
------------------------------------------------------------------------------*/
ul#menu, ul.aux.menu {
	font-weight: bold;
	line-height: 17px;
	width: inherit;
	overflow: visible; /* Dropdown menus need to be visible outside menu */
	position: absolute;
	top: -28px;
	right: 5px;
	font-size: 11px;
	text-transform: uppercase;
}

ul.menu.aux {
	left: 5px;
	right: auto;
}

ul.menu.aux > li > a {
	padding-left: 28px !important;
	padding-right: 28px !important;
}

ul#menu > li > a, ul.menu.aux > li > a {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #0f2866 !important;
	background-color: #6bc4c3;
	display: inline-block;
	padding: 6px 10px 1px 10px;
	text-decoration: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	letter-spacing: 0.5px;
	
}

ul#menu > li {
	position: relative; /* Establish containing block for child ULs */
	font-weight: bold;
	margin-left: 5px;
	
}

ul#menu > li > a, ul.menu.aux > li > a {
	border: 1px solid #fff;
}

ul#menu > li, ul.menu.aux > li {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #0f2866;
}

ul#menu > li > a:hover,
ul#menu > li > a:active,
ul#menu > li.active > a,
ul#menu > li.hover > a,
ul.menu.aux > li > a:hover,
ul.menu.aux > li > a:active,
ul.menu.aux > li.active > a,
ul.menu.aux > li.hover > a {
	background-color: #fff !important; color: #6bc4c3;
}

ul#menu li ul {
	font-weight: normal;
	width: auto;
	min-width: 60px;
	display: none; /* Hide the dropdown */
	position: absolute;
	left: 0; top: 26px;
	padding: 0;
	background-color: #6bc4c3;
	z-index: 10000;
	box-shadow: 0 2px 6px #666;
}

ul#menu li ul li a {
	padding: 7px 10px 5px 10px;
	background-color: #6bc4c3;
	color: #0f2866;
	display: block;
	float: none;
	height: auto;
	font-weight: bold;
	text-decoration: none;
}

ul#menu li ul li a { border-top: 1px solid #0f2866; }
ul#menu li ul li a:hover, ul#menu li ul li a:active { background-color: #fff; }
/*----------------------------------------------------------------------------*/

/* News Ticker
------------------------------------------------------------------------------*/
#news_ticker {
	height: 67px;
	width: 830px;
	margin: 5px 0 0 5px;
	background-color: #47b2bb;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 6px;
	overflow: hidden;
	
	background: url('../images/bg_banner.png');
	background-size: 830px 67px;
	
	position: relative;
	
	z-index: 20;
	
}

#news_ticker > div {
	height: 67px;
	width: 690px;
	position: absolute;
	left: 70px; top: 0; right: 70px;
}

#news_ticker > div > div {
	height: 67px;
	width: 690px;
	position: relative;
	overflow: hidden;
}

#news_ticker > div > div p {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 67px;
	font-size: 28px;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	word-wrap: no-wrap;
}

#news_ticker > div#banner_container div {
	transition: all 1s;
}
/*----------------------------------------------------------------------------*/

/* Video Thumbs
------------------------------------------------------------------------------*/
ul.video_thumbs {
	width: 830px;
	clear: both;
	margin-left: 0 !important;
}

ul.video_thumbs li {
	margin-right: 15px;
	height: 210px;
	overflow: hidden;
}

ul.video_thumbs li span.img_wrap {
	background-color: #000;
	border: 1px solid #fff;
	display: block;
	overflow: hidden;
}

ul.video_thumbs li a {
	border: 4px solid #108f93;
	border-radius: 4px;
	display: inline-block;
	width: 180px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}

ul.video_thumbs li img {
	height: 135px;
}

ul.video_thumbs li p, ul.video_thumbs li h2 {
	clear: both;
	width: 170px;
	color: #102c6f !important;
	font-size: 12px !important;
	margin: 0 !important;
	font-weight: bold;
	line-height: 1.2em !important;
}

ul.video_thumbs li h2 { padding: 8px 8px 0 8px !important; }
ul.video_thumbs li p { padding: 4px 8px 0 8px !important; }

ul.video_thumbs li p.date { color: #666 !important; font-weight: normal; }

ul.video_thumbs li h2 span.arrow { color: #999; }
/*----------------------------------------------------------------------------*/

/* Contact Form
------------------------------------------------------------------------------*/
.standard_form_wrapper {
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.standard_form_wrapper form {
	margin-bottom: 20px;
}
/*----------------------------------------------------------------------------*/

/* Forms
------------------------------------------------------------------------------*/
form {
	padding-bottom: 15px;
}

form div {
	width: 462px;
	margin-right: 15px;
}

form div.full {
	width: 100%;
	float: none;
}

form input.text, form textarea {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	box-shadow: inset 0 0 2px #ccc;
	color: #000;
	font-size: 11px;
	width: 462px;
	padding: 5px;
	margin-bottom: 23px;
	font-family: Verdana, Helvetica, sans-serif;
}

form .error {
	position: absolute;
	display: block;
	font-size: 11px;
	line-height: 1.4em;
	text-indent: 2px;
	left: 0;
	bottom: 7px;
}

form div {
	position: relative;
}

form textarea {
	width: 462px;
}

form label {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 20px;
}
/*----------------------------------------------------------------------------*/

/* Availability
------------------------------------------------------------------------------*/
.bb.availability_cols .bb_left {
	width: 400px;
}

#availability {
	font-size: 13px;
	color: #666;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 40px;
}

#availability.large {
	width: 390px;
}

#availability th { 
	color: #0f2866;
	font-weight: bold;
	text-align: center;
}

#availability .week {
	width: 80px;
	text-align: center;
}

#availability .space {
	width: 11px;
}

#availability td, #availability th {
	padding: 6px;
	border: 1px solid #999;
}

#availability td.available {
	background-color: #61c4c4;
}

#availability td.sold_out {
	background-color: #0f2866;
}

#availability td.not_available {
	background-color: #ff3333;
}


div#availability_key div.item {
	display: inline-block !important;
	padding-right: 20px;
}

div#availability_key div.item div.colour {
	float: left;
	display: block !important;
	width: 20px; height: 20px;
	margin: 0 0 20px 0;
}

div#availability_key div.item div.colour.available { background-color: #61c4c4; }
div#availability_key div.item div.colour.sold_out { background-color: #0f2866; }
div#availability_key div.item div.colour.not_available { background-color: #ff3333; }

div#availability_key div.item p {
	float: left;
	display: inline-block !important;
	padding-left: 5px;
	line-height: 20px;
}

#availability_key.reports {
	position: absolute;
	top: 18px; right: 6px;
}

div#availability_key.reports div.item div.colour {
	border: 1px solid #fff;
	width: 15px; height: 15px;
	margin-top: 1px;
}

div#availability_key.reports div.item p {
	font-size: 10px;
}

div#availability_key.reports div.item {
	padding-right: 10px;
}

#availability tr.not_yet_available td {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#availability.mini {
	background-color: #fff;
	margin-bottom: 20px;
	font-size: 9px;
}

#availability td, #availability th {
	padding: 2px;
	color: #0f2866 !important;
}

#availability .week a {
	color: #0f2866 !important;
}

div.availability_box {
	overflow: auto;
	height: 222px;
}

div.availability_arrow {
	color: #fff;
	text-align: center;
	font-size: 25px;
}

#availability .week {
	width: 50px;
}
/*----------------------------------------------------------------------------*/

/* Pages Images
------------------------------------------------------------------------------*/
div.page_img { text-align: center; margin: 0 0 30px 0; }
div.page_img p { padding: 8px 0; }
div.page_img.double div.bb {
	margin: 0 auto;
	width: 480px;
}
div.page_img.double div.bb p { width: 225px; }
/*----------------------------------------------------------------------------*/

/* Aux Menu
------------------------------------------------------------------------------*/
ul.aux_menu {
	margin-bottom: 20px;
	margin-left: 0 !important;
}
ul.aux_menu li {
	margin-right: 20px;
	margin-bottom: 20px;
}
ul.aux_menu a {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 16px;
	background: #6bc4c3;
	border-radius: 8px;
	border: 1px solid #6bc4c3;
	text-decoration: none;
}

ul.aux_menu a:hover, ul.aux_menu a.active { background: #fff; }
/*----------------------------------------------------------------------------*/


/* Slider / Fader
------------------------------------------------------------------------------*/
#slider {
	margin: 0 -1px 20px -1px;
	width: 516px; height: 338px;
	position: relative;
}

#slider div.viewport {
	width: 516px; height: 338px;
	overflow: hidden;
	border: 1px solid #fff;
	position: relative;
	top: 8px; left: 8px;
}

#slider div.viewport ul {
	margin: 0; padding: 0;
}

#slider div.viewport a {
	display: block;
	width: 516px; height: 338px;
}

#slider div.viewport { text-align: center; }

#slider a.prev, #slider a.next {
	display: block;
	position: absolute;
	top: 0;
	width: 50px; height: 384px;
	z-index: 100;
}

#slider a.prev { background: url('../images/icons/nav_left.png') no-repeat 100% 30px; }
#slider a.next { right: 0; background: url('../images/icons/nav_right.png') no-repeat 50% 30px; }

ul.slider_pager li {
	line-height: 0;
	margin-bottom: 15px;
}

#slider #item_title {
	width: 500px;
	position: absolute;
	left: 7px; bottom: -52px;
	margin: 0 !important;
}

#slider .viewport { position: relative; width: 516px; height: 338px; overflow: hidden; }
#slider .overview { position: absolute; left: 0; top: 0; }
#slider .overview li { position: absolute;  margin: 0; padding: 0; width: 516px; height: 338px; display: block; background-color: #0f2866; }


#slider.home { width: 274px; height: 192px; }
#slider.home div.viewport {  width: 274px; height: 192px; top: 5px; left: 5px; }
#slider.home div.viewport a { width: 274px; height: 192px; }
#slider.home .overview li { width: 274px; height: 192px; }
#slider.home a.prev, #slider.home a.next {
	display: block;
	position: absolute;
	top: 232px;
	width: 20px; height: 20px;
	z-index: 100;
}
#slider.home a.prev { left: 5px; background: url('../images/icons/nav_left_alt.png') no-repeat 100% 45%; }
#slider.home a.next { right: -8px; background: url('../images/icons/nav_right_alt.png') no-repeat 100% 45%; }

#slider.home #item_title {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	padding: 3px 5px 3px 5px;
	width: 266px;
	height: 18px;
	position: absolute;
	left: 6px; bottom: -36px;
	overflow: hidden;
	border-radius: 6px;
	margin: 0 !important;
	font-family: Helvetica, sans-serif;
}

div.pager_wrapper {
	width: 200px;
	height: 20px;
	position: relative;
	top: 42px;
	left: 122px;
	text-align: center;
}

div.pager_wrapper ul {
	width: 200px;
	text-align: center !important;
	margin: 0 !important;
}

div.pager_wrapper ul li {
	width: 14px; height: 15px;
	display: inline-block;
}

div.pager_wrapper ul li a {
	display: block;
	width: 14px; height: 15px;
	background-image: url('../images/icons/pager_icon.png')
}

div.pager_wrapper ul li a {
	background-position: 0 0;
}

div.pager_wrapper ul li a.active {
	background-position: -14px 0 !important
}

/*----------------------------------------------------------------------------*/

/* Social
------------------------------------------------------------------------------*/
#social {
	width: 820px;
	position: absolute;
	top: 0;
	top: -65px;
	right: 10px;
}

#social a {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	top: 5px;
}
/*----------------------------------------------------------------------------*/

/* News
------------------------------------------------------------------------------*/
img.news {
	float: right;
	width: 300px;
	margin: 0 0 20px 20px;
	border: 1px solid #ccc;
}
/*----------------------------------------------------------------------------*/

/* Video
------------------------------------------------------------------------------*/
#modal_video_wrapper {
	height: 295px;
}

#modal_video_description {
	height: 100px;
	line-height: 1.2em;
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

div.side_video_thumbnail {
	margin: 0 0 10px 0;
	position: relative;
}

div.side_video_thumbnail img.play_button {
	position: absolute;
	left: 50%; top: 50%;
	margin: -24px 0 0 -24px;
}
/*----------------------------------------------------------------------------*/

/* Folding Sections
------------------------------------------------------------------------------*/
div.folding_section {
	padding-bottom: 5px;
}

div.folding_section h2 a {
	text-decoration: none;
	background: url('../images/icons/folding_status_arrow.png') no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	display: inline-block;
	line-height: 1.2em;
	background-position: 0 0;
	font-size: 13px;
}

div.folding_section.open h2 a {
	background-position: 0 -150px;
}
/*----------------------------------------------------------------------------*/

/* Tables
------------------------------------------------------------------------------*/
table.standard {
	color: #666;
	font-size: 12px;
	margin-bottom: 1.4em;
	line-height: 1.2em;
	border-collapse: collapse;
}

table.standard th, table.standard td {
	padding: 5px 20px 5px 0;
}

table.standard th {
	color: #102c6f;
	font-weight: bold;
	font-size: 14px;
}

table {
	color: #666;
	font-size: 12px;
	margin-bottom: 1.4em;
	line-height: 1.2em;
	border-collapse: collapse;
}

table th, table td {
	padding: 5px 20px 5px 0;
}
table strong {
	color: #333;
}

table th {
	font-size: 12px;
}


table.fish_info {
	width: 100%;
}

table.fish_info th,
table.fish_info td {
	padding: 4px 2px;
	text-align: center;
}

table.fish_info .date {
	width: 20%;
}


table.fish_info td {
	font-size: 10px;
	padding: 6px 2px 0 2px;
}

table.fish_info th {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #00a9af;
}
/*----------------------------------------------------------------------------*/

/* Placeholders
------------------------------------------------------------------------------*/
p.video_coming_soon {
	color: #fff;
	background-color: #222;
	width: 520px; height: 315px;
	line-height: 300px !important;
	text-align: center;
	font-size: 14px !important;
	margin: 0; padding: 0;
}
/*----------------------------------------------------------------------------*/


#main_road_overlay {
	display: none;
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: url('../images/bg_intro.jpg') 50% 0 no-repeat #299a9e;
	z-index: 1000;
	overflow: auto;
}

#main_road_overlay h1.gigantica {
	margin: 71px auto 0 auto;
	max-width: 871px;
	width: 80%; height: 118px;
	background: url('../images/gh_intro_gigantica.png') no-repeat;
	background-size: 100% auto;
}

#main_road_overlay div.options {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 1% auto 0 auto;
}

#main_road_overlay div.options a img {
	width: 40%; height: auto;
}


div.cards {
	text-align: center;
}

div.cards a.card_wrapper {
	vertical-align: top;
	display: block;
	text-align: left;
	background: rgb(7,126,157);
	background: linear-gradient(0deg, rgba(7,126,157,1) 0%, rgba(146,220,243,1) 100%);
	padding: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 68px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px 0px rgba(0,0,0,0.75);
	margin: 4%;
	text-decoration: none;
	cursor: pointer;
}

div.cards a.card_wrapper {
	width: 300px;
}


div.cards div.card {
	border-radius: 5px;
	border: 2px solid #fff;
	font-size: 1em;
}

div.cards div.card div.details {
	background-color: #fff;
}

div.cards div.card div.details p {
	color: #1f5a6c !important;
	margin: 0 !important;
	background: url('../images/intro_card_div.png') no-repeat 0 100%;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 0.3em 1em;
}

div.cards div.card div.details p:first-child {
	padding: 0.4em 1em 0.3em 1em;
}

div.cards div.card div.details p strong {
	color: #1f5a6c !important;
	font-weight: bold !important;
}

div.cards div.card div.enter {
	line-height: 0;
}

div.cards div.card div.enter img {
	width: 100%; height: auto;
}


div.cards div.card div.difficulty p strong {
	color: #fff !important;
	font-weight: bold !important;
}

div.cards div.card div.difficulty p {
	text-transform: uppercase;
	color: #fff !important;
	margin: 0 !important;
	line-height: 1.4em !important;
}

div.cards div.card div.difficulty {
	min-height: 5em;
	box-sizing: border-box;
	padding: 1em 0.8em;
	background: url('../images/intro_card_footer_bg.jpg') no-repeat 100% 100%;
}

div.cards a.card_wrapper {
	display: inline-block;
}