/**/
/* headline */
/**/
.headline-transparent {
	margin-bottom: -150px;
	background: none;
}
.headline-transparent::before {
	display: none;
}
.headline-transparent .table {
	z-index: 2;
}
@media screen and (max-width: 767px) { /* phablet */
	.headline-transparent {
		padding-bottom: -165px;
	}
}


/**/
/* councils */
/**/
.councils .item {
	position: relative;
}
.councils .item > a {
	display: block;
}
.councils .button {
	display: table;
	margin: 50px auto 0;
	padding: 0 46px;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
}
.councils .dropdown,
.card .dropdown{
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 460px;
	margin-left: -210px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: left;
	pointer-events: none;
	opacity: 0;
	transform: translate(0, -20px);
	transition: opacity 0.3s, transform 0.3s;
	z-index: 100;
}
.card .dropdown
{
    margin-left : -260px;
    bottom      : 180%;
    width       : 520px
}
.card .card-instruction
{
    background-image  : url('../img/card-instruction.png');
    background-repeat : no-repeat;
    width       : 437px;
    height      : 301px;
    background-size : cover
}
.card .card-instruction img
{
    display : none
}
.councils .dropdown p {
	line-height: 1.5;
	font-weight: 300;
}
.councils .dropdown h4 {
	font-size: 24px;
	line-height: 1.2;
	color: #225f88;
}
.councils .dropdown hr {
	margin: 15px 0 20px; 
	border-top: 1px solid #e2e2e1;
}
.councils .dropdown::before,
.card .dropdown::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transform: rotate(45deg);
}
.councils .dropdown .inner,
.card .dropdown .inner{
	position: relative;
	padding: 20px 20px 20px 30px;
	background: #fff;
}
.councils .dropdown .scroll {
	max-height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;
}
.councils .dropdown .scroll::-webkit-scrollbar {
	width: 5px;
	border-radius: 3px;
	background: #f6f6f6;
}
.councils .dropdown .scroll::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 3px;
	background: #e1e1e1;
}
.councils .dropdown .date {
	margin-bottom: 10px;
	font-family: Lato;
	font-size: 11px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    color: #34afe4;
}
.councils .dropdown .date .fa {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	margin-right: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	background: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #225f88;
}
.councils .dropdown .links {
	margin-right: -34px;
	font-weight: 300;
}
.councils .dropdown .links i {
	float: left;
	margin-right: 8px;
	font-size: 14px;
	line-height: 16px;
	color: #34afe4;
}
.councils .dropdown .links a {
	display: inline-block;
	vertical-align: top;
	margin: 20px 30px 5px 0;
}
.councils .dropdown .links a:hover {
	text-decoration: underline;
}
.card,.icon-target
{
    position : relative;
}
.councils .dropdown.visible,
.card .dropdown.visible{
	pointer-events: auto;
	opacity: 1;
	transform: none;
}
.icon-target
{
    background  : url('../img/queston-mark-icon.png');
    width       : 28px;
    height      : 28px;
    display     : inline-block;
    background-size : cover;
    margin-bottom   : -10px
}
.card .close
{
    float : right 
}
.icon-target,.card .close
{
    cursor      : pointer
}
.icon-target .dropdown
{
    cursor : auto
}

@media screen and (max-width: 999px) { /* tablet */
	.councils .dropdown::before,
        .card .dropdown::before
        {
		display: none;
	}
	.councils .grid-col:nth-child(1) .dropdown,
	.councils .grid-col:nth-child(4) .dropdown,
	.councils .grid-col:nth-child(7) .dropdown,
	.councils .grid-col:nth-child(10) .dropdown,
	.councils .grid-col:nth-child(13) .dropdown,
	.councils .grid-col:nth-child(16) .dropdown {
		left: 210px;
	}
	.councils .grid-col:nth-child(3) .dropdown,
	.councils .grid-col:nth-child(6) .dropdown,
	.councils .grid-col:nth-child(9) .dropdown,
	.councils .grid-col:nth-child(12) .dropdown,
	.councils .grid-col:nth-child(15) .dropdown,
	.councils .grid-col:nth-child(18) .dropdown {
		left: 0;
	}
        .card .dropdown {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0 !important;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: auto;
		box-shadow: none;
		box-sizing: border-box;
		transform: none;
	}
        .card .card-instruction
        {
            background  : none;
            width       : 100%;
            height      : auto
        }
        .card .card-instruction img
        {
            display : block;
            width   : 90%;
            height  : auto
        }
        .card .dropdown .close 
        {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
        .card .dropdown .close::after,
	.card .dropdown .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #636466;
		transform: rotate(45deg);
	}
	.card .dropdown .close::before {
		transform: rotate(-45deg);
	}
        
}
@media screen and (max-width: 767px) { /* phablet */
	.councils .dropdown {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0 !important;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 30px 60px 30px 30px;
		overflow: auto;
		box-shadow: none;
		box-sizing: border-box;
		transform: none;
	}
	.councils .dropdown::before {
		display: none;
	}
	.councils .dropdown .inner {
		padding: 0;
	}
	.councils .dropdown .scroll {
		max-height: none;
		padding: 0;
	}
	.councils .dropdown .close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.councils .dropdown .close::after,
	.councils .dropdown .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #636466;
		transform: rotate(45deg);
	}
	.councils .dropdown .close::before {
		transform: rotate(-45deg);
	}
}

/**/
/* history */
/**/
.history {
	padding-top: 0;
	background: #fff;
}
.history .carousel {
	margin-bottom: 40px;
	color: #fff;
}
.history .carousel .grid-con {
	background: transparent;
}
.history .carousel p {
	font-size: 22px;
	line-height: 30px;
}
.history .carousel h1 {
	margin-bottom: 20px;
	font-size: 55px;
	font-weight: 100;
}
.history .carousel h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 100;
}
.history .carousel h3 {
	margin-bottom: 20px;
	font-family: Lato;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.history .carousel h4 {
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.history .carousel em {
	font-style: italic;
}
.history .carousel .year {
	margin-bottom: 20px;
	font-size: 70px;
	font-weight: 100;
	color: #34afe4;
}
.history .carousel .item {
	background-position: 50% 50%;
	background-size: cover;
}
.history .carousel .table {
	height: 833px;
	height: calc(100vh - 318px);
}
.history .carousel .tcell {
	padding-top: 150px;
	padding-bottom: 50px;
}
.history .carousel .tcell-bg {
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0) 40%);
}
.history .carousel .inner {
	max-width: 600px;
	margin: 0 auto;
}
.history .carousel .inner-alt {
	max-width: 320px;
	margin-left: auto;
	padding-right: 60px;
}
.history .carousel .button {
	margin-top: 40px;
	padding: 0 30px;
	font-family: Lato;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.history .carousel .owl-prev,
.history .carousel .owl-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 27px;
	height: 87px;
}
.history .carousel .owl-prev {
	left: 0;
	margin-left: 30px;
	background: url(../img/history/prev.png);
}
.history .carousel .owl-next {
	right: 0;
	margin-right: 30px;
	background: url(../img/history/next.png);
}
.history .carousel .owl-prev:hover,
.history .carousel .owl-next:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.history .carousel .owl-prev.disabled,
.history .carousel .owl-next.disabled {
	display: none !important;
}
.history .legend {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 3px solid #e1e1e1;
	font-family: Lato;
	font-size: 0;
	font-weight: 700;
	color: #b8b8b8;
}
.history .legend .row {
	margin: 0 -30px;
}
.history .legend .year {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	font-size: 18px;
	text-align: center;
}
.history .legend .item {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 7px;
	height: 7px;
	margin-left: -3px;
	border-radius: 4px;
	background: #225f88;
}
.history .legend .point {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 9px;
	height: 9px;
	margin-left: -4px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 0 3px #225f88;
	transition: left 0.3s;
}
@media screen and (max-width: 999px) { /* tablet */
	.history .carousel .table {
		height: 750px;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.history .carousel p {
		font-size: 16px;
		line-height: 22px;
	}
	.history .carousel h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.history .carousel .inner {
		padding: 0 40px;
	}
	.history .carousel .inner-alt {
		margin: 0 auto;
		padding: 0 40px;
	}
	.history .carousel .owl-prev,
	.history .carousel .owl-next {
		width: 13.5px;
		height: 43.5px;
		background-size: 100% 100%;
	}
	.history .carousel .owl-prev {
		margin-left: 10px;
	}
	.history .carousel .owl-next {
		margin-right: 10px;
	}
	.history .legend {
		display: none;
	}
}


/**/
/* facts */
/**/
.facts {
	padding-top: 0;
	padding-bottom: 0;
}
.facts {
	text-align: center;
}
.facts h3 {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
}
.facts .row {
	border-top: 1px solid #8cd1ef;
	font-size: 0;
}
.facts .row:first-child {
	border-top: 0;
}
.facts .item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #8cd1ef;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #225F88;
}
.facts .item-s {
	width: 33.33%;
}
.facts .item:first-child {
	border-left: 0;
}
.facts .item p {
	font-family: Lato;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.facts .tcell {
	height: 190px;
}
.facts .hint {
	margin: 10px 0;
	font-family: Lato;
	font-size: 15px;
	line-height: 1.2;
	font-style: italic;
	color: #34AFE4;
}
.facts .number {
	margin: 10px 0;
	font-size: 65px;
	font-weight: 100;
}
.facts .button {
	display: table;
	margin: 0 auto;
	padding: 0 32px;
	font-family: Lato;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.facts-page .preface .grid-con {
	padding-top: 20px;
}
@media screen and (max-width: 999px) { /* tablet */
	.facts .item p {
		font-size: 13px;
	}
	.facts .hint {
		font-size: 14px;
	}
	.facts .number {
		font-size: 50px;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.facts .item {
		border-top: 1px solid #8cd1ef;
		border-left: 0;
	}
	.facts .item:first-child {
		border-top: 0;
	}
	.facts .item-s {
		width: 100%;
	}
	.facts .item h3 {
		font-size: 24px;
	}
	.facts .tcell {
		height: 220px;
	}
	.facts .item-s .tcell {
		height: 180px;
	}
}