/* GLOBAL */

/* BURGUNDY = #911d20 */
/* ORANGE = #fa7331 */
/* BLUE = #0000d8 */
/* RED = #d80000 */
body
{
        border-top:5px solid #fa7331;
        /*background:#FDF5E6;*/
        background:#fff;
        font-family: 'Roboto', sans-serif;
        color:#333333;
}

.battery{
  display: inline-block;
  position:relative;
  color:#444;
}

table, tbody, tr, td {
        vertical-align:middle;
        /*text-align:center;*/
        font-size:12px;
        padding:2px;
}

table thead, th {
    width: auto;
/*     height: 40px; */
    background-color: #911d20;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #fff;
	font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
table tbody tr:nth-child(2n) td {
    background-color: #fef1ea;
}
 */

/*
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}
 */

table.sortable {
	border: 1px solid #D6D0C1;
}
table.sortable caption {
	font-size: 16px;
}
table.sortable tbody tr:nth-child(2n) td {
	background: #fef1ea;
}
table.sortable tbody tr:nth-child(2n+1) td {
	background: #fff;
}
table.sortable tbody {
    counter-reset: sortabletablescope;
}
table.sortablenum thead tr::before {
    content: "#";
    display: table-cell;
    text-align:center;
    font-size: 16px;
}
table.sortablenum tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    border-right:1px solid #D6D0C1;
}

/*
input
{
        font-family: 'Roboto', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width:250px;
        background: #FDF5E6;
        border-radius:5px;
}
 */


input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #333333;
        color: #fff;
}

input[type=button]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #333333;
        color: #fff;
}

p
{
        /*margin:5px 0;
        line-height:25px;*/
        margin-bottom:1.5em;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
        border-bottom: medium none;
		text-decoration: underline rgb(186, 186, 186) 1px;
		text-decoration-skip-ink: none;
		text-underline-offset: 0.25em;
		font-weight: 700;
}

a:hover
{
        color:#fa7331;
}

.imgHover:hover img {
  outline: 2px solid #fa7331;
}

strong
{
        font-weight:900;
        font-style:italic;
}

em {
	font-style:italic;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}

.chart_container {
	text-align:center;
	float:left;
	margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

/* EXPANDING BOXES */
.faq_container, .ride_container {
	/*width:100%;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #D6D0C1;
	padding:5px;
	/*background:#fff4ef;*/
	background:#fef1ea;
	position: relative;
}

.faq_container p {
	margin-bottom: 0;
	text-indent: -2.75em;
	padding-left: 2.75em;
	margin-right: 20px;
}

.faq_container a {
	text-decoration:underline;
}

.ride_container {
	min-height: 100px;
}

.faq_header h2, .ride_header h2 {
	font-size: 1.5em;
}

.minus {
	display: none;
}

.faq_container .faq_content {
    display: none;
    /*visibility: hidden;*/
    /*height: 0;*/
}

.ride_container .ride_content {
    display: none;
    /*visibility: hidden;
    height: 0;*/
}

.ride_content:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.ride_content {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .ride_content { height: 1%; }
.ride_content { display: block; }
/* close commented backslash hack */

.faq_header {
/* 	height:40px; */
}

.ride_header {
	height:120px;
	line-height:25px;
	margin-left: 100px;
}

.faq_expand, .ride_expand {
	position: absolute;
	top: 0px;
	right: 3px;
	cursor: pointer;
}

.text-expand {
    color: #333;
}

.report_stats {
	position: absolute;
    top: 72px;
    right: 3px;
    font-size: 40px;
}

.ride_calendar {
	position: absolute;
	top: 5px;
	left: 5px;
}

.share_fb {
	position: absolute;
	left: 15px;
	top: 104px;
}

/* .twitter-share-button[style] { vertical-align: text-bottom !important; } */

.fb-share-button span {
   top: -6px;
}

.ride_admin {
	position: absolute;
	top: -2px;
	right: 150px;
}

.ride_category {
	position: absolute;
    top: 27px;
    right: 60px;
}
.ride_photos {
	text-align: center;
}
.ride_photos img {
	margin:2px;
	border:5px solid white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.leader {
	border-bottom: 1px solid white;
}

.report_icon {
	font-size:1.2em;
	margin-right:1em;
}

.strava-container {
    position: relative;
    padding-bottom: 68.64%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.strava-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#text_columns article .content_w {
  overflow: hidden;
  height: 0;
  clear: both;
}
#text_columns article .content_w.transition {
  -webkit-transition: height 0.5s;
     -moz-transition: height 0.5s;
       -o-transition: height 0.5s;
          transition: height 0.5s;
}

.page_link a:hover {
	background-color: #ccc;
}

#pagination {
    display: flex;
    width:90%;
    height:50px;
}
#pagination div {
    flex-basis: 100%;
}

ul.minutes {
	list-style: disc inside none;
}

ul.minutes li {
	margin-left:20px;
}

/* CALENDAR */
.calendar_page{
    padding-top:15px;
    width:80px;
    background:#ededef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
    background: -moz-linear-gradient(top,  #ededef,  #ccc);
    font:bold 30px/27px Arial Black, Arial, Helvetica, sans-serif;
    text-align:center;
    color:#000;
    text-shadow:#fff 0 1px 0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    position:relative;
    -moz-box-shadow:0 2px 2px #888;
    -webkit-box-shadow:0 2px 2px #888;
    box-shadow:0 2px 2px #888;
    margin-right:20px;
}
.calendar_page em{
    display:block;
    font:normal bold 11px/30px Arial, Helvetica, sans-serif;
    color:#fff;
    text-shadow:#810505 0 -1px 0;
    background:#EE0B0B;
    background:-webkit-gradient(linear, left top, left bottom, from(#EE0B0B), to(#AF0C0C));
    background:-moz-linear-gradient(top,  #EE0B0B,  #AF0C0C);
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    border-top:1px solid #860000;
}
.calendar_page:before, .calendar_page:after{
    content:'';
    float:left;
    position:absolute;
    top:5px;
    width:8px;
    height:8px;
    background:#111;
    z-index:1;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 1px 1px #fff;
    -webkit-box-shadow:0 1px 1px #fff;
    box-shadow:0 1px 1px #fff;
}
.calendar_page:before{
    left:11px;
}
.calendar_page:after{
    right:11px;
}
.calendar_page em:before, .calendar_page em:after{
    content:'';
    float:left;
    position:absolute;
    top:-5px;
    width:4px;
    height:14px;
    background:#dadada;
    background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
    background:-moz-linear-gradient(top,  #f1f1f1,  #aaa);
    z-index:2;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.calendar_page em:before{
    left:13px;
}
.calendar_page em:after{
    right:13px;
}
.calendar_page span {
    font-size: 11px;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
}

	#validation {
		float:right;
		width: 200px;
		color: #900;
		position: absolute;
		z-index: 1;
		left: 344px;
		top: 15px;
		background: #fff;
		padding:5px;
		border: 1px solid #900;
	}

.intro a:link, .intro a:hover {
	text-decoration: underline;
}

/* HEADER */

header
{
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 0 auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#fa7331;
        font-family: 'Baumans', cursive;
}

header p
{
        font-family: 'Roboto', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

header img {
		max-width: 100%;
		height: auto !important;
}

.logo {
		width: 696px;
		height: 150px;
		background-image: url("../img/corallian_logo_696.png");
		background-position: center top;
		padding:0px;
		margin: 0 auto;
		background-size: 100% 100%;
}

nav
{
/*
        position:absolute;
        right:81px;
        bottom:-20px;
 */
        margin: 0 auto;
        font-size:100%;
}

nav ul
{
		margin: 0 auto;
		padding: 0;
		display: table;
		list-style: none;
}

nav ul li
{
        display:block;
        float:left;
        padding: 3px 13px 6px 13px;
        margin: 3px 1px 0px 1px;
}

nav ul li a
{
        font-family: 'Roboto', sans-serif;
/*         text-transform:uppercase; */
        transition: all .25s ease;
}

nav ul li a:hover
{
        color:#fa7331;
/*         text-decoration: underline; */
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #fa7331;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #CC5836;
}

.toggleMobile
{
        display: none;
}

.topcorner{
		position:absolute;
		top:10px;
		right:10px;
		color: #333;
}

.topcorner a {
	position:relative;
	z-index:10;
}

.rider_list {
        color:#fff;
        font-size:16px;
        font-weight:bold;
        margin-bottom:10px;
        margin-right:10px;
        background-color:#911d20;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
		float:left;
}
.ride_report {
	/*float:right;*/
}
.weather_icon {
	font-size:40px;
	margin: 10px 10px 0 0;
}
.map_icon {
	font-size:30px !important;
	margin-right: 10px;
}
.page_icon {
	font-size:20px !important;
	margin: 0 10px 0 10px;
}
.rideRed {
		border-bottom: 1px solid #D6D0C1;
}

.rideBlue {
		border-bottom: 1px solid #D6D0C1;
}

.rideRed span
{
        color:#fff;
        font-size:16px;
        font-weight:bold;
        margin-bottom:10px;
        margin-right:10px;
        background-color:#ff0000;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
}

.rideRed span h5
{
        color:#fff;
        font-size:20px;
        font-weight:bold;
        margin-bottom: 5px;
}

.rideBlue span
{
        color:#fff;
        font-size:16px;
        font-weight:bold;
        margin-bottom:10px;
        margin-right:10px;
        background-color:#0000ff;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        /*display:inline-block;*/
        float:left;
}

.rideBlue span h5
{
        color:#fff;
        font-size:20px;
        font-weight:bold;
        margin-bottom: 5px;
}
/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Roboto', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Roboto', sans-serif;
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Roboto', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#FDF5E6;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#FDF5E6;
        padding:10px 15px;
        border-radius: 5px;
}

/* CALENDAR LIST */
.callist {
		font-size: 12px;
		text-align: center;
		max-width: 900px;
		line-height: 1.2;
}
.callist ul {
		max-width: 900px;
		display: block;
		white-space: nowrap;
		overflow: auto;
}
.callist li {
		 width: 50px;
		 display: inline-block;
		 border:1px solid #D6D0C1;
		 border-radius: 5px;
		 margin: 2px;
		 background-color: #d5f0fe;
}

.callist li:hover {
		background-color: #8ad5fc;
}

.callist a:hover, .callist a:active {
	color: #333;
}

.callist span {
	font-size: 18px;
}

.callist li.selected {
		background-color: #8ad5fc;
}

/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #fa7331 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #fa7331 100%);
        background-color: #eb653c;
        color: #FDF5E6;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #FDF5E6;
        border-color: #FDF5E6;
        text-shadow:none;
        color: #4A463B;
}


/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#911d20;
        position:relative;
        font-family: 'Roboto', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns, #text_columns, #text_columns_two
{
        line-height:22px;
        font-family: 'Roboto', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2, #text_columns h3, #text_columns_two h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: #000 url(../img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}

/* ONE COLUMN */

#text_columns article.column
{
        margin: 5px 10px 5px 10px;
        font-size:14px;
        /*float:left;*/
        width:auto;
        max-width: 900px;
}

#text_columns h4
{
        font-size:16px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0 10px 0;
        margin-bottom: 10px;
}

/* TWO COLUMNS */

#text_columns_two article.column1, #text_columns_two .column2
{
/*         margin: 40px 0; */
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
        width:50%;
}

#text_columns_two .column2
{
        /*margin: 120px 0;*/
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:120px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Roboto', sans-serif;
        color:#ababab;
        float:left;
        width:420px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: #1D1D1D;
        height:100px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Roboto', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:14px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
		.logo {
				width: 696px;
				height: 150px;
				background-image: url("../img/corallian_logo_696.png");
				background-position: center top;
				padding:0px;
				margin: 0 auto;
				background-size: 100% 100%;
		}
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 915px)
{
		.logo {
				width: 557px;
				height: 120px;
				background-image: url("../img/corallian_logo_557.png");
				background-position: center top;
				padding:0px;
				margin: 0 auto;
				background-size: 100% 100%;
		}
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column {
        		max-width: 900px;
        }
        #text_columns_two article.column1, #text_columns_two .column2
        {
                float:none;
                max-width: 500px;
                margin: 5px 30px 5px 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
		.ride_content {
			/*font-size: 10px;
			line-height: normal;*/
		}
}

@media (max-width: 765px)
{
		.logo {
				width: 464px;
				height: 100px;
				background-image: url("../img/corallian_logo_464.png");
				background-position: center top;
				padding:0px;
				margin: 0 auto;
				background-size: 100% 100%;
		}
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
/*                 height:120px; */
        }
        header nav
        {
/*
                right: auto;
                bottom: auto;
                left: 36%;
                top:100px;
                margin-left: -184px;
 */
        }
        #spacer
        {
                height:70px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer span
        {
        		display: none;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
/*
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
 */
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
/*
		.callist li:hover {
				background-color: #d5f0fe;
		}
		.callist a:hover
		{
				color:#333;
		}
 */
}

@media (max-width: 500px)
{
		.chart_container {
			display: none;
		}
		.ride_category {
			/*display: none;*/
			position: absolute;
			right: 40px;
			top: 60px;
		}
		.ride_category  img{
			width: 60px;
			height: 42px;
		}
		.logo {
				width: 348px;
				height: 75px;
				background-image: url("../img/corallian_logo_348.png");
				background-position: center top;
				padding:0px;
				margin: 0 auto;
				background-size: 100% 100%;
		}
		.topcorner {
			display: none;
		}
		.ride_admin {
			display: none;
		}
        header
        {
            margin-top: 40px;
            height: 80px;
            text-align: center;
        }
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #spacer span
        {
        		display: none;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        .chart_container
        {
                width: 175px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		.calendar_page {
			width:60px;
			font:bold 20px/17px Arial Black, Arial, Helvetica, sans-serif;
		}
		.calendar_page em {
			font: normal bold 9px/20px Arial, Helvetica, sans-serif;
		}
		.ride_header {
			margin-left: 70px;
			line-height: 20px;
		}
		.weather_icon {
			font-size: 30px;
		}
		.map_icon {
			font-size: 20px !important;
		}
		.ride_header {
			font-size: 80%;
			height: 100px;
		}
		.ride_content {
			font-size: 80%;
			line-height: normal;
		}
		.report_icon {
			font-size:1.2em;
			margin-right:20px;
		}
		.report_stats {
			font-size: 30px;
		}
		.rwgps {
			pointer-events: none;
		}
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}

/* GOOGLE TOOLTIPS */

.ggl-tooltip {
  border: 1px solid #E0E0E0;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  padding: 8px 8px 8px 8px;
}
.ggl-tooltip div {
  /*padding-top: 6px;*/
}
.ggl-tooltip p {
	padding: 0;
	margin: 0;
}
.foo {
  float: left;
  width: 5px;
  height: 5px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}
.blue {
  background: #0000d8;
}
.red {
  background: #d80000;
}
.green {
  background: #00d800;
}
.magenta {
  background: #d800d8;
}
.cyan {
  background: #00d8d8;
}
.orange {
  background: #ff8c00;
}
.yellow {
  background: #ffd700;
}
.grey {
	background: #515A5A;
}
.yellow {
	background: #ffff00;
}


