/* Minification failed. Returning unminified contents.
: run-time error CSS1066: Unexpected end of file encountered
 */
/*@import url('https://fonts.googleapis.com/css?family=Martel:200,400|Roboto:400,500,700');*/
/* */
/* General */
/* */
/*body {
	width: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #f2f2f2;
	color: #333;
}*/

.ce-hoc-nav{
	margin-bottom: 0;
}
.sub-nav-title, .sub-nav-title-noborder{
	font-family: 'Martel', serif;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 1.5em;
	font-weight: 200;
	display:block;
	padding: 10px 0 5px 0;
	margin: 0;
}
.sub-nav-title a, .sub-nav-title-noborder a{
	color: #333;
}
.sub-nav-title-small{
	font-size: .75em;
	font-family: 'Roboto', serif;
	text-transform: none;
	letter-spacing: 0;
}
.sub-nav-title {
	border-bottom: solid 1px rgba(0,0,0,.2)
}
h1.sub-nav-title-noborder{
	margin: 0;
}
#StartofContent{
	margin-bottom: 50px;
}
/*
.parlwebsite-header{
background: #fff;
}*/


h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em
}
h3 {
	font-size: 1.3em;
	font-weight: 500;
}
.breadcrumb {
	background: transparent;
}
a.accordion-toggle:focus, a.accordion-toggle:hover{
	text-decoration:none;
}
/* Temporary Fix for the Small tag */
small, .small{
	font-size:80%;
}


/* */
/* Desktop Parl Header */
/* */
/*.parlwebsite-header {
	margin-bottom: 10px;
}*/
/**/
/* Mobile menu*/ 
/**/
/* PARLWEBFOUNDATION */
/*.mobile-menu-item, .mobile-menu-parliament {
	padding: 10px 15px;	
	background: #ffffff;
	border-bottom: solid 1px #d4d4d4;
}*/
/**/
/* Top image (Hero) */
/**/
.web-banner .hero {
	background-color: #000;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 250px;
    width: 100%;
}
h1.top-image-text {
	position: absolute;
	bottom: 20px;
	margin: 0;
	max-width: 760px;
}
.main-text {
	display: block;
	color: #437a26;
	background: #ffffff;
	text-transform:uppercase;
	padding: 10px 10px 3px 10px;
	font-weight: 300;
}
.sub-text {
	display: block;
	color: #ffffff !important;
	background: #437a26;
	text-transform:uppercase;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	letter-spacing: normal;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.printHeader{
	display:none;	
}

/**/
/* Site Navbar */
/**/
.navbar-profile + .panel {
	margin-top: 0;
}
.navbar-profile {
	opacity: 1;
}
.subsite-nav {
	margin-bottom: 2em;
	border-bottom: solid 1px #cccccc;
	background: #fff;
}
.subsite-nav ul.toc-nav {
	display: inline-block;
}
.subsite-nav .toc-nav > li {
	display: inline-block;
}
.subsite-nav li > a {
	color: #437a26;
	font-weight: normal;
	text-transform: uppercase;
	padding: .7em;
}
.subsite-nav li li > a {
	text-transform: none;
	font-weight: normal;
}
@media (max-width: 767px){
	.navbar-profile .navbar-brand {
		width: calc(100% - 110px);
	}
}

/**/
/* Dropdown menu PARLWEBFOUNDATION */
/**/
.subsite-nav .dropdown a.dropdown-toggle::after {
	content:"";
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #999;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.subsite-nav .dropdown-menu li {
	padding: 0;
}
.subsite-nav ul.dropdown-menu > li > a{
	padding: 5px 10px;
}

.subsite-nav ul.dropdown-menu ul{ /* Removes default style and indent for the ul */
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.subsite-nav ul.dropdown-menu li:hover{
	background-color:#fff; /* The dropdown becomes gray without this */
}
.subsite-nav ul.dropdown-menu a{
	display:block;
	min-width:300px;	/* Menu elements width */
}
.subsite-nav ul.dropdown-menu li a:hover{
	text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.subsite-nav ul.dropdown-menu > li > ul > li > a{ /* List level 2 of the menu */
	padding-left:35px; /* indent */
	min-height:30px;
	border-top: solid 1px #d4d4d4; /* Separation between menu objects */
}
.subsite-nav ul.dropdown-menu > li > ul > li > ul > li > a{ /* List level 3 of the menu */
	padding-left:60px; /* indent */
}
.subsite-nav ul.dropdown-menu > li > ul > li > ul > li > ul > li > a{ /* List level 4 of the menu */
	padding-left:90px; /* indent */
}
.subsite-nav ul.dropdown-menu > li > a.overview {
	text-transform: uppercase;
}
.subsite-nav ul.dropdown-menu > li > ul > li > a{ /* Lists level 1 and 2 of the menu */
	/*text-transform: uppercase; */
}
.subsite-nav ul.dropdown-menu > li > ul > li > ul > li > a, .subsite-nav ul.dropdown-menu > li > ul > li > ul > li > ul > li > a { /* Lists level 3 and 4 of the menu */
	text-transform:none;
	padding-top:4px;
	padding-bottom:4px;
	min-height:20px;
}
@media (max-width: 767px) {
	.subsite-nav .toc-nav{ /* Puts the menu in the center */
		text-align:center;	
	}
}

/* Previous|Next*/
ol.navPrevNext {
	position:absolute; 
	top:0px; 
	right:15px;
	display:block;
	height:24px;
	padding:4px 0;
	font-size:12px;
	color:#333333;
}
ol.navPrevNext li {
	display:block;	
	float:left;
	padding:0 2px;
	background-color:transparent;
}
ol.navPrevNext > li + li:before {
	content: "|\00a0"; padding: 0 2px; color: #ccc;
}

/**/
/* Figures */
/**/
figure { /* Default style for the figure */
	float: left;
	display: table;
	background-color: #ffffff;
	padding: 5px;
	height: auto;
	margin:5px 20px 20px 0;
}
figure.pull-right{ /* Figure that floats to the right */
	margin-left:20px;
	margin-right:0px;
}
figure img { /* Makes the img in the figure responsive */
	display:block;
	width:100%;
	height:auto;
}
figure figcaption { /* Default style for the figcaption */
	display:table-caption;
	caption-side:bottom;
	background-color: #ffffff;
	padding: 0 5px 5px;
	font-size:100%;
	text-align:center;
}
.fig-center { /* Puts the figures in the center and alone in their row */
	margin-left: auto;
	margin-right: auto;
	float:none;
}
@media (max-width: 767px) {
	figure, figure.pull-right{ /* Puts the figures in the center and alone in their row */
		margin-left: auto;
		margin-right: auto;
		float:none !important ; /* The only reason to use the important tag is because the Site.css uses it too */
		text-align:center;
		right: auto; 		
		left: auto;
	}
}

/**/
/* Date Modified */
/**/
.dateModifiedE{
	text-align: left;
	margin: 20px 0;
}

.dateModifiedE:before {
    content: "Date modified: ";
}

.dateModifiedF{
	text-align: left;
	margin: 20px 0;
}

.dateModifiedF:before {
    content: "Date de modification : ";
}

/**/
/* Search */
/**/
.subsite-nav .btn-search, .subsite-nav .btn-search:hover, .subsite-nav .btn-search:active {
	background: none;
	border: none;
	font-size: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 9px;
    color: #444444;
}
.subsite-nav .btn-search i.hoc-icons {
	position: relative;
	top: -.5em;
}
.subsite-nav .btn-search:hover i {
	color: #437a26;
}
#hidden-search-form {
	position: relative;
	border: none;
}
.compendiumSearchBox .btnLaunchSearch {
	background: #437a26;
}
.compendiumSearchBox .btnLaunchSearch i {
	color: #fff;
	/*line-height: 1;*/
}
/**/
/* Breadcrumbs */
/**/
.breadcrumb {
	font-size: 12px;
	max-width:calc(100% - 150px);
}
.breadcrumb > .active {
	color: #555555;
}
/**/
/* More Articles Div */
/**/
.moreArticles {
	background-color: #ffffff;
	padding: 10px 15px;
	display: inline-block;
	min-width: 300px;
	max-width: 500px;
	font-size: 12px;
	margin-top: 20px;
	border-radius: 5px;
}
.generalAricles {
	font-size: 14px;
}
.moreArticles h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
}
ul.moreArticlesContent {
	margin: 0;
}
ul.moreArticlesContent li {
	margin: 5px 0;
}
/**/
/* General Articles Desktop Side Navigation */
/**/
/* sidebar */
.articleNav {
	background-color: #ffffff;
	padding: 15px 15px 15px 0;
	max-width: 300px;
	border-radius: 5px;
	margin-top: 20px;
}
.articleNav h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
#sidebar.affix {
	position:relative;
}
div.sidebarContainer{
		margin-bottom:20px;
}
@media (min-width: 992px) {
	#sidebar.affix {
		position:fixed;
		top: 20px;
		bottom: auto;
	}
	#sidebar.affix-top {
		position: static;
	}
	#sidebar.affix-bottom {
		position:absolute;
	}
	.articleNav {
		margin-top: 0;
	}
	.bs-docs-sidebar .nav a:focus {
		background: transparent;
	}
	/* hide inactive nested list */
	.bs-docs-sidebar .nav ul.nav {
		display: none;           
	}
	/* show active nested list */
	.bs-docs-sidebar .nav>.active>ul.nav {
		display: block;           
	}	
	div.sidebarContainer{
		float:right;
	}
}
/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #555555;
    border-left: 2px solid transparent;
	border-bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
}
/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
}
/* nested links level 3 */
.bs-docs-sidebar .nav .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 50px;
}
/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover {
    color: #437a26;                 
    background-color: transparent;  
    border-left-color: #437a26; 
}
/**/
/* Table of contents */
/**/
ul.tableofContents > li {
	font-weight: bold;
	padding: 5px 0;
}
ul.tableofContents li li {
	font-weight: normal;
}
ul.tableofContents ul {
	margin-bottom: 20px;
}
ul.tableofContents > li {
	font-size:24px;
	list-style-type: none;
}
ul.tableofContents > li li {
	font-size:14px;
	margin:5px 0;
}
/* Jquery UI - Autocomplete Dropdownlist */
.ui-front {
	z-index: 1001;
}
.ui-autocomplete li {
	font-size: 14px;
	padding: 5px 10px;
}
.ui-autocomplete li.ui-state-focus {
	background: #437a26;
	color: #fff;
}

/**/
/* Top of page */
/**/
a.backToTop {
	display: none;
    width: 45px;
    height: 45px;
    text-indent: -999em;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    right: 30px;
    left: auto;
    margin-left: 499px;
    z-index: 1;
	background-color: rgba(69,126,39,.5);
	border-radius: 5px;
}
a.backToTop:before {
	width: 45px;
    height: 45px;
	text-align: center;
	font-family: 'hoc-icons' !important;
    font-size: 30px;
	content:"\e923";
	color: #fff;
	text-indent: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .20);
}
a:hover.backToTop {
	background-color: rgba(69,126,39,.8);
}
@media print {
	a.backToTop {
		visibility: hidden;
	}
	div.hero, ul.toc-nav.nav, #ce-hoc-header, #ce-parl-header, .moreArticles, .ce-hoc-footer-top, .ce-hoc-footer-bottom, .ce-hoc-skipnav, .noshow, ol.breadcrumb, ol.navPrevNext, div#sidebar,  div.articleNav{
		display:none !important;
	}
	div.sub-nav-title, nav.subsite-nav{
		border:none;
	}
}


/* CSS Document */
.album-column, .gallery-column{
	padding:0 7px;
	margin-bottom:1%;
}

.album-title{
	width:100%;
	display:table;
	min-height:55px;
	text-align:center;
}
.album-title span{
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	font-weight:500;
}
.album-cover{
	background-color:#ffffff;
	border:1px solid #cccccc;
}
.album-cover > h3{
	font-size:1.15em;
	margin:15px 0;
	text-align:center;
}
.album-thumbnail{
	position:relative;
	width:100%;
	height:150px;
	overflow:hidden;
}
.album-thumbnail img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transition: all 1s;
    transition: all 0.5s;
}
.album-thumbnail.landscape img{
	width: auto;
    height: 100%;
}
.album-thumbnail.portrait img{
    width: 100%;
    height: auto;
	top:20%;
	left:50%;
	-webkit-transform:translate(-50%,-30%);
	transform:translate(-50%,-30%);
}
.album-cover p{
	margin-top:10px;
	margin-left:10px;
	font-style: italic;
}
.album-cover i{
	font-size:20px;
}

/* Stacking effect */
.album-spacer{
	display:block;
	color:#000;
	position:relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom:5%;
}
.album-spacer:hover, .album-spacer:focus{
	text-decoration: none;
	color:#427a26;
}

.album-spacer:hover .portrait img, .album-spacer:focus .portrait img{
	width:120%;
}
.album-spacer:hover .landscape img, .album-spacer:focus .landscape img{
	height:120%;
}
.album-spacer .album-cover {
    height: 100%;
    width: 100%;
	position:relative;
	z-index:2;
}
.album-spacer:before, .album-spacer:after{
	content:"";
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:1px solid #ccc;
	background-color:#fff;
	-webkit-transform: translate(6px,6px);
	transform: translate(6px,6px);
}
.album-spacer:after{
	-webkit-transform: translate(3px,3px);
	transform: translate(3px,3px);
}

/* Gallery page */

.gallery-thumbnail{
	display:block;
	overflow:hidden;
	height:14vw;
	margin-bottom:3%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-thumbnail.landscape img{
	width: auto;
    height: 100%;
	position: relative;
	z-index:-1;
    top: 50%;
    left: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.gallery-thumbnail.portrait img{
    width: 100%;
    height: auto;
	position: relative;
	z-index:-1;
	-webkit-transform:translate(-50%,-30%);
	transform:translate(-50%,-30%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	top:20%;
	left:50%;
}
.gallery-thumbnail.landscape:hover img, .gallery-thumbnail.landscape:focus img{
	height:110%;
}
.gallery-thumbnail.portrait:hover img, .gallery-thumbnail.portrait:focus img{
	width:110%;
}

/* Lightbox */
.modal-dialog{
	margin:10px auto;
}
.modal-content{
	border:2px solid #ccc;
}
.modal-content{
	border-radius:0;
	padding:15px;
}
.modal-body{
	padding:0;
}
.ekko-lightbox .modal-footer{
	padding:10px;
	background-color:#333;
	color:#fff;
	border:none;
	text-align:justify!important;
	-moz-text-align-last: center;
    text-align-last: center;
}
.close{
	opacity:1;
	color:#fff;
	font-size:16px;
	text-shadow: 0 1px 0 #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.close:hover, .close:focus{
	opacity:1;
	color:#fff;
	background: rgba(0,0,0,0.9);
}
button.close{
	position:relative;
	z-index:100;
	padding: 6px 7px;
	background: rgba(0,0,0,0.7);
}

.ekko-lightbox a, .ekko-lightbox a:hover, .ekko-lightbox a:focus{
	color:#fff;
	text-shadow: 0 0 5px #000;
	text-decoration: none;
}
.ekko-lightbox a{
	font-size:40px!important;
}

/* Responsive design */
@media (min-width:1388px) {
    .gallery-thumbnail {
        height: 10vw;
    }
}
@media (min-width:768px){
	.modal-dialog{
	margin:30px auto;
}
	}
@media (max-width:991px){
	.album-thumbnail{
		height:180px;
	}
	.album-thumbnail.landscape img{
	width: 100%;
    height: auto;
}
	.album-spacer:hover .landscape img{
	width:120%;
	height: auto;
}
	
	.gallery-thumbnail{
	height:17vw;
}
}

@media (max-width:767px){
	.modal-content{
		padding:5px;
	}
	.ekko-lightbox a{
		font-size:30px!important;
	}
	.ekko-lightbox-nav-overlay a{
		opacity:1!important;
	}
    .album-thumbnail {
        height: 300px;
        max-height: 100%;
    }
	.gallery-thumbnail{
		height:42vw;
	}
}

/* Video Gallery Styles */
p.video-footer {
    margin-top: -1em;
    margin-bottom: 1.5em;
}

.video-container-flex {
    display: inline-flex;
    flex-wrap: wrap;
}

div.video-container-grid {
    display:inline-grid;
}
/* general elements */
p{
	text-align:justify;
}
.bio-photo {
	float: left;
	clear:left; 
	height: 360px;
	padding-left: 5px;
	padding-right: 25px;
	margin-bottom: 5px;	
}
.photo-caption {
	float:left; 
	width: 280px; 
	padding-top: 6px; 
	text-align:right; 
	margin-bottom: 25px; 
	margin-right:30px;
	clear:left	
}
/*
figure {
}
*/
figure img{
	max-width:280px;
}

figure.fig-center img{
	max-width:500px;
}
.small{
	display:block;
	padding-top:10px;
}

.officers-photo {
	padding-right: 15px;
}
p.caption {
	font-size:11px;
	color:#999;
	text-align:center;
}
.parliament > .label{
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	padding:0;
}
/** Galerie des photos **/
.gallery-photo{
	display:inline-block;
	vertical-align:top;
	width: 49%;
	text-align:left;
	padding: 12px;
	margin-bottom: 20px;
	margin:auto;
}e
.gallery-photo > img{
	margin-bottom:10px;
	min-width:440px;
}

/** Discours **/

span.speechQuote{
	font-size:35px;
	color: #427a26;
	font-style:italic;
}

span.undeline {
    text-decoration: underline;
}

blockquote {
    font-size: 14px;
    border: none;
    padding: 0;
}

/* Sidenav */
#sidebar {
    margin-top: 0px;
    width: 300px
}

ul.nav-stacked{
	max-height:70vh;
	overflow-y:auto;
}

@media (max-width: 991px) {

	ul.nav-stacked{
		max-height:230px;
	}

}


.speaker-about{
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.speaker-about {
		flex-wrap: nowrap;
	}

}

.speaker-about figure img {
	width: 280px;
}

/** Responsive Table**/
table.responsive_table {
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

table.responsive_table th{
	background-color: #d9d9d9;
}

table.responsive_table a:hover img, table.responsive_table a:focus img{
	-webkit-box-shadow: 0px 0px 5px 1px #008080;
	-moz-box-shadow: 0px 0px 5px 1px #008080;
	-ms-box-shadow: 0px 0px 5px 1px #008080;
	-o-box-shadow: 0px 0px 5px 1px #008080;
	box-shadow: 0px 0px 5px 1px #008080;
}

table.responsive_table a:focus{
 	outline:0px;
}

table.responsive_table th, table.responsive_table td{
	padding:5px;
}

table.responsive_table tr:nth-child(even) {
	background-color: #fff;
}

table.responsive_table tr td:nth-child(1) a, table.responsive_table tr td:nth-child(1) span{
	padding:22px;
	display:block;
}
table.responsive_table tr td:nth-child(1) img {
	padding:3px;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
table.responsive_table tr td:nth-child(2) a {
	font-weight:bold;
}
table.responsive_table tr td:nth-child(3) {
	width:25%;
}
table.responsive_table tr td:nth-child(4) {
	padding-right:30px;
}

@media 
only screen and (max-width: 767px)  {

	/* Force table to not be like tables anymore */
	table.responsive_table, table.responsive_table thead, table.responsive_table tbody, table.responsive_table th, table.responsive_table td, table.responsive_table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.responsive_table tr:first-of-type{ 
		border-top: 2px solid #d9d9d9;
	}
	
	table.responsive_table tr:last-of-type { 
		border-bottom: 2px solid #d9d9d9;
	}
	
	table.responsive_table td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
		width:100%;
	}
	
	table.responsive_table tr td:nth-child(1) a {
		padding:0px;
	}
	
	table.responsive_table tr td:nth-child(3) {
		width:100%;
		min-height:70px;
	}
	
	table.responsive_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
	}

	/* Label the data */
	
	table.responsive_table td:before{ 
		font-weight:bold; 
	}
	
	/* Speaker list FR */
	
	table.spList_fr td:nth-of-type(1):before { 
		content: "Portrait"; 
	}
	
	table.spList_fr td:nth-of-type(2):before { 
		content: "Présidents \A (Parti)";
		white-space:pre;
	}
	 
	table.spList_fr td:nth-of-type(3):before { 
		content: "Date d’élection au poste de Président"; 
	}
	 
	table.spList_fr td:nth-of-type(4):before { 
		content: "Législature (années)";  
	}
	
	/* Speaker list EN */
	
	table.spList_en td:nth-of-type(1):before { 
		content: "Portrait";
	}
	
	table.spList_en td:nth-of-type(2):before { 
		content: "Speaker \A (Party)";
		white-space:pre;
	}
	 
	table.spList_en td:nth-of-type(3):before { 
		content: "Date of Election as Speaker";
	}
	 
	table.spList_en td:nth-of-type(4):before { 
		content: "Parliament (Years)"; 
	}
	
}

.hoc-alert {
    border-radius: 0;
    border: none;
    padding:10px 10px 10px 10px;
    margin-bottom: 10px;
}

.hoc-alert-warning {
    background-color: #fff;
    border-left: solid 4px #FFB500 !important;
    color: #333;
    font-weight: bold;
}

.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUNFLGlCQUFtQixDQUNwQixBQUNELGdEQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsVUFBWSxDQUNiLEFBQ0Qsc0JBQ0UsV0FBWSxBQUNaLFdBQWEsQ0FDZCxBQUNELDJCQUNFLFVBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixXQUFZLEFBQ1osWUFBYSxBQUNiLG9CQUFjLEFBQWQsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsV0FBUSxBQUFSLE9BQVEsQUFDUixvQkFBYyxBQUFkLGFBQWMsQUFDZCxzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLFVBQVcsQUFDWCx1QkFBeUIsQUFDekIsV0FBWSxBQUNaLGVBQWdCLEFBQ2hCLFNBQWEsQ0FDZCxBQUNELCtCQUNFLG9CQUFhLEFBQWIsV0FBYSxDQUNkLEFBQ0Qsb0NBQ0UsWUFBYyxDQUNmLEFBQ0Qsa0NBQ0UsY0FBZ0IsQ0FDakIsQUFDRCw2Q0FDRSxnQkFBa0IsQ0FDbkIsQUFDRCxtQ0FDRSxvQkFBc0IsQ0FDdkIsQUFDRCxtQ0FDRSxZQUFjLENBQ2YsQUFDRCx1QkFDRSxVQUFXLEFBQ1gsb0JBQXNCLENBQ3ZCLEFBQ0QsNkJBQ0UsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsZUFBaUIsQ0FDbEIsQUFDRCxzQkFDRSxrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixTQUFVLEFBQ1YsUUFBUyxBQUNULFdBQVksQUFDWixvQkFBYyxBQUFkLGFBQWMsQUFFZCwwQkFBdUIsQUFBdkIsc0JBQXVCLEFBRXZCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFFeEIsc0JBQW9CLEFBQXBCLGtCQUFvQixDQUNyQixBQUNELDBCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLGlCQUFtQixDQUNwQixBQUNELDhCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLHNCQUF1QixBQUN2QixXQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsbUNBQTZDLENBQzlDLEFBQ0QseUNBQ0UsbUJBQXFCLENBQ3RCLEFBQ0QsNENBQ0UscUJBQXVCLENBQ3hCLEFBVUQsYUFDRSxNQUVFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQUFDRCxJQUNFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQ0FDRiIsImZpbGUiOiJla2tvLWxpZ2h0Ym94LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciA
