@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: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 1.5em;
}

/*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*/

#logo{
    height: 20%; 
    padding-top: 4px;
}

.top-email{
    color: #243e90;
}

#top-section
{
    background-color: #E1E1E0;   
}

.jumbotron h1{
    font-size: 2.0em;
    font-weight: bold;
    /*color: #49575a;*/    
    /*color: #fff;*/
    color: #315499;
}

.jumbotron{
    padding: 20px 0;    
    /*background-color: #315499;*/
    background-color: #eee;
    /*background-color: #7594f5*/
}


.navbar{
    margin-bottom: 0px;
/*    background: #fff;*/
    /*border-bottom: 5px solid #000;*/    
    /*background: #fff;*/
    margin-bottom: 0px;      
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 1.2em;
    font-weight: 500;
    
}

.nav-title{
    font-size: 1.2em;
    line-height: normal;    
    font-weight: bold;
    
}

.nav-add-text{
    font-weight: 200;
    font-size: 1em;
}

.navbar-default{
    border-color: transparent;
}

.navbar-default .navbar-text{
    color: #49575a;
}

.navbar-default .navbar-nav>li>a{
    color:#243e90;
    text-align: center;
    padding-right: 5px;
    line-height: 0.3;
    padding-bottom: 0;
    

}
.navbar-default .navbar-nav>li>a:hover{
    color:#000;
}

.navbar-brand, .navbar-nav>li>a{
    text-shadow: none;
    color: #333;
}
.navbar-brand {
    color: #333 !important;
    padding-top: 0;
}
.navbar-brand:hover {
    color: #000 !important;
}

.dropdown-menu{
    background-color: #fff !important;
    
}
.dropdown-menu > li > a{
    color: #333 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    color: #000 !important;
    background-image: none !important;
    background-color: #fff !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;        
}

.header-phone{
    font-weight: bold;
    color: #243e90;
}

@media (max-width: 767px) {
    
    

}    

img.social_icons {
        height: 1.6em;
} 

.icons{
    font-size: 1.8em;
    color: #243e90;
    
}

/*carousel*/

#carousel-example-generic .item{    
    border-bottom: 2px solid #243e90;        
    border-top: 2px solid #243e90;      
}

.carousel-section{    
    padding-left: 1px;
    padding-right: 1px;    
}

.carousel-inner{
    
}

.carousel{
    width: 100%;
}

.carousel-size{    
    height: 600px;
}

.carousel-caption-on-slide{
    color: #fff;   
    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: 2.0em;
    color: #fff;
}

.carousel-caption a:hover{
     color: #fff;
}

.carousel-caption a{
    color: #fff;
    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;
}

.carousel-indicators{
/*    top:20px;*/
    height: auto;   
    z-index: 2;
}

/*center*/

main{            
    position: relative;
    margin:0 auto;        
} 

.thumbnail{
    /*border: none;*/ 
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}

.thumbnail-tile{
    padding: 0;
    margin: 0;
    border: none;
}

.page-thumbnail{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #243e90;
}

.caption h3{
    color: #333;
}

.tile-caption {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    color: #fff; 
    background-color: #000;    
    padding-bottom: 5px;
}

.tile-caption h3{
    color: #fff;
    font-weight: 400;
    font-size: 2.0em;           
}

.tile-caption a:hover{
    text-decoration: none;
}

.alpha60 {
    
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    
}


/*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: #49575a;
/*    background-color: #000;*/
    background: #49575a;
    border: none;
    color: #fff;
    white-space: normal;
}
.btn-custom:hover,
.btn-custom:focus {
  background-color: #000;  
  color: #fff;
  white-space: normal;
}
.btn-custom:active,
.btn-custom.active {
  background-color: #000;
  border-color: #f00;
  color: #fff;
  white-space: normal;
}

.btn-slider{
    border-color: #fff !important;
    color: #fff !important;
    white-space: normal;
}

.btn-slider:hover{
    background-color: #49575a;     
    white-space: normal;
}

.btn-white{
    background: #fff;
    white-space: normal; 
    color: #49575a;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #000;  
  color: #fff;
  white-space: normal;
}
.btn-white:active,
.btn-white.active {
  background-color: #000;  
  color: #fff;
  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:100;*/    
    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;
}

.contact-header{
    font-size: 2.0em;
    /*font-weight: 100;*/
}

.contact-padding{
    padding-left: 50px;
    padding-right: 50px;
}

.btn-contact {
    background-image: none;
    border-color: #49575a;
/*    background-color: #000;*/
    background: #49575a;
    border: none;
    color: #fff;
    white-space: normal;
    font-size: 1.1em;
}
.btn-contact:hover,
.btn-contact:focus {
  background-color: #000;  
  color: #fff;
  white-space: normal;
  font-size: 1.1em;
}
.btn-contact:active,
.btn-contact.active {
  background-color: #000;
  border-color: #f00;
  color: #fff;
  white-space: normal;
  font-size: 1.3em;
}

btn-contact a:hover,
.btn-contact a:focus {
  background-color: #000;  
  color: #fff;
  white-space: normal;
  font-size: 1.1em;
}
.btn-contact a:active,
.btn-contact a .active {
  background-color: #000;
  border-color: #f00;
  color: #fff;
  white-space: normal;
  font-size: 1.1em;
}

/* centered columns styles */
.row-centered {
    text-align:center;
    display: inline-block;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

.tile-padding {
    padding: 0 0 0 0;
    border: 1px solid #fff;    
}

/*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;
}

p{
    font-size: 1.3em;
    font-weight: 400;
}
    
pre{overflow: hidden}