@charset "utf-8";
/* ==================================================
   Typography
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:400,700);
@font-face {
	font-family: '20km500';
	src: url('../fonts/20km_500-webfont.eot');
	src: url('../fonts/20km_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/20km_500-webfont.woff2') format('woff2'), url('../fonts/20km_500-webfont.woff') format('woff'), url('../fonts/20km_500-webfont.ttf') format('truetype'), url('../fonts/20km_500-webfont.svg#sslx_500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: '20km700';
	src: url('../fonts/20km_700-webfont.eot');
	src: url('../fonts/20km_700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/20km_700-webfont.woff2') format('woff2'), url('../fonts/20km_700-webfont.woff') format('woff'), url('../fonts/20km_700-webfont.ttf') format('truetype'), url('../fonts/20km_700-webfont.svg#sslx700') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ==================================================
   Base
================================================== */
body, html {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-font-smoothing: antialiased !important;
}
body {
	background: #fff url("../img/layout/loading.gif") center no-repeat;
	margin: 0;
	color: #000;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	margin-top: 0;
}
h1, h2 {
	font-family: "20km700", Helvetica, Arial, sans-serif;
}
h3, h4, h5, h6 {
	font-family: "20km500", Helvetica, Arial, sans-serif;
}
a {
	color: #cc1a08;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
ul, ol {
	list-style: none;
	padding: 0;
}
em {
	padding-right: 3px;
}
img {
	width: 100%;
	height: auto;
}
object {
	width: 100%;
	height: auto;
}
section {
	position: relative;
}
hr {
	border: none;
	position: relative;
}
/* ==================================================
   Header
================================================== */
.hero-content {
	position: relative;
	width: 100%;
	height: auto;
	padding: 60px 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	z-index: 99;
}
.hero-content .container {
	z-index: 999;
}
.hero-content .row {
	margin-right: 0;
	margin-left: 0;
}
.hero-content .row:first-child {
	padding-top: 0;
	height: 60%;
}
.hero-content .row:last-child {
	padding-top: 2%;
	height: 40%;
}
.hero-content object, .hero-content img {
	height: auto;
	min-height: 15vh;
	margin: 5vh auto 0;
}
.hero-content .title, .hero-content a {
	color: #333;
}
.hero-content .title {
	font-family: "20km700", Helvetica, Arial, sans-serif;
	font-size: 5em;
	text-transform: uppercase;
}
.hero-content .subtitle {
	font-size: 1.5em;
	clear: both;
	padding: 40px 0;
}
.hero-content .subtitle h2 {
	font-size: 1.5em;
	color: #fff;
}
.hero-content a {
	text-decoration: none;
}
.icon-holder {
	color: #333;
	font-size: 1.3em;
	width: 100%;
}
.icon-holder .fa {
	background-color: #cc1a08;
	width: 78px;
	height: 78px;
	line-height: 72px;
	text-align: center;
	text-shadow: none;
	font-size: 2em;
	margin-right: 15px;
	color: #fff;
	float: left;
}
.register-now {
	text-align: right;
	width: 100%;
	color: #fff;
}
.register-now .btn-primary {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	width: 100%;
	height: 78px;
	line-height: 78px;
	padding: 0;
	color: #fff;
}
.register-now .btn-primary .fa {
	margin-right: 15px;
	margin-left: 15px;
}
/* ==================================================
   Footer
================================================== */
.footer {
	background-color: #000;
	color: rgba(255,255,255,0.5);
	border-bottom: 5px solid #cc1a08;
}
.footer .container {
	position: relative;
}
.footer .copyright span {
	display: block;
}
.footer p {
	margin-bottom: 0;
}
.footer a {
	color: rgba(255,255,255,0.7);
}
.footer .back-top .fa {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #cc1a08;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
/* ==================================================
   Navigation
================================================== */
header#home {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.navbar {
	margin: 0;
}
.navbar-default {
	background-color: rgba(255,255,255,0.95);
	border: none;
	font-weight: 400;
	text-transform: uppercase;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-default object, .navbar-default img {
	/*display: none;*/
	display: block;
	width: 0;
	height: 35px;
	margin: 9px 0 0 15px;
	float: left;
	-webkit-transform: translate3d(0, -70px, 0) scale(0);
	-moz-transform: translate3d(0, -70px, 0) scale(0);
	-ms-transform: translate3d(0, -70px, 0) scale(0);
	transform: translate3d(0, -70px, 0) scale(0);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.navbar-default.top-nav-collapse object, .navbar-default.top-nav-collapse img {
	width: 165px;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.current {
	background-color: #cc1a08;
	color: #fff;
}
.navbar-default .navbar-toggle {
	background-color: #cc1a08;
	border: 1px solid #cc1a08;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
/* ==================================================
   Bootstrap Carousel
================================================== */
.carousel-wide {
	/*height: 100vh;*/
	min-height: 100vh;
}
.carousel-inner, .carousel-inner div {
	height: 100%;
}
.carousel-inner {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
}
.carousel-wide .carousel-inner .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-wide .carousel-inner .item#slide-01 {
	background: url(../img/slider/slide-01.jpg) no-repeat center center fixed;
}
.carousel-wide .carousel-inner .item#slide-02 {
	background: url(../img/slider/slide-02.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-wide .carousel-inner .item#slide-03 {
	background: url(../img/slider/slide-03.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-indicators {
	display: none;
	bottom: 8%;
}
.carousel-indicators li, .carousel-indicators .active {
	margin: 0 2%;
	width: 15px;
	height: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.carousel-indicators li {
	background: #fff;
	border: none;
}
.carousel-indicators .active {
	background-color: #cc1a08;
}
.carousel-control {
	display: none;
	width: 30px;
	top: 50%;
	margin-top: -20px;
	opacity: 1;
	border-bottom: none!important;
}
.carousel-control .fa {
	background-color: #cc1a08;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	text-shadow: none;
	color: #fff;
	margin-left: -40px;
	margin-right: -40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
/* ==================================================
   Content Sections
================================================== */
/* Headings */
.title-header {
	display: table;
	width: 100%;
}
.title-header h2, .title-header h3, .title-header .subtitle {
	padding: 0 50px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #000;
}
.title-header h2 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 3.5em;
}
.title-header img {
	width: auto;
	height: 50px;
	margin: 0 20px;
}
.title-header h3 {
	text-transform: none;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
}
.title-header span {
	display: block;
}
/* Contents */
.page-wrapper {
	position: relative;
	z-index: 99;
}
.main-content {
	position: relative;
	background-color: #f2f2f2;
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: 99;
}
.main-content-header {
	padding-top: 50px;
}
.main-content .row {
	margin-right: 0;
	margin-left: 0;
}
.main-content .title-header h2 {
	color: #cc1a08;
	margin-bottom: 0;
}
.main-content h3 span {
	display: block;
}
.main-content-header .title {
	font-size: 2.5em;
	color: #000;
}
.main-content-header p {
	font-size: 1.2em;
}
.content-block {
	padding: 25px 45px;
	border-right: 1px solid rgba(0,0,0,0.2);
	min-height: 230px;
}
.content-block:last-child {
	border-right: none;
}
.content-block h3, .icon-holder h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	letter-spacing: 1px;
}
.icon-holder h3, .icon-holder p {
	color: #fff;
}
.content-block .fa {
	color: #cc1a08;
	margin-bottom: 20px;
}
/* Promos */
.promo-content .row {
	margin-right: 0;
	margin-left: 0;
}
/* Features */
.single {
	padding: 0;
	overflow: hidden;/*max-height: 285px;*/
}
.single .single-info, .single .single-image {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	height: 285px;
}
.single .single-image {
	background-color: rgba(0,0,0,0.05);
}
.single .single-image .fa {
	font-size: 8em;
	color: rgba(0,0,0,0.5);
}
.single .title-header h3 {
	position: absolute;
	top: 45%;
	font-family: "20km700", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	color: #fff;
	width: 100%;
}
.single:hover .title-header h3 {
	opacity: 0;
}
.single .overlay {
	width: 100%;
	height: 100%;
	background: rgba(204, 26, 8, 1);
	padding: 40px;
}
.single .overlay h3 {
	margin-bottom: 10px;
}
.single .overlay h3, .single .overlay p {
	color: #fff;
}
.single .overlay button {
	border: 3px solid #fff;
	margin-top: 13px;
	padding: 15px 45px;
}
/* Events */
.event {
	display: table;
	width: 100%;
	margin-top: 10px;/*margin-bottom: 40px;*/
}
.event .event-time, .event .event-info {
	padding-top: 10px;
	padding-bottom: 10px;
}
.event .event-info img {
	float: right;
	padding: 10px;
	width: 180px;
	height: 180px;
	margin-left: 50px;
}
.event .event-time {
	text-align: right;
	padding-right: 65px;
}
.event .event-time h4, .event .event-info h4 {
	text-transform: none;
	font-size: 1.7em;
	color: #777;
	margin-bottom: 0;
}
.event .event-time h4 {
	font-weight: 700;
}
.event .event-time span {
	position: absolute;
	right: 10px;
	top: 20px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	text-align: center;
}
.event .event-time span .fa {
	font-size: 1.2em;
	color: #fff;
}
.event.extend .event-time span, .event.extended .event-time span {
	cursor: pointer;
}
.event.extend .event-info h4 {
	margin-bottom: 20px;
}
.event .event-info p {
	text-align: justify;
}
.event-place strong {
	display: block;
}
/* Registration */
.registration {
	background-color: #cc1a08;
}
.registration h2, .registration h3, .registration p, .registration ul {
	color: #fff;
}
.registration h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
}
.registration, .contacts a {
	color: #cc1a08;
	text-decoration: none;
	border-bottom: 2px solid #cc1a08;
}
.registration:hover, .supports a:hover {
	color: #000;
}
.registration .registration-info {
	color: #333;
}
.registration .registration-info li {
	padding: 5px 20% 5px 5px;
	margin-bottom: 0;
}
.registration .registration-info li:last-child {
	margin-bottom: 0;
}
.registration .registration-info li:hover {
	background-color: rgba(0,0,0,0.1);
}
.registration .registration-info strong {
	font-family: "20km500", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	float: right;
	margin-right: -20%;
}
.registration-box {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	background-color: #fff;
	display: table;
	width: 100%;
	cursor: pointer;
}
.registration-off .registration-box {
	cursor: default;
}
.registration-box:hover {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,1);
	display: table;
	width: 100%;
}
.registration-logo, .registration-title {
	padding: 20px 5%;
	text-align: center;
	height: 110px;/*border-bottom: 3px solid #cc1a08;*/
}
.registration-title {
	color: #000;
}
.registration-logo object, .registration-logo img {
	width: auto;
	height: 100%;
	max-height: 150px;
}
.registration-button {
	background-color: #cc1a08;
	height: 80px;
	text-align: center;
}
.registration-box:hover .registration-button {
	background-color: #000;
}
.registration-button .fa {
	margin-left: 10px;
}
.registration-button h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #fff;
	line-height: 150%;
}
.registration-info {
	padding: 20px;
}
.registration h4 {
	font-size: 1.7em;
	font-weight: 700;
	padding-right: 25px;
}
.registration h5 {
	font-weight: 700;
	font-size: 1.25em;
}
.registration h5 span {
	color: #cc1a08;
}
.registration-info ul {
	margin-bottom: 0;
	color: inherit;
}
/* Content grid */
.content-grid {
	background-color: #000;
	color: rgba(255,255,255,0.75);
	clear: both;
}
.content-grid .content-block {
	border: none;
}
.content-grid .content-block p {
	text-align: justify;
}
/* Modals */
.rules .modal-body {
	overflow: auto!important;
}
.modal p {
	margin-bottom: 10px;
}
.modal-content ul {
	padding: 15px;
}
.modal-dialog {
	width: 50%;
	/*max-width: 1170px;*/
	z-index: 9999;
}
.modal-body {
	padding: 30px 30px 50px;
}
.modal-body h3 {
	margin-bottom: 15px;
}
.modal-body hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.modal-body-container {
	margin: 0 0 30px;
}
.modal-open {
	padding: 0!important;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: hidden;
}
.modal-backdrop.in {
	filter: alpha(opacity=100);
	opacity: 1;
}
.modal-header h2 {
	margin-bottom: 0;
}
.modal-header img {
	width: auto;
	height: 50px;
	margin: 0 20px;
}
.modal-header .close {
	background-color: #cc1a08;
	margin-top: 3px;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	opacity: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.modal-header .close:hover {
	background-color: #000;
}
.modal-header .close .fa {
	color: #fff;
}
.modal-footer {
	text-align: center;
}
/* Courses */
.courses {
	background: linear-gradient(180deg, #fff 50%, #000 50%);
}
.courses h3 {
	margin-bottom: 10px;
}
.courses .container {
	background-color: #fff;
}
.courses .row {
	padding: 0 20px 30px;
}
.courses .map {
	position: relative;
}
.courses .map .btn-primary {
	position: absolute;
	bottom: 2%;
	right: 2%;
	padding: 0;
	width: 45px;
	height: 45px;
	line-height: 42px;
	font-weight: normal;
	text-transform: none;
}
.map iframe, .map img {
	border: 3px solid rgba(0,0,0,0.1);
	width: 100%;
	height: 550px;
}
.map iframe:hover, .map img:hover {
	border-color: rgba(204,26,8,1);
}
/* Media */
.media {
	background-color: #000;
	color: #fff;
	margin-top: 0;
	clear: both;
}
.media h2, .media h3, .media p {
	color: #cc1a08;
}
.media iframe {
	border: 2px solid rgba(255,255,255,0.2);
}
.media iframe:hover {
	border-color: rgba(204,26,8,1.0);
}
.media-feature {
	overflow: hidden;
}
.media-feature .overlay {
	position: absolute;
	top: -100%;
	left: 15px;
	height: 100%;
	width: 100%;
	max-width: 555px;
	background: rgba(204, 26, 8, 0.8);
	color: white;
	text-align: center;
}
.media-feature:hover .overlay {
	top: 0;
}
.media-feature .overlay a {
	display: block;
	height: 100%;
	padding: 30px;
	color: #fff;
	text-decoration: none;
}
.media-feature .overlay .fa {
	font-size: 3em;
	margin-bottom: 5%;
}
.media-feature .overlay .fa, .media-feature .overlay p {
	color: #fff;
}
/* Page Extra */
.page-extra {
	padding: 75px 0 0;
}
.page-extra .container {
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 40px;
}
/* Contacts */
.contacts {
	background-color: rgba(0,0,0,0.05);
}
.contacts p {
	padding: 15px 35px;
}
.contacts ul {
	font-family: "20km500", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
}
.contacts .fa {
	font-size: 1.2em;
	margin-right: 5px;
}
/* Social network */
.social a {
	border: none;
}
.social a .fa {
	background-color: #cc1a08;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
	text-align: center;
	color: #fff;
	margin: 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* ==================================================
   Tables
================================================== */
.datagrid {
	background: #fff;
	overflow: hidden;
	border: 4px solid #cc1a08;
	margin: 30px auto;
	width: 90%;
}
.datagrid table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}
.datagrid table h4 {
	text-align: center;
	padding: 0;
}
.datagrid table h6 {
	font-family: 'SSLx700', sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: 700;
	margin-top: 10px;
}
.datagrid table .fa {
	font-size: 1.5em;
	margin-right: 5px;
}
.datagrid table thead th {
	text-align: center;
}
.datagrid table th {
	padding: 5px 10px;
}
.datagrid table td {
	padding: 10px;
	vertical-align: middle;
}
.datagrid table thead th {
	font-family: "Roboto Slab", sans-serif;
	font-size: 1em;
	background-color: #fff;
	border-left: 4px solid #cc1a08;
	border-bottom: 4px solid #cc1a08;
}
.datagrid table thead th:first-child {
	border: none;
	border-bottom: 4px solid #cc1a08;
}
.datagrid table tbody td {
	border-left: 2px solid #cc1a08;
	font-size: 1em;
	border-bottom: 2px solid #cc1a08;
	font-weight: normal;
}
.datagrid table tbody .alt td {
	background-color: #ffdbbc;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
.datagrid table tbody tr td:first-child {
	text-align: center;
}
/* ==================================================
   Panels with nav tabs
================================================== */
.tabbed-content {
	overflow: hidden;
}
.tabbed-content .nav-tabs > li {
	width: 33.33333%;
}
.tabbed-content .panel {
	margin-bottom: 0;
}
.panel-default {
	border: none;
}
.panel-body {
	position: relative;
	border: 1px solid #ddd;
	padding: 40px 20px;
	margin-top: -1px;
}
.panel-body .bg-number {
	position: absolute;
	left: 12%;
	top: 0;
	font-family: "20km500", Helvetica, Arial, sans-serif;
	font-size: 15em;
	color: rgba(0,0,0,0.05);
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: 0;
}
.panel {
	box-shadow: none;
}
.panel.with-nav-tabs .panel-heading {
	padding: 0;
	border: none;
}
.panel.with-nav-tabs .nav-tabs {
	position: relative;
	border-bottom: none;
	margin: 0;
	z-index: 99;
}
.panel.with-nav-tabs.panel-default li {
	margin: 0;
}
.panel.with-nav-tabs.panel-default li.active {
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
.with-nav-tabs.panel-default .nav-tabs:hover > li.active > a span {
	color: #cc1a08;
}
.with-nav-tabs.panel-default .nav-tabs:hover > li > a span {
	color: #777;
}
.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	padding: 20px;
	font-family: "20km700", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.05);
	border: none;
}
.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.with-nav-tabs.panel-default .nav-tabs > li > a span {
	font-size: 2em;
	margin-left: 0;
	width: auto;
}
.with-nav-tabs.panel-default .nav-tabs > li:hover > a span {
	color: #000;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #000;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #cc1a08;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.with-nav-tabs.panel-default .mb-only {
	display: none;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #555;
}
/* ==================================================
   Collapsable Panels
================================================== */
.panel-group {
	margin-bottom: 0;
}
.panel-default > .panel-heading {
	color: inherit;
	background-color: inherit;
}
.panel-default:hover > .panel-heading, .panel-default:focus > .panel-heading {
	color: inherit;
}
.panel-default ul, .panel-default p, .panel-default h4, .panel-default h5, .panel-default h6 {
	margin: 0px 15px 10px;
}
.panel-default h4, .panel-default h5, .panel-default h6 {
	font-weight: inherit;
}
.panel-default ul {
	margin: 0px 40px 20px;
}
.panel-default ul li ul, .panel-default ul li ul li {
	margin: 0 0 10px 0;
}
.panel-default h4 {
	font-size: 1.3em;
	margin-top: 15px;
}
.panel-default h5 {
	font-size: 1.2em;
	margin-top: 15px;
}
.panel-default h6 {
	font-size: 1.1em;
	margin-top: 15px;
}
.panel-default li {
	margin: 0 0 10px 35px;
}
.panel-default li .fa {
	margin-left: -30px;
	width: 25px;
}
.panel-default li span {
	display: inline-block;
	width: 14px;
	margin-left: -23px;
	margin-right: 5px;
}
.panel-default blockquote {
	border: none;
	font-size: inherit;
}
.panel-default .panel-body li {
	margin: 0 0 10px 0;
}
.panel-heading {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel-heading a {
	padding: 10px 45px;
	display: block;
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.panel-heading:hover a, .panel-heading a:active, .panel-heading:focus {
	text-decoration: none;
	background-color: #cc1a08;
	border-color: #cc1a08;
	color: #fff;
}
.panel-heading a:focus {
	text-decoration: none;
	background-color: #cc1a08;
	border-color: #cc1a08;
	color: #fff;
}
.panel-heading span {
	margin-left: -33px;
}
.panel-heading:hover span, .panel-heading:focus span {
	color: #fff;
}
.panel-heading h4 {
	font-family: 'Futura Md BT';
	font-size: 1.15em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #666;
}
.panel-heading .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	margin-right: -25px;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.panel-heading .collapsed .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	margin-right: -25px;
	text-align: center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.clickable {
	cursor: pointer;
}
/* ==================================================
   Images
================================================== */
/* Mosaic: http://jsfiddle.net/webtiki/zMMH5/ */
.content-mosaic {
	background-color: #000;
	margin-top: 0vh;
	width: 100%;
	float: left;
}
.content-mosaic h2 {
	color: #cc1a08;
}
.mosaic {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: -1px;
}
.mosaic img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
.big_col, .medium_col, .small_col {
	height: auto;
	float: left;
}
.big_col {
	width: 33.3333%;
}
.medium_col {
	width: 164px;
}
.small_col {
	width: 82px;
}
.big_img img {
	width: 328px;
	height: 492px
}
.medium_img img {
	width: 50%;
	height: auto;
}
.small_img img {
	width: 25%;
	height: auto;
}
.horizontal_img img {
	width: 50%;
	height: auto;
}
/* ==================================================
   Supports Stream
================================================== */
.supports .support-logo {
	text-align: center;
	width: 20%;
	float: left;
}
.supports a {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	border-bottom: none;
}
.supports object, .supports img {
	position: relative;
	width: 100%;
	max-width: 185px;
	height: auto;
	max-height: 125px;
}
/* ==================================================
   Forms
================================================== */
/* Newsletter */
.newsletter .form-control {
	border: 3px solid #fff;
	box-shadow: none;
	letter-spacing: 1px;
	height: 65px;
	line-height: 65px;
	padding: 10px 20px;
	font-size: 1.2em;
}
.newsletter input:hover, .newsletter input:focus {
	border-color: #fff;
}
.newsletter .btn-primary {
	width: 100%;
	border: 3px solid #fff;
}
.newsletter .btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #cc1a08;
}
.newsletter .form-group {
	margin-bottom: 0;
}
/* ==================================================
   Buttons
================================================== */
.btn-primary, .btn-secondary {
	word-wrap: break-word;
	white-space: normal;
}
.btn-primary {
	display: inline-block;
	font-family: "20km500", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	background-color: #cc1a08;
	border: 3px solid #cc1a08;
	padding: 0 45px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: none;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #000;
	border: 3px solid #000;
}
.back-button {
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.btn-secondary {
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	background-color: #cc1a08;
	border: 3px solid #cc1a08;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: none;
	text-decoration: none;
}
.btn-secondary:hover {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
}
/* ==================================================
   Widgets
================================================== */
.fb_iframe_widget {
	margin-top: -25px;
}
/* ==================================================
   Simple CSS tooltip by Chris Bracco - http://cbracco.me/a-simple-css-tooltip/
================================================== */
/* Base styles for the element that has a tooltip */
[data-tooltip], .tooltip {
	cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after {
	position: absolute;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before, [data-tooltip]:before {
	z-index: 1001;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: 120px;
	background-color: #191C20;
	background-color: rgba(25, 28, 32, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
}
/* Top */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after {
	bottom: 100%;
	left: 50%;
}
[data-tooltip]:before, .tooltip:before, .tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
	border-top-color: #191C20;
	border-top-color: rgba(25, 28, 32, 0.9);
}
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after, .tooltip:after, .tooltip-top:after {
	margin-left: -50px;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}
/* Left */
.tooltip-left:before, .tooltip-left:after {
	right: 100%;
	bottom: 50%;
	left: auto;
}
.tooltip-left:before {
	margin-left: 0;
	margin-right: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-left-color: #000;
	border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after {
	-webkit-transform: translateX(-12px);
	-moz-transform: translateX(-12px);
	transform: translateX(-12px);
}
/* Bottom */
.tooltip-bottom:before, .tooltip-bottom:after {
	top: 100%;
	bottom: auto;
	left: 50%;
}
.tooltip-bottom:before {
	margin-top: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-bottom-color: #000;
	border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after {
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	transform: translateY(12px);
}
/* Right */
.tooltip-right:before, .tooltip-right:after {
	bottom: 50%;
	left: 100%;
}
.tooltip-right:before {
	margin-bottom: 0;
	margin-left: -12px;
	border-top-color: transparent;
	border-right-color: #000;
	border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after {
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transform: translateX(12px);
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before, .tooltip-right:before {
	top: 5px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after, .tooltip-right:after {
	margin-left: 0;
	margin-bottom: -16px;
}
/* ==================================================
   UI - Center Alignment Elements
================================================== */
/* Vertical Alignment */
.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ==================================================
   UI - Arrows (build with CSS Arrow Please: http://cssarrowplease.com/)
================================================== */
/* Arrows */
.arrow-top:after, .arrow-bottom:after {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 35px;
	margin-left: -35px;
	z-index: 99;
}
.arrow-top:after {
	bottom: 50%;
	border-color: rgba(0,0,0,0);
	border-bottom-color: #cc1a08;
}
.arrow-bottom:after {
	top: 50%;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #cc1a08;
}
.arrow-left:after, .arrow-right:after {
	top: 50%;
	border: solid transparent;
	border-width: 35px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 999;
}
.arrow-right:after {
	left: 100%;
	border-color: rgba(204, 26, 8, 0);
	border-left-color: #cc1a08;
	margin-top: -35px;
}
/* ==================================================
   UI - Margins and Paddings
================================================== */
.margin-25 {
	margin-bottom: 25px;
}
.margin-50 {
	margin-bottom: 50px;
}
.margin-75 {
	margin-bottom: 75px;
}
.margin-100 {
	margin-bottom: 100px;
}
.padding-25 {
	padding: 25px 0;
}
.padding-50 {
	padding: 50px 0;
}
.padding-75 {
	padding: 75px 0;
}
.padding-100 {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
/* ==================================================
   UI - Animations
================================================== */
a, .btn, .single .overlay, .media-feature .overlay, .registration-box, .registration-button, .single .fa, .map img, .modal-header .close, .with-nav-tabs.panel-default .nav-tabs > li > a span, .navbar-default object, .navbar-default img {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/*Page Loading Fade Effect */
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
 opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
 opacity: 1;
}
}
.fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
.fade-in {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
/* Materialize Ripple Effect */
.ripple {
	width: 0;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transform: scale(0);
	position: absolute;
	opacity: 1;
	outline: none;
}
.rippleEffect {
	animation: rippleDrop .6s linear;
}
@keyframes rippleDrop {
 100% {
 transform: scale(2);
 opacity: 0;
}
}
/* ==================================================
   Other Elements
================================================== */
/* Titles */
.title strong {
	color: #cc1a08;
}
/* SVG links */
a.svg {
	position: relative;
	display: inline-block;
}
a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* Round objects */
.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* Back to top */
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 40px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	background-color: rgba(0,149,218,1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
a.back-to-top:hover {
	background-color: rgba(237,20,91,1.0);
}
/* Dividers */
hr.divider:before {
	position: absolute;
	top: 0;
	left: 27.5%;
	display: block;
	content: "";
	background: url(../img/layout/border-dash.svg) center;
	width: 45%;
	height: 3px;
	margin: 0 auto;
}

/* ==================================================
   Print
================================================== */
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
@page {
	margin: 0.5cm;
}
h2, h3 {
	orphans: 3;
	widows: 3;
	page-break-after: avoid;
}
p {
	orphans: 3;
	widows: 3;
}
pre, blockquote {
	border: 1px solid #808080;
	page-break-inside: avoid;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
img {
	max-width: 100% !important;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
}

/* ==================================================
   Media Queries
================================================== */
@media only screen and (min-width: 320px) and (max-width: 479px) {
.navbar-default object, .navbar-default img {
	display: block;
	height: 40px;
	width: 165px;
}
.carousel-wide {
	height: auto;
}
.hero-content {
	padding: 60px 20px 20px;
}
.hero-content object, .hero-content img {
	width: 100%;
	height: auto;
}
.icon-holder {
	display: block;
	float: left;
	width: 100%;
	font-size: 1em;
	margin-bottom: 15px;
}
.icon-holder .fa {
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 1.5em;
}
.btn-primary, .btn-secondary {
	font-size: 1em;
}
.main-content {
	padding: 40px 20px 0;
}
.main-content-header .title {
	font-size: 1.8em;
	line-height: normal;
}
.content-block {
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 40px;
	padding: 20px;
}
.content-block:last-child {
	margin-bottom: 0;
}
.title-header h2, .title-header h3, .title-header .subtitle {
	padding: 0;
	margin-bottom: 10px;
	font-weight: 700;
}
.title-header {
	padding-top: 0;
}
.title-header h2 {
	font-size: 2em;
}
.with-nav-tabs.panel-default .mb-only {
	display: block;
	text-align: center;
}
.with-nav-tabs.panel-default .wide-only {
	display: none;
}
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	font-size: 0.85em;
}
.event .event-time {
	padding-right: 75px;
}
.event .event-time h4 {
	padding: 0;
	margin: 15px 0;
	text-align: left;
}
.event .event-info h4 {
	margin: 0 0 10px;
}
.event .event-info p {
	text-align: left;
	margin: 0;
}
.equal-height {
	height: auto!important;
}
.registration-box {
	margin-bottom: 20px;
}
.registration-logo, .registration-title {
	height: auto;
}
.registration-title .vertical-center {
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.registration h3 {
	font-size: 1.5em;
}
.registration-logo object, .registration-logo img {
	max-width: 230px;
}
.courses h3 {
	font-size: 1.2em;
	text-align: center;
}
.map iframe, .map img {
	width: 100%;
	height: auto;
}
.courses .map .btn-primary {
	bottom: 5%;
	right: 5%;
}
.media-feature, .media iframe {
	margin-bottom: 10px;
}
.media iframe {
	height: 212px;
}
.single .single-image {
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
}
.single .overlay {
	border-bottom: 1px solid #fff;
}
.arrow-bottom::after {
	margin-top: -1px;
}
.supports .support-logo {
	width: 49%;
	float: none;
	display: inline-block;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-content .row div:last-child {
	margin-top: 30px;
}
.main-content {
	padding-left: 40px;
	padding-right: 40px;
}
.registration-box {
	margin-bottom: 20px;
}
.media-feature {
	margin-bottom: 20px;
}
.media-feature .overlay {
	max-width: 720px;
}
.supports .support-logo {
    width: 33%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
}