.mosaic {
	position: relative;
}
.mosaic .columns {
	height: 544px;
}
.mosaic.about .column {
	position: relative;
	z-index: 10;
}
.mosaic.about .column + .column {
	z-index: 5;
}
.mosaic.about .row-1 {
	height: 136px;
}
.mosaic.about .row-2 {
	position: relative;
	height: 272px;
}
.mosaic.about .col-1 {
	float: left;
	width: 33.33333333%;
	height: 136px;
}
.mosaic.about .col-2 {
	float: left;
	width: 66.66666666%;
	height: 272px;
}
.mosaic.about .title {
	position: absolute;
	left: 66.66666666%;
	height: 272px;
	line-height: 272px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background: #ffb400;
	white-space: normal;
}
.mosaic.about .title .in {
	display: inline-block;
	font-size: 54px;
	line-height: 100%;
	vertical-align: middle;
	padding: 0 30px;
}
.mosaic.about div.wallet, .mosaic.about div.mobile, .mosaic.about div.web {
	height: 136px;
	line-height: 136px;
	text-align: center;
}
.mosaic.about div.wallet {
	background: #ffc600;
}
.mosaic.about div.mobile {
	background: #ff8a00;
}
.mosaic.about div.web {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33.33333333%;
	background: #ff7800;
}
.mosaic .image-1 {
	background: url(../img/v/01.jpg) 50% 50% no-repeat;
}
.mosaic .image-2 {
	background: url(../img/v/02.jpg) 50% 50% no-repeat;
}
.mosaic .image-7 {
	background: url(../img/v/07.jpg) 50% 50% no-repeat;
}
.mosaic .image-9 {
	background: url(../img/v/09.jpg) 50% 50% no-repeat;
}
.mosaic .image-10 {
	background: url(../img/v/10.jpg) 50% 50% no-repeat;
}
.mosaic .image-11 {
	background: url(../img/v/11.jpg) 50% 50% no-repeat;
}
.mosaic .image {
	background-size: cover;
}

.row {
	padding: 20px 165px 60px 165px;
	font-size: 24px;
	line-height: 30px;
	color: #6d6e71;
}
.row h2 {
	font-size: 60px;
	line-height: 100%;
	font-weight: normal;
	color: #313131;
	margin: 40px 0;
	padding: 0;
}
.row h2 span {
	color: #ffae00;
}
.row p {
	margin: 0;
	padding: 0;
}

.solutions {
	background: #ffb400;
	color: #313131;
}
.solutions h2 {
	color: #ffffff;
}
.solutions h2 span {
	color: #313131;
}
.solutions h3 {
	margin: 40px 0 10px 0;
	padding: 0;
	font-size: 34px;
	line-height: 42px;
	font-weight: normal;
	color: #313131;
}
.solutions h3 span {
	color: #ffffff;
}
.solutions ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
	padding: 40px 0 10px 0;
}
.solutions ul li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}
.solutions ul li span {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	vertical-align: top;
}
.solutions ul li span.iwrapper {
	position: relative;
	width: 102px;
	height: 102px;
	line-height: 102px;
	/*border: 5px solid #cc9000;*/
	border: 5px solid #ffb400;
	margin: 15px 0 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.solutions ul li span.iwrapper span {
	vertical-align: middle;
	margin-left: 6px;
}
.solutions ul li span.iwrapper .tips {
    margin-left: 24px !important;
}
.solutions ul li span.iwrapper .mobile {
	margin-left: 5px;
}
.solutions ul li span.iwrapper .autopay, .solutions ul li span.iwrapper .card {
	margin-top: -5px;
}
.solutions ul li span.iwrapper .wallet {
	margin-left: 8px;
}
.solutions ul li span.iwrapper:before, .solutions ul li span.iwrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	opacity: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.solutions ul li span.iwrapper:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 5px #cc9000;
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.solutions ul li a {
	display: block;
}
.solutions ul li a:hover {
	text-decoration: none;
	color: #313131;
	/*.iwrapper{
  	border-color: #ffb400;
  	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
  	&:before, &:after{
  		transform: scale(0.9);
  		-moz-transform: scale(0.9);
  		-webkit-transform: scale(0.9);
  		opacity: 1;
  	}
  }*/
}
.solutions + .columns {
	overflow: hidden;
}

.mobi-processing {
	background: url(../img/v/12.jpg) 50% 50% no-repeat;
}

.mobi-nko {
	background: url(../img/v/13.jpg) 50% 50% no-repeat;
}

.mobi-info {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 130px 90px 30px;
	height: 640px;
	background-size: cover;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.mobi-info .in {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	z-index: 10;
}
.mobi-info h2 {
	font-size: 40px;
	line-height: 44px;
	color: #ffb400;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
}
.mobi-info p {
	margin: 0 0 20px 0;
}
.mobi-info .more {
	display: inline-block;
	padding: 0 30px;
	color: #ffb400;
	line-height: 64px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}
.mobi-info .more .icon {
	margin-left: 10px;
}
.mobi-info:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
	background: rgba(63, 64, 66, 0.7);
}
.mobi-info:hover:before {
	background: rgba(0, 0, 0, 0.75);
}
.mobi-info:hover .more {
	background: #ffba00;
	color: #313131;
	text-decoration: none;
}
.mobi-info:hover .more .icon {
	height: 34px;
	width: 34px;
}

.personal {
	background: #919296;
	padding-top: 65px;
	padding-bottom: 60px;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
}
.personal h2 {
	font-size: 30px;
	color: #ffba00;
}
.personal p {
	margin: 0 0 20px 0;
}
.personal .button {
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	background-color: #ffba00;
	transition: all 0.3s ease;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.personal .button:hover {
	text-decoration: none;
	color: #313131;
	background-color: #ffffff;
}
.personal .image {
	width: 216px;
	height: 216px;
	line-height: 0;
	float: left;
	margin-right: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.personal .description {
	overflow: hidden;
	padding: 15px 0;
}

.iproperty {
	font-size: 20px;
	line-height: 26px;
	color: #313131;
    padding: 60px 165px;
}
.paycash {
    padding: 60px 165px;
}
.iproperty h2 {
	font-size: 50px;
	margin: 0 40px 50px 0;
}
#anchor_technology #paycash-technology {
	cursor: pointer;
}
#anchor_technology #paycash-technology:hover {
    color: #919296;
    text-decoration: underline;
}
.iproperty h2 span {
	color: #ffb400;
}
.iproperty h3 {
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.iproperty p {
	margin: 10px 0;
}
.iproperty ul.list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 16px -16px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.iproperty ul.list li {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 20%;
	padding-right: 16px;
	padding-bottom: 16px;
}
.iproperty ul.list li img {
	width: 100%;
	height: auto;
}

.people {
	background: #525355;
	font-size: 0;
	line-height: 0;
	padding-bottom: 80px;
}
.people h2 {
	display: inline-block;
	color: #ffffff;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	vertical-align: top;
	margin: 40px 0;
}

.timeline {
	margin: 0 0 60px;
}
.timeline .preamble {
	position: relative;
	padding: 100px 160px;
	text-align: center;
	background: #eaeaea;
	color: #919296;
	font-size: 28px;
	line-height: 36px;
}
.timeline .preamble:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -64px;
	margin-left: -32px;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top: 32px solid #eaeaea;
}
.timeline .item {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 80px 115px 0;
}
.timeline .item .year {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	color: #ffb400;
	font-weight: bold;
}
.timeline .item .year:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 73px;
	left: 50%;
	top: -110px;
	margin-left: -5px;
	background: url(../img/bg/timeline-year.png) 50% 0 no-repeat;
}
.timeline .item .left, .timeline .item .right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 50%;
	font-size: 16px;
	line-height: 20px;
	color: #919296;
}
.timeline .item .left {
	float: left;
	text-align: right;
	padding-right: 150px;
}
.timeline .item .right {
	float: right;
	text-align: left;
	padding-left: 150px;
}
.timeline .item .image {
	display: inline-block;
	width: 370px;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.timeline .item .description {
	display: inline-block;
	max-width: 420px;
}
.timeline .preamble + .item .year:after {
	display: none;
}

.person {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 100%;
	width: 25%;
	vertical-align: top;
	text-align: center;
	margin: 0 0 40px;
	/*cursor: pointer;*/
	vertical-align: top !important;
}
.person .photo {
	position: relative;
	width: 216px;
	height: 216px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 15px;
}
.person .description {
	position: relative;
	width: 236px;
	margin: 0 0 0 -10px;
	line-height: 22px;
	color: #ffb400;
}
.person .description span {
	font-size: 14px;
	color: #a3a3a3;
}
.person .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 216px;
	height: 216px;
	line-height: 216px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #313131;
	vertical-align: middle;
	opacity: 0;
	transition: all 0.3s ease;
	background: rgba(255, 180, 0, 0.95);
}
.person .info span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	z-index: 10;
}
.person:hover .info {
	opacity: 1;
}

.about_link {
	font-weight:bold;
	color:#ffb400;
}

.certificate_link {
  color: #fff;
}

.people .list {
    padding: 30px 0 20px 0 !important;
}

@media only screen and (max-width: 1279px) {
	.mosaic .columns {
		height: 592px;
	}
	.mosaic.about .row-1 {
		height: 148px;
	}
	.mosaic.about .row-2 {
		height: 296px;
	}
	.mosaic.about .col-1 {
		width: 50%;
		height: 148px;
	}
	.mosaic.about .col-2 {
		width: 50%;
		height: 296px;
	}
	.mosaic.about .title {
		width: 100%;
		left: 50%;
		height: 296px;
		line-height: 296px;
	}
	.mosaic.about .title .in {
		font-size: 56px;
	}
	.mosaic.about div.wallet, .mosaic.about div.mobile, .mosaic.about div.web {
		height: 148px;
		line-height: 148px;
	}
	.mosaic.about div.wallet {
		display: none;
	}
	.mosaic.about div.mobile {
		background: #ff8a00;
	}
	.mosaic.about div.web, .mosaic.about .image-10 {
		display: none;
	}

	.row {
		padding: 40px 70px 40px 70px;
		font-size: 20px;
		line-height: 28px;
	}
	.row h2 {
		font-size: 50px;
		line-height: 100%;
		font-weight: normal;
		margin: 0 0 10px 0;
	}

	.mobi-info {
		padding: 110px 40px 30px;
		height: 640px;
	}

	.personal {
		padding-top: 57px;
		padding-bottom: 60px;
		font-size: 18px;
		line-height: 22px;
	}
	.personal h2 {
		font-size: 30px;
		color: #ffba00;
	}
	.personal p {
		margin: 0 0 20px 0;
	}

	.iproperty .columns {
		display: block;
	}
	.iproperty .columns .column {
		display: block;
	}
	.iproperty h2 {
		font-size: 50px;
		margin: 0 0 20px 0;
	}
	.iproperty h3 {
		margin-top: 50px;
	}
	.iproperty p {
		margin: 15px 0 0;
	}

	.timeline {
		margin: 0 0 40px;
	}
	.timeline .preamble {
		position: relative;
		padding: 80px 75px;
	}
	.timeline .item {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: relative;
		width: 100%;
		padding: 50px 24px 0;
	}
	.timeline .item .year {
		top: 50px;
	}
	.timeline .item .year:after {
		top: -110px;
	}
	.timeline .item .image {
		width: 320px;
	}
	.timeline .item .description {
		max-width: 320px;
	}

	.people {
		font-size: 0;
		line-height: 0;
	}
	.people h2 {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-right: 20px;
	}

	.person {
		position: relative;
		display: inline-block;
		font-size: 20px;
		line-height: 100%;
	}
	.person .photo {
		width: 192px;
		height: 192px;
	}
	.person .photo img {
		max-width: 100%;
		height: auto;
	}
	.person .description {
		position: relative;
		width: 212px;
	}
	.person .info {
		width: 192px;
		height: 192px;
		line-height: 192px;
	}
}
@media only screen and (max-width: 1000px) {
	.person{width:33%;}
	.timeline {
		margin: 0 0 40px;
	}
	.timeline .preamble {
		font-size: 24px;
		line-height: 32px;
	}
	.timeline .item {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: relative;
		width: 100%;
		padding: 110px 75px 0;
	}
	.timeline .item .year {
		position: relative;
		top: 0;
	}
	.timeline .item .year:after {
		top: -110px;
	}
	.timeline .item .left, .timeline .item .right {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 25px;
		text-align: left;
	}
	.timeline .item .image, .timeline .item .description {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.timeline .item .year + .left, .timeline .item .year + .right {
		margin-top: 0;
	}
	.mosaic.about .column {
		display: table-cell;
	}
    .row {
        padding: 20px 70px 70px 70px;
    }
    .solutions ul {
        display: block;
        text-align: center;
    }
    .solutions ul li {
        display: inline-block;
        width: 160px;
        padding: 0 20px;
        vertical-align: top;
    }

}
@media only screen and (max-width: 768px) {
	.mosaic .columns {
		height: 456px;
	}
	.mosaic.about .row-1 {
		height: 115px;
	}
	.mosaic.about .row-2 {
		height: 228px;
	}
	.mosaic.about .col-1 {
		height: 115px;
	}
	.mosaic.about .col-2 {
		height: 228px;
	}
	.mosaic.about .title {
		height: 228px;
		line-height: 228px;
	}
	.mosaic.about .title .in {
		font-size: 44px;
	}
	.mosaic.about div.wallet, .mosaic.about div.mobile, .mosaic.about div.web {
		height: 115px;
		line-height: 115px;
	}

	.row h2 {
		margin: 0 0 15px 0;
	}

	.solutions + .columns {
		display: block;
	}
	.solutions + .columns .column {
		display: block;
	}

	.mobi-info {
		padding: 60px 80px 30px;
		height: 432px;
		width: 100%;
	}

	.personal {
		padding: 57px 40px 60px 70px;
		font-size: 16px;
		line-height: 20px;
	}
	.personal h2 {
		font-size: 26px;
	}
	.personal .button {
		font-size: 18px;
		line-height: 48px;
	}



	.people {
		font-size: 0;
		line-height: 0;
	}
	.people h2 {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-right: 0px;
		width: 100%;
	}

	.person {
		width: 33%;
		text-align: center;
	}
	.person .photo {
		width: 180px;
		height: 180px;
	}
	.person .photo img {
		max-width: 100%;
		height: auto;
	}
	.person .description {
		position: relative;
		width: 202px;
	}
	.person .info {
		width: 182px;
		height: 182px;
		line-height: 182px;
	}
}
@media only screen and (max-width: 700px) {
	.mosaic .columns {
		height: 385px;
	}
	.mosaic.about .row-1 {
		height: 97px;
	}
	.mosaic.about .row-2 {
		height: 192px;
	}
	.mosaic.about .row-2 .col-2 {
		display: none;
	}
	.mosaic.about .col-1 {
		height: 97px;
		width: 100%;
	}
	.mosaic.about .col-2 {
		height: 192px;
	}
	.mosaic.about .title {
		display: block !important;
		width: 200%;
		left: 0;
		height: 192px;
		line-height: 192px;
	}
	.mosaic.about .title .in {
		font-size: 38px;
	}
	.mosaic.about div.wallet, .mosaic.about div.mobile, .mosaic.about div.web, .mosaic.about .image-1 {
		display: none;
	}
	.mosaic.about .image-7 {
		display: block;
	}

	.row {
		padding: 40px 16px 40px 16px;
		font-size: 18px;
		line-height: 24px;
	}
	.row h2 {
		font-size: 38px;
	}

	.solutions h3 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	.solutions ul {
		display: block;
		text-align: left;
	}
	.solutions ul li {
		display: inline-block;
		width: 130px;
		padding: 0 5px;
		vertical-align: top;
	}
	.solutions ul li .iwrapper {
		margin: 25px 0 15px !important;
	}
	.solutions ul li .name {
		position: relative;
		text-align: center;
		font-size: 16px;
		line-height: 18px;
	}

	.mobi-info {
		padding: 50px 16px 10px;
		height: 536px;
		width: 100%;
		/*
    &:before{
    	height: 536px;
    }
    */
	}
	.mobi-info h2 {
		font-size: 36px;
	}
	.mobi-info .in {
		font-size: 16px;
		line-height: 22px;
	}

	.personal {
		text-align: center;
		padding: 50px 16px;
		font-size: 16px;
		line-height: 22px;
	}
	.personal h2 {
		font-size: 30px;
	}
	.personal .image {
		display: inline-block;
		float: none;
		margin: 0 0 20px 0;
	}
	.personal .description {
		display: block;
		overflow: visible;
	}
	.personal .button {
		font-size: 16px;
		line-height: 40px;
		padding: 0 25px;
	}

	.iproperty {
		font-size: 18px;
		line-height: 24px;
	}
	.iproperty h2 {
		font-size: 32px;
	}
	.iproperty ul.list li {
		width: 50%;
		padding-bottom: 16px;
	}

	.timeline .preamble {
		padding: 40px 16px;
		font-size: 18px;
		line-height: 22px;
	}
	.timeline .item {
		padding: 100px 16px 0;
	}
	.timeline .item .year {
		position: relative;
		top: 0;
	}
	.timeline .item .year:after {
		top: -80px;
	}
	.timeline .item .image img {
		max-width: 100%;
		height: auto;
	}

	.people {
		font-size: 0;
		line-height: 0;
	}
	.people h2 {
		margin-bottom: 25px;
	}

	.person {
		width: 50%;
		text-align: center;
	}
	.person .photo {
		width: 124px;
		height: 124px;
		margin: 0 10px 10px;
	}
	.person .photo img {
		max-width: 100%;
		height: auto;
	}
	.person .description {
		position: relative;
		width: 124px;
		font-size: 16px;
		line-height: 16px;
		margin: 0 10px;
	}
	.person .description span {
		font-size: 14px;
	}
	.person .info {
		width: 124px;
		height: 124px;
		line-height: 124px;
	}
	.person .info span {
		font-size: 14px;
		line-height: 16px;
	}
}
