/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


 /* add bg image to site */  
@media (min-width: 960px) {  
  html {  
    background: url('../../../images/RAFAVH/background_2.jpeg') 50%  0% fixed no-repeat;  
    background-size: cover;  
  }  
}
/* widgetkit switcher add background color and modify space*/
.uk-subnav-pill >li >a {
  background: #999999;
  color: #fff;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}
/* align title left */
.uk-text-center {
  text-align: left !important;
}
/* widgetkit switcher change backgound color widgetkit nivel 2*/
.tm-nivel2 > * >li >a {
  background: #b3b3b3;
}
/* widgetkit switcher change backgound color of active nav widgetkit nivel 2*/
.tm-nivel2 > .uk-subnav-pill > .uk-active > * {
  background: #25a5a7;
}
/* widgetkit switcher change space widgetkit tm largura*/
.tm-nivel2.tm-largura > * >li >a {
  padding-right: 16px;
  padding-left: 16px;
}