@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
html
{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 130px 0 0 0;
    padding: 0;
}
@font-face {
  font-family: 'futura-pt';
  src: url('futurapt-book-webfont.eot'); /* IE9 Compat Modes */
  src: url('futurapt-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('futurapt-book-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('futurapt-book-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('futurapt-book-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

article,aside,details,figcaption,figure,footer,header,nav,hgroup,main,menu,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
a
{
	background-color: transparent;
}
a:active,a:hover
{
	outline: 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: bold;
}
dfn
{
	font-style: italic;
}
h1
{
	font-size: 2em;
	margin: 0.67em 0;
}
mark
{
	background: #ff0;
	color: #000;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -0.5em;
}
sub
{
	bottom: -0.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 1em 40px;
}
pre
{
	overflow: auto;
}
code,kbd,pre,samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}
button
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input
{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button
{
	height: auto;
}
input[type="search"]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
	webkit-appearance: none;
}
fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
}
optgroup
{
	font-weight: bold;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td,th
{
	padding: 0;
}
*,*::before,*::after
{
	box-sizing: border-box;
}
body
{
	color: #6a737b;
	font-family: 'Roboto', sans-serif;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
a
{
	color: #fdb813;
	text-decoration: none;
}
b
{
	font-weight: 800;
}
.align-right
{
	text-align: right;
}
.align-center
{
	text-align: center;
}
.hidden
{
	display: none !important;
}
@media screen and (min-width: 480px)
{
	.hidden--mobile
	{
		display: none;
	}
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #ffffff;
}

.header-container {
    margin: 0 auto;
	max-width: 1197px;
}
.slideshow,.content__inner,.footer,.section_title div
{
	margin: 0 auto;
	max-width: 1197px;
}
.header-container,.footer
{
	display: table;
	margin: 15px auto 0;
	width: calc(100% - 50px);
}
.header.smaller .header-container
{
	display: table;
	margin: 10px auto 15px;
	width: calc(100% - 50px);
}
@media screen and (min-width: 1320px)
{
	.header,.footer
	{
		width: 100%;
	}


}
nav {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    min-height: 35px;
    z-index: 10000;
    background-color: #313539;
}

.nav-container {
    margin: 0 auto;
	max-width: 1197px;
}
.section_title {
    width: 100%;
    background-color: #ebeef2 ;
}
.section_title div {
    padding: 1px 0px 20px 0;
}
.section_title h1 {
    font-size: 48px;
    font-weight: 500;
    color: #212428;
    margin: 25px 0 0 0;
}
@media screen and (max-width: 1000px)
{
	.section_title h1 {
        font-size: 38px;
        text-align: center;
    }
}
.logo,.keywords
{
	display: table-cell;
}
.nav,.copyright
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    color: #231f20;
}
@media screen and (min-width: 480px)
{
	.nav,.copyright
	{
		display: table-cell;
	}
}
.nav
{
	text-align: center;
}
.copyright
{
	text-align: center;
}
@media screen and (min-width: 480px)
{
	.copyright
	{
		text-align: right;
		width: 200px;
	}
}
@media screen and (min-width: 768px)
{
	.header.-indented
	{
		padding-left: 100px;
	}
}
.logo
{
	background: url(../img/taguchi_logo.png) no-repeat top left;
	background-size: contain;
	height: 55px;
	text-indent: -99999px;
	width: 200px;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

@media screen and (max-width: 1000px)
{
    body {
        margin: 110px 0 0 0!important;
    }

    .logo {
        height: 40px;
        top: 10px!important;
        margin: 0 auto!important;
        background: url(../img/taguchi_logo.png) no-repeat top center;
        background-size: contain;
    }

    header {
     height: 70px;
    }
}
.logo a
{
	display: block;
	height: 100%;
	width: 100%;
}
.keywords
{
	font-size: 16px;
	letter-spacing: 1px;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 18px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
    font-family: "futura-pt", helvetica, arial, sans-serif;
	display: block;
}
.keywords li
{
	display: inline-block;
}
.keywords li b
{
	color: #fdb813;
	font-weight: 800;
}
.slideshow
{
	height: 600px;
	position: relative;
}
.slideshow ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideshow__prev,.slideshow__next
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: none;
	height: 100%;
	moz-transition: all 0.3s ease-out;
	ms-transition: all 0.3s ease-out;
	o-transition: all 0.3s ease-out;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	transition: all 0.3s ease-out;
	webkit-transition: all 0.3s ease-out;
	width: 50px;
}
.slideshow__prev a,.slideshow__next a
{
	display: block;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 1320px)
{
	.slideshow__prev,.slideshow__next
	{
		display: block;
	}
}
.slideshow__prev
{
	background-image: url(../img/prev.svg);
	left: -50px;
}
.slideshow__next
{
	background-image: url(../img/next.svg);
	right: -50px;
}
.slideshow__prev:hover,.slideshow__next:hover
{
	background-color: rgba(106,115,123,0.1);
}
.slide
{
	display: block;
	height: 600px;
}
.bx-wrapper .bx-pager
{
	bottom: 10px;
	color: #666;
	font-family: Arial;
	font-size: .85em;
	font-weight: bold;
	padding-top: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 1320px)
{
	.bx-wrapper .bx-pager
	{
		display: none;
	}
}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
	display: inline;
	display: inline-block;
	zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
	background: transparent;
	border: 1px solid #fdb813;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	moz-border-radius: 5px;
	moz-transition: all 0.3s ease-out;
	ms-transition: all 0.3s ease-out;
	o-transition: all 0.3s ease-out;
	outline: 0;
	text-indent: -9999px;
	transition: all 0.3s ease-out;
	webkit-border-radius: 5px;
	webkit-transition: all 0.3s ease-out;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active
{
	background-color: rgba(253,184,19,0.3);
}

.int_panel {
    width: 280px;
    float: left;
    background-color: #ffffff;
    margin: 0 15px 15px 0;
    max-height: 350px;
}
.int_panel img {
    width: 280px;
    height: auto;
}
.int_panel div {
    width: 280px;
    padding: 0px 20px 20px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
@media screen and (max-width: 1000px)
{
.int_panel {
    width: 200px;
    float: none;
    background-color: #ffffff;
    margin: 0 auto 15px auto;
    max-height: 350px;
}
.int_panel img {
    width: 200px;
    height: auto;
}
.int_panel div {
    width: 200px;
    padding: 0px 20px 20px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
}
.int_panel h1
{
    color: #222529 ;
    font-weight: normal;
    margin: 0;
    font-family: "Roboto", helvetica, arial, sans-serif;
}
.int_panel h2
{
    color: #6f6f6f;
    font-weight: normal;
    font-size: 18px;
}
.about
{
    margin: 0 auto;
	max-width: 1197px;
    position: relative;
    display: table;
}

.services
{
    margin: 0 auto;
	max-width: 1197px;
    position: relative;
    display: table;
}

.services .panel {
    display: table-cell;
    width: 460px;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 1000px)
{
	.services .panel {
    display: inline;
    width: 100%;
    padding: 20px;
    text-align: center;
}
}

.services .panel h1 {
    color: #222529 ;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "Roboto", helvetica, arial, sans-serif;
    line-height: 28px;
}

.services .tooltip-box {
    width: 330px;
    min-height: 400px;
    background-color: #ebeef2;
    color: #000000;
    font-size: 13px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 20px 10px 20px;
}

@media screen and (max-width: 1000px)
{
    .services .tooltip-box {
    width: 100%;
}
}

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

.about .panel {
    display: table-cell;
    width: 360px;
    padding: 20px;
    text-align: center;
}

.about .panel img
{
    width: 250px;
    height: auto;

}
@media screen and (max-width: 1000px)
{
	.about .panel
    {
        display: block;
        padding: 40px 0 0 0;

    }
}

.about .panel h1
{
    color: #222529 ;
    font-weight: normal;
    margin: 0;
    font-family: "Roboto", helvetica, arial, sans-serif;
}
.about .panel h2
{
    color: #6f6f6f;
    font-weight: normal;
    font-size: 18px;
}
.chameleon
{
	background: url(../img/chameleon.jpg) no-repeat center top;
	background-size: 100%;
    margin: 0 auto;
	max-width: 1197px;
    height: 560px;
    position: relative;
}
@media screen and (max-width: 1000px)
{
	.chameleon
    {
        height: 450px;
    }
}
.integrations_head
{
	background: url(../img/integrations.jpg) no-repeat center top;
	background-size: 100%;
    margin: 0 auto;
	max-width: 1197px;
    height: 800px;
    position: relative;
}
@media screen and (max-width: 1000px)
{
	.integrations_head
    {
        height: 400px;
        background-position: center center;
    }
}
.clients_head
{
	background: url(../img/clients.jpg) no-repeat center top;
	background-size: 100%;
    margin: 50px auto 0 auto;
	max-width: 1197px;
    height: 600px;
    position: relative;
}
@media screen and (max-width: 1000px)
{
	.clients_head
    {
        height: 400px;
        background-position: center center;
    }
}
#cta-demo {
    margin: 0px auto 100px auto;
    background-color: #fdb813;
    color: #000000;
    padding: 15px 25px;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    font-size: 28px;
    display: inline-block;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.chameleon_title
{
	font-size: 34px;
	font-weight: normal;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.2em;
	position: absolute;
	text-align: center;
	width: 100%;
    bottom: 15px;
	padding: 0 12%;
    font-family: "futura-pt", helvetica, arial, sans-serif;
}
.chameleon_title b
{
	color: #fdb813;
}
.slide__title
{
	font-size: 34px;
	font-weight: normal;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.2em;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slide__title b
{
	color: #fdb813;
}
.slide--1
{
    background: #ffffff url(../img/chameleon.jpg) no-repeat center 20%;
	background-size: 100%;
}
.slide--1 .slide__title
{
	display: block;
    position: absolute;
    bottom: 0;
    color: #2d3235;
    padding: 0 100px;
}
@media screen and (max-width: 768px)
{
    .slide__title
    {
        font-size: 24px;
    }
        .slide--1 .slide__title
    {
        padding: 0 20px;
    }
    .slideshow
{
	height: 400px;
}
    .slide
{
	display: block;
	height: 400px;
}
}
@media screen and (min-width: 768px)
{
	.slide--1
	{
		background-size: auto;
	}
}
@media screen and (min-width: 768px)
{
	.slide--1 .dinkus
	{
		display: block;
	}
}
.slide--3
{
	background: url(../img/integrations.jpg) no-repeat center center;
	background-size: 100%;
}
.slide--2
{
	background: url(../img/pie-charts.png) no-repeat center center;
    background-color: #ffffff;
	background-size: auto;
}
.slide--3 p
{
	display: block;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 0 100px;
}
@media screen and (min-width: 992px)
{
	.slide--3
	{
		background-size: auto;
	}
}
@media screen and (max-width: 1000px)
{
	.slide--3, .slide--2
	{
		display: none;
	}
}
.content
{
	background-color: #2d3236;
}
.content_producthero
{
	background-image: url(../img/prop-bg.jpg);
    background-size: cover;
}
.content.white
{
	background-color: #ffffff;
}
.content.lightblue
{
	background-color: #ebeef2;
}
.content.dark
{
	background-color: #2a2a2a ;
}
.content.yellow
{
	background-color: #fbb818;
}
.content__full
{
    margin: 0 auto;
    max-width: 1197px;
	color: #6a737b;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
    padding: 20px 0;
}
.content__full.contact
{
	font-size: 15px;
}
@media screen and (max-width: 1000px)
{
	.content__full
	{
		padding: 50px 50px;
        text-align: center;
        margin: 0;
	}
}
.content__full h1,.content__full h2,.content__full h3,.content__full h4,.content__full h5,.content__full h6
{
	color: #2d3236;
}
.content__inner
{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	padding: 20px 50px;
}
.content__inner.contact
{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	padding: 50px;
}
.content__inner h1,.content__inner h2,.content__inner h3,.content__inner h4,.content__inner h5,.content__inner h6
{
	color: #fdb813;
}
.footer
{
    margin-top: 20px;
	margin-bottom: 50px;
    display: table;

}
.nav
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 1000px)
{
    .nav {
        display: none;
        }
}
nav .nav
{
    text-align: center;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .nav
{
	display: table-cell;
    text-align: left;
    width: 240px;
}
.footer .nav li
{
    display: inline-block;
    padding: 0px 20px;
}
.footer .nav li.last
{
    display: inline-block;
    padding: 0 0 0 20px;
	text-align: right;
	width: 100%;
}
.footer .nav li:hover
{
    background-color: #ffffff;
}
.footer .nav li a
{
	color: #000000;
	text-transform: uppercase;
}
.footer .nav li a:hover
{
	color: #CCCCCC;
	text-transform: uppercase;
}
.nav li
{
    display: inline-block;
    padding: 8px 48.7px;
}
@media screen and (max-width: 1200px)
{
	.nav,
	.nav ul {
		margin: 0 auto !important;
		text-align: center !important;
	}
	.nav li
	{
	    padding: 8px 30px;
	}
}
.nav li:hover
{
    background-color: #282b2e;
}
.nav li a
{
	color: #fff ;
	text-transform: uppercase;
}
.nav li a:hover
{
	color: #dde0e4;
	text-transform: uppercase;
}
.nav li.selected
{
	background-color: #282b2e;
}
.nav li.selected a
{
	color: #dde0e4;
	text-transform: uppercase;
}
a#cta {
    background-color: #fdb813;
    padding: 10px 20px;
    margin: 12px 0 0 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    float: right;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
a:hover#cta {
    background-color: #e1a618;
}
#menu-icon {
    display: none;
    float: right;
	width: 38px;
	height: 44px;
    margin: 10px 0 0 0;
	background-image: url(../img/burger.png);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 1000px)
{

    nav {
        top: 70px;
    }

    a#cta {
        display: none;
    }

    .footer .nav li
{
    background-color: #ebeef2;
    display: block;
    margin: 0 auto 10px auto;
    padding: 10px;
    max-width: 200px;
}

    nav #menu-icon {
     margin: 0;
    }
    nav #menu-icon {
        display:inline-block;
        }
    nav #menu-icon:hover + .nav, nav .nav:hover {
        display:block;
        position: absolute;
        right: 0;
		top: 14px;
        background-color: #313539;
        z-index: 100;
        width: 100%;
        padding: 10px;
        }
    nav .nav li
    {
        border-left: 0;
        border: 0;
        display: block;
        padding: 15px 20px 15px 0;
    }
    nav .nav li a
    {
        color: #ffffff;
        font-size: 21px;
        text-transform: uppercase;
    }
    nav .nav li a:hover
    {
        color: #cacaca;
        text-transform: uppercase;
    }
    .footer .nav
    {
        display: block;
        text-align: center;
        width: 100%;
    }
    footer .nav li
    {
        border-left: 0;
        border: 0;
        display: block;
        padding: 5px 0 5px 0;
    }
    .keywords {
        display: none;
    }
    .copyright
    {
        display: block;
    }
}
.copyright
{
	font-size: 11px;
	display: block;
	margin: 0 auto;
}

.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}

.cd-video {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
@media screen and (max-width: 1400px)
{
    .cd-video {
    height: 500px;
    width: 150%;
    }
}
@media screen and (max-width: 1000px)
{
    .cd-video {
    height: 400px;
    width: 200%;
    }
}
.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cd-fixed-bg.cd-australia {
    background-image: url("../img/australia_map.jpg");
    min-height: 600px;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.cd-fixed-bg.cd-advantage-man {
    background-image: url("../img/advantage_man.jpg");
    min-height: 500px;
    width: 100%;
    display: table;
    vertical-align: middle;
}
.cd-fixed-bg.cd-advantage-kid {
    background-image: url("../img/advantage_kid.jpg");
    min-height: 500px;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.cd-fixed-bg.cd-australia div {
    background-color: rgba(250, 183, 45, 0.8);
    color: #000000;
    width: 500px;
    padding: 50px;
    margin: 150px auto 0 auto;
    line-height: 26px;
    border-radius: 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

@media screen and (max-width: 1000px)
{
	.cd-fixed-bg.cd-australia div
    {
        width: 80%;
    }
}

.cd-fixed-bg.cd-australia div.quote:before {
    color: #f6d694;
    font-family: serif;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.cd-fixed-bg.cd-australia div p {
    display: inline;
    font-size: 18px;
}

.cd-fixed-bg.cd-australia div span {
    display: block;
    text-align: right;
}

.quote {
    min-height: 300px;
    padding: 25px 0;
}

.quote:before {
    color: #85909a;
    font-family: serif;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.quote:after {
    color: #85909a;
    font-family: serif;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    float: right;
}
.quote h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 28px;
    line-height: 48px;
}

.quote h2 {
    color: #85909a;
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    margin: 0 0 50px 0;
}
@media screen and (max-width: 1000px)
{
    .quote h1 {
    font-size: 18px;
    line-height: 25px;
    }
    .quote h2 {
    font-size: 15px;
    line-height: 21px;
    }
}


#readmore {
	color: #000000 !important;
	margin: -10px 0 20px 0 !important;
	display: block !important;
	width: 240px !important;
	float: left !important;
}

#whois {
	float: right;
	margin: -40px 0 0 0;
}

#whois img {
	width: 60px;
	float: right;
	margin: 10px 0 0 0;
}


.pc_demo,
.mobile_demo,
.laptop_demo{
    margin: 30px auto;
	max-width: 1197px;
}

.laptop_container.left {
    background-image: url(../img/laptop.png);
    background-repeat: no-repeat;
    background-size: 500px 250px;
    width: 500px;
    height: 260px;
    float: left;
    margin-right: 50px;
}

.integrate_container.left {
    width: 500px;
    height: 300px;
    float: left;
    margin-right: 50px;
    text-align: center;
}

.integrate_container.right {
    width: 500px;
    float: right;
    margin-right: 50px;
    text-align: center;
}

.laptop_container img {
    margin: 15px 70px;
    width: 365px;
    height: 205px;
}

.pc_container.left {
    background-image: url(../img/pc.png);
    background-repeat: no-repeat;
    background-size: 490px 400px;
    width: 500px;
    height: 400px;
    float: left;
    margin-right: 50px;
}

.pc_container.right {
    background-image: url(../img/pc.png);
    background-repeat: no-repeat;
    background-size: 500px 400px;
    width: 500px;
    height: 400px;
    float: right;
    margin-left: 50px;
}

.pc_demo h2, .laptop_demo h2, .mobile_demo h2 {
    font-weight: 500;
    font-size: 32px;
}

.pc_demo, .laptop_demo, .mobile_demo {
    font-size: 16px;
    line-height: 24px;
}


.pc_container img {
    margin: 15px 13px;
    width: 465px;
    height: 250px;
}

.ico_onmob {
    display: none;
}

@media screen and (max-width: 1000px)
{

    .pc_demo h2, .laptop_demo h2, .mobile_demo h2 {
        line-height: 1.3;
}

    .pc_demo div, .mobile_demo div, .laptop_demo div {
        padding-top: 0px;
    }

    .ico_onmob {
        display: inline;
        margin: 0 auto;
    }

.pc_container.left,
    .pc_container.right,
    .mobile_container.right,
    .integrate_container.left,
    .integrate_container.right,
    .laptop_container.left,
    .laptop_container.right{
    display: none;
}

.pc_container img, .integrate_container img, .laptop_container img {
    display: none;
}

    .content__full {
        background-image: none !important;
    }

}

@media screen and (max-width: 1000px)
{
	.pc_demo,
    .mobile_demo,
    .laptop_demo{
        margin: 0px auto;
        max-width: 1197px;
        display: block;
    }

    .pc_demo div,
    .mobile_demo div{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
    }

    .mobile_container.right,
    .pc_container.right,
    .pc_container.left,
    .integrate_container.left,
    .integrate_container.right,
    .right,
    .left{
        float: none;
        margin: 0 auto;
    }
}



.services__full {
 padding: 0 0 80px 0;
}

.services__full h1 {
    color: #fab72d;
    font-size: 32px;
    line-height: 58px;
    border-bottom: 2px solid #fab72d;
}

.services__full .services_left {
    display: table-cell;
    min-width: 250px;
    color: #fff;
}

.services__full.gray .services_left {
    display: table-cell;
    min-width: 250px;
    color: #85909a;
}

.services__full .services_right {
    display: table-cell;
    width: 100%;
}

.services__full ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services__full li {
    width: 100%;
    padding: 5px;
    color: #fff;
}

.services__full.gray li {
    width: 100%;
    padding: 5px;
    color: #85909a;
}

.integration_panel_left {
    display: table-cell;
    min-width: 350px;
    height: 500px;
    vertical-align: middle;
    padding-right: 30px;
    font-size: 32px;
    line-height: 38px;
}

.integration_panel_right {
    display: table-cell;
    width: 100%;
    height: 500px;
    background-image: url(../img/taguchi_strategy_map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.service_top {
    display: block;
    width: 100%;
    height: 500px;
    background-image: url(../img/services_head.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.tablerow_services {
    display: table-row;
}

@media screen and (max-width: 1000px)
{

    .tablerow_services {
    display: inline;
}

    .integration_panel_left {
        display: block;
        height: 250px;
    }

    .integration_panel_right {
        display: block;
        height: 300px;
    }

    .service_top {
    width: 100%;
    height: 400px;
    background-image: url(../img/strategy_map_mob.jpg);
    background-size: 300px 400px;
}

}

#photocontainer {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 30px auto;
}

#photocontainer h1 {
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 1000px)
{
#photocontainer {
    margin: 0px auto;
}

}

.photobanner {
    height: 130px;
    width: 40000px !important;
}

.photobanner img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 200px;
    height: 133px;
    margin: 0 50px 0 0;
}

.photobanner img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*keyframe animations*/
.firstbanner {
    -webkit-animation: bannermove 20s linear infinite;
       -moz-animation: bannermove 20s linear infinite;
        -ms-animation: bannermove 20s linear infinite;
         -o-animation: bannermove 20s linear infinite;
            animation: bannermove 20s linear infinite;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);

}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 10%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.contact_block {
    display: inline-block;
    padding: 15px 0px;
    margin: 0 auto 20px auto;
    font-size: 14px;
}

.cont_info.left {
    float: left
}

.cont_info.right {
    float: left
}

.cont_map.left {
    float: left;
    margin-right: 40px;
}

.cont_map.right {
    float: right;
    margin-left: 20px;
}

@media screen and (max-width: 1000px)
{
    .cont_info.left,
    .cont_info.right,
    .cont_map.left,
    .cont_map.right {
        float: none;
            margin: 0;
    }

    .contact_block {
        padding: 10px 10px;
    }
}

.dco {
    min-height: 380px;
    background-image: url(../img/dynamic-content.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

.predmo {
    min-height: 350px;
}

.contact_frame {
    margin-left: 20px;
    margin-top: 40px;
    float: right;
    overflow: hidden;
}

@media screen and (max-width: 1000px)
{
.contact_frame {
    float: none;
    margin-left: 0;
    width: 100%;
    height: 750px;
}

    .dco, .predmo {
    min-height: 0px;
}

}

.tooltip {
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.tooltip-box {
    width: 250px;
    min-height: 200px;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 20px 10px 20px;
    -webkit-animation: fadein 0.2s linear;
       -moz-animation: fadein 0.2s linear;
        -ms-animation: fadein 0.2s linear;
         -o-animation: fadein 0.2s linear;
            animation: fadein 0.2s linear;
}

.tooltip-box.logos {
    min-height: 100px;
    padding: 10px 20px 0px 20px;
}

.tooltip-box h1 {
    font-family: 'Roberto', sans-serif;
    line-height: 15px;
}

.tooltip-box h2 {
    font-size: 15px !important;
}

.head-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    background-color: #ebeef2 ;
    min-height: 200px;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.head-banner.aboutpage {
    background-image: url("../img/hero_about.jpg");
}

.head-banner.productpage {
    background-image: url("../img/hero_product.jpg");
}

.head-banner.servicespage {
    background-image: url("../img/hero_services.jpg");
}

.head-banner.principlespage {
    background-image: url("../img/hero_principle.jpg");
}

.head-banner.integrationpage {
    background-image: url("../img/hero_integration.jpg");
}

.head-banner.contactpage {
    background-image: url("../img/hero_contact.jpg");
}

.head-banner div {
    width: 1197px;
    text-align: left;
    margin: 100px auto;
}

@media screen and (max-width: 1000px)
{
.head-banner div {
    width: 100%;
    text-align: center;
    margin: 100px auto;
}
}

.head-banner div h1 {
    font-size: 50px;
    font-weight: 500;
    color: #ebeef2;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 10px auto 40px auto;
    max-width: 1197px;
}

.showoff {
    margin: 20px auto -20px auto;
    display: block;
    width: 900px;
    height: auto;
}

.showoff-bottom {
    height: 80px;
    width: 1050px;
    display: block;
    margin: 0 auto 20px auto;
    padding: 40px 0 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}


@media screen and (max-width: 1000px)
{
.showoff {
    width: 100%;
    height: auto;
}
.showoff-bottom {
    background-size: 100%;
    width: 100%;
    padding: 0px 0 0 0;
    height: auto;
    line-height: 39px;
}
}

.showmore {
    background-color: #212428;
    color: #FFFFFF;
    padding: 2px 5px;
    font-size: 12px;
    text-align: center;
    width: 120px;
    margin: 60px auto 0 auto;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.about_callout {
    float: right;
    background-color: #fcb80c ;
    width: 300px;
    padding: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin: 0 20px;
}

@media screen and (max-width: 1000px)
{

    .about_callout {
float: none;
        margin: 0 auto;
        width: 100%;
}

}

#map {
    width: 200px;
    height: 200px;
}

.serviceico {
    margin: 0 auto 15px auto;
    display: block;
}

.fadein {
    -webkit-animation: fadein 0.2s linear;
       -moz-animation: fadein 0.2s linear;
        -ms-animation: fadein 0.2s linear;
         -o-animation: fadein 0.2s linear;
            animation: fadein 0.2s linear;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 100%;
	height: 150px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 150px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 150px;
}

.copyright
{
	font-size: 11px;
	display: block;
	margin: 0 auto;
}

footer .iso_comp
{
	width: 70px;
	height: 100px;
	float: left;
}

footer .privacy_nav {
	float: left;
	height: 100px;
	width: 150px;
}

footer .foot_keywords {
	float: left;
	height: 100px;
	width: 827px;
	text-align: center;
}

footer .contact_nav {
	float: left;
	height: 100px;
	width: 150px;
	text-align: right;
}

.terms .small {
    font-size: 10px;
    color: #666;
}

.terms ul,
.terms ol {
	margin: 0 0 1em 0;
}

.terms ul ul,
.terms ol ol {
	margin-top: 1em;
}

.terms ol {
  counter-reset: section;
  list-style-type: none;
}

.terms ol li {
    counter-increment: section;
}

.terms li {
    display: table-row;
}

.terms ol li:before  {
    content: counters(section, ".") ". ";
    font-weight: bold;
    display: table-cell;
    text-align: left;
    padding-right: 0.5em;
}

.terms ul li:before  {
    content: ""; /* fallback for clients that don't understand 'none' */
    content: none;
}

.terms ul span {
    font-weight: bold;
    display: table-cell;
    text-align: left;
    padding-right: 0.5em;
}

.terms p {
	margin-bottom: 1em;
}

@media screen and (max-width: 1250px)
{
	footer .contact_nav,
	footer .privacy_nav {
		float: none;
		margin: 0 auto;
		height: 60px;
	}

	footer .contact_nav ul li.last {
		text-align: center !important;
		padding: 10px !important;
	}

	footer .iso_comp
	{
		display: none;
	}

	footer .foot_keywords {
		width: 100%;
		height: 0px;
		position: relative;
		bottom: -60px;
		left: 0;
	}
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }


#bio_ep {
    z-index: 100000000000;
}
