@font-face {
	font-family: 'Jura';
	src: url(../fonts/Jura-Regular.ttf);
}
*, *:before, *:after {
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: Jura, sans-serif;
	font-size: 1vmax;
}
ul, li, a, p {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
p, pre {
	font-family: sans-serif;
	font-size: 1vmax;
	white-space: pre-wrap;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
h1 {
	font-size: 1.9vmax;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.fsz__085 {
	font-size: 0.85vmax;
}
.fsz__08 {
	font-size: 0.8vmax;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.green {
	color: #007733;
}
.purple {
	color: #B200FF;
}
.blue {
	color: #0000ff;
}
.blue1 {
	color: #0055ff;
}
.blue2 {
	color: #00aaff;
}
.red {
	color: #f00;
}
.brown {
	color: #7F3300;
}
.orangе {
	color: #FF6600;
}
.tab {
	margin-left: 1vw;
}
.glass {
	background-color: #0055ff22;
	border:1px solid #00f5;
	border-radius: 0.3vmax;
	margin: 0 1vw 0 1vw;
	padding: 0 1vw 0 1vw;
}
.blink {
	animation: blinker 3s linear infinite;
}
@keyframes blinker {
	0% { opacity: 1.0; } 
	50% { opacity: 0.3; } 
	100% { opacity: 1.0; } 
}
.clearfix:before, .clearfix:after {
	content:" ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ===== CONTAINER ===== */
.container {
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
}



/* ===== HEADER ===== */
.header {
	background: linear-gradient(to bottom, #666 0%, #999 100%);
	box-shadow: 0vmax 0vmax 1vmax 0.1vmax rgba(0,0,0,1);
	width: 100%;
}
.nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/* ----- LOGO ----- */
.nav__logo {
	width: 3vmax;
}
.nav__logo a {
	cursor: pointer;
}
.li__svg {
	padding: 0.3vmax 0 0 0;
}
.svg1 {
	fill: #ff5500;
}
.svg2 {
	fill: #0055ff;
}

/* ----- MENU ----- */
.nav__menu {

}
.nav__menu ul {
	display: flex;
}
.nav__menu ul li {
	
}
.nav__menu ul li a {
	font-weight: bold;
	cursor: pointer;
	margin: 1vmax;
	color: #000;
	transition: color 0.3s linear;
	font-size: 1.1vmax;
}
.nav__menu ul li a:hover {
	color: #ddd;
	opacity: 0.8;
}
.nav__menu ul li a:active {
}



/*TLAN-SLIDER*/
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.tlan-txt {
	display: flex;
	height: auto;
	position: absolute;
	top: 25%;
	left: 10%;
	max-width: 60%;
}
.tlan-txt-1 p {
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.tlan-txt-1-txt h5 {
	color: #fff;
	text-decoration: underline;
	font-size: 2.2vmax;
}
.tlan-txt-2 {
	padding-left: 7vw;
}
.tlan-txt-2>img {

}
.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	right: 1vw;
	background-color: transparent;
	border: none;
	color: transparent;
}
.slick-prev {
#	left: 1vw;
	z-index: 1111;
}
