@charset "UTF-8";
/*
Theme Name:  Miners Memorial
Theme URI:
Author: The Update Company
Author URI: http://theupdatecompany.com
Description: Miners Memorial Weekend theme utilizing Bootstrap.
Version: 3.0.1
License:
License URI:
Text Domain: tuc
*/

/* >>>>>>>>>> INITIALIZATION <<<<<<<<<< */

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Adjust Body to account for height of sticky nav only */
html,
body {
	width: 100%;
	height: 100%;
}


/* 8pt grid spacing resets */
.container {
	padding-right: 16px;
	padding-left: 16px;
}

.row {
	margin-right: -8px;
	margin-left: -8px;
}

[class*='col-'] {
	padding-right: 8px;
	padding-left: 8px;
}

/* Margin Overrides */
.no_margin {
	margin: 0;
}

.no_margin_left_right {
	margin-left: 0;
	margin-right: 0;
}

.no_margin_left {
	margin-left: 0;
}

.no_margin_right {
	margin-right: 0;
}

.no_margin_top_bottom {
	margin-top: 0;
	margin-bottom: 0;
}

.no_margin_top {
	margin-top: 0;
}

.no_margin_bottom {
	margin-bottom: 0;
}

/* Padding Overrides */
.no_padding {
	padding: 0;
}

.no_padding_left_right {
	padding-left: 0;
	padding-right: 0;
}

.no_padding_left {
	padding-left: 0;
}

.no_padding_right {
	padding-right: 0;
}

.no_padding_top_bottom {
	padding-top: 0;
	padding-bottom: 0;
}

.no_padding_top {
	padding-top: 0;
}

.no_padding_bottom {
	padding-bottom: 0;
}



/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */
@font-face {
	font-family: Neutra;
	/*src: url(fonts/NEUTRATEXT-BOOKALT.TTF);*/
	src: url(fonts/neutratext-bookalt-webfont.woff);
	font-weight: normal;
}

@font-face {
	font-family: Neutra;
	/*src: url(fonts/NEUTRA-TEXT-TF-ALT-BOLD.TTF);*/
	src: url(fonts/neutra-text-tf-alt-bold-webfont.woff);
	font-weight: bold;
}

@font-face {
	font-family: Neutra;
	/*src: url(fonts/NEUTRATEXT-BOLDITALICALT.TTF);*/
	src: url(fonts/neutratext-bolditalicalt-webfont.woff);
	font-weight: bold;
	font-style: italic;
}

html {
	font-size: 62.5%;
}

body {
	word-break: normal;
	hyphens: auto;
	font-family: "Neutra", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.6rem;
	line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #FCB813;
}

h1 {
	font-size: 4rem;
	font-weight: bold;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.6rem;
}

h4 {
	font-size: 2.4rem;
}

h5 {
	font-size: 2.0rem;
}

h6 {
	font-size: 1.9rem;
}

p,
span,
pre,
ol,
ul,
li,
label,
table,
thead,
tfoot,
tr,
td,
time,
blockquote,
a {
	font-size: 2.1rem;
	color: #231F20;
}

a {
	color: #FCB813;
}

a:hover,
a:focus {
	color: #FCA000;
}

a:active {
	color: #FCB213;
}

.material-icons {
	font-size: 2.4rem;
	line-height: 70%;
	padding-top: 7px;
}

/* Stop Breaking */
* {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

* {
	word-break: keep-all;
}

/* >>>>>>>>>> RESETS <<<<<<<<<< */


#top {
	display: inline;
	position: absolute;
	top: 0;
}

/* border-radius:0; */
.panel {
	border-radius: 0;
}

.form-control {
	border-radius: 0;
}

.alert {
	border-radius: 0;
}


/* Overide inline image & caption widths when entered in Content field */
.wp-caption {
	max-width: 100%;
	height: auto;
}

.content img {
	width: 100%;
	height: auto;
}

/* Responsive Video Aspect Ratio ( must wrap php video output or embeds with <div class="videoContainer"></div> ) */
.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Buttons */
.btn {
	border: 0 solid transparent;
	border-radius: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.15s ease-in-out;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary {
	color: #fff;
	background-color: #2196F3;
	border-color: #2196F3;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1976D2;
	border-color: #1976D2;
}

.btn-primary.active,
.btn-primary:active {
	color: #fff;
	background-color: #1565C0;
	border-color: #1565C0;
}

.btn-excerpt {
	display: block;
	margin: 10px 0;
}

.btn-scroll {
	display: block;
	position: absolute;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #2196F3;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22), 0 2px 8px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.15s ease-in-out;
}

.btn-scroll:focus,
.btn-scroll:hover {
	background: #1976D2;
	color: #ffffff;

}

.btn-scroll:active {
	background: #1565C0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	color: #ffffff;
}

#scroll-down {
	bottom: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	outline: none;
}

#back-to-top {
	position: fixed;
	bottom: -40px;
	right: 4px;
	z-index: 9999;
	outline: none;
	background-color: #6F0D19;
}

#back-to-top.visible {
	bottom: 4px;
}

.btn-search {
	display: block;
	position: absolute;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #2196F3;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.15s ease-in-out;

}

.btn-search:focus,
.btn-search:hover {
	background: #1976D2;
	color: #ffffff;

}

.btn-search:active {
	background: #1565C0;
	box-shadow: none;
	color: #ffffff;

}

.btn-search .icon {
	margin: -1px 0 0;
	transition: all 0.15s ease;
}

/* Forms */
.form-control {
	transition: all 0.15s ease-in-out;
}

.form-control:hover {
	border: 1px solid #2196F3;
	outline: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-control:focus {
	border: 1px solid #2196F3;
	outline: 0;
	-webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

/* Search Form */
#searchform {
	display: inline-block;
	position: relative;
	margin: 0 0 16px;
	width: 100%;
}

#searchform .search-field {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
}

#searchform .btn-search {
	display: inline-block;
	position: relative;
	float: left;
	margin: 4px 0 0 -36px;
}

/* Comments */
.form-submit {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
}

.entry-comments li {
	padding: 0;
}

.entry-comments .alert {
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.comment-avatar img {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin: 0 15px 0 0;
	width: 48px;
	height: auto;
}

.entry-comments .comment-meta {
	margin: 0;
}

.comment {
	list-style: none;
}

/* Blockquotes */
blockquote {
	padding: 8px 16px;
	margin: 0 0 16px;
	border-left: 4px solid #2196F3;
}

/* Widgets */
.widget {
	margin: 0 0 16px;
}

.widget ul {
	list-style-type: none;
	padding: 0;
}

.widget ul li {
	margin: 0 0 8px;
}

.widget h4 {
	margin: 0 0 16px;
	font-size: 1.8rem;
}

/* Images */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.image_wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 56.25% 0;
	margin: 0 0 -6px;
	background: #EEEEEE;

	overflow: hidden;
	transition: box-shadow 0.25s ease-in-out;
}

.image_wrap:hover {}

.image_wrap img {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Navbar */
.navbar {
	/*min-height: 40px;*/
	/*border: 0;*/
	/*z-index: 1;*/
	/*width: 100%;*/
	position: absolute;
	/*margin-bottom: 0;*/
	/*padding-left: 8px;*/
}

.navbar-fixed-top {
	border-width: 0;
	padding-top: 5px;
}



.navbar-brand {
	float: left;
	max-width: 130px;
	height: 40px;
	padding: 8px;
}

.logo {
	width: 40px;
	height: auto;
}

.navbar-toggle {
	position: relative;
	float: left;
	margin: 4px;
	margin-left: 15px;
	padding: 0;
	width: 32px;
	height: 32px;
	background-color: #6F0D19;
	background-image: none;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	color: #FCB813;
	overflow: hidden;
	transition: all 0.15s ease;
}

.navbar-default {
	background-color: rgba(230, 230, 230, 0.5);
}

.navbar-default .navbar-toggle {
	border-color: #6F0D19;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.navbar-default .navbar-toggle:active {
	background-color: transparent;
	box-shadow: none;
}

.navbar-toggle .icon {
	margin-top: -1px;
	transition: all 0.15s ease;
}

.navbar-toggle .icon.swap {
	margin-top: -36px;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0 solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-collapse.in {
	background-color: #f8f8f8;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 568px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #FCB813;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #FCB813;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #FCB813;
	background-color: transparent;
}

.nav>li>a {
	padding: 10px 16px;
	font-weight: 700;
	color: inherit;
	font-size: 2.4rem;
}

#footerMenu .nav>li>a {
	font-size: 1.8rem;
}

.navbar-default .navbar-nav>li>a {
	color: #6F0D19;
}

/* Dropdown */
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
	padding: 10px 16px;
}

.dropdown-menu {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.dropdown-menu>li>a {
	padding: 10px 16px;
	font-weight: 400;
	color: #424242;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #2196F3;
}

/* Nav Pills */
.nav-pills>li>a {
	border-radius: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #ffffff;
	background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background: none;
}


/* Pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0 0 16px;
	border-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2196F3;
	border-color: #2196F3;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #2196F3;
	text-decoration: none;
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #1976D2;
	background-color: #F5F5F5;
	border-color: #E0E0E0;
}

.pagination>li>a:active,
.pagination>li>span:active {
	color: #1565C0;
	background-color: #EEEEEE;
	border-color: #E0E0E0;
}

.pagination>li>a.page_prev,
.pagination>li>a.page_next {
	padding: 8px 8px 2px;
}

.pagination .icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.pagination .material-icons {
	font-size: 1.8rem;
	line-height: normal;
}

/* Effects */
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
}

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

.homePage p {
	color: #FFFFFF;
}

.homePage li {
	font-size: 1.6rem;
	color: #FFFFFF;
}

.homePage h3 {
	font-size: 4.8rem;
}

/* Sections */
section {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	border-bottom: 2px #FCB813 solid;
}

section#homeContent {
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: lightgrey;
	/* background-image: url('images/downtown.jpg'); */
	background-image: url('images/mm-header-bg.png');

}

#homeContent h1 {
	color: #231F20;
	padding-bottom: 30px;
	padding-top: 20px;
}

#homeContent h2 {
	font-style: italic;
	font-weight: bold;
}

#homeContent p {
	color: #6F0D19;
	font-size: 2.4rem;
	line-height: 80%;
}

#homeContent .homeText {
	padding-right: 15px;
}

.homePreContent {
	background-color: rgb(204, 51, 51);
	padding: 10% 20%;
	padding-top: 15%;
}

#homeContent img {
	display: none;
}

section#homeSummary {
	background-color: grey;
	background-image: url('images/grave-1.jpg');
	background-position: top;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: none;
}

section#homeImages {
	background-color: darkgrey;
	padding: 0;
}

section#homeGinger {
	background-color: lightgrey;
	background-image: url('images/ginger-funeral.jpg');
	padding-top: 0;
	padding-bottom: 0;
}

#homeGinger h2,
#homeGinger h3,
#homeGinger p {
	color: #FFFFFF;
	text-shadow: 0 0 10px black;
}

.gingerText {
	padding-top: 150px;
	padding-bottom: 150px;

}

.gingerImageBox {
	text-align: center;
	padding: 0;
}

.gingerImage {
	max-height: 800px;
	overflow: hidden;
}

.gingerImageCaption {
	bottom: 20%;
	position: absolute;
	left: 50%;
	margin-left: -25%;
}

section#homeSchedule {
	background-color: grey;
	background-image: url('images/grave-2.jpg');
	padding-top: 150px;
	padding-bottom: 150px;
}

.homeEvent p {
	font-size: 1.6rem;
	line-height: 24px;
}

.homeEvent h4 {
	margin-top: 20px;
}

p.homeEventDate {
	line-height: 70%;
	font-size: 1.4rem;
	font-weight: bold;
}

section#homeTakePart {
	background-color: lightgrey;
	background-image: url('images/grave-3.jpg');
	padding: 100px 0;
}

#homeTakePart h3,
#homeTakePart h4 {
	color: #6F0D19;
}

#homeTakePart p {
	color: #4A4A4A;
}

#homeTakePart button {
	height: 64px;
	width: 100%;
	max-width: 240px;
	border-radius: 32px;
	background-color: #6F0D19;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.66);
	border: none;
}


section#homeSponsors {
	background-color: grey;
	background-image: url('images/ginger-speech.jpg');
	padding: 100px 0;
}

.sponsorLogo {
	padding: 30px;
}

.sponsorLogo p {
	margin-top: 15px;
}

section#copyright {
	background-color: #231F20;
	padding: 0;
	font-size: 10px;
	min-height: 80px;
	margin-bottom: -40px;
	font-weight: bold;
}


#copyright .copyright {
	display: table-cell;
	vertical-align: middle;
}

#copyright .container {
	padding-top: 10px;
}

/* Jumbotron */
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
}

.jumbotron {
	position: relative;
	margin: 0 0 40px 0;
	background: #f8f8f8;
	min-height: 320px;
}

article.full-header,
header.full-header {
	display: inline;
}

.jumbotron.full_header {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	border-radius: 0;
	background-color: #eee;

}

.jumbotron .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.jumbotron.full_header .container {
	text-align: center;
}

.jumbotron.hasImage {
	color: #fff;
	background: no-repeat center center scroll;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: auto;
}

.jumbotron.full_header.hasImage {
	height: 100%;
	color: #fff;
	background: no-repeat center center fixed;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron.hasImage .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.33);
}

.jumbotron .h1,
.jumbotron h1 {
	font-size: 2.4rem;
	font-weight: 700;
}


#homeImages .container-fluid {
	padding: 0;
}

#homeImages .row {
	margin: 0;
}

.homeImage img {
	border: none;
}

.card {
	display: inline-block;
	position: relative;
	margin: 0 0 16px;
	width: 100%;
	height: auto;
	background: #ffffff;
	border: 0;
	border-top: 2px solid #E0E0E0;
	box-shadow: none;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
}

.card:hover {
	border-top: 2px solid #2196F3;
}

.card.sticky {
	border-top: 2px solid #2196F3;
}

.card_image {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}

.card_inner {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 8px;
	width: 60%;
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}

.card_inner h1 {
	margin: 0 0 8px;
	font-size: 1.6rem;
}

.card_inner p {
	display: none;
	margin: 0 0 8px;
}

.card_inner time {
	font-size: 1.2rem;
	margin: 0 0 8px;
}

.card_inner .btn {}

ul.contact_info {
	margin: 0 0 16px;
	padding: 0;
}

ul.contact_info li {
	list-style: none;
	margin: 0 0 16px;
	padding: 8px 0 0;
}

ul.contact_info .icon {
	display: inline;
	float: left;
	clear: both;
	margin: -8px 8px 0 0;
}

footer {
	background-image: url('images/bg-dark.jpg');
}

footer .inner {
	padding: 40px 0;
	/*background:#F5F5F5;*/
}

footer h4 {
	font-size: 1.8rem;
}

footer p,
footer ul,
footer li,
footer a,
footer span {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
}

footer .nav>li>a {
	padding: 7px 10px;
	font-weight: 700;
	color: #FCB813;
	font-size: 1.5rem;
}

footer .nav>li>a:hover {
	text-decoration: underline;
}

.footerLogo img {
	width: 100%;
	max-width: 200px;
	height: auto;
	padding: 2rem 0;

}

.footerLogoMM {
	width: 100px;
	height: 100px;
	background-color: #CC3333;
	border-radius: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer .fbIcon {
	padding-right: 10px;
}

.homeImage {
	padding: 0;
}

.takePart {
	padding: 15px 8px;
}

.homeEvent {
	padding: 15px 8px;
}

.subHeading {
	font-weight: bold;
}


button {
	height: 64px;
	width: 240px;
	border: 4px solid #FCB813;
	border-radius: 32px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.66);
	background: none;
	color: #ffffff;
	margin-top: 24px;
	font-weight: bold;
}

#copyright p,
#copyright a,
#copyright span {
	font-size: 12px;
	color: #FCB213;
}

#copyright .updateCompany {
	padding-left: 20px;
}

/*Subscribe popup */
.gform_validation_container {
	display: none;
}

.name_first label,
.name_last label {
	display: none;
}

.youtube-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* [][][][][][][][][][][][][][] */
/* >>>> MOBILE LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (orientation: landscape) {}

/* END mobile landscape */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE LG <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 540px) {
	section {
		padding-left: 50px;
		padding-right: 50px;
	}

	section#homeImages {
		padding: 0;
	}

	section#homeContent {
		padding-top: 120px;
		padding-bottom: 250px;
	}

	.headerLogo {
		max-width: 400px;
	}

}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> DESKTOP SM <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {

	section {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content img {
		width: auto;
	}

	.homePageNav {
		top: 40px;
	}

	.navbar {

		padding-left: 50px;
		position: fixed;
	}

	.homePageNav.navbar-default {
		background-color: transparent;
	}

	.navbar.scrollDown {
		background-color: rgba(250, 250, 250, 0.5);
		padding-top: 5px;
		top: 0;
	}

	.navbar-nav {
		float: left;
		/*margin: 0;*/
	}

	#back-to-top {
		position: fixed;
		bottom: -40px;
		right: 16px;
		z-index: 9999;
		outline: none;
		background-color: #6F0D19;
	}

	#back-to-top.visible {
		bottom: 16px;
	}

	#searchform {
		max-width: 480%;
	}

	.jumbotron .container {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}

	.jumbotron.hasImage {
		min-height: 540px;
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 4.8rem;
		font-weight: 400;
	}

	.card_inner {
		padding: 16px;
	}

	.card_inner h1 {
		font-size: 1.8rem;
	}

	.card_inner p {
		display: block;
	}

	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-12 {
		padding: 15px 50px;
	}

	footer .col-md-3 {
		padding: 15px 8px;
	}

	footer .col-sm-6.aboutCol {
		min-height: 450px;
	}

	.footerLogo {
		text-align: center;
	}

	.footerLogoMM {}

	#copyright .col {
		display: inline-block;
		padding: 15px 50px;
		text-align: center;
	}

	.homePreContent {
		display: none;
	}

	#homeContent img {
		display: block;
	}

	.homeImage {
		padding: 0;
	}

	.gingerImageBox {
		padding: 0;
	}

	.homeEvent,
	.takePart {
		padding: 15px 8px;
	}

	.takePart {
		padding-bottom: 50px;
	}

	.takePartDescription {
		min-height: 150px;
	}

	.gingerText {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.videoContainer iframe,
	.videoContainer object,
	.videoContainer embed {

		width: 70%;
		height: 70%;
	}

}

/* END 768px */

/* [][][][][][][][][][][][][][] */
/* >>>> TABLET LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) and (orientation: landscape) {}

/* END 768px landscape*/

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP MD <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 992px) {

	.card_inner {
		padding: 24px;
	}

	.takePartDescription {
		min-height: 250px;
	}

	.takePart {
		padding-bottom: inherit;
	}

	.col-md-3.footerMenu {
		padding-left: 40px;
	}


}

/* END 992px */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px) {

	.takePartDescription {
		min-height: 200px;
	}
}

/* END 1200px */