@import url("/lib/jquery-ui.min.css");
@import url("/lib/grid.css");
@import url("/lib/font_raleway.css");
@import url("/lib/font_roboto.css");
@import url("/lib/font_source_sans_pro.css");
@import url("/lib/fontawesome/all.css");

:root {
	--main-color: #bbb;
	--hover-color: #ffa666;
}

html, body {
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #191919;
	color: var(--main-color);
	font: 18px 'Raleway', sans-serif;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--hover-color);
}

strong {
	font-weight: 700;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container {
	max-width: 1400px !important;
	margin: auto;
}

.upper_margin {
	margin-top: 14px;
	padding-top: 11px !important;
	border-top: 3px dotted #333;
}

.upper_margin:nth-of-type(2) {
	border-top: none !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1250px) {

	body {
		//overflow-x: hidden;
	}

	.container {
		min-width: 950px !important;
	}


}

@media (max-width: 1000px) {

	.container {
		min-width: 350px !important;
		width: 100% !important;
		margin: 0;
	}

	.upper_margin {
		margin-top: 10px !important;
		padding-top: 10px !important;
		border-top: 2px dotted #333 !important;
	}

	.upper_margin:first-of-type {
		margin-top: 10px !important;
		padding-top: 10px !important;
		border-top: 2px dotted #333 !important;
	}

}

.sponsorLogo {
	content: ' ';
	display: block;
	height: 120px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: center;
}

@media (max-width: 1000px) {

	.sponsorLogo {
		height: 60px;
		background-size: auto 50px;
	}

}


/* Header Section ---------------------------------------------------------- */

header {
	background: #191919;
	background: url('/images/background-1.jpg') repeat-x bottom;
	margin-top: 7px;
}

header #left_box {
	float: right;
	display: block;
	position: relative;
	text-align: right;
	z-index: 1;
}

header #left_box i {
	margin: 0px !important;
}

header #left_box .sponsor {
	content: ' ';
	clear: both;
	height: 125px;
	width: 540px;
	display: block;
	background-color: #fff;
	background-size: 540px;
	background-repeat: no-repeat;
	background-position: center;
}

header #left_box .banner_header:last-of-type {
	float: left;
}

header #left_box ul {
	display: table;
	padding-top: 0px;
	float: right;
	margin-top: 5px;
}

header #left_box ul li {
	text-align: right;
	display: table-cell;
	font: 1000 14px 'Raleway', sans-serif;:
	position: relative;
	width: auto;
	padding: 0 5px 0 5px;
	line-height: 20px;
}

header #left_box ul li:first-of-type {
	font-size: 30px;
	vertical-align: bottom;
	padding: 5px 15px 5px 5px;
}

header #left_box ul li span:before {
	content: '\A';
    white-space: pre;
}

header #currency {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

header #weather_img {
	border-left: none !important;
	padding: unset !important;
	vertical-align: middle;
}

header #weather_img img {
	height: 40px;
}

.brand {
	display: inline-block;
	position: relative;
	padding: 20px 53px 15px 49px;
	left: 40px;
	z-index: 0;
	float: none;
}

.brand:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	background: rgb(153,64,0);
	background: -moz-linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	background: linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	z-index: -1;
}

.brand h1 {
	font: 90px 'Raleway', sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFF;
}

.brand h1 span {
	color: #303030;
}

.brand_slogan {
	font: 25px 'Raleway', sans-serif;
	color: #FFF;
	margin-top: 2px;
}

#facebookLogo {
	position: relative;
	top: 15px;
	left: 20px;
	z-index: 2;
	height: 60px;
}

#logo {
	float: left;
	clear: left;
	margin-left: -100px;
	z-index: 2;
	width: 100px;
	height: 120px;
}

.weather {
	height: 110px !important;
	display: none;
}

@media (max-width: 1250px) {

	.brand {
		padding: 15px 25px 15px 30px;
		z-index: 0;
		float: none;
	}

	.brand h1 {
		font: 65px 'Raleway', sans-serif;
	}

	.brand_slogan {
		font: 20px 'Raleway', sans-serif;
	}

	header #left_box .banner_header:last-of-type {
		display: none;
	}

	#logo {
		margin-left: -60px;
		z-index: 2;
		width: 80px;
		height: auto;
	}
	
	#facebookLogo {
		top: 10px;
		height: 45px;
	}

	header #left_box .sponsor {
		height: 104px;
		width: 450px;
		display: inline-block;
		background-size: 450px;
	}

	header #left_box ul {
		width: auto;
		margin-top: 7px;
		display: inline-block;
		float: right;
	}

	header #left_box ul li span:before {
		content: unset;
		white-space: unset;
	}

	header #left_box ul li span:before {
		content: ' / ';
	}

	header #left_box ul li {
		text-align: right;
		display: table-cell;
		border-left: unset;
		position: unset;
		width: unset;
		padding: 0 5px 0 5px;
		font-size: 12px;
		line-height: 20px;
		border-right: 1px solid #555;
	}

	header #left_box ul li:first-of-type {
		font-size: 15px;
		vertical-align: baseline;
		padding: 0 5px 0 0;
		border: none;
	}

	header #left_box ul li:last-child {
		display: table-cell;
		border: none;
	}

	header #weather_img {
		vertical-align: top;
	}

	header #weather_img img {
		height: 20px;
	}

}

@media (max-width: 1000px) {

	.weather {
		height: unset !important;
	}

	header {
		min-width: 350px !important;
		width: auto !important;
		padding-top: 45px;
		margin-top: 0 !important;
		background: none;
	}

	nav {
		margin: 0 !important;
	}

	header #left_box {
		justify-content: center;
		float: unset;
		clear: unset;
	}
	
	header #left_box .sponsor {
		display: table;
		width: 100%;
		height: calc(100vw * 0.23);
		background-size: 100vw;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
	}

	header #left_box .banner_header {
		float: left;
		display: table-cell !important;
	}

	header #left_box ul {
		display: none;
	}	

	.brand {
		display: none;
	}
	
	#facebookLogo {
		display: none;
	}	

}


/* Menu -------------------------------------------------------------------- */

#widenav {
	display: table;
	width: 1170px !important;
	clear: both;
	margin: auto auto;
}

#widenav:after {
	clear: both;
}

#widenav ul {
	display: table-row;
}

#widenav li {
	position: relative;
	text-align: center;
	display: table-cell;
	width: 25%;
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	border-right: solid 8px #0e1904;

}

#widenav li:first-of-type {
	border-left: solid 8px #0e1904;
}

#widenav li .selected {
	background: rgb(153,64,0);
	background: -moz-linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	background: linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
}

#widenav a {
	display: block;
}

#widenav li:last-child:after {
	border-right: none;
}

#widenav li a {
	color: #FFF;
	font: 700 19px 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 12px;
	position: relative;
	z-index: 0;
}

#widenav li a:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #323232;
	opacity: 0;
	z-index: -1;
}

#widenav li > a:hover:after {
	opacity: 1;
}

nav {
	margin: 7px 0 7px 0; !important;
}

nav #icon, nav #active {
	display: none;
	vertical-align: middle;
}

nav #icon, nav #active a:hover {
	color: unset;
}

@media (max-width: 1250px) {

	#widenav {
		display: table;
		width: 930px !important;
		width: 100%;
	}

	#widenav > li {
		width: 16%;
		display: table-cell;
	}

	#widenav > li:after {
		border-right: solid 5px #0e1904;
	}

}

@media (max-width: 1000px) {

	nav {
		position: fixed;
		display: table-row;
		width: 100vw;
		top: 0;
		z-index: 10;
	}

	nav #headline {
		position: fixed;
		display: table !important;
		width: 100vw;
		cursor: pointer;
	}

	nav #icon {
		background: #000;
		color: #fff;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
		font-size: 20px;
		line-height: 20px;
		display: table-cell;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
	}

	nav #active {
		font: 600 17px 'Raleway', sans-serif;
		text-transform: uppercase;
		color: #FFF;
		text-align: left;
		height: 50px;
		line-height: 20px;
		display: table-cell;
		padding-left: 20px;
	}

	nav #active span {
		color: #303030;
	}

	#widenav {
		position: absolute;
		top: 50px;
		z-index: 11;
		width: calc(100vw);
		background: #ededed;
		display: none;
	}

	#widenav li {
		width: calc(100vw);
		padding: 10px 0;
		font: 600 17px 'Raleway', sans-serif;
		display: block !important;
		border-bottom: 2px dotted #ccc;
		color: #333;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		-webkit-transform: unset;
		transform: unset;
		border-right: unset;
	}

	#widenav li:first-of-type {
		border-left: unset;
	}

	#widenav li .selected {
		background: unset;
	}

	#widenav li:last-child {
		border-bottom: 1px solid #999;
	}

	#widenav li:hover {
		color: var(--hover-color);
		background: #333;
	}

	#widenav > li:after {
		position: unset;
		top: unset;
		bottom: unset;
		right: unset;
		border-right: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	#widenav > li:first-child:before {
		position: unset;
		top: unset;
		bottom: unset;
		left: unset;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	#widenav > li > a {
		color: unset;
		font: unset;
		text-transform: unset;
		padding: unset;
		position: unset;
	}

	#widenav > li > a:after {
		position: unset;
		top: unset;
		right: unset;
		bottom: unset;
		left: unset;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
		background: unset;
		opacity: unset;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: unset;
	}

	#widenav > li > a:hover:after,
	#widenav > li > .active a:after {
		opacity: unset;
	}

}


/* Footer and main section ------------------------------------------------- */

.main {
	min-height: calc(100vh - 291px);
}

footer {
	border-top: 2px solid #333;
	background: url('/images/background-2.jpg') repeat;
}

footer .container {
	padding: 0 20px 0 20px;
}

footer .container span {
	font: 1000 25px 'Raleway', sans-serif;
	line-height: 50px;
	padding-left: 5px;
}

footer .linkbox {
	float: right;
}

footer .linkbox li {
	text-align: right;
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 18px;
	padding-left: 30px;
	line-height: 50px;
}

footer .linkbox li a {
	color: #fff;
}

footer .linkbox li a:hover {
	color: var(--hover-color);
}

@media (max-width: 1250px) {

	.main {
		min-height: calc(100vh - 249px);
		min-width: 950px;
	}

	footer {
		min-width: 950px !important;
	}
	
	footer span {
		font: 20px 'Raleway', sans-serif;
		line-height: 50px;
	}
	
	footer .linkbox li {
		font-size: 14px;
		padding-left: 0px;
		padding-right: 30px;
	}

}

@media (max-width: 1000px) {

	.main {
		min-height: unset;
		min-width: 350px !important;
	}

	footer {
		min-width: 350px !important;
	}
	
	footer span {
		font: 14px 'Raleway', sans-serif;
		line-height: 40px;
	}
	
	footer .linkbox li {
		font-size: 12px;
		line-height: 40px;
		padding-right: 5px;
	}

}


/* Gradient and borders ---------------------------------------------------- */

.border-1 {
	border-top: 2px dotted #333;
	margin-top: 3px;
	padding-top: 5px;
}

.gradient-1 {
	background: rgb(153,64,0);
	background: -moz-linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
	background: linear-gradient(0deg, rgba(153,64,0,1) 0%, rgba(255,166,102,1) 100%);
}

.gradient-2 {
	background: rgb(83,83,83);
	background: -moz-linear-gradient(120deg, rgba(83,83,83,1) 0%, rgba(11,11,11,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(83,83,83,1) 0%, rgba(11,11,11,1) 100%);
	background: linear-gradient(120deg, rgba(83,83,83,1) 0%, rgba(11,11,11,1) 100%);
}

.gradient-3 {
	background: rgb(255,166,102);
	background: -moz-linear-gradient(270deg, rgba(255,166,102,0) 0%, rgba(255,166,102,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,166,102,0) 0%, rgba(255,166,102,1) 100%);
	background: linear-gradient(270deg, rgba(255,166,102,0) 0%, rgba(255,166,102,1) 100%);
}

.gradient-4 {
	background: rgb(255, 107, 0);
	background: linear-gradient(180deg, rgba(255,107,0,0.6) 0%, rgba(255,107,0,0.1) 100%);
}

.important_item {
	background: repeating-linear-gradient(
		-60deg,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0) 10px,
		rgba(255, 102, 0, 0.1) 10px,
		rgba(255, 102, 0, 0.1) 20px
	);
}


/* Progressbar ------------------------------------------------------------- */

#lds-ellipsis {
	text-align: center;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}


/* Banner ------------------------------------------------------------------ */

.banner {
	width: 100%;
}

.banner_header {
	display: table-cell;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	color: #2f2f2f;
	background: #fff;
	width: auto !important;
	font: 700 12px 'Roboto', sans-serif;
	padding: 4px;
	height: 14px !important;
	clear: both;
}

.banner_header:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	display: none;
	background: #fff;
}

.banner_header:before {
	position: absolute;
	content: '';
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 22px 5px 0 0;
	right: -5px;
}
