
body {
    font-size: 15px;
	font-family: 'Quicksand';
	font-weight: bold;
    letter-spacing: 0.5px;
}
  
#sottopagine {
  display: none;
  }

.text-center {
    text-align: center;
}
  
.text-justify {
  text-align:justify;
  }

.text-left {  
 text-align:left;
}

.text-right {  
 text-align:right;
}

.breadcrumb {  
 display:none;
}
    
html {  
  overflow-x: hidden;
  font-family: 'Quicksand';
}
  
.img-center {
    display: block;
    margin: 0 auto;
}
  
/** LOADER **/
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: white;
}

/** SLIDE **/
.sy-pager li.sy-active a { /* pallino attivo */
    background-color: #0a4b8a !important;
}

/** CORPO PAGINA **/
#main-container {
    padding-right: 0px;
    padding-left: 0px;
}

/** SOTTOPAGINE **/
.sottopagina a {
    color: #333;
}

/** COMMENTI **/
#commenti_listato .user_name{
    font-size:14px;
    font-weight: bold;
}
#commenti_listato .media{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
#commenti_form {
    margin-bottom:35px;
}

#commenti_form #utente_esterno {
    margin: 13px 0;
}

#submit_commento {
    margin-top: 8px;
}

/** PAGINATE **/
#paginate_avanti {
    text-align: right;
}

/** CONTATTI **/
#btnContactUs_container {
    margin-top: 10px;
}

#contact_container .well {
    padding-top: 18px;
}

/** REGISTRAZIONE **/

#registration_container #email {
    width:250px; 
    margin: 0 auto;
}

/** LOGIN **/

#login_page .form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
#login_page .form-signin .form-signin-heading, #login_page .form-signin .checkbox
{
    margin-bottom: 10px;
}
#login_page .form-signin .checkbox
{
    font-weight: normal;
}
#login_page .form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login_page .form-signin .form-control:focus
{
    z-index: 2;
}
#login_page .form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#login_page .form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#login_page .account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login_page .login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
#login_page .need-help
{
    margin-top: 10px;
}
#login_page .new-account
{
    display: block;
    margin-top: 10px;
}


/** TORNA SU **/
#back-to-top {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 66px;
    bottom: 66px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#back-to-top:before {
    font-family: "FontAwesome";
    content: "\f106";
}

#back-to-top:hover {
    color: #fff;
    background: #2c4278;
    text-decoration: none;
}

@media (max-width: 768px) { 
    #back-to-top {
        right: 10px;
        bottom: 10px;
    }
}

/** COOKIE POLICY **/

#cookie-statement {
  background-color: #5a5a5a;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0 -15px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  width: 100%;
  z-index: 990;
  overflow: hidden;
  border-color: #f8f6e6; 
  padding: 10px;
  bottom: 0;
  font-size: 13px;
  line-height: 1.54;
  font-family: arial,sans-serif;
}

#cookie-statement .text {
  padding: 0 15px;
  display: block;
}

#cookie-statement .text span{
  color: white;
  font-size: 13px;
}

#cookie-statement a {
  background-color: #303030;
  border: 1px solid rgba(0,0,0,.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 19px;
  padding: 4px 8px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) { 
    #cookie-statement a {
        width: 100%;
        display: block;
        margin: 10px 0;
        text-align: center;
    }
}
  
/** HEADER **/ 

#header {
    background: white;
    z-index: 1000;
    width: 100%;
    top: 0px;
    left: 0;
}
  
/** MENU **/   

.navbar-brand {
    display: none;
}     

.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

#menu_top{
    padding:0;
    margin-top: 5px;
}

.navbar-default{
    border:none;
    background:none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar{
    margin-bottom:0;
}

.navbar-brand, .menu_li_3, .menu_li_logout, .menu_li_Area, .welcome_user, .menu_li_login{
    display:none!important;
}

#intestazione_pagina{
    display:none!important;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: bold;
    font-size: 16px;
    border-bottom: transparent 3px solid!important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0a4b8a!important;
    border-bottom: #0a4b8a 3px solid!important;
}
  
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #0a4b8a;
    background-color: white;
}  

 /** NAVIGAZIONE RESPONSIVE **/
  
@media(max-width:767px){
     .navbar-header{
         background-color:transparent;
     }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
  
  .navbar .navbar-nav {
    background: white;
}
  
  .navbar-default .navbar-nav>li>a {
    margin-left: 0px;
}

  .navbar .navbar-nav {
    padding: 20px 0 0 0;
    float:none;
}
  
  .nav>li {
    text-align: center;
    padding: 0px;
}
  
    .navbar-toggle{
        border-color: #0a4b8a!important;
        border: 2px solid transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #0a4b8a;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
  
  .navbar .navbar-nav {
    display: block;
    padding-left: 0; 
}
}
 
.well, #sottopagine {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  
@media (min-width: 768px) {
.well, #sottopagine {
    width: 750px;
}
  }
  
  @media (min-width: 992px){
.well, #sottopagine {
    width: 970px;
}
}

@media (min-width: 1200px){
.well, #sottopagine {
    width: 1170px;
}
}

a {
  color: #0a4b8a;
  }
  
  a:hover {
  color: #67839e;
  }
  
.primapartefooter {
    background: #2c4278;
    padding: 40px 0 30px 0;
    font-weight: bold;
    color: white;
}

.secondapartefooter {
    background: #5f615f;
    padding: 10px 0 0 0;
    font-size: 13px;
    color: white;
}

.secondapartefooter a {
    color: white;
}

#intestazione {
    background: #fff;
    padding: 0 0 10px 0;
    color: #2c4278;
}

#intestazione h1 {
    font-size: 30px;
	font-weight: bold;
    letter-spacing: 0.5px;
}

#intestazione h4 {
	    font-size: 22px;
	font-weight: bold;
}

.riga-dati h3 {
		font-weight: bold;
    letter-spacing: 0.5px;
}

.fascia-testo {
	background: #fff;
	color: #2c4278;
	padding: 30px 0;
}

.fascia-testo a {
	color: #2c4278;
}

.scritte-testo-avv {	
	font-size: 18px;
}

#menu_top {display: none;}


@media (min-width: 992px) {
.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
}

@media (min-width: 992px) AND (max-width: 1199px){
	
	.fascia-testo .col-md-4 {
    width: 40%;
}

.fascia-testo .col-sm-offset-1 {
    margin-left: 0;
}

.fascia-testo .col-sm-10 {
    width: 100%;
}

}

@media (min-width: 768px) AND (max-width: 991px){
 .immagine-testo  img {
    width: 50%;
    margin-bottom: 20px;
}
}

@media (min-width: 1px) AND (max-width: 767px){
 .immagine-testo  img {
    width: 50%;
    margin-bottom: 20px;
}

.scritte-testo-avv {
    font-size: 21px;
}
}

footer {
    margin-top: -3px;
}



@media (max-width: 991px) and (min-width: 768px) {
.sy-box {
    height: 280px;
}

.sy-slide > a > img {
   width: auto;
    height: 280px;
	margin-left: -150px;

}
}

@media (max-width: 767px) and (min-width: 1px) {
.sy-box {
    height: 300px;
}

.sy-slide > a > img {
   width: auto;
    height: 300px;
	margin-left: -150px;

}
}



@media (max-width: 400px) {

.sy-slide > a > img {
   width: auto;
    height: 300px;
	margin-left: -150px;
}

}

.logo-assic {
    padding: 10px 0 0 0;
}

.scritte-testo-avv h2 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}


.riga-dati {padding-top: 20px;}
