 .marquee {
  /*position: absolute !important;*/
  border-radius: 37.5% !important;
  height: 32.5px;
  margin: auto 12.5% auto 12.5%;
  width: 75%;
  /*width: 1250px;*/
  
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding-top: 5px;
}

.marquee img {
  height: 34px;
  width: 30px;
  margin-right: 10px;
  margin-left: 20px;
}

.marquee2 {
  display: block;
  width: 200%;
  height: 45px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
  -webkit-animation: marquee 20s linear infinite;
}

.marquee2 span {
  float: right;
  width: 50%;
}

.marquee2  li {
  display: inline-block;
}

.marquee2:hover {
 animation-play-state: paused;
 -webkit-animation-play-state: paused
}
.marquee3 {
  display: block;
  width: 200%;
  height: 45px;
  position: absolute;
  overflow: hidden;
animation-play-state: paused;
-webkit-animation-play-state: paused
}

.marquee3 span {
  float: right;
  width: 50%;
}

.marquee3  li {
  display: inline-block;
}

@-webkit-keyframes marquee {
    0% { left: 0; }
  100% { left: -100%; }
} 
@-moz-keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
} 
@keyframes marquee {
    0% { left: 0; }
  100% { left: -100%; }
} 

.sakri {
  display: none;
}

.tuultip {
    text-decoration:none;
    position:relative;
}
.tuultip p {
    display:none;
}
.tuultip:hover p {
    display:block;
    position:fixed;
    overflow:hidden;
    border: 2px solid black;
    padding: 4px;
    border-radius: 10px !important;
    z-index: 999;
    background-color: rgb(255,255,0);
}

/*.mainbar {
	background-image: url('css/images/dole2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/
/*.navbar-inner {
	background-image: url('css/images/gore2.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}*/