body:not(.home) .navbar-fixed-top {
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
}

.jumbotron,
.navbar-bottom {
	overflow: hidden;
}

.jumbotron.bicycle-details {
	color: #253141;
}

.jumbotron:not(.top) {
	color: #000;
}

.jumbotron.content .box,
.table.prices tbody {
	color: #fff;
}

.navbar-fixed-top, 
.navbar-bottom,
.nav .dropdown-menu,
.slicknav_menu,
.jumbotron,
.jumbotron.content,
.jumbotron.content-white,
.jumbotron.blue-line,
.table .tableFloatingHeaderOriginal[style*="position: fixed"] {
	background-color: #fbba00;
}
.table .tableFloatingHeaderOriginal[style*="position: fixed"] tr.small {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.navbar-fixed-top .navbar-nav > li > a, .navbar-bottom .navbar-nav > li > a,
.btn.btn-default,
.navbar-bottom p,
a:not(.btn),
a.thumbnail,
.table.program span, 
.table.program .disabled span,
.jumbotron.text a:not(.btn), 
.jumbotron.text p strong, 
.jumbotron.text p b,
.table.prices .small td, 
.table.prices span {
	color: #1961ac !important;
}
a.thumbnail:hover,
.jumbotron.text a.thumbnail:hover {
	color: #fff !important;
}
.table.program .disabled {
	rgba(25,97,172, 0.3);
}
.navbar-fixed-top .nav-navbar .navbar-nav.nav.switch > li > a,
.btn-default:hover,
.btn.btn-warning,
a.thumbnail:hover {
	color: #fff !important;
	background-color: #1961ac;
}
a.thumbnail {
	padding-bottom: 50px;
	margin-bottom: 30px;
}
a.thumbnail img {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2), -5px 18px 20px 0px rgba(0,0,0,0.16) !important;
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2), -5px 18px 20px 0px rgba(0,0,0,0.16) !important;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2), -5px 18px 20px 0px rgba(0,0,0,0.16) !important;
}
a.thumbnail .bottom {
	height: 50px;
}
.btn-default {
	border: none;
}

.jumbotron.text h1 {
	color: #2384c6;
}

.jumbotron.top {
	height: auto;
	/*padding-bottom: 40px;*/
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	z-index: 20;
}
.jumbotron.top h2 {
	border-bottom: 0;
	/*margin-bottom: 0;*/
}
.jumbotron.top > .container {
	background: transparent;
}

.jumbotron.home {
	padding-bottom: 100px;
}
.jumbotron.home::before,
.jumbotron.home::after,
.jumbotron.content.text::before,
.jumbotron.content.text::after {
	content: "";
	position: absolute;
	top: -40px;
}
.jumbotron.home::before,
.jumbotron.content.text::before {
	left: 0;
	background: url(../img/general/bg-content_top-left_2020.png) no-repeat;
	background-position: left -165px;
	width: 478px;
	height: 655px;
}
.jumbotron.home::after,
.jumbotron.content.text::after {
	left: auto;
	right: 0;
	background: url(../img/general/bg-content_top-right_2020.png) no-repeat;
	background-position: right -90px;
	width: 1100px;
	height: 687px;
	/*display: none;*/
}
.jumbotron.content .box {
	border-color: #fff;
}
.jumbotron.top::before,
.jumbotron.content .box::before,
.jumbotron.content .box::after {
	display: none !important;
}

.jumbotron.content .box img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.jumbotron.footer {
	display: none;
}

/*
.navbar-fixed-top {
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.4);
}
*/

.navbar-bottom {
	background: #fbba00;
}
.navbar-bottom .img-responsive {
	width: 100%;
	max-width: none;
}
.navbar-bottom .container {
	width: auto;
	padding: 0;
}
.partners {
	margin-top: 0;
	padding: 15px 30px;
}
.partners a.arrow-left, 
.partners a.arrow-right {
	display: none;
}

.jumbotron.content-white ol {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	color: #177561;
	text-transform: uppercase;
}

.jumbotron.content.text,
.jumbotron.text > .container:first-child {
	background-image: none;
}

.jumbotron.text dl .csc-textpic-caption {
	font-family: 'Oswald', sans-serif !important;
	font-size: 26px !important;
	text-align: center;
	text-transform: uppercase !important;
	margin-top: 5px !important;
}
.jumbotron.text h3,
.jumbotron.text dl .csc-textpic-caption {
	color: #2363aa;
	line-height: 1.5em;
}


.jumbotron.bicycle-details p {
	font-size: 1.15em;
	font-weight: normal;	
}
.jumbotron.bicycle-details h3 + p {
	margin-top: -12px;
}
.jumbotron.bicycle-details img + p {
	margin-top: 15px;
}
.jumbotron.bicycle-details .text-danger {
	color: #cc001b;
}
.jumbotron.bicycle-details .text-center {
	margin-top: 100px;
}
.jumbotron.bicycle-details .progress-discrete {
  width: 200px;
  height: 20px;
  background: repeating-linear-gradient(
      to right,
      #c59300,
      #c59300 9%,
      transparent 9%,
      transparent 10%
    ),
    repeating-linear-gradient(
      to right,
      #2463aa,
      #2463aa 18%,
      transparent 18%,
      transparent 20%
    );
  background-size: 200%, 100%;
  background-repeat: repeat-y;
  margin: -12px 0 15px 0;
}
.jumbotron.bicycle-details .progress1 {
  background-position: -20%;	
}
.jumbotron.bicycle-details .progress2 {
  background-position: -40%;	
}
.jumbotron.bicycle-details .progress3 {
  background-position: -60%;	
}
.jumbotron.bicycle-details .progress4 {
  background-position: -80%;	
}
.jumbotron.bicycle-details .progress5 {
  background-position: -100%;	
}


.news-single img {
	max-width: 100%;
	height: auto;
}
.news-list-item,
.news-list-item > a:last-of-type,
.news-list-item a.images + .videos::before {
	color: #1961ac !important;
}
.news-list-item > a:last-of-type {
	border-color: #1961ac;
}
.events-list .date {
	color: #cc424a;
}
.events-list .col-md-3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.images-no-full-width DIV.csc-textpic-imagewrap img {
	width: auto !important;
	max-width: 100%;
}

.table.program span, 
.table.program .disabled span {
	font-size: 0.75em;
	line-height: 1.75em;
}


@media only screen and (max-width : 1440px) {
	.jumbotron.top h1 {
		font-size: 80px;
	}
	.jumbotron.top h1 + h2 {
		padding-bottom: 0;
		margin-bottom: 0.75em;
	}
}
@media only screen and (max-width : 1280px) {
	.jumbotron.top h1 + h2 {
		font-size: 24px;
		line-height: 1.2em;
	}
}
@media only screen and (max-width : 1080px) {
	.jumbotron.top h1 {
		font-size: 70px;
		line-height: 1.2em;
	}
	.jumbotron.top h1 + h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width : 900px) {
	.jumbotron.top h1 {
		font-size: 50px;
	}
	.jumbotron.top h1 + h2 {
		font-size: 16px;
	}
}
@media only screen and (max-width : 640px) {
	.jumbotron.top {
		min-height: 400px;
	}
	.jumbotron.top h1 + h2 {
		margin-bottom: 0;
	}

	.partners {
		padding-left: 0;
		padding-right: 0;
	}
	.partners .c-list {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width : 480px) {
	.jumbotron.top .img-responsive {
		left: auto;
		right: 0;
		top: auto;
		bottom: auto;
		width: 150%;
		height: auto;
	}
}