/* ==================================== */
/* COMMON PAGE */
/* Simon_tal */
/* 2015-12-28 09:28:24 */
/* ==================================== */
#mainWrapper {
  margin-top: 20px;}
#topPicture {
  margin-bottom: 25px;}
#mainContent {
  min-height: 600px;}
#innerAside {
  border-radius: 5px;
  text-align: center;}
#innerAside h2 {
  background-color: #16A085;
  background-image: url(../static/images/pattern_slashes.png);
  margin: 0px;
  padding: 12px 0;
  font-size: 22px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  letter-spacing: 4px;}
#innerAside ul {
  border: 1px solid #ccc;
  list-style: none;
  padding: 0px;
  text-align: left;
  border-radius: 0 0 5px 5px;}
#innerAside ul li {
  font-size: 18px;
  padding: 10px 0;
  border-top: 1px dashed #ccc;
  position: relative;
  padding-left: 35px;
  letter-spacing: 2px;}
#innerAside ul li a:after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #a8abae;
  font-size: 13px;
  margin-left: 5px;
  content: "\e62c";
  position: absolute;
  right: 25px;
  top: 15px;}
#innerAside ul li:hover {
  background: #2c3e50;}
#innerAside ul li:hover a {
  color: #fff;}
#innerAside ul li:first-child {
  border-top: none;}
.innerlocation span {
  color: #999;
  font-family: sans-serif;}
.innerlocation a {
  color: #999;}
#articlePart > header > h2 {
  letter-spacing: 2px;
  color: #159B80;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
  margin-top: 25px;}
@media (min-width: 1260px) {
  .ia-col {
    width: 20%;}
  .ic-col {
    width: 80%;}
}
