header .header-container .header-logo a {
  background: url(../../img/wl/ebs/logo.png) center left no-repeat;
  background-size: 200px 100px;
  height: 100px;
  color: transparent;
  margin-bottom: 0;
}
header .header-container .header-logo a img {
  display: none;
}
.header-logo a:after {
  display: none;
}


.welcome .hero {
  background: transparent;
}

.welcome .hero .right-col {
  padding: 1em 0;
  align-self: center;
}
.welcome .hero .left-col {
  padding: 0;
  align-self: center;
}
.welcome .hero .left-col h1 {
  color: #FF8329;
  margin-top: 0;
  font-size: 3em;
  font-family: "Lato";
  font-weight: 800;
}
.welcome .hero .left-col p {
  font-size: 2em;
  color: #000;
}

.welcome .feature {
  padding: 3em 0;
  background: #0060b9;
  font-family: "Lato";
  font-weight: 700;
  font-size: 2.2em;
}
.welcome .feature .highlight {
  color: #ffeb33;
}
.welcome .feature .operator-circle,
.welcome .feature .operator-no-circle {
  border: 1px solid #FFEB33;
  color: #FFEB33;
  padding: 0 .35em .1em;
  font-size: 1.8em;
  font-family: "Lato";
  font-weight: 900;
  border-radius: 50px;
}
.welcome .feature .operator-no-circle {
  border-color: transparent;
}
.welcome .feature .element {
  width: 25%;
  flex: 0 0 auto;
  align-self: center;
}
.welcome .feature .operator {
  width: 12.5%;
  flex: 0 0 auto;
  align-self: center;
}
.welcome .feature p {
  margin: 3em 0 0;
  font-size: .8em;
  font-weight: normal;
  padding-bottom: 3em;
}

.welcome .call_to_action {
  background: url(../../img/wl/ebs/home/bg-bottom.jpg) center no-repeat;
  background-size: cover;
  color: #000;
  margin-bottom: 5em;
}
.welcome .call_to_action .btn-primary {
  background: #ff9244;
  color: #fff;
  white-space: inherit;
  max-width: 80%;
}
.welcome .call_to_action .top_block {
  margin-top: -3em;
  padding: 2em 8em;
  text-align: center;
  font-size: 2em;
  background: #f6f9fc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.welcome .call_to_action .top_block.small_padding {
  padding: 1em 2em 2em;
}
.welcome .call_to_action .btn {
  margin-top: 2em;
  font-size: .9em;
  padding: 1em 3em;
  border-radius: 2em;
}

.welcome .call_to_action .catch_phrase {
  margin: 6em 0 3em;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
}
.welcome .call_to_action .catch_phrase h2 {
  font-size: 1.2em;
  font-weight: 800;
  font-family: "Lato";
  color: #fff;
}
.welcome .call_to_action .bottom_block {
  color: #0060b9;
  padding: 2em;
  text-align: center;
  font-size: 2em;
  background: #f6f9fc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 -2em;
}
.welcome .call_to_action .bottom_block p {
  margin: 1em;
  font-weight: 700;
}
.welcome .call_to_action .bottom_block p:first-child {
  margin: 0 0 2em;
  font-weight: normal;
}
.welcome .further {
  height: 63px;
  width: 63px;
  display: inline-block;
}
.further_newspaper {
  background: url(../../img/wl/ebs/home/further_newspaper.svg);
}
.further_exercises {
  background: url(../../img/wl/ebs/home/further_exercises.svg);
}
.further_video {
  background: url(../../img/wl/ebs/home/further_video.svg);
}
.further_test {
  background: url(../../img/wl/ebs/home/further_test.svg);
}


.tab_body {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  flex-direction: row;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding-bottom: 10px;
}
.tab_body:hover {
  text-decoration: none;
  border: 1px solid #f76c6c;
}
.tag_header {
  padding: 10px 15px;
  background: #fff;
  color: #000;
  font-weight: bold;
  margin-bottom: 250px;
  border-bottom: 1px solid #ccc;
}
.tag_btn button {
  padding: .6em 1em;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 2em;
  border: 1px solid #ccc;
}
.tab_body:hover .tag_header,
.tab_body:hover .tag_btn button {
  background: #f76c6c;
  color: #fff;
  border-color: #f76c6c;
  border-bottom: 1px solid #f76c6c;
}
.tag_list {
  display: flex;
  flex-direction: row;
}
.tag_logo {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.logo_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.call_to_action .top_block.small_padding p {
  color: #ff8329;
  font-weight: bold;
  margin-bottom: 1em;
}
.tag_logo {
  text-align: center;
  margin: 3em 0 1em;
}
.tag_logo .btn-primary {
  background: #ff8329;
  border-color: #ff8329;
  color: #fff;
  border-radius: 35px;
  font-size: 18px;
  padding: 10px 40px;
  line-height: 22px;
  text-align: center;
  margin: 1em 0;
}
.logo {
  border: 1px solid #14529e;
  border-radius: 72px;
  height: 72px;
  width: 72px;
  padding: 11px;
}
.logo_prev, .logo_next {
  display: flex;
  flex: 1 0 auto;
  height: 50%;
}
.logo_prev, .logo_next {
  border-bottom: 2px dotted #14529e;
}
.col:first-child .tag_logo .logo_prev {
  border: none;
}
.col:last-child .tag_logo .logo_next {
  border: none;
}

.ebs {
  height: 50px;
  width: 50px;
  background: center center no-repeat;
  background-size: cover;
  display: inline-block;
}
.ebs_document_reading {
  background-image: url(../../img/wl/ebs/icon/document_reading.svg);
}
.ebs_everyday_life {
  background-image: url(../../img/wl/ebs/icon/everyday_life.svg);
}
.ebs_exchange_face_2_face {
  background-image: url(../../img/wl/ebs/icon/exchange_face_2_face.svg);
}
.ebs_face_2_face {
  background-image: url(../../img/wl/ebs/icon/face_2_face.svg);
}
.ebs_meeting {
  background-image: url(../../img/wl/ebs/icon/meeting.svg);
}
.ebs_negociate {
  background-image: url(../../img/wl/ebs/icon/negociate.svg);
}
.ebs_phone_assistance {
  background-image: url(../../img/wl/ebs/icon/phone_assistance.svg);
}
.ebs_phone_greeting {
  background-image: url(../../img/wl/ebs/icon/phone_greeting.svg);
}
.ebs_pro_call {
  background-image: url(../../img/wl/ebs/icon/pro_call.svg);
}
.ebs_social_exchange {
  background-image: url(../../img/wl/ebs/icon/social_exchange.svg);
}
.ebs_visio {
  background-image: url(../../img/wl/ebs/icon/visio.svg);
}
.ebs_writing_docs {
  background-image: url(../../img/wl/ebs/icon/writing_docs.svg);
}

.tag_bg_document_reading {
  background-image: url(../../img/wl/ebs/card/redaction.jpg);
}
.tag_bg_meeting {
  background-image: url(../../img/wl/ebs/card/meeting.jpg);
}
.tag_bg_phone_greeting {
  background-image: url(../../img/wl/ebs/card/telephon.jpg);
}
.tag_bg_phone_assistance {
  background-image: url(../../img/wl/ebs/card/telephon.jpg);
}
.tag_bg_exchange_face_2_face {
  background-image: url(../../img/wl/ebs/card/face-to-face.jpg);
}
.tag_bg_social_exchange {
  background-image: url(../../img/wl/ebs/card/social-exchange.jpg);
}
.tag_bg_negociation {
  background-image: url(../../img/wl/ebs/card/negociation.jpg);
}
.tag_bg_presentation {
  background-image: url(../../img/wl/ebs/card/presentation.jpg);
}
.tag_bg_visio {
  background-image: url(../../img/wl/ebs/card/visio.jpg);
}
