@charset "utf-8";
/* CSS Document */

.tm-footer {
	background-color:#333;
	color: #fff;
	margin-bottom: 30px;
}

.tm-navbar {
	background-color: #f5f5f5;
	height: 90px;
}

.uk-navbar-nav {
    float: right;
    list-style: outside none none;
    margin: 10px;
    padding: 0;
}


.uk-navbar-nav > li.uk-active > a {
   background-color: #ed1c24;
    color: #fff;
	border-left: 1px solid #333;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #333;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    /*padding: 15px;*/
    text-decoration: none;
	border-left: 1px solid #333;
}


.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
    background-color: #fff;
    color: #ed1c24;
    outline: 0 none;
}

h1, h2, h3, h4, h5, h6 {
    color: #ed1c24;
}

.uk-button-primary2 {
    background: #ed1c24 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1rem;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    overflow: visible;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

p.titolo-int {
	color: #ed1c24;
	font-size: 30px;
	margin: 15px 0px;
}

p.titolo-int-block {
	 color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: none;
	
}

ul.uk-list-int li p:before {
color: #333;
    content: "\f046" !important;
    font-family: FontAwesome;
    padding-right: 10px;
} 



.tabella-accessi a:link,.tabella-accessi a:visited  {
	text-transform: uppercase;
	font-size:16px;
	color: #fff !important;
	font-weight:600
	
}


.tabella-accessi a:hover  {
	text-transform: uppercase;
	font-size:16px;
	color: #333 !important;
	font-weight:600
	
}


.contenitore {
margin: 0 30px;	
}

.login {

padding-top: 30px !important;
padding-bottom: 30px;	
}

.icona-blu {
	background-color: #00aee9;
	border-radius: 20px;
	padding: 20px 0px;
}

.icona-rossa{
	background-color: #ed1c24;
	border-radius: 20px;
	padding: 20px 0px;
	
}
	
	