/*
  Description: Language Buró Master Stylesheet
  Media: Screen
  Version: 1.0.0
  Author: Rodrigo Galindez
  Author URI: http://www.languageburo.com
*/

@import url('cookie-warning.css');
@import url('forms.css');
@import url('buttons.css');

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

/* General Elements */

* {
  margin: 0;
  padding: 0;
  outline: 0 none;
}

/* Applies a natural box layout model to all elements */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Removes placeholders */
::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 62.5%;
  color: #5A667F;
  background: #f5f5f5;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p:last-child {
  margin-bottom: 0;
}

li:last-child {
  margin-bottom: 0;
}

h1 {
  margin-bottom: 30px;
  font-size: 4.8em;
  line-height: 1.3;
  color: #223251;
}

h2 {
  margin-bottom: 30px;
  font-size: 3.6em;
  line-height: 1.1;
  color: #223251;
}

h3 {
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.3;
  color: #223251;
}

a {
  color: #2980b9;
  text-decoration: none;
  border-bottom: 1px dotted rgba(41,128,185,.4);
}

a:hover {
  color: #1f5f8a;
  border-bottom: 1px dotted rgba(41,128,185,.7);
}

ul {
  /*margin-bottom: 30px;*/
}

p, li {
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 1.5;
  color: #4E5977;
}

li { }

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 3.6em;
  }

  h2 {
    font-size: 2.6em;
    line-height: 1.1;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.6em;
    line-height: 1.1;
  }

  h2 {
    font-size: 2.6em;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.6em;
  }
}

/* Header */

.header {
  margin: 0 auto;
  padding: 0 5vw;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
  overflow: hidden;
  z-index: 1;
}

.header-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.header .button {
  display: block;
  padding: 14px 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-color: #2cb1e9;
  background-color: #333;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
}

.header .button:hover {
  background-color: #222;
}

.header .button:active {
  background-color: #333;
}

.header .logo {
  float: left;
}

.header .page-links {
  float: right;
}

.header .logo,
.header .page-links {
  margin: 15px 0;
  list-style-type: none;
}

.header .logo li {
  margin-bottom: 0;
  padding: 14px 0;
  line-height: 1;
}

.header .logo li a {
  color: #333;
  border-bottom: 0 none;
}

.header .page-links li {
  margin-left: 20px;
  margin-bottom: 0;
  float: left;
}

.header .button-menu {
  display: block;
  width: 23px;
  height: 16px;
  margin-top: 16px;
  background: transparent url('../images/button-menu-black.png') no-repeat left center;
  background-size: 23px 16px;
  text-indent: -1000em;
  border: none;
  cursor: pointer;
}

.header .button-menu:hover {
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .header .logo,
  .header .page-links {
    margin: 5px 0;
  }

  .contact {
    display: none;
  }
}

/* Main page wrapper */

.container-main {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* Reusable module wrapper */

.mod {
  padding: 0 5vw;
}

.mod-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8vw 0;
  position: relative;
}

.mod-wrapper:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}

@media only screen and (max-width: 800px) { }

@media only screen and (max-width: 480px) {
  .mod-wrapper {
    padding: 10vw 0;
  }
}

/* Module headers */

.section-header {
  margin-bottom: 60px;
}

.section-header.no-margin {
  margin-bottom: 0;
}

.section-header h2 {
  max-width: 540px;
}

.section-header p {
  max-width: 55ch;
  font-size: 2em;
  line-height: 1.4;
}

.section-header.centered {
  text-align: center;
}

.section-header.centered h2 {
  margin: 0 auto;
  margin-bottom: 30px;
}

.section-header.centered p {
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .section-header {
    margin-bottom: 30px;
  }

  .section-header p {
    max-width: none;
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 480px) {
  .section-header h2 {
    max-width: 260px;
  }

  .section-header p {
    font-size: 1.6em;
  }
}

/* Modules */

/* Modules: Aux */

.push {
  margin-top: 76px;
}

.has-line {
  border-top: 1px solid rgba(144, 152, 169, .2);
}

@media only screen and (max-width: 480px) {
  .push {
    margin-top: 56px;
  }
}

/* Module: Blurb */

.mod-blurb {
  background-color: #282C38;
}

.mod-blurb .mod-wrapper {
  display: table;
  padding: 0;
}

.mod-blurb .blurb {
  display: table-cell;
  height: 600px;
  vertical-align: middle;
  text-align: center;
}

.mod-blurb h1 {
  max-width: 913px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
}

.mod-blurb p {
  max-width: 727px;
  margin-bottom: 60px;
  font-size: 3em;
  line-height: 1.3;
  color: rgba(255,255,255,.5);
}

.mod-blurb .continue {
  position: absolute;
  margin-bottom: 0;
  left: 47.5%;
  bottom: 60px;
}

.mod-blurb .continue a {
  display: block;
  width: 31px;
  height: 40px;
  margin: 0 auto;
  background: transparent url('../images/arrow-down.svg') no-repeat center center;
  text-indent: -1000em;
  border: 0 none;
}

.blurb-curve {
  margin: 0 auto;
  max-width: 1600px;
  background: #fff;
}

@media only screen and (max-width: 800px) {
  .mod-blurb p {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 480px) {
  .mod-blurb .blurb {
    height: 400px;
  }

  .mod-blurb h1 {
    max-width: 260px;
  }

  .mod-blurb p {
    font-size: 2.1em;
    max-width: 260px;
  }

  .mod-blurb .continue {
    display: none;
  }
}

/* Module: Intro */

.mod-intro {
  background: #fff;
}

/* Module: Translation Services */

.mod-translation-services {
  background: #fff;
}

.mod-translation-services h3 {
  text-align: center;
}

.mod-translation-services ul {
  list-style-type: none;
  text-align: center;
}

.mod-translation-services li {
  margin-bottom: 20px;
  font-size: 2em;
}

@media only screen and (max-width: 800px) {
  .mod-translation-services li {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 480px) {
  .mod-translation-services li {
    margin-bottom: 15px;
    font-size: 1.6em;
  }
}

/* Module: Industries & Specializations */

.mod-industries {
  background: #eee;
  display: none;
}

.mod-industries ul {
  list-style-type: none;
  text-align: center;
}

.mod-industries li {
  margin-bottom: 20px;
  font-size: 2em;
}

@media only screen and (max-width: 800px) {
  .mod-industries li {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 480px) {
  .mod-industries li {
    margin-bottom: 15px;
    font-size: 1.6em;
  }
}

/* Module: Clients cloud */

.mod-clients-cloud {
  background: #fff;
}

.mod-clients-cloud .section-left {
  margin-top: 230px;
  padding-right: 70px;
}

.mod-clients-cloud .clients-list {
  display: none;
}

.clients-cloud {
  position: relative;
  height: 737px;
}

.clients-cloud img {
  position: absolute;
  right: -100px;
}

@media only screen and (max-width: 1100px) {
  .mod-clients-cloud .section-left {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    float: none;
  }

  .mod-clients-cloud .section-left .section-header h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .mod-clients-cloud .section-header p {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .mod-clients-cloud .section-right {
    width: 100%;
    height: auto;
    float: none;
  }

  .clients-cloud img {
    position: initial;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 800px) {
  .clients-cloud img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .mod-clients-cloud .clients-list {
    display: block;
  }

  .mod-clients-cloud .clients-list  li {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-indent: -1000em;
  }

  .mod-clients-cloud .clients-list  li:last-child {
    border-bottom: 0;
  }

  .tag-aviation {
    background: transparent url('../images/client-tag-aviation.png') no-repeat center center;
    background-size: 107px 58px;
    width: 107px;
    height: 58px;
  }

  .a1-telekom {
    background: transparent url('../images/client-a1-telekom.png') no-repeat center center;
    background-size: 71px 74px;
    width: 71px;
    height: 74px;
  }

  .missing-children-europe {
    background: transparent url('../images/client-missing-children-europe.png') no-repeat center center;
    background-size: 127px 56px;
    width: 127px;
    height: 56px;
  }

  .mallinckrodt {
    background: transparent url('../images/client-mallinckrodt.png') no-repeat center center;
    background-size: 205px 48px;
    width: 205px;
    height: 48px;
  }

  .gnf {
    background: transparent url('../images/client-gnf.png') no-repeat center center;
    background-size: 169px 76px;
    width: 169px;
    height: 76px;
  }

  .section-right.clients-cloud {
    display: none;
  }
}

/* Module: References */

.mod-references {
  background: #fff;
}

.references {
  text-align: center;
}

.references blockquote {
  background: transparent url('../images/quotes.svg') no-repeat top center;
  padding-top: 50px;
}

.references p {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 727px;
  font-size: 2.1em;
  line-height: 1.4;
}

.references img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.references cite {
  display: block;
  font-style: normal;
}

@media only screen and (max-width: 800px) {
  .references p {
    font-size: 1.8em;
    line-height: 1.4;
  }

  .references img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .references blockquote {
    background-size: 7%;
    padding-top: 30px;
  }

  .references p {
    margin-bottom: 15px;
    font-size: 1.6em;
    line-height: 1.4;
  }

  .references img {
    width: 60px;
    height: 60px;
  }
}

/* Module: Team */

.mod-team {
  background: #eee;
}

.mod-team ul {
  list-style-type: none;
  text-align: center;
}

.mod-team li {
  width: 25%;
  font-size: 1em;
  float: left;
}

.mod-team li img {
  width: 150px;
  margin-bottom: 15px;
  border-radius: 150px;
}

.team-curve {
  margin: 0 auto;
  max-width: 1600px;
  background: #fff;
}

@media only screen and (max-width: 1100px) {
  .mod-team ul {
    max-width: 60%;
    margin: 0 auto;
  }

  .mod-team li {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .mod-team ul {
    max-width: 70%;
  }

  .mod-team li img {
    width: 120px;
  }
}

@media only screen and (max-width: 550px) {
  .mod-team ul {
    max-width: none;
  }

  .mod-team li {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }

  .mod-team li img {
    margin-bottom: 5px;
  }
}

/* Modue: Contact options */

.mod-contact-options {
  background: #fff;
}

/* Module: Footer */

.mod-footer {
  background: #fff;
}

.mod-footer .mod-wrapper {
  padding-top: 0;
}

.footer-navigation {
  margin-bottom: 30px;
  padding: 40px 0;
  border-top: 1px solid rgba(144, 152, 169, .2);
  border-bottom: 1px solid rgba(144, 152, 169, .2);
}

.footer-navigation h3 {
  margin-bottom: 15px;
  font-size: 1.8em;
}

.footer-navigation ul {
  list-style-type: none;
}

.footer-navigation li {
  margin-bottom: 10px;
  font-size: 1.6em;
  color: #9098A9;
}

.footer-navigation li a {
  color: #9098A9;
  border-bottom: 0;
}

.footer-navigation li a:hover {
  color: #5A667F;
}

.footer-notes {
  list-style-type: none;
  text-align: center;
}

.footer-notes li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 1.4em;
  color: #9098A9;
}

.footer-notes li a {
  color: #9098A9;
  border-bottom: 0;
}

.footer-notes li a:hover {
  color: #5A667F;
}

@media only screen and (max-width: 960px) {
  .mod-footer .col-wrapper {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  .mod-footer .col-wrapper {
    width: auto;
    margin: 0 -19px;
  }
}

/* Module: Request quote */

.mod-request-quote { }

/* Module: Contact form */

.mod-contact {
  background-color: #eee;
}

/* Layouts */

/* Layout: Reusable 3 columns */

.col-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -19px;
  margin-left: -19px;
}

.col-wrapper .col-3 {
  flex: 0 0 33.33333333333333%;
  padding-right: 19px;
  padding-left: 19px;
}

.col-wrapper .col-4 {
  flex: 0 0 25%;
  padding-right: 19px;
  padding-left: 19px;
}

@media only screen and (max-width: 960px) {
  .col-wrapper .col-3 {
    margin-bottom: 40px;
    flex: 0 0 100%;
  }

  .col-wrapper .col-4 {
    margin-bottom: 40px;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 600px) {
  .col-wrapper .col-3 {
    margin-bottom: 30px;
    flex: 0 0 100%;
  }

  .col-wrapper .col-4 {
    margin-bottom: 30px;
    flex: 0 0 100%;
  }
}

/* Layout: Sections */

.section { }

.section-left {
  width: 50%;
  float: left;
}

.section-right {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 800px) {
  .section {
    display: block;
  }

  .section-left,
  .section-right {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) { }

/* Reusable components */

/* Reusable component: Person */

dl.person {

}

dl.person dt {
  font-size: 2.1em;
  line-height: 1.3;
  font-weight: bold;
  color: #223254;
}

dl.person dd {
  font-size: 1.8em;
  line-height: 1.5;
  color: #5A667F;
}

@media only screen and (max-width: 800px) {
  dl.person dt {
    font-size: 1.8em;
  }

  dl.person dd {
    font-size: 1.6em;
  }
}

/* Reusable component: Contact options */

.contact-options {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  list-style-type: none;
  text-align: center;
  border: 1px solid rgba(144, 152, 169, .2);
  border-radius: 4px;
  overflow: hidden;
}

.contact-options li {
  display: block;
  width: 50%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 1em;
  float: left;
}

.contact-options li:last-child {
  border-left: 1px solid rgba(144, 152, 169, .2);
}

.contact-options li strong {
  display: block;
  font-size: 2.1em;
  color: #223251;
}

.contact-options li span {
  font-size: 1.8em;
}

@media only screen and (max-width: 800px) {
  .contact-options li {
    width: 100%;
  }

  .contact-options li:last-child {
    border-top: 1px solid rgba(144, 152, 169, .2);
    border-left: none;
  }

  .contact-options li strong {
    font-size: 1.8em;
  }

  .contact-options li span {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 480px) {
  .contact-options li {
    width: 100%;
  }

  .contact-options .contact-email {
    font-size: 1.4em;
  }
}

/* Side navigation */

.sidenav {
  width: 300px;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding: 30px;
  transition: -webkit-transform .33s cubic-bezier(.33,0,.2,1);
  -webkit-transition: -webkit-transform .33s cubic-bezier(.33,0,.2,1);
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  box-shadow: -2px 0 6px rgba(34,50,84,.15);
}

.sidenav.open {
  transform: translateX(0);
}

.sidenav .page-links {
  margin-top: 60px;
  list-style-type: none;
}

.sidenav .page-links li {
  margin: 0;
}

.sidenav .page-links li a {
  display: block;
  padding: 15px 0;
  transition: .1s linear;
}

.sidenav a {
  color: #5A667F;
  border-bottom: 0;
  cursor: pointer;
}

.sidenav a:hover {
  color: #223251;
}

.sidenav .close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  background: transparent url('../images/icon-close.svg') no-repeat center center;
  width: 18px;
  height: 18px;
  text-indent: -1000em;
  opacity: .5;
}

.sidenav .close-button:hover {
  opacity: 1;
}

.sidenav .contact-links {
  margin-top: 60px;
  list-style-type: none;
}

.sidenav .contact-links li {
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.6em;
}

.sidenav .contact-links li.telephone {
  background: transparent url('../images/icon-telephone.svg') no-repeat left 4px;
}

.sidenav .contact-links li.email {
  background: transparent url('../images/icon-email.svg') no-repeat left 4px;
}

@media only screen and (max-width: 480px) {
  .sidenav {
    padding: 20px;
    width: 75vw;
    transform: translateX(75vw);
    -webkit-transform: translateX(75vw);
  }

  .sidenav .page-links {
    margin-top: 30px;
  }

  .sidenav li {
    font-size: 1.6em;
  }

  .sidenav .page-links li a {
    padding: 10px 0;
  }
}