@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */


#gryzimas{
  position: relative;
right: 8px;
top: -48px;
width: 100%;  
    
}



#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 98%;
  border-bottom: 3px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #ec4f18;
    border: none;
  border-top: 1px solid #ec4f18;
  border-bottom: 1px solid #000;

  border-radius: 5px 5px 5px 5px;

}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(images/pattern.png) top left repeat;
  border: none;

  border-bottom: 3px solid #000;  /* linija po orandzinie*/


  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #ec4f18;

}
#cssmenu > ul > li {
  background: #66665e;

}
#cssmenu > ul > li:hover {
  background: #3d3833;

}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #000;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;

  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 2px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #000;
  border-top: none;
  background: #f7e5d5;

}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #f19449;
}
#cssmenu ul ul a:hover {
  color: #f19449;
}



#kontein{
    position:absolute;
    width: 420px;
    height: 215px;
    z-index: 100; 
    display: none;
    left:50%;
    top:50%;
}



#korta{
    
    
    
    
    
    overflow: hidden;

         border-style: solid;
    border-width: 2px;
    border-radius: 8px;
     position: relative;
      width: 0px;
       height: 0px;
        margin-left: -50%;
        margin-top: -105px;
    
}

#bakas{
    position:absolute;
    z-index: 101;
    width:100%;
    height:100%;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#textas{
    position:absolute;
    z-index: 102;
    width:100%;
    height:100%;
}

#kortos_pavadinimas{
    position: relative;
    float:left;    
/*background-color: #ff00ff;*/
    margin-left: 5%;
    margin-top: 10px;
      /*  border-style: solid;
    border-width: 2px;
    border-radius: 8px;*/
      width: 85%;
       height: 30px;
    
}

#kortos_info{
    position: relative;
    float:left;        
    margin-left: 5%;
    margin-top: 2%;
/* background-color: #ff0000;
        border-style: solid;
    border-width: 2px;
    border-radius: 8px;*/
      width: 90%;
       height: 158px;


    
}

#kortos_iksiukas{
    position: relative;
    float:left;
    margin-top: 10px;
    
}

#kortos_iksiukas:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



