

#hikashop_category_information_menu_207 div.hikashop_subcontainer, #hikashop_category_information_menu_207 div.hikashop_subcontainer span, #hikashop_category_information_menu_207 div.hikashop_container {
    border-color: #118f53;
    text-align: center;
}

.hikabtn, .hika_j2 .btn {
    text-decoration: none;
    color: #fff;
    background-color: #7a7a7a;
    margin: 20px;
    padding: 20px;
}

a.hikabtn.hikacart {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    color: white;
    cursor: pointer;
    font-weight: bold;
}
  
.uk-scope .uk-h3, .uk-scope h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #278c89;
}
.uk-scope audio, .uk-scope canvas, .uk-scope iframe, .uk-scope img, .uk-scope svg, .uk-scope video {
    vertical-align: middle;
    margin-top: 30px;
}

.is_ajaxsearch .form-inline input {
    padding: 8px 18px;
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-left: 10px;
    color: #2a3467;
    height: 36px;
    text-align: center;
}

.uk-scope .uk-tab-left>*>a {
    justify-content: left;
    border-bottom: 1px solid #ae7716;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=pills-colorful][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=pills-colorful][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
    padding: 1.25em 0;
    margin: 20px;
}


.uk-scope [class*=uk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    margin-left: 20px;
}

.uk-scope .uk-tab>.uk-active>a {
    color: #333;
    border-color: #1e87f0;
    border: groove;
}


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