/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
/*  margin: 0;
  padding: 0;*/
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* font-size on html for rem*/
html {
  font-family: LAto, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

html.export {
  font-family: sans-serif;
  font-size: 15px;
}


body {
  color: black;
  background: white;
}

/* ---- links ---- */

a,
a code {
  color: red;
  text-decoration: none;
}

a:hover,
a:hover code {
  color: red;
  text-decoration: underline;
}


/* ---- headers ---- */

h1, h2, h3, h4 {
  line-height: 1.25;
}

/* ---- lists ---- */

ul, ol {
  padding-left: 1.8em;
}

/* ---- code ---- */

pre, code {
  font-family: Consolas, Menlo, monospace;
  font-size: 14px;
}

@media screen and ( min-width: 768px ) {

  html {
    font-size: 19px;
  }

  html.export { font-size: 16px; }

  pre, code, kbd {
    font-size: 15px;
  }

}


/* Code
------------------------- */

pre, code {
  background: #222;
  color: white;
}

pre {
  padding: 0.8em;
  border-radius: 5px;
  white-space: pre-wrap;
}

code {
  padding: 0.2em 0.3em;
  line-height: 1.2;
  border-radius: 3px;
}
pre code {
  padding: 0;
  line-height: 1.5;
  background: none;
}

a code {
  background: #A2C;
  color: white;
}

a:hover code {
  color: white;
  background: #D26;
}

code .string,
code .tag .value { color: #0C4; }
code .number, /* integer */
code .cp, /* doctype */
code .literal { color: #38F; } /*boolean*/
code .keyword { color: #F73; } /* keyword */
code .kd, /* storage */
code .attribute { color: #DC8; } /* markup attribute */
code .title { color: #9CF; }
code .params { color: #98D; }
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .comment { color: #999; font-style: italic; }

code .tag { color: #6CF; } /* Markup open tag */

code .id { color: #ABC; } /* css id */
code .class { color: #A63; }  /* CSS class */
code .rules { color: #FED; }
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */
code .hexcolor { color: #F63; }
code .at_rule { color: #088; }

/* masonry keywords */
code .masonry_var { color: #F3F; }
code .jquery_var { color: #DF8; }
code .masonry_keyword { color: #0FF; text-decoration: underline; }



/* ---- row ---- */

/* cancell horizontal scrol 
body > .row {
    margin-left: 0px;
    margin-right: 0px;
}*/

.row .cell {
  margin-bottom: 0.8em;
}

/* clearfix */
.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.row4 .cell {
  float: left;
  width: 48%;
  margin-right: 2%;
}

/* tablet-ish */
@media screen and ( min-width: 800px ) {

  .row {
    /*margin-bottom: 0.8em;*/
/*  margin-left: 0px;
  margin-right: 0px;*/
  }

  /* two column by default*/
  .row .cell {
    float: left;
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 0;
  }
  /* IE8 doesn't support :last-child */
  .lt-ie9 .row .cell { margin-right: 1.5%; }

  /* no margin */
/*  .example.row .cell {
    width: 50%;
    margin-right: 0;
  }*/

  /* three column */
  .row3 .cell {
    width: 31.6%;
  }

  /* four column */
  .row4 .cell {
    width: 23.1%;
  }

  .row .cell:last-child {
    margin-right: 0;
  }

}

/* bootstrap 3
------------------------- */

.bootstrap-3__container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap-3__col-xs-4,
.bootstrap-3__col-xs-6,
.bootstrap-3__col-xs-8,
.bootstrap-3__col-xs-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap-3__col-xs-4 { width: 33.333%; }
.bootstrap-3__col-xs-6 { width: 50%; }
.bootstrap-3__col-xs-8 { width: 66.666%; }

.bootstrap-3__grid-item-content {
  height: 100px;
  background: #D26;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.bootstrap-3__grid-item-content--height2 { height: 200px; }

/* sm */
@media (min-width: 768px) {
  .bootstrap-3__col-sm-4 { width: 33.333%; }
  .bootstrap-3__col-sm-8 { width: 66.666%; }
}

/* md */
@media (min-width: 992px) {
  .bootstrap-3__col-md-3 { width: 25%; }
  .bootstrap-3__col-md-6 { width: 50%; }
}

/* container
------------------------- */

.container {
/*  margin-left: 10px;
  margin-right: 10px;
  max-width: 1200px;*/
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/*
@media screen and ( min-width: 1100px ) {
  
  .container {
    margin-left: 6%;
    margin-right: 6%;
  }

}
*/
/* duo
two columns for large devices
------------------------- */

/* clearfix */
.duo:after {
  content: '';
  display: block;
  clear: both;
}

.duo__cell {
  margin-bottom: 10px;
}

@media screen and ( min-width: 768px ) {

  .duo__cell {
    float: left;
    width: 48.5%;
  }

  .duo__cell:first-child {
    margin-right: 3%;
  }

}

/* Make it centered */
.valign-middle {
	display: flex;
    align-items: center;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    vertical-align: middle;
 }

/* tnihero
------------------------- */
.tnihero .row{
  margin-left: 0;
  margin-right: 0;
}

.tnihero-grid h1{
  padding: 0;
  margin:0;
}

.tnihero-grid p{
  padding: 0;
  margin:0;
}

/* ---- item ---- */
.tnihero-grid__item {
/*  height: 50px;*/
  min-height: 100px;
}

.tnihero-grid__item img {
  min-width: 10%;
  min-height: 10%;
}

.tnihero-grid__item .tnihero__title {
  color: #0088C1;
  text-transform: uppercase;
  padding: 0;
  margin:0;
}

.tnihero-grid__item .tnihero__text {
  color: black;
  padding: 0;
  margin:0;
}

/* ---- item header ---- */
.tnihero-header {
min-height:100vh;
background-image: url('../images/01.jpg');
/*background-size: 100%;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -moz-background-size: contain;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
 display: flex;
flex-direction: row;
align-items: center;*/
}


.tnihero-header .background-image {
padding-top: 38%; /*(img-height / img-width * container-width) */
/* (521 / 1365 * 100) */
/*height:500;*/

}

.tnihero-header .tnihero__title {
color: white;
}

.tnihero-header .tnihero__img {
text-align: right;
}

.tnihero-header .tnihero__img img{
height: 150px;
}

/* ---- item intro ---- */
.tnihero-intro {
  min-height:100vh;
}

.tnihero-intro .tnihero__img {
  text-align: right;
  transform: translate(75px,10px);
}

.tnihero-intro .tnihero__text {
  padding-top: 170px;
}

/* ---- item values ---- */
.tnihero-values {
  background: #CBEFFF;
  padding-top:50px;
  min-height:100vh;
}

.tnihero-values .tnihero-values__item .tnihero__title {
  text-transform: capitalize;
}

.tnihero-values .tnihero-values__item .tnihero__text {
  color: #0088C1;
}

.tnihero-values .tnihero-values__item img{
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;

}


.tnihero-values__item .tnihero__img{
text-align: center;
}

.tnihero-values__item .tnihero__title{
text-align: center;
}

.tnihero-values__item .tnihero__text{
text-align: center;
}

.tnihero-values_bottom{
  margin-bottom:-5px;
  font-size:100px;
  text-align: center;
  color: white;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.tnihero-values_bottom p{
  transform: translate(0,40px);
}

.panel {

    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-in-out; /* Safari and Chrome */
    -o-transition: all .5s ease-in-out; /* Opera */
    -ms-transition: all .5s ease-in-out; /* IE9 (maybe) */ 	
  
}

.panel:hover {
	transform: scale(1.02);
}
/* ---- item services ---- */
.tnihero-services_header{
  margin-top:0px;
  font-size:100px;
  text-align: center;
  color: #CBEFFF;
  top:0;
  left:0;
  right:0;
}
.tnihero-services_header p{
  margin-top:-32px;
  margin-bottom:-38px;
}

.tnihero-services .tnihero-grid{
/*  position:absolute;
  margin-top:50px;*/
}

.tnihero-services {
/* height: 100%;*/
  padding-bottom:50px;
  min-height:100vh;
}

.tnihero-services:before {
background: url(../images/04.0.jpg) no-repeat center;
}

.tnihero-services__item{
padding-top: 5px;
}

.tnihero-services__item .tnihero__title{
text-align: left;
}
 
.tnihero-services__item .tnihero__img img{
  max-width:100%; 
  max-height:100%;
}


/* ---- item expertise ---- */
.tnihero-expertise_header{
  margin-top:0px;
  font-size:100px;
  text-align: center;
  color: #F5F5F3;
  background: white;
  top:0;
  left:0;
  right:0;}

.tnihero-expertise_header p{
  margin-top:-32px;
  margin-bottom:-38px;
}

.tnihero-expertise {
  background: #F5F5F3;
/*  min-height:100vh; */ 
}
 
.tnihero-expertise .tnihero__img img{
  max-width:100%; 
  max-height:100%;
}

/* ---- item contact ---- */
.tnihero-contact {
  background: #C9C9C9;
  padding-top:50px;
  padding-bottom:50px;
}

.tnihero-contact .tnihero__text {
  color: white;
  text-transform: uppercase;
}

.tnihero-contact input[type="text"], textarea, textarea.form-control {
    height: 30px;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
    background: #a1a1a1;
    border: 0;
    /* font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;*/
    line-height: 30px;
    color: #c9c9c9;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
.tnihero-contact textarea, textarea.form-control {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
 
.tnihero-contact input[type="text"]:focus, textarea:focus, textarea.form-control:focus {
    outline: 0;
    background: #a1a1a1;
    border: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.tnihero-contact input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #c9c9c9; }
.tnihero-contact input[type="text"]::-moz-placeholder, textarea::-moz-placeholder, textarea.form-control::-moz-placeholder { color: #c9c9c9; }
.tnihero-contact input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #c9c9c9; }
.tnihero-contact input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #c9c9c9; }
 
.tnihero-contact label {
    font-weight: 400;
}
 
.tnihero-contact button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #0088C1;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #B6CBD7;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
.tnihero-contact button.btn:hover { opacity: 0.6; color: #0088C1; background: #B6CBD7;}
 
.tnihero-contact button.btn:active { outline: 0; opacity: 0.6; color: #0088C1; background: #B6CBD7; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
 
.tnihero-contact button.btn:focus { outline: 0; opacity: 0.6; color: #0088C1; background: #B6CBD7; }
 
.tnihero-contact button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; color: #0088C1; background: #B6CBD7; }

.tnihero-contact, .tnihero-contact .row {
  min-height: 1px;
}

/* ---- item footer ---- */
.tnihero-footer{
  margin-left: -15px;
  margin-right: -15px;
}

.tnihero-footer .row{
  background: black;
  padding-top:50px;
  padding-bottom:50px;
}

.tnihero-footer .tnihero__text{
  color: white;
}

.tnihero-footer .tnihero__title{
  color: white;
}

.tnihero-footer .tnihero__title h1{

  font-size: 16px;
  font-weight: bold;
}
.tnihero-footer .tnihero__title a, a code {
  color: white;
  text-decoration: none;
}

.tnihero-footer .tnihero__title a:hover,a:hover code {
  color: white;
  text-decoration: underline;
}

 
.tnihero-footer .tnihero__img img{
  max-width:100%; 
  max-height:100%;
}


@charset "UTF-8";

.tnisection {
/*padding-top:70px;  
padding-bottom:50px; */
position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

/* navbar
------------------------- */
@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
                top: 0;
                border-width: 0 0 1px;
        }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
 /*               margin-top: 7.5px;*/
        }
        .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
                display:block !important;
        }
}

/*.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

.navbar li { color: #000 } */
.navbar .navbar-header .navbar-toggle{
/*    background: rgba(255, 255, 255, 0.3);
    border-color: #0088C1;*/

	padding-top: 25px;

}

.navbar {
    height:80px;
    margin-bottom:0;
}

.navbar .navbar-brand{
    height:100%;
    padding-left:20px;
    padding-top: 15px;
}

.navbar .navbar-brand img{
    height:60px;
}

.navbar .navbar-header .navbar-toggle .icon-bar{
    background-color:white;
    width:30px;
    height:8px;
}

.navbar-nav {
    background: rgba(255, 255, 255, 0.3);
}

.navbar-nav > .active a, .navbar-nav > .active a:hover, .navbar-nav > li a:hover {background:(210,105,30, 0); text-shadow:none; color:#0088C1} 

.navbar-nav > li a {color:/*#B6CBD7*/black} 

