html, body, .player {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

ymaps {
  box-sizing: content-box;
}

/*.glyphicon {*/
/*border-radius: 30px;*/
/*width: 30px;*/
/*position: relative;*/
/*top: 1px;*/
/*display: inline-block;*/
/*font-family: 'Glyphicons Halflings';*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*line-height: 1;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*}*/
.glyphicon-lk-info_white:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/img/system/help-38x38-color.png) 50% 50% no-repeat;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-question_white:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/img/system/question-38x38-color.png) 50% 50% no-repeat;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-remark_white:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/img/system/warning-38x38-color.png) 50% 35% no-repeat;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-point_black:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/img/system/point-64x64-black.png) 50% 50% no-repeat;
  background-size: 26px;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-chat_black:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/img/system/chat-64x64-black.png) 50% 50% no-repeat;
  background-size: 26px;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-calendar_black:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/img/system/dates-64x64-black.png) 50% 50% no-repeat;
  background-size: 26px;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-docs_black:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/svg/docs.svg) 50% 50% no-repeat;
  background-size: 26px;
  width: 38px;
  height: 38px;
}

.glyphicon-lk-gallery_black:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(/svg/gallery.svg) 50% 50% no-repeat;
  background-size: 26px;
  width: 38px;
  height: 38px;
}

.svg-delete {
  width: 15px;
  border-radius: 50%;
  padding: 5px;
  /*border: 1px solid #fff;*/
  cursor: pointer;
  box-sizing: content-box;
}

.svg-delete path {
  color: #b4b4b4;
  stroke: #b4b4b4;
  stroke-width: 1;
  box-sizing: content-box;
}

a:hover .svg-delete path {
  stroke: #797979;
}

.navbar-nav {
  flex-direction: row;
}
