@charset "utf-8";
@import url("flexslider.css");
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b{ font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */
@font-face {
    font-family: 'segoe_ui_light';
    src: url('../fonts/segoe_ui_light.eot');
    src: url('../fonts/segoe_ui_light.eot') format('embedded-opentype'),
         url('../fonts/segoe_ui_light.woff2') format('woff2'),
         url('../fonts/segoe_ui_light.woff') format('woff'),
         url('../fonts/segoe_ui_light.ttf') format('truetype'),
         url('../fonts/segoe_ui_light.svg#segoe_ui_light') format('svg');
}
html {height: 100%}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	line-height:24px;
	font-size:17px;
	background: #fff;
    color: #000;
    font-family: segoe_ui_light
}
/* TYPOGRAPHY */
h1 {
	font-size:26px;
	line-height:1.2em;
	padding:6px 0;
	color:#0e4e55
}
h2 {
	font-size:24px;
	line-height:1.2em;
	padding:6px 0;
	color:#092f41;
    font-weight: 700;
	margin:0 0 6px 0
}
h3 {
	font-size:22px;
	line-height:1.2em;
	padding:6px 0;
	color:#3a667e;
    font-weight: 700;
}

h4 {
    font-size:18px;
    line-height:1.2em;
    padding:6px 0;
    color:#3a667e;
    font-weight: 700;
}
a:link,
a:visited {
    color: #3bb2e3
}
a:hover{ text-decoration:none;}
p{padding:10px 0}
/* END TYPOGRAPHY */
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {clear: both}
/* ----style-form---*/
::-webkit-input-placeholder { color:#959595;}
:-moz-placeholder { color:#959595;}
.placeholder { color:#959595;}
*:focus::-moz-placeholder { color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important;} 
*:focus:-moz-placeholder { color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}
input, textarea {outline:none}
/* ----end-style-form---*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
	
.page {
	width:100%;
	margin: 0 auto;
	min-height:100%;
	position:relative;
	overflow:hidden
}
.page:before {
	content:'';
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;top:0;
	background:url(../images/bg/bg.png)
}
.container {
	width:950px;
	margin: 0 auto;
	position:relative
}




.header {
	width:100%;
	background:#fff;
	position:relative;
	padding:16px 0 6px 0;
	z-index:4
}
.header.fixed {
	padding-top:0;
	-webkit-box-shadow: 0 8px 10px -10px #b3adad;
	-moz-box-shadow: 0 8px 10px -10px #b3adad;
	box-shadow: 0 8px 10px -10px #b3adad;
}
.header .logo {
	width:191px;
	height:76px;
	float:left;
	position:relative;
	top:20px;
	left:-14px
}
.header .logo img {
	width:191px;
	height:76px
}
.header menu {
    float: right;
    font-size: 18px;
    line-height: 1.2em;
    padding: 45px 0 0
}
.header menu li {
    list-style: none;
    display: inline-block;
    margin: 0 54px
}
.header menu li a {
    color: #092f41;
    text-decoration: none
}


.middle {
	width: 100%;
	position: relative
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}

.top-main {
    background: #092f41;
    padding: 35px 15px 18px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 52px
}
.top-main .container {
    max-width: 1000px
}
.middle-main {
    padding: 0 0 18px;
    margin: 0 -15px
}
.middle-main>div {padding: 0 15px}
.middle-main article {
    float: left;
    width: 25%;
    margin: 20px 0 12px 0;
    padding: 0 15px;
    text-align: center;
}
.middle-main article p {
    padding: 6px 0
}
.middle-main article h2 {
    margin: 0 0 34px
}
.middle-main article figure {
    height: 214px;
    line-height: 0;
    margin: 0 0 22px
}
.middle-main article figure img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center
}
.block-white {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    background: #fff;
    padding: 8px 0 20px
}
.top-service {
    padding: 26px 0;
    width: 102%
}
.top-service h1 {
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    padding: 6px 24px;
    margin: 0 0 8px
}
.top-service article {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #787878;
    min-height: 264px;
    padding: 10px 24px;
    line-height: 1.3em;
    margin: 0 16px 20px 0
}
.top-service article figure {
    width: 78px;
    height: 78px;
    margin: 13px auto
}
.top-service article figure img {
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.top-service article h2 {
    color: #1e5672;
    text-align: center
}
.service {
    width: 1000px;
    margin: 0 auto 40px auto;
    background: #fff
}
.service h2 {
    font-size: 30px;
    line-height: 1.2em;
    color: #1e5672
}
.list-banner {
    padding: 36px 0 20px
}
.list-banner li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 10px 0
}
.markets {
    max-width: 1000px;
    margin: 30px auto 40px auto;
    background: #fff;
    -webkit-box-shadow: 0 14px 16px -16px #b4b8bb;
    -moz-box-shadow: 0 14px 16px -16px #b4b8bb;
    box-shadow: 0 14px 16px -16px #b4b8bb
}
.t-markets {
    max-width: 1000px;
    margin: 0 auto 6px;
    position: relative;
    min-height: 405px;
    font-size: 18px;
    line-height: 1.3em;
    color: #2a5c64
}

.t-markets_health {
    background: url(../images/health.jpg) no-repeat;
    background-size: cover
}

.t-markets_digital {
    background: url(../images/digital1.jpg) no-repeat;
    background-size: cover
}

.t-markets_home {
    background: url(../images/home_and_tools.png) no-repeat;
    background-size: cover
}

.t-markets:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 495px;
    height: 100%;
    background: rgba(255, 255, 255, .7)
}
.t-markets h1 {
    font-size: 36px;
    line-height: 1em;
    color: #0e4e55;
    margin: 0 0 8px
}
.content-markets {
    width: 450px;
    margin-left: 21px;
    position: relative;
    padding: 24px 0 12px
}
.content-markets article {
    padding: 0 68px 14px 0;
    margin: 0 0 11px
}
.t-markets h2 {
    font-size: 30px;
    line-height: 1em;
    color: #0e4e55;
    margin: 0 0 6px
}

.markets a {
    color: #0e4e55;
}

.banner-markets figure {
    margin: 0 20px 10px 0
}
.banner-markets figure img {
    width: 100%;
    height: auto
}
.statistics {
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 0 14px;
    margin: 0 -15px
}
.statistics:after {
    content: '';
    display: table;
    clear: both
}
.statistics h2 {
    font-size: 30px;
    line-height: 1.1em;
    padding: 6px 0;
    color: #1e5672;
    margin: 0 0 8px;
    width: 96%
}
.statistics article {
    width: 25%;
    float: left;
    padding: 10px 15px;
    margin: 0 0 10px
}
.statistics article p {
    padding: 8px 0
}
.percentage {
    font-size: 36px;
    line-height: 1em;
    text-align: center
}
.yearly {
    font-size: 24px;
    line-height: 1em;
    text-align: center
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40
}

.icon {
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	overflow:hidden;
	position:relative;
	background:url(../images/bg/icon.png) no-repeat;
}

.footer {
	width:100%;
	position:relative;
	background:#157ea9;
	z-index:3;
	color:#fff;
	font-size:14px;
	line-height:1.2em;
    padding-bottom: 20px
}
.footer p {padding:0}
.footer .container {padding:8px 0 0 0}
.t-footer {
	margin:0 0 38px 0
}
.l-footer {
	width:190px;
	float:left;
	color:#81bfd8;
	font-size:16px;
	line-height:1.3em
}
.footer .logo {
	width:150px;
	height:59px;
	position:relative;
	left:-9px;
	margin:0 0 20px 0
}
.footer .logo img {
	width:150px;
	height:59px
}
.footer address {
	width:190px;
	float:right;
	text-align:right;
	font-style:normal;
	line-height:1.4em;
	padding:16px 0 0 0
}
.footer address a {text-decoration: none}
.footer a {color:#fff}
.footer address span {
	display:block;
	font-size:22px;
	line-height:1.2em
}
.c-footer {
	margin:0 192px 0 300px;
	font-size:16px;
	line-height:1.3em;
	padding:18px 0 0 0
}
.footer menu {
	font-size:16px;
	line-height:1.2em;
	margin:0 0 32px 0
}
.footer menu li {
	list-style:none;
	display:inline-block;
	margin:0 36px 0 0
}
.footer menu li a {color:#fff}
.copy {
	width:40%;
	float:left
}


/* Request for quote */
.quote_div{
    max-width: 960px;
	margin:0 auto; 
	padding:0 0 12px 0;	
    background: url("../images/c_form_bg.png");
	color:#6a4f3c
}
.quote_div:after {
    content: '';
    display: table;
    clear: both
}

.quote_div .q_head{
    height: 58px;   
    float: top;
    padding: 0 15px
}
.quote_div .q_head h1{
    color: rgb(14,78,85);
    font-size: 30px;
    padding: 14px 0 0 22px;
}
.quote_div .q_fields{
    width: 25%;
    height: 91px;
    padding: 0 15px;
	float: left;
}
.quote_div .q_fields.last .inpt_div{
    height: 38px;
    background: url('../images/kv-hp-bottom.png') no-repeat scroll center bottom transparent;
    background-size: 100%;
    width: 100%;
}
.quote_div .q_fields input{
    width: 100%;
    height: 32px;
    font-size: 16px;
    border: none;
    margin: 0;
    text-overflow: ellipsis;
}
.quote_div .q_fields p{
    padding-left: 12px;
}
.button{
    background:#12656d url('../images/button_bg.png');
    color: rgb(255, 255,255);
    text-align: center;
    font-family: verdana;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.button:hover{
    background:#12656d url('../images/button_hover_bg.png');
    cursor: pointer;
}

.content:after,.careers:after {
    content: '';
    display: table;
    clear: both
}
.careers_left {
    float: left;
    margin-right: 40px;
}
.careers li {
    list-style: circle;
    padding-top: 10px;
}

.add-menu{
    width:40px;
    height:30px;
    text-align:center;
    line-height:30px;
    color:#333;
    cursor:pointer;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    font-size: 36px;
    display: none;
    position: absolute;
    right: 15px;
    top: 10px
}
.add-menu:before{
    content: '\2261';
    display:inline-block;
    vertical-align:middle
}
.add-menu.active {font-size: 1.2em;right: 250px;background: #fff}
.add-menu.active:before {content: '\2716'}
.moore-list {
    cursor: pointer;
    display: none;
    white-space: nowrap;
    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 12px;
    padding: 0 12px;
    border-radius: 4px 4px 0 0
}


/* Request for quote */

@media (max-width:991px){
    .page {min-width: auto}
    .container {
        width: 100%;
        padding: 0 15px
    }
    .header {padding-top: 0}
    .header menu li {
        margin: 0 30px
    }
    .top-main {
        background: #092f41;
        padding: 20px 15px 20px;
        margin-bottom: 30px
    }
    .middle-main article h2 {
        margin: 0 0 20px
    }
    .middle-main article figure {margin-bottom: 10px}
    .markets {
        margin: 20px auto;
    }
    .footer {
        min-width: auto
    }
    .footer .container {padding:8px 15px 0 15px}
    .c-footer {
        margin:0 192px 0 210px
    }
    .footer menu li {margin:0 25px 0 0}
    .copy {width: 100%}
}
@media (max-width:767px){
    h1 {
        font-size:24px;
        line-height:1.2em
    }
    h2 {
        font-size:22px;
        line-height:1.2em
    }
    h3 {
        font-size:20px;
        line-height:1.2em
    }
    .header {padding-bottom: 0}
    .header menu {padding-top: 30px}
    .header .logo {top: 5px}
    .top-main {margin-bottom: 20px}
    .header menu {
        float: none;
        padding: 20px;
        width: 250px;
        position: absolute;
        right: -250px;
        top: 0;
        background: #fff;
        -webkit-transition-duration:.3s;
        transition-duration:.3s;
    }
    .header menu li {
        display: block;
        margin: 0
    }
    .header menu li a {
        display: block;
        padding: 8px 10px
    }
    .header menu.active {right: 0}
    .add-menu {display: block}
    .middle-main {margin: 0}
    .middle-main>div {padding: 0}
    .middle-main article {
        width: 100%;
        margin: 10px 0 12px 0;
        padding: 0
    }
    .t-markets:before {width: 100%}
    .content-markets {
        width: 100%;
        margin-left:0;
        position: relative;
        padding: 24px 20px
    }
    .content-markets article {
        padding: 0 0 14px 0
    }
    .t-markets {min-height: 60px}
    .statistics article {width: 50%}
    .careers_left {
        float: none;
        margin: 0 0 14px
    }
    .careers_left img {width: 100%}
    .careers ul {margin-left: 20px}
    .quote_div .q_fields {
        width: 50%;
        padding: 0 10px
    }
    .c-footer {
        margin: 0;
        clear: both;
        padding-top: 30px
    }
    .footer menu {margin-bottom: 16px}
    .l-footer {width: 50%}
}
@media (max-width:420px){
    .statistics {margin: 0}
    .statistics article {
        width: 100%;
        padding: 10px 0
    }
    .statistics article+article {border-top: 1px solid #ccc}
    .l-footer {width: 100%;text-align: center}
    .footer .logo {
        left:0;
        margin:0 auto 10px
    }
    .footer address {
        width: 100%;
        text-align: center
    }
    .footer menu {text-align: center}
    .footer menu li {margin:0 6px}
}