.header .logo-container,
.header .data-container {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}
.header .logo-eu {
  margin-right: 15px;
}
.header .data-container {
  text-align: right;
}
.header form {
  margin-top: 10px;
}
.header .input-group-btn .button {
  height: 40px;
  background: #f5f5f5;
  border-color: #ededed;
  padding: 6px 12px !important;
  font-size: 14px !important;
  border-left: none;
  margin: -1px !important;
  color: #333333 !important;
}
.header .input-group-btn i {
  font-size: 1.25em;
  margin: 0;
}
.header .search {
  height: 40px;
  background: #f5f5f5;
  border-color: #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: none;
}
.header .language-container {
  text-align: left;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.header .language-code {
  color: #999999;
  text-transform: uppercase;
  font-size: 0.875em;
  cursor: pointer;
}
.header .language-code.selected {
  font-weight: bold;
}
.header .language-code i {
  font-size: 0.875em;
  padding-bottom: 2px;
  vertical-align: middle;
}
.header .language-dropdown {
  position: absolute;
  display: none;
  z-index: 1000;
  background: #FFFFFF;
  width: 100%;
  margin-top: 5px;
}
.header .language-dropdown a {
  display: block;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #999999;
  padding: 5px 0;
  border: 1px solid #CCCCCC;
}
.header .menu-container {
  border-top: 1px solid #f5f5f5;
}
.header .menu-container.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  border-bottom: 1px solid #CCCCCC;
}
.header .menu > ul {
  display: table;
  width: 100%;
}
.header .menu > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-bottom: 4px solid transparent;
  border-right: 1px solid #f5f5f5;
  position: relative;
}
.header .menu > ul > li:first-child {
  border-left: 1px solid #f5f5f5;
}
.header .menu > ul > li.active,
.header .menu > ul > li:hover {
  border-bottom: 4px solid #37A0C1;
}
.header .menu > ul > li:hover ul {
  display: block;
}
.header .menu > ul > li > a {
  font-size: 0.8125em;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  padding: 10px 31px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .header .menu > ul > li > a {
    padding: 10px;
  }
}
.header .menu > ul ul {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  background-color: #EEEEEE;
  padding: 5px 15px;
  text-align: left;
  z-index: 1000;
}
.header .menu > ul ul li {
  border-top: 1px dotted #CCCCCC;
  min-width: 200px;
}
.header .menu > ul ul li:first-child {
  border: none;
}
.header .menu > ul ul a {
  text-transform: uppercase;
  padding: 8px 5px;
  display: block;
  font-size: 0.8125em;
  color: #666666;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .header .menu > ul ul a {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .header .menu > ul ul a {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .header .menu > ul ul a {
    font-size: 0.75em;
  }
}
.header .menu > ul ul a:hover,
.header .menu > ul ul a.active {
  color: #37A0C1;
}
.header .menu .profile-section {
  height: 50px;
  background-color: #333333;
  border: none;
  line-height: 50px;
}
.header .menu .profile-section:hover ul {
  display: table;
}
.header .menu .profile-section.active {
  background-color: #37A0C1;
}
.header .menu .profile-section.active a.login {
  background: url('../images/bg-my-copolad-active.png') center left no-repeat;
}
.header .menu .profile-section ul {
  display: table;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  text-align: center;
}
.header .menu .profile-section ul li {
  width: auto;
  min-width: auto;
  padding: 0px;
  display: table-cell;
  position: relative;
  border: none;
}
.header .menu .profile-section ul li:first-child a {
  border: none;
}
.header .menu .profile-section ul a {
  text-transform: uppercase;
  padding: 0px 10px;
  line-height: 120%;
  border-left: 1px solid white;
  display: inline-block;
  color: white;
  font-weight: 300;
}
.header .menu .profile-section:hover,
.header .menu .profile-section.active {
  border: none;
}
.header .menu .profile-section a.login {
  min-width: 340px;
  text-align: center;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 50px;
  font-size: 1.125em;
  font-weight: 500;
  color: white;
  display: block;
  width: 100%;
  background: url('../images/bg-my-copolad.png') center left no-repeat;
}
@media (max-width: 1199px) {
  .header .menu .profile-section a.login {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .header .menu .profile-section a.login {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .header .menu .profile-section a.login {
    font-size: 0.875em;
  }
}
.header .profile-menu {
  background: #333333;
  padding: 15px 0;
  text-align: center;
}
.header .profile-menu li {
  padding: 0 10px;
  border-left: 1px solid #FFFFFF;
  display: inline;
}
.header .profile-menu li:first-child {
  border: 0;
}
.header .profile-menu a {
  font-size: 0.75em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.header .profile-menu a.active {
  color: #37A0C1;
}
.header .button-my-copolad {
  display: block;
  padding: 14px 0 13px 30px;
  background-color: #333333;
  background-image: url("../images/bg-my-copolad.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
}
.main-menu-responsive {
  background: #37A0C1;
  height: 50px;
}
.main-menu-responsive.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.main-menu-responsive .page-title {
  color: #FFFFFF;
  line-height: 50px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
}
.main-menu-responsive .main-menu-button {
  cursor: pointer;
  font-size: 1.25em;
  line-height: 50px;
  color: #FFFFFF;
}
.main-menu-dropdown {
  display: none;
  background: #FFFFFF;
  z-index: 2000;
}
.main-menu-dropdown ul ul {
  display: none;
  border-top: 1px solid #F9F9F9;
  float: left;
  width: 100%;
  background-color: #F9F9F9;
}
.main-menu-dropdown ul ul li {
  padding-left: 10px;
}
.main-menu-dropdown li {
  border-bottom: 1px solid #F9F9F9;
  clear: both;
}
.main-menu-dropdown li.active,
.main-menu-dropdown li:hover {
  background-color: #DDDDDD;
}
.main-menu-dropdown i {
  float: right;
}
.main-menu-dropdown a {
  display: block;
  padding: 8px 15px;
  color: #333333;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header .logo-container,
  .header .data-container {
    height: 120px;
  }
  .header .logo-eu {
    width: 95px;
  }
  .header .logo {
    width: 218px;
  }
  .header .language-container {
    height: 24px;
  }
  .header .language-code {
    font-size: 0.75em;
  }
  .header .language-code i {
    font-size: 0.75em;
    padding-bottom: 4px;
  }
  .header .language-dropdown a {
    font-size: 0.75em;
  }
  .header .menu-container a {
    font-size: 0.75em;
    padding: 10px 19px;
  }
  .header .profile-menu {
    padding: 10px 0 9px 0;
  }
  .header .profile-menu li {
    padding: 0 3px;
    border-left: 0;
  }
  .header .menu .profile-section a.login {
    min-width: auto;
    padding-left: 70px;
    padding-right: 10px;
    font-size: 1em;
  }
  .header .button-my-copolad {
    padding: 11px 0 10px 20px;
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .header .logo-eu {
    width: 76px;
    margin-right: 10px;
  }
  .header .logo {
    width: 174px;
  }
}
@media (max-width: 767px) {
  .header .logo-container,
  .header .data-container {
    height: auto;
    padding: 10px 0;
  }
  .header .logo-container {
    text-align: center;
  }
}
.header .title_wrapper {
  display: inline;
  position: absolute;
  top: 0px;
}
@media (max-width: 767px) {
  .header .title_wrapper {
    width: 100%;
    position: relative;
  }
}
.header .title {
  background: url(../images/bg_header.png) center left no-repeat;
  width: 330px;
  display: inline-block;
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  min-height: 85px;
  height: 100%;
}
@media (max-width: 1199px) {
  .header .title {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .header .title {
    position: relative;
    width: 100%;
    background: none;
    height: auto;
    margin: 0;
    float: left;
    min-height: auto;
  }
}
.header .title > * {
  padding: 20px 0px 20px 25px;
  font-size: 0.8125em;
  color: #999;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1199px) {
  .header .title > * {
    font-size: 0.75em;
  }
}
@media (max-width: 1199px) {
  .header .title > * {
    padding: 10px 0px 10px 15px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header .title > * {
    padding: 0;
    margin: 10px 0px 0px 0px;
    width: 100%;
  }
}