




body{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	text-align: center;
	overflow-x: hidden;
}

a{
	color:#036564;
}

.flexItemBigWOShadow {
  flex: 1 0 30%;
  margin: 20px 10px 0px 10px;
  padding-bottom: 20px;
  min-width: 250px;
  vertical-align: top;
}



/* DIVSSSSSSSSSSSSSS */

#divEmotionalSplashScreen{
	width: 100%;
	position: relative;
}
#divEmotionalSplashScreen{
	
	width: 100%;
	height:550px;
	position: relative;
}

/* SLIDESHOW CSSSSSSSSS*/


.slideshow1{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
 }
 .slideshow1 li{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
 }

.slideshow1 li:first-child{
	position: relative;
	display: block;
	float: left;
}
.slideshow1 img{
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

a.slideControl1_nav.slideControl11_nav.prev{
	margin: 0px 15px 0px 15px;
	height:50px;
	width:50px;
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	text-decoration: none;
	background: transparent url("images/iconLeft.png") no-repeat left top;


	background-size: contain;
	right: auto;
	left: 0;

	opacity: 0.7;
	text-indent: -9999px;
}

a.slideControl1_nav.slideControl11_nav.next{
	margin: 0px 15px 0px 15px;
	height:50px;
	width:50px;
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	text-decoration: none;
	background: transparent url("images/iconRight.png") no-repeat left top;

	background-size: contain;
	left: auto;
	right: 0;

	opacity: 0.7;
	text-indent: -9999px;
}


ul.slideControl1_tabs{
	width:100%;
	top: 485px;
	height: 25px;
	position:absolute;
	bottom:0px;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	padding:0px;
}

ul.slideControl1_tabs.slideControl11_tabs > li > a{
  text-indent: -9999px;
  overflow: hidden;
  border:1px solid white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  transition: all .85s;
}

ul.slideControl1_tabs > li 
{  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin: 3px;
  text-indent: -9999px;
}

ul.slideControl1_tabs > li.slideControl1_here > a
{
	  background: rgba(230, 179, 61, .8);
}
.divLiSlideshow{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100%;
	height:550px;
}

.divSlideshowLink{
	width: 100%;
	height:100%;
}

.divSlideshowText{
	color: white;
	padding: 250px 60px 50px 60px;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  	position: absolute;
  	bottom: 0px;
  	left: 50%;
  	width: 100%;
  	margin:0 auto;
  	transform: translateX(-50%);
  	cursor: pointer;
}

.divSlideshowTitle{
	color: white;
	padding: 0px 60px 0px 60px;
	font-family: 'Gelasio', serif;
	font-weight: 700;
  	font-size: 60px;
  	display:block;
  	margin:0 auto;
}

.divSlideshowSubTitle{
	color: white;
	padding: 0px 60px 0px 60px;
	font-family: 'Gelasio', serif;
	font-weight: 400;
  	font-size: 26px;
  	display:block;
  	margin:0 auto;
	color: white;

	
}

table.articletable{
    font-family: 'Gelasio', serif;


}
/* FINE DEL CSSSSSSS DELLO SLIDESHOW EMOTIONAL*/


.aNoDecoration{
	text-decoration: none;
	color: black;
	outline: none;
}




#divEmotionalSplashScreenArrow{
	background: rgb(0,14,46);
	width: 100%;
	height:0px;
	position: relative;
	bottom: 0px;
	cursor: pointer;
	display: none;
}

#imgLogoSaisJournal{
	border-right: 1px solid white; 
	padding-right: 20px;
	height: 60px;
	transition: height .5s;
}



#divMenu{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0px;

	width: 100%;
	height: 110px;

	z-index: 1000;

	transition: all .5s;

}

#divMenuTopStripe{
	position: relative;

	width: 100%;
	height: 100%;

	background: #031634;
	background: -moz-linear-gradient(left, #031634 0%, #036564 100%);
	background: -webkit-linear-gradient(left, #031634 0%,#036564 100%);
	background: linear-gradient(to right, #031634 0%,#036564 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031634', endColorstr='#036564',GradientType=1 );

}

#divMenuBottomStripe{
	width: 100%;
	position: absolute;
	height: 9px;
	bottom: 0px;
	background-color: #E8DDCB;

	-webkit-box-shadow: 0px 7px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 30px 0px rgba(0,0,0,0.75);

}
#divMenuBottomStripeIndicator{
	height: 9px;
	width: 0%;
	background-color: #CDB380;
}

#divMenuLogos{
	display:inline-block;
	padding-top: 20px;
}

#divMenuText{
	display:inline-block;
	padding-left: 50px;
	padding-top: 50px;
}
#divMenuHamburgerOpen{
	display: none;
	position: absolute;
	right: 20px;
	top: 33px;
	cursor: pointer;
}

#divMenuHamburger{
	width: 300px;
	height: 100%;
	position: fixed;
	right: -350px;
	top: 0px;
	z-index: 1000000;

	background: #031634;
	background: -moz-linear-gradient(left, #031634 0%, #036564 100%);
	background: -webkit-linear-gradient(left, #031634 0%,#036564 100%);
	background: linear-gradient(to right, #031634 0%,#036564 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031634', endColorstr='#036564',GradientType=1 );

	transition: all .4s ease-in-out;
}

.divMenuTextItem{
	padding:10px;
	color: white;
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	cursor: pointer;
	transition: all .5s;
}
.divMenuTextItem:hover{
	color: #CDB380;
}

#divBlackBackground{
	display: none; 
	position:fixed; 
	left: 0;
	top:0; 
	bottom:0;
	right:0; 
	background-color: rgba(0,0,0,0.5); 
	z-index: 9999;
}

.divContent{
	max-width: 1200px;
	margin: 0 auto;
	padding:0px 20px 50px 20px;
	background-color: white;
}
.divContentLimited{
	max-width: 900px;
	margin: 0 auto;
	padding:40px 20px 50px 20px;
	background-color: white;
}

.divArticleContent{
	max-width: 600px;
	margin: 0 auto;
	padding:40px 20px 50px 20px;
	background-color: white;
	text-align: left;
}

.divArticleContent ::selection {
  background: #FDFD96;
}

#divArticleSections{
	width: 100%;
	height: 30px;
	border: 1px solid #CCC;
	background-color: white;
	position: sticky; 
	top: 110px;
	z-index: 1001;

}



.divBreakGreenBlue{
	background: #031634;
	background: -moz-linear-gradient(left, #031634 0%, #036564 100%);
	background: -webkit-linear-gradient(left, #031634 0%,#036564 100%);
	background: linear-gradient(to right, #031634 0%,#036564 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031634', endColorstr='#036564',GradientType=1 );

	width: 100%;
}


#KeyWordSearchBar{
	background: #031634;
	background: -moz-linear-gradient(left, #031634 0%, #036564 100%);
	background: -webkit-linear-gradient(left, #031634 0%,#036564 100%);
	background: linear-gradient(to right, #031634 0%,#036564 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031634', endColorstr='#036564',GradientType=1 );

	width: 100%;
}

.divRectangularArticle{
	display: inline-block;
	width: 350px;
	height: 350px;
	position: relative;
	margin: 20px 5px 5px 5px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	transition: all .6s;
	border:1px solid transparent;
}

.divRectangularArticle:hover{
	box-shadow: 0 18px 16px -16px black;
	border:1px solid #CCC;
}

.divVerticalCover{
	display: inline-block;
	width: 200px;
	height: 450px;
	position: relative;
	margin: 20px 5px 5px 5px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	transition: all .6s;
	border:1px solid transparent;
}

.divVerticalCover:hover{
	box-shadow: 0 18px 16px -16px black;
	border:1px solid #CCC;
}

.divPictureRectangularArticle{
	width: 350px;
	height: 200px; 
	background-size: cover; 
	background-position: center center;
}

.divPictureVerticalCover{
	width: 200;
	height: 300px; 
	background-size:contain; 
	background-position: center center;
}


.divSquareDate{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.truncate {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.divSquareName{
	display: inline-block;
	width: 350px;
	height:95px;
	text-align: left;
	position: relative;
	margin: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;

}

#divParallax1{
	background: url("images/classBG.jpg"); 
	background-size: cover; 
	background-position: center, center;
	width: 100%;
	height: 500px;
}



/*  FONTSSSSSSSSSSSSSSSSSSSSSSS  */

.subtitleSerif{
	font-family: 'Gelasio', serif;
	font-size: 30px;
	letter-spacing: 15px;
	font-weight: 300;
}

.titleSerif{
	font-family: 'Gelasio', serif;
	font-size: 60px;
	font-weight: 300;
}

.titleSansSerif{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 100;
}

.superTitleSansSerif{
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 100;
	line-height: 55px;
}

summary.superTitleSansSerif{
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 100;
	line-height: 55px;
}


details[open] #KeyWordSearchDetails {
  max-height: 500px; /* adjust as needed */
  opacity: 1;
  transition: max-height 1.6s ease, opacity 1.6s ease;
}

details #KeyWordSearchDetails {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1.6s ease, opacity 1.6s ease;
  color:white;
  font-family:'Open Sans';
  font-size:16px;
  text-align:left;
  margin:10px;
}






.subTitleSansSerif{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding:25px;
}

.paragraph{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.paragraphSansSerif{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
}


ul.inArticle{
	font-family: 'Gelasio', serif;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: left;
	line-height: 1.90rem;
	color: #444;
}

ol.inArticle{
	font-family: 'Gelasio', serif;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: left;
	line-height: 1.90rem;
	color: #444;
	
}

ol.inArticle > li
{padding-bottom: 20px;
}


ul.inArticle > li
{padding-bottom: 20px;
}


.quarterTitleOpenSans{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #031634
}

.quarterDescriptionOpenSans{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #031634
}

.quarterDateSansSerif{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 200;
	color: #036564;
}

.spanArticleTitleSections{
	font-family: 'Gelasio', serif;
	font-size: 36px;
	font-weight: 300;
	text-align: left;
}

p{
	
	font-family: 'Gelasio', serif;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: left;
	line-height: 1.90rem;
	color: #444;

}

p:first-of-type:first-letter {
    font-size: 4.0rem;
    float: left;
    margin-top: .12em;
    margin-right: .12rem;
    padding: .005em;

}

#divTypingAbout{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #031634
}

.typed-cursor {
	color: black;
}


@media screen and (max-width: 800px) {

	.divContent{
		max-width: 800px;
		margin: 0 auto;
		padding:10px;
	}

.divSlideshowTitle
{
	padding: 0px 30px 0px 30px;
	font-size: 45px;
}

.divSlideshowSubTitle
{
	
	padding: 0px 30px 0px 30px;
  	font-size: 24px;
  	
}


}


@media screen and (max-width: 950px) {

	/* IMGSSSS*/

#KeyWordSearchBar{

	display:none;
}
	#divMenuText{
		display:none;
	}



	#divMenuHamburgerOpen{
		display: inline-block;
		top: 25px;
	}

	#divMenu{
		height: 95px;

	}

	#imgLogoSaisJournal{
		border-right: 0px solid white; 
		padding-right: 0px;
		height: 50px;
	}



}
