@font-face {
  font-family: openEB;
  src: url(../fonts/OpenSans-ExtraBold.ttf);
  src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype"); }
@font-face {
  font-family: openSemi;
  src: url(../fonts/OpenSans-Semibold.ttf);
  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype"); }
a:hover {
  text-decoration: none !important; }

.sloganckp {
  font-size: 0.7rem;
  color: white;
  margin: 0;
  padding: 0 3rem; }

.main-menu-ckp {
  background: rgba(46, 51, 56, 0.8);
  padding: 0; }

.somerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 85%;
  border-bottom: 2px solid grey; }

.somehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 !important; }
  .somehead a {
    color: white; }

.menutags {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .menutags div.dropdown {
    font-size: 12px;
    margin-top: 0.8rem; }
    .menutags div.dropdown a {
      color: white; }

.contact-slide {
  background: white;
  width: 9.4vw;
  position: absolute;
  height: 57px;
  right: 0;
  -webkit-clip-path: polygon(11% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(11% 0%, 100% 0, 100% 100%, 0% 100%); }

.years50 {
  z-index: 1000;
  position: relative; }

.years {
  position: fixed;
  right: 0;
  top: 90.8px;
  width: 23.5vw; }

@media (max-width: 1400px) {
  .contact-slide {
    -webkit-clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%); } }
.dropdown-menu {
  background-color: rgba(46, 51, 56, 0.8) !important; }
  .dropdown-menu .dropdown-item {
    font-family: openSemi;
    font-size: 12px; }
    .dropdown-menu .dropdown-item img {
      width: 40px; }
  .dropdown-menu .dropdown-item:hover {
    background-color: rgba(242, 243, 243, 0.8) !important;
    color: black !important; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0 !important; }

.dropdown-menu {
  margin: 0; }

#prod-ics {
  display: none; }

.dropdown-submenu:hover #prod-ics {
  display: block; }

.fontOEB {
  font-family: openEB, Arial, Helevetica, "sans-serif"; }

.fontOSB {
  font-family: openSemi, Arial, Helevetica, "sans-serif";
  font-size: 12px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px; }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background-color: black;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .closebtn {
  position: absolute;
  top: -20px;
  right: 15px;
  font-size: 60px; }

.mob-menu-sep {
  border-bottom: 1px solid white; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
#footerckpr {
  background: black;
  z-index: 1000;
  position: relative; }

.social-media a i {
  font-size: 1.5rem;
  color: white;
  margin: 10px 5px 0; }

.footer-text {
  font-size: 12px !important; }

.footer-divider {
  border: 1px solid white;
  width: 80%; }

#legalckp {
  background: #2a2d30; }

/*# sourceMappingURL=style-menu2.css.map */