@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates&family=Roboto&display=swap");
body {
  background: #f1f3f5;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
h1 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
}
h2 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}
h3 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
h4,
.h4 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

input[type="text"],
select {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 0;
  padding: 8px 16px;
}
header .topnav,
header .topnav .fixed-top {
  height: 94px;
  background: #ffffff;
}
header .topbar {
  height: 60px;
}
header .topbar .local {
  /* mdi:map-marker */

  position: static;
  width: 24px;
  height: 24px;
  color: #847768;
  vertical-align: bottom;
}
header .topbar .select {
  color: #847768;
  font-size: 17px;
}

header .logo:hover {
  text-decoration: none;
}
header .logo {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #211d18;
}
header .logo span {
  color: #847768;
}
header .mdi {
  font-size: 24px;
}
header .email .mdi,
header .phone .mdi,
header .login .mdi {
  vertical-align: bottom;
  color: #847768;
}

header .email {
  margin-bottom: 5px;
}

header .phone {
  margin-left: 15px;
}

header .search {
  padding: 8px 16px 8px 45px;
}
header .search-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 25px;
  top: 8px;
}
header #dropdown-menu.show,
#dropdown-menu.collapsing {
  display: -ms-flexbox !important;
  display: flex !important;
}
header .submenu {
  background: linear-gradient(0deg, #fcfaf7, #fcfaf7);
  border-radius: 4px;
}
header .panel-menu {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #211d18;
  background: #f3eee8;
}
header .panel-menu .menu {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header .panel-menu .menu .menu-icon {
  width: 24px;
  height: 24px;
  margin: 6px 3px;
}
header .panel-menu .menu .btn {
  font-size: 16px;
}
header .panel-menu .contacts {
  text-align: right;
}
header .login {
  float: right;
  cursor: pointer;
}
label {
  color: #211d18;
}
p {
  color: rgba(33, 29, 24, 0.6);
  margin-bottom: 12px;
}

/**********page 404************/
.error_page {
  color: #ffffff;
  background-image: url("/img/error_bg.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  padding-top: 220px;
}

.error_page .form input {
  background: #ffffff;
}


section .search {
  padding: 8px 16px 8px 45px;
  background: #ffffff;
}
section .search-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 25px;
  top: 8px;
  color: #847768;
  z-index: 5;
}

/**********контакты************/
.feedback {
  color: #211d18;
}

.feedback form {
  margin-top: 32px;
}

.feedback form span {
  display: block;
}

.feedback .email {
  display: block;
  margin-bottom: 12px;
}

.feedback .phone {
  display: block;
  margin-bottom: 12px;
}

.feedback .adress {
  display: block;
}
.feedback button {
  color: #ffffff;
  background: #847768;
  border-color: #847768;
  text-transform: uppercase;
  font-size: 14px;
}
.feedback button:hover {
  color: #ffffff;
}

/**********about************/
.about {
  padding-top: 70px;
}
.about h2 {
  margin-bottom: 32px;
}

.about .row {
  padding-left: 15px;
  padding-right: 15px;
}

/**********stocks************/

.stocks h2 {
  margin-bottom: 32px;
}

.stocks p {
  color: rgba(33, 29, 24, 0.6);
}
.stocks .row p {
  padding-bottom: 14px;
}

.stocks .row {
  padding-left: 15px;
  padding-right: 15px;
}

.stocks_mb {
  margin-bottom: 30px;
}

/**********search************/

.search h2 {
  margin-bottom: 32px;
}

@media (min-width: 576px) {
  .profile .row img {
  }
}
.color-dis {
  color: #DBD0C3;
}
.search .btn {
  color: #ffffff;
}
.search .btn a {
  color: #ffffff;
  text-decoration: none;
}
.brown--default:hover {
  background: #66503e;
}
.brown--default-focus:hover {
  background: #66503e;
}

/**********custom_page************/

.custom_page .mdi-help {
  background: rgba(33, 29, 24, 0.6);
  padding: 0 3px;
  font-size: 17px;
}
.custom_page .mdi-help:hover {
  background: #66503e;
}


.custom_page .mdi-border-color {
  color: rgba(0, 0, 0, 0.1);
}

.custom_page .mdi-border-color:hover {
  color: rgba(0, 0, 0, 1);
}

.custom_page .border_upload {
    border: dashed;
}

.custom_page .border_img {
  border: dashed;
  min-width: 255px;
  height: 143px;
}
.custom_page img {
  min-width: 255px;
}
.custom_page textarea:focus {
  border: none;
  outline: none;
}
textarea{
  border: none;
  padding: 8px 16px;
}
.custom_page .popover-body a {
  color: #ffffff;
  background-color: red;
}
/**********registration************/

.registration_card {
  padding-top: 32px;
  padding-left: 32px;
  padding-bottom: 31px;
}

.registration_card p {
  padding-right: 83px;
}

.registration_btn {
  background: #dbd0c3;
  text-transform: uppercase;
}

.registration_btn:hover {
  background: #847768;
}

.right-button {
  margin-right: 32px;
}

.progress-bar {
  background-color: #818181;
}

.progress-bar .active {
  background-color: #847768;
}

/**********registration_comp2************/

.registration_comp .btn {
  background: #dbd0c3;
  text-transform: uppercase;
}
.registration_comp .btn:hover {
  background: #847768;
}
.registration_comp form {
  padding: 32px;
}

/**********registration_user************/

.registration_user .btn {
  background: #dbd0c3;
  text-transform: uppercase;
}
.registration_user .btn:hover {
  background: #847768;
}

/**********login************/
.login_site {
  padding-top: 70px;
}

.login_site .btn {
  text-transform: uppercase;
}
a, a:hover, a:focus  {
  color: #847768;
}
a:active {
  color: #66503E;
}
a.disabled {
  color:#DBD0C3;
  text-decoration: none;
}

.login_site .form-control {
  background: rgba(0, 0, 0, 0.1);
}
.login_site .bg_btn {
  background: rgba(0, 0, 0, 0.1);
}
.login_site .mdi.mdi-eye {
  float: right;
  position: relative;
  bottom: 28px;
  right: 8px;
}
.bg_login_site {
  background: url("/img/bg_login_site.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

/**********help************/

.help .btn {
  background: #f3eee8;
  border-radius: 4px;
  color: #211d18;
  width: 100%;
}

.help .btn:focus {
  background-color: #f3eee8;
  color: #211d18;
  box-shadow: none;
}

.help button {
  text-align: left;
}

.help .dropdown-item {
  white-space: normal;
}

.help .mdi-chevron-down {
  position: absolute;
  right: 16px;
  top: 9px;
}

.help_dropdown {
  background-color: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14),
    0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px 16px;
}

.footer-menu {
  background: #ffffff;
  padding: 24px;
  margin-top: 60px;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0;
}
.footer-menu .social-icons span {
  margin-right: 16px;
  color: rgba(33, 29, 24, 0.6);
  font-size: 20px;
}
.footer-menu a,
.footer-menu a:hover,
.footer-menu a:active {
  color: #000000;
}
footer {
  background: #66503e;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
  height: 94px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;

  /* bg / white */
  color: #ffffff;
}
footer .logo {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
}
footer .logo span {
  color: #847768;
}
footer .footer {
  height: 94px;
}
footer .copyright {
  text-align: center;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding-right: 0;
}
.carousel-indicators {
  bottom: 137px;
}
.carousel-indicators li {
  border: 1px solid #847768;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
}
.carousel-indicators li.active {
  background: #847768;
}
.brown--default {
  background: #847768;
  color: #ffffff;
}
.brown--dis {
  background: #847768;
  color: #ffffff;
}
.black-10 {
  background: rgba(0, 0, 0, 0.1);
}
.linen {
  background: #F3EEE8;
}
.brown {
  background: #896D4D;
}
.danger {
  background: #FF5252;
}
.shadow {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px !important;
}
.service-small {
  margin-top: 50px;
  width: 160px;
  height: 160px;
  box-shadow: inset 0px 10px 40px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  text-align: center;
}
.service-small:first-child {
  margin-left: 0px;
}
.service-small:hover {
  box-shadow: inset 0px 10px 40px rgba(0, 0, 0, 0.04);
  background: #f3eee8;
  color: #211d18;
}
.service-small p {
  padding-top: 24px;
}
.text-35 {
  color: rgba(33, 29, 24, 0.35);
}
.text-60 {
  color: rgba(33, 29, 24, 0.6);
}
.text-100 {
  color: #211d18;
}
.brown--active {
  background: #66503e;
}
.brown-color {
  color: #847768;
}
.more_places {
  text-align: right;
  cursor: pointer;
  text-decoration-line: underline;
}
.more_places .dropdown-toggle::after {
  display: none;
}
.events {
  position: relative;
  width: 540px;
  margin-right: 30px;
  height: 337px;
}
.events .align-items-end {
  position: absolute;
  bottom: 49px;
  left: 16px;
  height: 97px;
  right: 16px;
}
.events img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0.5);
}
.events .cens {
  background: rgba(33, 29, 24, 0.6);
  border-radius: 4px;
  text-align: center;
}
.advice {
  position: relative;
  width: 255px !important;
  height: 337px !important;
  display: inline-block;
  top: 24px;
  background: #ffffff;
}
.advice .align-items-end {
  position: absolute;
  bottom: 16px;
  bottom: 32px;
  left: 16px;
  right: 16px;
}
.advice img {
  height: 140px;
}
.raitting {
  font-size: 16px;
  color: #ffcd61;
  cursor: pointer;
  letter-spacing: 0;
}

.text-small {
  font-style: normal;
  font-weight: normal;
  font-size: 12.003px;
  line-height: 14px;
}
.text-decoration-underline {
  text-decoration: underline;
}
.btn-group .dropdown-menu.show {
  width: 100vw;
  text-align: center;
  left: 0;
  right: 0;
  top: auto !important;
  /*position: fixed !important;*/
}
.dropdown-item.active {
  background: #847768;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #211d18;
  background: linear-gradient(0deg, #fcfaf7, #fcfaf7);
}
.submenu .dropdown-item:hover {
  background: #847768;
  color: white;
}

/* Контейнер с маркерами */
.lSSlideOuter .lSPager.lSpg {
  margin: 24px 0;
  margin-top: 24px !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #847768;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #847768;
}

.map-pannel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  /* shadow */

  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.sidebar input[type="text"],
.sidebar select {
  width: 100%;
}
.sidebar {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.radio-group {
  margin-top: 27px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dbd0c3;
}
.radio-group:last-child {
  border-bottom: 0;
}
label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
}
/* input[type="checkbox"], */
input[type="radio"] {
  display: none;
}
input[type="checkbox"] {
	width: 20px !important;
    margin-right: 10px !important;
}
label[type="checkbox"] {
	width: 100%;
} 
input:focus {
  outline: none;
}
textarea {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
/* label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 26px;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 3px;
  margin-bottom: 11px;
} */
label[type="radio"]:before {
  border-radius: 30px;
}
label[type="radio"] span,
/* label[type="checkbox"] span */ {
  margin-left: 35px;
}
input[type="radio"]:checked + label[type="radio"]:before {
  content: "\2022";
  color: #66503e;
  border: 1px solid #66503e;
  font-size: 54px;
  text-align: center;
  line-height: 20px;
}
/* input[type="checkbox"]:checked + label[type="checkbox"]:before {
  content: "\2713";
  color: white;
  font-size: 18px;
  background: #66503e;
  text-align: center;
  line-height: 20px;
} */
input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 26px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.54);
    border-radius: 3px;
    margin-bottom: 11px;
    background-color: white;
}

input[type="checkbox"]:checked:before {
    content: "\2713";
    color: white;
    font-size: 18px;
    background: #66503e;
    text-align: center;
    line-height: 20px;
}
.mdi-bookmark-outline:hover::before {
  content: "\F00C0";
}
.mdi-bookmark-outline,
.mdi-bookmark {
  cursor: pointer;
}
.mdi-align-vertical-bottom {
  vertical-align: bottom;
}
.footer-menu h4 {
  margin-bottom: 16px;
}
.footer-menu li {
  margin-bottom: 8px;
}
.maps + .footer-menu {
  margin-top: 0;
}

#carouselProduct .carousel-caption {
  top: 25%;
}
.grey {
  color: grey;
}

.galery .lSSlideOuter {
  overflow: hidden;
}
.galery ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
.galery li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.galery img {
  display: block;
  height: auto;
  max-width: 100%;
  /*max-height: 415px;*/
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px !important;
}

#list-product .btn.active {
  background: #dbd0c3;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.tab-pane p,
.tab-pane {
  color: #211d18;
}
.container.product .map-pannel {
  margin-top: 0 !important;
}
.error_page + .footer-menu {
  margin-top: 0;
}

.login_mobile.mdi {
  position: absolute;
  bottom: 52px;
  font-size: 48px;
  right: 4px;
}
.menu_mobile {
  position: absolute;
  bottom: 58px;
  z-index: 2000;
  width: 48px;
  height: 48px;
}
.mdi-32px {
  font-size: 32px;
}


@media (max-width: 768px) {
  .fixed-top {
    position: relative !important;
  }
  header .logo {
    font-size: 26px !important;
  }
}

header .login .dropdown-toggle::after {
  margin-left: 32px;
}
.bell1::after {
  background: #ff5252;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  content: " ";
  top: -1px;
  margin-left: -8px;
  border: 1px solid #fff;
  z-index: 99;
  position: absolute;
}

#carouselMenu img {
  height: 50% !important ;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90) black;
  -khtml-opacity: 0.9;
  background-color: #000;
}

/***********menu_page***********/

#carouselMenuPageMini {
  display: none !important;
}

@media (max-width: 768px) {
  #carouselMenuPageMini {
    display: flex !important;
    max-width: 450px;
    margin: 0 auto;
  }
}

/*****product_card*********/
#carouselProduct .carousel-caption {
  width: 75% !important;
}

#carouselProduct ol {
  bottom: 0;
}

.block_figura_card {
  max-width: 270px;
  max-height: 255px;
}

@media (min-width: 1200px) {
  .block_figura_card figure {
    width: 255px;
    height: 255px;
  }
}

.block_figura_card img {
  width: 255px;
  height: 255px;
}

.block_figura_card figcaption {
  display: none;
}

.block_figura_card span {
  display: none;
}
.block_figura_card:hover figcaption {
  color: #ffffff;
  display: block;
  z-index: 2;
}

.block_figura_card:hover div {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60) black;
  -khtml-opacity: 0.6;
  background-color: #000;
  border-radius: 0.25rem !important;
  z-index: 1;
  cursor: pointer;
}

.block_figura_card:hover span {
  color: #ffffff;
  display: block;
  z-index: 2;
}

/***grid***/
.grid-color-1 {
  background-color: #f3eee8;
  height: 50px;
  margin: 30px 0;
}

.grid-color-2 {
  z-index: 1;
  height: 50px;
  border: 2px solid #f3eee8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/***palette***/
.ui_kit .rounded-circle {
  width: 90px;
  height: 90px;
}

.palette-1 {
  background: #847768;
}
.palette-2 {
  background: #66503e;
}
.palette-3 {
  background: #dbd0c3;
}
.palette-4 {
  background: rgba(0, 0, 0, 0.1);
}
.palette-5 {
  background: #f3eee8;
}
.palette-6 {
  background: #896d4d;
}
.palette-7 {
  background: #ff5252;
}
.palette-8 {
  background: #211d18;
}
.palette-9 {
  background: rgba(33, 29, 24, 0.6);
}
.palette-10 {
  background: rgba(33, 29, 24, 0.35);
}

/***elements***/
.ui_kit .search-icon {
  position: relative;
  width: 24px;
  height: 24px;
  left: 10px;
  top: -25px;
  font-size: 24px;
}
.error {
  color: #ff5252;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 15px;
}

/* Hide default HTML checkbox */
.switch::before {
  content: none;
}
.color-black { color: #000000 }
/*slider*/
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  bottom: -3px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch:before {
}


input:checked + .slider::before {
  background: #66503E;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

input:checked + .slider {
  background-color: #847768;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
input:disabled + .slider {
  background: rgba(0, 0, 0, 0.1);
}
/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/***buttons***/

.btn {
  color: #ffffff;
  background: #847768;
  border: none;
  border-radius: 4px;
}
.btn:hover {
  background: #847768;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15),
  0px 10px 10px rgba(0, 0, 0, 0.15);
}
.btn:active {
  background: #66503E;
}
.btn.disabled {
  background: #dbd0c3;
}
.btn-active {
  background: #66503E;
}
.btn-hover {
  background: #847768;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15),
  0px 10px 10px rgba(0, 0, 0, 0.15)
}

a.list-group-item-action:not(.active) {
  background: none !important;
  color: #212529;
}
a.list-group-item-action:hover:not(.active) {
  background: #847768 !important;
}
a.list-group-item-action:hover {
  color: #ffffff !important;
}
a.list-group-item-action:hover {
  color: #ffffff !important;
}
.nonvisible {
	display: none!important;
}


	.album_items {
		padding: 7px 0 0;
	}

	.album_item {
		display: block;
		border-bottom: none;
		padding: 0 7px 7px;
	}

	.album_thumb_wrap {
		padding-top: 66.66%;
	}

	.album_item .album_thumb {
		background: #efefef;
		overflow: hidden;
	}

	.album_item .album_name {
		color: #fff;
		padding: 5px 7px;
		position: absolute;
		overflow: hidden;
		background: #000;
		background: rgba(0,0,0,.5);
		white-space: nowrap;
	}

	.album_item .album_count,.album_item .album_desc {
		display: none;
	}

	.album_item .album_cnt {
		display: block;
		border-radius: 10px;
		overflow: hidden;	
	}

.album_items {
	padding: 0;
}

.album_items .photos_page {
	border-bottom: none;
}

.album_item {
	display: block;
	border-bottom: 1px solid #efefef;
	text-align: center;
	padding: 7px;
}

._hover .album_item:hover {
	text-decoration: none;
}

.album_item_top {
	background-color: #FAFAFA;
	border-bottom: 1px solid #E9E9E9;
	border-radius: 10px;
	overflow: hidden;
}

.album_thumb_wrap {
	/* position: static; */
	padding-top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.album_thumb {
	background: 0 0;
	overflow: hidden;
	max-height: 150px;
}

.album_thumb_img {
	max-width: 100%;
	vertical-align: top;
	/* height: 300px; */
}

.album_name {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 0 0;
	color: #4C6B8F;
	font-weight: 700;
	text-overflow: ellipsis;
}

.album_count {
	color: #777;
	padding: 4px 0 0;
}

.album_cnt {
	font-family: Lucida Grande,tahoma,verdana;
	font-size: small;
	background-color: rgba(0,0,0,.5);
	padding: 4px 7px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}

.album_cnt,.album_count,.album_name {
	text-align: center;
}

.album_desc {
	padding: 4px 0 0;
	color: #000; 
}

.album_select_item {
	display: block;
	border-bottom: 1px solid #efefef;
	text-align: left;
	padding: 7px;
	min-height: 40px;
}

._hover .album_select_item:hover {
	text-decoration: none;
}

.album_select_item .album_thumb {
	background-color: #f1f1f1;
	text-align: center;
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	width: 54px;
	height: 40px;
	overflow: hidden;
}

.album_select_item .album_name {
	padding-top: 2px;
	text-align: left;
}

.album_select_item .album_count {
	text-align: left;
}

.album_select_item .album_thumb_img {
	max-width: none;
	max-height: 40px;
}