@charset "UTF-8";
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-extrabold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url('../fonts/opensans-extrabolditalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
.font{
    font-family: 'Montserrat';
	font-weight: normal;
}
.nofont{
    font-family: 'Open Sans';
	font-weight: 300;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
/*	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
}
ul li, menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: 300;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
::-webkit-input-placeholder{
	opacity: 1;
	color: #4f5f6f;
	transition: .4s ease all;
}
::-moz-input-placeholder{
	opacity: 1;
	color: #4f5f6f;
	transition: .4s ease all;
}
:-moz-input-placeholder{
	opacity: 1;
	color: #4f5f6f;
	transition: .4s ease all;
}
:input-placeholder{
	opacity: 1;
	color:#4f5f6f;
	transition: .4s ease all;
}
select:invalid{
	color: #4f5f6f;
}
option{
	color: #2c2c2c;
}
.login ::-webkit-input-placeholder{
	color: inherit;
}
.login ::-moz-input-placeholder{
	color: inherit;
}
.login :-moz-input-placeholder{
	color: inherit;
}
.login :input-placeholder{
	color: inherit;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus::-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
	transition: .4s ease all;
}
a:hover,
a[href^='tel'],
a.noline{
	text-decoration: none;
}
a:focus,
a:hover{
	color: #70e5f9;
}
body{
    font: 300 16px/1.375 'Open Sans', Tahoma, Ubuntu, sans-serif;
	color: #000;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 53px;
	margin: 0;
	padding: 13px 20px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
	color: #2c2c2c;
	text-align: left;
	text-indent: 0;
	border: solid 1px #9bacb4;
	background: #fdfdfd;
	box-sizing: border-box;
	border-radius: 1px;
	box-shadow: none !important;
	transition: .4s ease all;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #70e5f9;
}
input.error,
textarea.error,
select.error{
	border-color: #f00;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 20px;
	background: #fff url('../images/select.png') no-repeat right 15px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
textarea{
	padding-top: 16px;
	padding-bottom: 16px;
	height: 200px;
	text-align: left;
	resize: none;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0;
	vertical-align: -9px;
	border: solid 2px #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	content: '';
	background: #fff;
	border-radius: 100%;
	transition: .4s ease all;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: .5 !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 53px;	   
	margin: 0;
	padding: 14px 56px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0 none;
	background: #0295fd;
	box-sizing: border-box;
	border-radius: 100px;
	box-shadow: none !important;
	transition: .4s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button:focus{
	background: #70e5f9;
}
.button:hover{
	background: #0000bd;
}
.button:active{
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}
.button.active{
	cursor: default;
}
.button.active,
.button[disabled]{
	cursor: default;
	background: #ccc;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: .4s ease all;
}
.cover,
.cover [class*='type-'],
.passive [class*='type-']{
	opacity: 0;
}
@media only screen and (min-width: 1200px){ 
	.cover,
	.cover [class*='type-'],
	.passive [class*='type-']{
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
}
.wait-1{
	transition-delay: .2s;
}
.wait-2{
	transition-delay: .4s;
}
.wait-3{
	transition-delay: .6s;
}
.wait-4{
	transition-delay: .8s;
}
.wait-5{
	transition-delay: 1s;
}
.wait-6{
	transition-delay: 1.2s;
}
.wait-7{
	transition-delay: 1.4s;
}
.wait-8{
	transition-delay: 1.6s;
}
.wait-9{
	transition-delay: 1.8s;
}
.wait-10{
	transition-delay: 2s;
}
.wait-11{
	transition-delay: 2.2s;
}
.wait-12{
	transition-delay: 2.4s;
}
.wait-13{
	transition-delay: 2.6s;
}
.wait-14{
	transition-delay: 2.8s;
}
.wait-15{
	transition-delay: 3s;
}
.wait-16{
	transition-delay: 3.2s;
}
.wait-17{
	transition-delay: 3.4s;
}
.wait-18{
	transition-delay: 3.6s;
}
.wait-19{
	transition-delay: 3.8s;
}
.wait-20{
	transition-delay: 4s;
}
.wait-21{
	transition-delay: 4.2s;
}
.wait-22{
	transition-delay: 4.4s;
}
.wait-23{
	transition-delay: 4.6s;
}
.wait-24{
	transition-delay: 4.8s;
}
.wait-25{
	transition-delay: 5s;
}
.wait-26{
	transition-delay: 5.2s;
}
.wait-27{
	transition-delay: 5.4s;
}
.wait-28{
	transition-delay: 5.6s;
}
.wait-29{
	transition-delay: 5.8s;
}
.wait-30{
	transition-delay: 6s;
}
.wait-31{
	transition-delay: 6.2s;
}
.wait-32{
	transition-delay: 6.4s;
}
.wait-33{
	transition-delay: 6.6s;
}
.wait-34{
	transition-delay: 6.8s;
}
.wait-35{
	transition-delay: 7s;
}
.cover .type-top,
.passive .type-top{
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}
.cover .type-left,
.passive .type-left{
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
.cover .type-right,
.passive .type-right{
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.cover .type-bottom,
.passive .type-bottom{
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.cover .type-zoom-in,
.passive .type-zoom-in{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.cover .type-zoom-out,
.passive .type-zoom-out{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	transform: scale(2);
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: solid 1px #fff;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0;
}
.table .table{
	background: none;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.td.left{
	text-align: left;
}
.td.right{
	text-align: right;
}
.td.top{
	vertical-align: top;
}
.td.bottom{
	vertical-align: bottom;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inline-flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.row,
.inline-flex.row{
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-align: start;
	align-content: flex-start;
}
.flex.row.around,
.inline-flex.row.around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	font-family: 'Montserrat';
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.15;
	text-transform: uppercase;
}
.plaintext h3{
	font-size: 18px;
}
.plaintext p,
.plaintext img,
.plaintext hr{
	margin: 0 0 10px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 10px 10px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 10px 10px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 10px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 10px;
}
.plaintext table img,
.plaintext table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: .7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
blockquote{
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	border: 0 none;
}
blockquote p{
	margin: 0 0 10px;
	font-size: 16px;
	text-align: left;
}
/* off */
.white{
	color: #fff !important;
}
.blue{
	color: #0000bd !important;
}


.wrapper{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
    min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: stretch;
	-ms-flex-align: stretch;
	align-content: stretch;
}
header,
footer{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
header,
main,
footer{
	position: relative;
}

/* header */
header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 5000;
	background: #fff;
	-webkit-transform: translateZ(0);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
header,
.logo,
.nav{
	height: 95px;
}
.logo,
.nav{
	cursor: default;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo{
	padding-top: 4px;
}
.nav ul{
	width: 100%;
	text-align: right;
}
.nav li{
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #858484;
}
.nav li:not(:first-child){
	margin-left: 5.25%;
}
.nav li a{
	display: block;
}
.nav li a:after{
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 1px;
	margin-top: 10px;
	content: '';
	background: #0000bd;
	transition: .4s ease all;
}
.nav li a:hover,
.nav li.active a{
	color: #0000bd;
}
.nav li a:hover:after{
	left: 30%;
	width: 40%;
}
.nav li.active a{
	cursor: default;
}
.nav li.active a:after{
	content: none;
}
/* header off */

/* content */
main{
	padding: 95px 0 0;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.section{
	padding: 70px 0 0;
}
.section-title{
	font-size: 15px;
	margin: 0 0 72px;
	padding: 0 0 10px;
	border-bottom: solid 1px #0000bd;
}
.white .section-title{
	border-bottom: solid 1px #fff;
}
#about{
	background: url('../images/about.png') no-repeat center top;
}
#about .inside{
	padding-bottom: 145px;
}
.video{
	padding: 0 0 95px;
}
.about-text{
	height: 320px;
}
.about-text .font{
	font-size: 30px;
}
.about-list .row{
	height: 140px;
}
.about-list .container:not(:first-child){
	margin-top: 5px;
}
.about-list .row:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 2147px;
	height: 100%;
	background: url('../images/bar.png') no-repeat left top;
}
.about-list .container:nth-child(1) .row:before{
	left: 24%;
}
.about-list .container:nth-child(2) .row:before{
	left: 31%;
}
.about-list .container:nth-child(3) .row:before{
	left: 38%;
}
.about-list .container:nth-child(4) .row:before{
	left: 45%;
}
.about-list .name{
	margin: 0 0 4px;
	padding: 14px 0 4px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: solid 1px rgba(255,255,255,.5);
}
.about-list .name .td{
	width: 1000px;
	text-align: left;
	vertical-align: bottom;
}
.about-list .name .td:first-child{
	width: 0;
	padding-right: 14px;
	font-size: 45px;
	line-height: 1;
}
.about-list .desc{
	opacity: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}
.about-list .desc,
.about-list .desc .inner{
	height: 57px;
}
.about-list .desc .inner{
	top: -57px;
}
@media only screen and (min-width: 768px){
	.about-list [class*='col']:hover .desc{
		opacity: 1;
	}
	.about-list [class*='col']:hover .desc .inner{
		top: 0;
	}
}
.about-things{
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
}
.about-things .plaintext{
	pointer-events: auto;
	padding-bottom: 213px;
}
.about-things .plaintext .title{
	width: 65%;
/*	margin: 0 0 45px;*/
	font-size: 28px;
/*	color: #0000bd;*/
}
.case-studies{
	padding: 175px 0 145px;
	background: #2c2c2c;
}
.case-studies a.inline-table:hover .img{
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.case-studies a.inline-table:hover .txt{
	color: #fff;
}
#work .case-studies{
	margin-top: 80px;
	padding: 55px 0;
}
.case-studies .title{
	width: 68%;
	font-size: 28px;
}
#work .case-studies .title,
#team .case-studies .title{
	width: auto;
	padding-top: 80px;
	font-size: 22px;
	color: #70e5f9;
}
#team .case-studies .title{
	padding-top: 0;
}
.case-studies .text{
	text-align: right;
}
.case-studies .text .inline-table:not(:first-child){
	margin-left: 60px; 
}
.case-studies .txt{
	padding-left: 14px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #83d9f8;
	text-align: left;
}
.case-studies .text table{
	width: 100%;
	text-align: left;
	color: #83d9f8;
}
.case-studies .text th,
.case-studies .text td{
	padding: 15px 0;
	vertical-align: top;
	border-bottom: solid 1px #83d9f8;
}
.case-studies .text tr:last-child th,
.case-studies .text tr:last-child td{
	border: 0 none;
}
.case-studies .text th{
	padding-right: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.case-studies .text td ul li{
	margin: 10px 0 0 30px;
}
.case-studies .text td ul li:first-child{
	margin-top: 0;
}
.case-studies .text td ul li:before{
	position: absolute;
	margin-left: -30px;
	content: '•';
}
.work-top .plaintext{
	padding: 0 0 70px;
}
.work-top .plaintext .title{
	margin-bottom: 20px;
}
.work-top .plaintext p{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #7f7f80;
}
.white .work-top .plaintext p{
	color: #fff;
}
#team .work-top .plaintext p{
	width: 66.6%;
}
.work-row{
	margin-bottom: 30px;
}
.work-row .img{
	overflow: hidden;
	display: block;
}
.work-row .img:hover,
.work-row .img:focus{
	color: inherit;
}
.work-row .big .img{
	height: 480px;
}
.work-row .small .img{
	height: 225px;
}
.work-row .img+.img{
	margin-top: 30px;
}
.work-row .img img{
	width: 100%;
	max-height: none;
	transition: .4s ease all;
}
.work-row .img:after{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding: 0 20px;
	font-size: 24px;
	line-height: 1.15;
	content: attr(data-header);
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	background: rgba(0,0,0,.4);
	box-sizing: border-box;
	transition: .4s ease all;
}
.work-row .img:hover:after,
.work-row .img:focus:after{
	color: #70e5f9;
}
.work-row .img:hover img,
.work-row .img:focus img{
	opacity: .75;
}
.work-text{
	margin-top: 120px;
}
#team{
	background: url('../images/team.png') no-repeat center top;
}
.team-row+.team-row{
	margin-top: 75px;
}
.team-row figure{
	cursor: pointer;
}
.team-row figure.active{
	z-index: 1;
}
.team-row figure:hover{
	z-index: 2;
}
.team-row .txt{
	height: 80px;
	padding: 20px;
	font-size: 19px;
	line-height: 1.15;
	color: #fff;
	background: #2c2c2c;
	box-sizing: border-box;
}
.team-row .text,
.team-row .arrow{
	opacity: .5;
	display: block;
}
/*.team-row figure .img{
	overflow: hidden;
	height: 256px;
}*/
.team-row figure:hover .img img{
	-webkit-filter: contrast(1.25);
	filter: contrast(1.25);
}
.team-row figure:hover .text,
.team-row figure:hover .arrow{
	opacity: 1;
}
.team-row .txt .arrow{
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 23px;
}
.team-row figure.active .arrow{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.team-row .txt .post{
	display: block;
	font-size: 17px;
	font-weight: normal;
}
#team .work-text .title{
	width: 27%;
	padding-right: 2%;
	font-size: 22px;
}
#team .work-text .plaintext{
	width: 40%;
}
#team .work-text .title,
#team .work-text .plaintext{
	text-align: left;
	vertical-align: top;
}
.team-row .desc{
	cursor: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 20px;
	font-size: 16px;
	color: #2c2c2c;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.map{
	margin-top: 50px;
}
.map img{
	pointer-events: none;
	width: 100%;
}
.map .pin{
	cursor: help;
	position: absolute;
	margin: -1.1713vw 0 0 -1.1713vw;
	padding: .8785vw;
	background: rgba(112,229,249,.5);
}
.map .pin:before{
	display: block;
	width: .58625vw;
	height: .58625vw;
	content: '';
	background: #4f38fb;
	border-radius: 100%;
	transition: .4s ease all;
}
.map .pin:hover:before{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	transform: scale(2);
}
.map .pin:after{
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	padding-left: .58625vw;
	font-size: 1.1713vw;
	line-height: 2;
	text-indent: -100px;
	color: #4f38fb;
	content: attr(data-city);
	white-space: nowrap;
	transition: .4s ease all;
}
.map .pin.top:after,
.map .pin.bottom:after{
	left: .58625vw;
	line-height: 1.5;
}
.map .pin.top:after{
	top: auto;
	bottom: 100%;
}
.map .pin.bottom:after{
	top: 100%;
}
.map .pin:hover:after{
	z-index: 1;
	opacity: 1;
	text-indent: 0;
}
#team .case-studies{
	padding: 70px 0;
}
#team .case-studies .text{
	text-align: left;
}
/* content off */

/* footer */
footer{
	position: relative;
}
footer:after{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url('../images/bottom.png') no-repeat center top;
	mix-blend-mode: soft-light;
}
_:-ms-lang(x), footer:after{
	opacity: .5;
}
footer .form{
	padding-bottom: 120px;
	background: url('../images/form.jpg') no-repeat center top/cover;
}
footer .bottom{
	padding: 60px 0;
	font-size: 14px;
	color: #919596;
	background: #e1ecf7;
}
footer .bottom [class*='col'],
footer .form [class*='col']{
	position: relative;
	z-index: 2;
}
.form-row{
	z-index: 1;
	margin-top: 80px;
}
.form-row:nth-last-child(1){
	z-index: 10;
}
.form-row:nth-last-child(2){
	z-index: 9;
}
.form-row:nth-last-child(3){
	z-index: 8;
}
.form-row:nth-last-child(4){
	z-index: 7;
}
.form-row:nth-last-child(5){
	z-index: 6;
}
.form-row:nth-last-child(6){
	z-index: 5;
}
.form-row:nth-last-child(7){
	z-index: 4;
}
.form-row:nth-last-child(8){
	z-index: 3;
}
.form-row:nth-last-child(9){
	z-index: 2;
}
.form-row+.form-row{
	margin-top: 20px;
}
.form-row+.form-row.last{
	margin-top: 75px;
}
.form-row strong{
	letter-spacing: 1px;
}
.socials{
	text-align: right;
}
.socials li:not(:first-child){
	margin-left: 28px;
}
.socials .noline:hover{
	opacity: .5;
}
.socials .noline img{
	vertical-align: baseline;
}
/* footer off */

/* slider */
.slider-box,
.caroufredsel_wrapper,
.item-slider .slider-box .outside{
	overflow: hidden;
}
.slider .caroufredsel_wrapper{
	height: calc(100vh - 95px) !important;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
.item-slider{
	margin-top: 120px;
}
.item-slider .slider-box{
	width: 100%;
	margin: 0 -62px;
	padding: 0 62px;
	box-sizing: content-box;
}
.item-slider .slider-box .inside{
	margin: 0 -45px;
}
#slider,
#item-slider,
#work-slider{
	width: 99999px;
}
#slider li{
	height: calc(100vh - 95px);
	background: no-repeat center center;
	background-size: cover;
}
#item-slider li{
	width: 246px;
	padding: 0 46px;
	box-sizing: border-box;
}
#item-slider .table{
	width: 100%;
	height: 200px;
	table-layout: fixed;
}
#item-slider .table img{
	max-width: 154px;
	max-height: 70px;
}
#item-slider .td{
	height: 50%;
}
#slider li .table{
	height: 100%;
	font-size: 16px;
	line-height: 1.375;
}
#slider .plaintext{
	text-align: left;
}
#slider .plaintext h2{
	font-size: 58px;
	letter-spacing: .125em;
}
#slider .plaintext h2 .small{
	font-size: .7em;
}
/*#slider .plaintext p .font{
	display: block;
	margin-bottom: 30px;
}*/
.typewriter1,
.typewriter2{
	overflow: hidden;
}
.typewriter1{
	width: 4.58em;
}
.typewriter1.typewriter{
	-webkit-animation: type 4s steps(6,end) forwards; 
	animation: type 4s steps(6,end) forwards; 
}
.typewriter2{
	width: 5.21em;
}
.typewriter2.typewriter{
	-webkit-animation: type2 5s steps(6,end) forwards; 
	animation: type2 5s steps(6,end) forwards; 
}
@-webkit-keyframes type{ 
	0%{width:0} 
	90%{width:0} 
	100%{width:100} 
} 
@keyframes type{ 
	0%{width:0} 
	90%{width:0} 
	100%{width:100} 
} 
@-webkit-keyframes type2{ 
	0%{width:0} 
	95%{width:0} 
	100%{width:100} 
} 
@keyframes type2{ 
	0%{width:0} 
	95%{width:0} 
	100%{width:100} 
} 
#slider .plaintext h2:after{
	display: inline-block;
	height: 1.275em;
	content: '';
	border: solid 1px #fff;
	-webkit-animation: blink 1s infinite;
	animation: blink 1s infinite;
}
@-webkit-keyframes blink{
	to{opacity:.0}
}
@keyframes blink{
	to{opacity:.0}
}
#slider .plaintext p .font{
	font-size: 20px;
}
#slider .bottom .bottom-content{
	padding: 25px 0;
	background: rgba(0,0,0,.3);
}
#slider .bottom .bottom-content .table{
	table-layout: fixed;
}
#slider .bottom .bottom-content .td{
	width: 50%;
	padding: 30px 0;
	text-align: left;
}
#slider .bottom .bottom-content .td:first-child{
	padding-right: 80px;
	border-right: solid 2px rgba(255,255,255,.25);
}
#slider .bottom .bottom-content .td:last-child{
	padding-left: 20px;
	padding-right: 60px;
	border-left: solid 2px rgba(255,255,255,.25);
}
#slider .bottom .bottom-content .table-title{
	font-size: 30px;
}
#slider .bottom .bottom-content .table-desc{
	font-size: 17px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -9px 0 0;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	transform: scaleX(-1);
}
.slider-nav:hover,
#item-slider a:hover{
	opacity: .5;
}
.slider-pager{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 5.1%;
	width: 100%;
}
.slider-pager a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 100%;
	background: #fff;
	border: solid 1px #c7cdd2;
	transition: .4s ease all;
}
.slider-pager a:hover,
.slider-pager a.selected{
	border-color: #0000bd;
	background: #0000bd;
}
.slider-pager a.selected{
	cursor: default;
}
.slider-pager span{
	display: none;
}
/* slider off */

/* media queries */
@media (max-width: 1199px){
	.video{
		padding-bottom: 70px;
	}
	#about{
		background: #f3f3f3;
	}
	.about-text{
		height: auto;
		margin-bottom: 70px;
	}
	.about-things{
		pointer-events: auto;
		position: static;
		width: auto;
	}
	.about-things .plaintext{
		padding-bottom: 30px;
	}
	.about-things .plaintext .title{
		width: auto;
	}
/*	.about-list .container:nth-child(1) .row:before{
		left: -1%;
	}
	.about-list .container:nth-child(2) .row:before{
		left: 7.3%;
	}
	.about-list .container:nth-child(3) .row:before{
		left: 15.8%;
	}
	.about-list .container:nth-child(4) .row:before{
		left: 24.1%;
	}*/
	.about-list .container .row:before{
		left: -400px !important;
	}
	#about .inside{
		padding-bottom: 0;
	}
	.case-studies{
		padding: 70px 0;
	}
	.case-studies .title{
		width: auto;
	}
	#about .case-studies .text{
		padding-top: 30px;
	}
	#about .case-studies .title,
	#about .case-studies .text,
	#about .case-studies .plaintext{
		text-align: center;
	}
	#about .case-studies .text{
		padding-top: 30px;
	}
	.work-row .big .img{
		height: 394px;
	}
	.work-row .small .img{
		height: 182px;
	}
	.work-row .img:after{
		line-height: 1;
	}
	.work-text,
	.item-slider{
		margin-top: 70px;
	}
	#work .case-studies{
		margin-top: 70px;
		padding: 30px 0;
	}
	.team-row .txt .post{
		font-size: 14px;
	}
	#team .work-text .title{
		width: 33%;
	}
	#contact .work-top .plaintext{
		padding: 0;
	}
	.item-slider .slider-box{
		margin: 0 -20px;
		padding: 0 20px;
	}
	.item-slider .slider-box .inside{
		margin: 0 -30px;
	}
	#item-slider li{
		width: 200px;
		padding: 0 30px;
	}
	#item-slider .table img{
		max-width: 140px;
	}
}

@media (max-width: 991px){
	.work-row .big .img{
		height: 300px;
	}
	.work-row .small .img{
		height: 135px;
	}
	.work-row .img:after{
		height: 60px;
		font-size: 18px;
	}
	.item-slider .slider-box .inside{
		margin: 0 -15px;
	}
	#item-slider li{
		width: 150px;
		padding: 0 15px;
	}
	#item-slider .table img{
		max-width: 120px;
	}
	.team-row .txt{
		font-size: 14px;
	}
	.team-row .txt .post{
		width: 90%;
		white-space: normal;
	}
	.team-row .txt .post small{
		font-size: inherit;
	}
	.team-row .desc{
		font-size: 12px;
	}
	#team .work-text .title{
		width: 40%;
	}
	.work-top .plaintext p{
		width: auto !important;
	}
}

@media (max-width: 767px){
	body{
		font-size: 12px;
	}
	.plaintext h1,
	.plaintext h2,
	.plaintext h3,
	.title{
		font-size: 20px;
	}
	header,
	.logo,
	.nav{
		height: 48px;
	}
	main{
		padding-top: 48px;
	}
	.section{
		padding-top: 50px;
	}
	.section-title{
		margin-bottom: 50px;
	}
	.slider .caroufredsel_wrapper{
		height: calc(100vh - 48px) !important;
	}
	#slider li{
		height: calc(100vh - 48px);
	}
	.frontslide{
		background-position: -100px center !important;
	}
	.frontslide .slide > .td{
		padding-top: 10vh;
		vertical-align: top;
	}
	.slider-pager{
		top: auto;
		bottom: 2.5vh;
	}
	.logo{
		position: relative;
		z-index: 2;
	}
	.logo img{
		width: 137px;
	}
	header:before{
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: #fff;
	}
	.nav{
		position: absolute;
		right: 15px;
		top: 20px;
		width: 16px;
		height: 8px;
		padding: 0;
	}
	.nav:before,
	.nav:after{
		position: absolute;
		z-index: 2;
		left: -10px;
		top: -10px;
		width: 16px;
		height: 2px;
		border: 10px solid transparent;
		background: #0000bd;
		box-sizing: content-box;
		background-clip: content-box;
		transition: .4s ease all;
	}
	.nav:after{
		top: -4px;
	}
	.nav.active:before,
	.nav.active:after{
		top: -7px;
		background: #858484;
		box-sizing: content-box;
		background-clip: content-box;
	}
	.nav.active:before{
		-webkit-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	.nav.active:after{
		-webkit-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	.nav ul{
		overflow: hidden;
		display: table;
		position: absolute;
		right: -15px;
		top: -28px;
		width: 100vw;
		height: 40px;
		margin-top: 16px;
		padding: 0 15px;
		white-space: nowrap;
		background: #fff;
		box-shadow: 0 0 0 rgba(0,0,0,.2);
		transition: .4s ease all;
	}
	.nav.active ul{
		top: 100%;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
	}
	.nav li{
		display: table-cell;
		width: 10000px;
		margin: 0;
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		vertical-align: middle;
	}
	.nav li:first-child,
	.nav li:last-child{
		width: 5000px;
		text-align: left;
	}
	.nav li:last-child{
		text-align: right;
	}
	.nav li a:hover,
	.nav li a:focus{
		color: #858484;
	}
	.nav li.active a{
		color: #0000bd;
	}
	.nav li a:after{
		content: none;
	}
	#slider .plaintext h2{
		font-size: 29px;
	}
	#slider .plaintext p .font{
		font-size: 14px;
	}
	#slider .plaintext{
		font-size: 12px;
	}
	#slider .bottom .bottom-content{
		padding-bottom: calc(2.5vh + 35px);
	}
	#slider .bottom .bottom-content .td{
		padding: 0;
	}
	#slider .bottom .bottom-content .table-title{
		font-size: 14px;
	}
	#slider .bottom .bottom-content .table-desc{
		font-size: 12px;
	}
	#slider .bottom .bottom-content .td:first-child{
		padding-right: 10px;
		border-right-width: 1px;
	}
	#slider .bottom .bottom-content .td:last-child{
		padding-left: 10px;
		padding-right: 0;
		border-left-width: 1px;
	}
	.work-top .plaintext,
	.video{
		padding-bottom: 50px;
	}
	.plaintext h1, .plaintext h2, .plaintext h3, .title{
		margin-bottom: 20px;
	}
	.about-text .font,
	.about-things .plaintext .title{
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}
	.about-things .plaintext .title{
		font-size: 16px;
	}
	.case-studies .title{
		font-size: 20px;
		text-align: center;
	}
	.about-text{
		margin-bottom: 30px;
	}
	#about .case-studies .text .inline-table{
		display: table;
	}
	#about .case-studies .text{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	#about .case-studies .text .img{
		width: 25px;
	}
	#about .case-studies .text .txt{
		font-size: 12px;
	}
	.about-list .row:before{
		content: none;
	}
	.about-list .row{
		height: auto;
	}
	.about-list .container [class*='col']{
		background: url('../images/bar.png') no-repeat -200px top/cover;
	}
	.about-list .container [class*='col']:not(:first-child){
		margin-top: 5px;
	}
	.about-list [class*='col'].active .desc{
		opacity: 1;
	}
	.about-list [class*='col'].active .desc .inner{
		top: 0;
	}
	.case-studies{
		padding: 30px 0;
	}
/*	#about .case-studies .title,*/
	#about .case-studies .text,
	#about .case-studies .plaintext{
		text-align: left;
	}
	.case-studies .text .inline-table:not(:first-child){
		margin: 10px 0 0;
	}
	.work-row{
		margin-bottom: 0;
	}
	.work-row .img{
		margin-top: 30px;
	}
	.work-row .big .img,
	.work-row .small .img{
		height: auto;
	}
	#work .work-top .plaintext{
		padding-bottom: 0;
	}
	.work-text,
	.item-slider{
		margin-top: 30px;
	}
	#work-slider .slide{
		width: 100vw;
	}
	#work-slider .slide .title{
		font-size: 16px;
	}
	blockquote{
		font-size: 10px;
	}
	blockquote p{
		font-size: 12px;
	}
	.item-slider .slider-box{
		margin: 0 -17px;
		padding: 0 17px;
	}
	.item-slider .slider-box .inside{
		margin: 0 -17px;
	}
	#item-slider li{
		width: 108px;
		padding: 0 17px;
	}
	#item-slider .table{
		height: 180px;
	}
	.case-studies .text td ul li{
		margin-left: 15px;
	}
	.case-studies .text td ul li:before{
		margin-left: -15px;
	}
	#item-slider .table img{
		max-width: 74px;
	}
	.slider-nav.prev{
		left: 5px;
	}
	.slider-nav.next{
		right: 5px;
	}
	#work .case-studies{
		margin-top: 30px;
		padding: 30px 0;
	}
	#work .case-studies .title,
	#team .case-studies .title{
		margin: 0 0 20px;
		padding: 0;
	}
	.team-row figure:not(:first-child),
	.team-row+.team-row figure{
		margin-top: 30px;
	}
	.team-row+.team-row{
		margin-top: 0;
	}
	.team-row figure .img img{
		width: 100%;
	}
	#team .work-text .title,
	#team .work-text .plaintext{
		display: block;
		width: auto;
		padding: 0;
	}
	.map{
		margin-top: 10px;
	}
	#team .case-studies{
		padding: 30px 0;
	}
	.form-row,
	.form-row+.form-row.last{
		margin-top: 30px;
	}
	footer .bottom{
		padding: 30px 0;
		font-size: 10px;
		white-space: nowrap;
	}
	footer .rights{
		display: block;
		margin: 10px 0 0;
	}
	.copy,
	.socials{
		text-align: center;
	}
	.form-row+.form-row [class*='col']+[class*='col']{
		margin-top: 15px;
	}
	footer .form{
		padding-bottom: 30px;
	}
	footer .form .button{
		margin: 15px 0;
	}
	footer .form-row:first-child [class*='col']:last-child{
		top: 323px;
	}
	footer .form-row:nth-child(2) [class*='col']:first-child{
		top: -15px;
	}
	footer .form-row:nth-child(2) [class*='col']:last-child{
		top: 250px;
	}
	footer .form-row:nth-child(3) [class*='col']:first-child{
		top: -83px;
	}
	footer .form-row:nth-child(3) [class*='col']:last-child{
		top: 177px;
	}
	footer .form-row:nth-child(4) [class*='col']:first-child{
		top: -151px;
	}
	footer .form-row:nth-child(4) [class*='col']:last-child{
		top: 104px;
	}
	footer .form-row:nth-child(5) [class*='col']:first-child{
		top: -219px;
	}
	footer .form-row:nth-child(5) [class*='col']:last-child{
		top: 41px;
	}
	.form-row, .form-row+.form-row.last{
		margin-top: 60px;
	}
	.form-row{
		z-index: initial !important;
	}
}






















/* eof */