/* кнопка меню ****************************************************************/

#stmm-icon {
  display: block;
  width: 48px;
  height: 65px;
  z-index: 100;
  position: relative;
}

#stmm-icon span {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  bottom: 12px;
  left: 1px;
  color: #555;
  font-size: 12px;
  line-height: 1 !important;
  padding: 2px !important;
  position: absolute;
  text-shadow: 1px 1px 1px #ccc;
}

#stmm-icon,
#stmm-icon span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media screen and (max-width: /*show_size*/800px/*show_size*/) {
  #stmm-icon {
    display: block;
    background: url('./images/menu-48x48.png') no-repeat;
    position: absolute;
    top: 50px;
    right: 9px;
    cursor: pointer;
  }
}

/* кнопка меню ****************************************************************/



/* контент меню ***************************************************************/
#stmmenu,
.stmmenu,
.stmm-sub {
  margin: 0;
  padding: 0;
}

#stmmenu * {
  line-height: 1 !important;
  font-family: Arial !important;
}

.stmmenu {
  padding:10px 0;
}


#stmmenu li {
  display: block !important;
  padding: 12px 6px;
  margin: 0;
  font-size: 14px;
}

.stmmenu > li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#stmmenu .stmm-title {
  font-size: 16px;
  text-shadow: 2px 2px 2px #CCC !important;
  padding: 0 0 10px 0 !important;
}


#stmmenu .stmm-sub span.stmm-link {
  color: #ca0b16;
  cursor: pointer;
  text-decoration: underline;
}


/* подменю ****************************/
.stmm-sub li{
  padding: 10px 0 !important;
}

.stmm-subtitle {
  font-weight: bold;
  padding: 10px 0 !important;
  display: block;
  color: #ca0b16;
  cursor: pointer;
  text-decoration: underline;
}

.stmm-subtitle + .stmm-sub {
  display: none;
}


.stmm-sub {
  margin-left: 20px;
}

#stmmenu .stmm-visible {
  display: block;
}
/* подменю ****************************/


/* меню с иконками ********************/
.stmm-with-icons a {
  text-align:left !important
}

#stmmenu .stmm-with-icons li {
  padding: 4px 6px !important;
}

.stmm-with-icons li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.stmm-with-icons span.stmm-link{
  text-align: left !important;
  color: #ca0b16;
  cursor: pointer;
  text-decoration: underline;
  padding: 7px 5px 10px 30px !important;
  display: block;
  float: left;
}

#stmmenu .item-vopros > span.stmm-link {
  background: url(./images/menu-item/vopros.png)  no-repeat;
}

#stmmenu .item-calc > span.stmm-link {
  background: url(./images/menu-item/calc.png)  no-repeat;
}

#stmmenu .item-znak > span.stmm-link {
  background: url(./images/menu-item/znak.png)  no-repeat;
}

#stmmenu .item-faq > span.stmm-link {
  background: url(./images/menu-item/faq.png)  no-repeat;
}

#stmmenu .item-marshrut > span.stmm-link {
  background: url(./images/menu-item/marshrut.png)  no-repeat;
}

#stmmenu .item-game > span.stmm-link {
  background: url(./images/menu-item/game.png)  no-repeat;
}

#stmmenu .item-forum > span.stmm-link {
  background: url(./images/menu-item/forum.png)  no-repeat;
}

#stmmenu .item-remont > span.stmm-link {
  background: url(./images/menu-item/remont.png)  no-repeat;
}

#stmmenu .item-obz > span.stmm-link {
  background: url(./images/menu-item/obz.png)  no-repeat;
}

#stmmenu .item-foto > span.stmm-link {
  background: url(./images/menu-item/foto.png)  no-repeat;
}

#stmmenu .item-news > span.stmm-link {
  background: url(./images/menu-item/news.png)  no-repeat;
}

#stmmenu .item-stat > span.stmm-link {
  background: url(./images/menu-item/stat.png)  no-repeat;
}
/* меню с иконками ********************/

/* контент меню ***************************************************************/


/* окно мобильного меню *******************************************************/
#stmm-window {
  position: absolute;
  margin: 30px;
  padding: 10px 12px;
  background: #F5F5F5;
  top: 10px;
  left: 0;
  right: 0;
  border: 1px solid #000;
  border-radius: 4px;
  z-index: 1001;
  display: none;
}

.stmm-window-close-button {
  background:url("./images/close-24x24.png") no-repeat;
  width:24px;
  height:24px;
  position:absolute;
  display:block;
  cursor:pointer;
  top: -27px;
  right: 2px;
  z-index: 1002
}

#stmm-window-overlay {
  background: #FFF;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none
}
/* окно мобильного меню *******************************************************/
