/* KEYWORDS: +all, +mozilla, +os, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -webkit, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp */

/*** START outrivalracing/global/common.css ***/
/* Common CSS for this layout */

/* =GENERAL */
body {
	background-color: #ffffff; 
	color: #333333; 
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	padding-top: 147px;
}
img[align="left"] {margin-right: 15px; margin-bottom: 5px;}
img[align="right"] {margin-left: 15px; margin-bottom: 5px;}
.clr, .clear {clear: both; overflow: hidden;}
.transition {
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {color: #333333; font-size: 34px; line-height: 1.1em; margin-top: 20px; margin-bottom: 10px; text-transform: uppercase;}
h2 {color: #333333; font-size: 28px; line-height: 1.2em; margin-top: 20px; margin-bottom: 10px; text-transform: uppercase;}
h3 {color: #333333; font-size: 20px; line-height: 1.3em; margin-top: 20px; margin-bottom: 10px;}
h4 {color: #333333; font-size: 18px; line-height: 1.4em; margin-top: 20px; margin-bottom: 10px;}
h5 {color: #333333; font-size: 16px; line-height: 1.5em; margin-top: 20px; margin-bottom: 10px;}
h6 {color: #333333; font-size: 14px; line-height: 1.6em; margin-top: 20px; margin-bottom: 10px;}


.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {padding: 0; margin: 0;}

h1.pageTitle:empty {display: none;}

@media (max-width: 991px) {
	h1 {font-size: 30px;} h2 {font-size: 24px;} h3 {font-size: 20px;} 
	h4 {font-size: 18px;} h5 {font-size: 16px;} h6 {font-size: 15px;}	
}
@media (max-width: 767px) {
	h1 {font-size: 24px;} h2 {font-size: 20px;} h3 {font-size: 18px;}
	h4 {font-size: 16px;} h5 {font-size: 15px;} h6 {font-size: 14px;}			
}
@media (max-width: 479px) {
	h1 {font-size: 22px;} h2 {font-size: 20px;} h3 {font-size: 18px;}
	h4 {font-size: 16px;} h5 {font-size: 15px;} h6 {font-size: 14px;}			
}

.iconBarLabel {
	float: right;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0 30px;
}
.muted a {
	color: #999999;
}
.well, .well a, .well a:hover {
	color: #999999;
}
.img-responsive-inline {max-width: 100%; height: auto;}
.img-responsive-inline-important {max-width: 100% !important; height: auto !important;}
div[table-class~="notransform"] {border: 0 none; padding: 0; margin: 0; overflow: inherit;}

@media (min-width: 1200px) {
	.lg-text-left {text-align: left;} .lg-text-right {text-align: right;} .lg-text-center {text-align: center;}
	.lg-pull-left {float: left;} .lg-pull-right {float: right;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.md-text-left {text-align: left;} .md-text-right {text-align: right;} .md-text-center {text-align: center;}
	.md-pull-left {float: left;} .md-pull-right {float: right;}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-text-left {text-align: left;} .sm-text-right {text-align: right;} .sm-text-center {text-align: center;}
	.sm-pull-left {float: left;} .sm-pull-right {float: right;}		
}
@media (min-width: 480px) and (max-width: 767px) {
	.xs-text-left {text-align: left;} .xs-text-right {text-align: right;} .xs-text-center {text-align: center;}
	.xs-pull-left {float: left;} .xs-pull-right {float: right;}		
}
@media (max-width: 479px) {
	.xxs-text-left {text-align: left;} .xxs-text-right {text-align: right;}	.xxs-text-center {text-align: center;}
	.xxs-pull-left {float: left;} .xxs-pull-right {float: right;}			
}

.navbar-toggle {
	line-height: 1em;	
}
.navbar-toggle label {
	padding: 0; margin: 0;	
	text-transform: uppercase;
	color: #808080;
}
.navbar-inverse .navbar-toggle label {
	color: #ffffff;	
}
.navbar-toggle label:before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	padding-right: 5px;
}

/* =CSS VARIABLES */
a {color: #a81010;}
a:hover, a:focus {color: #eb3b3b;outline: none;}


/* -------------------------------- =HEADER --------------------------- */
.top-social .phone {
    display: inline-block;
    color: #333333;
    font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-right: 10px;
}
.top-social .phone a,
.top-social .phone a:hover,
.top-social .phone a:focus {
    color: #a81010;
    font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	cursor: text;		
	
	-webkit-transform: scale(1,1);	
	   -moz-transform: scale(1,1);	
	    -ms-transform: scale(1,1);	
	     -o-transform: scale(1,1);	
	        transform: scale(1,1);
}
.top-social p {
    display: inline-block;
}
.top-social a {
	font-family: 'FontAwesome';	
	font-size: 23px;
	
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-social a:hover,
.top-social a:focus {
	text-decoration: none;	
	transform: scale(1.1,1.1);

}
.top-social a[href*="facebook"] {color: #3A5795;}
.top-social a[href*="twitter"] {color: #55ACEE;}
.top-social a[href*="youtube"] {color: #E12A27; font-size: 21px;}

ul.top-nav {
	padding: 0; margin: 0; list-style-type: none;	
	color: #999;
	display: inline-block;
}
ul.top-nav li {
	padding: 0; margin: 0;	
	display: inline-block;
}
ul.top-nav li + li:before {
	content: '|';
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
}
ul.top-nav a {
	padding: 0; margin: 0;
	color: #999;
	text-decoration: none;
	font-size: 12px;
}

.top-bar {
	position: fixed;	
	left: 0;
	right: 0;
	top: 0px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;

	/* the same as on navbar */
	z-index: 1030;
}
.top-bar p {
	margin: 0;	
}
.top-bar a {
	display: inline-block;
	margin-left: 5px;	
}
.top-search-icon {
	position: relative;	
	float: right;
	z-index: 1;
}
.top-search-icon a {
	color: #808080;	
}
@media (max-width: 479px) {
	.top-social .phone span {
		display: none;		
	}	
}
@media (max-width: 767px) {
	.top-search-icon a {
		margin-left: 10px;	
	}
}
.top-search-icon a {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-search {
	display: none;
	position: absolute;
	top: 80px;
	right: 0px;
	width: 250px;	
	box-shadow: 0 3px 13px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.navbar-small .top-search {
	top: 55px;	
}
.top-search form {
	margin: 15px;
}
.top-search input[type="submit"] {
	background-color: #a81010;
	border-color: #a81010;
	font-family: 'FontAwesome';
	
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-search input[type="submit"]:hover {
	background-color: #4c4c4c;
	border-color: #4c4c4c;
}
.avia-arrow-wrap {
	height: 20px;
	margin-left: -10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: -20px;
	width: 20px;
	border-color: #e1e1e1;
	padding: 0;
	vertical-align: baseline;
	font: inherit;		
	color: #808080;   
	z-index: 1031;
}
.avia-arrow {
	background-color: #ffffff;
	color: #808080;
	top: 15px;
    border-style: solid;
    border-width: 1px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;	
    transform: rotate(45deg);
    width: 10px;
	border-color: #e1e1e1;		
}
@media (max-width: 991px) {
	.top-search {
		top: 55px;	
	}
}
/* -------------------------------- =CONTENT --------------------------- */
.page-title-container {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-title-container h1 {
	color: #666666;
	font-size: 24px;
	padding: 0; margin: 0;
	text-transform: none;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;	
}
ul.side-nav,
ul.ecsCatNav,
ul.ecsCatNav ul {
	padding: 0; margin: 0; list-style-type: none;	
}
ul.side-nav li,
ul.ecsCatNav li {
	padding: 0; margin: 0;	
}
ul.side-nav a,
ul.ecsCatNav a,
.side-cart-link a {
	display: block;
	padding: 10px 0px;
	color: #333333;
	font-size: 15px;
}
ul.side-nav a:hover,
ul.side-nav a:focus,
ul.ecsCatNav a:hover,
ul.ecsCatNav a:focus,
.side-cart-link a:hover,
.side-cart-link a:focus {
	text-decoration: none;
	color: #a81010;	
}
ul.side-nav > li + li a,
ul.ecsCatNav > li + li a,
ul.ecsCatNav ul a,
.side-cart-link a {
	border-top: 1px solid #e7e7e7;	
}
ul.ecsCatNav ul a {
	padding-left: 25px;	
}
.side-cart-link a:before {
	font-family: 'FontAwesome';
	content: '\f07a';	
	margin-right: 8px;
}
ul.side-nav .currentPageLi > a,
ul.ecsCatNav .ecsNavCat1act > a {
	font-weight: bold;	
}
@media (min-width: 768px) {
	.content {min-height: 400px;}
	.page3VLA6PD6 .content {min-height: 0;}
}
.page3VLA6PD6 .content {
	padding-top: 40px;
	padding-bottom: 40px;		
}
.breadcrumb {
	background-color: #fff;
	border-radius: 0;
	padding: 0; margin: 0;
	font-size: 11px;	
	color: #666;
}
.breadcrumb a {
	color: #666;	
}
.breadcrumb:before {
	content: 'You are here:';	
	margin-right: 5px;
}
.breadcrumb > li + li:before {
	content: '\f105';
	font-family: 'FontAwesome';	
}
#scrollUp {
	right: 0px;
	bottom: -10px;
	padding: 10px;
	padding-bottom: 20px;
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	line-height: 1em;

	-ms-transition: all 150ms linear 0s;
	-webkit-transition: all 150ms linear 0s;
	-moz-transition: all 150ms linear 0s;
	-o-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;

	
background: -moz-linear-gradient(top, rgba(69,72,77,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.4)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6645484d', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
#scrollUp:hover {
	bottom: 0;	
	color: #fff;
	text-decoration: none;
}
#scrollUp:focus {
	outline: none;	
}
/* -------------------------------- =FOOTER --------------------------- */
.footer {
	background-color: #000;
	color: #ddd;
	padding-top: 20px;
	padding-bottom: 20px;	
	font-size: 13px;
}
.footer a {
	color: #ddd;	
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #919191;	
	font-size: 14px;
	text-transform: uppercase;
}
.footer ul {
	padding: 0; margin: 0; list-style-type: none;	
}
.footer li {
	padding: 0; margin: 0;	
	position: relative;
	padding-left: 10px;
}
.footer li:before {
	font-family: 'FontAwesome';
	content: '\f0da';	
	position: absolute;
	left: 0px;
}
.copyright {
	background-color: #333333;
	color: #fff;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-logos {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d7d7d7;	
}
.footer-logos td {
	text-align: center;
}
@media (max-width: 991px) {
	.footer-logos img {
		height: 50px;
		width: auto;
	}	
}
@media (max-width: 767px) {
	.footer-logos img {
		height: 40px;
	}	
}
@media (max-width: 599px) {
	.footer-logos {
		text-align: center;	
	}
	.footer-logos table, .footer-logos tbody, .footer-logos tr, .footer-logos td {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}	
}
@media (max-width: 479px) {
	.footer .row > div {width: 100%; float: none;}
}

/* =FORMS */
.formRequired {color: #B94A48;}
.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error select,
.error textarea {
	border-color: #B94A48;	
	color: #B94A48;	
}
.error .help-inline {
	color: #B94A48;
}
.formRequired {
	color: 	#B94A48;
	padding-left: 3px;
}

.form-inline input[type="text"],
.form-inline input[type="password"],
.form-inline input[type="email"],
.form-inline select {
	width: 180px;	
}

.xform table .date select {
    width: auto;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.xform table .date select:first-child {
    margin-left: 0px;
}
.xform table th {
    padding-right: 10px;
}
@media (max-width: 479px) {
    .xform table,
    .xform tbody,
    .xform th,
    .xform td,
    .xform tr {
        display: block; padding: 0; margin: 0;
    }
}

/* =SIDE NAVIGATION */
/* the second level of side navigation (by default, support doesn't support it's styling) */
ul.nav-stacked ul {list-style-type: none; padding: 0; margin: 0;}
ul.nav-stacked ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-left: 30px;
	padding-right: 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

ul.nav-stacked ul ul li a {
	padding-left: 48px;	
}
ul.nav-stacked ul ul ul li a {
	padding-left: 66px;	
}

/* =SOCIAL ICONS */
/* https://github.com/FortAwesome/Font-Awesome/blob/master/css/font-awesome.css */
/* http://fortawesome.github.com/Font-Awesome/ */
.social {
	font-size: 20px; 
	text-shadow: 1px 1px 1px #fff;
}
.social a {
	-webkit-transition: all 0.5s;	
	transition: all 0.5s;	
}
.social a:before {
	font-family: 'FontAwesome'; 
	padding-right: 5px;
}
.social a:hover,
.social a:focus {
	text-decoration: none;
	/* font-size: 30px !for(webkit firefox opera); */
	outline: none;
	color: #a81010;
}
.social a span {display: none;}

.social a.twitter:before {content: '\f081';}
.social a.facebook:before {content: '\f082';}
.social a.pinterest:before {content: '\f0d3';}
.social a.gplus:before {content: '\f0d4';}
.social a.linkedin:before {content: '\f08c';}
.social a.skype:before {content: '\f17e';}
.social a.tumblr:before {content: '\f174';}
.social a.instagram:before {content: '\f16d';}
.social a.youtube:before {content: '\f166';}
.social a.flickr:before {content: '\f16e';}
.social a.newsletter:before {content: '\f15c';}
.social a.mail:before {content: '\f0e0';}
.social a.mail2:before {content: '\f003';}
.social a.rss:before {content: '\f143';}

.social a.twitter:hover, .social a.twitter:focus {color: #41C8F5;}
.social a.facebook:hover, .social a.facebook:focus {color: #456CAF;}
.social a.pinterest:hover, .social a.pinterest:focus {color: #D73532;}
.social a.gplus:hover, .social a.gplus:focus {color: #BB3627;}
.social a.linkedin:hover, .social a.linkedin:focus {color: #1D6DA2;}
.social a.skype:hover, .social a.skype:focus {color: #00C0ED;}
.social a.tumblr:hover, .social a.tumblr:focus {color: #2C4661;}
.social a.instagram:hover, .social a.instagram:focus {color: #6D5346;}
.social a.youtube:hover, .social a.youtube:focus {color: #E03C3B;}
.social a.flickr:hover, .social a.flickr:focus {color: #FF0084;}
.social a.rss:hover, .social a.rss:focus {color: #FE9900;}
 
/* =SITEMAP */
ul.sitemap, ul.sitemap ul {list-style-type: none; padding: 0; margin: 0; margin-left: 25px;}
ul.sitemap li {margin-top: 5px; margin-bottom: 5px;}
ul.sitemap li:before {
	content: "\f07c"; 
	font-family: 'FontAwesome'; 
	padding-right: 5px;
	color: #a81010;
}
ul.sitemap li.leafNode:before {content: '\f0f6'}

.phoneLink:before {
	content: "\f095"; 
	font-family: 'FontAwesome'; 
	padding-right: 5px;
}

ul.footer-nav {
	list-style-type: none; padding: 0; margin: 0; 
	margin-bottom: 15px;
}
ul.footer-nav li {
	padding: 0; margin: 0; display: inline-block;
	padding-right: 15px;
}
ul.footer-nav li:before {
	font-family: 'FontAwesome'; padding-right: 5px;
}

.nav-tabs {
	margin-bottom: 15px;	
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #a81010; border-color: #a81010;}

.ajax-loader {
    background-color: rgba(0,0,0, 0.5);
	
    /*background-image: url(../data/i/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;*/
	
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
/*	cursor: none;	*/	
}
.ajax-loader:after {
	font-family: 'FontAwesome';
	font-size: 50px;
	content: '\f110';
	content: '\f1ce';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ddd;

-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.ajax-loader.loading {
	display: block;	
}
@media (max-width: 767px) {.ajax-loader:after {left: 44%;}}
@media (max-width: 479px) {.ajax-loader:after {left: 40%;}}

.top-alert {
	color: red;
	text-align: center;
	padding: 15px;	
	display: none;
}

/* =CONTACT FORM */
#C2 {
	max-width: 600px;	
}
#C2 label {
	color: #808080;	
	margin-bottom: 0px;
	margin-top: 5px;
}
#C2 input[type="submit"] {
	margin-top: 10px;	
}
@media (max-width: 767px) {
	#C2 {
		max-width: 300px;	
	}	
}

/* tabs */
.ecs-item-tabs .ui-widget {
	font-family: Arial, Helvetica, sans-serif;	
}
.ecs-item-tabs #tabs .ui-widget-content,
.ecs-item-tabs #tabs .ui-widget-header {
	padding: 0;
	border: 0 none;	
	background-image: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.6em !important;
	color: #333333 !important;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ecs-item-tabs #tabs .ui-widget-header {
	border-bottom: 5px solid #888 !important;	
	margin-bottom: 15px;
	margin-top: 25px;
}
.ecs-item-tabs #tabs .ui-widget-content {
	border: 0 none;	
}
.ecs-item-tabs #tabs .ui-tabs-nav li {
	background-image: none;
	background-color: #f2f2f2;		
	border-radius: 0;
	border: 0 none;
	color: #fff;
	margin-right: 5px;
}
.ecs-item-tabs #tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: #888;			
	color: #fff;
}
.ecs-item-tabs #tabs .ui-tabs-nav li a {
	color: #333333;	
}
.ecs-item-tabs #tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color: #888;			
	color: #fff;
}
@media (max-width: 640px) {
	.ecs-item-tabs .cmsPanel {
		font-size: 14px;
		padding: 0; margin: 0;
		border-bottom: 3px solid #fff;
	}
	.ecs-item-tabs .cmsPanelTitle {
		background-color: #E2E2E2;	
		color: #000;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0; margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 15px;
		position: relative;
	}	
	.ecs-item-tabs .collapsed .cmsPanelTitle {
		background-color: #8F8F8F;
		color: #fff;			
	}
	.ecs-item-tabs .cmsPanelTitle:before {
		font-family: 'FontAwesome';	
		content: '\f107';
		padding-right: 5px;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	.ecs-item-tabs .collapsed .cmsPanelTitle:before {
		content: '\f105';
	}	
	.ecs-item-tabs .cmsPanelContents {
		padding: 10px 0px;	
	}
}

/* =LOGIN FORM */
.login-form input[type="text"],
.login-form input[type="password"],
.changePasswordSendEmail input[type="text"],
.changePasswordSendEmail input[type="password"],
.changePasswordSendEmail input[type="email"],
.my-account-table input[type="text"],
.my-account-table input[type="email"],
.my-account-table input[type="password"],
.my-account-table select,
.my-account-table textarea,
.addResult input[type="text"],
.addResult select,
.addEventForm input[type="text"],
.addEventForm select {
	border: 1px solid #ccc;
	padding: 3px;	
}
.login-form label,
.my-account-table label {
	font-weight: normal;	
}
.login-form input[type="submit"] {
	margin-top: 10px;
	margin-bottom: 10px;	
}
.error {
	color: #a81010;	
}

/* =MY ACCOUNT */
.my-account-table {
	max-width: 500px;
}
.my-account-table td,
.my-account-table th {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.my-account-table input[type="radio"] + label {
	margin-left: 3px;
	margin-right: 10px;	
}
@media (max-width: 767px) {
	.photoBox {
		float: none !important;	
	}	
}
@media (max-width: 479px) {
	table.my-account-table, table.my-account-table tbody, table.my-account-table thead,
	table.my-account-table tr, table.my-account-table th, table.my-account-table td {
		display: block;
		padding: 0; margin: 0;
	}	
	 table.my-account-table td:first-child {
		margin-top: 5px;		 
	}
}
/* orders list */
.yourOrdersPage th,
.yourOrdersPage td,
table.proformaList th,
table.proformaList td {
	text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
	.yourOrdersPage th, 
	.yourOrdersPage td,
	table.proformaList th,
	table.proformaList td {
		white-space: normal;	
	}
}
@media (max-width: 767px) {
	.yourOrdersPage table > tbody > tr,
	table.proformaList > tbody > tr {
		padding: 0;	
	}
	.yourOrdersPage table > tbody > tr > td:first-child,
	table.proformaList > tbody > tr > td:first-child {
		padding-top: 10px;	
	}
	.yourOrdersPage table > tbody > tr > td:last-child,
	table.proformaList > tbody > tr > td:last-child {
		padding-bottom: 10px;	
		border-bottom: 1px solid #d7d7d7;
	}
	.yourOrdersPage table > tbody > tr > th,
	.yourOrdersPage table > tbody > tr > td,
	table.proformaList > tbody > tr > th,
	table.proformaList > tbody > tr > td {
		padding-top: 0px;
		padding-bottom: 0px;
		border: 0 none;
	}	
}
.proformaList > tbody > tr:nth-child(2n+1) > td, 
.proformaList > tbody > tr:nth-child(2n+1) > th {
	background-color: #f9f9f9;
}

/* =IPOP CUSTOMIZE */
.iPopBlock {z-index: 4004;}
.iPopCloseBtn {
	background-image: none;	
	width: 20px; 
	height: 20px; 
	color: #ccc; 
	font-size: 20px; 
	
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iPopCloseBtn:hover {
	color: #efefef; 
	font-size: 24px;
}
.iPopCloseBtn:before {
	content: '\f00d'; 
	font-family: 'FontAwesome';
}
.iPopBlock.styled .iPopBox {
	background-color: #fff;	
}

/* =HOME RESULTS SCROLLER */
.table-home-content td {
	vertical-align: top;	
}
.table-home-content td:first-child {
	padding-right: 30px;	
}
.table-home-content td:last-child {
	background-color: #f5f5f5;
	padding: 15px;	
}
.table-home-content td:last-child h3 {
	text-transform: none;
	padding: 0; margin: 0;	
	margin-bottom: 15px;
	margin-top: 5px;
}
.table-home-content .athResultsBlock {
	height: 245px;	
	overflow: hidden;
}
.table-home-content .athResultsBlock .athEventBlock {
	margin-bottom: 10px;
}
.table-home-content .athResultsBlock .eventName {
	color: #a81010;
}
@media (min-width: 768px) {
	.table-home-content .athResultsBlock {
		max-width: 100%;
		width: 300px;	
	}
}
@media (max-width: 767px) {
	.table-home-content tbody, .table-home-content tr, .table-home-content td {
		display: block;	
	}
	.table-home-content td:last-child {
		max-width: 300px;
		margin: 0 auto;	
	}
}

/* registration form */
.standard-form td, .standard-form th {
	padding-top: 5px; padding-bottom: 5px;
}
.standard-form td:first-child, .standard-form th {
	color: #777; padding-right: 10px; font-weight: bold;
}
.standard-form .recaptchatable #recaptcha_response_field {

}
@media (max-width: 479px) {
	table.standard-form, .standard-form tbody, .standard-form td, .standard-form th, .standard-form tr {display: block;	padding: 0;}
	.standard-form tr {padding-top: 5px;	padding-bottom: 5px;}
}

/* orr events */
.orr-events-search-form {
	background-color: #f5f5f5;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 30px;
}
.orr-events-search-form td {
	vertical-align: bottom;	
}
.orr-events-search-form label {
	text-transform: uppercase;	
}
.orr-events-search-form select {
	min-width: 180px;
	margin-right: 30px;
}
.orr-events-search-form input[type="submit"] {
	margin-right: 15px;
}
.sessions-table .dirSortBox select {display: none;}
.sessions-table .dirSortBox {display: inline-block;}
.sessions-table .dirSortUp span, .sessions-table .dirSortDown span {display: none;}

.sessions-table th {
	white-space: nowrap;	
}
.sessions-table .dirSortUp a,
.sessions-table .dirSortUp a:hover,
.sessions-table .dirSortUp a:focus,
.sessions-table .dirSortDown a,
.sessions-table .dirSortDown a:hover,
.sessions-table .dirSortDown a:focus {
	text-decoration: none;	
}
.sessions-table .dirSortUp a,
.sessions-table .dirSortDown a {
	color: #aaa;	
	text-decoration: none;
}
.sessions-table .dirSortUp.active a,
.sessions-table .dirSortDown.active a {
	color: #a81010;	
}
.sessions-table .dirSortUp a:before {
	font-family: 'FontAwesome';	
	content: '\f0d8';
	margin-left: 3px;
}
.sessions-table .dirSortDown a:before {
	font-family: 'FontAwesome';	
	content: '\f0d7';
	margin-left: 3px;
}

.sessions-table th {
	text-transform: uppercase;	
}
.session-sport,
.session-coach {
	text-transform: uppercase;	
}
.session-note {
	text-transform: uppercase;
	font-weight: bold;	
}
@media (max-width: 991px) {
	.orr-events-search-form table,
	.orr-events-search-form tbody,
	.orr-events-search-form tr,
	.orr-events-search-form td,
	.orr-events-search-form th {
		display: block;	
	}
	.orr-events-search-form label {
		margin-bottom: 0px;
		margin-top: 5px;	
	}
	.orr-events-search-form input[type="submit"] {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.sessions-table,
	.sessions-table tbody,
	.sessions-table tr,
	.sessions-table td {
		display: block;	
	}
	.sessions-table td {
		border: 0 none !important;	
		padding-top: 3px !important;	
		padding-bottom: 3px !important;	
		white-space: normal !important;
	}
	.sessions-table td:before {
		font-weight: bold;	
	}
	.session-coach p {
		margin: 0; display: inline-block;
	}
	.sessions-table td.session-name:before {content: 'Session: ';}
	.sessions-table td.session-day:before {content: 'Day: ';}
	.sessions-table td.session-city:before {content: 'City: ';}
	.sessions-table td.session-location:before {content: 'Location: ';}
	.sessions-table td.session-address:before {content: 'Addresss: ';}
	.sessions-table td.session-coach:before {content: 'Coach: ';}
	.sessions-table td.session-sport:before {content: 'Sport: ';}
	
	.sessions-table tr {
		border-bottom: 1px solid #d7d7d7;	
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	.sessions-table th {
		display: none;	
	}
}

/* =calculator */
table.calculator h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;	
}
table.calculator td {
	padding: 5px 0px;	
}
table.calculator input[type="text"] {
	border: 1px solid #ddd;
	padding: 5px;
} 

/* Calculator */
.table-calc {
	border-collapse: collapse;	
}
.table-calc input[type="text"] {
	width: 70px;
	text-align: center;
	background-color: transparent;
	border: 0 none;
	padding: 0;
	border-radius: 0;
	background-image: none;
	font-weight: bold;
	color: #333333;
}
.table-calc td,
.table-calc th {
	border-bottom: 1px solid #d7d7d7;		
	vertical-align: middle;
	padding: 8px;
	line-height: 1.3em;
}
.table-calc th {
	background-color: #f5f5f5;	
	text-transform: uppercase;
}
.table-calc tbody th {
    background-color: #fff;
}
@media (max-width: 767px) {
    .table-responsive[table-class*="table-calc "] {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;    
    }    
}

.table-calc-simple {
	border-collapse: collapse;	
	margin-top: 15px;
	margin-bottom: 15px;
    width: 100%;
}
.table-calc-simple-results {
    width: auto;
}
.table-calc-simple td,
.table-calc-simple th {
	
	vertical-align: middle;
	padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
    width: 80px;
}
.table-calc-simple td:first-child,
.table-calc-simple th:first-child {
    width: auto;
}

.bike-calculator input[type="number"] {
	width: 70px;	
	border: 1px solid #ccc;
	padding: 4px;
}
.bike-calculator .table-calc-simple-results input[type="number"] {
	border: 0 none;
	padding: 0;	
	font-weight: bold;
	color: #333333;
}
.bike-calculator .table-calc-simple-results input[type=number]::-webkit-inner-spin-button, 
.bike-calculator .table-calc-simple-results input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.bike-calculator .table-calc-simple-results input[type=number] {
    -moz-appearance:textfield;
}
.calc-results-container {
	display: none;	
}
input[type="submit"].btn-calculate {
    background-image: url(../data/i/calculator-btn-icon.png);
    background-repeat: no-repeat;
    background-position: 13px 8px;
    padding-left: 32px;
}
@media (max-width: 599px) {
		
}

#calculator input[type="text"] {
    width: 70px;
    border: 1px solid #ccc;
}

.article-desc-add {
	display: none;
}

/* =CONTENT NAVIGATION */
ul.content-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	
	-webkit-flex-flow: row wrap;	
	    -ms-flex-flow: row wrap;	
	        flex-flow: row wrap;
	
	list-style-type: none; padding: 0; margin: 0;	
}
ul.content-menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
		
	-webkit-box-align: center;		
	-webkit-align-items: center;		
	   -moz-box-align: center;		
	    -ms-flex-align: center;		
	        align-items: center;

	width: 210px;
	height: 84px;
	background-image: url(../data/i/content-menu.png);
	background-repeat: no-repeat;
	margin: 10px 8px;
}
ul.content-menu li:hover {
	background-position: -211px top;	
}
ul.content-menu li.currentPageLi {
	display: none;
}
ul.content-menu a {
	color: #fff;
	display: block;
	text-align: center;
	width: 160px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'bronzobold', Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
ul.content-menu a:hover,
ul.content-menu a:focus {
	text-decoration: none;	
}
.hideLeftSidebar .content > .row > div:first-child {
	display: none;	
}
.hideLeftSidebar .content > .row > div:last-child {
	width: 100%;
	float: none;	
}

/*** END outrivalracing/global/common.css ***/

/*** START outrivalracing/global/news.css ***/
/* News */
.newsListItem {
	margin-bottom: 15px;	
}
.newsListItem h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.newsItem h1.pageTitle {
	margin: 0; padding: 0;	
	margin-bottom: 15px;
}
/*** END outrivalracing/global/news.css ***/

/*** START outrivalracing/global/gallery.css ***/
/* Gallery */
.typeFancybox ul {
		padding: 0; margin: 0; list-style-type: none;
}
/* styles are copied from bootstrap .thubnail */
.galleria-thumbnails-container .galleria-thumbnails .galleria-image,
.typeFancybox li {
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;

	margin-right: 5px;
	margin-bottom: 5px;
}

.galleria-thumbnails-container .galleria-thumbnails .galleria-image:hover,
.galleria-thumbnails-container .galleria-thumbnails .galleria-image:focus,
.typeFancybox li:hover,
.typeFancybox li:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}




/*** END outrivalracing/global/gallery.css ***/

/*** START outrivalracing/global/e-commerce.css ***/
/* E-commerce */
.ecs-navigation h3 {
	cursor: pointer;
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.ecs-navigation.expanded h3 {
	color: #a81010;	
}
.ecs-navigation h3:before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	margin-right: 5px;	
}
@media (min-width: 768px) {
	.ecs-navigation h3 {
		display: none;
	}	
}
@media (max-width: 767px) {
	.ecs-navigation .ecsCatNav {
		display: none;
	}	
}
/* =CATEGORY */
.ecsProduct {
	margin-top: 20px;	
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}
@media (max-width: 479px) {
	.ecsProduct img {
		width: 100px;
		height: 100px;	
	}	
}


/* =ITEM PAGE */
.ecsProductName {
	display: none;	
}
.priceTable {
	max-width: 600px;	
}
.less, .more {
	display: none;	
}
.ecsGallery {
	width: auto;	
}
.ecsGallery > div {
	height: auto !important;
	width: auto !important;
}
.ecsItemPageDesc {
	padding: 0; margin: 0;	
}
.priceTable input[type="checkbox"] {
	margin-right: 10px;	
}
.priceTable th {
	font-weight: normal;	
	white-space: nowrap;
}
#priceBox {
	font-weight: normal;	
}
table.priceTable > tbody > tr:first-child > td,
table.priceTable > tbody > tr:first-child > th {
	padding-top: 10px;
}
table.priceTable > tbody > tr:last-child > td,
table.priceTable > tbody > tr:last-child > th {
	padding-bottom: 15px;
}
#choosePaymentAmount td {
	padding: 0;	
	padding-right: 5px;
}
label#agreeLabel {
	display: inline;
	font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
	table.itemTable > tbody > tr > td:first-child {
		width: 200px;	
	}	
	.ecsImageDetail img {
	 	max-width: 200px;
		max-height: 200px;	
	}
	.priceTable th {
		white-space: normal;	
		height: auto;
	}
}
@media (min-width: 768px) {
	table.itemTable > tbody > tr > td:first-child {
		padding-right: 15px;	
	}
	table.itemTable > tbody > tr > td:last-child {
		padding-left: 15px;	
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	table.itemTable,
	table.itemTable > tbody,
	table.itemTable > tbody > tr,
	table.itemTable > tbody > tr > td,
	table.itemTable > tbody > tr > td:first-child,
	table.itemTable > tbody > tr > td:last-child {
		display: block;	
		padding: 0; margin: 0;
		width: auto;
	}
	table.itemTable > tbody > tr > td {
		padding-bottom: 15px;	
	}	

	.priceTable,
	.priceTable > tbody,
	.priceTable > tbody > tr,
	.priceTable > tbody > tr > td,
	.priceTable > tbody > tr > th {
		width: 100%;
		display: block;	
		padding: 0; margin: 0;
	}	
	.priceTable > tbody > tr > th {
		font-weight: bold;	
	}
	.priceTable > tbody > tr {
		padding-bottom: 10px;	
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	table.itemTable,
	table.itemTable > tbody,
	table.itemTable > tbody > tr,
	table.itemTable > tbody > tr > td {
		display: block;	
		padding-top: 0; 
		padding-bottom: 0; 
		margin: 0;
		width: auto;
	}
	.ecsItemPageDesc {
		padding-top: 15px;
		padding-bottom: 15px;		
	}	
}
@media (max-width: 479px) {
	table.priceTable,
	table.priceTable > tbody,
	table.priceTable > tbody > tr,
	table.priceTable > tbody > tr > td,
	table.priceTable > tbody > tr > th {
		display: block;	
		padding-top: 0; 
		padding-bottom: 0; 
		margin: 0;
		height: auto;
	}
	table.priceTable > tbody > tr > th,
	table.priceTable > tbody > tr > td[colspan="2"] {
		padding-top: 10px;	
	}

}

/* gift certificate */
.gs-form {
	margin-left: 30px;	
}
.gs-form th,
.gs-form td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.gs-form th {
	padding-right: 10px;	
}
.gs-form input[type="text"],
.gs-form input[type="email"],
.gs-form textarea,
.gs-form select {
	border: 1px solid #ccc;
	height: auto;
	padding: 4px;
	border-radius: 0px;	
}
@media (max-width: 479px) {
	.gs-form,
	.gs-form tbody,
	.gs-form tr,
	.gs-form td,
	.gs-form th {
		display: block; padding: 0px; margin: 0px;	
	}
	.gs-form tr {
		padding-bottom: 10px;	
	}	
}

/* =CART */
.ecsCart {
	clear: both;
	overflow: hidden;	
}
.ecsCart thead td, 
.ecsCart th, 
.ecsOrderPayments th {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d7d7d7;
	text-align: left;	
	padding: 5px 10px;
}
.cartOneItem td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;	
}
.cartButtonsTop {
	padding-bottom: 10px;	
	clear: both;
	overflow: hidden;
}
.cartButtonsTop .cartButtonControls {
	position: static;	
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 10px;
}
.cartButtonsTop .cartButtonOthers {
	float: left;	
	width: 50%;
}
.cartButtonsBottom .cartButtonCheckout {
	position: static;
	text-align: right;	
}

.totalBox {
	font-weight: bold;	
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.totalBox .total-line,
.totalBox .total-left,
.totalBox .total-right {
	width: auto;
	float: none;	
}
.totalBox .total-left {
	display: inline-block;
}
.totalBox .total-right {
	display: inline-block;
	padding-left: 10px;
}

.ecsCart .cartUpdateLink {
	text-align: left;	
}
.expressCheckoutButton:before {
	content: 'or';
	display: block;	
	padding-right: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cartForm div.table-responsive {
	padding: 0; margin: 0; overflow: inherit; border: 0 none;	
}
.ecsCart input[type="text"] {
	border: 1px solid #c7c7c7;	
}
.cartButtons {
	margin-top: 15px;
	margin-bottom: 15px;	
	clear: both;
	overflow: hidden;
}
.cartButtonsBottom {
	margin-top: 0px;	
}
.cartButtons .cartButtonOthers {
	float: left;
}
.cartButtons .cartButtonCheckout {
	float: right;	
}
.cartButtons .cartButtonCheckout input[type="submit"] {
	margin-left: 15px;	
}

@media (max-width: 767px) {
	.ecsCart thead {
		display: none;
	}	
	.ecsCart tbody, .ecsCart tr, .ecsCart td {
		display: block;
		border: 0 none;
	}
	.ecsCart tr {
		border-bottom: 1px solid #ccc;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ecsCart td {
		padding-top: 0px;
		padding-bottom: 0px;	
	}
	.checkoutBlockContent  .ecsCart td {
		padding-left: 0px;
		padding-right: 0px;	
	}
	.ecsCart td.ecs-cart-image {
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	.cartOneItem #quantity:before,
	.checkoutBlockContent .quantity:before {
		content: 'Quantity: ';	
	}
	.cartOneItem #unit:before,
	.checkoutBlockContent .unitOfMeasure:before {
		content: 'Unit: '
	}
	.cartOneItem .money:before,
	.checkoutBlockContent .unitPrice:before {
		content: 'Price: ';
	}
	.cartOneItem .money + .money:before,
	.checkoutBlockContent .subtotal:before {
		content: 'Subtotal: ';
	}

	.cartButtonsBottom .cartButtonCheckout {
		text-align: center;	
	}
	.expressCheckoutButton:before {
		padding-right: 0px;	
	}
	.cartOneItem img {
		margin-bottom: 10px;	
	}
}
@media (max-width: 479px) {
	.cartButtons .cartButtonOthers,
	.cartButtons .cartButtonCheckout {
		float: none;
	}	
	.cartButtons .cartButtonCheckout {
		margin-top: 15px;	
	}
	.cartButtons .cartButtonCheckout input[type="submit"] {
		margin-left: 0px;	
		margin-right: 15px;
	}	
}
@media (max-width: 399px) {
	.cartButtonsTop .cartButtonControls,
	.cartButtonsTop .cartButtonOthers {
		width: 100%;
		float: none;
		text-align: left;	
	}	
}

/* =CHECKOUT */
/* waver */
.waiverError {
	color: red;	
}
.waiverTable input[type="checkbox"] {
	margin-right: 10px;
}
.waiverTable textarea {
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 5px;	
	width: 100% !important;
	max-width: 450px;
}

/* ------------------------------- NON-RESPONSIVE CHECKOUT START ------------------------------- */
/* login signup */
.checkoutModule #signup td,
.checkoutModule #login td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkoutModule #login {}
td.formFieldTitleTd, td.formFieldTitleTd {
	text-align: left;	
	padding-right: 10px;
}
@media (max-width: 767px) {
	.checkoutModule #signup {
		margin-bottom: 30px;	
	}
}
@media (max-width: 399px) {
	.checkoutModule #signup table, .checkoutModule #signup tbody, .checkoutModule #signup tr, .checkoutModule #signup td, 
	.checkoutModule #login table, .checkoutModule #login tbody,	.checkoutModule #login tr, .checkoutModule #login td {
		display: block;	padding: 0; margin: 0;
	}
	.checkoutModule #signup td:last-child, .checkoutModule #login td:last-child {
		padding-bottom: 10px;	
	}
}

/* billing, shipping address */
.checkoutForm .crmForm {
	max-width: 550px;	
}
.checkoutForm .crmForm > div {
	padding-top: 7px;
	padding-bottom: 7px;	
}
.checkoutSubmitTable {
	margin-top: 15px;	
}
.checkoutSubmitTable .row > div {
	width: auto;
	padding-right: 0px;
	float: left;
}
.checkout input[type="text"],
.checkout input[type="string"],
.checkout input[type="email"],
.checkout input[type="tel"],
.checkout input[type="number"],
.checkout input[type="password"],
.checkout select,
.checkout textarea,
.yourOrdersPage input[type="text"],
.yourOrdersPage input[type="string"],
.yourOrdersPage input[type="email"],
.yourOrdersPage input[type="tel"],
.yourOrdersPage input[type="number"],
.yourOrdersPage input[type="password"],
.yourOrdersPage select,
.yourOrdersPage textarea {
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px 7px;	
	max-width: 100%;
}
.checkout input#areaCodeInput[type="text"],
.checkout input#phoneNumberExt[type="text"],
.yourOrdersPage input#areaCodeInput[type="text"],
.yourOrdersPage input#phoneNumberExt[type="text"] {
	width: 50px;	
}
.checkoutForm label[for="phoneNumberExt"],
.yourOrdersPage label[for="phoneNumberExt"] {
	display: inline-block; 
	margin-left: 2px;
	margin-right: 5px;	
}
.inpZipSep {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;	
}
/*  Review & Submit Your Order  */
#ecsPaymentSelectorMethodForms {
	max-width: 450px;	
}
#ecsPaymentSelectorMethodForms .row {
	margin-bottom: 10px;
}
#ecsPaymentSelectorMethodForms input[fb:relative-size="small"] {
	width: 70px;	
}
.scalar {
	display: inline-block;
	padding-left: 3px; 
	padding-right: 3px;	
}
.checkoutPaymentCond {
	text-align: center;	
}

/* Thank you page */
.checkoutStepReceipt .checkoutBlocks > .row {
	margin-bottom: 30px;
}

/* ------------------------------- NON-RESPONSIVE CHECKOUT END ------------------------------- */

/*** END outrivalracing/global/e-commerce.css ***/

/*** START outrivalracing/global/blog.css ***/
/* Blog */
.blogContent div.sitePath {
	padding-bottom: 15px;	
}
.blogContent div.sitePath:before {
	font-family: 'FontAwesome';
	content: '\f015';
	padding-right: 5px;	
	font-size: 16px;
}
.blogContent div.sitePath a {
	text-decoration: none;
}
.blogContent div.sitePath > span:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-right: 7px;
	padding-left: 7px;
}
.blogContent div.sitePath > span:last-child {
	cursor: text;	
}
.blogContent div.sitePath > span:last-child:after {
	content: '';	
}

/* =BLOG =TAG CLOUD */
#blogTagCloud .blogTag {
	float: left;
	width: auto;
	padding-left: 10px;
	padding-bottom: 5px;
}
#blogTagCloud .blogTag a {
	width: auto;
	padding: 0;
	border: 0 none;
}
#blogTagCloud .pop15 a {font-size: 180%;}
#blogTagCloud .pop14 a {font-size: 170%;}
#blogTagCloud .pop13 a {font-size: 160%;}
#blogTagCloud .pop12 a {font-size: 155%;}
#blogTagCloud .pop11 a {font-size: 150%;}
#blogTagCloud .pop10 a {font-size: 145%;}
#blogTagCloud .pop9 a {font-size: 140%;}
#blogTagCloud .pop8 a {font-size: 135%;}
#blogTagCloud .pop7 a {font-size: 130%;}
#blogTagCloud .pop6 a {font-size: 125%;}
#blogTagCloud .pop5 a {font-size: 120%;}
#blogTagCloud .pop4 a {font-size: 115%;}
#blogTagCloud .pos3 a {font-size: 110%;}
#blogTagCloud .pop2 a {font-size: 105%;}
#blogTagCloud .pop1 a {font-size: 100%;}

#blogTagList a {
	padding: 3px 8px;
	display: block;	
	border-radius: 3px;
	margin-bottom: 3px;
}
#blogTagList a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}
#blogTagList .active a {
	background-color: #0088CC;
	color: #fff;
}
h3.sideTitleCategories:before,
h3.sideTitleArchive:before,
h3.sideTitlePopularTopics:before,
h3.sideTitleRecentPosts:before,
h3.sideTitleRecentComments:before,
h3.sideTitleAuthors:before,
h3.sideTitleTags:before,
h3.sideTitleNewsletter:before {
	font-family: 'FontAwesome';
	content: '\f07c';
	padding-right: 5px;
	font-size: 20px;
	font-weight: normal;
}
h3.sideTitleArchive:before {content: '\f133';}
h3.sideTitlePopularTopics:before {content: '\f005';}
h3.sideTitleRecentPosts:before {content: '\f07c';}
h3.sideTitleRecentComments:before {content: '\f0e6';}
h3.sideTitleAuthors:before {content: '\f0c0';}
h3.sideTitleTags:before {content: '\f02c'}
h3.sideTitleNewsletter:before {content: '\f0e0'}



/* =LIST */
#blogPosts h2,
h2.postSubject,
.postSubject {
	padding: 0; margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 25px;
	text-transform: uppercase;
}
#blogExtraTitle {
	font-size: 28px;
	color: #333333;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 15px;	
	margin-top: 30px;
}
.postedBy {
	padding-top: 10px;	
}
.postBody {
	padding-bottom: 15px;	
}
.rPostItem {
	margin-bottom: 10px;	
}
.CommentsItem {
	margin-bottom: 15px;	
}
.well h3 {
	margin-top: 0px;	
}
.well a {
	text-decoration: underline;	
}
.blogAuthors .blogAuthor {
	clear: both;
	overflow: hidden;	
	margin-bottom: 10px;
}
.blogPostsList .blogPostLink:before {
	font-family: 'FontAwesome';
	content: '\f15c';
	margin-right: 9px;
	color: #a81010;
}

/* =POST */

/* ---------------------------- =CUSTOMIZATION ---------------------------------- */
.postThumb {
    max-width: 100%; 
    max-height: 100%;
}

.blogAddThisPinterest {
	margin-top: 30px;	
}
#blogSlideshow {
	display: none;	
}
.blogContent .breadcrumb {
	display: none;	
}
.blogDesc {
	display: none;	
}
/* =SIDEBAR */
.side-box {
	border-top: 3px solid #a81010;
	background-color: #f5f5f5;	
	padding: 15px;
	margin-top: 30px;
	color: #666;
}
.side-box a {
	color: #666;	
}
.side-box h3 {
	margin-top: 0px;
	color: #a81010;	
}
.side-box ul {
	list-style-type: none; padding: 0; margin: 0;	
}
.side-box li {
	padding: 0; margin: 0;	
}
.blogArchiveYear > span,
.blogArchiveMonth > span {
	color: #666;
	cursor: pointer;
}
.blogArchiveMonth > span {
	margin-left: 15px;
}
.blogArchiveItem > a {
	margin-left: 30px;	
}

/* =LIST */
#blogPosts .blogPost {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d7d7d7;	
}
.ecsAddThisItem {
	float: left;
	margin-right: 10px;
}
.img-blog-divider {
	display: none;	
}
.links {
	color: #999;	
}
.postFooter .postComments,
.postFooter .postComments a,
.postBody .postDate,
.postBody .postAuthor {
	color: #999;
}
.postFooter .postComments:before,
.postBody .postDate:before,
.postBody .postAuthor:before {
	font-family: 'FontAwesome';
	content: '\f0e6';
	margin-right: 5px;
}
.postBody .postDate:before {content: '\f133';}
.postBody .postAuthor:before {content: '\f007';}


/*** END outrivalracing/global/blog.css ***/

/*** START outrivalracing/global/navigation.css ***/
/* Navigation */
.caret {
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  color: #808080;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #808080;
  text-decoration: none;
  background-color: #F8F8F8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F8F8F8), to(#F8F8F8));
  background-image: -webkit-linear-gradient(top, #F8F8F8, 0%, #F8F8F8, 100%);
  background-image: -moz-linear-gradient(top, #F8F8F8 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #F8F8F8 0%, #F8F8F8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF8F8F8', endColorstr='#ffF8F8F8', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f8f8f8), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #f8f8f8, 0%, #f8f8f8, 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffeea236', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-header {
  color: #999999;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.navbar-inverse .nav > li > a {
	color: #ffffff;
}
.navbar-inverse .nav .caret {
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;		
}
.nav > li > a {
	color: #808080;	
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #333333;
	background-color: #fff-hover;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: #f8f8f8;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav .nav-divider {
  background-color: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

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

.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav .caret {
  border-top-color: #808080;
  border-bottom-color: #808080;
}

.nav a:hover .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  background-color: #fff;
  border-radius: 4px;
}
.navbar-nav > li > a {
  color: #808080;
  border-radius: 0px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #fff;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-brand {
  color: #808080;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-toggle {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
  border: 1px solid #dddddd;
}

.navbar-toggle .icon-bar {
  display: block;
  background-color: #808080;
  border-radius: 1px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #fff;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #808080;
  border-bottom-color: #808080;
}

.navbar-inverse {
  background-color: #5276AE;
  border-color: #5276AE;
  border-width: 0px;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-color: #5276AE;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f5ffbe;
  background-color: #39527a;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #365c98;
  background-color: #365c98;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	border-color: #638FCE;
	background-color: #638FCE;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #9FC767;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-fixed-top, 
.navbar-fixed-bottom {
	border-radius: 0;	
}
@media screen and (max-width: 768px) {
	.dropdown-menu > li > a {
	  color: #808080;
	}
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* =CUSTOM NAVIGATION */
.navbar {
	top: 46px;	
	border-bottom: 1px solid #e1e1e1;	
}
.page3VLA6PD6 .navbar  {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	border-bottom: 0 none;
}
.navbar-nav .caret {
	display: none;
}
.navbar-brand {
	padding: 10px 15px;
	padding-right: 0px;
}
.navbar-small .navbar-brand img {
	height: 50px;	
	transition: all 0.2s ease-in-out;
}
.navbar-small .navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.navbar-nav > li > a {
	font-size: 13px;	
	font-weight: 600;
	height: 99px;
	line-height: 70px;
	vertical-align: middle;
}
.navbar-small .navbar-nav > li > a {
	height: 59px;
	line-height: 30px;
}
.navbar-small .top-search-icon a {
	padding-top: 20px;
	padding-bottom: 20px;	
}
.dropdown-menu {
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	border-top: 2px solid #A81010;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0px;	
}
.dropdown-menu > li > a {
	font-size: 12px;
	font-weight: normal;
	padding: 8px 15px;	
}
.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    height: 59px;
    line-height: 40px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 7px;
	font-size: 16px;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: 0;
}
/* search link */
@media (max-width: 991px) {
	body {
		padding-top: 106px;
	}
	.navbar {
		height: 60px !important;
	}
	.navbar-nav > li > a {
		height: 59px;
		line-height: 30px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.navbar-brand {
		padding-top: 5px;
		padding-bottom: 5px;			
	}	
	.navbar-brand img {
		height: 50px;
	}	
	.top-search-icon a {
		padding-top: 20px;
		padding-bottom: 20px;	
	}		
}
@media (min-width: 768px) {
	.navbar-collapse {
		float: right;	
	}	
}
@media (max-width: 767px) {
	.navbar-brand {
		margin-left: -15px;	
	}
	.navbar-nav {
		background-color: #fff;	
		margin-top: 59px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #e1e1e1;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	}
	.navbar-collapse.collapsing {
		overflow-y: inherit !important;	
	}
	.navbar-nav > li > a {
		height: auto !important;
		line-height: 1.6em !important;		
		padding-top: 5px;
		padding-bottom: 5px;
		clear: both;
		width: 100%;
	}
	.navbar-small {
		top: 0px;	
	}
}
/* after adding extra top navigation */
@media (max-width: 599px) {
	.top-bar {padding-top: 5px; height: 69px;}
	.top-bar .row > div {float: none; width: 100%; text-align: center;}	
	ul.top-nav {margin-bottom: 5px;}
	div.navbar {top: 69px;}
	body {padding-top: 129px;}
}
/*** END outrivalracing/global/navigation.css ***/

/*** START outrivalracing/global/media.css ***/
/* Media */
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media print {
	body {
		padding-top: 0px;	
	}
	h1.pageTitle {
		margin-top: 0px;
		padding-top: 0px;	
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}

}
@media (max-width: 480px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}
}
@media (max-width: 979px) {

}
@media (min-width: 980px) {

}
@media (min-width: 768px) and (max-width: 1199px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}
	
	/* fix horizontal scrolling on smaller resolutions */
	/*.row {margin-left: 0px; margin-right: 0px;}*/
}
@media (min-width: 980px) and (max-width: 1199px) {

} 
/*** END outrivalracing/global/media.css ***/

/*** START outrivalracing/global/buttons.css ***/
/* Buttons */
.btn {
	border-radius: 0;	
}
.btn 			{background-color: #F5F5F5; 			border: 1px solid #F5F5F5;				color: #333333;}
.btn-default 	{background-color: #474949;	border: 1px solid #474949;		color: #ffffff;}
.btn-primary 	{background-color: #a81010;	border: 1px solid #a81010;		color: #ffffff;}
.btn-success 	{background-color: #5cb85c;	border: 1px solid #5cb85c;		color: #ffffff;}
.btn-info 		{background-color: #5bc0de;		border: 1px solid #5bc0de;		color: #ffffff;}
.btn-warning 	{background-color: #f0ad4e;	border: 1px solid #f0ad4e;		color: #ffffff;}
.btn-danger 	{background-color: #d9534f;		border: 1px solid #d9534f;		color: #ffffff;}

.btn:hover, .btn:focus 					{background-color: #e5e5e5; 			border: 1px solid #e5e5e5; 			color: #333333;}
.btn-default:hover, .btn-default:focus 	{background-color: #3a3c3c;	border: 1px solid #3a3c3c;	color: #ffffff;}
.btn-primary:hover, .btn-primary:focus 	{background-color: #a81010;	border: 1px solid #a81010;	color: #ffffff;}
.btn-success:hover, .btn-success:focus 	{background-color: #4cae4c;	border: 1px solid #4cae4c;	color: #ffffff;}
.btn-info:hover, .btn-info:focus 		{background-color: #46b8da;		border: 1px solid #46b8da;		color: #ffffff;}
.btn-warning:hover, .btn-warning:focus 	{background-color: #eea236;	border: 1px solid #eea236;	color: #ffffff;}
.btn-danger:hover, .btn-danger:focus 	{background-color: #d43f3a;	border: 1px solid #d43f3a;	color: #ffffff;}

.btn-link, .btn-link:hover, .btn-link:focus {background-color: transparent; border-color: transparent; color: #a81010;}

.dscPostSubject button, 
.dscPostSubject button:hover, 
.dscPostSubject button:focus,
.dscAlign button, .dscAlign button:hover, .dscAlign button:focus,
.priceTable input[type="submit"].addToCart, .priceTable input[type="submit"].addToCart:hover, .priceTable input[type="submit"].addToCart:focus {
	background-color: #a81010;
	border-color: #a81010;
	border-radius: 0;	
	color: #fff;
	padding: 3px 10px;
}
button.myRecurringOrderBtn {
	margin-bottom: 15px;	
}
button.myRecurringOrderBtn:before {
	content: '\f044';
	font-family: 'FontAwesome';
	margin-right: 5px;
}
/*** END outrivalracing/global/buttons.css ***/

/*** START outrivalracing/global/comments.css ***/
/* Comments */

/* comments form */
.enterComment {
	margin-top: 20px;		
}
#commentEnterFirstName, #commentEnterLastName, #commentEnterEmailName {
	display: inline-block;	
	padding-right: 10px;
}
.postCommentBlock {
	clear: both;
	overflow: hidden;
}
.postCommentBlock input, 
.postCommentBlock input:hover, 
.postCommentBlock input:focus {
	margin: 0;
	background-color: #737E85;
	color: #fff;
	border: 0 none;
}

/* list of comments */
.CommentsBody {
	border-left: 5px solid #ccc;
	padding-left: 15px;	
}
.CommentsCreatedAgo {
	border-bottom: 1px dashed;
}
.CommentedBy {
	font-style: italic;
}
/*** END outrivalracing/global/comments.css ***/

/*** START outrivalracing/global/forum.css ***/
/* Discussion Forum */

/* =GLOBAL */
.dscMain {margin-top: 10px;}
.dscMain td, .dscMain th {
	padding: 0; 
	margin: 0; 	
	padding: 5px 10px;
	font-weight: normal;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}
h1.forumName {
	padding: 0; margin: 0;
	padding-top: 15px;
	padding-bottom: 7px;
}
.dscMessages .notice {color: red;}
.absolutePostDate {display: none;}

/* =LIST OF FORUMS */
.dscForumsTable thead th {background-color: #e9e9e9;}
.dscForumsTable .dscFCol {
	background-color: #f5f5f5;
}
.dscForumsTable td#threadsCnt,
.dscForumsTable td#postsCnt {
	text-align: center;
}
.absolutePostDate {}

/* =LIST OF THREADS */
.dscThreadsTable thead th {background-color: #e9e9e9;}
.dscThreadsTable .row-1 td {background-color: #f5f5f5;}
/*.dscThreadsTable .dscPriorityName {
	background-repeat:no-repeat;
	background-position: left 3px;
	display:block;
	float: left;
	width: 21px;
	height: 19px;
	color: transparent;
	text-indent: -9999px;
}
.dscThreadsTable .dscPriorityAnnouncement {background-image:url(../data/f/exclamation.gif);}
.dscThreadsTable .dscPrioritySticky {background-image:url(../data/f/icons/pin-yellow.png);}*/
.dscThreadsTable td#viewsCount,
.dscThreadsTable td#postsCount {
	text-align: center;
}
.dscNewTopic {padding-top: 10px;}

/* =LIST OF POSTS */
.dscPostsTable td,
.dscPostsTable th {
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
}
.dscPostsTable th {background-color: #e9e9e9;}
.dscPostsTable h2 {padding: 0; margin: 0;}
.dscPostsTable .dscThreadTitle {width: 100%;}
.dscPostsTable .dscThreadReply {white-space: nowrap;}

.dscPostsTable .row-1 td {background-color: #f5f5f5;}
.dscPostsTable .dscPostControl {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.dscPostsTable .dscPostControl button {margin-left: 10px;}
.dscPostsTable .dscPostedAgo {text-align: right;}
.dscPostsTable td#author {width: 150px;}

/* =QUOTES */
.dscQuoted {font-weight: bold;}
.dscPostBody blockquote {
	border:1px dotted #CCCCCC;
	padding:15px;
	margin: 10px;
	color: #888;
}
.dscPostBody blockquote blockquote {width: 90%;}
.dscPostBody {
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 100%;
	overflow: hidden;
}
.row-1 .dscPostBody blockquote {background-color: #fff;}
.row-1 .dscPostBody blockquote blockquote {background-color: #f5f5f5;}
.row-1 .dscPostBody blockquote blockquote blockquote {background-color: #fff;}
.row-1 .dscPostBody blockquote blockquote blockquote blockquote{background-color: #f5f5f5;}
.row-1 .dscPostBody blockquote blockquote blockquote blockquote blockquote{background-color: #fff;}
.row-0 .dscPostBody blockquote {background-color: #f5f5f5;}
.row-0 .dscPostBody blockquote blockquote {background-color: #fff;}
.row-0 .dscPostBody blockquote blockquote blockquote {background-color: #f5f5f5;}
.row-0 .dscPostBody blockquote blockquote blockquote blockquote {background-color: #fff;}
.row-0 .dscPostBody blockquote blockquote blockquote blockquote blockquote {background-color: #f5f5f5;}

/* =ADD / EDIT POST */
.dscSmiles {
	margin-left: 20px;
	width: 140px;
}
#bodyTD {width: 100%;}
#bodyTD textarea {height: 190px;}
.dscForm tfoot input[type="submit"], input.forumBtn {margin-right: 10px;}
.dscForm .dscFieldTitle {
	font-weight: bold;
	padding-top: 15px;
	vertical-align: middle;
}

/* =ICONS */
.dscThreadRow td#icon {
/*	min-width: 20px;
	padding: 5px 10px;*/
}
a.dscPostIcon {text-decoration: none;}
.dscForumIcon {
	width: 20px;
	background-image:url("../data/f/icons/forum.gif");
	background-position:50% 50%;
	background-repeat:no-repeat;
	min-width: 45px;
}
.dscNewMsg {
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url("../data/f/icons/forum-new.gif");
	min-width: 45px;
}
a.dscPostIcon span {
	background-image:url("../data/f/icons/last-post.png");
	background-position:left center;
	background-repeat:no-repeat;
	/*padding:5px 8px;*/
}
.dscThreadIcon {
	background-image:url("../data/f/icons/thread.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}
a.lastPostIco span {
	display:block;
	padding-left: 22px;
	line-height:16px;
}
.dscThreadRow .dscNewMsg {
	background-image:url(../data/f/icons/thread-new.png);
	background-position: 10px 50%;
}

/* =USER PROFILE */
.dscProfile {margin-top: 15px;}
table.dscProfile td {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.dscProfile .dscFieldTitle {
	font-weight: normal;
	padding: 0;
	text-align: right;
	padding-right: 5px;
}
.dscProfile input[type="text"] {width: 180px;}
.dscProfile textarea {width: 250px; height: 80px;}
.avatarBlock input {margin-left: 5px;}
.avatarBlock .avatarImg {padding-right: 10px;}

/* =SEARCH FORUMS */
.dscSearchForm {
	border: 1px solid #d7d7d7;
	margin-top: 10px;
}
.dscSearchForm td,
.dscSearchForm th {
	padding: 5px 10px;
}
.dscSearchForm .searchingCrietria td {
	padding: 0;
	padding-right: 20px;
}
.dscSearchForm thead th {
	background-color: #e9e9e9;
	text-align: left;
	font-weight: normal;
}

.dscSearchTable th {
	background-color: #e9e9e9; 
	text-align: left; 
	font-weight: normal;
}
.dscSearchTable td {vertical-align: top;}
.dscSearchTable .row-0 td {background-color: #f5f5f5;}
.dscSearchTable .dscPostBody {padding: 0;}
.dscSearchTable .postView {text-align: right;}
.dscSearchTable .postSubject {
	font-weight: bold;
	padding-bottom: 5px;
}
.dscSearchTable #info label {}
.dscSearchTable .dscAlias {padding-bottom: 5px;}

/* =MODERATION */
.dscModerateTable th {
	background-color: #e9e9e9; 
	text-align: left; 
	font-weight: normal;
}
.dscModerateTable td {vertical-align: top;}
.dscModerateTable .row-0 td {background-color: #f5f5f5;}
.dscModerateTable .dscPostBody {padding: 0;}
.dscModerateTable .postView {text-align: right;}
.dscModerateTable .postSubject {
	font-weight: bold;
	padding-bottom: 5px;
}
.dscModerateTable #info label {}
.dscModerateTable .dscAlias {
	padding-bottom: 5px;
}

.dscModerateTable .dscModerateSelect {text-align: center;}
.dscModerateTable .dscModerateInfo {width: 25%;}
.dscModerateTable .dscModerateMessage {}

.ApproveDeleteBtns {padding-top: 10px;}
.ApproveDeleteBtns input {margin-right: 5px;}

/* =FORM */

.dscForm textarea,
.dscForm input[type="text"],
.dscForm input[type="password"],
.dscForm input[type="email"],
.dscForm select {
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	padding: 4px;
	text-align: left;	
}

/* ------------------------------------------ =RESPONSIVE FORUM START ---------------------------------------------- */
/* forum toolbar */
table.dscTopToolbar {
	width: 100%;
}
table.dscTopToolbar .dscLinks {
	text-align: right;
}
/* list of forums */
tr.dscForumRow td {
	position: relative;	
}
.dscForumIcon,
.dscThreadRow .dscNewMsg,
.dscThreadIcon,
a.dscPostIcon span {
	background-image: none;	
	width: auto;
	height: auto;
}
.dscForumIcon:before,
.dscThreadRow .dscNewMsg:before,
.dscThreadIcon:before,
a.dscPostIcon span:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #a81010;

	text-shadow: 1px 1px 1px #fff;
}
.dscForumIcon:before {content: '\f0e6'; color: #a81010;}
.dscThreadRow .dscNewMsg:before {content: '\f07c'; color: #666;}
.dscThreadIcon:before {content: '\f07c'; color: #a81010;}
.dscThreadIcon.dscNewMsg:before {color: '\f07b'; color: #666;}
a.dscPostIcon span:before {content: '\f0a4';}

/* list of posts/topics */


/* sticky and announcement */
.dscPriorityName {color: transparent; display: inline-block; width: 20px;}
.dscPriorityName:before {font-family: 'FontAwesome'; margin-right: 5px;}
.priority1 + td .dscPriorityName:before {content: '\f071'; color: #666;}
.priority2 + td .dscPriorityName:before {content: '\f02c'; color: #a81010;}

/* post */
.dscPostSubject > tbody > tr > td#control {
	text-align: right;	
}
.dscPostSubject > tbody > tr > td#control button {
	margin-left: 10px;	
}
@media (max-width: 991px) {
	/* post */
	.dscPostSubject,
	.dscPostSubject > tbody,
	.dscPostSubject > tbody > tr,
	.dscPostSubject > tbody > tr > td {
		display: block;	
		border: 0 none;
		margin: 0;
		padding: 0;
	}
	.dscPostSubject > tbody > tr > td {
		padding: 5px 0; 
	}	
	.dscPostSubject > tbody > tr > td#control {
		text-align: left;	
	}
	.dscPostSubject > tbody > tr > td#control button {
		margin-left: 0px;
		margin-right: 10px;	
	}
}
@media (min-width: 768px) {
	tr.dscForumRow td {
		vertical-align: middle;	
	}
	.dscForumIcon:before {
		position: absolute; 
		top: 0px;
	}	
}
@media (max-width: 767px) {
	/* forum toolbar */
	table.dscTopToolbar, table.dscTopToolbar thead, table.dscTopToolbar tbody,
	table.dscTopToolbar tr, table.dscTopToolbar th, table.dscTopToolbar td {
		display: block;	
	}
	table.dscTopToolbar td {
		padding-top: 5px;	
		padding-bottom: 5px;
	}
	table.dscTopToolbar td.dscLinks {
		text-align: left;	
	} 
	table.dscTopToolbar td.dscLinks a {
		display: inline-block;	
	}
	
	/* list of forums */
	div.table-responsive {
		white-space: inherit;
		border: 0 none;
		overflow: inherit;	
		padding: 0; 
		margin: 0;
	}
	table.dscForumsTable thead {
		display: none;
	}	
	tr.dscForumRow {
		display: block;
		clear: both;
		background-color: #f2f2f2;		
	}
	.dscForumsTable td.dscFCol {
		color: #fff;
		background-color: #43A6DF; 
		border: 0 none;
	}
	tr.dscForumRow td {
		display: block;
		border: 0 none;
	}	
	tr.dscForumRow td div:empty {
		display: none;	
	}
	tr.dscForumRow td.dsc-forum-cell-icon,
	tr.dscForumRow td.dsc-forum-cell-name,
	tr.dscForumRow td.dsc-forum-cell-threads,
	tr.dscForumRow td.dsc-forum-cell-posts,
	tr.dscForumRow td.dsc-forum-cell-last-post {
		padding: 2px 10px;
	}
	tr.dscForumRow td.dsc-forum-cell-icon,
	tr.dscForumRow td.dsc-forum-cell-name {
		display: inline-block;
	}
	tr.dscForumRow td.dsc-forum-cell-icon {
		padding-right: 0px;	
	}
	tr.dscForumRow td.dsc-forum-cell-name {
		padding-left: 0px;	
	}
	tr.dscForumRow td.dsc-forum-cell-threads,
	tr.dscForumRow td.dsc-forum-cell-posts,
	tr.dscForumRow td.dsc-forum-cell-last-post {
		padding-left: 0px;
		padding-right: 0px;		
	}
	tr.dscForumRow td.dsc-forum-cell-threads,
	tr.dscForumRow td.dsc-forum-cell-posts {
		text-align: left;
		background-color: #fff;		
	}
	tr.dscForumRow td.dsc-forum-cell-last-post {
		width: 100%;
		text-align: left;
		background-color: #fff;		
	}
	tr.dscForumRow td.dsc-forum-cell-last-post div {
		display: inline-block;	
	}
	.dscForumsTable td#threadsCnt, 
	.dscForumsTable td#postsCnt {
		text-align: left;	
	}
	
	tr.dscForumRow td.dsc-forum-cell-threads:before {content: 'Threads: ';}
	tr.dscForumRow td.dsc-forum-cell-posts:before {content: 'Posts: ';}
	
	tr.dscForumRow td.dsc-forum-cell-threads:empty:before,
	tr.dscForumRow td.dsc-forum-cell-posts:empty:before,
	tr.dscForumRow td.dsc-forum-cell-last-post:empty:before {
		content: '';
	}
	
	/* list of topics */
	.dscThreadsTable table, .dscThreadsTable tbody,
	.dscThreadsTable tr, .dscThreadsTable td, .dscThreadsTable th {
		display: block;	
	}
	.dscThreadsTable thead, 
	.dscThreadsTable td.dscThreadIcon {
		display: none;	
	}
	.dscThreadsTable td {
		border-top: 0 none;
		border-bottom: 0 none;	
		padding-top: 3px;
		padding-bottom: 3px;		
	}
	.dscThreadsTable tr {
		border-bottom: 1px solid #e9e9e9;	
	}
	.dscThreadsTable td#viewsCount, .dscThreadsTable td#postsCount {
		text-align: left;	
	}
	.dscThreadsTable td#viewsCount:before {
		content: 'Views: ';	
	}
	.dscThreadsTable td#postsCount:before {
		content: 'Posts: ';	
	}
	.dsc-forum-cell-last-post span, 
	#lastPost div span {
		display: inline-block;
		padding: 0; margin: 0;
	}
	
	/* post */
	.dscPostsTable,
	.dscPostsTable > tbody,
	.dscPostsTable > thead,
	.dscPostsTable > tbody > tr,
	.dscPostsTable > thead > tr,
	.dscPostsTable > tbody > tr > td,
	.dscPostsTable > thead > tr > th {
		display: block;
		width: 100% !important;	
		border-top: 0 none;
		border-bottom: 0 none;
	}
	.dscPostsTable > thead > tr > th:first-child {
		display: none;	
	}
	.dscPostsTable > thead > tr > th button {
		margin-left: 10px;	
	}
}

/* ------------------------------------------ =RESPONSIVE FORUM END ---------------------------------------------- */
/* ------------------------------------------ =CUSTOM STYLING START ---------------------------------------------- */
button.dscAddThread:before {
	font-family: 'FontAwesome';
	content: '\f0f6';
	margin-right: 7px;	
}
/* ------------------------------------------ =CUSTOM STYLING END ---------------------------------------------- */

/* show/hide forums we don't need taskId.16811615 */
tr[data-forum-id="478150684"],
tr[data-forum-id="478150718"],
tr[data-forum-id="478150732"],
tr[data-forum-id="478150730"],
tr[data-forum-id="478150723"],
tr[data-forum-id="478150696"] {
    display: none;
}
/*** END outrivalracing/global/forum.css ***/

/*** START outrivalracing/global/coaches.css ***/
/* =LIST */
.row-coaches > div {
	margin-bottom: 30px;	
}
.coaches-list h4 {
	padding: 0; margin: 10px 0 5px;	
	font-size: 16px;
}
.coaches-img-container {
	position: relative;	
	max-width: 180px;
	margin: 0 auto;	
	overflow: hidden;	
}
.coaches-list .expert-in {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	color: #333;
	font-size: 12px;
	line-height: 1.6em;	
	padding: 5px;
	max-width: 180px;
	opacity: 0;
}
.coaches-img-container:hover .expert-in {
	opacity: 1;
}
.coaches-list .expert-in a,
.coaches-list .expert-in a:hover,
.coaches-list .expert-in a:focus {
	color: #333;
	text-decoration: none;		
}

@media(max-width: 599px) {
	.row-coaches > div {
		width: 50%;
	}	
}
@media(max-width: 349px) {
	.row-coaches > div {
		width: 100%;
		float: none;	
	}	
}

/* =ITEM */
.coach img {
	margin-right: 20px;
	margin-bottom: 5px;	
}
.coach-panels {
	padding-top: 20px;	
}
@media (max-width: 479px) {
	.coach img {
		margin-bottom: 20px;
		margin-right: 0px;	
	}	
}
/*** END outrivalracing/global/coaches.css ***/

/*** START outrivalracing/global/elite.css ***/
.AthSearchForm {
	display: none;		
}

/* =ITEM */
.athImage {
	float: right;
	margin-left: 30px;	
}
img.missingSrc {
	border: 0 none !important;
}
.athEliteBlock .leftBlock > div > span,
.athEliteBlock .rightBlock > div > span {
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;	
}
.athBiography {
/* taskId.16806525 */
/*	clear: both;
	overflow: hidden; 
	padding-top: 20px;*/
	padding-top: 10px;
}
.athName {
	font-size: 28px;	
	color: #333333;
	margin-bottom: 10px;	
}
.athEmail {
	display: none;	
}
.athresults th,
.athresults td {
	padding: 5px 10px;
	border-bottom: 1px solid #d7d7d7;	
}
.athresults th {
	background-color: #f5f5f5;
}
.athresults td {
	width: auto;
}
@media (min-width: 768px) {
	.athresults th, .athresults td {text-align: center;}
	.athresults th:first-child, .athresults td:first-child {text-align: left;}	
	.athresults tr:nth-child(even) td {background-color: #f5f5f5;}
}
@media (max-width: 767px) {
	.athresults, .athresults tbody, .athresults tr, .athresults td {
		display: block;	
	}
	.athresults td {
		border: 0 none;	
		padding: 2px 10px;
	}
	.athresults tr {
		border-bottom: 1px solid #d7d7d7;	
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.athresults thead {display: none;}	
	.athresults td.athresultsTime:before {content: 'Placement By Age Group: ';}
	.athresults td.athresultsPlacementAge:before {content: 'Placement By Age Group: ';}
	.athresults td.athresultsPlacementOv:before {content: 'Placement Overall: ';}
	.athresults td.athresultsPersonalRecord:before {content: 'Personal Record: ';}
	.athresults tr:nth-child(odd) {background-color: #f5f5f5;}	
}
@media (max-width: 499px) {
	.athImage {
		float: none;	
		margin-bottom: 15px;
	}	
}

/* =SUBMIT RESULT FORM */
.addResult a {
	display: block;
}
.addResult td {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.addResult input#placementAge,
.addResult input#placementOverall {
	display: none;
}
.addResult input[type="radio"] {
	margin-right: 5px;	
}
.addResult .pastRow input[type="radio"] {
	margin-left: 10px;	
}
.addResult #placementRadio.pastRow td {
	padding-top: 10px;	
}
.addResult #placementRadio.pastRow input[type="radio"] {
	margin-left: 0px;	
}
.addResult #placementRadio.pastRow label + input[type="text"] {
	margin-left: 10px;
}
.addResult select,
.addResult input[type="text"] {
	max-width: 200px;	
}
.addResult label {
	font-weight: normal;	
}
.addEventFormDateParticipants + .addEventFormDateParticipants {
	display: none;	
}
.addEventForm td {
	padding: 5px 10px;	
}
/*** END outrivalracing/global/elite.css ***/

/*** START outrivalracing/global/flex.css ***/
/* Flex */
/* recente posts */
.flex-box-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
			
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;	
			
	/* margin-left: -10px !for(ie9); */
	/* margin-right: -10px !for(ie9); */
}
.flex-box {
	width: -webkit-calc(25% - 15px);
	width: -moz-calc(25% - 15px);
	width: calc(25% - 15px);
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(25% - 15px);
	   -moz-box-flex: 0;
	    -ms-flex: 0 1 calc(25% - 15px);
	        flex: 0 1 calc(25% - 15px);
			
	background-color: #fff;	
	
	/* width: 25% !for(ie9); */
	/* float: left !for(ie9); */
	/* padding-left: 10px !for(ie9); */
	/* padding-right: 10px !for(ie9); */
	/* background-color: transparent !for(ie9); */
}
.flex-box > div {
	/* background-color: #fff !for(ie9);	 */
}
.flex-box img {
	max-width: 100%;
	width: 100% !important;
	height: auto !important;	
}
.flex-box > div {
	padding: 15px;	
}
@media (max-width: 767px) {
	.flex-box {
		width: -webkit-calc(33.3333% - 15px);
		width: -moz-calc(33.3333% - 15px);
		width: calc(33.3333% - 15px);
		
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(33.3333% - 15px);
		   -moz-box-flex: 0;
			-ms-flex: 0 1 calc(33.3333% - 15px);
				flex: 0 1 calc(33.3333% - 15px);
	}	
}
@media (min-width: 550px) and (max-width: 767px) {
	.flex-box:last-child {
		display: none;	
	}		
}
@media (max-width: 549px) {
	.flex-box {
		margin-bottom: 30px;
		
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px);
		
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(50% - 15px);
		   -moz-box-flex: 0;
			-ms-flex: 0 1 calc(50% - 15px);
				flex: 0 1 calc(50% - 15px);
	}	
}
@media (max-width: 479px) {
	.flex-box {
		margin-bottom: 20px;
		
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
		
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(50% - 10px);
		   -moz-box-flex: 0;
			-ms-flex: 0 1 calc(50% - 10px);
				flex: 0 1 calc(50% - 10px);
	}	
}
@media (max-width: 349px) {
	.flex-box {	
		width: 100%;
		
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100%);
		   -moz-box-flex: 0;
			-ms-flex: 0 1 calc(100%);
				flex: 0 1 calc(100%);
	}	
}


.flex-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	
	-webkit-flex-flow: row;	
	-ms-flex-flow: row;	
	flex-flow: row;	
}
.flex-aside {
	width: 340px;
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 340px;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 340px;
	        flex: 0 0 340px;	
			
	/* float: left !for(ie9);			 */
}
.flex-article {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
			
	padding-right: 30px;
	
	/* float: left !for(ie9); */
	/* width: calc(100% - 350px) !for(ie9); */
}
@media (max-width: 767px) {
	.flex-main {
		display: block;	
	}	
	.flex-article {
		margin-bottom: 30px;	
	}
}
/*** END outrivalracing/global/flex.css ***/

/*** START outrivalracing/remove/common.css ***/
/* Common CSS for this layout */

/* =HOME SLIDESHOW */
.home-slideshow {
	position: relative;
}
.home-slideshow img {
	width: 100% !important;
	height: auto !important;	
}
#home-slideshow {
	max-height: 550px;	
}
.home-slideshow-control {
	font-family: 'FontAwesome';
	font-size: 30px;
	position: absolute;
	top: 45%;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.2s ease-in-out;
	z-index: 21;
}
.home-slideshow:hover .home-slideshow-control {
	opacity: 0.8;
}
.home-slideshow:hover .home-slideshow-control:hover {
	opacity: 1;
}
.home-slideshow-prev {
	left: 15px;	
}
.home-slideshow-next {
	right: 15px;	
}
.home-slide-sm {
	display: none;
}
/* the whole block is then removed by js */
#our-athletes img[src*="na150x170"], 
#our-athletes img[src*="na-3x4"], 
#our-athletes img[src*="missing-src-attribute"] {
	display: none;
}
/* new rule to remove athlete without image; the whole block is removed with js (in cms), so theatre can work correctly */
#our-athletes .no-image {
	display: none !important;	
}
@media (max-width: 470px) {
	.home-slide-sm {display: inline;}
	.home-slide-lg {display: none;}
}
.my-paging {
	position: absolute;
	bottom: 15px;	
	width: 100%;
	text-align: center;
	z-index: 21;
}
.my-paging span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	opacity: 0.3;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.7);
}
.my-paging span.active {
	opacity: 1;	
}

.orr-event-specs th,
.orr-event-specs td {
	padding: 5px 15px;
}
.orr-event-specs tr:nth-child(odd) th,
.orr-event-specs tr:nth-child(odd) td {
	background-color: #f2f2f2;
}
@media (max-width: 479px) {
	.orr-event-specs,
	.orr-event-specs tr,
	.orr-event-specs td,
	.orr-event-specs th,
	.orr-event-specs tbody,
	.orr-event-specs tr:nth-child(odd) th,
	.orr-event-specs tr:nth-child(odd) td {
		display: block; padding: 0; margin: 0; width: 100%;	background-color: transparent;
	}
	.orr-event-specs tr:nth-child(odd) {
		background-color: #f2f2f2;		
	}
	.orr-event-specs tr {
		padding: 5px 15px;	
	}
}


.our-athletes {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;	
}
.our-athletes .row-coaches {
	margin-left: -10px;
	margin-right: -10px;
}
.our-athletes .theatre-container > div {
	padding-left: 10px;
	padding-right: 10px;	
}
.our-athletes .theatre-container > div > div + div {
	background-color: #fff;	
	padding-top: 5px;
	padding-bottom: 5px;
}
.our-athletes a.AthleteName {
	color: #333333;
	font-size: 16px;
	font-weight: 300;	
}
.our-athletes .theatre-container > div:hover a.AthleteName {
	color: #a81010;
	text-decoration: none;	
}
@media (max-width: 1199px) {
	.our-athletes .theatre-container > div {
		width: 20%;	
	}
	.our-athletes a.AthleteName {
		font-size: 15px;	
	}
}
@media (max-width: 979px) {
	.our-athletes .theatre-container > div {
		width: 25%;	
	}
	.our-athletes a.AthleteName {
		font-size: 14px;	
	}
}
@media (max-width: 767px) {
	.our-athletes .theatre-container > div {
		width: 33.3333%;	
	}
}
@media (max-width: 549px) {
	.our-athletes .theatre-container > div {
		width: 50%;	
	}
	.our-athletes a.AthleteName {
		font-size: 13px;	
	}	
}

.home-content {
	padding-top: 20px;
	padding-bottom: 20px;	
}
.home-content-table td {
	vertical-align: top;	
}
.home-content-table > tbody > tr > td:first-child {
	width: 400px;
	padding-right: 30px;	
}
.home-content-table table td:last-child {
	width: 240px;
	padding-left: 20px;
}
@media (min-width: 550px) {
	.home-content-table > tbody > tr > td:last-child {
		border-left: 1px solid #d7d7d7;	
		padding-left: 30px;
	}
}
@media (max-width: 979px) {
	.home-content-table > tbody > tr > td:first-child,
	.home-content-table > tbody > tr > td:last-child {
		width: 50%;	
	}
	.home-content-table table,
	.home-content-table table > tbody,
	.home-content-table table > tbody > tr,
	.home-content-table table > tbody > tr > td {
		display: block; padding: 0; margin: 0;			
	}	
	.home-content-table table iframe {
		margin-left: -55px;	
	}
	.home-content-table table p:last-child {
		margin-bottom: 0px;	
	}
	.athResultsBlock {
		height: 350px;	
	}
	.home-content-table .btn {
		margin-bottom: 10px;	
	}
}
@media (max-width: 549px) {
	.home-content-table,
	.home-content-table > tbody,
	.home-content-table > tbody > tr,
	.home-content-table > tbody > tr > td {
		display: block; padding: 0; margin: 0;			
	}	
	.home-content-table > tbody > tr > td:first-child,
	.home-content-table > tbody > tr > td:last-child {
		width: 100%;	
	}	
	.home-content-table table iframe {
		margin-left: -58px;	
	}
	.home-content-table table p:last-child {
		margin-bottom: 0px;	
	}
	.athResultsBlock {
		height: 200px;	
	}
	.home-content-table .btn {
		margin-bottom: 10px;	
	}
}

.athResultsBlock .eventName {
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
}
.athResultLine:before {
	font-family: 'FontAwesome';	
	content: '\f017';
	margin-right: 5px;
}

.home-blog {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 30px;	
}
.home-blog p {
	margin: 0;	
}
.home-blog a {
	font-size: 16px;
	font-weight: 300;	
	margin-top: 5px;
}
.home-blog .date:before {
	font-family: 'FontAwesome';	
	content: '\f133';
	margin-right: 5px;	
}
.home-blog .row > div > div {
	background-color: #fff;	
	padding: 10px 15px;
}

.home-article-section {
	padding: 30px 0px;
}

/* pointer events are not supported by older versions of ie */
/* .ipop-banner {display: none !for(ie10 ie9 ie8);}
 */

.ipop-banner.iPopBlock {
	background-color: transparent;	
	pointer-events: none;
}
.ipop-banner .iPopWrap {
	padding: 0;	
}
.ipop-banner.iPopBlock.styled .iPopBox {
	padding: 0;
	border: 0 none;	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	pointer-events: auto;
}
.ipop-banner .iPopCloseBtn {
	color: #B62C2D;
	font-size: 16px;	
	pointer-events: auto;
}
.ipop-banner .iPopCloseBtn:hover {
	color: #333333;	
}
.ipop-banner p {
	margin-bottom: 0px;	
}
@media (min-width: 1550px) {
	.ipop-banner .iPopWrap {
		right: 15px;
		left: auto;	
	}	
}
/*** END outrivalracing/remove/common.css ***/
/* TIME: 0.060611963272095 */