/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import '../font/AkzidenzGroteskBQ-Cnd/styles.css';
@import '../font/DINNeuzeitGroteskStd-BdCond/styles.css';
@import '../font/RobotoSlab-Bold/styles.css';
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    min-width: 1024px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .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: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
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] {
    -webkit-appearance: button;
    cursor: pointer;
}
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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
input,
textarea {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h2 {
    font-family: RobotoSlab-Bold, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 40px;
    color: #1a3072;
}
h2.alt {
    color: #1a3072;
    margin: 0 0 10px;
}
h3 {
    color: #1a3072;
    font-size: 18px;
}
a {
    color: #333;
    text-decoration: none;
}
a:active,
a:hover {
    color: #172C47;
}
a,
button,
input[type=submit],
select,
select:active,
select:focus {
    outline: 0 none!important;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}
button::-moz-focus-inner {
    outline: 0 none!important;
}
:active,
:focus {
    outline: 0 none!important;
}
::-moz-focus-inner {
    border: 0;
    outline: 0 none!important;
}
img {
    vertical-align: middle;
}
.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.hidden {
    display: none;
}
.form-group {
    margin: 0 0 12px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 62px;
    padding: 0 12px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border: 2px solid #ccc;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.form-control:focus {
    border-color: #3EA2EE;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.input.has-error .custom-select .current,
.input.has-error .form-control {
    border-color: #c33;
    background: #FFF0F0;
}
.error-message {
    padding: 5px 0 0;
    color: #e00;
    font-size: 12px;
    text-align: left;
}
.help-block p {
    font-weight: 200;
    font-size: 16px;
    margin: 0;
}
input {
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    display: block;
    margin-bottom: 5px;
}
textarea.form-control {
    resize: none;
    padding-top: 6px;
}
textarea.form-control.form-control {
    height: auto;
}
.btn {
    display: inline-block;
    height: 48px;
    padding: 0 35px;
    border-radius: 3px;
    background: #3EA2EE;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    white-space: nowrap;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.btn:hover {
    color: #fff;
    background: #148be5;
}
.btn.btn-radius {
    border-radius: 30px;
}
.btn.btn-primary {
    background: #1a3072;
}
.btn.btn-primary:hover {
    background: #20599c;
}
.btn.btn-secondary {
    background: #1a3072;
    border-radius: 30px;
}
.btn.btn-secondary.active,
.btn.btn-secondary:hover {
    background: #20599c;
}
.alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
    border-radius: 4px;
}
.alert .close {
    position: absolute;
    top: 3px;
    right: 10px;
    color: inherit;
    font-size: 16px;
}
.alert>p,
.alert>ul {
    margin: 0;
}
.alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert.alert-success a {
    color: #2b542c;
}
.alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert.alert-info a {
    color: #245269;
}
.alert.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert.alert-warning a {
    color: #66512c;
}
.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert.alert-danger a {
    color: #843534;
}
[class*=" icon-"],
[class^=icon-] {
    background: transparent url(../img/sprite.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    line-height: 1;
}
.icon-ocean {
    background-position: 0 -220px;
    width: 296px;
    height: 141px;
}
.icon-land {
    background-position: 0 -370px;
    width: 237px;
    height: 199px;
}
.icon-air {
    background-position: 0 -580px;
    width: 253px;
    height: 172px;
}
.icon-ocean-lg {
    background-position: -300px -250px;
    width: 604px;
    height: 310px;
}
.icon-land-lg {
    background-position: -300px -560px;
    width: 560px;
    height: 340px;
}
.icon-air-lg {
    background-position: -300px -900px;
    width: 492px;
    height: 330px;
}
.icon-ocean-sm {
    background-position: -920px -463px;
    width: 204px;
    height: 97px;
}
.icon-land-sm {
    background-position: -920px -734px;
    width: 181px;
    height: 152px;
}
.icon-air-sm-1 {
    background-position: -920px -913px;
    width: 159px;
    height: 108px;
}
.icon-air-sm-2 {
    background-position: -920px -1040px;
    width: 107px;
    height: 73px;
}
.icon-ocean-xs {
    background-position: 0 -1408px;
    width: 299px;
    height: 194px;
}
.icon-land-xs {
    background-position: -358px -1428px;
    width: 228px;
    height: 190px;
}
.icon-air-xs {
    background-position: -160px -1225px;
    width: 256px;
    height: 174px;
}
.icon-ocean-xs2 {
    background-position: -1150px -380px;
    width: 157px;
    height: 157px;
}
.icon-land-xs2 {
    background-position: -1150px -540px;
    width: 157px;
    height: 157px;
}
.icon-air-xs2 {
    background-position: -1150px -700px;
    width: 157px;
    height: 157px;
}
.icon-brand1 {
    background-position: -700px 0;
    width: 116px;
    height: 116px;
}
.icon-brand2 {
    background-position: -700px -120px;
    width: 116px;
    height: 116px;
}
.icon-brand3 {
    background-position: -820px 0;
    width: 116px;
    height: 116px;
}
.icon-brand4 {
    background-position: -820px -120px;
    width: 116px;
    height: 116px;
}
.icon-brand5 {
    background-position: -940px 0;
    width: 116px;
    height: 116px;
}
.icon-arrow-down {
    background-position: -600px 0;
    width: 18px;
    height: 19px;
}
.icon-dropdown {
    background-position: -600px -30px;
    width: 18px;
    height: 19px;
}
.icon-arrow-up {
    background-position: -600px 0;
    width: 18px;
    height: 19px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-arrow-left {
    background-position: -600px 0;
    width: 18px;
    height: 19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-arrow-right {
    background-position: -600px 0;
    width: 18px;
    height: 19px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.icon-more {
    background-position: -625px 0;
    width: 18px;
    height: 18px;
}
.icon-close {
    background-position: -650px 0;
    width: 27px;
    height: 27px;
}
.icon-industry {
    background-position: 0 -760px;
    width: 111px;
    height: 50px;
}
.icon-industry-1 {
    background-position: 0 -900px;
    width: 60px;
    height: 61px;
}
.icon-industry-2 {
    background-position: -76px -900px;
    width: 86px;
    height: 41px;
}
.icon-industry-3 {
    background-position: 0 -969px;
    width: 68px;
    height: 72px;
}
.icon-industry-4 {
    background-position: -76px -969px;
    width: 65px;
    height: 76px;
}
.icon-industry-5 {
    background-position: 0 -1051px;
    width: 56px;
    height: 56px;
}
.icon-industry-6 {
    background-position: -76px -1051px;
    width: 49px;
    height: 54px;
}
.icon-industry-7 {
    background-position: 0 -1120px;
    width: 78px;
    height: 52px;
}
.icon-industry-8 {
    background-position: -90px -1120px;
    width: 66px;
    height: 54px;
}
.icon-industry-9 {
    background-position: -166px -1120px;
    width: 69px;
    height: 42px;
}
.icon-industry-10 {
    background-position: -241px -1120px;
    width: 57px;
    height: 47px;
}
.icon-about-us {
    background-position: 0 -1220px;
    width: 112px;
    height: 55px;
}
.icon-global-1 {
    background-position: -300px 0;
    width: 113px;
    height: 52px;
}
.icon-global-2 {
    background-position: -438px -2px;
    width: 119px;
    height: 49px;
    margin-left: 20px;
    vertical-align: middle;
}
.icon-global-3 {
    background-position: -365px -64px;
    width: 130px;
    height: 90px;
}
.icon-years {
    /*background-position: -1085px -140px;*/
    background: url('../img/25y.png') 0 0 no-repeat;
    width: 150px;
    height: 151px;
}
.icon-years2 {
    background-position: -1185px -140px;
    width: 76px;
    height: 76px;
}
.icon-people {
    background-position: -1085px -230px;
    width: 218px;
    height: 131px;
}
.next,
.prev,
.scroll-down,
.scroll-up {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: #1a3072;
}
.next span,
.prev span,
.scroll-down span,
.scroll-up span {
    top: 14px;
    /*opacity: .3;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(30));
    filter: alpha(opacity=(30));*/
}
.next:hover,
.prev:hover,
.scroll-down:hover,
.scroll-up:hover {
    border-color: #fff;
}
.next:hover span,
.prev:hover span,
.scroll-down:hover span,
.scroll-up:hover span {
    /*opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));*/
}
.prev {
    top: 50%;
    margin-top: -25px;
    left: 0;
}
.next {
    top: 50%;
    margin-top: -25px;
    right: 0;
}
.scroll-down {
    bottom: 80px;
    left: 50%;
    margin-left: -25px;
}
.tooltip {
    color: #fff;
    background: #707270;
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    max-width: 540px;
}
.tooltip.position-top:after {
    border-top-color: #707270;
}
.tooltip.position-bottom:after {
    border-bottom-color: #707270;
}
.tooltip.position-left:after {
    border-left-color: #707270;
}
.tooltip.position-right:after {
    border-right-color: #707270;
}
.infoBox {
    width: auto!important;
}
.infoBox>img {
    z-index: 2;
}
.infobox-main {
    position: relative;
    z-index: 1;
}
.infobox-main .infobox-main-content {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    background: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 2px;
    text-align: left;
}
.infobox-main .infobox-main-content .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.infobox-main .infobox-main-content .info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: -.3em;
}
.infobox-main .infobox-main-content .info h3 {
    font-family: RobotoSlab-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px;
    line-height: 1;
    word-spacing: 0;
}
.infobox-main .infobox-main-content .info p {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.custom-select {
    width: 100%;
    min-height: 62px;
}
.custom-select,
.custom-select * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.custom-select .custom-select-main {
    background: 0 0;
    border-radius: 1px;
    border: 2px solid #ccc;
    text-align: left;
    left: 0;
    min-height: 62px;
}
.custom-select .current {
    padding: 0 40px 0 20px;
    background: #fff;
    border-radius: 1px;
    margin-bottom: -25px;
    z-index: 200;
}
.custom-select .current .value {
    display: block;
    vertical-align: middle;
    line-height: 56px;
    color: #333;
    font-size: 18px;
}
.custom-select .current .caret {
    background: transparent url(../img/sprite.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    line-height: 1;
    background-position: -600px -30px;
    width: 18px;
    height: 19px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 18px;
}
.custom-select .options {
    border: 0;
    padding: 4px;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    z-index: 100;
    border-radius: 0 0 1px 1px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}
.custom-select .options li {
    padding: 0;
    background: #fff;
}
.custom-select .options li:first-child {
    padding-top: 25px;
}
.custom-select .options li:last-child {
    border-radius: 0 0 1px 1px;
}
.custom-select .options li a {
    color: #555;
    border: 0;
    padding: 18px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    border-top: 2px solid #ccc;
}
.custom-select .options li a:hover {
    color: #707270;
}
.intro {
    position: relative;
    min-height: 732px;
    text-align: center;
}
.intro:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
.intro .content {
    display: inline-block;
    vertical-align: middle;
}
.intro .content h2 {
    font-family: AkzidenzGroteskBQ-Cnd, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    color: #999;
    margin: 0 0 30px;
}
.intro .content p {
    font-style: italic;
    font-size: 16px;
    color: #999;
}
.cover {
    position: relative;
    min-height: 732px;
}
.cover h1 {
    position: absolute;
    top: 50px;
    left: 50px;
}
.cover h1 .brand {
    display: block;
    width: 215px;
    height: 150px;
    background: transparent url(../img/logo.png) no-repeat 0 0;
}
.cover h1 .brand span {
    display: none;
}
.cover nav.languages {
    position: absolute;
    top: 30px;
    right: 50px;
    white-space: nowrap;
    background: rgba(26, 48, 114, .8);
    /*background: #F28181;
    height: 22px;
    line-height: 20px;*/
    padding: 10px;
}
.cover nav.languages a {
    display: inline-block;
    /*font-size: 11px;
    font-weight: 600;
    color: red;*/
    opacity: .6;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(60));
    filter: alpha(opacity=(60));
}
.cover nav.languages a+a {
    margin-left: 5px;
}
.cover nav.languages a.active,
.cover nav.languages a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
}
.cover nav.primary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
}
.cover nav.primary a {
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
    width: 145px;
    height: 90px;
    font-family: AkzidenzGroteskBQ-Cnd, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 90px;
    color: #fff;
    background: #1a3072;
}
.cover nav.primary a:hover {
    color: #fff;
    background: #20599c;
}
.nav-fixed .cover nav.primary {
    position: fixed;
    bottom: auto;
    top: 0;
    z-index: 300;
    background: #1a3072;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.nav-fixed .cover nav.primary a {
    height: 60px;
    line-height: 60px;
}
.cover .description {
    position: absolute;
    right: 50px;
    bottom: 200px;
    background: rgba(26, 48, 114, .8);
    padding: 40px;
}
.cover .description h2 {
    font-family: AkzidenzGroteskBQ-Cnd, Arial, Helvetica, sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 35px;
    position: relative;
}
.cover .description h2 .icon {
    position: absolute;
    right: -30px;
    bottom: -30px;
}
.cover .description p {
    font-style: italic;
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.cover .slides {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cover .slides ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cover .slides .slides_container {
    width: 100%;
    height: 732px;
    overflow: hidden;
}
.cover .slides .slides_container * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.cover .slides .slides_container .slides_control {
    height: 100%!important;
}
.cover .slides .slides_container .slide {
    background: center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%!important;
}
section article {
    position: relative;
    background: transparent center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 100px 0 80px;
    min-height: 700px;
}
section .main {
    height: 100%;
}
section .main:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
section .main div:first-child,
section .main div:first-child+div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section .main div:first-child+div {
    margin-left: 20px;
}
section .main .icon {
    position: relative;
}
section .main .content {
    width: 450px;
    text-align: left;
}

/**START ADD**/
#ocean .content,
#land .content,
#air .content,
#multimodal .content {
    padding: 0 12px;
}
section .main .content.right,
section .main .content.left {
    text-align: center;
    width: 494px;
}
section .main .content.right .box,
section .main .content.left .box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: #1a3072;
    border-radius: 5px;
    text-align: left;
    padding: 40px;
}
section .main .content.right .box .description,
section .main .content.left .box .description {
    margin: 0 0 40px;
}
section .main .content.right .box .description p,
section .main .content.left .box .description p {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
section .main .content.right .box .btn
section .main .content.left .box .btn, {
    display: block;
}
.avion {
    width: 100%;
    height: 32px;
    text-align: left;
    top: -31px;
    position: absolute;
    left: 0;
}
.barco {
    width: 100%;
    height: 32px;
    text-align: left;
    bottom: 3px;
    position: absolute;
    left: 0;
}
/**END ADD**/

section .main .content p {
    font-size: 15px;
    margin: 15px 0;
    text-align: justify;
}
section .main .more {
    display: inline-block;
    width: 78px;
    height: 78px;
    background-color: red;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: more 1s infinite;
    -o-animation: more 1s infinite;
    animation: more 1s infinite;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 68px;
    font-weight: 600;
    color: #fff;
}
section .main .more:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
section .main .more:hover {
    background: #3EA2EE;
}
section .main .more.blue {
    border-color: #D8E1EC;
}
section .main .more.orange {
    border-color: #FFE8CB;
}
section .main .more.green {
    border-color: #9AECDB;
}
section .main .more span {
    vertical-align: middle;
}
section .detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    text-align: center;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
section .detail:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
section .detail .box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 480px;
    background: #20599C;
    border-radius: 5px;
    text-align: left;
    padding: 65px 55px 45px;
}
section .detail .box .close {
    position: absolute;
    top: 25px;
    right: 30px;
}
section .detail .box .close:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}
section .detail .box h3 {
    margin: 0 0 30px;
    font-family: RobotoSlab-Bold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
section .detail .box .description {
    margin: 0 0 40px;
}
section .detail .box .description p {
    color: #fff;
    text-transform: uppercase;
}
section .detail .box .btn {
    display: block;
}
section .detail.left .box {
    margin-left: -480px;
}
section .detail.right .box {
    margin-right: -480px;
}
.services article {
    height: 732px;
    padding: 80px 0;
}
.services .first {
    background-color: #F7F8F9;
}
.services .first .content {
    width: auto;
    text-align: center;
}
.services .first .list {
    margin: 0 0 20px;
}
.services .first .list a {
    display: inline-block;
    background: #fff;
    height: 42px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 16px;
    color: #172C47;
    line-height: 42px;
    margin: 6px 0 0 3px;
    cursor: pointer!important;
}
.services .first .list a:hover {
    background: #1a3072;
    color: #fff;
}
.services .first .icons {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.services .first .icons li {
    display: inline-block;
    vertical-align: middle;
}
.services .first .icons li+li {
    margin-left: 80px;
}
.services .content .pic {
    display: inline-block;
    border: 1px solid #A2A2A2;
    vertical-align: middle;
    padding: 5px;
}
.services .content .pic .pic-main {
    width: 415px;
    height: 170px;
    background: transparent no-repeat center center;
}
.services .ocean {
    background-image: url(../img/bg2.png);
}
.services .ocean .icon {
    width: 604px;
    height: 310px;
}
.services .ocean .icon .item-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.services .ocean .icon .item-2 {
    position: absolute;
    left: 70px;
    top: 213px;
}
.services .ocean .icon .item-3 {
    position: absolute;
    left: 50%;
    bottom: -128px;
    margin-left: -210px;
}
.services .ocean .more {
    position: absolute;
    left: 382px;
    top: 205px;
}
.services .land {
    background-image: url(../img/bg3.png);
}
.services .land .icon {
    width: 560px;
    height: 340px;
}
.services .land .icon .item-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.services .land .icon .item-2 {
    position: absolute;
    left: 0;
    top: 174px;
}
.services .land .icon .item-3 {
    position: absolute;
    left: 50%;
    bottom: -92px;
    margin-left: -48px;
}
.services .land .more {
    position: absolute;
    top: 72px;
    left: 185px;
}
.services .air {
    background-image: url(../img/bg4.png);
}
.services .air .icon {
    width: 491px;
    height: 329px;
}
.services .air .icon .item-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.services .air .icon .item-2 {
    position: absolute;
    left: 115px;
    top: 13px;
}
.services .air .icon .item-3 {
    position: absolute;
    left: 0;
    top: 140px;
}
.services .air .icon .item-4 {
    position: absolute;
    left: 50%;
    bottom: -110px;
    margin-left: -125px;
}
.services .air .more {
    position: absolute;
    top: 225px;
    left: 135px;
}
.services .multimodal {
    height: auto!important;
    padding-bottom: 80px;
}
.services .multimodal .icon {
    width: 586px;
    height: 343px;
}
.services .multimodal .icon .item-1 {
    position: absolute;
    left: 0;
    top: 133px;
}
.services .multimodal .icon .item-2 {
    position: absolute;
    left: 358px;
    top: 153px;
}
.services .multimodal .icon .item-3 {
    position: absolute;
    left: 160px;
    top: 0;
}
.services .multimodal .more {
    position: absolute;
    top: 184px;
    left: 265px;
}
.services .multimodal .icons {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin: 0 0 0 -212px;
}
.services .multimodal .lines {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 160px;
    left: 50%;
    margin-left: -345px;
    text-align: center;
}
.services .multimodal .lines li {
    display: inline-block;
    width: 230px;
    height: 6px;
}
.services .multimodal .lines li+li {
    margin-left: -4px;
}
.services .multimodal .lines li.green {
    background: #12BA97;
}
.services .multimodal .lines li.blue {
    background: #195C91;
}
.services .multimodal .lines li.orange {
    background: #FD8310;
}
.industries .first,
.industries .list {
    background-color: #F7F8F9;
    min-height: 100px;
}
.industries .first .content,
.industries .list .content {
    width: auto;
}
.industries .first {
    padding: 100px 0 80px;
}
.industries .first h2,
.industries .first nav {
    text-align: center;
}
.industries .first nav a {
    width: 260px;
}
.industries .first nav a+a {
    margin-left: 10px;
}
.industries .list {
    padding: 0 0 80px;
}
.industries .list .slides {
    position: relative;
}
.industries .list .slides_container {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.industries .list .slides_container * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.industries .list .slides_pagination {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 1080px;
    margin-left: -540px;
}
.industries .list .slide>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.industries .list .slide>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    margin: 0 35px 35px;
    text-align: left;
}
.industries .list .slide>ul>li>.icon {
    height: 60px;
    margin: 0 0 20px;
    margin-right: 20px;
    float: left;
}
.industries .list .slide>ul>li>.icon:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
.industries .list .slide>ul>li>.icon span {
    /*vertical-align: middle;*/
}
.industries .list .slide>ul>li h3 {
	color: #1a3072;
	min-height: 60px;
    font-size: 16px;
}
.industries .list .slide>ul>li p {
    color: #555;
}
.industries .list .slide>ul>li p {
    font-size: 15px;
    text-align: justify;
}
.industries .list .slide>ul>li .pic {
    display: inline-block;
    border: 1px solid #A2A2A2;
    vertical-align: middle;
    padding: 5px;
    margin: 0 0 20px;
}
.industries .list .slide>ul>li .pic .pic-main {
    width: 402px;
    height: 170px;
    background: transparent no-repeat center center;
}
.industries .list .slide>ul.alt li {
    margin-bottom: 0;
}
.contact,
.contact h2 {
    text-align: left;
}
.contact .first {
    background-color: #F7F8F9;
}
.contact .first .content {
    width: 545px;
}
.contact .first .icon {
    left: 20px;
    top: 95px;
}
.contact .first .logos {
    margin: 120px 0;
    text-align: center;
}
.contact .list {
    padding: 120px 0;
}
.contact .list>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.contact .list>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    margin: 0 35px 70px;
    text-align: left;
}
.contact .list>ul>li>.icon {
    height: 110px;
    margin: 0 0 30px;
}
.contact .list>ul>li>.icon:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
.contact .list>ul>li>.icon span {
    vertical-align: middle;
}
.contact .list>ul>li h2,
.contact .list>ul>li p {
    color: #1a3072;
}
.contact .list>ul>li p {
    font-size: 16px;
}
.contact .list>ul.alt li {
    margin-bottom: 0;
}
.global .first .content {
    width: 970px;
    display: block;
    text-align: center;
    margin: 0 auto 40px;
}
.global .first .icons {
    margin: 0 0 60px;
    text-align: center;
}
.global .first .icons .icon {
    display: inline-block;
}
.global .first .list>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.global .first .list>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 440px;
    margin: 0 20px 40px;
    text-align: left;
    padding: 30px;
    background: #1a3072;
    height: 200px;
    color: #fff;
}
.global .first .list>ul>li>.icon {
    float: left;
    margin: 0 40px 0 0;
}
.global .first .list>ul>li .item-content {
    float: left;
    width: 100%;
    margin: 0;
}
.global .first .list>ul>li h2 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #fff;
}
.global .first .list>ul>li h3 {
    margin: 0 0 5px;
    color: #fff;
}
.global .first .list>ul>li p {
    margin: 0;
}
.customers p {
    font-size: 16px;
    margin: 0 0 80px;
}
.responsability .first .main .content {
    width: auto;
}
.responsability .first .main .content>h2 {
    text-align: center;
}
.responsability .first .main .boxes {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.responsability .first .main .boxes li {
    display: inline-block;
	vertical-align: top;
	width: 465px;
	margin: 10px 10px 10px;
	text-align: left;
	border-radius: 2px;
	padding: 20px;
	background: #fff;
}
.responsability .first .main .pic {
    display: inline-block;
    border: 1px solid #A2A2A2;
    vertical-align: middle;
    padding: 5px;
    margin: 0;
}
.responsability .first .main .pic .pic-main {
    width: 415px;
    height: 170px;
    background: transparent no-repeat center center;
}
.about .first .main .content {
    width: 970px;
}
.about .first .main .content h2 {
    position: relative;
}
.about .first .main .content h2 span {
    position: absolute;
    top: -5px;
    right: 0;
}
.about .first .image {
    background: transparent url(../img/sprite.png) no-repeat 0 -1620px;
    width: 1042px;
    height: 170px;
    margin: 30px auto;
}
.about .people {
    background-color: #1a3072;
    color: #fff;
    position: relative;
}
.about .people .main .content {
    width: auto;
}
.about .people .main h2 {
    color: #fff;
}
.about .people .main .col {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}
.about .people .main .col+.col {
    margin-left: 70px;
}
.about .people .icon-people {
    position: absolute;
    bottom: -68px;
    left: 50%;
    z-index: 2;
    margin: 0 0 0 -109px;
}
.reason .main .content {
    width: 970px;
    text-align: center;
}
.reason .main .content .description p {
    font-size: 16px;
    line-height: 1.6;
}
.reason .main .content .description p strong {
    font-style: italic;
}
.reason .main .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 80px 0 0;
}
.reason .main .content ul li {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-left: -4px;
    text-align: left;
    padding: 35px;
    border-top: 3px solid transparent;
}
.reason .main .content ul li:hover {
    border-color: #195C91;
}
.reason .main .content ul li:nth-child(odd) {
    background: #1a3072;
    color: #fff;
}
.reason .main .content ul li:nth-child(odd) h2 {
    color: #fff;
}
.reason .main .content ul li h2+h2 {
    margin: 0 0 30px;
}
.reason .main .content ul li.call-to-action {
    width: 638px;
    padding: 80px;
    background: #fff;
    color: #1a3072;
}
.reason .main .content ul li.call-to-action h2 {
    text-transform: uppercase;
}
.reason .main .content ul li.call-to-action p {
    font-size: 24px;
    font-style: italic;
    margin: 0 0 60px;
}
.reason .main .content ul li.call-to-action .btn {
    display: block;
}
.contact .list {
    padding: 60px 0;
    min-height: 100px;
}
.contact .list>ul>li {
    width: 450px;
    margin: 0 20px;
}
.contact .list>ul>li.locations * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.contact .list>ul>li.locations h3 {
    height: 72px;
    padding: 0 12px 6px;
    font-size: 16px;
    line-height: 70px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-family: RobotoSlab-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: red;
    margin: 0;
    cursor: pointer;
}
.contact .list>ul>li.locations h3.first {
    border-top-width: 2px;
}
.contact .list>ul>li.locations h3.last {
    border-bottom-width: 2px;
}
.contact .list>ul>li.locations .accordion-body .accordion-content {
    border: 2px solid #ccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    height: 100%;
    margin: 0;
    padding: 15px;
    background: #fff;
}
.contact .list>ul>li.locations .accordion-body .accordion-content p {
    font-size: 14px;
    margin: 0;
}
.contact .list>ul>li.locations .accordion-body.last .accordion-content {
    border-top-width: 0;
    border-bottom-width: 2px;
}
.contact form {
    position: relative;
    z-index: 1;
    border: 2px solid #ccc;
    padding: 40px 60px;
    text-align: left;
}
.contact form .form-actions {
    margin: 32px 0 0;
}
.contact form .form-actions .btn {
    width: 100%;
    display: block;
}
.contact .icons {
    position: relative;
    z-index: 2;
    top: -20px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.contact .icons li {
    display: inline-block;
    vertical-align: middle;
}
.customers article {
    background-image: url(../img/bg3.png);
} 
.contact article {
	background-color: #1a3072;
}
.contact form {
    background-color: #F7F8F9;
}
footer {
    position: relative;
    padding: 10px 0 50px;
    text-align: center;
    background-color: #1a3072;
}
footer .scroll-up {
    top: 0;
    left: 20px;
}
footer .developer {
    display: inline-block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
}
footer .developer:hover {
    color: #333;
}