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

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

/*** Flip effect ***/
.tck-flip-module {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
	position: relative;
		
}

.tck-flip-module .tck-module-text {
	box-sizing: border-box;
	z-index: 1;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform: rotateY(180deg);
	top:0;
	/*! overflow: visible; */
}

.tck-flip-module .tck-module {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

.tck-flip-module h3 {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	position:absolute;
}

.tck-flip-module h3,
.tck-flip-module .tck-module-text {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

.tck-flip-module:hover .tck-module {
	transform: rotateY(-180deg);
}

.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;
}