@charset "utf-8";
/* CSS Document */

/* font-face */
@font-face {
    font-family: "Raleway Light";
    src: url(../webfonts/Raleway-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Raleway Regular";
    src: url(../webfonts/Raleway-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Raleway Medium";
    src: url(../webfonts/Raleway-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Raleway SemiBold";
    src: url(../webfonts/Raleway-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "Montserra ExtraLight";
    src: url(../webfonts/Montserrat-ExtraLight.ttf) format('truetype');
}


@font-face {
    font-family: "Montserrat Regular";
    src: url(../webfonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "SourceSansPro Regular";
    src: url(../webfonts/SourceSansPro-Regular.ttf)  format('truetype');
}

@font-face {
    font-family: "Khand Light";
    src: url(../webfonts/Khand-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Khand Regular";
    src: url(../webfonts/Khand-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Khand Medium";
    src: url(../webfonts/Khand-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Khand Semibold";
    src: url(../webfonts/Khand-Semibold.ttf) format('truetype');
}

@font-face {
    font-family: "BebasNeuewebfont";
    src: url(../webfonts/BebasNeuewebfont.ttf) format('truetype');
}

@font-face {
    font-family: "Rajdhani Light";
    src: url(../webfonts/Rajdhani-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Rajdhani Regular";
    src: url(../webfonts/Rajdhani-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Rajdhani Medium";
    src: url(../webfonts/Rajdhani-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Rajdhani SemiBold";
    src: url(../webfonts/Rajdhani-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "Oswald Light";
    src: url(../webfonts/Oswald-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Oswald Regular";
    src: url(../webfonts/Oswald-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Oswald Bold";
    src: url(../webfonts/Oswald-Bold.ttf) format('truetype');
}

@font-face {
	font-family: "Harabara";
    src: url(../webfonts/Harabara.ttf) format('truetype');
}

@font-face {
	font-family: "DINPro CondBold";
    src: url(../webfonts/DINPro-CondBold.otf) format('truetype');
}

/* body */
html {
	scroll-behavior: smooth;
}

body {
	font: "Segoe UI", sans-serif;
	font-size: 16px 1rem;
	background-color: #FFF;	
	margin: auto;	
}

/* Scrollbar */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #F00 #263238;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px; 
}

*::-webkit-scrollbar-track {
  background: #263238;
}

*::-webkit-scrollbar-thumb {
  background-color: #F00;
  border-radius: 1rem;
  border: 2px solid #263238;  
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	display: inline;
}

h1, h2, h3, h4, h5, h6, p {	}

/* links */
a img { border: none; }

a:link {
	color: inherit;
	text-decoration: none; 
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: inherit;
	text-decoration: none;
}

/* lang */
.lang:link, lang:visited {
	color: #363743;
	text-decoration: none; 
}

.lang:hover, lang:active, lang:focus {
	color: #F00;
	text-decoration: none;
	border-bottom: #F00 1rem solid;
}

/* arrow */
.arrow {	
    position: fixed;
	bottom: 1rem;
    right: 1rem;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	z-index: 9998;
}

.arrow:hover { bottom: 2rem; }

#arw { width: 4rem; }

/* top-bar */

/* format */
.mainframe {
	float: left;
	width: 100%;
	height: auto;
	display: inline-block;	
}

.fullframe {	
	width: 100%;	
	height: auto;
	display: inline-block;
	text-align: center;	
}

.frame {	
	width: 72%;
	height: auto;
	display: inline-block;	
	padding: 0 0 3rem 0;		
}

.blank {
	width: 100%;
	height: 3rem;
	display: inline-block;	
}

.title {	
	width: 97%;
	height: auto;	
	display: inline-block;
	font-family: "Raleway SemiBold";	
	font-size: 1.7rem;
	text-transform: uppercase;	
	padding: 1rem 1.5% 1.75rem 1.5%;		
}

.head-text {
	line-height: 140%;
	color: #FFF; 	
	font-family: "Raleway SemiBold";    
    text-align: center;
	font-size: 1.7rem;	
	margin-top: 1%;
}

/* crossfade */
#cross-content {
	float: left;
    width: 100%;
    height: auto;
	background: #000;
	overflow: hidden;	
}

#cross-content:after {
  content: "";
  display: block;
  padding-bottom: 30%;  
}

#crossfade {   
    width: 100%;
    height: auto;
	background-color: #000;			
}

/* top-bar */
.top-bar {
	float: left;
	width: 98%;
	height: auto;
	background: #fff;
	display: inline-block;
	text-align: right;		
	padding: 0.5% 1% 0 1%;
	margin-top: 3rem;		
}

.top-bar-button {
	width: auto;
	height: auto;	
	color: #263238;
	display: inline-block;
	text-align: center;
	font-family: "Raleway Medium";
	font-size: 1rem;
	padding: 0.5rem;
}

.top-bar-button:hover {	
	color: #7b1a1f;	
}

/* logo-header */
#logo-holder {
	position: absolute;
	width: 100%;
	height: auto;
	color: #2a2d33;		
	text-align: center;	
	padding: 5rem 0 2rem 0;	
	z-index: 9998;    
}

#lang-bar {
	width: 96%;
	height: auto;	
	text-align: right;
	display: inline-block;
	font-family: "Oswald Regular";
	font-size: 1rem;	
	padding: 0.5rem 2% 0.5rem 2%;	
}

.lang-buttons {
	width: auto;
	height: auto;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 0.3rem;
}

.lang-buttons:hover {
	color: #F00;
	border-bottom: #F00 0.75rem solid;
}

#logo {
	width: 20%;
	height: auto;
	margin-bottom: 1rem;	
}

#logo-txt-holder {
	width: 100%;
	height: auto;
	color: #2a2d33;
	font-family: "Oswald Regular";
	font-size: 2rem;	
	text-align: center;
	display: inline-block;	
}

/* table */
.table-holder {
	width: 72%;
	height: auto;
	display: inline-block;	
	padding: 0 0 1rem 0;
}

.table {	
	width: auto;
	height: auto;
	background: #FFF;
	letter-spacing: 1px;				
	display: inline-block;		
	text-align: center;
	font-family: "Raleway Regular";
	border-radius: 0.25rem;	
	margin: 2rem 0 2rem 0;	
	overflow: hidden;
}

.th-0 {
	width: 6.65%;
	height: auto;
	background: #7D9CAE;
	color: #2a2d33;	
	padding: 0.5% 1.1% 0.5% 1.1%;
}

.th-1 {
	width: 6.65%;
	height: auto;
	color: #000;	
	padding: 0.5% 1.1% 0.5% 1.1%;
}

.th-2 {
	width: 6.65%;
	height: auto;
	color: #16C60C;	
	padding: 0.5% 1.1% 0.5% 1.1%;
}

.bg-white { background: #263238; }
.bg-gray  { background: #F0F4F7; }

/* footer */
#footer {
	background: #263238;
	padding: 3rem 0 1rem 0;	
}

.footblock {	
    float: left;
	width: 31.33%;
	height: auto;
	line-height: 1.5;
	color: #FFF;	
	display: inline-block;		
	text-align: left;
	font-family: "Raleway Regular";
	font-size: 1rem;	
	margin: 0 1% 0 1%;	
}

.footlogo {
	width: 40%;
	height: auto;
	display: inline-block;
	text-align: left;
	margin-bottom: 0.5rem;
}

.logoblock {
	width: 20%;
	height: auto;
	display: inline-block;
	text-align: left;
	margin-bottom: 1rem;
}

.footlist {
	line-height: 1.8;
	font-family: "Raleway Regular";
	font-size: 0.9rem;	
}

.footlist:hover {
	color: #F00;	
}

.ico-cont {	
    float: left;
	width: 100%;
	height: auto;		
	display: inline-block;		
	text-align: left;
	font-family: "Raleway Regular";
	font-size: 0.9rem;		
}

#ico-txt {
	color: #FFF;
}

#ico-txt:hover {
	color: #F00;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-trasition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	format */
}

.footico {
	width: 2.8rem;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;	
	margin: 0.5rem 1rem 0.5rem 0; 
	border-radius: 20%;	
}

.footico:hover {
	background-color: #F00;	
}

.creds {	
	width: 100%;
	height: auto;
	line-height: 1.5;
	color: #F00;
	display: inline-block;		
	text-align: center;
	font-family: "Raleway Regular";
	font-size: 0.8rem;
	padding: 2rem 0 0 0;		
}