/* ==========================================================================
								GLOBAL STYLES
========================================================================== */

.container-fluid {padding: 0;}

body {
	color: #464646;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-style: normal;
	font-weight: 400;

}

/* headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-weight: 200;
}



p {line-height: 30px;}

.image-container {
    position: relative;
	width: 100%;

}
.image-container .tour-splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
	font-size: 25px;
	z-index: 5000; /* fix visibility on ie9 */
	
}

.tour-title {
	font-size: 70px;
}
/* MOBILE front page */

@media (max-width: 500px) {

.logo img {
max-width: 90%;
margin-left: 10px;
margin-top: 10px;

}


.navbar-toggle {margin-right: 30px;}
	
	
}


.node-type-front-page .page-header {display: none;}


/* INTERNAL PAGES */

.node-type-page .field-name-body {
	max-width: 600px;
	margin: 30px auto 100px auto;
	padding: 0 15px;
}


.node-type-page .page-header {
	max-width: 600px;
	margin: 100px auto 0 auto;
	border: none;
	padding: 0 15px;
}


/* ==========================================================================
                         FOOTER
========================================================================== */

.region-footer .block p {

max-width: 800px;
    margin: 40px auto 40px auto;


}

.footer {border: none;}

.fa-heart {color: #00bff3;}

/* contact button */

.region-footer .contact {
	background: transparent;
	border: 1px solid #00bff3;
	margin-left: 50px;
	}

.privacypolicy {
	font-size: 10px;
	max-width: 800px;
    margin: 5px auto;
}

.privacypolicy a {
	color: #0d9c4a !important;
}

.jumbotron {
	line-height: 1;
	background-color: initial;
}

.copyright {
	font-size: 10px;
	max-width: 800px;
    margin: 5px auto 50px auto;
}

.region-footer a {color: #00bff3;}



/* ==========================================================================
				           GLOBAL HOME PAGE
========================================================================== */

.view-tour-overview .col-lg-4 {
	padding-right: 0;
}
.view-tour-overview .view-header {
	
	margin-bottom: 30px;
}

.tour-container {
    position: relative;
	max-width: 350px;
	margin-top: 30px;

}

.tour-card .card-date {
	
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	font-family: "Gotham A","Gotham B",Helvetica,Arial,sans-serif;
}

.tour-container .tour-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
	background: rgba(0,0,0,.5);
	z-index: 5000; /* fix visibility on ie9 */
	font-size: 25px;
}

.tour-container:hover .tour-card {
	color: #000;
    background-color: rgba(255, 255, 0, 0.6);
    background: rgba(255, 255, 0, 0.6);
    
}

.view-tour-overview {
	
	max-width: 800px;
	margin: 40px auto;
	
}

.front #block-system-main {
	
	background-color: yellow;
}

.front .view-tour-overview {padding: 0 20px;}

/* ==========================================================================
				            TOUR HOME PAGES
========================================================================== */

/* funds raised blob */

#fundraising-container {
	font-family: "Gotham A", "Gotham B";
	margin: 40px auto 40px auto;
    max-width: 600px;
}

#amountraised {

	font-size: 73px;
	line-height: 1;
	
}

#goalamount {
	text-align: right;
	margin-right: 30px;
	color: #00bff3;
}

#fundsraised {

	font-size: 36px;
	float: left;
    width: 300px;
    height: 150px;
}

/* thermometer */

.therm-container {
	width: 300px;
	float: left;
    height: 150px;
}

.therm-container img {
	float: left;
}

.thermometer {
	max-width: 600px;
    
 
}

.thermometer-outer {
  background: #ccc;
  border: 1px solid #c4c4c4;
  height: 95px;
  width: 100%;
}
.thermometer-inner {
  background: #00bff3;
  height: 95px;
}

/* thermometer offset hiding */

.field-name-field-tour-income-offset {display: none;}


/* slider */
.slick-slider img {width: 100%; height: 100%;}

.slick-arrow {
   display:none !important ;
}

.block-block {
font-family: "Sentinel SSm A", "Sentinel SSm B";
    font-weight: 400;
    padding: 0 15px;
}




/* home page block titles */
.front .block-title {
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-size: 40px;	
	max-width: 600px;
    margin: 100px auto 20px auto;
    font-weight: 400;

}

.front .main-container .block-block p {

max-width: 600px;
    margin: 40px auto 40px auto;


}

/* Sponsor styles */

#block-block-8 img {
	
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);	
}

#block-block-8 img:hover {
	
	-webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;	
}


/* ==========================================================================
				  ENHANCED ABOUT PAGE WITH SCROLLY NAV
========================================================================== */


/* what to bring */





.bring-container {
    position: relative;
	max-width: 150px;
	margin-top: 30px;

}

.bringoffset {
	margin-top: 40px;
}

.bring-container .bring-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 15px;
	z-index: 5000; /* fix visibility on ie9 */
	text-align: center;
	display: none;
	font-family: "Gotham A","Gotham B",Helvetica,Arial,sans-serif;
}


.bring-card p {
	line-height: 15px;
	font-size: 15px;
}

.bring-container:hover {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.bring-container:hover .bring-card {
	color: #000;
	display: block;
    
}


@media (max-width: 768px) {
	
	.bring-container .bring-card {
		display: block;
	}
	
}




/* faq niceties */

.panel-heading [data-toggle="collapse"]:after
{

	font-family: 'FontAwesome';
    content: "\f078"; /* "play" icon */
    float: right;
    color: cyan;
    font-size: 18px;
    line-height: 22px;

}

.panel-heading [data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}
    
    
/* end faq styles */



.page-node-12 .page-header, .page-node-22 .page-header, .page-node-24 .page-header {
	display: none;
}

		.scroll-nav__list {
			list-style-type: none;
			line-height: 14px;
		
			}
		
		.scroll-nav__list li {
		background-color: #ebebeb;
		padding: 10px;
		border-bottom: 2px dotted #ccc;
		margin-left: 15px;
		}

.scroll-nav a {
	color: #414042;
}

/* DESKTOP STYLES! */

@media (min-width: 768px) {

		.scroll-nav {
			position:	absolute;
			right: 0;
		    width: 280px;
			margin-right: 15px;
		}
		
		
		#block-block-12 li a {
		color: black;
		font-size: 14px;
		
		
		}
		
		/* scrolly bar */
		#block-block-12 .block-inner {
			margin: 0; 
			padding: 0; 
			max-width: 280px; 
			margin-top: 50px;
		}
		
		
		#block-block-12 h2 {
		
			background-color: #414042;
			text-transform: uppercase;
			font-size: 14px;
			text-align: center;
			color: white;
			margin-bottom: -18px;
		}
		
		.scroll-nav.fixed {
			width: 280px;
			position: fixed;
			top: 40px; 
			margin-right: 15px;     
		}
		
		
		.scroll-nav__item {
			margin-left: 15px;
		
		}
		

		
		.scroll-nav__list .in-view {
		border-left: 10px solid #f26522;
		background-color: #d7d7d7;
		list-style-position: inside;

		}
		
		.scroll-nav__list .in-view a {
		 

		}
		
		.scroll-nav__heading {
		background-color: #414042 ;
		padding: 5px;
		color: white;
		text-transform: uppercase;
		font-size: 14px;
		
		
		}

}

/* ==========================================================================
				   PARAGRAPHS BASED HOME PAGE
========================================================================== */


/* front page blocks */


.field-name-field-section-title, .field-name-field-raised-title {
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-size: 40px;	
	max-width: 600px;
	margin: 0 auto;
    padding: 70px 40px 40px 40px;
    font-weight: 400;

	
}

.field-name-field-section-content .field-item , .field-name-field-raised-copy .field-item {
	
	margin: 0 auto;
    padding: 40px;
	max-width: 600px;
}

@media (max-width: 900px) {
	
	
	.field-name-field-section-title, .field-name-field-raised-title {
    margin: 0;
    }


	.field-name-field-section-content .field-item , .field-name-field-raised-copy .field-item {
	margin: 0;
	}
}

/* extra padding for thermometer */

.paragraphs-item-fundraising-bar {
	margin-bottom: 200px;
	
}

/* Color blocks for front page sections */


.white-overlay {
box-shadow: inset 0 0 0 1000px rgba(255,255,255,.7);
}
.yellow-overlay {
    box-shadow: inset 0 0 0 1000px rgba(255,255,0,.7);
}

.blue-background {
	background-color: #00bff3;
}
.yellow-background {
	background-color: #ffff00;
}

.gray-background {
	background-color: #ebebeb;
}

.lightgray-bg {
	background-color: #fafafa;
}

/* depreciated below: non-Paragraphs front page blocks */



.socialbig a { color: white; font-size: 35px; margin: 0 8px;}

#block-block-8, #block-block-13, #block-block-18 {
	background-color: #ebebeb;

}

#block-block-8 p, #block-block-8 .block-title, #block-block-13 p, #block-block-13 .block-title , #block-block-18 p, #block-block-18 .block-title   {
	max-width: 600px;
    margin: 40px auto 40px auto;


}


/* ==========================================================================
				SIDEWAYS BUTTONS
========================================================================== */



.btn-default a:hover {
	color: white;
	text-decoration: none;
}

.btn-default a {
	color: #464646;
}

.btn-default a:after {
	content: " \f101";
	font-family: FontAwesome;
}
	

#home-buttons {
    margin-top: 20px;
    
}


@media (min-width: 1000px) {

.image-container .tour-splash {
	padding: 100px;

		}
	}


@media (max-width: 800px) {

	.image-container .tour-splash {
	    position: initial;
		padding: 25px;
		color: black;
		
	}
	
	.tour-title {
	font-size: 30px;
    font-weight: bold;
    }
	
	.tour-splash .btn {
	width: 100%;
	margin-top: 10px;
	}
	
}

@media (min-width: 800px) {

.view-front-page {overflow: hidden;}

.image-container .tour-splash {
	font-size: 40px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

#home-buttons {
    position: absolute;
	z-index: 5000; /* fix button visibility on ie9 */
}

}



/* end cray buttons */



/* ==========================================================================
					NAVIGATION STYLES
========================================================================== */

.topbanner {
	background-color: #ffff00;
	color: #474646;
	padding: 12px;

    height: 50px;
	
}


.topbanner img {margin-right: 10px;}

.img-responsive {width: 100%;}

/* NAVIGATION */

.navbar-nav > .active > a {
	border: 1px solid #474646;
	
}
.navbar-default .navbar-nav > .active > a {
	color: white;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-size: 13px;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
}

.dropdown-menu > li > a {
	color: #464646;
	font-size: 13px;
}

.navbar-default {border: none;}


#header-wrapper {background: #474646; }

#navbar {margin-top: 0; margin-bottom: 0; background: #474646; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	
	border: 1px solid #00bff3;
}



/* register button */

#register { 
	background: transparent;
	border: 1px solid #00bff3;
	color: #00bff3 !important;
	
	}
	
#register:hover { 
	background-color: #fff;
	border: 1px solid #fff;
	color: #00bff3 !important;
	
	}
	
#register:after { 
	content: " \f101";
	font-family: FontAwesome;	
	}
	
	
/* ==========================================================================
						RESPONSIVE BREAKPOINTS
========================================================================== */

/* SMALL SCREENS */

@media (max-width: 550px) {
	
.field-name-field-header-image {
	display: none;
}

.topbanner {
	font-size: 10px !important;
}

}




/* DESKTOPS AND UP! */

@media (min-width: 768px) {

/* home page block titles */
.front .block-title, .field-name-field-section-title, .field-name-field-raised-title {
	
	font-size: 50px;
}
/* let's ride */

#letsride {
	width: 477px;
	height: 58px;
	position: absolute;
	top: 50px;
	left: 525px;
	background: url('/sites/all/themes/albertine/images/lets-ride.png') no-repeat;
	z-index: 2;
	display:none;
	
}



.dropdown:hover .dropdown-menu {
display: block;
}

}


/* VERY WIDE */

@media (min-width: 1200px) {
	
	.navbar-nav {float: right;  margin-top: 50px; }
	
}




