/*
Theme Name: Better Life Cycle 2014
Theme URI: http://betterlifecycle.ie
Author: Kieran Caplice
Author URI: http://www.designbykieran.com
Version: 1.0
*/

/*
 * Better Life Cycle stylesheet.
 * Copyright (c) Kieran Caplice. All rights reserved.
 * No copying or redistributing without permission.
 */
 
/*
 * Swatches:
 * Blue:   		#008dd2
 * Red:    		#bf342f
 * Light grey:	#a1a1a1
 * Dark grey:	#595959
 */

/* Reset and other base-CSS rules */
@import url(css/knacss.css);
@import url(css/dbk-base.css);

/* Menus */
@import url(css/navmenu.css);

/* Font Awesome font icons */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/* Custom fonts */
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);

/* jQuery UI theme */
@import url(css/jquery-ui.min.css);


/* ============================================================================== GENERAL LAYOUT */
/* ============================================================================================= */

/* Main body
   ============================================== */

html, 
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Arvo', sans-serif;
	font-weight: normal;
	color: #595959;
}

  
/* Links
   ============================================== */

a,
a:link,
a:visited {
	
}
a:hover {

}   

	
/* Top bar 	
   ============================================== */

#top-bar {
	background: #008dd2;
	line-height: 50px;
	min-height: 50px;
	color: #fff;
	-webkit-box-shadow:inset 0 -2px 2px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 -2px 2px 0 rgba(0,0,0,0.2);
}
#top-bar:before {
	content: "";
	display: table;
}
#top-bar .dbk-wrap {
	min-height: 50px;
}
#top-bar .dbk-table {
	min-height: 50px;
}

/* latest Tweet in the top bar */
#top-bar .latest-tweet {
	font-size: 0.75em;
	line-height: 1em;
}
#top-bar .latest-tweet .fa-twitter {
	vertical-align: -15%;
	margin-right: 3px;
}
#top-bar .latest-tweet a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#top-bar .latest-tweet a:hover {
	text-decoration: underline;
}

/* blue "Register Online" button */
#top-bar .register-button {
	display: block;
    background: #bf342f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 25px;
	float: right;
}
#top-bar .register-button:hover {
	background: #A62D29;
    text-decoration: underline;
}


/* Header 
   ============================================== */
   
#header {
	background: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	z-index: 99;
	position: relative;
}
#header .dbk-table {
	height: 130px;
	min-height: 130px;
}

/* the main logo in the header */
#header #blc-logo {
	padding-right: 40px;
}

/* donate link (when enabled) */
#donate-link {
	display: block;
	position: absolute;
	bottom: -65px;
	right: -65px;
	background: url(images/donate-ribbon_hover.png);
}


/* Main navigation 
   ============================================== */

#main-navigation * {
	margin: 0;
	padding: 0;
}

#main-navigation ul.menu {
	float: right;
	font-family: "Arvo", sans-serif;
	font-size: 15px;
}

#main-navigation ul.menu li {
	position: relative;
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
	
#main-navigation ul.menu li a {
	position: relative;
	display: block;
	line-height: 16px;
	padding: 10px 15px;
	text-decoration: none;
	z-index: 100;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

/** Sub Menu - Tier 2 **/
#main-navigation ul.menu li ul.sub-menu {
	position: relative;
	display: none;
	margin: 0;
	padding: 0;
}

#main-navigation ul.menu li ul.sub-menu li {
	margin-left: 0;
}

#main-navigation ul.menu li:hover ul.sub-menu {
	display: block;
	float: left;
	position: absolute;
	z-index: 200;
	width: 250px;
}
	
#main-navigation ul.menu li ul.sub-menu > li:first-child {
	margin: 2px 0 0 0;
}
#main-navigation ul.menu li ul.sub-menu li a {
	width: 250px;
	display: block;
}
#main-navigation ul.menu li ul.sub-menu li:first-child > a {
	border-top: 0;
}
#main-navigation ul.menu li ul.sub-menu li:last-child > a {
	border-bottom: 0;
}
#main-navigation ul.menu li ul.sub-menu li a:hover {
	width: 250px;
	display: block;
}
	
/** Sub Menu - Tier 3 **/
#main-navigation ul.menu li ul.sub-menu li ul {
	position: relative;
	display: none;
	left: 250px;
}
#main-navigation ul.menu li ul.sub-menu li ul li {
	margin: 0 0 0 2px;
}
#main-navigation ul.menu li ul.sub-menu li:hover ul {
	display: block;
	float: left;
	position: absolute;
	top: 0;
}

#main-navigation ul.menu li ul.sub-menu li ul li a {
	width: 250px;
	display: block;
}
#main-navigation ul.menu li a {
	color: #595959;
}

#main-navigation ul.menu li:hover > a, #main-navigation ul.menu li a:hover {
	background: #FFF;
}

#main-navigation ul.menu li ul.sub-menu li a {
	background: #bf342f;
	color: #fff;
}

#main-navigation ul.menu > li:hover > a	{
	background: #bf342f;
	color: #fff;
}
#main-navigation ul.menu li ul.sub-menu li a.haschild {
	background: #bf342f url(css/images/right.png) no-repeat right center;
}
#main-navigation ul.menu li:hover ul.sub-menu li:hover a.haschild {
	background-color: #A32C28;
}
#main-navigation ul.menu li ul.sub-menu li ul li a:hover {
	background: #A32C28;
}



/* Page title and introduction section 
   ============================================== */
   
#page-intro {
	background: #008dd2;
	-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}
#page-intro .dbk-wrap {
	z-index: 2;
	position: relative;
}
#page-intro .dbk-table {
	min-height: 100px;
}

#page-intro .the-title {
	padding-right: 20px;
}
#page-intro .the-image {
	max-width: 55%;
	max-height: 325px;
	overflow: hidden;
}	
#page-intro .the-image img {
	max-width: 572px;
	max-height: 325px;
}

#page-intro h1 {
	font-family: 'Arvo', sans-serif;
	font-size: 2.6em;
	margin: 10px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#page-intro small {
	font-size: 1em;
	text-align: center;
	display: block;
	color: #fff;
	margin: 0 0 15px 0;
}

#page-intro .featured-image-blur {
	position: absolute;
	z-index: 1;
	opacity: 0.2;
	width: 100%;
}


/* Main content area
   ============================================== */

#main-content {
	background: #fff;
	margin-top: 40px;
}
#main-content .dbk-table {
	min-height: 200px;
}	

#main-content .the-content {
	text-align: justify;
	margin-bottom: 30px;
	font-size: 1.1em;
}
#main-content .comments {
	font-family: 'Arvo';
	text-align: center;
	font-weight: normal;
	margin: 0 0 15px 0;
}

/* sharing buttons */
#main-content .the-content .ssba {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: 25px 0;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
	font-family: 'Arvo', sans-serif;
	font-weight: normal;
	margin: 25px 0 12px 0;
}
#main-content h1:first-child,
#main-content h2:first-child,
#main-content h3:first-child,
#main-content h4:first-child, 
#main-content h5:first-child,
#main-content h6:first-child {
	margin-top: 0;
}

#main-content p {
	margin: 10px 0;
}
#main-content p:first-child {
	margin-top: 0;
}

#main-content img,
#main-content iframe {
	margin: 15px 0;
}
#main-content table {
	margin: 30px 0;
}
#main-content img.size-news-full {
	max-width: 1040px;
}


/* Social icons (static)
   ============================================== */
   
#social-icons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
}

#social-icons a {
	text-decoration: none;
}
#social-icons img {
	width: 40px;
	height: 40px;
}


/* Footer
   ============================================== */
   
#footer {
	margin-top: 60px;
	padding: 20px 0;
	-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.15);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.15);
}

#footer .dbk-wrap,
#footer .dbk-table,
#footer .dbk-td {
	height: 100%;
	text-align: center;
}

#footer #footer-logo {
	height: 50px;
	float: left;
}
#footer #dbk-logo {
	float: right;
	height: 50px;
}

#footer .links {
	color: #A9A9A9;
	padding-right: 166px;
	padding-top: 10px;
	max-width: 1040px;
	text-align: center;
}
#footer .links a {
	color: #A9A9A9;
	text-decoration: none;
}
#footer .links a:hover {
	text-decoration: underline;
}


/* =============================================================================== PAGE-SPECIFIC */
/* ============================================================================================= */

/* Homepage slider 
   ============================================== */
   
#homepage-slider {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: #008dd2;
}

#homepage-slider-container div {
	width: 1040px;
	height: 450px;
	margin: 0 auto;
	float: left;
	position: relative;
}
#homepage-slider-container div {
	float: left;
	opacity: 0.2;
}
#homepage-slider-container div img{
	position: absolute;
	top: 0;
	left: 0;
}
#homepage-slider .hero-carousel-nav {
	width: 1040px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-top: -225px;
	margin-left: -520px;
	z-index: 2;
}

#homepage-slider .hero-carousel-nav li {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: -65px;
	list-style: none;
	opacity: 0.4;
}
#homepage-slider .hero-carousel-nav li:hover {
	opacity: 0.8;
}
#homepage-slider .hero-carousel-nav li.prev {
	left: -65px;
	right: auto;
}
	
#homepage-slider .hero-carousel-nav li a {
	background: #fff;
	color: #008dd2;
	border: 2px solid #fff;
	outline: none;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	float: left;
	padding: 5px 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
}
#homepage-slider .hero-carousel-nav li a:hover { 
	background: #008dd2;
	color: #fff;
	border: 2px solid #fff;
}
	

/* Homepage latest news
   ============================================== */
 
#latest-news {
	margin-bottom: 70px;
}

#latest-news  #latest-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
#latest-posts li {
	float: left;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
	width: 330px;
}
#latest-posts li:first-child {
	margin-right: 25px;
}
#latest-posts li:last-child {
	margin-left: 25px;
}

#latest-posts .post-image {
	max-width: 330px;
	height: 190px;
}
#latest-posts .post-title {
	margin: 10px 0;
	font-family: 'Arvo', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}
#latest-posts .post-title a {
	text-decoration: none;
	color: #008dd2;
}
#latest-posts .post-title a:hover {
	text-decoration: underline;
}
#latest-posts .post-excerpt {
	font-size: 1em;
	text-align: justify;
}
#latest-posts .post-excerpt p {
	margin-bottom: 10px;
}
#latest-posts .post-meta {
	font-size: 0.8em;
	color: #a1a1a1;
}


/* Homepage red stripe bar
   ============================================== */

#homepage-stripe-red {
	background: #bf342f;
	-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.2);
	height: 150px;
	padding: 30px 0;
	margin-bottom: 40px;
}

#homepage-stripe-red blockquote {
	text-align: left;
	color: #fff;
	font-family: 'Arvo', sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.5;
	padding-left: 60px;
}
#homepage-stripe-red blockquote:before {
	content: none;
}
#homepage-stripe-red blockquote cite {
	color: #fff;
	font-size: 0.5em;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
}
#homepage-stripe-red blockquote cite:before {
	content: "\2014 \2009";
}


/* News page
   =========================================== */
  
.news-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-posts li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
        margin-bottom: 30px;
}

.news-posts .post-image {
	float: left;
	max-width: 330px;
}
.news-posts .post-image img {
        margin: 0 !important;
}

.news-posts .post-title {
	margin: 10px 0;
	font-family: 'Arvo', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}
.news-posts .post-title a {
	text-decoration: none;
	color: #008dd2;
}
.news-posts .post-title a:hover {
	text-decoration: underline;
}
.news-posts .post-excerpt {
	font-size: 1em;
	margin-left: 350px;
	text-align: justify;
}
.news-posts .post-excerpt p {
	margin-bottom: 10px;
}
.news-posts .post-meta {
	font-size: 0.8em;
	margin-left: 350px;
	color: #a1a1a1;
}


/* Search
   =========================================== */
   
.search-page .post-title {
	margin: 10px 0;
	font-family: 'Arvo', sans-serif;
	font-size: 1.6em;
	font-weight: normal;	
}
.search-page .post-title a {
	text-decoration: none;
	color: #008dd2;
}
.search-page .post-title a:hover {
	text-decoration: underline;
}


/* Online registration form
   =========================================== */

.register-online-page #tandc p, 
.register-online-page #tandc ul {
	font-size: 1.1em;
}

.register-form {
	border: none;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.register-form td {
	border: none;
	min-height: 50px;
	vertical-align: middle;
}
.register-form tr.separator {
	height: 30px;
}

.register-form td:first-child {
	width: 30%;
}
.register-form.wider-first-col td:first-child {
	width: 40%;
}
.register-form.extra-wide-first-col td:first-child {
	width: 85%
}
.register-form.one-col-only td:first-child {
	width: 100%;
	font-size: 0.9em;
}

.register-form label {
	margin-top: 0;
	font-size: 1.1em;
	width: 100%;
}
.register-form label.inline,
.register-form label.inline input {
	width: auto;
}	

.register-form input {
	width: 100%;
}
.register-form input.half {
	width: 49%;
}
.register-form input,
.register-form textarea,
.register-form select {
	line-height: 1.6em;
	font-size: 1.1em;
	padding: 3px 6px;
	margin: 0 0 2px 0;
	font-family: 'Arvo', Verdana, sans-serif;
}
.register-form textarea {
	width: 100%;
}

.register-online-page input.field-error,
.register-online-page textarea.field-error,
.register-online-page select.field-error {
	border: 1px solid #E7342F !important;
	background: #EDD8D1;
}
.register-online-page .label-error {
	color: #E7342F;
}
.register-online-page .error-message {
	color: #E7342F;
	font-weight: bold;
	font-size: 17px;
}

.register-form p {
	margin-bottom: 10px;
}

.register-online-page .buttons .register-button {
	display: block;
	padding: 5px 10px;
	background: #bf342f;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	text-decoration: none;
	border: none;
	font-family: 'Arvo', sans-serif;
}
.register-online-page .buttons .register-button:hover {
	background: #A82D28;
	cursor: pointer;
}
.register-online-page .buttons .big {
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 18px;
}


/* =============================================================================== GENERIC STUFF */
/* ============================================================================================= */

/* General classes
   ============================================== */

.clearfloat {
	clear: both;
	content: '';
}

.alignleft {
	float: left;
	margin-right: 20px !important;
	vertical-align: baseline;
}
.alignright {
	float: right;
	margin-left: 20px !important;
	vertical-align: baseline;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}

h1.main-title {
	font-family: 'Arvo', sans-serif;
	font-weight: normal;
	margin-top: 40px;
	font-size: 2.5em;
	color: #595959;
	text-align: center;
}


/* jQuery UI fixes
   ============================================== */
   
.ui-tabs {
	font-family: 'Arvo', sans-serif;
}
.ui-tabs .ui-tabs-nav {
	font-size: 0.8em;
}
.ui-tabs .ui-tabs-panel {
	font-size: 15px;
}


/* NextGen Gallery Fixes
   ============================================== */

/* list of galleries in album */
.ngg-albumoverview .ngg-album {
	border: none !important;
	margin-bottom: 20px !important;
}

/* gallery titles in list of galleries */
.ngg-albumoverview .ngg-album .ngg-albumtitle a {
	font-weight: normal !important;
	color: #008dd2 !important;
	text-decoration: none !important;
}
.ngg-albumoverview .ngg-album .ngg-albumtitle a:hover {
	text-decoration: underline !important;
}

/* thumbnails in list of galleries */
.ngg-albumoverview .ngg-albumcontent .ngg-thumbnail .Thumb:hover {
	background: #008dd2 !important;
	border: 1px solid #008dd2 !important;
}

.ngg-albumoverview .ngg-description p {
	text-align: justify !important;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
    background-color: #008dd2 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
	border-color: #008dd2 !important;
}


/* Final Tiles Gallery 
   ============================================== */
   
.gallery-tiles-container {
	width: 100%;
	padding-bottom: 50px;
	margin-left: -10px;
}
.gallery-tiles-container .caption {
	background: rgb(0,0,0);	
	background: rgba(0,0,0,.6);	
	text-align: center;
	display: none;
}
.gallery-tiles-container .caption p {
	color: #fff;
	text-align: center;
	padding: 3px;
	font-family: 'Roboto', sans-serif;
}
.gallery-tiles-container .tile .zoom {
	font-size: 22px;
	color: #fff;
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	margin: -12px 0 0 -12px;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	-webkit-transition: top .5s;
	transition: top .5s;
}
.gallery-tiles-container .tile:hover .zoom {
	top:50%;
}
.gallery-tiles-container .tile img {
	-moz-transition: -moz-transform .5s,  opacity .5s;
	-o-transition: -o-transform .5s, opacity .5s;
	-webkit-transition: -webkit-transform .5s,  opacity .5s;
	transition: transform .5s,  opacity .5s;
}
.gallery-tiles-container .tile:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* Effect Slide */
.gallery-tiles-container .effect-slide {
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-moz-animation: effect-slide 0.8s ease forwards;
	-o-animation: effect-slide 0.8s ease forwards;
	-webkit-animation: effect-slide 0.8s ease forwards;
	animation: effect-slide 0.8s ease forwards;
}
.gallery-tiles-container .effect-slide:nth-child(odd) {
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

@-webkit-keyframes effect-slide {
  to { -webkit-transform: translateY(0); }
}
@-moz-keyframes effect-slide {
  to { -moz-transform: translateY(0); }
}
@keyframes effect-slide {
  to { transform: translateY(0); }
}

/* Effect Zoom */
.gallery-tiles-container .effect-zoom {
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	-webkit-transform: scale(.3);
	transform: scale(.3);
	-moz-animation: effect-zoom 0.8s ease forwards;
	-o-animation: effect-zoom 0.8s ease forwards;
	-webkit-animation: effect-zoom 0.8s ease forwards;
	animation: effect-zoom 0.8s ease forwards;
}
.gallery-tiles-container .effect-zoom:nth-child(odd) {
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

@-webkit-keyframes effect-zoom {
  to { -webkit-transform: scale(1); }
}
@-moz-keyframes effect-zoom {
  to { -moz-transform: scale(1); }
}
@keyframes effect-zoom {
  to { transform: scale(1); }
}

.gallery-tiles-container .already-visible {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-animation: none;
	-o-animation: none;
	-webkit-animation: none;
	animation: none;
}
.gallery-tiles-container .tile {
	float:left;
	margin:10px;
}
.gallery-tiles-container .ftg-filters {
	margin-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.gallery-tiles-container .ftg-filters a {
	display: inline-block;
	margin-right: 10px;
	color: #666;
	padding-bottom: 2px;
	border-bottom: 3px solid transparent; 
}
.gallery-tiles-container .ftg-filters a:hover,
.gallery-tiles-container .ftg-filters a.selected {
	color: #000;
	border-bottom: 3px solid #000; 
	text-decoration: none;
}
.gallery-tiles-container .tile .ftg-social {
	display: none;
	position: absolute;
	bottom: 15px;
	right:10px;
}
.gallery-tiles-container .tile:hover .ftg-social {
	display: block;
}
.gallery-tiles-container .tile .ftg-social a {
	color: #fff;
	font-size: 22px;
	width:30px;
	height: 30px;	
}
.gallery-tiles-container .tile:hover .ftg-social a:hover {
	color: #90b4ff;
	text-decoration: none;
}
	

/* Contact page
   =========================================== */

#contact-map,
.full-width-map {
	max-width: 100%;
	height: 280px;
}
#contact-map iframe {
	max-width: 100%;
	height: 280px;
	border: none;
}

#contact-page-form {
	max-width: 100%;
	margin: 20px 0;
}
#contact-page-form .2-col-form-block {
	max-width: 510px;
	float: left;
	margin-right: 10px;
	height: 100px;
}


/* Live tracking
   =========================================== */

#live-tracking {
	width: 100%;
	height: 100%;
}

#live-tracking header {
	height: 80px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	z-index: 99;
	position: relative;
}
#live-tracking header #blc-logo {
	padding: 10px;
	height: 60px;
}
#live-tracking header #blc-logo a:link,
#live-tracking header #blc-logo a:hover,
#live-tracking header #blc-logo a:visited {
	color: #a1a1a1;
	text-decoration: none;
}
#live-tracking header #blc-logo span {
	font-size: 44px;
	vertical-align: middle;
	line-height: 60px;
}
#live-tracking header #blc-logo img {
	height: 60px;
	vertical-align: middle;
}
#live-tracking header #page-title {
	height: 50px;
	padding: 15px 25px;
	font-size: 24px;
}

#live-tracking #main {
	width: 100%;
}
#live-tracking #main #left-col {
	width: 20%;
	min-width: 250px;
	height: 100%;
	background: #595959;
	vertical-align: top;
}
#live-tracking #main #main-col {
	height: 100%;
	vertical-align: top;
}
#live-tracking #right-col {
	width: 20%;
	min-width: 250px;
	height: 100%;
	background: #595959;
	vertical-align: top;
}

#live-tracking #map-canvas {
	width: 100%;
	height: 70%;
	min-height: 600px;
}
#live-tracking #elevation-canvas-170km,
#live-tracking #elevation-canvas-100km {
	width: 100%;
	height: 15%;
	min-height: 100px;
}
	
	
/* EmojiSymbols Font (c)blockworks - Kenichi Kaneko
   http://emojisymbols.com/
   =========================================== */
   
@font-face {
	font-family: 'EmojiSymbols';
	src: url('fonts/EmojiSymbols-Regular.woff') format('woff');
	text-decoration: none;
	font-style: normal;
}
.emoji {
	font-family: 'EmojiSymbols';
}
	
	
/* ============================================================================== RESPONSIVENESS */
/* ============================================================================================= */

/* Little larger screen */
@media only screen and (min-width: 480px) {

}

/* Pads and larger phones */
@media only screen and (min-width: 600px) {

}

/* Larger pads */
@media only screen and (min-width: 768px) {

}

/* Horizontal pads and laptops */
@media only screen and (min-width: 992px) {

}

/* Really large screens */
@media only screen and (min-width: 1382px) {

}

/* 2X size (iPhone 4 etc) */
@media only screen and 
        (-webkit-min-device-pixel-ratio: 1.5), only screen and 
        (-o-min-device-pixel-ratio: 3/2), only screen and 
        (min-device-pixel-ratio: 1.5) {

}   
	
	