p {
    line-height: 23px;
}
.edit_wlinks {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 100;
    transition: opacity 0.4s;
    display: none;
}
div#tekst_sverhu_kartinki {
position: relative;
}
.tekst_sverhu_kartinki {
position: absolute;
top: 40%;
font-size: x-large;
left: 0px;
color: white;
width: 260px;
background: rgb(19 102 109 / 52%);
padding: 10px;
text-align: center;
}

.blue  {
background-color: #4eacd4;
}
.blue1  {
background-color: #2d86ad;
}
.grin  {
background-color: #547d43;
}
.cor  {
background-color: #8f7c59;
}
.ser  {
background-color: #54717f;
}
.eco  {
background-color: #2a527b;
}
.str  {
background-color: #79572e;
}
.pro  {
background-color: #516070;
}
.nov  {
background-color: #815493;
}
.kras  {
background-color: #7e394c;
}
nav .menu > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
}
nav#main_menu .menu {
    margin: auto;
}
nav#main_menu {
    display: flex;
    background: #18645a;
}
nav .menu ul {
    width: 450px;
    margin-top: 1px;
}
.widget > .title {
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    background: #939c83;
    font-weight: 400;
    font-size: 18px;
    color: #143f4f;
    margin: 0;
}
.widget_user_avatar .user_info .name a {
    color: #11685e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
aside .widget > .title {
    font-size: 14px;
    color: #194d59;
    background: #34495E;
    height: 38px;
    line-height: 38px;
    padding-right: 5px;
    font-weight: 500;
}
.widget_tabbed .tabs ul li a {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    color: #11685e;
}
a.bot1 {
    background: linear-gradient(to bottom, #ffffff, #e9fde9) #efefef repeat-x;
    border-color: #bedcd9;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #2d745f;
    text-decoration: none;
    display: block;
    font-size: 13px;
    width: 220px;
    line-height: 24px;
    margin: 10px auto;
    padding: 5px 5px 3px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    font-weight: 400;
}
a.bot1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

a.bot1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.bot1:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
button, select {
    padding: 5px;
    margin: 2px;
    background: #09c4bc;
    border: 1px #b5b3b3 solid;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    max-width: 131px;
}
.sochicat {
opacity:1;
filter:alpha(opacity=100);   
}
.sochicat:hover {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:0.7;
filter:alpha(opacity=70);
}
#layout footer ul li {
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 15px;
}
.subscribe, .unsubscribe {
    background-color: #6dc0b8;
    color: #fff !important;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 2px;
}
.tabs-menu .tabbed li.active a, .tabs-menu .tabbed li.active a:hover {
    cursor: default;
    color: #34495e;
    border: solid 1px #B3C2C9;
    border-bottom: none;
    background-color: #e9fffc;
    margin: -1px 0 0 0;
    border-top-color: #2980b9;
    border-top-width: 3px;
}
aside .widget {
    background: #f6fffd;
}
.content_item .field {
    margin-bottom: 15px;
    color: #414141;
    box-sizing: border-box;
}
.my_logobox {
    padding: 8px 15px;
    background-color: #ffffff !important;
    background-image: url(/templates/boxed/images/header-logo-bg.png) !important;
    background-repeat: repeat !important;
    background-position-x: left !important;
    background-position-y: top !important;
}