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

/* pace loader*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
}

.pace.pace-active .pace-activity {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

.pace .pace-activity::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
    animation: pace-theme-corner-indicator-spin 3s linear infinite;
}

.pace .pace-activity::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
    animation: pace-theme-corner-indicator-spin 1s linear infinite;
}

@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@keyframes pace-theme-corner-indicator-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

/*body*/

body{         
    color:#000;
    font-family: 'Lato', sans-serif;
}

/*cookie alert*/

#cookie_alert{
    position: fixed;
    bottom: 0px;
    text-align: justify;
    font-size: 0.9em;
    display: none;
}

#cookie_alert a{
}

#cookie_alert a:hover{
}

.alert{
    margin-bottom: 0px;
    z-index: 9999;
}

.alert-cookie {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}

#cookie_button{
    float: right;
}

.modal-cookie{
    font-size: 1.3em;
}

#loading{
    font-size: 28px;
    text-align: center;
}

/*top*/

.navbar{    
    background: #f5f5f5;
    border-bottom: 0px solid transparent;
    /*background: #000;*/
    margin-bottom: 0px;     
    z-index: 2;
    /*opacity: 0.8;*/
    /*filter: alpha(opacity=80);  For IE8 and earlier */
    padding-top: 1px;
}

.navbar-default .navbar-nav>li>a{
    color:#000;    
    font-size: 1.2em;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#f00;
}

.navbar-brand, .navbar-nav>li>a{
    text-shadow: none;
    color: #000;
}
.navbar-brand {
    color: #000 !important;
}
.navbar-brand:hover {
    color: #000 !important;
}

.dropdown-menu{
    background-color: #fff !important;
    
}
.dropdown-menu > li > a{
    color: #000 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    color: #000 !important;
    background-image: none !important;
    background-color: #f5f5f5 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
.navbar-default .navbar-nav > .open > a:active{
    background: none !important;
    color: #000;        
}

@media (max-width: 767px) {
    
    

}    

img.social_icons {
        height: 1.6em;
} 

/*carousel*/

#carousel-example-generic .item{
    border-bottom: 1px solid #000;   
}

.carousel{
    width: 100%;
}

.carousel-size{    
    height: 600px;
}

.carousel-caption-on-slide{
    color: #000;   
    padding: 10px 10px 10px 10px;     
}

.carousel-caption-under-slide{
    background-color: #000;
    background: #000;
    color: #fff;  
    position: static;
    padding: 10px 10px 10px 10px;     
}

.carousel-caption h2{
    font-size: 3.0em;
    color: #000;
}

.carousel-caption a:hover{
     color: #000;
}

.carousel-caption a{
    color: #000;
/*    width: 100%;
    display: block;*/
}

.carousel-caption{    
    /*    border-top: 1px solid #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 3px 3x 3px #d3d3d3;
    -moz-box-shadow: 3px 3px  3px #d3d3d3;
    -webkit-box-shadow: 3px 3px  3px #d3d3d3;*/
     z-index: 1;
}

.slider-add{
    font-size: 2.0em;
}

.carousel-indicators{
/*    top:20px;*/
    height: auto;
}

/*center*/

main{            
    position: relative;
    margin:0 auto;        
} 

.thumbnail{
    /*border: none;*/ 
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #f5f5f5;
}

/*sections*/

.section_wrapper{
    width: 100%;     
}

section{
    border-bottom: 1px solid #000;
}

/*forms*/

.form-control:focus{
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
          
}

.form-control{
    border: 1px solid #000;
}

.btn-custom {
    background-image: none;
    border-color: #b92c28;
/*    background-color: #000;*/
    background: #000;
    border: none;
    color: #fff;
    white-space: normal;
}
.btn-custom:hover,
.btn-custom:focus {
  background-color: #f00;  
  color: #fff;
  white-space: normal;
}
.btn-custom:active,
.btn-custom.active {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  white-space: normal;
}

.btn-slider{
    border-color: #000 !important;
    color: #000 !important;
    white-space: normal;
}

.btn-slider:hover{
    background-color: #FFF;     
    white-space: normal;
}

.btn-red{
    background: #000;
    white-space: normal; 
}

/*footer*/

footer{        
    position: relative;
    margin: 0 auto;             
    padding: 10px 10px 10px 10px;   
    font-size: 10px; 
}
#footer_signature{     
    color: #000;
    font-size: 10px;        
}



/*main styles*/

a{
    color: #333333;
}
a:hover{
    color: #000;
}

.anchor{
    visibility: hidden;
    height: 0px;
    position: relative;
    top:0px;
}
h1,h2,h3,h5,h6,h7,h8{
    font-size:14px;
    font-weight:bold;    
    color: #000;
}
 
.panel-custom{
/*    background-image: url("../images/bckg_3.png") !important;
    background-repeat: repeat !important;*/
background-color: #000 !important;
background-image: none !important;
}

.panel-title{
    color:#fff;
}

.panel-title a:hover{
    color:#333333;
}


/*tables*/

/*.table, tr, th, td, table, tbody, thead, tfoot{
    border: none !important;
}*/ 

/*.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td 
{
    border-top: 1px solid #230A05 !important;
}*/

/*.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background-color: #230A05;
}*/

table{
    border-color: #230A05;
}

.table-noborder, tr, th, td, table, tbody, thead, tfoot{
    border: none !important;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.img-responsive {
    margin: 0 auto;
}
    
#fb-root {
    display: none;
}

label {
    display: inline-block !important;
    white-space: normal !important;
}

