.header {
  background: #ffffff;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header_top {
  background: #ffffff;
  border-bottom: solid 1px #e4e4e3;
  margin: 0;
  height: 63px;
  padding: 12px 0 10px;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 999999999;
}
.header_top ul.usp {
  color: #474441;
  display: inline-block;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 8px 0 0 6%;
  padding: 0;
  font-weight: 400;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .header_top ul.usp {
    margin: 8px 0 0 2%;
  }
}
@media only screen and (max-width: 991px) {
  .header_top ul.usp {
    font-size: 17px;
  }
}
.header_top ul.usp li {
  display: inline;
  margin-right: 20px;
}
.header_top ul.usp li i {
  margin-right: 5px;
  color: #2b97d4;
}
.header_top .header_top_right {
  float: right;
  margin: 0 6% 0 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .header_top .header_top_right {
    margin: 0 4% 0 0 ;
  }
}
.header_top .header_top_right ul {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
.header_top .header_top_right ul li {
  display: inline-block;
  float: left;
  margin: 0 18px 0 0;
  padding: 0;
}
.header_top .header_top_right ul li.account-logged-in-link,
.header_top .header_top_right ul li.account-not-logged-in-link {
  display: none;
}
.header_top .header_top_right ul li a,
.header_top .header_top_right ul li a:visited {
  color: #474441;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.header_top .header_top_right ul li a:hover,
.header_top .header_top_right ul li a:visited:hover {
  color: #2b97d4;
}
.header_top .header_top_right ul li .badge-nbr {
  position: absolute;
  right: -11px;
  top: -2px;
}
.header_top .header_top_right ul li .badge-nbr span {
  background: #f36306;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 2px 5px 1px 5px;
}
.header_top .header_top_right ul li.shop_icon {
  border: solid 1px #e4e4e3;
  height: 40px;
  position: relative;
  width: 41px;
}
.header_top .header_top_right ul li.shop_icon a {
  display: block;
  font-size: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header_top .header_top_right ul li.shop_icon a img {
  display: block;
}
.header_top .header_top_right ul li .dropdown_menu {
  background: #f1f1f1;
  display: none;
  padding: 0 20px 40px 20px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 350px;
  z-index: 99999999;
}
@media (max-width: 479px) {
  .header_top .header_top_right ul li .dropdown_menu {
    width: 297px;
    right: -65px;
  }
}
.header_top .header_top_right ul li .dropdown_menu ul {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.header_top .header_top_right ul li .dropdown_menu ul li {
  border-bottom: solid 1px #d7d7d7;
  display: block;
  float: none;
  margin: 0;
  padding: 17px 0;
}
.header_top .header_top_right ul li .dropdown_menu ul li a {
  color: #474441;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  padding: 0 !important;
  text-transform: capitalize;
}
.header_top .header_top_right ul li .dropdown_menu ul li a span {
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  float: left;
  margin: 0 12px 0 0;
  padding: 8px 0;
  width: 33px;
}
.header_top .header_top_right ul li .dropdown_menu ul li a span img {
  display: block;
  margin: 0 auto;
}
.header_top .header_top_right ul li .dropdown_menu ul li:last-child {
  margin: 0 !important;
}
.header_top .header_top_right ul li .drop_arrow {
  background: url(/images/drop-arrow.png) no-repeat right top;
  height: 7px;
  position: absolute;
  right: 10px;
  top: -7px;
  width: 15px;
}
@media (max-width: 479px) {
  .header_top .header_top_right ul li .drop_arrow {
    right: 78px;
  }
}
.header_top .header_top_right ul li.display-none {
  display: none;
}
.logged-in .header_top .header_top_right ul li.account-logged-in-link {
  display: inline-block;
}
.not-logged-in .header_top .header_top_right ul li.account-not-logged-in-link {
  display: inline-block;
}
.header_bottom {
  margin: 0;
  padding: 18px 0 20px 0;
  background-color: #f7f7f7;
}
.header_bottom .logo {
  margin: 0 5.5% 0 6%;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .header_bottom .logo {
    margin: 0 4.6% 0 2%;
  }
}
.stick {
  padding: 5px 0;
  height: auto;
}
.search_block {
  margin: 0;
  padding: 0 !important;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .search_block {
    padding: 0;
    margin: 0 1% 0 0;
  }
}
.search {
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  float: left;
  margin: 15px 0 0;
  padding: 0;
  width: 268px;
}
.search .textfield {
  border-radius: 4px;
  border: none;
  color: #b2b1b0;
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 9px 9px;
  width: 84%;
}
.search .textfield1 {
  border-radius: 0;
  border: none;
  color: #b2b1b0;
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 17px 10px 17px 10px;
  width: 84%;
}
.search_icon {
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0;
}
.search_icon .btn {
  background: #f6f6f6;
  border-radius: 0 4px 4px 0;
  border: none;
  height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 42px;
  height: 38px;
  font-size: 20px;
}
.blue-btn a {
  background: #2b97d4;
  border-radius: 2px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 20px;
  text-decoration: none !important;
}
.blue-btn a:hover {
  background: #047cc0 !important;
  color: #ffffff;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner-img {
  float: left;
  height: 60px;
  margin: 0 0 0 8%;
  padding: 0;
  margin-right: 15px;
}
.banner-img img {
  display: inline-block;
  height: 60px;
}
.banner-text {
  float: left;
  height: 60px;
  margin-right: 15px;
}
.banner-text span {
  position: relative;
  top: 30%;
}
.banner-btn {
  height: 60px;
  float: left;
}
.banner-btn a,
.banner-btn a:visited,
.banner-btn a:hover {
  position: relative;
  top: 25%;
  color: white;
}
.banner-btn a:hover,
.banner-btn a:visited:hover,
.banner-btn a:hover:hover {
  color: white;
}
.partner-logo {
  font-size: 13px !important;
  opacity: 0.4;
  margin: 8px 0 0 3% !important;
}
.partner-logo img {
  position: relative;
  top: 0;
}
.partner-logo li {
  margin-right: 10px !important;
}
@media (max-width: 1500px) {
  .partner-logo {
    display: none !important;
  }
}
.navigation {
  background: #2b97d4;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .navigation {
    display: block !important;
  }
}
nav {
  display: inline-block;
  margin: 0 0 0 6%;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  nav {
    margin: 0 0 0 2%;
  }
}
nav ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 60px;
}
nav ul li a,
nav ul li a:visited {
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0 13px;
  text-transform: capitalize;
  text-decoration: none !important;
}
@media only screen and (max-width: 991px) {
  nav ul li a,
  nav ul li a:visited {
    font-size: 17px;
  }
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #047cc0;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;
}
.mobile_logo {
  display: none;
}
.mobile_nav {
  display: none;
}
.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.item {
  margin: 12px;
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  margin: -38px 0 0;
  padding: 0;
  width: 75px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 35px;
  left: 20px;
  right: 20px;
  height: 6px;
  background: white;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  top: -13px;
  width: 100%;
  height: 6px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -25px;
}
.cmn-toggle-switch span::after {
  bottom: -27px;
}
/*Menu Style*/
.cmn-toggle-switch__htx {
  background-color: #2b97d4;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active {
  background-color: #2b97d4;
  width: 78px;
  height: 50px;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  top: -18px;
}
footer {
  background: #f1f1f1;
  float: none;
  margin: 0;
  padding: 23px 0 0;
}
footer .facebook img {
  margin-top: 10%;
  max-width: 200px;
}
footer .footer-top {
  border-bottom: solid 1px #d7d7d7;
  margin: 0;
  padding: 0 0 12px;
}
footer .footer-top .footer-search-block {
  margin: 4px 0 0;
  padding: 0 335px 0 0 !important;
}
@media only screen and (max-width: 1680px) {
  footer .footer-top .footer-search-block {
    padding: 0 220px 0 0 !important;
  }
}
@media only screen and (max-width: 1550px) {
  footer .footer-top .footer-search-block {
    padding: 0 100px 0 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-top .footer-search-block {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-top .footer-search-block {
    width: 95%;
    margin: 0 auto;
    float: none !important;
    display: block;
  }
}
footer .footer-top .footer-search-block .kiyoh-richsnippet {
  margin: 10px 0 0 0;
}
footer .footer-top .footer-logo {
  margin: 0 3.4% 0 6%;
}
@media only screen and (max-width: 1200px) {
  footer .footer-top .footer-logo {
    margin: 0 3% 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-top .footer-logo {
    margin: 0 0 20px 3%;
    float: none !important;
  }
}
footer .footer-links {
  margin: 0;
  padding: 0 0 24px 0;
}
footer .footer-links ul {
  display: inline-block;
  float: left;
  margin: 0 2.5% 0 6%;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  footer .footer-links ul {
    margin: 0 9% 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-links ul {
    float: none;
    width: 100%;
    margin: 0;
  }
}
footer .footer-links ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
footer .footer-links ul li h2 {
  color: #474441;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 21px;
  margin: 0;
  padding: 27px 0 6px 0;
}
footer .footer-links ul li a {
  color: #a9a8a8;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
footer .footer-links ul li a:hover {
  color: #1b94da;
  transition: all 0.4s ease-in-out;
}
footer .footer-links ul.hdie {
  display: block;
}
footer .facebook_link {
  background: #ffffff;
  margin: 0;
  padding: 20px 0 40px 0;
}
footer .facebook_link a {
  background: url(/images/fb-icon.png) no-repeat left center;
  color: #474441;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 0 6%;
  padding: 0 0 0 25px;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  footer .facebook_link a {
    margin: 0 0 0 3%;
  }
}
footer .facebook_link a:hover {
  color: #1b94da;
  transition: all 0.4s ease-in-out;
}
footer .footer-search-form {
  margin: 0;
  padding: 0;
}
footer .footer-search-form .textfield1 {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  color: #b2b1b0;
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 11px 14px;
  width: 82%;
}
@media only screen and (max-width: 991px) {
  footer .footer-search-form .textfield1 {
    width: 75%;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-search-form .textfield1 {
    width: 67%;
  }
}
footer .footer-search-form .btn1 {
  background: #2b96d3;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  width: 90px;
}
footer .footer-search-form .btn1:hover {
  background: #047cc0;
  transition: all 0.4s ease-in-out;
}
a.bn-button,
button.bn-button,
a.bn-button:visited {
  background: #2b97d4;
  border-radius: 2px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 15px;
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
a.bn-button:hover,
button.bn-button:hover,
a.bn-button:visited:hover,
a.bn-button button.bn-button:hover,
button.bn-button button.bn-button:hover,
a.bn-button:visited button.bn-button:hover {
  background: #047cc0;
  color: white;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a.bn-button.bn-button-clear,
button.bn-button.bn-button-clear,
a.bn-button:visited.bn-button-clear {
  background: white;
  border-radius: 2px;
  color: black;
}
a.bn-button.bn-button-clear:hover,
button.bn-button.bn-button-clear:hover,
a.bn-button:visited.bn-button-clear:hover {
  background: white;
  color: #2b97d4;
  text-decoration: underline;
}
a.bn-button.button-full,
button.bn-button.button-full,
a.bn-button:visited.button-full {
  width: 100%;
}
@media (max-width: 767px) {
  a.bn-button.full-on-mobile,
  button.bn-button.full-on-mobile,
  a.bn-button:visited.full-on-mobile {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}
a.bn-button.button-append,
button.bn-button.button-append,
a.bn-button:visited.button-append {
  padding-top: 7px;
  padding-bottom: 7px;
}
a.bn-button.bn-button-red,
button.bn-button.bn-button-red,
a.bn-button:visited.bn-button-red {
  background-color: indianred;
}
a.bn-button.bn-button-red:hover,
button.bn-button.bn-button-red:hover,
a.bn-button:visited.bn-button-red:hover,
a.bn-button.bn-button-red button.bn-button:hover,
button.bn-button.bn-button-red button.bn-button:hover,
a.bn-button:visited.bn-button-red button.bn-button:hover {
  background-color: darkred;
}
a.bn-button:disabled,
button.bn-button:disabled,
a.bn-button:visited:disabled {
  background-color: #85817d;
}
a.bn-button,
a.bn-button:visited {
  display: inline-block;
  text-decoration: none;
}
.sky-form {
  outline: none;
  box-shadow: none;
}
.sky-form .button-align-left {
  float: left;
  margin-top: 0;
}
.button-row-float {
  width: 100%;
}
.button-row-float.margin {
  margin-top: 20px;
}
.button-row-float button {
  margin: 0 0 0 20px;
}
.button-row-float button.no-margin {
  margin: 0;
}
.button-row-float .bn-button {
  float: right;
}
@media (max-width: 767px) {
  .button-row-float .bn-button {
    float: none;
  }
}
@media (max-width: 767px) {
  .button-row-float {
    text-align: center;
  }
}
form > .button-row-float {
  margin-top: 20px;
}
.button-row {
  width: 100%;
  margin-top: 20px;
}
.button-row.row-centered {
  text-align: center;
}
.button-row.row-right {
  text-align: right;
}
.button-row button {
  margin: 0 10px;
}
.button-row button.no-margin {
  margin: 0;
}
.icon-button.icon-trash {
  color: indianred;
}
.icon-button.icon-trash:hover {
  color: darkred;
}
.icon-button.icon-edit {
  color: #2b96d3;
}
.icon-button.icon-edit:hover {
  color: #047cc0;
}
form footer button {
  float: right;
}
form footer a {
  padding: 10px !important;
  display: block;
  float: left;
}
form.sky-form-no-styling fieldset {
  background: none !important;
  padding: 0 !important;
}
form.sky-form-no-styling footer {
  border-top: none !important;
  background: none !important;
  padding: 0 !important;
}
a.bn-confirm-small {
  color: indianred;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 1;
}
a.bn-confirm-small.ng-hide {
  opacity: 0;
}
a.bn-confirm-small:hover {
  color: darkred;
}
.select select.ng-pristine {
  color: #a3a3a3;
}
.select select.ng-pristine option,
.select select.ng-pristine.has-value {
  color: #404040;
}
.button-mobile-topright {
  position: absolute;
  top: 10px;
  right: 10px;
}
#information-units .information-unit {
  border: 1px solid #e4e4e3;
  padding: 20px 40px 35px 40px;
  margin-bottom: 30px;
}
#information-units .information-unit h3 {
  margin-top: 10px;
}
#information-units .information-unit:first-child a.bn-button,
#information-units .information-unit:first-child a.bn-button:visited {
  background-color: #f3660a;
}
#information-units .information-unit:first-child a.bn-button:hover,
#information-units .information-unit:first-child a.bn-button:visited:hover {
  background-color: #cc5406;
}
.list .item {
  border-top: 1px solid #b2b1b0;
  margin: 0;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
.list .item.default-pointer {
  cursor: default !important;
}
.list .item.condensed {
  padding: 9px;
}
.list .item:last-child {
  border-bottom: 1px solid #b2b1b0;
}
@media only screen and (min-width: 768px) {
  .list .item:hover {
    background: #f5f5f5;
  }
}
.list .item:hover a.icon-button {
  color: #333 !important;
}
.list .item .list-item-buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  padding: 10px 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}
.list .item .list-item-buttons a.icon-button {
  padding: 5px 0;
  font-size: 20px;
  color: #85817d;
}
.list .item .list-item-buttons a.icon-button:hover {
  color: #333;
}
.loader-content {
  text-align: center;
  color: white;
  font-size: 30px;
  position: fixed;
  top: 45%;
  width: 100%;
  z-index: 9999996;
}
.loader-content div {
  font-size: 18px;
  color: white;
}
.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 9999995;
  opacity: 0;
  background: rgba(1, 1, 1, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.loader-overlay.show {
  visibility: visible;
  opacity: 0.8;
}
/* Add animation */
.my-repeat-animation.ng-enter.ng-enter-active,
.my-repeat-animation.ng-leave {
  opacity: 1;
  -webkit-transition: opacity 600ms linear margin 400ms linear;
  -moz-transition: opacity 600ms linear margin 400ms linear;
  -o-transition: opacity 600ms linear margin 400ms linear;
  transition: opacity 600ms linear margin 400ms linear;
}
/* Remove animation */
.my-repeat-animation.ng-leave.ng-leave-active,
.my-repeat-animation.ng-enter {
  opacity: 0;
  margin-right: -50px;
  -webkit-transition: opacity 600ms linear margin 400ms linear;
  -moz-transition: opacity 600ms linear margin 400ms linear;
  -o-transition: opacity 600ms linear margin 400ms linear;
  transition: opacity 600ms linear margin 400ms linear;
}
.no-animate {
  -webkit-animation: none 0s;
  -moz-animation: none 0s;
  -ms-animation: none 0s;
  -o-animation: none 0s;
  animation: none 0s;
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0;
}
.no-animate.position-fix {
  position: absolute;
}
.message {
  border-left: 2px solid #047cc0;
  color: #047cc0;
  background-color: #f6f6f6;
  text-align: center;
  font-style: italic;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.message.message-hidden {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.bootbox {
  z-index: 9999999999;
}
.bootbox .modal-dialog {
  margin: 75px auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  outline: none;
  padding: 0;
  color: #474441;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
  color: #474441;
}
p {
  outline: none;
  color: #474441;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: 0;
  display: block;
}
img {
  border: 0;
  /*display:block;*/
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol {
  list-style: none;
}
ul {
  list-style: none;
}
caption {
  text-align: left;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
}
q:before {
  content: '';
}
q:after {
  content: '';
}
abbr {
  border: 0;
}
acronym {
  border: 0;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
.no_border {
  border: none !important;
}
a,
a:visited {
  color: #000000;
  outline: 0 none;
  text-decoration: underline;
}
a.no-underline,
a:visited.no-underline {
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #2b97d4;
  text-decoration: none;
}
.nav-tabs a,
.nav-tabs a:visited {
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
body {
  color: #b1b1b1;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}
.flt_lt {
  display: inline;
  float: left;
}
.flt_rt {
  display: inline;
  float: right;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}
.wrapper {
  margin: 0;
  padding: 63px 0 0;
  position: relative;
  width: 100%;
}
.container-fluid {
  margin: 0 auto !important;
  padding: 0 !important;
}
.row {
  margin: 0 !important;
  padding: 0 !important;
}
.arrow {
  left: 255px;
  position: absolute;
  top: -5px;
}
.empty {
  background: #f6f6f6;
  float: left;
  height: 63px;
  margin: 0 0 0 26%;
  padding: 0;
  width: 290px;
}
@media only screen and (max-width: 1200px) {
  .empty {
    width: 220px;
    float: right;
    margin: 0 0 0 20%;
  }
}
@media only screen and (max-width: 991px) {
  .empty {
    display: none;
  }
}
.main_content {
  margin: 0;
  padding: 0px;
  min-height: 250px;
}
.pagesplit-container {
  margin: 0 0 31px 0;
  padding: 0;
}
.pagesplit-container .pagesplit-container-left {
  margin: 0;
  padding: 0 !important;
}
.pagesplit-container .pagesplit-container-right {
  margin: 0;
  padding: 0 !important;
}
/* Class to correct width of container to align with Menu, use in row > col-md-12 > this > row  setup */
.page-container-padding {
  margin: 0 5%;
}
@media only screen and (max-width: 1200px) {
  .page-container-padding {
    margin: 0;
  }
}
.page-container-adjust-padding {
  margin: 0 6%;
}
@media only screen and (max-width: 1200px) {
  .page-container-adjust-padding {
    margin: 0;
  }
}
#Breadcrumb .breadcrumb {
  background: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
}
#Breadcrumb .breadcrumb li a,
#Breadcrumb .breadcrumb li a:visited {
  color: #2b97d4;
  text-decoration: none;
}
#Breadcrumb .breadcrumb li a:hover,
#Breadcrumb .breadcrumb li a:visited:hover {
  text-decoration: underline;
}
#Breadcrumb .breadcrumb li.active {
  color: #474441;
}
.height-transition {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow-y: hidden;
}
.height-transition-hidden {
  max-height: 0;
}
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
/* ALGEMEEN */
#tooltip {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  padding: 2px;
  width: 150px;
  border: 1px solid black;
  background-color: #ffffff;
  font-size: 10px;
  font-family: Verdana;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=silver, direction=120);
}
.tooltiptd {
  padding: 2px 0 0 0;
  vertical-align: top;
}
.tooltiph img {
  display: inline;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.col-no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.col-no-padding-left {
  padding-left: 0 !important;
}
.col-no-padding-right {
  padding-right: 0 !important;
}
.replace-username,
.show-on-angular-load {
  display: none;
}
.green {
  color: green;
}
.blue {
  color: #047cc0;
}
.red {
  color: indianred;
}
.display-none {
  display: none;
}
table.table.table-no-border > tbody > tr > td {
  border: none;
}
.facebook-link .facebook-link-wrapper {
  background: white;
  padding: 10px 10px 10px 30px;
}
.facebook-link .facebook-link-wrapper i.icon {
  font-size: 18px;
  line-height: 20px;
  float: left;
}
.facebook-link .facebook-link-wrapper a {
  margin-left: 10px;
}
.dropdown-menu a,
.dropdown-menu a:visited,
.dropdown-menu a:hover {
  text-decoration: none;
}
.main-content {
  padding-bottom: 20px;
}
.hide-overflow {
  overflow: hidden;
}
.wordbreak {
  -ms-word-break: break-all;
  word-break: break-all;
}
.search-box + .search_icon .searching,
.search-box + .search_icon1 .searching {
  display: none;
}
.ui-autocomplete li.ui-menu-item {
  /*height: 23px !important;*/
  overflow: hidden;
}
.ui-autocomplete li.ui-menu-item a {
  font-weight: bold;
}
.ui-autocomplete li.ui-menu-item a mark {
  font-weight: normal;
  padding: 0;
}
.label-light {
  background-color: #d7d7d7;
  color: #474441;
}
.alert p {
  margin-bottom: 0 !important;
}
.alert.angular-alert {
  margin-top: 20px;
}
.text-content ul {
  list-style: none;
}
.text-content ul li {
  padding-left: 20px;
}
.text-content ul li:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}
.nav-pills li:before {
  content: none !important;
}
.holidayTime {
  padding-left: 13px;
}
.message-holiday {
  margin-bottom: 20px;
}
ul.list-style {
  list-style: square;
  margin-left: 20px;
}
.strike-through {
  text-decoration: line-through;
}
.fb-books-link img {
  margin-right: 10px;
  width: 25px;
}
.related-book {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
.related-book:hover {
  text-decoration: none;
  background-color: #eee;
}
.related-book:hover .related-book__title {
  text-decoration: underline;
}
.related-book__title {
  word-break: break-word;
}
.related-book__image {
  max-width: 100%;
  max-height: 200px;
}
.related {
  padding-top: 40px;
}
.related__title {
  margin-bottom: 20px;
  text-align: center;
}
.bookmatch-connect {
  display: flex;
  padding: 10px 20px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
}
.bookmatch-connect__logo {
  margin-bottom: 4px;
}
