.login_form h3, .right_cell h3 {
    margin-top: 0;
    font-size: medium;
}
.login_form .reg_link {
  font-size: 12px;
  padding-left: 10px;
  color: #34495e;
}
nav .menu ul {
    width: 195px;
    margin-top: -1px;
}
#controller_wrap .photo_filter {
    clear: both;
    margin-top: 10px;
    display: none;
}
.pagebar_page {
    margin: 2px;
    padding: 6px;
    line-height: 38px;
}
#kl3 {
width: 45px;
position: absolute;
right: 0px;
z-index: 99999;
top: 0px;
}
#kl4 {
width: 100%;
height: 100%;
position: fixed;
right: 0px;
z-index: 9999;
top: 0px;
}
.hh {
    display: none;
}
.album-photos-wrap .photo:hover .info, #related_photos_wrap .album-photos-wrap .photo .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    display: none;
}
#main_content h1 + .parent_title {
    font-size: 1.4rem;
    margin: -10px 0 10px 0;
    min-height: 33px;
    display: none;
}
#album-photo-item .right {
    width: 1px;
    float: right;
    position: relative;
    box-sizing: border-box;
    display: none;
}
#album-photo-item .left {
    width: 100%;
    float: left;
    margin-right: -1px;
    box-sizing: border-box;
}
#album-photo-item .left .inside {
    margin-right: 1px;
    padding-right: 1px;
    box-sizing: border-box;
}

header .menu .item {
    padding-left: 17px;
}
header .menu {
    float: left;
    position: relative;
    z-index: 15;
    height: 36px;
    line-height: 36px;
}
.slideshow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0;
}
.slideshow-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideanim 56s infinite;
    pointer-events: none;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
    animation-delay: 8s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
    animation-delay: 16s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
    animation-delay: 24s;
}
.slideshow-item:nth-child(5),
.slideshow-item:nth-child(5) img {
    animation-delay: 32s;
}
.slideshow-item:nth-child(6),
.slideshow-item:nth-child(6) img {
    animation-delay: 40s;
}
.slideshow-item:nth-child(7),
.slideshow-item:nth-child(7) img {
    animation-delay: 48s;
}
.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 56s infinite;
}
.slideshow-item-text {
position: absolute;
    bottom: 60%;
    left: 42%;
  background-color: transparent;
  color: #fff;
}
.slideshow-item-text h1 {
    font-size: 30px;
    margin: 10px 0 10px 0;
    color: #fff;
}
.slideshow-item-text p {
    font-size: 15px;
    margin-bottom: 10px;
}

@keyframes slideanim {
    7.15%{
        opacity: 1;
        pointer-events: auto;
    }
    14.3%{
        opacity: 1;
        pointer-events: auto;
    }    
    21.5%{
        opacity: 0;
    }
}
@keyframes zoom {
    28.5%{
        transform: scale(1.3);
    }    
}
@keyframes zoom {
    50%{
        transform: scale(1.3);
    }    
}
@media screen and (max-width: 1100px){
    .slideshow-item-text{
             bottom: 16%;
        left: 36%;
        max-width: 100%;
    }
}
@media screen and (max-width: 456px){
    .slideshow-item-text {
        bottom: 46%;
        left: 20%;
        max-width: 100%;
    }

}
.sts {
    margin-top: 15px;
    display: block;
    font-size: large;
    font-weight: 700;
    float: right;
    margin-right: 25px;
    color: #ffb3b3;
}
.sts a {
    margin-top: 15px;
    display: block;
    font-size: large;
    font-weight: 700;
    float: right;
    margin-right: 25px;
    color: #ffb3b3;
}
.sts a:hover {
    margin-top: 15px;
    display: block;
    font-size: large;
    font-weight: 700;
    float: right;
    margin-right: 25px;
    color: #fff;
}
.content_categories li a {
    color: #000000;
    margin: 0 15px 25px 0;
    text-transform: uppercase;
    font-size: medium;
}
.content_categories.categories_small li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}
.gui-panel {
    background: #f9f9f9;
    border: solid 1px #ffffff;
    margin: 20px 0;
    padding: 15px;
    color: #414243;
    box-sizing: border-box;
    clear: both;
    text-align: center;
}
.content_categories li a:hover {
    color: #8f5027;
}
a, a.ajaxlink {
    will-change: all;
    color: #000000;
    transition: background 0.15s linear, color 0.15s linear;
}
form .field label {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    color: #000000;
}
input.input.bin_btn_count {
    width: 22px;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: none;
    font-weight: bold;
}
#layout footer a:hover {
    color: #794208;
}
.topbar_search_button, .topbar_search {
    background: #999;
}
.topbar_search_button {
    width: 50px;
    height: 50px;
    color: #272727;
    line-height: 50px;
    text-align: center;
 background: #dac8de;
}
.widget_user_avatar .user_info .name a {
    color: #2f0039;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
input.button-submit, input.button {
    padding: 5px 6px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: medium;
    color: #2c2c2c;
    text-decoration: none;
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #ccc;
    transition: background ease-in-out .15s;
    margin: -2px 3px 2px 3px;
}
input.button:hover {
    background: #555;
        color: #fff;
}
.input, .textarea, select {
    width: 90%;
}
.bin_t tr th.th_title, .bin_t tr th.th_cat {
    text-align: center;
}
.content_list.ucart .item_price {
    text-align: center;
    height: 45px;
    line-height: 35px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
    color: #51677d;
    position: absolute;
    bottom: 35px;
    width: 100%;
}
.content_item .field {
    margin-bottom: 15px;
    overflow: hidden;
    color: #000;
    box-sizing: border-box;
    font-size: large;
}
form fieldset {
    padding: 10px 15px 15px 15px;
    border: solid 1px #ffffff;
    margin-bottom: 12px;
}
#breadcrumbs {
    clear: both;
    margin: 0;
    width: 98%;
}
.bin_title {
    font-weight: 500;
}
.subscribe, .unsubscribe {
    background-color: #a9bf91;
    color: #fff !important;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 2px;
}

#callme-mini #callme-mini-main {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #632b6f;
    width: 70px;
    height: 70px;
    -webkit-animation: callmemini 1.5s 10s ease-out infinite;
    -moz-animation: callmemini 1.5s 10s ease-out infinite;
    animation: callmemini 1.5s 10s ease-out infinite;
    -webkit-transform: translate3d(0,0,0);
}

#callme-mini {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.75;
    z-index: 200998;
}

.callme_body {
    background: rgb(47, 0, 57);
    height: 100%;
    width: 100%;
}
.bin_t tr td {
    border-bottom: 2px solid #f1f1f1;
    padding: 5px;
    font-weight: 500;
    font-size: large;
}
.input, .date-input, .city-input, .textarea, select {
    border: solid 1px #aaa;
    padding: 3px;
    font-size: 15px !important;
    box-shadow: inset 0 1px 2px #DDD;
    color: #333;
    outline: none;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
}
#menu > li {
    font: 200 20px/60px 'Exo 2', 'Segoe UI Light';
    text-transform: uppercase;
    position: relative;
    padding: 0 14px;
    height: 60px;
    float: left;
}
#layout footer a {
    color: #0a0a0a;
}
.content_list.ucart .title a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 500;
    font-size: 16px;
    margin: 5px 4px 0;
    max-height: 38px;
    overflow: hidden;
}
.content_list.ucart .title a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #f77400;
    font-weight: 500;
    font-size: 16px;
    margin: 5px 4px 0;
    max-height: 38px;
    overflow: hidden;
}
.ucart_index, .ucart_index form, .ucart_index fieldset {
    position: relative;
    width: 98%;
    display: block;
    box-sizing: border-box;
}
#bin {
    float: right;
    padding: 7px 0;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    background: #e90000;
    border: none;
    transition: background ease-in-out .15s;
}
#bin:hover {
    background: #555;
}    
a.bot1{
    background:linear-gradient(to bottom, #FFFFFF, #E6E6E6) #F5F5F5 repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
        text-decoration:none;
    display:block;
    font-size: 16px;
    width:180px;
    line-height: 20px;
    margin: 20px auto;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    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);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

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);
}
header .menu .item > li a {
    padding-left: 43px !important;
}
header .menu .item > li a:hover {
    padding-left: 43px !important;
}
.korz a {
    padding-left: 40px !important;
    color: white;
    margin: 20px 0;
}
.korz {
    background: #000000;
    font-weight: 700;
    padding: 1px 10px 1px 1px;

}
.korz a:hover {
    padding-left: 40px !important;
    margin: 20px 0;
    color: #ddd;
    background: #ff7702;
}
aside .menu .item, section .menu .item, .menu .item a:hover {
    background: url(/templates/default/images/icons/item.png) no-repeat 5px center;
}
#kl1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
}
#kl1 > ul  a {
    color: #fff;
    padding-right: 10px;
    text-decoration: none;
    list-style: none;
}
#kl1 > ul a:hover {
    color: #222;
    padding-right: 10px;
    text-decoration: none;
    list-style: none;
}
#kl1 > ul > li {
    list-style-type: none;
   }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 0px;
    padding-left: 15px;
    padding-right: 15px;
}   
nav {
    height: 36px !important;
    background: #34495e;
    padding: 0;
    margin-bottom: 0px !important;
    /* font-size: 12px; */
}
#kl2 {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
z-index: 999;
}
#kl5 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999999;
}