*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  color: #000;
  background-color: #f7f8fa;
  margin: auto;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #4c6eee;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #4c6eee;
}

img {
  border: none;
  display: block;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header, section, footer, nav, article, aside {
  display: block;
}

.iframe-item {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  left: 0;
  top: 0;
  border: none;
  z-index: 2;
}

.item-box {
  min-width: 1000px;
  background-color: #f1f3ec;
  background-color: rgba(241, 243, 236, 0.95);
  position: relative;
  z-index: 10;
}

.bottom-shadow {
  position: relative;
}

.bottom-shadow::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  box-shadow: 0 0 5px 20px rgba(241, 243, 236, 0.475);
}

.wide .bottom-shadow::after {
  display: none;
}

.box-transition.white, .box-transition.white .box-button > a {
  background-color: #f7fbff !important;
}

.item-box-content {
  padding: 0 30px 10px 10px;
  position: relative;
  -webkit-box-shadow: 0 0 5px -1px #000;
  -moz-box-shadow: 0 0 5px -1px #000;
  box-shadow: 0 0 5px -1px #000;
}

.item-logo {
  float: left;
  position: relative;
  margin-right: 20px;
}
.item-logo span {
	font-weight: 700;
}
.item-logo > a {
  display: block;
  color: #b9bab3;
  text-decoration: none !important;
  letter-spacing: 0.1px;
}
.item-logo > a:hover {
	color: #a0a09a;
}
.item-logo:hover {
	color: #a0a09a;
}

.item-controlls > div {
  padding: 5px 0;
  overflow: hidden;
}
.item-controlls > div h1, .item-controlls > div h2, .item-controlls > div h3 {
  font-size: 14px;
  float: left;
  margin: 0 20px 0 0;
  word-wrap: break-word;
  max-width: 100%;
}
.item-controlls > div h1 > a, .item-controlls > div h2 > a, .item-controlls > div h3 > a {
  text-decoration: none;
}
.item-controlls > div h1 > a:hover, .item-controlls > div h2 > a:hover, .item-controlls > div h3 > a:hover {
  text-decoration: underline;
}
.item-controlls > div h2 {
  font-weight: bold;
}
.item-controlls > div h2 > a {
  color: #000;
}
.item-controlls > div > p {
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.item-controlls > div a {
  text-decoration: underline;
}
.item-controlls > div i {
  color: #b8b8b8;
}

.item-info-table.hide .item-info-row {
  overflow: hidden;
  height: 100px;
}

.item-info-table {
  position: relative;
  overflow: hidden;
}

.item-info-row {
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  float: left;
  /* width: 70%; */
  width: 100%;
}

.item-info-row + .item-info-row {
  width: 30%;
}

.item-text {
  clear: both;
  width: 70%;
  line-height: 150%;
  padding-bottom: 5px;
  word-wrap: break-word;
}
.item-text > div > span {
  color: #64655f;
  font-size: 11px;
}
.item-text > div > p {
  display: inline;
}

.item-title {
  padding: 30px 0 0;
  margin: 0 0 5px;
}
.item-title > h2 {
  font-size: 12px;
  font-weight: bold;
}

.item-list-box {
  word-wrap: break-word;
}
.item-list-box > ul {
  overflow: hidden;
}
.item-list-box ul > li {
  line-height: 132%;
  color: #6a6a6a;
  float: left;
  font-size: 15px;
  margin: 0 8px 0 0;
  max-width: 100%;
}
.item-list-box ul > li > a {
  font-size: 12px;
  text-decoration: none;
}
.item-list-box ul > li > a:hover {
  text-decoration: underline;
}

.item-button {
  bottom: -32px;
  height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  z-index: 10;
}
.item-button > a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background-color: #f1f3ec;
  background-color: rgba(241, 243, 236, 0.95);
  -webkit-box-shadow: 0 0 5px -1px #000;
  -moz-box-shadow: 0 0 5px -1px #000;
  box-shadow: 0 0 5px -1px #000;
  color: #000 !important;
  width: 111px;
  height: 22px;
  line-height: 22px;
  top: 0;
  position: relative;
}
.item-button > a > span {
  position: relative;
  top: -3px;
}
.item-button > a > span > i {
  font-size: 12px;
  margin: 0 0 0 3px;
}
.item-button > a:hover {
  text-decoration: underline;
}

.item-close {
  position: absolute;
  right: 0;
  top: 0;
}
.item-close > a {
  display: inline-block;
  color: #acaf9c;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  text-align: center;
}

.item-close:hover {
  opacity: .7;
}
.subscribe_with_feedreader_first {
  float: right;
  margin-top: 3px;
}
.subscribe_with_feedreader_first a {
	color: #4c6eee;
	padding: 2px 7px;
	border: 1px solid #d9defb;
  border: 1px solid #4c6eee;
	border-radius: 4px;
  text-decoration: none !important;
}
.subscribe_with_feedreader_first a i {
	margin-right: 5px;
  color: #4c6eee;
}
.subscribe_with_feedreader_first a:hover {
	-webkit-box-shadow: 0px 0px 10px 0px #d9defb;
	-moz-box-shadow: 0px 0px 10px 0px #d9defb;
	box-shadow: 0px 0px 10px 0px #d9defb;
}
