/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT
----------------------------------------------------------------------------------*/

html,
body {
    background: #000;
}

body {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: SLIDEOUT
----------------------------------------------------------------------------------*/

.slideout-menu {
	bottom: 0;
	display: none;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 256px;
	z-index: 0;

	-webkit-overflow-scrolling: touch;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: SLIDEOUT :: NAV
----------------------------------------------------------------------------------*/

nav.menu {
	background: #231f20;
}

nav.menu span.site_name {
	border-bottom: 1px solid #333;
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding: 18px 10px 18px 15px;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

nav.menu span.site_name em {
	font-size: 24px;
	margin-right: 10px;
	vertical-align: top;
}

nav.menu ul.menu_navigation,
nav.menu ul.menu_navigation li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.menu ul.menu_navigation li span.top_level {
	color: #aaa;
	display: block;
	padding: 8px 20px 8px 20px;
}

nav.menu ul.menu_navigation li a {
	color: #fff;
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

nav.menu ul.menu_navigation li ul li a {
	padding-left: 40px;
}

nav.menu ul.menu_navigation li a.register_now {
	background: #e6293a;
}

nav.menu ul.menu_navigation li a:hover {
	background: #333;
}

nav.menu ul.menu_navigation li a.register_now:hover {
	background: #ac1f2b;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: SLIDEOUT :: BUTTON
----------------------------------------------------------------------------------*/

div.slideout {
	background: #0067a6;
}

div.slideout span.toggle-button {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding: 18px 0;
	text-transform: uppercase;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.slideout span.toggle-button em {
	font-size: 24px;
	margin-right: 10px;
}

div.slideout span.toggle-button:hover {
	padding-left: 10px;
}

div.slideout a.register_now {
	background: #0067a6;
	border: 2px solid #fff;
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.slideout a.register_now:hover {
	background: #fff;
	color: #0067a6;
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: HEADER
----------------------------------------------------------------------------------*/

header {
	background: #fff;
	position: relative;
	z-index: 1000;
	
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
}

header a#logo {
	display: block;
	left: auto;
	position: absolute;
	top: 20px;
}

header ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

header ul.navigation li {
	display: inline-block;
}

header ul.navigation li a {
	color: #000;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 135px;
	padding: 0 23px;
	text-decoration: none;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

header ul.navigation li a.register_now {
	background: #e6293a;
	color: #fff;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

header ul.navigation li a.active,
header ul.navigation li a:hover {
	color: #0067a6;
}

header ul.navigation li a.register_now:hover {
	background: #ac1f2b;
	color: #fff;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: HEADER :: DROPDOWNS
----------------------------------------------------------------------------------*/

header ul.navigation li ul.dropdown-menu {
	left: auto;
}

header ul.navigation li ul li {
	display: block;
}

header ul.navigation li ul li a {
	border-bottom: 1px solid #eee;
	color: #000;
	display: block;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 8px 60px 8px 15px;
	text-decoration: none;
}

header ul.navigation li ul li:last-of-type a {
	border-bottom: none;
}

header ul.navigation li ul li a:hover {
	color: #0067a6;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: HEADER :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	header ul.navigation li a {
		line-height: 123px;
		padding: 0 12px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: HEADER :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
	
	header {
		height: 135px;
		text-align: center;
	}
	
	header a#logo {
		position: relative;
	}
	
	header a#logo img {
		margin: auto;
	}
	
	#logo img {
		height: 300px;
	}
}

@media only screen and (min-width: 991px) {
	
	#logo img {
		width: 300px;
	}
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: ROTATOR
----------------------------------------------------------------------------------*/

div#carousel_rotator {
	border-bottom: 10px solid #e6293a;
	height: 550px;
	position: relative;
	width: 100%;
}

div#carousel_rotator div.item {
	height: 540px;
	padding: 0;
	width: 100%;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div#carousel_rotator div.item div.container,
div#carousel_rotator div.item div.container div.row {
	height: 540px;
	position: relative;
}

div#carousel_rotator div.item div.caption {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	padding-top: 130px;
	text-align: center;
	text-transform: uppercase;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

div#carousel_rotator div.item div.caption span.smallest_line {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
}

div#carousel_rotator div.item div.caption span.small_line {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
}

div#carousel_rotator div.item div.caption span.smallest_line sup,
div#carousel_rotator div.item div.caption span.small_line sup,
div#carousel_rotator div.item div.caption span.large_line sup {
	font-size: 64%;
	line-height: 0;
	top: -0.5em;
	vertical-align: baseline;
}

div#carousel_rotator div.item div.caption span.large_line {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 80px;
	line-height: 90px;
}

ol.carousel-indicators {
	bottom: auto;
	left: auto;
	margin: -500px 0 0 0;
	position: relative;
	text-align: right;
	width: auto;
}

.carousel-indicators li {
	background: none;
	border: 2px solid #fff;
	height: 30px;
	margin: 0 0 0 15px;
	width: 30px;
	
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.carousel-indicators .active {
	background: #fff;
	border: 2px solid #fff;
	height: 30px;
	margin: 0 0 0 15px;
	width: 30px;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

div#carousel_rotator div.accent_top,
div#carousel_rotator div.accent_bottom {
	background: rgba(255, 255, 255, 0.25);
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}

div#carousel_rotator div.accent_bottom {
	bottom: 1px;
	top: auto;
}

/*----------------------------------------------------------------------------------
	CSS :: NO BUTS ABOUT IT :: ROTATOR :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	div#carousel_rotator div.item div.caption {
		padding-top: 150px;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: NO BUTS ABOUT IT :: ROTATOR :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
	
	div#carousel_rotator {
		height: 380px;
	}
	
	div#carousel_rotator div.item {
		height: 370px;
	}

	div#carousel_rotator div.item div.caption,
	ol.carousel-indicators {
		display: none;
	}
	
}

/*----------------------------------------------------------------------------------
	CSS :: NO BUTS ABOUT IT :: ROTATOR :: UP TO 767PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
	div#carousel_rotator {
		height: 245px;
	}
	
	div#carousel_rotator div.item {
		height: 235px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: HEADER
----------------------------------------------------------------------------------*/

div.header {
	background: #dadada url("/images/rotator/runners_bibs.jpg") center center no-repeat;
	border-bottom: 10px solid #e6293a;
	height: 380px;
	padding: 0;
	position: relative;
	width: 100%;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div.header div.accent_top,
div.header div.accent_bottom {
	background: rgba(255, 255, 255, 0.25);
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}

div.header div.accent_bottom {
	bottom: 1px;
	top: auto;
}

div.information {
	color: #fff;
	font-family: "Oswald", sans-serif;
	margin: 75px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

div.information span.medium_info {
	display: block;
	font-size: 25px;
	font-weight: 300;
}

div.information span.medium_info sup {
	font-size: 64%;
	line-height: 0;
	top: -0.5em;
	vertical-align: baseline;
}

div.information span.large_info {
	display: block;
	font-size: 40px;
	font-weight: normal;
	line-height: 45px;
}

div.information span.small_info {
	display: block;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
}

/*----------------------------------------------------------------------------------
	CSS :: NO BUTS ABOUT IT :: HEADER :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
	
	div.header {
		height: 380px;
	}
	
	div.information {
		display: none;
	}
	
}

/*----------------------------------------------------------------------------------
	CSS :: NO BUTS ABOUT IT :: HEADER :: UP TO 767PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
	div.header {
		height: 245px;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: MAIN
----------------------------------------------------------------------------------*/

div.main_container {
	background: #f2f2f2;
	/* padding-bottom: 75px; */
}

div.main {
	background: #fff;
	margin-bottom: 58px;
	margin-top: -135px;
	padding-bottom: 30px;
	position: relative;
	
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}

div.main div.copy {
	padding-left: 30px;
}

div.main div.like_us_on_facebook {
	padding-left: 30px;
}

div.main div.like_us_on_facebook a,
div.main a.like_us_on_facebook {
	background: #f2f2f2;
	color: #3b5998;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 60px;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.main div.like_us_on_facebook a em,
div.main a.like_us_on_facebook em {
	font-size: 40px;
	line-height: 60px;
	margin: 0 6px 0 12px;
	vertical-align: middle;
}

div.main a.like_us_on_facebook {
	margin-top: 30px;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: MAIN :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {

	div.main div.like_us_on_facebook {
		padding-left: 15px;
	}
	
}

/*----------------------------------------------------------------------------------
	CSS :: NO BUTS ABOUT IT :: MAIN :: UP TO 767PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
	div.main {
		margin-top: 0;
	}

	div.main div.copy {
		padding-left: 15px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: MAIN :: COUNTDOWN / EVENT DATE
----------------------------------------------------------------------------------*/

div.countdown {
	clear: both;
	display: block;
	margin: 30px 0 0 0;
}

div.countdown span.time {
	background: #0067a6;
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 70px;
	text-align: center;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.countdown span.descriptor {
	color: #666;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

div.event_date {
	background: #0067a6;
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	padding: 28px 0 17px 0;
	text-align: center;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.event_date span.date {
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
}

div.event_date span.times {
	font-size: 24px;
	font-weight: 300;
	line-height: 48px;
}

div.event_date hr {
	border-top: 1px solid #004d7c !important;
	margin: 18px 0 17px 0 !important;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: SPONSORS
----------------------------------------------------------------------------------*/

div.sponsor_box h3 {
	margin: 0 0 29px 0;
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

div.sponsors {	
	background: #fff;
	padding: 10px;
	
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}

div.partners_carousel button.slick-arrow,
div.sponsors_carousel button.slick-arrow {
	background: #fff;
	border: none;
	color: #e0e0e0;
	height: 40px;
	opacity: 0.5;
	outline: none;
	position: absolute;
	right: 0;
	top: -60px;
	width: 40px;
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.partners_carousel button.slick-prev,
div.sponsors_carousel button.slick-prev {
	right: 55px;
}

div.partners_carousel button.slick-arrow:hover,
div.sponsors_carousel button.slick-arrow:hover {
	opacity: 1;
}

div.sponsors img {	
	margin: auto;
}

p.thank_you_headline {
	color: #333;
	font-size: 20px;
	font-style: italic;
	margin-top: 30px;
	text-align: center;
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

p.thank_you_text {
	color: #666;
	font-style: italic;
	text-align: center;
		
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

a.item {
	outline: none;
	text-decoration: none;
}

a.item span.item_title {
	color: #666;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: SPONSORS :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
		
	div.sponsor_box.presenting_sponsor {	
		margin-bottom: 30px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: SPONSORS :: UP TO 767PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
		
	div.sponsor_box {	
		margin-bottom: 30px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: JOIN IN ON THE FUN
----------------------------------------------------------------------------------*/

div.join_in_on_the_fun {
	background: #dadada url("/images/bg/join_in_on_the_fun.jpg") no-repeat center center;
	padding: 60px 0;
	position: relative;
	width: 100%;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div.join_in_on_the_fun img.photo,
div.main img.photo {
	border: 5px solid #fff;
	margin: auto;
	
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}

div.join_in_on_the_fun span.headline {
	color: #333;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin: 30px 0;
	text-align: center;
		
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

div.join_in_on_the_fun a.join_button {
	background: #0067a6;
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 20px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.join_in_on_the_fun a.join_button:hover {
	background: #004d7c
}

div.join_in_on_the_fun div.accent_top,
div.join_in_on_the_fun div.accent_bottom {
	background: rgba(255, 255, 255, 0.5);
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}

div.join_in_on_the_fun div.accent_bottom {
	bottom: 1px;
	top: auto;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: JOIN IN ON THE FUN :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {

	div.join_in_on_the_fun img.photo,
	div.main img.photo {
		margin: 15px auto;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: FOOTER
----------------------------------------------------------------------------------*/

footer {
	background: #222;
	border-top: 10px solid #e6293a;
	color: #fff;
	padding-top: 30px;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}

footer img.logo_footer {
	float: left;
	margin: 0 20px 0 0;
}

footer address {
	line-height: inherit;
	margin: 10px 0 0 0;
}

footer div.registered {
	padding-top: 34px;
	text-align: center;
}

footer div.bottom_footer {
    background: #000;
	margin-top: 30px;
	padding: 10px 0 10px 0;
}

footer div.bottom_footer div.copyright {
	padding-top: 8px;
}

footer div.bottom_footer div.social_media {
	text-align: center;
}

footer div.bottom_footer div.social_media a {
	background: #3b5998;
	display: inline-block;
	height: 40px;
	text-align: center;
	width: 40px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

footer div.bottom_footer div.social_media a em {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

footer div.bottom_footer div.footer_navigation ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: right;
}

footer div.bottom_footer div.footer_navigation ul li {
	display: inline-block;
}

footer div.bottom_footer div.footer_navigation ul li a {
	color: #fff;
	border-left: 1px solid #fff;
	padding: 0 15px;
}

footer div.bottom_footer div.footer_navigation ul li:first-of-type a {
	border-left: none;
}

footer div.bottom_footer div.footer_navigation ul li:last-of-type a {
	padding-right: 0;
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: FOOTER :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
	
	footer {
		text-align: center;
		text-align: center;
	}
	
	footer div.address img.logo_footer {
		float: none;
		margin: 0 auto;
	}

	footer div.bottom_footer div.social_media a {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	footer div.bottom_footer div.footer_navigation ul {
		text-align: center;
	}
	
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: MISCELLANEOUS
----------------------------------------------------------------------------------*/

div.main h1 {
	border-bottom: 1px solid #e5e5e5;
	color: #000;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 28px 29px;
}

div.main h2 {
	color: #0067a6;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	margin: 26px 0;
}

h3 {
	color: #000;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin: 24px 0;
}

div.main p {
	margin: 24px 0;
}

div.main a {
	color: #0066a5;
	font-weight: bold;
}

div.main a.button {
	background: #0067a6;
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 20px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.main a.button:hover {
	background: #004d7c;
}

div.main address {
	line-height: inherit;
	margin: 24px 48px;
}

div.main ul {
	margin: 24px 0;
}

div.main ul li ul {
	margin: 0;
}

div.main hr {
	border-top: 1px solid #e5e5e5;
	clear: both;
	display: block;
	margin: 24px 0;
}

div.clr {
	clear: both;
}

::selection {
	background: #e6293a;
	color: #fff;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

::-moz-selection {
	background: #e6293a;
	color: #fff;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: RESPONSIVE TABLE
----------------------------------------------------------------------------------*/

#page-wrap {
	margin: 50px;
}
p {
	margin: 20px 0; 
}

	

/* 
	Generic Styling, for Desktops/Laptops 
	*/
	
table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	

/* Zebra striping */
	
tr:nth-of-type(odd) { 
		background: #eee; 
	}
	
th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}

/*----------------------------------------------------------------------------------
    CSS :: NO BUTS ABOUT IT :: TIMELINE
----------------------------------------------------------------------------------*/

table.timeline tr td:first-of-type {
	width: 150px;
}

table.timeline tr td,
table.timeline tr th {
	line-height: inherit;
}