

body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none;
z-index: 1;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  margin: auto;
  position: static;
  z-index: 1;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
 position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text*/
.text {
  color: #66A4B8;
  font-size: 15px;
  padding: 8px 40px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: right;
} 

/* Number text (1/3 etc) */
.numbertext {
  color: #66A4B8;
  font-size: 12px;
  padding-bottom:300 px;
  bottom: 0px;
  width: 100%;
  z-index: 3;
  text-align: right;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0s;
  animation-name: fade;
  animation-duration: 0s;
  z-index: 1;
}

@-webkit-keyframes fade {

  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {

  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size 
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}*/






*>#intro {position: fixed}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
margin:0;
  padding: 0;
  position: relative;
  right: 0px;
}



/*culoare bara meniu*/

#csssigla {
  line-height: 1;
  border-radius: 10px 0px 0 0;
  -moz-border-radius: 10px 0px 0 0;
  -webkit-border-radius: 10px 0px 0 0;
  background: #ffffff;
 /* background: -moz-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5080a4), color-stop(100%, #5f6561));
  background: -webkit-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: -o-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: -ms-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
 background: linear-gradient(to bottom, #063d59 0%, #176a95 100%);
  border-bottom: 1px solid #c6c2a5;*/
  width: auto;
}


#cssmenu {
  line-height: 1;
  border-radius: 0px 10px 0 0;
  -moz-border-radius: 0px 10px 0 0;
  -webkit-border-radius: 0px 10px 0 0;
  background: #ffffff;
/*background: -moz-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5080a4), color-stop(100%, #5f6561));
  background: -webkit-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: -o-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: -ms-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: linear-gradient(to bottom, #063d59 0%, #176a95 100%);
  border-bottom: 1px solid #c6c2a5;*/
  width: auto;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
/*culoare butoane fara submeniu*/
#cssmenu a {
  background: #ffffff;
 /* background: -moz-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5080a4), color-stop(100%, #5f6561));
  background: -webkit-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: -o-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);
  background: -ms-linear-gradient(top, #0c4e6c 0%, #70b6d7 10%);

background: linear-gradient(to bottom, #063d59 0%, #176a95 100%);*/
  color: #ffffff;
  display: block;
  font-family: Arial;
  padding: 14px 16px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 13px;
  font-family: Arial;
  letter-spacing:0px;

}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /*triunghiul de la meniul principal*/
  border-bottom: 14px solid #3da0cc;
  margin-left: -10px;
}

#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}


/*culoare butoane cu submeniu*/
#cssmenu > ul > li.active > a{
  color: #ffffff;
  background: #ffffff;
 /* background: -moz-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5080a4), color-stop(100%, #5f6561));
  background: -webkit-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
  background: -o-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
  background: -ms-linear-gradient(top, #0c4e6c 0%, #70b6d7 100%);
 background: linear-gradient(to bottom, #063d59 0%, #176a95 100%);*/

  letter-spacing:0.2px;

}


#cssmenu > ul > li:hover > a {
 /* color: #b6d5ef;
  box-shadow: inset 0 0 6px #cbbba5;
  -moz-box-shadow: inset 0 0 6px #cbbba5;
  -webkit-box-shadow: inset 0 0 6px #cbbba5;
  background: #e6e1d8;*/
 box-shadow: inset 0 0 26px #D5CCB5;
  -moz-box-shadow: inset 0 0 26px #D5CCB5;
 -webkit-box-shadow: inset 0 0px 30px #d3d8db;
 /*linie    
  -webkit-box-shadow: inset 0 10px 0px #d3c9ab;*/
  
    -webkit-border-radius: 1;
  background:#ffffff;
}
 
/*  background: -moz-linear-gradient(top, #3f76a0 0%, #2d4e73 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5080a4), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #3f76a0 0%, #2d4e73 100%);
  background: -o-linear-gradient(top, #3f76a0 0%, #2d4e73 100%);
  background: -ms-linear-gradient(top, #3f76a0 0%, #2d4e73 100%);
  background: linear-gradient(to bottom, #063d59 0%, #1e5774 100%);*/
}
#cssmenu .has-sub {
  z-index: 10;
}

#cssmenu .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 210px;
  top: 100%;
  left: 0;
}

#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}

#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}



/*culoare primul submeniu*/
#cssmenu .has-sub ul li a {
 /* background: #66a4b8;*/

background: #3da0cc; 
  border-bottom: 1px dotted #d6d0c8;
  font-size: 12px;
  filter: none;
  display: block;
  line-height: 100%;
  padding: 10px;
  color: #ffffff;
}


/*mouse over primul nivel*/
#cssmenu .has-sub ul li:hover a {
  //background: #0c7fb0;
background: #157ca9;
}


#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}



/*al2lea nivel*/
#cssmenu .has-sub .has-sub ul li a {
  background: #157ca9;
  //background: #000;
  border-bottom: 1px dotted #cbbba5;
}
/*mouseover nivelul 2*/
#cssmenu .has-sub .has-sub ul li:hover a {
  background: #08658e;  
}



/*al3lea nivel*/
#cssmenu .has-sub .has-sub .has-sub ul li a {
 background: #08658e;
 border-bottom: 1px dotted #cbbba5;
}
/*mouseover nivelul 3*/
#cssmenu .has-sub .has-sub .has-sub ul li a:hover {
  background: #045275;
}


#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}