@charset "UTF-8"; /* Set the encoding of the style sheet to Unicode UTF-8 */

/* CSS file for new SISS website */

/*
Colours used:

green: #426f11
brown: #5E2605
brown dark: #562c03
beige light: #c0935a
yellow: #f9cf00;
footer: #2B3D45;

*/

/* 1. resets and overrides
==================================== */

/* Override default uikit default*/
em {
	color: inherit;
}

.uk-overlay h3 {
	color:#562c03;
	font-weight:bold;
}

.uk-overlay a {
	color:#426f11;
	font-weight:600;
}
.uk-overlay a:hover {
	color:#426f11;
}

/* 2. general typography
==================================== */

h1, h2, h3, h4, h5, h6 {
   font-family: 'Jost*', 'Arial', sans-serif;
	color: #5E2605;
}

p, ul li, ol li, span {
	font-family: 'Raleway', 'Arial', sans-serif;
	color:#2f2f28;
}

a {
	color:#426f11;
	font-weight:600;
}
a:hover {
	color:#426f11;
}

h3 a {
	color: #5E2605;
}

h3 a:hover {
	color: #5E2605;
}

/* 3. general layout
==================================== */

/* Azuleon-specific colours */
.az-red { color: #d70303; }
.az-green { color: #3c800f; }
.az-orange { color: #FF9428; }
.az-blue { color: #0452a7; }
.az-darkviolet { color: DarkViolet; }
.az-white {color:white;}

.giallo {
	color: #f9cf00;
}

.sfondo_grigio{
	background-color: #f3f3f5;
}

.verde {
	color: #426f11;
}

.social {
	font-size: 25px;	
}

.uk-badge-lavoro {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 500px;
    vertical-align: middle;
    background: #426f11;
    color: #fff;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.uk-badge-congressi {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 500px;
    vertical-align: middle;
    background: #f9cf00;
    color: #fff;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.uk-badge-news {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 500px;
    vertical-align: middle;
    background: #5E2605;
    color: #fff;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icone a {
	color: #5E2605;
}

.icone i {
	font-size:5em;
}

.newsletter {
	border-bottom: 1px solid #5E2605;
}

/*LINKS*/
.link-grow a {
	color: #fff;
	text-decoration:none;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.2); }
/*end LINKS*/

/*OVERLAY*/
.overlay-more-transparent {
    background: rgba(255,255,255,.4);
}

/*TEXT*/
.text-caption {
	font-size: 0.775rem;
}

.GSP-card-yellow{
	border-left: 6px solid #f9cf00;
}


.GSP-card-green{
	border-left: 6px solid #426f11;
}


.GSP-card-beige{
	border-left: 6px solid #c0935a;
}


.QBS-card {
	border-left: 6px solid #B03929;
}


.fa-file-pdf{
	color: red;
}

.fa-file-word{
	color:blue;
}



.buttonYellow {
	background-color:#f9cf00;
}

/*LIBRI FLIP CARDS*/
.flip-card {
  background-color: transparent;
  /*height: 450px;*/
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  z-index: 2;
}

.flip-card-back {
  transform: rotateY(180deg);
  z-index: 1;
}

.congressi_card {
	display:none;
}

.news_archivio {
	display:none;
}
.button_load {
border: none;
}

/* 4. header-specific
==================================== */

h1.header-home{
	font-size: 50px;
	font-weight:700;
	color:#562c03;
}

h2.header-home {
	font-style: italic;
	font-size: 40px;
	color:#562c03;
}

h1.header-internal{
	font-size: 35px;
	font-weight:500;
	color: #562c03;
}

h2.header-internal {
	font-style: italic;
	font-size: 25px;
	color: #562c03;
}

/* 5. navigation-specific
==================================== */
/* MAIN MENU STYLING */


/* Start MENU formatting */
#SISS-navbar,
#SISS-navbar .uk-navbar-container {
	background-color: #426f11;
}

#SISS-navbar {
	border-bottom: 2px #fff solid;
	font-family: 'Open Sans Condensed', sans-serif;
}

#SISS-navbar .uk-navbar-nav > li > a,
#SISS-navbar .uk-navbar-item,
#SISS-navbar .uk-navbar-toggle {
	min-height:40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	color:#FFF;
	padding:0 15px;
	font-size: 1em;
}

#SISS-navbar .uk-navbar-nav > li a:hover {
	color: #f9cf00;
	font-family: 'Open Sans Condensed', sans-serif;
}

#SISS-navbar .uk-navbar-nav li ul li a {
	font-size:1.1em;
}

#SISS-navbar .uk-navbar-nav > li a {
	font-family: 'Open Sans Condensed', sans-serif;
}

#SISS-navbar ul li li {
	list-style:none;
}

#SISS-navbar ul li li a {
	color:#fff;
}

#SISS-navbar ul li li a:hover {
	text-decoration:none;
}

.dropdown-SISS {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top:0;
	padding: 15px;
	background-color: #426f11;
	width:auto;
	line-height: 1.8em;	
}


#SISS-navbar li ul {
	padding-left: 5px;
	margin:0;
}

/* End MENU formatting */

/*SOCIAL MENU*/
.social-menu{
	display: block;
    text-align: center;
    width: 42px;
	 height:220px;
    background-color: #f9cf00;
    position: fixed;
    top: 88px;
    right: 0;
    margin-top: -46.5px;
    z-index: 999;
	 -webkit-border-top-left-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-bottomleft: 5px;
	 border-top-left-radius: 5px;
	 border-bottom-left-radius: 5px;
}

.social-links{
	padding: 5px 0;
}

.social-links a.facebook, .social-links a.twitter, .social-links a.instagram, .social-links a.youtube{
	font-size: 23px;
	transition: color .3s;
}

.social-links a {
	position:relative;
	color: #fff;
	padding: 5px 10px;
}

.social-links li, .social-links a {
	display:inline-block;
	overflow:hidden;
}

.social-links a.facebook:hover{
	color: #3b5998;
}

.social-links a.twitter:hover{
	color: #55acee;
}

.social-links a.instagram:hover{
	color: #B030A5;
}

.social-links a.youtube:hover{
	color: #bb0000;
}
/*END SOCIAL MENU*/


/* 6. footer-specific
==================================== */

/* Start FOOTER formatting */
.footer {
	background-color:#2B3D45;
	border-top: 7px #f9cf00 solid;
}

.footer p {
	color: #fff; 
}

.footer h3 {
	color: #f9cf00;
}


.footer a {
	color:#f9cf00;
}
.footer a:hover {
	font-weight:600;
	border-bottom: solid #f9cf00 1px;
	text-decoration:none;
}

.footer a.facebook, .footer a.twitter, .footer a.instagram, .footer a.youtube{
	font-size: 18px;
	transition: color .3s;
	border-bottom: none;
}

.footer a.facebook:hover{
	color: #3b5998;
}

.footer a.twitter:hover{
	color: #55acee;
}

.footer a.instagram:hover{
	color: #B030A5;
}

.footer a.youtube:hover{
	color: #bb0000;
}
/* End FOOTER formatting */


/* 7. form elements
==================================== */


/* 8. miscellaneous
==================================== */


