i {
	font-style: normal;
}

p {
	color: #828282;
}

p.title {
	color: #F85A16;
}

.feature-left .icon .rrs-title-icon, .rrs-title-icon {
	font-size: 50px;
}

.feature-left .feature-copy i.rrs-title-name, .rrs-title-name {
	font-size: 30px;
	font-style: normal;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.lg {
	margin-top: 20px;
	margin-bottom: 20px;
}

.init-hidden {
	display: none;
}

.clickable {
	cursor: pointer;
}

/**************/
/* PAGINATION */
/**************/

.section-ctl .pagination {
	margin: 0px 0px;
}

/********/
/* HELP */
/********/

.btn.help {
	position: fixed;
	bottom: 20px;
	right: 90px;
	width: 50px;
	height: 50px;
	font-size: 22px;
	z-index: 999;
}

/*********/
/* LABEL */
/*********/

.lbl {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.42857;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 350px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 30px;
}

.lbl-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 4px;
}

.lbl-fill {
	font-size: 16px;
	font-weight: 400;
}

.lbl-primary {
	color: #2e4b83;
	border: none !important;
}

.lbl-primary.lbl-fill {
	color: #fff;
	background: #2e4b83;
	border: 2px solid #2e4b83 !important;
}

.lbl-primary.lbl-outline {
	color: #2e4b83;
	border: 2px solid #2e4b83 !important;
}

.lbl-secondary {
	color: #6c757d;
	border: none !important;
}

.lbl-secondary.lbl-fill {
	color: #fff;
	background: #6c757d;
	border: 2px solid #6c757d !important;
}

.lbl-secondary.lbl-outline {
	color: #6c757d;
	border: 2px solid #6c757d !important;
}

.lbl-success {
	color: #5cb85c;
	border: none !important;
}

.lbl-success.lbl-fill {
	color: #fff;
	background: #5cb85c;
	border: 2px solid #5cb85c !important;
}

.lbl-success.lbl-outline {
	color: #5cb85c;
	border: 2px solid #5cb85c !important;
}

/********************/
/* EXTEND BOOTSTRAP */
/********************/

.btn[disabled],
.btn-primary[disabled] {
	background-color: #9e3100;
	border-color: #9e3100 !important;
}

.btn-group-toggle .btn-primary,
.btn-group-toggle .btn-primary.disabled {
	background-color: #b5b5b5 !important;
	border-color: #b5b5b5 !important;
}

.btn-group-toggle .btn-primary:active,
.btn-group-toggle .btn-primary.active {
	background-color: #F85A16 !important;
	border-color: #F85A16 !important;
}

.no-border,
.btn.no-border{
	border: 0px !important;
}

.country-flag-md {
	width: 45px;
	height: 45px;
}

.btn.btn-icon-lg {
	font-size: 38px;
	padding: 5px;
	line-height: 1.0;
}

.small {
	font-size: 18px !important;
}

@media (min-width: 768px) {
	.row.row-flex {
		display: flex;
		flex-wrap: wrap;
	}
}

button.btn {
	height: auto;
	width: auto;
}

.btn.btn-slim,
.lbl.lbl-slim,
.form-group.slim .btn
{
	padding: 5px;
	margin: 0px;
	min-width: 35px;
}

.btn.btn-xslim,
.lbl.lbl-xslim {
	padding: 2px;
	margin: 0px;
	min-width: 25px;
	font-size: 12px;
	height: 27px;
}

.btn .icon {
	margin: 0px;
	padding: 0px;
}

.btn-slim .icon {
	max-height: 22px;
	margin-top: -5px;
}

.btn.btn-tab {
	width: 100%;
	max-width: none;
}

a.deco-none {
	color:#828282;
	text-decoration:none;
}

/*********/
/* ICONS */
/*********/

.icon {
	color: #F85A16;
}

.icon.primary {
  color: #337ab7;
}

.icon.success {
  color: #5cb85c;
}

.icon.info {
  color: #5bc0de;
}

.icon.warning {
  color: #f0ad4e;
}

.icon.danger {
  color: #d9534f;
}

.icon.pending {
	color: grey;
}

.icon.accepted {
	color: #31528f;
}

.icon.confirmed {
	color: #305a30;
}

.fa.fa-shield.gold {
	color: darkorange;
}

/********************/
/* FIX INPUT ACTION */
/********************/

.input-group-btn {
	height: 44px;
}

.input-group-btn .btn {
	height: 100%;
	margin-bottom: 0px;
	margin-right: 0px;
}

/**************/
/* FIX TOOGLE */
/**************/

.toggle-group > .btn,
.toggle.btn {
	margin: 0px;
}

.toggle-on.btn {
	padding-left: 5px;
}

.toggle-off.btn {
	padding-right: 5px;
}

.toggle-group > .toggle-off.btn-default {
	background-color: inherit;
}

.toggle-group > .toggle-on.btn-primary {
	margin-left: -2px;
	margin-top: -2px;
}

.toggle-group > .toggle-handle.btn-default:hover,
.toggle-group > .toggle-off.btn-default:hover,
.toggle.btn-default {
	background-color: #efefef;
	color: inherit;
}

/*****************/
/* ERROR MSG BOX */
/*****************/

.error-msg-box {
	display: inline-block;
	margin: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	border-radius: 4px;
	color: white;
	background-color: #B40404;
}

.error-msg-box .icon i {
	color: white;
}

/****************/
/* WARN MSG BOX */
/****************/

.warn-msg-box {
	display: inline-block;
	margin: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	border-radius: 4px;
	color: white;
	background-color: #ffca00;
}

.warn-msg-box .icon i {
	color: white;
}

/*******************/
/* SUCCESS MSG BOX */
/*******************/

.success-msg-box {
	display: inline-block;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	border-radius: 4px;
	color: white;
	background-color: #25843e;
}

.success-msg-box .icon i {
	color: white;
}

/***********/
/* NAVMENU */
/***********/

.lang.entry {
	white-space: nowrap;
	float: left;
}

.gtco-nav .menu-1 > ul > li > a {
	text-shadow: 1px 1px #00000085;
}

/**********/
/* MARGIN */
/**********/

.no-v-margin, .no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.no-h-margin, .no-margin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/***********/
/* PADDING */
/***********/

.no-v-padding, .no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-h-padding, .no-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/***********/
/* SECTION */
/***********/

.section {
	padding: 10px;
	margin: 20px;
}

.section-nvm, .section-nm {
	margin-left: 0px;
	margin-right: 0px;
}

.section-nhm, .section-nm {
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-nvp, .section-np {
	padding-left: 0px;
	padding-right: 0px;
}

.section-nhp, .section-np {
	padding-top: 0px;
	padding-bottom: 0px;
}

.section-title {
	display: flex;
	flex-direction: row;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;

	/* bottom line */
	border-bottom-color: #F3F3F3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

.section-title-sm {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.section-title {
		display: inline-block;
		font-size: 25px;
		line-height: 30px;
	}

	.section-title-sm {
		font-size: 18px;
		line-height: 23px;
	}
}

.section-title > .icon,
.section-title > img.icon,
.section-title > a > .icon {
	font-size: 30px;
	line-height: 36px;
	margin-right: 10px;
	color: #F85A16;
}

.section-title > img.icon {
	height: 36px;
	border-radius: 5px;
}

.section-title-sm > .icon,
.section-title-sm > img.icon,
.section-title-sm > a > .icon {
	font-size: 25px;
	line-height: 30px;
	margin-right: 10px;
	color: #F85A16;
}

.section-title-sm > img.icon {
	height: 26px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.section-title > .icon,
	.section-title > img.icon,
	.section-title > a > .icon {
		vertical-align: top;
		font-size: 35px;
		line-height: 42px;
		margin-right: 10px;
	}

	.section-title > img.icon {
		height: 42px;
	}

	.section-title-sm > .icon,
	.section-title-sm > img.icon,
	.section-title-sm > a > .icon {
		font-size: 20px;
		line-height: 25px;
		margin-right: 10px;
		vertical-align: top;
	}

	.section-title-sm > img.icon {
		height: 23px;
	}
}

.section-title > p,
.section-title > a > p {
	flex-grow: 1;
	overflow: hidden;
	color: #F85A16;
	text-transform: uppercase;
}

/************************/
/* MOBILE RACE DETAILS */
/************************/

@media (max-width: 768px) {
	.section-title > p,
	.section-title > a > p {
		display: inline-block;
		width: 100%;
		font-size: 2vh;
		vertical-align: bottom;
		white-space: normal;
	}
}

@media (max-width: 320px) {
	.section-title > p,
	.section-title > a > p {
		display: inline-block;
		line-height: 15px;
		width: 100%;
		font-size: 1.5vh;
		vertical-align: bottom;
		white-space: normal;
	}
}

.section-title .form-group {
	margin-bottom: 0px;
}

.section-title .section-search {
	float: right;
	width: 50%;
}

.section-title .section-dt-range {
	float: right;
	width: 300px;
}

@media (max-width: 768px) {
	.section-title .section-search,
	.section-title .section-dt-range {
		margin-top: 15px;
		display: inline-block;
		width: 100%;
	}
}

.section-title > .section-ctl {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 10px;
}

.section-title > .section-ctl.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.section-title > .section-ctl,
	.section-title > .section-ctl.left {
		float: left;
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 10px;
	}
}

.section-subtitle {
	color: #F85A16;
	width: 100%;
	margin-bottom: 15px;
	font-weight: normal !important;
}

.text-box {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*********************/
/* SECTION TITLE BAR */
/*********************/

.section-tbar {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px;
}

.section-tbar.nm {
	margin-bottom: 0px;
}

.section-tbar > .section-ctl {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 15px;
}

@media (max-width: 768px) {
	.section-tbar > .section-ctl {
		float: left;
		margin-left: 0px;
		margin-right: 15px;
	}

}

.section-tbar > .section-ttl {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 15px;
}

/**************/
/* ITEM LABEL */
/**************/

.il-entry, .il-entry-sm, il-entry-xs {
	font-size: 25px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.il-entry-sm {
	font-size: 20px;
	line-height: 25px;
}

.il-entry-xs {
	font-size: 16px;
	line-height: 20px;
}

.il-entry .icon,
.il-entry-sm .icon,
.il-entry-xs .icon {
	font-size: 30px;
	line-height: 36px;
	margin-right: 5px;
	margin-left: 0px;
	min-width: 35px;
	text-align: center;
}

.il-entry .icon.right,
.il-entry-sm .icon.right,
.il-entry-xs .icon.right {
	margin-left: 10px;
	margin-right: 0px;
}

.il-entry-sm .icon {
	font-size: 25px;
	line-height: 30px;
	min-width: 30px;
}

.il-entry-xs .icon {
	margin-right: 4px;
	font-size: 20px;
	line-height: 25px;
	min-width: 20px;
}

.il-entry-xs .icon.right {
	margin-left: 5px;
	margin-right: 0px;
}

.il-entry .il-entry-desc {
	display: block;
	margin-left: 50px;
}

.il-entry-sm .il-entry-desc {
	display: block;
	margin-left: 45px;
}

.il-entry-xs .il-entry-desc {
	display: block;
	margin-left: 40px;
}

.il-entry > p,
.il-entry > i {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

/****************/
/* IMG CONTROLS */
/****************/

.img {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-w-ctl {
	position: relative;
}

.img-w-ctl .img-ctl,
.img-w-ctl .img-ctl.tr,
.img-w-ctl .img-ctl.tl,
.img-w-ctl .img-ctl.bl,
.img-w-ctl .img-ctl.br {
	position: absolute;
	z-index: 99;
}

.img-w-ctl .img-ctl .hint {
	color: #F85A16;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.img-w-ctl img {
	width: 100%;
}

.img-w-ctl .img-ctl.tr,
.img-w-ctl .img-ctl.br {
	right: 15px;
}

.img-w-ctl .img-hint.tr,
.img-w-ctl .img-hint.br {
	right: 65px;
}

.img-w-ctl .img-ctl.tl,
.img-w-ctl .img-ctl.bl {
	left: 15px;
}

.img-w-ctl .img-ctl.tr,
.img-w-ctl .img-ctl.tl {
	top: 15px;
}

.img-w-ctl .img-ctl.br,
.img-w-ctl .img-ctl.bl {
	bottom: 15px;
}

.img-w-ctl .img-ctl-sm.tr,
.img-w-ctl .img-ctl-sm.br {
	right: 5px;
}

.img-w-ctl .img-ctl-sm.tl,
.img-w-ctl .img-ctl-sm.bl {
	left: 5px;
}

.img-w-ctl .img-ctl-sm.tr,
.img-w-ctl .img-ctl-sm.tl {
	top: 5px;
}

.img-w-ctl .img-ctl-sm.br,
.img-w-ctl .img-ctl-sm.bl {
	bottom: 5px;
}

/********/
/* FORM */
/********/

.dropdown.form-group.slim
{
	display: flex;
	flex-direction: row;
}

.section-title .text.form-group.slim
{
	margin-top: 4px; /* I just don't give a fuck anymore */
}

.dropdown.form-group.slim .control-label,
.dropdown.form-group.slim .form-control,
.text.form-group.slim .input-group-btn,
.text.form-group.slim .btn,
.text.form-group.slim .form-control
{
	height: 36px;
}

.dropdown.form-group.slim .control-label
{
	line-height: 36px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.dropdown.form-group.slim .form-control
{
	padding: 0px 10px;
	flex-grow: 1;
}

.section-ctl .form-group .toggle
{
	height: 36px !important;
}

.section-ctl .form-group .toggle-handle
{
	height: 32px;
}

.section-ctl .form-group .toggle-group .btn
{
	line-height: 16px !important;
}

.form-group .toggle
{
	height: 44px !important;
}

.form-group .toggle-handle
{
	height: 40px;
}

.form-group .toggle-group .btn
{
	line-height: 24px !important;
}
