/* GENERAL */
body {
    font-family: Arial;
}
a {
    color: #3dafe3;
}
/* HEADER */
.beopen-header {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    
    margin-bottom: 40px;
}
.beopen-logo {
    float: left;
}
.nav {
    float: right;
    
    
   
}
.nav>li>a {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    
}
.nav>li>a.active, .nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  border-bottom: 2px solid #3dafe3;
  background-color: transparent;
}
/* RECLAME */
.adsense-text {
    display: block;
    margin: auto;
    width: 728px;
    height: 25px;
    
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
}
.adsense-text-left {
    display: block;
    
    width: 728px;
    height: 25px;
    
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}
.adsense-imagine {
    display: block;
    margin: auto;
    width: 728px;
    height: 90px;
    
    margin-top: 20px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 20px;
}
/* SEARCH */
#cautare {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
#cautare input[type="text"] {
    width: 100%;
    max-width: 500px;
    border: 1px solid #bbb;
    
    border-radius: 8px;
    padding: 0px 18px;    
    font-size: 16px;
    height: 60px;
}
#cautare input[type="submit"]{
    background: url('../img/arrow_white.png') #3dafe3 30px center no-repeat;
    border: 0px;
    color: #fff;
    border-radius: 8px;
    padding: 0px 50px;
    height: 60px;
    font-size: 16px;
    text-transform: uppercase;
      background-size: 7%;
}
/* TEXTE */
h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
h3 {
    font-size: 18px;    
}
h3 span {
    font-size: 15px;
    font-weight: bold;
    color: #9CC09D;
}
.content p {
    text-align: justify;
}
.content .alignright {
    margin-left: 10px;
    float: right;
}
/* DEFINITIE */
.title {
  display: block;
  background: #ceeccf;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.title h1 {
    font-size: 14px;
    margin: 0px;
}
.title h2 {
    font-size: 14px;
    margin: 0px;
}
.alegere li {
  padding-bottom: 7px;
}
.alegere.sinonime {
    margin-left: 70%;
}
.tip-cuvant {
    font-size: 10px;
    display: block;
    color: #638B65;
}
.filtru-definitii {
    padding-left: 20px;
    cursor: pointer;
}
.filtru-activ {
    font-weight: bold;
}
.lexem {
    margin-bottom: 20px;
}
.lexem td {
    border: 1px solid #aaa;
    padding: 5px 10px;
}
.inflection {
    font-style: italic;
    font-size: 13px;
    color: #688E6A;
    font-weight: bold;
}
.lexemName {
    font-weight: bold;
}
.noParadigm {
    margin-bottom: 20px;
}
/* CUVINTE INCEP / TERMINA */
ul.sir-grupuri { padding: 0px; list-style: none; }
ul.sir-grupuri li.strong {
    font-weight: bold;
}
ul.sir-grupuri li {
    display: inline-block;
}
/* SOCIAL */
#social {
    display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  margin-top: 40px;
}
#social > * {
   display: inline-block;
}
/* LITERE */
#litere {
    display: block;
    text-align: center;
    margin-top: 40px;
    
}
#lista-cuvinte a {
    display: block;
}
#lista-cuvinte p a {
  display: inline;
}
#lista-cuvinte a.vezi-mai-multe {
    font-weight: bold;
}
/* PAGINARE */
#paginare {
    list-style: none;
    margin-top: 60px;
    text-align: center;
}
#paginare li {
    display: inline-block;
}
/* FOOTER */
footer {
    text-align: center;
    display: block;
}
.footer-menu {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.footer-menu a {
    margin-left: 10px;
    margin-right: 10px;
}
.copyright {
    font-size: 13px;
    
}
.definitie-sidebar ul.alegere {
    padding:0;
    margin:20px 0 0 0;
}
.definitie-sidebar {
    max-width: 350px;
    float: left;
    margin: 0 20px 20px 0;
}

.left-side-sinonime{
    width: 300px;
    display: inline-block;
    float:left;
    margin:0 20px;
}
.right-side-sinonime{
    float:left;
    width: 810px;
}
.ads-rime{
    text-align: center;
    padding:20px 0;
    margin: 0 4.165% 0 4.165%;
}

#widget-code{
    border: 1px solid #BBBBBB;
    width: 100%;
    height: 80px;
    color: #333333;
    display: block;
    float: left;
    padding: 5px;
    background: #EFEFEF;
    border-radius: 5px;
}