/*
COLOURS:
	grey:   #6d91a0
	red:    #cd190a
	orange: #fa8513
*/
.mano{
	cursor: pointer!important;
}
.colored {
	color: #fa8513!important;
}
.colored26 {
	color: #5a98b5!important;
}
.margin_3_0 {
	margin-top:3px !important;
	margin-bottom: 0px !important;
}
.small_h1 {
	font-size:24px;
	line-height:30px;
}
.large_submenu {
	width:230px !important;
}
.shadow {
	box-shadow: 3px 3px 2px #ccc;
}
.white_background {
	background-color:white;
}
.padding {
	padding: 15px;
}
.text_shadow {
	text-shadow: 2px 2px #785308;
}
.course_title {
	font-size: 30px;
}
.panel-box-orange {
	background-color:#EEAD28;
}
.panel-box-yellow {
	background-color:#F5FC15;
}
body { 
	background-color: rgba(90,152,181,0.1);
}
a {
	text-decoration:none;
}
a:hover {
	color:#fa8513;
	text-decoration:none;

}
.fn-26_border {
	border:#5a98b5 thin solid;
}
.fn-orange_border {
	border:#fa8513 thin solid;
}
.fn-gold_border {
	border:#FF0 thin solid;
}
.fn-yellow_border {
	border:#D7B30C thin solid;
}
p {
	color: #6d91a0;
	font-size:1.2em;
}
ol li {
	color: #6d91a0;
	font-size:1.2em;
}
em {
	color: #cd190a;
  /*  
   * Override UIkit default italics
	*/
}
.ce-red {
	color: #cd190a;
}
.ce-grey {
	color: #6d91a0;
}
.ce-dark-orange {
	color:#C35100;
}
.ce-blue {
	color:#04356c;
}
.white {
	color: #fff;
}
.ce-footer {
	background-color:#2A3137;
	color: #818386;
}
.ce-footer a {
	color: #6d91a0;
}

.ce-footer a:hover {
	color: white;
	text-decoration: none;
}
.ce-lecturer {
	padding:0px !important;
	margin:0px !important;
}
  /*  
   * Orange on top menu background
	*/
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #fa8513;
}
.uk-overlay-background {
  background: rgba(255, 255, 255, 0.5);
}
.uk-panel-hover:hover { border-color:rgba(90,152,181,1);}
.header_title h2 {
	font-size:28px;
	color:#F08A35;
	font-family: 'Monda', sans-serif;
	margin-top:0px;
}
.el_tab {
	background-color:white;
	border:#fa8513 thin solid;
	padding:3px;
	font-size:16px;
}
.el_tab50 {
	background-color: #fbfbb1;
	border:#fa8513 thin solid;
	padding:3px;
	font-size:16px;
}
.uk-border-rounded {border-radius:3px;
}
.fn-dropdown {
		border:#fa8513 thin solid;
		background-color:#f7f7f7;
}
.fn_li {
	font-size:16px;
}
ul.fn_li>li {
	color: #6d91a0;
	margin-left:20px;
	margin-right:20px;
}
ul.fn_li>li>a {
	text-decoration:none;
	color:#6d91a0;
	
}

ul.fn_li>li>a:hover {
	color:#fa8513;
}


.fn_li_gt {
	font-size:16px;
}
ul.fn_li_gt>li {
	color: #6d91a0;
	margin-left:20px;
	margin-right:20px;
}
ul.fn_li_gt>li>a {
	text-decoration:none;
	
}

ul.fn_li_gt>li>a:hover {
	color:#fa8513;
}
.fn-img_content {
	margin-bottom:10px;
	margin-top:10px;
}
.fn-orange_border {
	border:#fa8513 thin solid;
}
.fn-gold_border {
	border:#FF0 thin solid;
}
.prev_link {
		margin-top:20px;
	margin-bottom:10px;

}
.prev_link a {
	font-size:18px;
	color: #fa8513;
	text-decoration:none;
}
.prev_link a:hover {
	color: #cd190a;
}
#letter {
	background-image:url(../../_imgs/lodovico/pergamena.jpg);
	padding:20px;
}
div#letter p {
	color:#000;
}
.fn-arrow {
	font-size:30px;
}
.ce50-panel-box {
  padding: 15px;
  background: #FF9;
  color: #444444;
  border: 1px solid #FC0;
  border-radius: 4px;
}
blockquote p {
	font-size: 15px !important;
}
p.foundation{
	font-size: 14px!important;
	line-height: 14px!important;
	color: #fff!important;
}
p.president{
	font-size: 12px!important;
	line-height: 12px!important;
	color: #fff!important;
}
p.director{
	font-size: 20px!important;
	line-height: 20px!important;
	color: #fff!important;
}
p.location{
	font-size: 18px!important;
	line-height: 20px!important;
	color: #f08a35!important;
}
.panel-pausa {
  background-color: #ccc;
}
.panel-poster{
	background-color: #E2E274!important;
}
.panel-gita{
	background-color: #eee!important;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}