@import "reset.css";
@import "otc.css";

body,html {
	margin: 0;
	width: 100%;
}

body {
	font-family: 'Segoe UI', arial, verdana, sans-serif;
	color : #222;
	font-size: 14px;
	width: 100%;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}


.container {
	max-width: 768px;
	margin: 0 auto 0;
	position: relative;
	}
	
.container-fullwidth{
	width: 100%;
	position: relative;
}

.gutter {
	padding: 0 20px;
	}


/* Navigation */
header {
	margin: 20px 0;
	}
	
nav {
/*	margin-left: 20px;*/
	}

nav ul {
	display: block;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	margin-left: -20px;
	}

nav ul li {
	display: inline-block;
	margin	: 0 20px 0 0;
	font-size: 18px;
	padding: 5px 10px;
	}
	
nav ul li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #070b12;
	}

nav ul li a:hover, nav ul li a:focus{
	background: #070b12;
	color: rgba(255,255,255,.8);
}

/* Carousel */
.carousel-clip-container  {
	width: 100%;
	overflow: hidden;
	position: relative;
	-ms-touch-action: none;
	-ms-scroll-chaining: none;
	-ms-scroll-limit-y-max: auto;
	-ms-scroll-translation: vertical-to-horizontal
	-ms-overflow-style: none;
	min-height: 200px;
}

.carousel-container {
	width: 100%;
	background: #050306;
	}

.carousel-container .slide {
	width: 100%;
	text-align: right;
	position: absolute;
	}
	

.carousel-container .slide > IMG {
	width: 100%;
	}

.bullets {
	display: block;
	margin: 20px auto 0;
	padding: 0;
	list-style-type: none;
}


.bullets li {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.45);
}

.bullets li.selected {
	background : rgba(255,255,255,.45);
}
.article-block {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	line-height: 24px;
	}
	

.article-block:last-of-type{
	margin-bottom: 0;
	}

.article-block h1,
.article-block h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;
}

.article-block p {
	margin: 0 0 20px;
}

.bgr-image {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	}
	
.bgr-image > IMG {
	height: auto;
	max-width: 100%;
	}

/* */
.fullsize-image {
	font-size: 0;
}
.fullsize-image > IMG {
	width: 100%;
}
	
.button {
	padding: 5px 10px;
	text-decoration: none;
}

/* colors */
.background-blue {background: #070b12;}
.background-white {background: #fff;}

.textcolor-white {color: rgba(255,255,255,.9);}
.textcolor-blue {color: #070b12}
.textcolor-green {color: #00ffac}

.text-center {text-align: center;}
.fontweight-bold {font-weight: 600;}


/* Mobile snap/breakpoint */
.show-otc {display: none;}

@media only screen and (max-width : 480px) {
	.show-otc {display: block;}

	nav ul li {
		display: block;
		margin	: 10px 0;
		font-size: 18px;
		padding: 5px 10px;
	}
	nav ul {margin: 0;}
}

.hidden {display: none;}

ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
	}
	

.logo {
	width: 100%;
	max-width: 520px;
	margin: 20px auto;
	}
