/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

  .logo{
    height: 90px;
  }
  
.brand_affiliated{
  float: right; max-height: 66px; padding-left: 20px;
  padding-top: 12px;
}
.cfc_logo{
  max-height: 79px;
  padding-top: 5px;
}
.in-affiliation{
  max-height: 72px;
  padding-top: 9px;
}
/*========================   Menu   ==========================*/

.sf-menu ul {
  
  z-index: 992;
}


/*==================  Stuck menu  ======================*/

  .isStuck .brand {
    margin-top: 10px;
    padding-left: 35x;
     }
    .isStuck .brand_affiliated{
      max-height: 53px;
    }
    .isStuck .cfc_logo{
    max-height: 62px;
  }
    .isStuck .in-affiliation{
    max-height: 59px;
  }
    .isStuck .logo{
      height: 78px;
      padding-bottom: 10px;
    }

/*==================  Pic Rotation  =====================*/    
.rslides li::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.rslides li{
  background-position: center top; 
  background-size: 100% auto; 
  width: 100%; 
  height: 630px; 
  max-width: 1600px; 
  float: none !important; 
  margin-left: auto; 
  margin-right: auto;
}

/*=========================  Lists  ============================*/
.marked-list-1 li a{
	font-size: 15px;
	
}

/*==================  Footer  ======================*/

footer a.fs_link{
  
  font-style: italic;
  text-decoration: underline;
}

/*========================================================
                     RESPONSIVE
=========================================================*/

/*==================================================================================================
                     1199px
*/
@media (max-width: 1199px) {
  
  .logo{
    height: 74px;
  }
  .brand_affiliated{
      max-height: 50px;
    } 
  .cfc_logo{
    max-height: 58px;
  }
  .in-affiliation{
    max-height: 56px;
  }
}
/*==================================================================================================
                     977px
*/
@media (max-width: 977px) {
  .rslides li{
    background-size: auto 630px; 
  }
}