@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700);

/* GLOBAL */

body {
	background: #0091ca;
	color: #191E23;
	font: 400 1.125rem 'Titillium Web', sans-serif;
	line-height: 1.6;
}

.main {
	background: #f1f4f7;
	padding-top: 0.625rem;
	margin-bottom: 1.125rem;
}


/* HEADER */
/* NAVBAR */
/* TABLE */

.data {
	width: 100%;
}

table thead tr th, table tbody tr td {
    font-weight: normal;
    font-size: inherit;
}

/* FORM */
/* BLOCKQUOTE */
/* SITEMAP */


/* CONTENT */

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
	color: #191E23;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
}

a {
	color: #0091ca;
}

a:hover {
	color: #0091ca;
}

.txt-bot {
	margin-top: 1.25rem;
}

.bg-white {
	background: #fff;
}
.ellipsis + p {
	display:inline;
	overflow:hidden;
	white-space: nowrap;
}

/* NAVBAR */

.contain-to-grid {
	background: #191E23;
	border-top: 8px solid #0091ca;
	border-bottom: 8px solid #0091ca;
}

.top-bar {
	background: transparent;
	height: auto;
}

.logo {
	margin: 1.25rem 0;
}

.call {
	color: #fff;
}

/* SUBNAV HOME */

.telegram {
	font-family: inherit;
	font-size: 1.125rem;
	color: #fff;
	display: inline-block;
}

.well {
	padding: 10px;
	margin: 1.25rem 0 0;
	background-color: #191E23;
	border: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.well hr {
	border: solid #0091ca;
	border-width: 1px 0 0;
}

.well h3, .well p {
	color: #fff;
}

/* FIELDSET */

.shortview {
	border: 1px solid #191E23;
	padding: 0.625rem 1.25rem 1.25rem;
}

.shortview legend {
	font: 400 1.6875rem 'Titillium Web', sans-serif;
	padding: 0 0.5625rem;
	text-align: center;
}

.shortview img {
	border: 1px solid #0091ca;
}

.shortview hr {
	border: solid #191E23;
	border-width: 1px 0 0;
}

.shortview hr:last-child {
	display: none;
}

.shortview .row .columns p, .shortview .row .columns h3 {
	margin: 0;
}

.shortview .row .columns p {
	display: inline;
}

/* SLIDER */

.slick-track img {
	border: 1px solid #191E23;
}

/* BACKGROUND-SLIDER */

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	transition: opacity 3s;
}

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

/* FOOTER */

footer {
	color: #fff;
	background: #191E23;
	border-top: 4px solid #0091ca;
	text-align: center;
}

footer .links a {
	list-style: none;
	color: #fff;
	padding: 3rem 0 2rem;
	margin: 0;
}

footer .links a:hover {
	color: #0091ca;
}

footer p.copywrite {
	color: #0091ca;
	font-size: 0.875rem;
	margin: 0;
}