/*General--*/
body {
  font-family: 'arimoregular', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  float: left;
}
.h1, h1 {
  font-size: 140%;
  color: #333;
  font-weight:600;
  margin-top:0;
}

.h2, h2, .h4, h4 {
  font-size: 120%;
  font-weight: 600;
  margin-top:0;
}

.h3, h3{
  font-size: 100%;
  font-weight: 600;
  margin-top:0;
}

a {color: #222;transition: color 100ms, background-color 100ms;cursor: pointer;}
a:hover, a:focus, a:active{text-decoration:none;color:#0091dc;}

.btn {
  border-color: #777;
  background: #777;
  margin-left: 1px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.form-control {
  padding-left: 10px;
  color: #495057;
  font-family: inherit;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #aeabab;
  border-radius: .25rem 0 0 .25rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.container {
  width: 100%;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}

/*--General*/

/*Top Bar--*/
#sp-top-bar {
  color: #333;
  height: auto;
  font-size: 90%;
  background: linear-gradient(to bottom, #fff 0,#ccc 100%);
}

#sp-top-bar p {margin-bottom: 0;}

#sp-slogan{
  padding: 10px 5px 10px 20px;
  flex: 0 0 48%;
  max-width: 48%;
}

#sp-search {
  padding-top: 6px;
  flex: 0 0 28%;
  max-width: 28%;
}

.input-group .js-finder-search-query.form-control {
  width: 83%;
  line-height: 23px !important;
}

#sp-login {
  text-align: right;
  flex: 0 0 14%;
  max-width: 14%;
  padding: 10px 5px;
}

#sp-language {
  text-align: right;
  flex: 0 0 8%;
  max-width: 8%;
  padding: 10px;
}

/*Top Bar--*/
#sp-header {
  background: #fff;
  padding: 20px 0;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  padding-top: 10px;
  animation: spFadeInDown 0.5s;
  border-bottom: 5px solid #aaa;
}

#sp-header .process-bar {
  background: #0091dc;
  height: 5px;
  width: 0%;
  transition: width 1.2s ease;
}
/*--Top Bar*/

/*Breadcrumb--*/
.breadcrumb {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 3px 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}
/*--Breadcrumb*/

/*Main Body--*/
#sp-main-body {
  margin: 10px 0;
}
/*--Main Body*/