/*@import url(//fonts.googleapis.com/css?family=Lato:400,300,700,900);*/
body { /*padding-top:43px;*/ background:#f1f1f1; font-size:13px; }

a {
    color: #426ca9;
    text-decoration: none;
}
.userImg20x20 {
	width: 20px;
	height: 20px;
}

.userImg30x30 {
	width: 30px;
	height: 30px;
}

.userImg50x50 {
	width: 50px;
	height: 50px;
}

.floatLeft{
	float: left;
}

.imgBacheca {
	float: left;
}

.rowModel {
	display: none;
}

.alert { padding:0 10px 5px 10px; }
.alert-danger { font-size:13px; }

#generic-search .empty-message {
	padding: 5px 10px;
	text-align: left;
}
.tt-suggestion .search-name { font-size:14px !important; }

/* Search settings */
.tt-dropdown-menu,
.gist {
	text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
	width: 300px;
	height: 30px;
	padding: 8px 12px 8px 10px;
	font-size: 13px;
	line-height: 30px;
	/*border: 2px solid #ccc;*/
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	/*background:url(images/ico_search.png) no-repeat;*/
	/*background-position:2% 100%;*/
}
.typeahead, .tt-query, .tt-hint, .navbar-form .form-group, .twitter-typeahead { width:100%; }
.typeahead { background-color: #FFF; }

.typeahead:focus {
	/*border: 2px solid #0097cf;*/
}

.tt-query {rice
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
	width: 400px;
	margin-top: 12px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 12px;
	line-height: 24px;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;

}

.tt-suggestion p {
	margin: 0;
}

.gist {
	font-size: 12px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
	padding: 5px 10px;
	text-align: center;
}

#multiple-datasets .league-name {
	margin: 0 20px 5px 20px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
}

#rtl-support .tt-dropdown-menu {
	text-align: right;
}

.navbar-brand {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding:12px 15px 0;
	height:40px;
	width:100% !important;
	}
	.navbar-brand span {
		font-weight:900;
		}
.navbar-inverse .navbar-brand { color:#ffffff; }

.navbar-form {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 25px;
	margin-top: 8px;
	margin-bottom: 0px;
	border: none !important;
	width:100%;
	float:none;
	font-size:13px;
	}
.navbar-nav > li > a, .navbar-nav > li > a:hover { /*padding-bottom:5px;*/ }
/*.navbar-nav { width:35%; }
.navbar-right { width:40%; }*/

/*.jumbotron.copertina {
	background:url(images/copertina.jpg) no-repeat;
	background-position: center;
	background-size:100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float:left;
	padding:30px 0 0px 0;
	width:100%;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 0px;
	position:relative;
	}
.jumbotron.copertina .thumbnail {
	border:none; 
	padding:0px; 
	margin:0px; 
	padding:3px; 
	background:#FFF; 
	border:1px solid #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	position: relative;
	z-index:20;
	}*/
	img.imgProfilo { width:100%; }

/*.jumbotron.copertina h2 {
	font-size:28px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	margin-top:5%;
	position:relative;
	z-index:20;
	}*/

.navbar-user {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D5D5D5;
    filter: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	bottom:-10px;
	}
.navbar-user .navbar-nav { padding-left:15%; }
.navbar-user .navbar-nav li { border-right:1px solid #DDD; }
.navbar-user .navbar-nav > li > a { /*line-height:10px;*/ }

@media (max-width:1024px){
/*.jumbotron.copertina {
	height:150px;
	}*/
/*.navbar-user { padding-left:0%; position: relative; bottom:70px; }*/
/*.jumbotron.copertina h2 { margin-top:8%; }*/
}

@media (max-width:800px){
.jumbotron.copertina {
	/*height:140px;*/
	}
/*.navbar-user { padding-left:0%; position: relative; bottom:70px; }*/
.jumbotron.copertina h2 { margin-top:10%;  }
}

@media (max-width:600px){ 
/*.navbar-user { padding-left:0%; position: relative; bottom:80px; }*/
.jumbotron.copertina {
	/*height:150px;*/
	}
.jumbotron.copertina h2 { margin-top:4%;  }
.navbar-user { /*top:30px;*/ padding:0px; }
.navbar-user .navbar-nav { padding:0px; }
.navbar-user .navbar-nav li { float: left; }
.navbar-user .navbar-nav > li > a { font-size:12px; padding:auto 10px; }
}

/*BACHECA*/
.box_message_text {
	background-color: #FFF;
	border:1px solid #dddddd;
	width:100%;
	min-height:50px;
	padding:0 10px;
	}
	/*.list-group-item { border:none !important; }*/
#bachecaMessage .list-group-item {  border-right: none !important; border-left:none !important; }
#bachecaMessage .list-group-item:last-child { border-bottom:none !important; }
#bachecaMessage .list-group-item-heading { font-weight:bold; }
#bachecaMessage .list-group-item .imgBacheca { margin-right:10px; }
/*.badge { background: #426ca9; font-weight:normal; }*/
.badge { background-color: transparent; color:#666666; font-weight:normal; }

/*INFORMAZIONI*/
.informazioni table strong { color:#426ca9; text-align:right !important; }
.col-md-4, col-md-8 { border-bottom: 1px solid #dddddd; }
/*.informazioni td:first-child strong { color:red; }*/


.panel-default, .panel, .thumbnail { border: none; }
.thumbnail h5 { color:#787878; text-transform:uppercase; font-size:12px; }
.thumbnail h3 { color:#323232; text-transform:uppercase; font-size:18px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	.thumbnail h3 a { color:#323232; }
.thumbnail .caption { color:#505050; font-size:13px; padding:0px; border-bottom:1px solid #e0e0e0; margin-bottom:1%; }
.thumbnail .btn { float:right; margin-left:1%; }
.col-md-12 .thumbnail img { float:left; }

.col-md-12 .thumbnail.eventoLandscape img { float:left; width:20%; }
.col-md-12 .thumbnail.eventoLandscape { float:left; width:100%; }


/*****************************/
/************ HOME ***********/
.home .navbar-brand,
.home .navbar-brand:hover {
	-webkit-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}
.home .navbar-brand {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:400;
	}
	.home .navbar-brand span {
		font-weight:900;
		}

.home { background: #426ca9; }
#home .navbar-brand {
	font-family: 'Lato', sans-serif;
	font-size:48px;
	font-weight:400;
	float:none;
	display:block;
	clear:both;
	padding-top:170px;
	text-align:center;
	}
	#home .navbar-brand span { font-weight:900; }

#home .navbar-brand { color:#ffffff; }

.my-container{width: 100%; float:left; width:100%;padding:0;margin:0;}

strong{font-size: 24px; font-weight: 300}
	
	#home{background: url(../images/copertina-home.jpg) no-repeat 70% 0 fixed;height: 650px;position:relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#copertina{background: url(../images/sf-copertina.png); padding:40px 200px;opacity: 1.0;position: absolute; bottom: 70%; left:50%; font-size: 32px; font-weight: 500;
		margin-left:-485px;margin-bottom:-200px;width:924px; text-align:center;}
    #copertina .text { color:#ffffff; }
	
	.footer{background: #426ca9;border:none; height: 100px; padding-top:40px;}
	.footer p {font-size:13px; font-weight: 400; color:#FFFFFF; text-align: center;}
	.footer a { color:#FFF; margin:0 10px; }
	.footer a:hover { color:#e6e6e6; }

@media (max-width: 992px) {
.navbar-fixed-top{width:100%; margin: 0}
#home .navbar-brand {
	font-size:38px;
	padding-top:80px;
	}
	#home{height:420px}
	#copertina{position: absolute; bottom: 0%; left:0%; font-size: 28px; font-weight: 300; margin-left: 0;margin-bottom:0;width:100%;}
}

@media (max-width: 770px) {
	#home .navbar-brand {
		font-size:38px;
		padding-top:60px;
	}
	#copertina{background-size:100%; padding:40px 50px;bottom: 50%; left:50%; font-size: 25px; 
		margin-left:-265px;margin-bottom:-200px;width:524px; }
}
@media (max-width: 600px) {
	#home .navbar-brand {
		font-size:38px;
		/*padding-top:100px;*/
	}
	#copertina{background-size:100%; padding:30px 50px;bottom: 50%; left:50%; /*font-size: 28px; */
		margin-left:-265px;margin-bottom:-200px;width:524px; }
}
@media (max-width: 550px) {
	#home{background-size:150% auto; height: 365px; }
	#home .navbar-brand { padding-top:30px; }
	#copertina{ padding:10px 30px; font-size: 16px; 
		margin-left:-50%;margin-bottom:-70px;width:100%; }
	.alert { margin-bottom:8px; }
	.footer{height: 100px; padding-top:10px; padding-bottom:10px; }
	.co_co_button { margin-top:10px; }
}
@media (max-width: 340px) {
	#home .navbar-brand { padding-top:30px;	}
	#home{ background-size:240% auto; height: 340px; }
	#copertina{ padding:20px 20px; font-size:15px; margin-bottom: -170px; }
	.footer p { font-size:12px; }
	.footer img { margin-top:10px; }
}