@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
html{height:100%;}
body {
	margin:0;
	color:#4e4e4e;
	font:13px/18px 'PT Sans', sans-serif;
	background:#fff;
	min-width: 320px;
	height:100%;
}
img {
	border-style:none;
	max-width:100%;
	max-height:100%;
}
a {
	color:#227fbb;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
*{
	-webkit-overflow-scrolling: touch;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select {
	font:100% 'PT Sans', sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
input:focus::-webkit-input-placeholder {
	color:transparent !important;
}
input:focus:-ms-input-placeholder {
	color:transparent !important;
}
input:focus::-moz-placeholder {
	color:transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color:transparent !important ;
}
textarea:focus:-ms-input-placeholder {
	color:transparent !important;
}
textarea:focus::-moz-placeholder {
	color:transparent !important;
}
input::-webkit-input-placeholder{
	color:#000000;
	opacity: 1;
}
input:-moz-placeholder{
	color:#000000;
	opacity: 1;
}
input::-moz-placeholder{
	color:#000000;
	opacity: 1;
}
textarea::-webkit-input-placeholder{
	color:#000000;
	opacity: 1;
}
textarea:-moz-placeholder{
	color:#000000;
	opacity: 1;
}
textarea::-moz-placeholder{
	color:#000000;
	opacity: 1;
}
h1,h2{
	margin:0 0 20px;
	font-size:36px;
	line-height:48px;
	-webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;    
    transition: opacity 1s linear;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.active h1,.active h2{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-animation: pulse 1s ease-out;
	 -moz-animation: pulse 1s ease-out;
	 -ms-animation: pulse 1s ease-out;
}
@-webkit-keyframes pulse{
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse{
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
h3{
	margin:0 0 20px;
	font-size:24px;
	line-height:32px;
}
#wrapper{
	width:100%;
	overflow: hidden;
	position: relative;
	min-height:100%;
}
.center-wrapper{
	max-width: 1170px;
	margin:0 auto;
	position:relative;
}
.center-wrapper:after{
	display:block;
	clear:both;
	content:'';
}
.preloader{
	width:128px;
	height:128px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-64px 0 0 -64px;
	background:url(../images/preloader.gif) no-repeat;
}
.visible-block .preloader{
	display:none;
}
#header{
	height:67px;
}
.header-wrapper{
	position:relative;
	background:#fff url(../images/bg-header.png) repeat-x 50% 0;
	height:67px;
	padding:10px 0 0;
}
.header-wrapper .center-wrapper{
	padding:0 100px;
}
.logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:148px;
	height:51px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
}
.header-wrapper .btn{
	float:right;
	margin:6px 0 0;
}
.btn{
	background-color:#40b371;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	padding:0 0 3px;
	white-space:nowrap;
	font-weight:bold;
	cursor:pointer;
	overflow:hidden;
}
.btn input{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	right:0;
	left:0;
	bottom:0;
	cursor:pointer;
	z-index:5;
	width:400px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.btn.big-btn{
	font-size:21px;
}
.btn.green-btn{
	background-color:#39897e;
}
.btn.green-btn span{
	background-color:#00bd9c;
}
.btn.red-btn{
	background-color:#a04a40;
}
.btn.red-btn span{
	background-color:#e74c3c;
}
.btn.purple-btn{
	background-color:#5a2175;
}
.btn.purple-btn span{
	background-color:#9c56b8;
}
.btn.blue-btn{
	background-color:#3ea9c5;
}
.btn.blue-btn span{
	background-color:#00bdef;
}
.btn.yellow-btn{
	background-color:#c4b43d;
	color:#4c4c4c;
}
.btn.yellow-btn span{
	background-color:#fbe007;
}
.btn span{
	background-color:#2ecd71;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	min-width:150px;
	padding:0 20px;
	height:36px;
	line-height:36px;
	display:block;
}
.btn.big-btn span{
	height:54px;
	line-height:54px;
}
.btn:hover{
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
.btn:active{
	top:2px;
	padding-bottom:1px;
	margin-bottom:2px;
}
#nav{
	margin:0;
	padding:17px 0 0;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
#nav>li{
	display:inline-block;
	vertical-align:top;
	margin:0 15px;
}
#nav>li:first-child{
	margin-left:0px;
}
#nav>li>a{
	float:left;
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#nav>li>a:hover{
	text-decoration:underline;
}
.section{
	position:relative;
}
.video-section{
	
}
.easyhtml5video{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	overflow:hidden;
}
.easyhtml5video video{
	z-index:5;
	position:relative;
}
.easyhtml5video:after{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	content:'';
	z-index:6;
}
.main-list{
	margin:0;
	padding:34px 0 43px 70px;
	list-style:none;
	position:relative;
	z-index:10;
	font-size:30px;
	line-height:30px;
}
.main-list .small-undertext {
	line-height: 16px;
}
.main-list .small-undertext i {
	font-size:14px;
}
.main-list li{
	overflow:hidden;
	margin:30px 0 0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.active .main-list li{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.main-list li:nth-child(1){
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay:  0.6s;
	-ms-transition-delay:  0.6s;
	-o-transition-delay:  0.6s;
	transition-delay:  0.6s;
}
.main-list li:nth-child(2){
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay:  0.9s;
	-ms-transition-delay:  0.9s;
	-o-transition-delay:  0.9s;
	transition-delay:  0.9s;
}
.main-list li:nth-child(3){
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay:  1.2s;
	-ms-transition-delay:  1.2s;
	-o-transition-delay:  1.2s;
	transition-delay:  1.2s;
}
.main-list li:nth-child(4){
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay:  1.5s;
	-ms-transition-delay:  1.5s;
	-o-transition-delay:  1.5s;
	transition-delay:  1.5s;
}
.main-list li:first-child{
	margin-top:0px;
}
.main-list .num{
	float:left;
	width:101px;
	height:100px;
	text-align:center;
	font-weight:bold;
	font-size:60px;
	line-height:100px;
	background:url(../images/bg-num.png) no-repeat;
	margin:0 30px 0 0;
}
.main-list .holder{
	display:table-cell;
	vertical-align:middle;
	padding: 20px 0 0px;
}
.video-section .note{
	font-size:30px;
	position:relative;
	z-index:10;
	line-height:30px;
	padding:0 0 0 58px;
}
.video-section .center-wrapper{
	padding:0 170px 101px;
	color:#fff;
}
.page-switcher{
	position:fixed;
	z-index:150;
	right:20px;
	top:50%;
	margin:-90px 0 0;
	padding:0;
	list-style:none;
}
.page-switcher li{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-top:9px;
	overflow:hidden;
	border:2px solid transparent;
}
.page-switcher li:first-child{
	margin-top:0px;
}
.page-switcher li a{
	text-indent: -9999px;
	overflow: hidden;
	background-color:#4a4f65;
	display:block;
	height:8px;
	width:8px;
}
.page-switcher li.active a,
.page-switcher li:hover a{
	background-color:#fff;
}
.page-switcher li.active:nth-child(1),
.page-switcher li:nth-child(1):hover{
	border-color:#ea5540;
}
.page-switcher li.active:nth-child(2),
.page-switcher li:nth-child(2):hover{
	border-color:#9d58b9;
}
.page-switcher li.active:nth-child(3),
.page-switcher li:nth-child(3):hover{
	border-color:#11c1ef;
}
.page-switcher li.active:nth-child(4),
.page-switcher li:nth-child(4):hover{
	border-color:#2ecd71;
}
.page-switcher li.active:nth-child(5),
.page-switcher li:nth-child(5):hover{
	border-color:#ea5540;
}
.page-switcher li.active:nth-child(6),
.page-switcher li:nth-child(6):hover{
	border-color:#9d58b9;
}
.page-switcher li.active:nth-child(7),
.page-switcher li:nth-child(7):hover{
	border-color:#11c1ef;
}
.page-switcher li.active:nth-child(8),
.page-switcher li:nth-child(8):hover{
	border-color:#2ecd71;
}
.page-switcher li.active:nth-child(9),
.page-switcher li:nth-child(9):hover{
	border-color:#2ecd71;
}
.methodology-section{
	background-color:#f2f2f2;
	padding-bottom:65px;
}
.methodology-section .center-wrapper{
	padding-top:54px;
}
.methodology-section h2{
	text-align:center;
	margin:0 0 154px;
	color:#e1524b;
}
.methodology-circle-wrapper{
	width:530px;
	height:530px;
	position:relative;
	margin:0 auto 144px;
}
.methodology-circle-wrapper .circle{
	width:530px;
	height:530px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bg-methodology.png) no-repeat;
}
.methodology-circle-wrapper .inner-circle{
	width:354px;
	height:355px;
	background:url(../images/bg-methodology-circle.png) no-repeat;
	z-index:1;
	position:absolute;
	left:50%;
	top:50%;
	margin:-177px 0 0 -177px;
	-webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    transition: all 3s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.methodology-circle-wrapper .inner-circle img,
.methodology-circle-wrapper .circle img{
	display:none;
}
.active .methodology-circle-wrapper .inner-circle{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.methodology-circle-wrapper .item-list{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	font-size:24px;
	line-height:24px;
	margin:0;
	padding:0;
	list-style:none;
}
.methodology-circle-wrapper .item-list li{
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bg-methodology-item.png) no-repeat;
	width:78px;
	height:78px;
	z-index:15;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.active .methodology-circle-wrapper .item-list li{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.methodology-circle-wrapper .item-list .item01{
	background-position:-262px 0;
	color:#f2c500;
	left:229px;
	top:-38px;
	-webkit-transition-delay: 0s;
	-moz-transition-delay:  0s;
	-ms-transition-delay:  0s;
	-o-transition-delay:  0s;
	transition-delay:  0s;
}
.methodology-circle-wrapper .item-list .item02{
	background-position:-450px -82px;
	color:#e87e04;
	left:416px;
	top:44px;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay:  0.3s;
	-ms-transition-delay:  0.3s;
	-o-transition-delay:  0.3s;
	transition-delay:  0.3s;
}
.methodology-circle-wrapper .item-list .item03{
	background-position:-520px -258px;
	color:#e94b35;
	left:486px;
	top:220px;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay:  0.6s;
	-ms-transition-delay:  0.6s;
	-o-transition-delay:  0.6s;
	transition-delay:  0.6s;
}
.methodology-circle-wrapper .item-list .item04{
	background-position:-450px -449px;
	color:#9c56b8;
	left:416px;
	top:411px;
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay:  0.9s;
	-ms-transition-delay:  0.9s;
	-o-transition-delay:  0.9s;
	transition-delay:  0.9s;
}
.methodology-circle-wrapper .item-list .item05{
	background-position:-262px -530px;
	color:#00bdef;
	left:228px;
	top:492px;
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay:  1.2s;
	-ms-transition-delay:  1.2s;
	-o-transition-delay:  1.2s;
	transition-delay:  1.2s;
}
.methodology-circle-wrapper .item-list .item06{
	background-position:-73px -449px;
	color:#2c97de;
	left:39px;
	top:411px;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay:  1.5s;
	-ms-transition-delay:  1.5s;
	-o-transition-delay:  1.5s;
	transition-delay:  1.5s;
}
.methodology-circle-wrapper .item-list .item07{
	background-position:0px -258px;
	color:#00bd9c;
	left:-34px;
	top:220px;
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay:  1.8s;
	-ms-transition-delay:  1.8s;
	-o-transition-delay:  1.8s;
	transition-delay:  1.8s;
}
.methodology-circle-wrapper .item-list .item08{
	background-position:-73px -82px;
	color:#1eca6b;
	left:39px;
	top:44px;
	-webkit-transition-delay: 2.1s;
	-moz-transition-delay:  2.1s;
	-ms-transition-delay:  2.1s;
	-o-transition-delay:  2.1s;
	transition-delay:  2.1s;
}
.methodology-circle-wrapper .item-list li span{
	text-align:center;
	width:300px;
	position:absolute;
	left:0;
	top:0;
}
.methodology-circle-wrapper .item-list .item01 span{
	left:-104px;
	top:-66px;
}
.methodology-circle-wrapper .item-list .item02 span{
	top:16px;
	left:51px;
}
.methodology-circle-wrapper .item-list .item03 span{
	top:26px;
	left:-3px;
}
.methodology-circle-wrapper .item-list .item04 span{
	top:28px;
	left:50px;
}
.methodology-circle-wrapper .item-list .item05 span{
	top:91px;
	left:-111px;
}
.methodology-circle-wrapper .item-list .item06 span{
	top:14px;
	left:-256px;
}
.methodology-circle-wrapper .item-list .item07 span{
	top:26px;
	left:-262px;
}
.methodology-circle-wrapper .item-list .item08 span{
	top:22px;
	left:-283px;
}
.methodology-note-holder{
	background:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#4c4c4c;
	font-size:21px;
	line-height:28px;
	padding:21px 23px 23px 27px;
}
.methodology-note-holder .btn{
	float:right;
	margin-left:20px;
}
.methodology-note-holder .holder{
	overflow:hidden;
}
.methods-section {
	background:url(../images/bg-methods.jpg) no-repeat 50% 50%;
}
.methods-section .center-wrapper{
	padding:47px 0 159px;
}
.methods-section h2{
	text-align:center;
	color:#42b86a;
	margin:0 0 26px;
}
.methods-section h3{
	text-align:center;
	color:#777777;
	margin:0 0 97px;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay:  0.3s;
	-ms-transition-delay:  0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.methods-section.active h3{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.methods-circle-wrapper{
	width:827px;
	height:461px;
	background:url(../images/methods-grid.png) no-repeat;
	position:relative;
	margin:0 auto;
	left:39px;
}
.methods-circle-wrapper .item-list{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	color:#4c4c4c;
	font-size:16px;
	line-height:18px;
}
.methods-circle-wrapper .item-list li{
	position:absolute;
	left:0;
	top:0;
	width:300px;
	text-align:center;
}
.methods-circle-wrapper .item-list .item01{
	left:105px;
	top:13px;
}
.methods-circle-wrapper .item-list .item02{
	left:386px;
	top:9px;
}
.methods-circle-wrapper .item-list .item03{
	left:604px;
	top:101px;
}
.methods-circle-wrapper .item-list .item04{
	left:723px;
	top:316px;
	text-align:left;
}
.methods-circle-wrapper .item-list .item05{
	left:412px;
	top:429px;
}
.methods-circle-wrapper .item-list .item06{
	left:80px;
	top:439px;
}
.methods-circle-wrapper .item-list .item07{
	left:-136px;
	top:198px;
}
.note-block{
	margin:0 auto;
	max-width:560px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.75);
	background-image:url(../images/bg-header.png);
	background-repeat:no-repeat;
	background-position:0 -1px;
	text-align:center;
	color:#333333;
	font-size:24px;
	line-height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.active .note-block{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.note-block p{
	margin:0;
}
.note-block .note{
	font-size:16px;
	margin-top:8px;
}
.note-section{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	padding:79px 0 66px;
}
.note-section .btn-wrap{
	margin-top:50px;
}
.work-section{
	padding:55px 0 52px;
}
.work-section h2{
	margin:0 0 38px;
	color:#e87e04;
	text-align:center;
}
.work-section .item-list{
	width:97px;
	margin:0 auto;
	position:relative;
	left:6px;
	color:#4c4c4c;
	font-size:16px;
	line-height:20px;
	padding:0;
	list-style:none;
}
.work-section .item-list.item-list01{
	background:url(../images/bg-work-dot01.png) no-repeat;
	height:240px;
}
.work-section .item-list.item-list02{
	background:url(../images/bg-work-dot02.png) no-repeat;
	height:504px;
}
.work-section .item-list li{
	position:absolute;
	left:0;
	top:0;
	width:400px;
	display:table;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.work-section.active .item-list li{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.work-section .item-list li span{
	display:table-cell;
	vertical-align:middle;
	height:88px;
	font-weight:bold;
}
.work-section .item-list .item01{
	top:7px;
	left:-411px;
	text-align:right;
}
.work-section .item-list .item02{
	top:131px;
	left:94px;
}
.work-section .item-list .item03{
	top:38px;
	left:-413px;
	text-align:right;
}
.work-section .item-list .item04{
	top:161px;
	left:95px;
}
.work-section .item-list .item05{
	top:289px;
	left:-411px;
	text-align:right;
}
.work-section .item-list .item06{
	top:412px;
	left:95px;
}
.work-section .circle-wrap{
	margin:54px auto 29px;
	padding:0;
	list-style:none;
	background:url(../images/bg-center-work.png) no-repeat;
	width:447px;
	height:448px;
	position:relative;
	font-size:18px;
	line-height:21px;
}
.work-section .circle-wrap li{
	position:absolute;
	left:0;
	text-align:center;
	top:0;
	width:220px;
}
.work-section .circle-wrap .circle-item01{
	left:113px;
	top:-50px;
	color:#f59d00;
}
.work-section .circle-wrap .circle-item02{
	left:384px;
	top:30px;
	color:#e87e04;
}
.work-section .circle-wrap .circle-item03{
	left:381px;
	top:204px;
	color:#e94b35;
}
.work-section .circle-wrap .circle-item04{
	left:361px;
	top:370px;
	color:#8f3faf;
}
.work-section .circle-wrap .circle-item05{
	left:113px;
	top:449px;
	color:#00bdef;
}
.work-section .circle-wrap .circle-item06{
	left:-114px;
	top:356px;
	color:#227fbb;
}
.work-section .circle-wrap .circle-item07{
	left:-197px;
	top:208px;
	color:#00a185;
}
.work-section .circle-wrap .circle-item08{
	left:-130px;
	top:38px;
	color:#1eca6b;
}
.btn-wrap{
	text-align:center;
}
.projects-section{
	padding:38px 0 50px;
}
.projects-section .center-wrapper{
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.projects-section.active .center-wrapper{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.projects-section .center-wrapper{
	padding-left:85px;
	padding-right:50px;
}
.projects-section h2{
	margin:0 0 50px;
	text-align:center;
	color:#e94b35;
}
.projects-section .title{
	color:#4c4c4c;
	font-weight:bold;
	font-size:24px;
	vertical-align:baseline;
	line-height:32px;
	margin:0 0 13px 7px;
}
.projects-section .title a{
	color:#4c4c4c;
	text-decoration:none;
}
.projects-section .title a:hover{
	text-decoration:underline;
}
.projects-section .title img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 4px 3px 0;
}
.projects-section .holder-wrapper{
	overflow:hidden;
	padding:0 0 25px;
}
.projects-section .holder-wrapper .img{
	float:left;
	margin:10px 40px 0 0;
}
.projects-section .holder-wrapper .holder{
	overflow:hidden;
}
.projects-section .holder-wrapper p{
	margin:0 0 15px;
	color:#4c4c4c;
	font-size:18px;
	line-height:24px;
}
.projects-section .holder-wrapper h3{
	color:#4c4c4c;
	font-size:18px;
	line-height:24px;
	margin:0 0 8px;
}
.projects-section .holder-wrapper .list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	line-height:24px;
}
.projects-section .holder-wrapper .list li{
	position:relative;
	padding:0 0 8px 38px;
}
.projects-section .holder-wrapper .list li:after{
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:50%;
	margin:-20px 0 0;
	background:url(../images/bg-dot.png) no-repeat;
	content:'';
}
.projects-section .holder-wrapper .list .type01{
	color:#f2c500;
}
.projects-section .holder-wrapper .list .type02{
	color:#e87e04;
}
.projects-section .holder-wrapper .list .type03{
	color:#00bdef;
}
.projects-section .holder-wrapper .list .type04{
	color:#2c97de;
}
.projects-section .holder-wrapper .list .type05{
	color:#00bd9c;
}
.projects-section .holder-wrapper .list .type06{
	color:#1eca6b;
}
.projects-section .holder-wrapper .list .type07{
	color:#e94b35;
}
.projects-section .holder-wrapper .list .type01:after{
	background-position:0 -155px;
}
.projects-section .holder-wrapper .list .type02:after{
	background-position:0 -186px;
}
.projects-section .holder-wrapper .list .type03:after{
	background-position:0 0px;
}
.projects-section .holder-wrapper .list .type04:after{
	background-position:0 -93px;
}
.projects-section .holder-wrapper .list .type05:after{
	background-position:0 -31px;
}
.projects-section .holder-wrapper .list .type06:after{
	background-position:0 -62px;
}
.projects-section .holder-wrapper .list .type07:after{
	background-position:0 -124px;
}
.clientage-section span,
.experience-section span,
.helper-section .btn span,
.note-section .btn span,
.projects-section .btn span{
	min-width:334px;
	font-size:18px;
	height:39px;
	line-height:39px;
}
.clientage-section .btn span,
.experience-section .btn span,
.helper-section .btn span,
.note-section .btn span{
	min-width:425px;
}
.helper-section{
	background:#e5f8fd;
	padding:35px 0 72px;
}
.helper-section .btn-wrap{
	margin-top:51px;
}
.helper-section .center-wrapper{
	padding:0 70px;
}
.helper-section h2{
	margin:0 0 46px;
	text-align:center;
	color:#00bdef;
}
.helper-list{
	margin:0;
	padding:0;
	list-style:none;
}
.helper-list>li{
	overflow:hidden;
	margin:0 0 37px;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.active .helper-list>li{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.helper-list>li:nth-child(1){
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay:  0.3s;
	-ms-transition-delay:  0.3s;
	-o-transition-delay:  0.3s;
	transition-delay:  0.3s;
}
.helper-list>li:nth-child(2){
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay:  0.8s;
	-ms-transition-delay:  0.8s;
	-o-transition-delay:  0.8s;
	transition-delay:  0.8s;
}
.helper-list>li:nth-child(3){
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay:  1.3s;
	-ms-transition-delay:  1.3s;
	-o-transition-delay:  1.3s;
	transition-delay:  1.3s;
}
.helper-list>li:nth-child(4){
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay:  1.8s;
	-ms-transition-delay:  1.8s;
	-o-transition-delay:  1.8s;
	transition-delay:  1.8s;
}
.helper-list>li:nth-child(5){
	-webkit-transition-delay: 2.3s;
	-moz-transition-delay:  2.3s;
	-ms-transition-delay:  2.3s;
	-o-transition-delay:  2.3s;
	transition-delay:  2.3s;
}
.helper-list .visual{
	float:left;
	overflow:hidden;
	margin-right:30px;
	margin-top:3px;
}
.helper-list .visual img{
	vertical-align:top;
}
.helper-list .holder{
	overflow:hidden;
}
.helper-list .holder h4{
	margin:0 0 3px;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#4c4c4c;
}
.helper-list .list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	line-height:24px;
}
.helper-list .list li{
	padding:0 0 0 27px;
	position:relative;
}
.helper-list .list li:after{
	position:absolute;
	left:0;
	top:3px;
	margin:0;
	width:18px;
	height:18px;
	background:url(../images/bg-arrow-list.png) no-repeat;
	content:'';
}
.helper-list .list.list01 li:after{
	background-position:0 0;
}
.helper-list .list.list02 li:after{
	background-position:0 -22px;
}
.helper-list .list.list03 li:after{
	background-position:0 -45px;
}
.helper-list .list.list04 li:after{
	background-position:0 -69px;
}
.helper-list .list.list05 li:after{
	background-position:0 -94px;
}
.creators-section{
	background:url(../images/bg-creators.jpg) no-repeat 50% 50%;
	background-size:cover;
	padding:62px 0 88px;
}
.creators-section h2{
	margin:0;
	text-align:center;
	color:#fff;
}
.creators-list{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	color:#fff;
}
.creators-list li{
	display:inline-block;
	vertical-align:top;
	width:270px;
	margin:73px 38px 0;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.active .creators-list li{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.creators-list li:nth-child(1){
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay:  0.3s;
	-ms-transition-delay:  0.3s;
	-o-transition-delay:  0.3s;
	transition-delay:  0.3s;
}
.creators-list li:nth-child(2){
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay:  0.8s;
	-ms-transition-delay:  0.8s;
	-o-transition-delay:  0.8s;
	transition-delay:  0.8s;
}
.creators-list li:nth-child(3){
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay:  1.3s;
	-ms-transition-delay:  1.3s;
	-o-transition-delay:  1.3s;
	transition-delay:  1.3s;
}
.creators-list .visual{
	
}
.creators-list .name{
	font-weight:500;
	font-size:21px;
	line-height:22px;
	letter-spacing:-1px;
}
.creators-list .status{
	font-size:16px;
	line-height:18px;
}
.experience-section{
	background:#effbf5;
	padding:47px 0 68px;
}
.experience-section h2{
	margin:0 0 54px;
	color:#1eca6b;
	text-align:center;
	line-height:38px;
}
.experience-section .row{
	padding:0 66px;
	margin:0 0 68px;
}
.experience-section .row:after{
	display:block;
	clear:both;
	content:'';
}
.experience-section .experience-wrap{
	float:left;
	position:relative;
	width:608px;
	height:613px;
	margin:0 50px 0 0;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.experience-section.active .experience-wrap{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.experience-section .experience-wrap .img{
	position:relative;
	z-index:5;
}
.experience-section .experience-wrap .img img{
	width:100%;
	height:auto;
}
.experience-section .experience-list{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:130px;
	top:157px;
	color:#4c4c4c;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.experience-section .experience-list li{
	position:relative;
	padding:0 0 0 42px;
	margin-bottom:16px;
}
.experience-section .experience-list li:after{
	position:absolute;
	left:0;
	top:50%;
	margin:-16px 0 0;
	width:32px;
	height:32px;
	content:'';
	background:url(../images/bg-arrow01-list.png) no-repeat;
}
.experience-section .experience-list .item01:after{
	background-position:0 0;
}
.experience-section .experience-list .item02:after{
	background-position:0 -47px;
}
.experience-section .experience-list .item03:after{
	background-position:0 -96px;
}
.experience-section .experience-list .item04:after{
	background-position:0 -142px;
}
.experience-section .experience-list .item05:after{
	background-position:0 -190px;
}
.experience-section .experience-list .item06:after{
	background-position:0 -239px;
}
.experience-section .holder{
	overflow:hidden;
	padding:8px 0 0;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.experience-section.active .holder{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay:  0.5s;
	-ms-transition-delay:  0.5s;
	-o-transition-delay:  0.5s;
	transition-delay:  0.5s;
}
.experience-section .holder h4{
	margin:0 0 8px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
.experience-section .list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	line-height:24px;
}
.experience-section .list li{
	margin:0 0 8px;
}
.sale-section{
	background:url(../images/bg-sale.jpg) no-repeat 50% 0;
	background-size:cover;
	padding:70px 0 110px;
}
.sale-section h2{
	margin:0 0 77px;
	color:#fff;
	text-align:center;
	line-height:38px;
}
.sale-section .img{
	width:776px;
	height:653px;
	margin:0 auto;
}
.clientage-section{
	padding:67px 0;
}
.clientage-section h2{
	margin:0;
	color:#00bdef;
	margin:0 0 25px;
	text-align:center;
}
.clientage-list{
	margin:0 0 31px;
	padding:0;
	list-style:none;
	font-size:0px;
	line-height:0px;
}
.clientage-list li{
	width:25%;
	margin:0 0 44px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.active .clientage-list li{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.active .clientage-list li:nth-child(1){
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay:  0.2s;
	-ms-transition-delay:  0.2s;
	-o-transition-delay:  0.2s;
	transition-delay:  0.2s;
}
.active .clientage-list li:nth-child(2){
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay:  0.4s;
	-ms-transition-delay:  0.4s;
	-o-transition-delay:  0.4s;
	transition-delay:  0.4s;
}
.active .clientage-list li:nth-child(3){
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay:  0.6s;
	-ms-transition-delay:  0.6s;
	-o-transition-delay:  0.6s;
	transition-delay:  0.6s;
}
.active .clientage-list li:nth-child(4){
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay:  0.8s;
	-ms-transition-delay:  0.8s;
	-o-transition-delay:  0.8s;
	transition-delay:  0.8s;
}
.active .clientage-list li:nth-child(5){
	-webkit-transition-delay: 1s;
	-moz-transition-delay:  1s;
	-ms-transition-delay:  1s;
	-o-transition-delay:  1s;
	transition-delay:  1s;
}
.active .clientage-list li:nth-child(6){
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay:  1.2s;
	-ms-transition-delay:  1.2s;
	-o-transition-delay:  1.2s;
	transition-delay:  1.2s;
}
.active .clientage-list li:nth-child(7){
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay:  1.4s;
	-ms-transition-delay:  1.4s;
	-o-transition-delay:  1.4s;
	transition-delay:  1.4s;
}
.active .clientage-list li:nth-child(8){
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay:  1.6s;
	-ms-transition-delay:  1.6s;
	-o-transition-delay:  1.6s;
	transition-delay:  1.6s;
}
.active .clientage-list li:nth-child(9){
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay:  1.8s;
	-ms-transition-delay:  1.8s;
	-o-transition-delay:  1.8s;
	transition-delay:  1.8s;
}
.active .clientage-list li:nth-child(10){
	-webkit-transition-delay: 2s;
	-moz-transition-delay:  2s;
	-ms-transition-delay:  2s;
	-o-transition-delay:  2s;
	transition-delay:  2s;
}
.active .clientage-list li:nth-child(11){
	-webkit-transition-delay: 2.2s;
	-moz-transition-delay:  2.2s;
	-ms-transition-delay:  2.2s;
	-o-transition-delay:  2.2s;
	transition-delay:  2.2s;
}
.active .clientage-list li:nth-child(12){
	-webkit-transition-delay: 2.4s;
	-moz-transition-delay:  2.4s;
	-ms-transition-delay:  2.4s;
	-o-transition-delay:  2.4s;
	transition-delay:  2.4s;
}
.active .clientage-list li:nth-child(13){
	-webkit-transition-delay: 2.6s;
	-moz-transition-delay:  2.6s;
	-ms-transition-delay:  2.6s;
	-o-transition-delay:  2.6s;
	transition-delay:  2.6s;
}
.active .clientage-list li:nth-child(14){
	-webkit-transition-delay: 3s;
	-moz-transition-delay:  3s;
	-ms-transition-delay:  3s;
	-o-transition-delay:  3s;
	transition-delay:  3s;
}
.active .clientage-list li:nth-child(15){
	-webkit-transition-delay: 3.2s;
	-moz-transition-delay:  3.2s;
	-ms-transition-delay:  3.2s;
	-o-transition-delay:  3.2s;
	transition-delay:  3.2s;
}
.active .clientage-list li:nth-child(16){
	-webkit-transition-delay: 3.4s;
	-moz-transition-delay:  3.4s;
	-ms-transition-delay:  3.4s;
	-o-transition-delay:  3.4s;
	transition-delay:  3.4s;
}
.footer-section{
	background:#333333;
	color:#fff;
	font-size:14px;
	line-height:24px;
	padding:50px 0 0;
}
.footer-section a{
	color:#fff;
	text-decoration:none;
}
.footer-section a:hover{
	text-decoration:underline;
}
.footer-section .row{
	overflow:hidden;
}
.footer-section .row .col{
	float:left;
}
.footer-section .row .col .contact{
	margin-top:6px;
}
.footer-section .row .list{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-section .row .list li{
	margin:0 0 12px;
}
.footer-section .row .list li p{
	margin:0;
}
.footer-section .row .col1{
	width:30%;
	margin:0 10% 0 0;
}
.footer-section .row .col2{
	width:25%;
	margin:0 11% 0 0;
}
.footer-section .row .col3{
	width:23%;
}
.footer-section .row h4{
	margin:0 0 9px;
	font-size:18px;
	line-height:24px;
}
.footer-section .row p{
	margin:0;
}
.footer-section .f-logo{
	background:url(../images/logo02.png) no-repeat;
	width:149px;
	height:51px;
}
.footer-section .contact .title{
	float:left;
	width:60px;
}
.footer-section .contact .holder{
	overflow:hidden;
}
.footer-row{
	background:#151515;
	margin:46px 0 0;
	padding:10px 0;
}
.footer-row .copyright{
	float:left;
}
.footer-row .network-list{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.footer-row .network-list li{
	float:left;
	margin-left:25px;
}
.footer-row .network-list a{
	float:left;
	background:url(../images/bg-network.png) no-repeat;
	width:30px;
	height:30px;
}
.footer-row .network-list .fb{
	background-position:0 0;
	width:10px;
}
.footer-row .network-list .gp{
	background-position:-40px 0;
	width:22px;
}
.footer-row .network-list .tw{
	background-position:-88px 0;
	width:16px;
}
.footer-row .network-list .nw{
	background-position:-129px 0;
	width:22px;
}
.popup-holder{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:300;
	display:none;
}
.popup-holder .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:200;
}
.popup{
	position:absolute;
	left:50%;
	margin:-9999px 0 0 -425px;
	top:0;
	z-index:300;
	max-width:840px;
	background:rgba(0,0,0,0.5);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:6px;
}
.popup .consultation-row{
	background:#fff url(../images/bg-popup.png) no-repeat 50% 0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	padding:29px 0;
}
.popup .consultation-row:after{
	display:block;
	clear:both;
	content:'';
}
.popup .consultation-row:before{
	width:1px;
	position:absolute;
	left:50%;
	top:5px;
	bottom:0;
	background-color:#ebeef2;
	content:'';
}
.popup .col{
	float:left;
	width:50%;
	padding:0 20px;
}
.popup h4{
	text-align:center;
	margin:0 0 13px;
	color:#434a54;
	font-size:18px;
	line-height:24px;
}
.popup h5{
	text-align:center;
	margin:0 0 16px;
	color:#aab2bd;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.popup .row{
	position:relative;
	margin:0 0 13px;
}
.popup .f-row{
	overflow:hidden;
	padding:7px 0 0;
}
.popup .f-row .btn{
	float:right;
	text-transform:uppercase;
}
.popup .row label{
	display:block;
	color:#656d78;
	font-size:14px;
	line-height:18px;
	margin:0 0 6px;
}
.popup .text-input{
	width:100%;
	border:1px solid #e6e9ed;
	height:40px;
	padding:10px;
	line-height:20px;
	color:#444;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.popup p{
	margin:0 0 7px;
	color:#4e4e4e;
	font-size:14px;
	line-height:18px;
}
.popup .list{
	margin:6px 0 0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:18px;
}
.popup .list li{
	text-indent:22px;
	position:relative;
	margin:0 0 6px;
}
.popup .list li:after{
	position:absolute;
	left:0;
	top:0;
	width:18px;
	height:18px;
	background:url(../images/popup-arrow.png) no-repeat;
	content:'';
}
.popup .product-row{
	display:table;
	width:100%;
	margin-top:10px;
}
.popup .product-row .img{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
.popup .product-row .holder{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
}
.popup .close{
	background:url(../images/bg-close.png) no-repeat;
	width:27px;
	height:27px;
	position:absolute;
	right:-14px;
	cursor:pointer;
	top:-11px;
	z-index:50;
}
.popup .ch-wrap{
	font-size:13px;
	line-height:16px;
	color:#a9abab;
	margin-top:11px;
}
.ch-wrap{
	cursor:pointer;
	position:relative;
	padding:0 0 0 22px;
	display:inline-block;
	vertical-align:middle;
}
.ch-wrap input{
	position:absolute;
	left:0;
	top:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.ch-wrap:after{
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	background:url(../images/bg-ch.png) no-repeat;
	content:'';
}
.ch-wrap.active:after{
	background-position:0 100%;
}


.form-feedback-message {
    margin: 10px;
    padding: 10px;
    border: 2px solid #27AE60;
    background: #E7FFF1;
    border-radius: 5px;
    font-size: 15px;
}

@media screen and (max-width: 1170px){
	.footer-row{
		margin-left:-20px;
		margin-right:-20px;
		padding-left:20px;
		padding-right:20px;
	}
	.footer-section{
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (max-width: 1250px){
	.easyhtml5video{
		right:auto;
		left:50%;
		width:1900px;
		margin:0 0 0 -950px;
	}
}
@media screen and (max-width: 1100px){
	.methodology-circle-wrapper .item-list{
		font-size:20px;
	}
	.video-section .center-wrapper{
		padding:0 100px 30px;
	}
	.video-section .note,
	.main-list{
		padding-left:0px;
	}
	.header-wrapper .btn{
		position:absolute;
		right:100px;
		top:0;
	}
	#header{
		height:112px;
	}
	.logo{
		float:none;
		display:block;
	}
}
@media screen and (max-width: 1030px){
	.experience-section .row{
		padding:0 20px;
	}
}
@media screen and (max-width: 960px){
	.experience-section .experience-wrap{
		margin:0 auto 30px;
		float:none;
	}
	.methods-circle-wrapper{
		margin:0 auto;
		left:0;
	}
	.methods-section .center-wrapper{
		padding-bottom:50px;
	}
	.methodology-circle-wrapper .item-list .item08 span,
	.methodology-circle-wrapper .item-list .item07 span,
	.methodology-circle-wrapper .item-list .item06 span,
	.methodology-circle-wrapper .item-list .item04 span,
	.methodology-circle-wrapper .item-list .item03 span,
	.methodology-circle-wrapper .item-list .item02 span{
		top:auto;
		bottom:94px;
		left:50%;
		margin-left:-150px;
	}
	.methodology-circle-wrapper .inner-circle{
		width:200px;
		height:200px;
		margin:-100px 0 0 -100px;
		background-size:cover;
	}
	h1, h2{
		font-size:30px;
		line-height:40px;
	}
	.sale-section,
	.projects-section .center-wrapper{
		padding-left:20px;
		padding-right:20px;
	}
	.sale-section h2 br{
		display:none;
	}
}
@media screen and (max-width: 900px){
	.clientage-list{
		text-align:center;
	}
	.clientage-list li{
		width:33%;
	}
}
@media screen and (max-width: 860px){
	.methods-circle-wrapper{
		background-size:98% auto;
		height:290px;
		width:501px;
	}
	.methods-section{
		padding:0 20px;
	}
	.methods-section h3{
		margin-bottom:50px;
	}
	.methods-section h3 br{
		display:none;
	}
	.methods-circle-wrapper .item-list .item01{
		left: 5px;
		top: -10px;
	}
	.methods-circle-wrapper .item-list .item02{
		left:186px;
		top:-14px;
	}
	.methods-circle-wrapper .item-list .item03{
		left:321px;
		top:75px;
	}
	.methods-circle-wrapper .item-list .item04{
		left:432px;
		top:173px;
		text-align:left;
	}
	.methods-circle-wrapper .item-list .item05{
		left:209px;
		top:256px;
	}
	.methods-circle-wrapper .item-list .item06{
		left:-10px;
		top:260px;
	}
	.methods-circle-wrapper .item-list .item07{
		left:-153px;
		top:108px;
	}
}
@media screen and (max-width: 850px){
	.popup{
		width:600px;
		margin-left:-300px;
	}
	.popup .f-row .btn{
		float:left;
		margin-top:20px;
	}
}
@media screen and (max-width: 780px){
	.sale-section .img{
		width:auto;
		height:auto;
	}
	.sale-section .img img{
		height:auto;
	}
	.footer-section .row .col1{
		width:45%;
	}
	.footer-section .row .col2{
		width:45%;
		margin-right:0px;
	}
	.footer-section .row .col3{
		width:100%;
	}
}
@media screen and (max-width: 760px){
	.work-section .circle-wrap{
		width:320px;
		height:320px;
		background-size:cover;
	}
	.work-section .circle-wrap .circle-item01{
		left:44px;
	}
	.work-section .circle-wrap .circle-item02{
		left:246px;
		top:10px;
	}
	.work-section .circle-wrap .circle-item03{
		left:258px;
		top:150px;
	}
	.work-section .circle-wrap .circle-item04{
		left:248px;
		top:270px;
	}
	.work-section .circle-wrap .circle-item05{
		left:50px;
		top:320px;
	}
	.work-section .circle-wrap .circle-item06{
		left:-128px;
		top:255px;
	}
	.work-section .circle-wrap .circle-item07{
		left:-189px;
		top:151px;
	}
	.work-section .circle-wrap .circle-item08{
		left:-150px;
		top:24px;
	}
}
@media screen and (max-width: 720px){
	.methodology-note-holder{
		padding-bottom:90px;
	}
	.methodology-note-holder .btn{
		position:absolute;
		left:50%;
		bottom:20px;
		margin-left:-142px;
	}
	.methodology-circle-wrapper{
		width:auto;
		height:auto;
		margin-bottom:60px;
	}
	.methodology-section h2{
		margin-bottom:30px;
	}
	.methodology-circle-wrapper .circle,
	.methodology-circle-wrapper .inner-circle{
		background:none;
		width:100%;
		height:auto;
		position:relative;
		left:0;
		top:0;
		margin:0;
	}
	.methodology-circle-wrapper .inner-circle{
		width:50%;
		margin:-25% 0 0 -25%;
		position:absolute;
		left:50%;
		top:50%;
	}
	.methodology-circle-wrapper .circle img,
	.methodology-circle-wrapper .inner-circle img{
		display:block;
		width:100%;
		height:auto;
	}
	.methodology-circle-wrapper .item-list{
		position:static;
		font-size:24px;
		height:auto;
	}
	.methodology-circle-wrapper .item-list li{
		width:auto;
		position:relative;
		left:0 !important;
		top:0 !important;
		padding-left:100px;
		margin:0 0 20px;
		background:none;
	}
	.methodology-circle-wrapper .item-list li br{
		display:none;
	}
	.methodology-circle-wrapper .item-list li span{
		position:static;
		left:0;
		top:0;
		display:table-cell;
		vertical-align:middle;
		height:80px;
		text-align:left;
		width:auto;
	}
	.methodology-section .center-wrapper{
		padding-left:20px;
		padding-right:20px;
	}
	.methodology-circle-wrapper .item-list li:after{
		position:absolute;
		left:0;
		top:0;
		background:url(../images/bg-methodology-item.png) no-repeat;
		height:80px;
		width:80px;
		content:'';
	}
	.methodology-circle-wrapper .item-list .item01:after{
		background-position:-262px 0;
	}
	.methodology-circle-wrapper .item-list .item02:after{
		background-position:-450px -82px;
	}
	.methodology-circle-wrapper .item-list .item03:after{
		background-position:-520px -258px;
	}
	.methodology-circle-wrapper .item-list .item04:after{
		background-position:-450px -449px;
	}
	.methodology-circle-wrapper .item-list .item05:after{
		background-position:-262px -530px;
	}
	.methodology-circle-wrapper .item-list .item06:after{
		background-position:-73px -449px;
	}
	.methodology-circle-wrapper .item-list .item07:after{
		background-position:0px -258px;
	}
	.methodology-circle-wrapper .item-list .item08:after{
		background-position:-73px -82px;
	}
}
@media screen and (max-width: 660px){
	.clientage-section .btn span{
		min-width:0;
	}
	.clientage-list li{
		width:50%;
	}
	.projects-section .title{
		font-size:20px;
		line-height:24px;
	}
	.projects-section .holder-wrapper .img{
		float:none;
		margin:0 0 20px;
		text-align:center;
	}
	.work-section .circle-wrap,
	.work-section .item-list{
		font-size:14px;
	}
	.helper-section .center-wrapper,
	.methods-section,
	.video-section .center-wrapper,
	.header-wrapper .center-wrapper{
		padding-left:20px;
		padding-right:20px;
	}
	.header-wrapper .btn{
		right:20px;
	}
	h1, h2{
		font-size:25px;
		line-height:32px;
	}
	.methods-section h3{
		font-size:20px;
		line-height:24px;
	}
	.experience-section .experience-wrap{
		position:relative;
		left:50%;
		margin-left:-304px;
	}
	.main-list .holder {
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 600px){
	.popup{
		width:300px;
		margin-left:-150px;
	}
	.popup .col{
		width:100%;
	}
	.popup .consultation-row:before,
	.popup .col2{
		display:none;
	}
	.clientage-section .btn span{
		padding-left:10px;
		padding-right:10px;
		font-size:14px;
	}
	.experience-section .experience-wrap{
		width:auto;
		height:auto;
		left:0;
		margin-left:0;
	}
	.experience-section .experience-wrap .img{
		margin-bottom:20px;
		margin-top:-20px;
	}
	.experience-section .experience-wrap .img img{
		width:100%;
		height:auto;
	}
	.experience-section .experience-list{
		position:static;
		top:0;
		left:0;
	}
	.work-section .item-list li{
		left:0 !important;
		margin:-66px 0 0 -150px;
		text-align:center;
	}
	.work-section .item-list li span{
		text-align:center;
		line-height:14px;
	}
	.work-section .circle-wrap{
		margin-top:0px;
		margin-bottom:0px;
	}
	.work-section .circle-wrap li{
		display:none;
	}
	.methods-circle-wrapper{
		width:320px;
		left:-15px;
		margin:0 auto;
		height:180px;
	}
	.methods-circle-wrapper .item-list .item01{
		left: -53px;
	}
	.methods-circle-wrapper .item-list .item02{
		left:83px;
	}
	.methods-circle-wrapper .item-list .item03{
		left:125px;
		top:40px;
	}
	.methods-circle-wrapper .item-list .item04{
		left:4px;
		top:101px;
		text-align:right;
	}
	.methods-circle-wrapper .item-list .item05{
		left:106px;
		top:158px;
	}
	.methods-circle-wrapper .item-list .item06{
		left:-60px;
		top:170px;
	}
	.methods-circle-wrapper .item-list .item07{
		left:-121px;
		top:61px;
	}
	
}
@media screen and (max-width: 560px){
	.footer-section .row .col1,
	.footer-section .row .col2,
	.footer-section .row .col3{
		width:100%;
		margin:0 0 20px;
	}
	.note-block p br{
		display:none;
	}
	.note-block .note{
		line-height:18px;
	}
}
@media screen and (max-width: 530px){
	.video-section .note,
	.main-list{
		font-size:20px;
	}	
	.main-list .holder {
		padding: 10px 0 0;
		line-height: 24px;
	}
}
@media screen and (max-width: 470px){
	.clientage-list li{
		width:100%;
	}
	.helper-section .btn span{
		min-width:0px;
	}
}
@media screen and (max-width: 440px){
	.helper-list .visual{
		float:none;
		text-align:center;
		margin-right:0px;
		margin-bottom:20px;
	}
	.experience-section .btn span,
	.note-section .btn span{
		font-size:14px;
		display:block;
		min-width: 0px;
		padding:0 10px;
	}
	.projects-section .btn span{
		min-width: 280px;
		padding:0 10px;
	}
	.methodology-note-holder .btn{
		font-size:18px;
		margin-left:-125px;
	}
	.methodology-note-holder{
		font-size:16px;
		line-height:20px;
	}
	.methodology-circle-wrapper .item-list{
		font-size:20px;
	}
	.video-section .note,
	.main-list{
		font-size:16px;
		line-height:20px;
	}
	.header-wrapper .btn{
		right:15px;
	}
	.video-section .center-wrapper,
	.header-wrapper .center-wrapper{
		padding-left:15px;
		padding-right:15px;
	}
	#nav{
		text-align:center;
	}
	#nav > li:first-child,
	#nav > li{
		margin: 0 15px 10px;
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#header{
		height:135px;
	}
	.header-wrapper .btn span{
		min-width: 130px;
    	padding: 0 10px;
	}
}
@media screen and (max-width: 440px){
	.note-section .btn span{
		font-size:14px;
	}
	.main-list .holder {
		padding: 0;
		line-height: 18px;
	}
}
