/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


@import url(../fonts/titilliumweb/stylesheet.css);
/*@import url(../../../../assets/fonts/opensans/stylesheet.css);
font-family: 'Titillium Web', sans-serif;*/
/*
#zf--main-body--skin{
	margin-top:2.5em;
	
	}*/




p,
.mix-date,
.mix-extra,
a,
ul,
li
.itemToolbar,
span
 {
	font-family: 'Titillium Web', sans;
	
	
	}
h3,
.uk-h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #0b4581;
}

#k2Container {
	
	padding-right:10px; 
	
	}
	

.bianco .uk-overlay-panel h3 {
	color: #FFF;
	font-weight: 400;
	text-shadow: 0px 0px 10px #333333;
	
	
	}
	
	
strong, dt, th {
    font-weight: 700;
	color: #000;
}	
	
	
.uk-overlay-panel h1, 
.uk-overlay-panel h2, 
.uk-overlay-panel h3, 
.uk-overlay-panel h4, 
.uk-overlay-panel h5, 
.uk-overlay-panel h6 {
    color: #111111;
}



#tm-main-top {
	background-color: #f4f4f4;
	margin: 0px auto;
	padding: 20px 10%;
	border-bottom: 1px solid #efefef;
	
	
	}

.bianco .uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    color: #FFF;
}

.uk-panel-box-primary {
    background-color: #77BBFF;
    color: rgba(255, 255, 255);
	font-weight: 500;
    border: 0 solid #FFFFFF;

}

#tm-bottom-a {
		margin: 0px auto;
	padding: 10px 10%;
	background-color: #FFF;
	}

#tm-bottom-a .uk-panel-box {
	background-color: #FFF;
	}

#tm-bottom-b {
	padding: 0px 0;
	
	
	}

.percorso {
	background-color: #dce2e8;
	padding: 5px auto;
	color: #142c60;
	
	}


.ammtrasp {
	padding: 5px auto;
	color: #000000;
	margin: 30px auto;
	background-color: #f4f4f4;
	}




.appuntamenti {
	background-color: #FFF;
	padding: 10px 12%;
	}
	
.servizihome .uk-panel-box {
	border: 1px solid #efefef;
	
	}	
	
	
	
#tm-footer {
	background-color: #28385c;
	}	
	
.tm-footer-centered {
    padding-top: 65px;
    padding-bottom: 75px;
}

/*ARTICOLO*/

.itemBody a{
	color: #0f5dcd;
	
	
	
	}
	
	
	
	
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: /*#1a1a1a;*/ #28385c;
  color: /*#666666*/ #FFFFFF;
  padding: 0 0;
  border-radius: 0;
  box-shadow: none;
}	


/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 100px;
  padding: 0 10px;
  line-height: 100px;
  /* 2 */
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
   color: #77bbff;/*#aaaaaa*/
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
   color: #77bbff;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #77bbff;
  
}




/***NAV BAR BUTTON SEARCH**/
.tm-navbar .tm-search .tm-navbar-button,
.tm-navbar .tm-more .tm-navbar-button {
  width: 35px;
  height: 35px;
  line-height: 1;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
}
.tm-navbar .tm-search .tm-navbar-button::before,
.tm-navbar .tm-more .tm-navbar-button::before {
  font-family: 'theme-icons';
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.tm-navbar .tm-search .tm-navbar-button:hover::before,
.tm-navbar .tm-more .tm-navbar-button:hover::before {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar .tm-search .tm-navbar-button:focus::before,
.tm-navbar .tm-more .tm-navbar-button:focus::before,
.tm-navbar .tm-search .tm-navbar-button:active::before,
.tm-navbar .tm-more .tm-navbar-button:active::before {
  color: #FFFFFF;
}
























/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #333333;
  margin-bottom: 0px;
  border-radius: 0;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  border-bottom: 1px dotted #c2cbd4;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
/*  background: rgba(0, 0, 0, 0);*/
  color: #111111;
  background: #efefef;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #4090e1;
  color: #FFFFFF;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #111111;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #efefef;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #333333;
}
.uk-nav-side ul a:hover {
  color: #111111;
}


/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 13px;
  vertical-align: top;
  padding: 4px 0;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "//";
  display: inline-block;
  margin: 0 20px;
  color: #4e84bb;
  /*color: rgba(170, 170, 170, 0.3);*/
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #000;
}

.tm-sidebar-b {
	border-left: 1px dotted #CCCCCC;
	
	}
	
/**FAMIGLIA ***/	

.famiglia .itemListCategory h2 {
	border-left: 5px solid #E64A19;
	color: #E64A19;
	padding-left: 10px;
	
	}

.famiglia .uk-nav-side > li.uk-active > a {
    background: #E64A19;
    color: #FFFFFF;
}



/**GIOVANI ***/	

.giovani .itemListCategory h2 {
	border-left: 5px solid #a8b900;
	color: #a8b900;
	padding-left: 10px;
	
	}

.giovani .uk-nav-side > li.uk-active > a {
    background: #a8b900;
    color: #FFFFFF;
}

/**SCUOLA ***/	

.scuola .itemListCategory h2 {
	border-left: 5px solid #2EB7CD;
	color: #2EB7CD;
	padding-left: 10px;
	
	}

.scuola .uk-nav-side > li.uk-active > a {
    background: #2EB7CD;
    color: #FFFFFF;
}


/****

.bgimmagine img {
	background-size: cover;
	width: 100%;
	height:100%;
	
	
	
	}
**/
	
.colore	 {
	color: #444;
	line-height: 30px;
	font-size: 24px;
	}


.chisiamo p strong{
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	
	
	
	}


.uk-panel-teaser .chisiamo {
	text-align: center;
	
	
	}
	
.chisiamo {
	text-align: center;
	
	}	

.chisiamo span {
	font-weight: 700;
	text-transform: uppercase;
	color: #36C;
	font-size: 24px;
	
}

.ambito em {
	font-style: italic;
	font-size: 18px;
	color: #666;
	
	}




div.catItemView .famiglia{
    margin-bottom: 0px;
    padding: 4px;
}

.famiglia div.catItemView {
    margin-bottom: 5px;
    padding: 4px;
}


h3.catItemTitle {
    padding: 2px 0 0px 0;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0b4581;
}


table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
  font-family: "Titillium Web",sans-serif;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #FFF;
}
th {
    background: #f5f5f5;
    font-weight: normal;
text-align: center;
padding: 3px 8px;
    border: 1px solid #f5f5f5; font-size:16px;

}
td {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    text-align: left;
font-size:16px;
vertical-align: top;
 font-family: "Titillium Web",sans-serif;
   
}
/*Mobile View*/
@media
only screen and
    (max-width: 760px){
    td, tr {
        display: block;

}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
tr {
        border: 1px solid #dddddd;
    }
    tr + tr{
        margin-top: 1.5em;
    }
td {
/* make like a "row" */
border: none;
border-bottom: 1px solid #dddddd;
position: relative;
/* padding-left: 50%; */
        text-align: left;
}
td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
 /*  margin-left: -50%;*/
        width: /*100%*/ inherit;
white-space: normal;
}


.colorex {
color: #C60;
font-weight: 700;
text-decoration: none;

}

td a:link {
    color: #36C;
    text-decoration: none;
    cursor: pointer;
font-weight: 400;
}

td a:hover {
    text-decoration: none;
    cursor: pointer;
font-weight: 400;
}


