/* -- bootstrap -- */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #00c6d2;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  border-bottom: 1px solid #6e4a9e;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  width: 940px;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}


/* -- /bootstrap --*/




#wrapper {
    max-width: 100% !important;
    position: relative;
}

.feature {
    display: block;
    width: 100%;
}

.content {
    height: 516px;
    background-image: url(/global/img/language/landing-lavender.jpg);
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
}

.content .logo {
    display: block;
    text-indent: -999em;
    width: 440px;
    height: 140px;
    margin: 0 auto 160px;
    outline: none;
    background: url(/global/img/language/new-logo-color.png) top left no-repeat;
    background-size:contain;
}

.content .container {
    padding-top: 70px;
    text-align: center;
}

.content .container p {
    font-size: 38px;
    line-height: 36px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}




.languages {
    margin-top: 50px;
    margin-bottom: 100px;
}

.languages .column {
    float: left;
    width: 20%;
}


.languages ul {
    margin: 10px 0 20px 0;
    padding-right: 15px;
    list-style: none;
}

.languages ul.topmargin {
    margin-top: 28px;
}

.languages li {
    line-height: 18px;
}

.languages a {
    color: #000;
    font-size: 12px;
}

.languages a:hover {
    color: #6e4a9e;
}

.languages h3 {
    margin: 0;
    font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:700;
    font-size: 18px;
    line-height: 18px;
    color: #797979;
    white-space: nowrap;
}

.languages li.link-more {
    line-height: 30px;
}

.link-more a {
    outline: none;
}

.link-more a.open {
    color: #6e4a9e;
}

.link-office {
    position: absolute;
    right: 10px;
    bottom: -50px;
    display: inline-block;
    font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	  font-weight:700;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #fff;
    background-color: #6e4a9e;
    text-transform: capitalize;

}

.link-office:hover {
    border: none;
    background: #52288b;
}

#europe-other-container {
    display: none;
}

#europe-other {
    width: 800px;
    margin: 0 auto;
}

#europe-other .column {
    width: 27%;
}

#europe-other .column.last {
    width: 18%;
}


@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px;
    }

}

@media (max-width: 979px) {
    .content {
        height: 450px;
    }

    .content .container {
        padding-top: 40px;
    }

    .content .container p {
        font-size: 30px;
        line-height: 30px;
    }

    .content .logo {
        margin-bottom: 120px;
    }

    .languages .column {
        width: 25% !important;
    }
    #europe-other {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        width: auto;
    }

    .content {
        height: 300px;
    }

    .content .container {
        padding-top: 10px;
    }

    .content .logo {
        width: 330px;
        height: 105px;
        margin-bottom: 70px;
    }

    .content .container p {
        font-size: 25px;
        line-height: 25px;
    }

    .languages .column {
        width: 50% !important;
    }

    .column3 { clear:both; }
}

@media only screen and (max-width: 479px) {
    .content {
        height: 200px;
    }

    .content .container {
        padding-top: 10px;
    }

    .content .container p {
        font-size: 16px;
        line-height: 16px;
    }

    .content .logo {
        width: 220px;
        height: 70px;
        margin-bottom: 50px;
    }

    .languages .column {
        width: 100% !important;
        float: none;
    }
}
