@charset "utf-8";


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Roboto", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #efefef;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#333;
}

select, input, textarea, button{
	font-family:"Roboto", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #1c344d;
	background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%);
}
.forbidden{background-color:#d00;}




	
.header-image{
	display: block;
	width: 100%;
}

.header-image-mobile{
	display: none;
	width: 100%;
}




/* --------------------------------------------------- pages --------------------------------------------------- */
.main-title{
	width: 92%;
	max-width: 800px;
	margin: 75px auto;
	font-family: "Titillium Web";
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}

.main-title font{
	font-size: 20px;
}

.small-title{
	width: 92%;
	max-width: 800px;
	margin: 50px auto 0 auto;
	font-family: "Titillium Web";
	font-size: 22px;
}

.big-title{
	width: 92%;
	max-width: 800px;
	margin: 20px auto 0 auto;
	font-family: "Titillium Web";
	font-size: 40px;
	text-transform: uppercase;
}

.participanti-box{
	width: 92%;
	max-width: 800px;
	margin: 32px auto;
	font-family: "Titillium Web";
	border-bottom: 1px solid #eee;
}

.participant-title{
	color: #000;
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
}

.participant-title::after{
	content: "";
	display: block;
	width: 90px;
	height: 5px;
	background-color: #14a0b1;
	margin-top: 8px;
}
.participant-desc{
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 25px;
}

.participant-info-holder{
	width: 100%;
	height: 40px;
	margin-bottom: 0px;
}

.participant-info{
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 10px;
	margin: 0 5px;
	float: right;
	font-size: 16px;
	color: #14a0b1;
	font-style: italic;
}

.participant-info:hover{
	color: #fff;
	background-color: #14a0b1;
}

.participanti-logo {
    width: 50%;
    margin-bottom: 20px;
}

.img-minister-sponsor {
    width: 50%;
    margin-top: 16px;
}

.social-holder{
	width: 150px;
	margin: 35px auto;
	height: 32px;
}
.social-holder a{
	width: 32px;
	display: block;
}
.social-icon{
	width: 32px;
}






/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
	
}

@media screen and (max-width: 768px) {
    .header-image{
	width: 100%;
}
.header-image-mobile{
	display: block;
	width: 100%;
}

.img-minister-sponsor {
    width: 100%;
    margin-top: 16px;
}

.participanti-logo {
    width: 100%;
}

}
