/*
Theme Name: TZ Motorsport
Theme URI: http://www.tzmotorsport.com.au/
Author: Swish Design
Author URI: http://www.swishdesign.com.au
Description: A WordPress theme created with underscores and bootstrap for TZ Motorsport.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tzmotorsport
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
TZ Motorsport is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Global Rules
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Pages
	## Front Page
	## Inner Page
	## Blog Home Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1, .section-title {
	font-size: 28px;
	line-height: 32px;
	color: #032446;
	font-weight: 500;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;	
} 
h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;		
} 
h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;		
	color: #001322;
} 
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;		
} 
h6, .read-more-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;		
} 
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #4e4e4e;
	font-family: "korolev",sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}
p {
	margin-bottom: 20px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
label {
	font-weight: 500;
} 
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #032446;
	border-radius: 0px;
	background: #032446;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
	-webkit-transition: all ease-in-out 0.2s;
	   -moz-transition: all ease-in-out 0.2s;
	    -ms-transition: all ease-in-out 0.2s;
	     -o-transition: all ease-in-out 0.2s;
	        transition: all ease-in-out 0.2s;	
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #123a63;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #123a63;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
textarea.form-control,
div.fancy-select div.trigger {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #727272;
	border: 1px solid #cccccc;
	padding: 4px 9px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #F5F5F5;
}
div.fancy-select div.trigger {
	padding: 9px;
} 
textarea.form-control {
	height: 152px;
} 
select {
	border: 1px solid #cccccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Global Rules
--------------------------------------------------------------*/
.bg-cover {
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;	
	background-repeat: no-repeat;    
} 
.btn {
	min-width: 148px;	
    -webkit-border-radius: 0px;
            border-radius: 0px;	
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.btn-primary {
    background-color: #e90011;
    border-color: #e90011;
}
.btn-md {
	min-width: 132px;
	padding: 5px 12px;
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #a6000c;
    border-color: #a6000c;
}
.btn-secondary {
    background-color: #032446;
    border-color: #032446;	
}
.btn-secondary:hover,
.btn-secondary:focus,.btn-secondary.focus,
.btn-secondary:active, .btn-secondary.active {
    color: #FFF;
    background-color: #123a63;
    border-color: #123a63;	
}
.btn .fa {
	margin-left: 18px;
	font-size: 18px;
} 
.default-section {
	padding: 30px 0;
} 
.vc-table {
	display: table;
	width: 100%;
	height: 100%;
} 
.vc-table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
} 
table {
    width: auto;
    margin: 19px auto 27px auto;
} 
table thead tr {
    background: #ebebeb;
    font-size: 18px;
    line-height: 21.43px;
    font-weight: 500;    
}
table thead>tr:first-child {
    background: #E90011;
    color: #FFF;
    font-size: 20px;
    line-height: 21.43px;
    font-weight: 700;
}
table td, table th {
	max-width: 300px;
	padding: 11px;
} 
table tbody td {
	padding: 13px;
} 
table tbody tr {
	border-bottom: 1px solid #898989;	
}
blockquote {
	font-size: 16px;
    line-height: 24px;
    color: #e90011;
    border-top: 1px solid #e90011;
    border-bottom: 1px solid #e90011;
    border-left: none;
    text-align: center;
    padding: 14px 5px;
    font-weight: 300;
    margin-top: 47px;
    margin-bottom: 47px;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;	
} 
blockquote p {
	color: #e90011;
} 
form.search-form input {
	height: 42px;
} 
form.search-form label {
	vertical-align: top;
} 
form.search-form input[type="submit"] {
	background: #032446;
	height: 42px;
} 
form input[type="submit"] {
    background: #032446;
    height: 32px;
    width: 82px;
    /* margin: 0 5px; */
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #727272;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #727272;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #727272;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #727272;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
}
.form-control {
	height: 42px;
	font-size: 16px;
} 
div.wpcf7-response-output {
    margin: 20px 0;
    padding: 10px 15px;
}
div.wpcf7-validation-errors {
    border-color: #e9051d;
}
.text-center input, .text-center textarea, .text-center select, .text-center button {
	text-align: center;
} 
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pre-Header
--------------------------------------------------------------*/
#masthead {	
	color: #FFF;
}
#pre-header {
	background: url("images/header-bg.jpg");
	height: 100px;
    clear: both;
    display: block;
    float: left;
    width: 100%;	
} 
#pre-header .logo-col {
	padding-right: 0;
} 
#pre-header .site-logo {
	display: block;
	float: left;	
	width: 60%;
	margin-left: 2%;
} 
#pre-header .site-description {
	float: left;
	max-width: 183px;
	padding: 27px 0 20px 9px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;	
	width: 38%;
}
#random-sponsors {
	padding: 17px 0 20px 0;
	text-align: right;
}
#random-sponsors .sponsor-img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	width: 25%;
	text-align: center;
} 
#random-sponsors .sponsor-img img {
	max-height: 70px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#sponsors-inner {
	background: #040404;
} 
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}
a:hover,
a:focus,
a:active {
	color: #e90011;
	text-decoration: none;
}
a,
a:hover,
a:focus,
a:active,
.wdi_load_more,
.wdi_spinner,
.wdi_load_more:hover,
.wdi_spinner:hover {
	-webkit-transition: all ease-in-out 0.2s;
	   -moz-transition: all ease-in-out 0.2s;
	    -ms-transition: all ease-in-out 0.2s;
	     -o-transition: all ease-in-out 0.2s;
	        transition: all ease-in-out 0.2s;
} 
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: rgba(3,36,70,.85);
}
#main-menu-wrap, #site-navigation-mob {
	display: none;
} 
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 11px 19px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.23px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation .sub-menu {
	background: #fff;
    top: 54px;
}
.main-navigation .sub-menu .menu-item {
	text-align: left;
    color: #000;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
	color: #e90011;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	#main-menu-wrap {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 16px;
	overflow: hidden;
	text-transform: uppercase;
	color: #032446;
	font-size: 16px;
	padding-top: 12px;
	font-weight: 500;
}
.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus,
.site-main .posts-navigation a:focus,
.site-main .post-navigation a:focus {
	border-bottom: 1px solid #032446;
	color: #032446;
} 
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	display: inline-block;
	width: auto;
	text-align: right;
	padding: 0 5px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	display: inline-block;
	width: auto;
	text-align: left;
	padding: 0 5px;
	position: relative;
}
.posts-navigation .nav-previous+.nav-next::before {
	content: "";
	display: block;
	position: absolute;
	top: 4.5px;
	left: 0;
	height: 14px;
	border-left: 1px solid #687383;
} 
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 19px 0 0;
}
.entry-content>*:first-child {
	margin-top: 0;
} 
.page-links {
	clear: both;
	margin: 0 0 15px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#masthead {
	position: relative;
	z-index: 2;
} 
.site-content {
	position: relative;
	z-index: 1;
} 
footer#colophon {
	position: relative;
	z-index: 0;
} 
/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
#banner-home {
	position: relative;
	background-color: #000;
}
#banner-home #scroll-down {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
	cursor: pointer;
}
#banner-home .banner-item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0,-20%,10%, 0.7);
	z-index: 0;
} 
#banner-home .banner-item.slide-image::after {
	background-color: hsla(0,-20%,10%, 0.3);
} 
#banner-home .container-fluid {
	position: relative;
	height: 100%;
	z-index: 1;
}
#banner-home .banner-img-pos-wrap {
	width: 57%;
	text-align: right;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
} 
#banner-home .banner-image {
	text-align: right;
} 
#banner-home .banner-image img {
	display: inline-block;
} 
#banner-home .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
#banner-home .banner-item {
	outline: none;
	opacity: 0;
	visibility: hidden;
} 
#banner-home .slick-initialized .banner-item {
	opacity: 1;
	visibility: visible;
} 
#banner-home .banner-item .animated  {
  -webkit-animation-duration : 1s;
  animation-duration : 1s;

  -webkit-animation-delay : 500ms;
  animation-delay : 500ms;
}
#banner-home .banner-item .animate-out {
  -webkit-animation-delay : 500ms;
  animation-delay : 500ms ;
}
#banner-home .banner-image.animated {
  -webkit-animation-delay : 1000ms;
  animation-delay : 1000ms;	
} 
#banner-home .banner-text .title.animated {
  -webkit-animation-delay : 1200ms;
  animation-delay : 1200ms;	
  -webkit-animation-duration : 500ms;
  animation-duration : 500ms;	    
} 
#banner-home .banner-text .description.animated {
  -webkit-animation-delay : 1300ms;
  animation-delay : 1300ms;	
  -webkit-animation-duration : 700ms;
  animation-duration : 700ms;	    
} 
#banner-home .banner-text a.btn.animated {
  -webkit-animation-delay : 1800ms;
  animation-delay : 1800ms;	
  -webkit-animation-duration : 800ms;
  animation-duration : 800ms;	    
} 
#banner-home .banner-txt-pos-wrap {
	position: absolute;
	left: 58%;
	top: 59%;
	width: 30%;
	color: #FFF;
	z-index: 0;
	overflow: hidden;
	padding: 86px 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
} 
#banner-home .banner-img-pos-wrap + .banner-txt-pos-wrap {
	top: 46%;
} 
#banner-home .banner-text .banner-text-wrap {
	max-width: 383px;
} 
#banner-home .banner-img-pos-wrap + .banner-txt-pos-wrap .banner-text-wrap {
	max-width: 365px;
} 
#banner-home .banner-text .title {
	font: 40.81px/44px 'monospacetypewriterregular', sans-serif;
	padding-bottom: 14px;
	margin-bottom: 14px;
	position: relative;
	border-bottom: 3px solid #fff;
}
#banner-home .first-banner-item .title {
	border-bottom: none;
} 
#banner-home .first-banner-item .banner-text .title::before {
	content: "";
	position: absolute;
	width: 693px;
	bottom: -3px;
	right: 0;
	height: 3px;
	background: #fff;
} 
#banner-home .banner-text .title span {
	display: block;
	font: 130px/130px "korolev-condensed",sans-serif;
	font-weight: 500;
} 
#banner-home .banner-text .description {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 30px;
} 
#banner-home .owl-dots, #banner-home .slick-dots {
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);	
} 
.slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
} 
.slick-dots li button { 
   display: none;
} 
.owl-carousel .owl-dot, .slick-dots li {
	width: 8px;
	height: 8px;
	margin-bottom: 3px;
	border: 1px solid #fff;
	cursor: pointer;
} 
.owl-carousel .owl-dot.active, .slick-dots li.slick-active {
	background: #FFF;
}
#about-us {
	padding: 21px 0 18px 0;	
} 
#about-us .container {
	max-width: 680px;
} 
#about-us .content {
	padding-top: 2px;	
}
#about-us p {
	font-size: 20px;
	line-height: 26px;
} 
#membership-panel {
	background: #E90011;
	color: #FFF;	
	padding: 15px 0 16px 0;
}
#membership-panel .description {
	font-size: 24px;
	padding-top: 3px;
	padding-left: 33px;
	line-height: 30px;
} 
#membership-panel .description, #membership-panel .btn {
	display: inline-block;
	vertical-align: top;
} 
#membership-panel .btn {
	margin-left: 18px;	
	min-width: 141px;
}
#next-event {
	background-image: url("images/events-bg.jpg");
	background-color: #000000;
	color: #FFF;
	padding: 30px 0 63px 0;
} 
#next-event .event-flags {
	padding-top: 31px;
	padding-bottom: 46px;
} 
#next-event p.event-text {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;	
	margin-bottom: 34px;
}
#next-event p span {
	color: #E90011;
} 
#next-event .count-down {
	font-size: 100px;
	line-height: 100px;
	font-weight: 300;
}
#next-event .count-down>div {
	display: inline-block;
	padding: 0px 26px;
	text-transform: uppercase;
	width: 170px;
} 
#next-event .count-down>div:first-child {
	width: 230px;
} 
#next-event .count-down span {
	display: block;
	font: 18px/22px 'monospacetypewriterregular', sans-serif;
	padding-top: 12px;
	letter-spacing: 1px;
} 
#latest-posts {
	background: #000;
	color: #FFF;
} 
#latest-posts .container {
	padding: 0;
	width: 100%;
} 
#latest-posts .post-item {
	height: 325px;
	margin-bottom: 3px;
	position: relative;
} 
#latest-posts .post-item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #001322; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, transparent, #001322 70%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, transparent, #001322 70%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, transparent, #001322 70%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, transparent , #001322 70%); /* Standard syntax */
} 
#latest-posts .posts-wrapper>.post-item:last-child {
	margin-bottom: 0;
} 
#latest-posts .post-content {
	position: absolute;
	right: 53px;
	top: 52%;
	left: auto;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 30%;
} 
#latest-posts .posts-wrapper>.post-item:nth-child(even) .post-content {
	left: 68px;
	right: auto;
	text-align: right;
}
#latest-posts .posts-wrapper>.post-item:nth-child(even)::after {
	background: -webkit-linear-gradient(left, #001322 30%, transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #001322 30%, transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #001322 30%, transparent); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #001322 30%, transparent); /* Standard syntax */
}
#latest-posts .title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 8px;
} 
#latest-posts .description {
	font-size: 16px;
	line-height: 26px;
} 
#latest-posts .description p {
	margin-bottom: 15px;	
}
#latest-rider {
	background-image: url("images/riders-bg.jpg");
	padding-top: 17px;
} 
#latest-rider .container {
	position: relative;
} 
#latest-rider .post-image {
	float: left;
	width: 40%;
	margin-left: 12.8%;
} 
#latest-rider .post-content {
	width: 42%;
	margin-left: 32px;
	overflow: hidden;
} 
#latest-rider .title,
#latest-sponsor .title {
	font-size: 30px;
	line-height: 32px;
	color: #032446;
	font-family: 'monospacetypewriterregular', sans-serif;
	margin-bottom: 15px;
} 
#latest-rider .description,
#latest-sponsor .description {
	font-size: 20px;
	line-height: 30px;
	color: #1A1A1A;	
	margin-bottom: 30px;
}
#latest-sponsor {
	background: #001322;	
	color: #fff;
	padding: 57px 0;
}
#latest-sponsor .section-title {
	padding-bottom: 30px;
} 
#latest-sponsor .section-title,
#latest-sponsor .title,
#latest-sponsor .description {
	color: #fff;
} 
#latest-sponsor .post-image {
	padding: 10px 0 47px 0;
} 
#latest-sponsor .title {
	margin-bottom: 21px;
} 
#latest-sponsor .description {
	margin-bottom: 34px;
} 
/* Footer */
footer#colophon {
	background-image: url("images/footer-bg.jpg");
	background-color: #000;
	color: #FFF;
	padding: 26px 0;
} 
footer#colophon .contact-col h3 {
	color: #e90011;
	margin: 0 0 13px 0;
	font-size: 14px;
	line-height: 16px;
} 
footer#colophon label {
	color: #e2e2e2;
}
#social-icons {
    list-style: none;    
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#social-icons li {
	position: relative;
    display: inline-block;
    padding: 0 6px;
}
#social-icons li a {
    width: 44px;
    height: 44px;
    background: #5f5f5f;
    line-height: 44px;
    border-radius: 50%;   
    display: block;
    outline: none;
}
#social-icons li a:before {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 26px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';
}
#social-icons li a:hover {
	background: #e90011;
} 
#social-icons li a[href*="facebook.com"]::before { content: '\f09a'; }
#social-icons li a[href*="twitter.com"]::before { content: '\f099'; }
#social-icons li a[href*="dribbble.com"]::before { content: '\f17d'; }
#social-icons li a[href*="plus.google.com"]::before { content: '\f0d5'; }
#social-icons li a[href*="pinterest.com"]::before { content: '\f0d2'; }
#social-icons li a[href*="github.com"]::before { content: '\f09b'; }
#social-icons li a[href*="tumblr.com"]::before { content: '\f173'; }
#social-icons li a[href*="youtube.com"]::before { content: '\f167'; }
#social-icons li a[href*="flickr.com"]::before { content: '\f16e'; }
#social-icons li a[href*="vimeo.com"]::before { content: '\f194'; }
#social-icons li a[href*="instagram.com"]::before { content: '\f16d'; }
#social-icons li a[href*="linkedin.com"]::before { content: '\f0e1'; }
footer#colophon .site-info {
	font-family: "din-2014", sans-serif;
	font-weight: 300;	
}
.footer-site-info {
	text-align: right;
} 
#footer-menu {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	list-style: none;
	font-weight: 500;
} 
/*--------------------------------------------------------------
## Inner Page
--------------------------------------------------------------*/
#banner-inner {
	height: 352px;	
	background-color: #000;
}
#inner-content {
	padding: 42px 0 36px 0;
}
#inner-content .intro {
	margin-bottom: 26px;
}  
#inner-content .intro h1 {
	margin-bottom: 24px;	
} 
.expandables .expand-content {
	display: none;
}
.tz-thumbnail {
	height: 210px;
	background-color: #001322;
	color: #FFF;
	margin-bottom: 29px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background-size: cover!important;
} 
.tz-thumbnail .tz-content {
    background: rgba(0,19,34,0.9);
    color: #FFF;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;    
	-webkit-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	   -moz-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	    -ms-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	     -o-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	        transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
} 
.page-template-page-events .tz-thumbnail .tz-content {
	height: 62px;
	height: auto;
} 
.tz-thumbnail .tz-extra {
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;  	
} 
.no-touchevents .tz-thumbnail:hover .tz-content,
.tz-thumbnail.active .tz-content {
	height: 100% !important;
} 
.no-touchevents .tz-thumbnail:hover .tz-extra,
.tz-thumbnail.active .tz-extra {
	visibility: visible;
	opacity: 1;
	height: auto;
} 
.tz-content h3, .tz-content h6, .tz-content h6 p {
	margin: 0;
}
.no-touchevents .tz-thumbnail:hover h3,
.tz-thumbnail.active h3 {
	margin-bottom: 11px;
} 
.no-touchevents .tz-thumbnail:hover .tz-content h6,
.tz-thumbnail.active .tz-content h6 {
	margin-bottom: 10px;
} 
.tz-content h6 {
	font-style: italic;	
} 
.default-style h2 {
	color: #616161;
}
.default-style h5 {
	color: #3e3e3e;
} 
.default-style h4 {
	padding-bottom: 20px;
} 
.default-style a {
	color: #e90011;
} 
.default-style a:hover, .default-style a:focus, .default-style a:active {
    color: #a6000c;
}
.default-style th {
	text-align: center;
}
.default-style ul,.default-style ol {
	margin: 10px auto;
	max-width: 676px;
	text-align: left;
}
.default-style ul ul, .default-style ul ol,
.default-style ol ul, .default-style ol ol {
	margin: 0 0 10px 0px;
}
.default-style ul ul {
	list-style: circle;
	margin-top: 7px;
	padding-left: 22px;
} 
.default-style blockquote {
	max-width: 750px;
	margin: 16px auto 20px auto;
} 
.default-style form {
	max-width: 402px;
	margin: 20px auto 16px auto;
} 
.default-style form input,
.default-style form textarea {
	width: 100%;
	text-align: center;
} 
.default-style form label, .default-style form span {
	display: block;
	width: 100%;
} 
.default-style .expand-content>div[role="form"]:first-child form {
	margin-top: 0;
} 
form p {
	margin-bottom: 13px;
}
.collapse-expandable {
	color: #032446;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px solid #a4aab2;
	margin-top: 26px;
}
#testimonials {
	background: #032446;
	color: #FFF;
	padding: 23px 0 50px 0;
} 
#testimonials .testimonial {
	padding: 0 10px 26px 10px;	
}
#testimonials .title {
	margin-bottom: 69px;	
} 
#testimonials .title h1 {
	color: #FFF;
}
#testimonials i {
	font-size: 16px;
	line-height: 24px;
}
#testimonials .description {
	max-width: 510px;
	margin: 0 auto;
	letter-spacing: 1px;
	word-spacing: 0.3px;
	position: relative;
}
/* #testimonials .description::before {
	content:'“';
	position: absolute;
	top: 5px;
	left: -14px;
	font-weight: 700;
	font-style: italic;
	font-size: 36px;
} */
#testimonials .description p {
	margin-bottom: 8px;	
}
#testimonials .description p::before {
	content:'“';
	height: 12px;
	margin: -8px 10px 0 0;
	display: inline-block;
	font-weight: 700;
	font-style: italic;
	font-size: 36px;
	vertical-align: middle;
}
#testimonials .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
} 
/*--------------------------------------------------------------
## Blog Home Page
--------------------------------------------------------------*/ 
#posts-section {
	padding: 44px 0;
} 
.section-header {
	margin-bottom: 55px;
} 
#posts-section .tz-thumbnail {
	margin-bottom: 51px;	
	background-size: cover;
}
#posts-section .tz-thumbnail.type-riders {
	background-position: top;
} 
#posts-section .tz-thumbnail:hover .tz-extra h6,
#posts-section .tz-thumbnail.active .tz-extra h6 {
	margin-bottom: 20px;
}  
.read-more-link {
	border-bottom: 1px solid #fff;
	display: inline-block;
	line-height: 16px;
} 
/*--------------------------------------------------------------
## Blog Single Page
--------------------------------------------------------------*/ 
.soc-share div.nc_socialPanel *.nc_tweetContainer {
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #fff;
} 
.nc_socialPanel,
div.nc_socialPanel .nc_tweetContainer,
.nc_socialPanel .nc_tweetContainer a.nc_tweet, .nc_socialPanel .totes .swp_count,
.iconFiller,
.nc_socialPanel .sw,
span.swp_share {
	height: 36px;
	line-height: 36px;
} 
.soc-share .nc_tweetContainer.totes.totesalt {
	display: none;
} 
.soc-share {
	max-width: 713px;
    margin: 36px auto 24px auto;
} 
.nc_socialPanel.swp_d_fullColor .twitter, body .nc_socialPanel.swp_o_fullColor:hover .twitter, 
html body .nc_socialPanel.swp_i_fullColor .twitter:hover,
.nc_socialPanel.swp_d_fullColor .twitter a, body .nc_socialPanel.swp_o_fullColor:hover .twitter a, 
html body .nc_socialPanel.swp_i_fullColor .twitter:hover a {
    color: #429CD6;
    border-color: #3c87b2;
    background: #fff;
}
.nc_socialPanel.swp_d_fullColor .swp_fb, body .nc_socialPanel.swp_o_fullColor:hover .swp_fb,
 html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover,
 .nc_socialPanel.swp_d_fullColor .swp_fb a, body .nc_socialPanel.swp_o_fullColor:hover .swp_fb a,
 html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover a {
    color: #3a589e;
    border-color: #2e4675;
    background: #fff;
}
.nc_socialPanel.swp_d_fullColor .linkedIn, body .nc_socialPanel.swp_o_fullColor:hover .linkedIn,
html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover,
.nc_socialPanel.swp_d_fullColor .linkedIn a, body .nc_socialPanel.swp_o_fullColor:hover .linkedIn a,
html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover a {
    color: #0d77b7;
    border-color: #0c6591;
    background: #fff;
}
.nc_socialPanel.swp_d_fullColor .googlePlus, body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,
html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover,
.nc_socialPanel.swp_d_fullColor .googlePlus a, body .nc_socialPanel.swp_o_fullColor:hover .googlePlus a,
html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover a {
    color: #df4b37;
    border-color: #c44133;
    background: #fff;
}
.nc_socialPanel.swp_d_fullColor .nc_pinterest, body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest,
html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover,
.nc_socialPanel.swp_d_fullColor .nc_pinterest a, body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest a,
html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover a {
    color: #cd2029;
    border-color: #aa1b29;
    background: #fff;
}
article.single-content {
	padding: 48px 0 41px 0;	
} 
article.single-content .entry-header {
	padding-bottom: 30px;	
} 
article.single-content .entry-header h1 {
	margin-bottom: 4px;
} 
.default-style img {
	margin-top: 10px;
	margin-bottom: 10px;
} 
article.single-content p {
	font-size: 15px;
	line-height: 24px;
} 
article.single-content h2 {
	margin-bottom: 17px;
} 
#posts-subscribe {
	background: #032446;	
	color: #FFF;
	padding: 34px 0 26px 0;
}
#mc-newsletter form .form-group.title-group {
	padding-top: 4px;
	width: 48%;
	margin-right: 1%;
} 
#mc-newsletter form .form-group {
    float: left;
    margin-bottom: 0;
    margin-right: 6px;
} 
#mc-newsletter form .form-group h3 {
	margin: 0;
	letter-spacing: 0.5px;
} 
#mc-newsletter form .form-group.name,
#mc-newsletter form .form-group.email {
	max-width: 232px;
	width: 19%;
	margin-right: 1%;
} 
#mc-newsletter form .form-group.submit {
	margin-right: 0;
	width: 10%;
} 
#mc-newsletter div.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;	
}
#mc-newsletter .form-control {
	border-color: #FFF;
	color: #FFF;
	background: transparent;
	height: 34px;
	padding-left: 16px;
	padding-right: 16px;
} 
#mc-newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}
#mc-newsletter ::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
#mc-newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  opacity: 1;
}
#mc-newsletter :-moz-placeholder { /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
#mc-newsletter input[type="submit"] {
	background: #f14033;
    border-color: #f14033;
	height: 34px;
	min-width: 106px;
	font-weight: 300;
	font-size: 16px;
}
#mc-newsletter input[type="submit"]:hover,
#mc-newsletter input[type="submit"]:focus {
	background: #f71707;	
	border-color: #f71707;
}
#mc-newsletter .ajax-loader {
	display: none;
}
.red-mc #posts-subscribe div.wpcf7-mail-sent-ok {
	border-color: #032446;
} 
#related-posts {
	padding: 35px 0 32px 0;
} 
#related-posts h1 {
	margin-bottom: 56px;	
}
.related-riders .bg-cover {
	background-position: top;
} 
#related-posts .tz-thumbnail.type-sponsors {
	background-size: contain;	
}
.hidden-cols {
	display: none;
} 
/*--------------------------------------------------------------
## Results Page
--------------------------------------------------------------*/ 
.red-mc #posts-subscribe {
	background: #e90011;
	padding: 14px 0 16px 0;
}
.red-mc #posts-subscribe input[type="submit"] {
	background: #032446;
	border-color: #032446;
}
.red-mc #posts-subscribe input[type="submit"]:hover,
.red-mc #posts-subscribe input[type="submit"]:focus {
	background: #123a63;
	border-color: #123a63;
} 
.red-mc #mc-newsletter .form-control,
.red-mc #mc-newsletter input[type="submit"] {
	height: 37px;
} 
.red-mc span.wpcf7-not-valid-tip {
	color: #032446;
} 
.red-mc div.wpcf7-validation-errors {
	border-color: #032446;
} 
span.wpcf7-not-valid-tip {
	margin: 5px 0;
} 
#posts-section.results-section {
	padding: 33px 0;
} 
.results-section .section-header {
    margin-bottom: 32px;
}
#category-filter.dropdown {
	width: 232px;
	height: 34px;	
	margin: 10px auto 77px auto;
	position: relative;
	cursor: pointer;
} 
#category-filter.dropdown, #category-filter.dropdown a {
	font-size: 17.18px;
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;		
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
#category-filter .dropdown-toggle {
	border: 1px solid #032446;
	padding: 0 50px 0 17px;
	color: #032446;
} 
#category-filter .dropdown-toggle span {
	position: absolute;
    background: #032446;
    color: #FFF;
    height: 35px;
    width: 34px;
    top: 0px;
    right: 0;
    text-align: center;
    line-height: 35px;
} 
#category-filter .dropdown-toggle span .fa {
	line-height: 35px;
} 
#category-filter .dropdown-menu {
    min-width: 232px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #032446;
} 
#category-filter .dropdown-menu a {
	color: #FFF;
	line-height: 27px;
} 
#category-filter .dropdown-menu a:hover,
#category-filter .dropdown-menu a:focus {
	 color: #032446;
} 
#posts-section.results-section .tz-thumbnail {
    height: 226px;
	margin-bottom: 27px;
	background-size: contain;
}
.results-section .tz-thumbnail .date {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
} 
.results-section .tz-thumbnail:hover h3, .results-section .tz-thumbnail.active h3 {
   margin-bottom: 0px;
}
.results-section .tz-thumbnail:hover .date, .results-section .tz-thumbnail.active .date {
   margin-bottom: 11px;
}
.results-section .tz-extra h6,
.results-section .tz-extra h6 p {
	font-size: 17.18px;
	font-weight: 300;
} 
.results-section .tz-extra .read-more-link {
	font-size: 17.18px;
	line-height: 25.76px;
}
.results-section .event-details h2, .results-section .event-details .event-info {
	font-size: 19.32px;
	line-height: 30.06px;
	letter-spacing: -0.1px;
	margin-top: 0;
} 
.results-section .event-details p {
	font-size: 18px;
	line-height: 28px;
} 
.results-section .event-details label {
	font-size: 17.18px;
	line-height: 18px;
	color: #3e3e3e;
	margin-right: 7px;
	letter-spacing: -0.7px;
}
.results-section .wdi_photo_overlay,
.results-section .wdi_photo_overlay.wdi_hover_off {
	background-color: rgba(224,0,16,.9) !important;
} 
.results-section .wdi_photo_overlay {
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	top: 100%;
} 
.results-section .wdi_photo_img:hover .wdi_photo_overlay {
	top: 0;
} 
#posts-section.results-section .wdi_photo_overlay:hover {
    opacity: 1;
}
#posts-section .wdi_load_more {
	display: block !important;
} 
#posts-section .wdi_spinner {
	display: none;
}
#posts-section .wdi_feed_main_container .wdi_load_more_wrap,
#posts-section .wdi_feed_main_container .wdi_spinner_wrap {
	height: auto;
	width: 100px;
    border: 1px solid #e00010;
    color: #e00010;
    -webkit-border-radius: 0;
            border-radius: 0;
} 
#posts-section .wdi_feed_main_container .wdi_load_more_wrap:hover {
	background: #e00010;
	color: #fff;
}  
#posts-section .wdi_feed_main_container .wdi_load_more_text {
    color: #e00010;
    font-size: 16px;
    text-transform: uppercase;
}
#posts-section .wdi_feed_main_container .wdi_load_more_wrap:hover .wdi_load_more_text {
	color: #fff;
} 
#posts-section .wdi_feed_main_container .wdi_load_more_spinner {
	color: #e00010;
} 
#posts-section .wdi_feed_main_container .wdi_spinner_wrap {
	border: none;
} 
.results-section .result-details {
	padding: 25px 0 30px 0;
} 
.results-section .result-details img {
	margin: 10px 0;
} 
.results-section .result-details .result-image {
	max-width: 50%;
    margin-right: 35px;
}
.results-section .result-description p {
	margin-bottom: 10px;
	letter-spacing: 0.4px;
} 
.hashtag-gallery {
	border-top: 1px solid #ebebeb;
	padding: 12px 0;
} 
.hashtag-gallery h4.gallery-title {
	margin-bottom: 35px;
} 
.results-section .collapse-expandable {
	background: #032446;
	color: #FFF;
	height: 28px;
	line-height: 28px;
	width: 70px;
	font-size: 15.03px;
}
.results-section .close-expandable {
	border-bottom: 1px solid #35506B;
	padding-bottom: 31px;
	margin-bottom: 56px;
}
.site-main .results-section .comment-navigation, .site-main .results-section .posts-navigation, .site-main .results-section .post-navigation {
	padding-top: 43px;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/ 
#contact-intro {
	padding: 46px 0 20px 0;	
}
#contact-intro h1, .default-intro h1 {
	font-size: 30.06px;
	line-height: 34.35px;
	letter-spacing: -1px;
	margin-bottom: 15px;
} 
#contact-intro .description p,
.default-intro .description {
	font-size: 20px;
	line-height: 33px;
	color: #6A6A6A;
	max-width: 500px;
	margin: 10px auto;
} 
#contact-details {
	padding: 17px 0;
}
#contact-details .details-col {
	color: #2C2C2C;	
	margin-bottom: 37px;
}
#contact-details .details-col label {
	color: #EA0013;
	font-size: 18px;
	font-weight: 700;
	margin-right: 3px;
	line-height: 18px;
}
#contact-details .details-col p {
	margin-bottom: 0px;
	line-height: 30px;
	letter-spacing: 0.1px;
} 
#contact-details .form-col p>label,
#contact-details .form-col span.wpcf7-form-control-wrap,
#contact-details .form-col input, #contact-details .form-col textarea, 
#contact-details .form-col select, #contact-details .form-col button {
	width: 100%;
	display: block;
}
/* Fancy select */
div.fancy-select div.trigger {
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
	overflow: visible;
}  
div.fancy-select div.trigger:after {
    position: absolute;
    background: #032446;
    color: #FFF;
    height: 42px;
    width: 42px;
    top: -1px;
    right: 0;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    content: "\f107";
    font-family: 'fontAwesome';
} 
div.fancy-select {
    font-weight: 300;
	color: #727272;
	text-transform: uppercase;
	font-size: 16px;    
}
div.fancy-select ul.options {
    width: 100%;
    padding: 10px 0;
    background: #032446;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #032446;
} 
div.fancy-select select:focus + div.trigger {
    -webkit-box-shadow: none;
            box-shadow: none;
}
div.fancy-select ul.options li {
	color: #FFF;
} 
div.fancy-select ul.options li:hover,
div.fancy-select ul.options li.selected {
	background: #FFF;	
	color: #032446;
}
#contact-details textarea.form-control {
    height: 118px;
}
.contact-row .left-col,
.contact-row .right-col {
	float: left;
} 
.contact-row .left-col {
	padding-left: 66px;
	width: 51%;
} 
.contact-row .right-col {
	padding-left: 25px;
	width: 40%;
	padding-left: 70px;
	width: 49%;
	padding-right: 67px;	
} 
/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/ 
.error-404 .page-content {
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
} 
.error-404 .page-content ul {
	padding: 0;
	list-style: none;
	text-align: center;
} 
.error-404 .page-content h2 {
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Modernizr
--------------------------------------------------------------*/
/* Flexbox */
.no-flexbox .nc_socialPanel {
    display: block;
    text-align: center;
} 
.no-flexbox div.nc_socialPanel .nc_tweetContainer {
    float: none;
    display: inline-block;
    vertical-align: middle;
} 