td.verticale
{
     writing-mode: tb-rl;
	  -moz-writing-mode: tb-rl;
	  -webkit-writing-mode: tb-rl;
    filter: flipv fliph;
}

td.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left:5px;
  }
  
  .hero-unit h1 {
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
	 font-size: 50px;
	 color:#0060AA;
	 background: #efefef;
}
.bordered
{
	border: thin solid #efefef;
	padding:5px;
}
.navbar-community {
	background-color: orange;
}

/* affix menu */  
.t3-mainnav {
      border-left: 0;
      border-right: 0;
      margin-bottom: 0;
      border-radius: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 999;
		}  
.slide-mobile
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	font-family:"Roboto", Arial, serif;
	font-size: 1.5em;
	position: relative;
	color: #efefef;
	padding: 15px 15px 5px;
	text-align: left;
}  

/* news module title*/

.news-module-title
{
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	background-color: #6FAAB0;
	padding: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: bold;
}