#demoslides0 { width: 1050px; padding:0; background: #fff; border: 0; overflow:hidden; margin-bottom: 10px;}

#kbhead {width:1050px; overflow:hidden; border:0; margin-bottom: 10px;}

#palette {width:100%; list-style:none; position: relative;  }

#palette li {width:236px; height:120px; float:left; margin-top:5px; margin-left:5px; cursor:pointer; text-transform:uppercase; position:relative; padding:4px; list-style-type: none; display:block; border:6px double #fff; }

#palette li:hover {border:6px double #ebedef; }

#palette li a {display: block; float: left; height: 97px; color:#fff; text-decoration:none; text-transform:uppercase; padding:10px; width:229px; text-align:center; margin: auto 0;  font-family:Arial; font-size:10pt; line-height: 1.1em; font-weight: bold; }

#palette li a span {font-family:Arial; font-size:20pt; line-height: 1.1em; font-weight: bold; }

#palette li a:hover {color:#ebedef; }


img.kbicon {display:block; position:relative; text-align:center; border: 0; margin: auto 0; }


img.arup {float: right; border: 0; margin-right: 10; margin-top: 10;}


  .dropbtn {
    min-width: 200px;
    background-color: #268bc1;
    color: white;
    padding: 16px;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    font-size: 20px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color: #f1f1f1;}

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropbtn {
    background-color: #003252;
  }



.container_pro {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
}
 
.block1 {
max-width: 1200px;
background-color: #fff;
margin-bottom: 10px;
opacity: 0;
transform: translateY(50px);
transition: transform 0.5s, opacity 0.5s;
border: 1px #cecece solid; 
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
overflow: hidden;
}










