.tck-container {
  padding: 0 20px;
}

#topmenu-row:not(.istopfixed) {
  background: none; 
  box-shadow: none;
}

.readmore {
  font-variant: small-caps;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
}

.readmore::after {
  content: ">";
  display: inline-block;
  font-family: Cursive;
  margin: 0 0 0 10px;
  font-size: 150%;
  line-height: 0;
  vertical-align: sub;
}

#header-row .readmore {
  background: #24a0d1;
  padding: 10px 30px;
  margin: 10px 0;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

#header-row .readmore:hover {
  background: #01709b;
}

#rowotherservices .flexiblecolumn > div > .inner {
 transition: all 0.2s;
  box-shadow: none;
}

#rowotherservices .flexiblecolumn > div:hover > .inner {
  box-shadow: #eee 0 0 20px;
}

.tck-blog .item-content {
  padding: 20px;
  box-shadow: #dedede 0px 0px 10px 0px;
  -moz-box-shadow: #dedede 0px 0px 10px 0px;
  -webkit-box-shadow: #dedede 0px 0px 10px 0px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  margin-bottom: 20px;
}