/* styling here */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700');

@import "about.css";
@import "press.css";
@import "afterhours.css";
@import "schedule.css";
@import "article.css";
@import "region.css";
@import "enclosure.css";
@import "riders.css";
@import "teams.css";
@import "gallery.css";
@import "tickets.css";
@import "contacts.css";
@import "sponsors.css";
@import "media.css";
@import "burger.css";

@import "modules.css";

/* TABLET */
@media (min-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}

	.slice {
		transform:skewX(-20deg);
		-ms-transform:skewX(-20deg);
		-webkit-transform:skewX(-20deg);
	}

	.slice span {
		transform:skewX(20deg);
		-ms-transform:skewX(20deg);
		-webkit-transform:skewX(20deg);
		display: block;
	}
}

/* DESKTOP */
@media (min-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* LARGE DISPLAY'S */
@media (min-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 767px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

.btn.btn-primary {
	background-color: #e31d1a;
	border-radius: 0;
	border-color: #e31d1a;
	border-width: 2px;
	color: #fff;
	text-transform: capitalize;
	padding-left: 30px;
	padding-right: 30px;

	text-transform: uppercase;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: transparent;
	color: #e31d1a;
}

img {
	max-width: 100%;
}

a {
	-webkit-transition: all 200ms ease 0s; /* Safari */
    transition: all 200ms ease 0s;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-family: "Nunito Sans", sans-serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

header {
	background-color: #111;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

header .btn.btn-default {
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: transparent;
	font-weight: bold;
}

header .btn.btn-default.active,
header .btn.btn-default:hover,
header .btn.btn-default:focus {
	color: #e31d1a;
}

footer {
	background-color: #111;
	color: #fff;
}

header .navbar-default {
	margin-bottom: 0;
	background-color: #222;
	border: none;
}

header .navbar-brand>img {
	width: 100px;
}

header .navbar-default .navbar-toggle {
	border-radius: 0;
	border-color: transparent;
}

header .navbar-default .navbar-toggle .icon-bar {
	background-color: #444;
}

header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
	background-color: transparent !important;
}

header .navbar-default .navbar-toggle:focus .icon-bar,
header .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #999;
}

header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	border-top: 0 !important;
	box-shadow: none !important;
}

footer h4 {
	color: #e31d1a;
}

header .navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

footer a,
footer .list-group-item {
	background-color: transparent;
	border-width: 0;
	text-transform: uppercase;
	color: #fff;
}

footer .list-group-item {
	padding-left: 0;
	padding-right: 0;
}

footer a:hover,
footer a:focus,
footer .list-group-item.active,
footer .list-group-item:hover,
footer .list-group-item:focus {
	background-color: transparent;
	color: #e31d1a;
}

footer a {
	text-transform: initial;
}

footer .mainBigL {
	line-height: 79px;
}

footer .bigL {
	width: 12.286%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}

footer .bigL a img {
	width: 160px;
}

footer .bigL a img.arestalfer {
	width: 210px;
}

footer .bigL a img.condesaude {
	width: 140px;
}

footer .medL {
	line-height: 73px;
}

footer .medL .col10 {
	width: 6%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
}

footer .medL .col9 {
	width: 9%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
}

footer .medL .col10 .autofer {
	width: 80px;
}

footer .medL .col10 .jamarcol {
	width: 100px;
}

@media screen and (max-width: 991px) {
	footer .medL .col10 {
		width: 14.66666667%;
	}
}

@media screen and (max-width: 767px) {
	footer .bigL {
		width: 23%;
	}
}

@media screen and (max-width: 610px) {
	footer .medL .col10 {
		width: 22%;
	}

	footer .bigL {
		width: 31.3%;
	}

	footer .mainBigL {
		line-height: 85px;
	}
}

@media screen and (max-width: 400px) {
	footer .medL .col10 {
		width: 48%;
	}

	footer .medL .col10 a img {
		width: 100px;
	}

	footer .bigL {
		width: 98%;
	}

	footer .mainBigL {
		line-height: 90px;
	}
}

@media screen and (max-width: 350px) {
	.mod-official-sponsor h1 {
		font-size: 27px;
	}

	.mod-press h1 {
		padding: 15px;
		font-size: 27px;
	}

	.mod-general-infos h1 {
		font-size: 27px;
	}

	.mod-path h1 {
		font-size: 27px;
	}
}

.page-title {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.page-title h1 {
	font-weight: bold;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.caret {
	margin-top: -2.5px;
}

.dropdown-menu {
	background-color: rgba(17, 17, 17, 0.7)
}

.dropdown-menu .marTB {
	margin: 6px 0;
}

.preheader {
	background-color: #111;
	display: block;
}

.preheader a img {
	margin-right: 5px;
}

.preheader a img span {
	vertical-align: middle;
}
