div.address > p > a {
    display: block;
}

div.address > p {
	padding-left: 123px;
}

#stuck_container.isStuck div.brand {
	padding: 10px 0;
}

#stuck_container.isStuck * nav {
	margin-top: 20px;
}

.display-none{
	display: none;
}

.contacts .border {
	border-width: 1px;
}
.main-page .border {
	border-width: 0;
}

.marked-list li a, .marked-list-1 li a {
	font-size: 20px;
}

.with-hand {
	cursor: pointer;
}

.we-serve-container {
	margin-top: 15px;
}

.we-serve-container > h3.we-serve-text {
	font-size: 45px
}
	
.we-serve-container h4.we-serve-line-possible {
	margin-top: 10px;
}

.neko-possible-text {
	font-size: 55px;
	margin-top: -17px;
}
.neko-text-offset{
	margin-top: 10px;
}

.logos-images {
	margin-bottom: 45px;
}

.logos-text {
	padding-bottom: 50px;
}

.logos-icon2{
	width: 100px;
	margin-right: auto; 
	margin-left: auto;
	margin-top: auto; 
	margin-bottom: auto;
	top: 50%;
	left: 50%;
}

.product-category-sygnet1{
	background: url(../images/sygnet1.png) no-repeat 50% 50%;
	height:64px;
	width:64px;
}

.product-category-sygnet2{
	background: url(../images/sygnet2.png) no-repeat 50% 50%;
	height:64px;
	width:64px;
}

.product-category-sygnet3{
	background: url(../images/sygnet3.png) no-repeat 50% 50%;
	height:64px;
	width:64px;
}

.product-category-sygnet4{
	background: url(../images/sygnet4.png) no-repeat 50% 50%;
	height:64px;
	width:64px;
}

.product-category1{
  color: #8670af;
  line-height: 62px;
}	

.product-category2{
  color: #f5a80d;
  line-height: 62px;
}	

.product-category3{
  color: #e73253;
  line-height: 62px;
}	

.product-category4{
  color: #1faeb9;
  line-height: 62px;
}	

.bg-watermark-left{
	background-image: url(../images/BG-figure01.png);
    background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 90%;
}
.bg-watermark-right{
	background-image: url(../images/BG-figure02.png);
    background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10%;
}

/* override scale transformation */
.icon-hover_2 > div:hover i {
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
