html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
  background-color: #fff;
}
a {
  outline: none!important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'hn_lt';
  font-size: 15px;
}
.margin-top {
  margin-top: 0;
}
/*LESS fuctions */
.bacground-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.block-element {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
}
/* @timingfunc = linear | ease | ease-in | ease-out | ease-in-out */
/*LESS fuctions */
/* Less CSS */
/* Less CSS */
* {
  box-sizing: border-box;
}
.clearfix:after,
.clearfix::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header-wrapper,
.main-warpper,
.footer-wrapper,
.banner-wrapper,
.quicklinks-wrapper,
.brand-slider,
.news-wrapper,
.brand-description-wrapper,
.largeimage-description-wrapper,
.steps-wrapper,
.contentpage-wrapper,
.thankyoupagewrapper,
.pagenotfoundwrapper,
.search-result-wrapper,
.footer-wrapper {
  width: 100%;
  display: block;
  float: left;
  height: auto;
  clear: both;
}
.largeimage-description-wrapper {
  margin-bottom: 55px;
}
.header-wrapper {
  background-color: #FFFFFF;
}
.container {
  width: 1200px;
}
.header {
  height: 96px;
}
.header .logo {
  display: block;
  float: left;
  width: auto;
  width: 215px;
  height: 78px;
  margin-top: 33px;
}
.header nav {
  position: relative;
}
.header nav .hamburgericon {
  position: absolute;
  right: 0;
  top: 26px;
  z-index: 10;
  display: none;
}
.header nav .hamburgericon .inner-wrapper {
  width: 30px;
  height: 40px;
  float: right;
  position: relative;
  display: block;
}
.header nav .hamburgericon .inner-wrapper > span {
  margin-top: 27px;
  display: block;
  font-family: hn_th-lt;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #666666;
}
.header nav #nav-toggle {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
}
.header nav #nav-toggle {
  cursor: pointer;
  padding: 10px 30px 23px 0px;
}
.header nav #nav-toggle span {
  margin-left: 1px;
}
.header nav #nav-toggle span,
.header nav #nav-toggle span:before,
.header nav #nav-toggle span:after {
  cursor: pointer;
  border-radius: 25%;
  height: 3px;
  width: 28px;
  background: #666666;
  position: absolute;
  display: block;
  content: '';
}
.header nav #nav-toggle span:before {
  top: -9px;
}
.header nav #nav-toggle span:after {
  bottom: -9px;
}
.header nav #nav-toggle span,
.header nav #nav-toggle span:before,
.header nav #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
.header nav #nav-toggle.active span {
  background-color: transparent;
}
.header nav #nav-toggle.active span:before,
.header nav #nav-toggle.active span:after {
  top: 0;
}
.header nav #nav-toggle.active span:before {
  transform: rotate(45deg);
}
.header nav #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.header .menu-wrapper {
  display: block;
  float: right;
  width: auto;
}
.header .menu-wrapper .sub-menu,
.header .menu-wrapper .main-menu {
  display: block;
  float: right;
  clear: both;
}
.header .menu-wrapper .sub-menu ul,
.header .menu-wrapper .main-menu ul {
  display: block;
  float: right;
  width: auto;
}
.header .menu-wrapper .sub-menu ul li,
.header .menu-wrapper .main-menu ul li {
  display: inline-block;
  float: left;
}
.header .menu-wrapper .sub-menu ul li a,
.header .menu-wrapper .main-menu ul li a {
  text-decoration: none;
}
.header .menu-wrapper .sub-menu {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 25px;
}
.header .menu-wrapper .sub-menu ul li {
  margin-left: 33px;
  line-height: 12px;
}
.header .menu-wrapper .sub-menu ul li a {
  font-size: 12px;
  color: #777777;
  font-family: hn_lt-roman;
  letter-spacing: 0.03em;
}
.header .menu-wrapper .main-menu {
  margin-top: 56px;
}
.header .menu-wrapper .main-menu ul {
  margin-top: 8px;
}
.header .menu-wrapper .main-menu ul li {
  margin-right: 33px;
  position: relative;
}
.header .menu-wrapper .main-menu ul li a {
  font-size: 16px;
  color: #444444;
  font-family: hn_lt-bd;
}
.header .menu-wrapper .main-menu ul li a i {
  color: #9a9a9a;
  font-size: 13px;
  display: none;
  margin-left: 9px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header .menu-wrapper .main-menu ul li.has-child a i {
  display: inline-block;
}
.header .menu-wrapper .main-menu ul li:last-child {
  margin-right: 0px;
}
.header .menu-wrapper .main-menu > ul {
  position: relative;
}
.header .menu-wrapper .main-menu > ul .has-child .inner-dropdown {
  display: none;
  width: 226px;
  height: auto;
  position: absolute;
  background: #ffffff;
  top: 26px;
  left: -30px;
  z-index: 10;
  padding: 10px 30px 30px 30px;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  border: solid 1px #dfdfdf;
}
.header .menu-wrapper .main-menu > ul .has-child .inner-dropdown li {
  display: block;
  float: left;
  width: 100%;
}
.header .menu-wrapper .main-menu > ul .has-child .inner-dropdown li a {
  display: block;
  float: left;
  font-size: 15px;
  letter-spacing: 0.03em;
  border: none;
  font-family: hn_lt;
  line-height: 35px;
  color: #444444;
}
.header .menu-wrapper .main-menu > ul .has-child .inner-dropdown li:last-child {
  border-bottom: none;
}
.header .menu-wrapper .main-menu > ul li.active > a i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.header .menu-wrapper .main-menu > ul li.active .inner-dropdown {
  display: block;
}
.searchBox {
  float: right;
  width: 123px;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #c1c1c1;
  margin-left: 30px;
}
.searchBox .search-wrapper {
  position: relative;
}
.searchBox input[type="text"] {
  outline: none;
  border: none;
  float: left;
  width: 90px;
  height: 33px;
  padding: 7px;
  font-family: hn_lt;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  color: #444444;
  line-height: 33px;
}
.searchBox ::-webkit-input-placeholder {
  font-family: hn_lt;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #c3c3c3;
}
.searchBox :-moz-placeholder {
  /* Firefox 18- */
  font-family: hn_lt;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #c3c3c3;
}
.searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: hn_lt;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #c3c3c3;
}
.searchBox :-ms-input-placeholder {
  font-family: hn_lt;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #c3c3c3;
}
.searchBox i {
  float: right;
  font-size: 13px;
  color: #777777;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.searchBox .search-submit {
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 77;
}
.theam-wrapper {
  width: 100%;
  height: 60px;
  float: left;
  display: block;
  background-color: #666666;
}
.theam-wrapper .sub-header {
  display: block;
  float: left;
  width: 100%;
}
.theam-wrapper .sub-header .category-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  float: left;
}
.theam-wrapper .sub-header .category-menu ul li {
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 27px;
  font-size: 16px;
  line-height: 30px;
}
.theam-wrapper .sub-header .category-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: hn_lt-bd;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.theam-wrapper .sub-header .category-menu ul li a i {
  color: #ffffff;
  line-height: 11px;
  font-size: 15px;
  margin-left: 8px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.theam-wrapper .sub-header .category-menu ul li a:before {
  content: '';
  display: block;
  float: left;
  height: 30px;
  width: 5px;
  background-color: #9a9a9a;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 14px;
}
.theam-wrapper .sub-header .category-menu ul li.fashion-item a:before {
  content: '';
  background-color: #9a9a9a;
}
.theam-wrapper .sub-header .category-menu ul li.wonen-item a:before {
  content: '';
  background-color: #9a9a9a;
}
.theam-wrapper .sub-header .category-menu ul li.sport-item a:before {
  content: '';
  background-color: #9a9a9a;
}
.theam-wrapper .sub-header .category-menu ul li.media-item a:before {
  content: '';
  background-color: #9a9a9a;
}
.theam-wrapper .sub-header .category-menu ul li.doeherzelf-item a:before {
  content: '';
  background-color: #9a9a9a;
}
.theam-wrapper .sub-header .category-menu ul li.speelgoed-item a:before {
  content: '';
  background-color: #9a9a9a;
}
.theam-wrapper .formlink-text {
  float: right;
  display: block;
  height: 60px;
  padding: 0;
  font-size: 16px;
  line-height: 60px;
}
.theam-wrapper .formlink-text a {
  height: 60px;
  display: block;
  vertical-align: middle;
  font-family: hn_lt-bd;
  letter-spacing: 0.01em;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  line-height: 60px;
  color: #ffffff;
  text-decoration: none;
}
.theam-wrapper .formlink-text a svg {
  display: table-cell;
  float: left;
  width: 21px;
  height: 60px;
  color: #dfdfdf;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  line-height: 60px;
}
.theam-wrapper .formlink-text a svg .red-arrow {
  fill: #ffffff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.theam-wrapper .formlink-text a:hover svg {
  margin-right: 5px;
  margin-left: 5px;
}
.theam-wrapper .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.mac .formlink-text a {
  line-height: 64px!important;
}
.rotate-up {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.home header .logo,
.default header .logo {
  margin-top: 33px;
}
.home .theam-wrapper .sub-header .category-menu ul li.fashion-item a:before,
.default .theam-wrapper .sub-header .category-menu ul li.fashion-item a:before {
  background-color: #9ac41c;
}
.home .theam-wrapper .sub-header .category-menu ul li.wonen-item a:before,
.default .theam-wrapper .sub-header .category-menu ul li.wonen-item a:before {
  background-color: #ff8600;
}
.home .theam-wrapper .sub-header .category-menu ul li.sport-item a:before,
.default .theam-wrapper .sub-header .category-menu ul li.sport-item a:before {
  background-color: #00b7ff;
}
.home .theam-wrapper .sub-header .category-menu ul li.media-item a:before,
.default .theam-wrapper .sub-header .category-menu ul li.media-item a:before {
  background-color: #8f68c6;
}
.home .theam-wrapper .sub-header .category-menu ul li.doeherzelf-item a:before,
.default .theam-wrapper .sub-header .category-menu ul li.doeherzelf-item a:before {
  background-color: #ffc82e;
}
.home .theam-wrapper .sub-header .category-menu ul li.speelgoed-item a:before,
.default .theam-wrapper .sub-header .category-menu ul li.speelgoed-item a:before {
  background-color: #008996;
}
.home .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow,
.default .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.home .left-line-content .left-line,
.default .left-line-content .left-line {
  background-color: #cc0033;
}
.home .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover,
.default .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #cc0033;
}
.home .common-btn,
.default .common-btn {
  background-color: #cc0033;
}
.home .link-arrow:hover,
.default .link-arrow:hover {
  color: #cc0033;
}
.home .link-arrow:hover::before,
.default .link-arrow:hover::before {
  color: #cc0033;
}
.home .steps-wrapper .steps-block .step.active .inner-content,
.default .steps-wrapper .steps-block .step.active .inner-content {
  border: #cc0033 5px solid;
}
.home .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.default .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.home .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.default .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.home .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.default .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.home .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle,
.default .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #cc0033;
}
.home .btn.primary,
.default .btn.primary {
  background-color: #cc0033;
}
.home .content-block blockquote .left-line,
.default .content-block blockquote .left-line {
  background-color: #cc0033;
}
.fashion-item header .logo {
  width: 212px;
}
.fashion-item .banner-wrapper .common-btn {
  background-color: #9ac41c;
}
.fashion-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.fashion-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.fashion-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.fashion-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #9ac41c;
}
.fashion-item .theam-wrapper .sub-header .category-menu ul li.fashion-item a:before {
  background-color: #9ac41c !important;
}
.fashion-item .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.fashion-item .left-line-content .left-line {
  background-color: #9ac41c;
}
.fashion-item .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #9ac41c;
}
.fashion-item .common-btn {
  background-color: #9ac41c;
}
.fashion-item .link-arrow:hover {
  color: #9ac41c;
}
.fashion-item .link-arrow:hover::before {
  color: #9ac41c;
}
.fashion-item .steps-wrapper .steps-block .step.active .inner-content {
  border: #9ac41c 5px solid;
}
.fashion-item .btn.primary {
  background-color: #9ac41c;
}
.fashion-item .content-block blockquote .left-line {
  background-color: #9ac41c;
}
.wonen-item header .logo {
  width: 212px;
}
.wonen-item .banner-wrapper .common-btn {
  background-color: #ff8600;
}
.wonen-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.wonen-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.wonen-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.wonen-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #ff8600;
}
.wonen-item .theam-wrapper .sub-header .category-menu ul li.wonen-item a:before {
  background-color: #ff8600;
}
.wonen-item .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.wonen-item .left-line-content .left-line {
  background-color: #ff8600;
}
.wonen-item .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #ff8600;
}
.wonen-item .common-btn {
  background-color: #ff8600;
}
.wonen-item .link-arrow:hover {
  color: #ff8600;
}
.wonen-item .link-arrow:hover::before {
  color: #ff8600;
}
.wonen-item .steps-wrapper .steps-block .step.active .inner-content {
  border: #ff8600 5px solid;
}
.wonen-item .btn.primary {
  background-color: #ff8600;
}
.wonen-item .content-block blockquote .left-line {
  background-color: #ff8600;
}
.sport-item header .logo {
  width: 212px;
}
.sport-item .banner-wrapper .common-btn {
  background-color: #00b7ff;
}
.sport-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.sport-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.sport-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.sport-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #00b7ff;
}
.sport-item .theam-wrapper .sub-header .category-menu ul li.sport-item a:before {
  background-color: #00b7ff;
}
.sport-item .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.sport-item .left-line-content .left-line {
  width: 5px;
  background-color: #00b7ff;
}
.sport-item .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #00b7ff;
}
.sport-item .common-btn {
  background-color: #00b7ff;
}
.sport-item .link-arrow:hover {
  color: #00b7ff;
}
.sport-item .link-arrow:hover::before {
  color: #00b7ff;
}
.sport-item .steps-wrapper .steps-block .step.active .inner-content {
  border: #00b7ff 5px solid;
}
.sport-item .btn.primary {
  background-color: #00b7ff;
}
.sport-item .content-block blockquote .left-line {
  background-color: #00b7ff;
}
.media-item header .logo {
  width: 212px;
}
.media-item .banner-wrapper .common-btn {
  background-color: #8f68c6;
}
.media-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.media-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.media-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.media-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #8f68c6;
}
.media-item .theam-wrapper .sub-header .category-menu ul li.media-item a:before {
  background-color: #8f68c6;
}
.media-item .theam-wrapper .sub-header .formlink-text a:hover svg {
  /*.red-arrow{fill:@mediathemecolor;}*/
}
.media-item .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.media-item .left-line-content .left-line {
  background-color: #8f68c6;
}
.media-item .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #8f68c6;
}
.media-item .link-arrow:hover::before {
  color: #8f68c6;
}
.media-item .link-arrow:hover {
  color: #8f68c6;
}
.media-item .steps-wrapper .steps-block .step.active .inner-content {
  border: #8f68c6 5px solid;
}
.media-item .btn.primary {
  background-color: #8f68c6;
}
.media-item .content-block blockquote .left-line {
  background-color: #8f68c6;
}
.doeherzelf-item header .logo {
  width: 212px;
}
.doeherzelf-item .banner-wrapper .common-btn {
  background-color: #ffc82e;
}
.doeherzelf-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.doeherzelf-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.doeherzelf-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.doeherzelf-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #ffc82e;
}
.doeherzelf-item .theam-wrapper .sub-header .category-menu ul li.doeherzelf-item a:before {
  background-color: #ffc82e;
}
.doeherzelf-item .theam-wrapper .sub-header .formlink-text a:hover svg {
  /*.red-arrow{fill:@doeherzelfthemecolor;}*/
}
.doeherzelf-item .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.doeherzelf-item .left-line-content .left-line {
  background-color: #ffc82e;
}
.doeherzelf-item .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #ffc82e;
}
.doeherzelf-item .common-btn {
  background-color: #ffc82e;
}
.doeherzelf-item .link-arrow:hover {
  color: #ffc82e;
}
.doeherzelf-item .link-arrow:hover::before {
  color: #ffc82e;
}
.doeherzelf-item .steps-wrapper .steps-block .step.active .inner-content {
  border: #ffc82e 5px solid;
}
.doeherzelf-item .btn.primary {
  background-color: #ffc82e;
}
.doeherzelf-item .content-block blockquote .left-line {
  background-color: #ffc82e;
}
.speelgoed-item header .logo {
  width: 212px;
}
.speelgoed-item .banner-wrapper .common-btn {
  background-color: #008996;
}
.speelgoed-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg path,
.speelgoed-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg path,
.speelgoed-item .usp-wrapper .usp .usp-item-wrapper .usp-image svg circle,
.speelgoed-item .usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg circle {
  fill: #008996;
}
.speelgoed-item .theam-wrapper .sub-header .category-menu ul li.speelgoed-item a:before {
  background-color: #008996;
}
.speelgoed-item .theam-wrapper .sub-header .formlink-text a:hover svg {
  /*.red-arrow{fill:@mediathemecolor;}*/
}
.speelgoed-item .theam-wrapper .sub-header .formlink-text a:hover svg .red-arrow {
  fill: #ffffff;
}
.speelgoed-item .left-line-content .left-line {
  background-color: #008996;
}
.speelgoed-item .left-line-content.pure-content .block-content-wrapper .intro a.color-link:hover {
  color: #008996;
}
.speelgoed-item .link-arrow:hover::before {
  color: #008996;
}
.speelgoed-item .link-arrow:hover {
  color: #008996;
}
.speelgoed-item .steps-wrapper .steps-block .step.active .inner-content {
  border: #008996 5px solid;
}
.speelgoed-item .btn.primary {
  background-color: #008996;
}
.speelgoed-item .content-block blockquote .left-line {
  background-color: #008996;
}
.title-block {
  display: block;
  float: left;
  font-family: hn_th-lt;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  font-size: 49px;
  line-height: 59px;
  color: #444444;
}
.title-block strong {
  display: block;
  font-family: hn_lt-bd;
  letter-spacing: 0em;
  font-size: 42px;
  line-height: 40px;
  color: #444444;
}
.banner-wrapper .banner-content {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.banner-wrapper .banner-content img {
  width: 100%;
}
.banner-wrapper .banner-content .content-wrapper {
  display: table;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.banner-wrapper .banner-content .content-wrapper .content-block {
  background-color: #ffffff;
  width: 56%;
  padding: 34px 60px 48px 50px;
  display: block;
  float: left;
}
.banner-wrapper .banner-content .content-wrapper .content-block .link-arrow {
  margin-top: 15px;
  display: inline-block;
}
.banner-wrapper .banner-content .content-wrapper .content-block.bottom-curve {
  border-bottom-right-radius: 80px;
}
.banner-wrapper .banner-content .content-wrapper .content-block.bottom-top-curve {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}
.banner-wrapper .banner-content .content-wrapper .title-block {
  /*width:65%;*/
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
.banner-wrapper .banner-content .content-wrapper .left-line-content {
  width: 100%;
}
.banner-wrapper .banner-content .content-wrapper .common-btn {
  margin-top: 37px;
  text-decoration: none;
}
.banner-wrapper .banner-content .logo-align-middle .container {
  height: 520px;
  position: relative;
}
.banner-wrapper .banner-content .logo-align-middle .container .banner-logo {
  position: absolute;
  display: block;
  bottom: 23px;
  right: 17px;
}
.banner-wrapper .banner-content .logo-align-middle .container .banner-logo svg {
  width: auto;
  height: 80px;
}
.banner-wrapper .banner-content.middle-block .content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
}
.banner-wrapper .banner-content.top-block .content-wrapper {
  bottom: 10px;
  left: 0;
}
.banner-wrapper .banner-content.middle-block .content-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-btn {
  padding: 15px 30px;
  font-family: hn_lt-bd;
  font-size: 15px;
  color: #ffffff;
  background-color: #9a9a9a;
  border-radius: 20px;
  display: block;
  float: left;
  text-decoration: none;
  clear: both;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.common-btn:before {
  content: '\e900';
  font-family: icomoon;
  color: #ffffff;
  font-size: 12px;
  margin-right: 16px;
}
.common-btn:hover {
  opacity: 0.7;
  color: #ffffff;
}
.link-arrow {
  color: #777777;
  font-size: 16px;
  font-family: hn_lt;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.link-arrow::before {
  content: '\e900';
  font-family: icomoon;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #cccccc;
  float: left;
  padding-right: 12px;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.link-arrow:hover {
  color: #9a9a9a;
  text-decoration: none;
  padding-left: 10px;
}
.common-content-block {
  padding-top: 0;
}
.right-curve {
  background-color: #ffffff;
}
.right-curve .curve-block {
  border-top-right-radius: 83px;
  overflow: hidden;
}
.right-curve .white-curve-block {
  border-top: #e7e7e7 1px solid;
  background-color: #ffffff;
}
.right-curve.gray {
  background-color: #f4f4f4;
}
.left-line-content.block-item-content {
  width: 100%;
}
.left-line-content.block-item-content .block-content-wrapper {
  display: block;
  float: left;
  width: 70%;
}
.left-line-content.block-item-content .block-content-wrapper .intro {
  color: #777777;
  line-height: 16px;
  font-size: 13px;
  font-family: hn_lt;
}
.left-line-content.block-item-content .block-content-wrapper .intro a.color-link {
  color: #444444;
  padding: 0;
  text-decoration: none;
  font-family: hn_lt-bd;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.left-line-content.block-item-content .block-content-wrapper .intro span.bold-text {
  color: #444444;
  font-family: hn_lt-bd;
}
.left-line-content.block-item-content .block-content-wrapper .description a {
  padding-top: 2px;
  line-height: 20px;
  color: #444444;
  font-family: hn_lt-bd;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-left: 0px;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
}
.left-line-content.block-item-content .block-content-wrapper .description a:hover {
  text-decoration: none;
}
.left-line-content.block-item-content .block-content-wrapper a {
  display: block;
  padding-top: 8px;
  float: left;
  margin-left: 4px;
}
.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow {
  padding-left: 10px;
}
.left-line-content.pure-content .block-content-wrapper .intro {
  color: #777777;
  line-height: 33px;
  font-size: 15px;
  font-family: hn_lt;
}
.left-line-content.pure-content .block-content-wrapper .intro a.color-link {
  color: #444444;
  padding: 0;
  text-decoration: none;
  font-family: hn_lt-bd;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.left-line-content.pure-content .block-content-wrapper .intro span.bold-text {
  color: #444444;
  font-family: hn_lt-bd;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.left-line-content.pure-content .block-content-wrapper .intro a.bold-text {
  color: #444444;
  text-decoration: none;
  font-family: hn_lt-bd;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.left-line-content.simple-content .block-content-wrapper {
  display: block;
  float: left;
  width: 80%;
}
.left-line-content.simple-content .block-content-wrapper .intro {
  color: #777777;
  line-height: 16px;
  font-size: 13px;
  font-family: hn_lt;
}
.left-line-content.simple-content .block-content-wrapper .description a {
  line-height: 20px;
  color: #444444;
  font-family: hn_lt-bd;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.block-content-wrapper {
  margin-left: 23px;
}
.left-line-content {
  display: block;
  float: left;
  position: relative;
}
.left-line-content .left-line {
  display: block;
  float: left;
  height: 29px;
  width: 5px;
  background-color: #9a9a9a;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.generic-item.left-line-content .left-line {
  background-color: #cc0033;
}
.fashion-item.left-line-content .left-line {
  background-color: #9ac41c;
}
.wonen-item.left-line-content .left-line {
  background-color: #ff8600;
}
.sport-item.left-line-content .left-line {
  background-color: #00b7ff;
}
.media-item.left-line-content .left-line {
  background-color: #8f68c6;
}
.doeherzelf-item.left-line-content .left-line {
  background-color: #ffc82e;
}
.speelgoed-item.left-line-content .left-line {
  background-color: #008996;
}
.generic-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #cc0033;
}
.generic-item.left-line-content.pure-content .common-btn {
  background-color: #cc0033;
}
.generic-item.left-line-content.pure-content .link-arrow:hover {
  color: #cc0033;
}
.generic-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #cc0033;
}
.fashion-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #9ac41c;
}
.fashion-item.left-line-content.pure-content .common-btn {
  background-color: #9ac41c;
}
.fashion-item.left-line-content.pure-content .link-arrow:hover {
  color: #9ac41c;
}
.fashion-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #9ac41c;
}
.wonen-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #ff8600;
}
.wonen-item.left-line-content.pure-content .common-btn {
  background-color: #ff8600;
}
.wonen-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #ff8600;
}
.wonen-item.left-line-content.pure-content .link-arrow:hover {
  color: #ff8600;
}
.sport-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #00b7ff;
}
.sport-item.left-line-content.pure-content .common-btn {
  background-color: #00b7ff;
}
.sport-item.left-line-content.pure-content .link-arrow:hover {
  color: #00b7ff;
}
.sport-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #00b7ff;
}
.media-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #8f68c6;
}
.media-item.left-line-content.pure-content .common-btn {
  background-color: #8f68c6;
}
.media-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #8f68c6;
}
.media-item.left-line-content.pure-content .link-arrow:hover {
  color: #8f68c6;
}
.doeherzelf-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #ffc82e;
}
.doeherzelf-item.left-line-content.pure-content .common-btn {
  background-color: #ffc82e;
}
.doeherzelf-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #ffc82e;
}
.doeherzelf-item.left-line-content.pure-content .link-arrow:hover {
  color: #ffc82e;
}
.speelgoed-item.left-line-content.pure-content .intro a.color-link:hover {
  color: #008996;
}
.speelgoed-item.left-line-content.pure-content .common-btn {
  background-color: #008996;
}
.speelgoed-item.left-line-content.pure-content .link-arrow:hover::before {
  color: #008996;
}
.speelgoed-item.left-line-content.pure-content .link-arrow:hover {
  color: #008996;
}
.generic-item.left-line-content.block-item-content .intro a.color-link {
  color: #cc0033;
}
.generic-item.left-line-content.block-item-content .common-btn {
  background-color: #cc0033;
}
.generic-item.left-line-content.block-item-content .link-arrow:hover {
  color: #cc0033;
}
.generic-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #cc0033;
}
.generic-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow:before {
  color: #cc0033;
}
.fashion-item.left-line-content.block-item-content .intro a.color-link {
  color: #9ac41c;
}
.fashion-item.left-line-content.block-item-content .common-btn {
  background-color: #9ac41c;
}
.fashion-item.left-line-content.block-item-content .link-arrow:hover {
  color: #9ac41c;
}
.fashion-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #9ac41c;
}
.fashion-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow::before {
  color: #9ac41c;
}
.wonen-item.left-line-content.block-item-content .intro a.color-link {
  color: #ff8600;
}
.wonen-item.left-line-content.block-item-content .common-btn {
  background-color: #ff8600;
}
.wonen-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #ff8600;
}
.wonen-item.left-line-content.block-item-content .link-arrow:hover {
  color: #ff8600;
}
.wonen-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow::before {
  color: #ff8600;
}
.sport-item.left-line-content.block-item-content .intro a.color-link {
  color: #00b7ff;
}
.sport-item.left-line-content.block-item-content .common-btn {
  background-color: #00b7ff;
}
.sport-item.left-line-content.block-item-content .link-arrow:hover {
  color: #00b7ff;
}
.sport-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #00b7ff;
}
.sport-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow::before {
  color: #00b7ff;
}
.media-item.left-line-content.block-item-content .intro a.color-link {
  color: #8f68c6;
}
.media-item.left-line-content.block-item-content .common-btn {
  background-color: #8f68c6;
}
.media-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #8f68c6;
}
.media-item.left-line-content.block-item-content .link-arrow:hover {
  color: #8f68c6;
}
.media-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow::before {
  color: #8f68c6;
}
.doeherzelf-item.left-line-content.block-item-content .intro a.color-link {
  color: #ffc82e;
}
.doeherzelf-item.left-line-content.block-item-content .common-btn {
  background-color: #ffc82e;
}
.doeherzelf-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #ffc82e;
}
.doeherzelf-item.left-line-content.block-item-content .link-arrow:hover {
  color: #ffc82e;
}
.doeherzelf-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow::before {
  color: #ffc82e;
}
.speelgoed-item.left-line-content.block-item-content .intro a.color-link {
  color: #008996;
}
.speelgoed-item.left-line-content.block-item-content .common-btn {
  background-color: #008996;
}
.speelgoed-item.left-line-content.block-item-content .link-arrow:hover::before {
  color: #008996;
}
.speelgoed-item.left-line-content.block-item-content .link-arrow:hover {
  color: #008996;
}
.speelgoed-item.left-line-content.block-item-content .block-content-wrapper:hover .link-arrow::before {
  color: #008996;
}
.list-block-wrapper {
  padding: 30px 0 50px 0;
  display: block;
  float: left;
  width: 100%;
  /*.list-block:first-child {
		padding-left:0px
	}
	.list-block:last-child {
		padding-right:0px
	}*/
}
.list-block-wrapper .list-block {
  width: 33.333333333%;
  float: left;
  display: block;
  padding: 0 15px;
}
.list-block-wrapper .list-block .list-title {
  padding-bottom: 8px;
  color: #444444;
  font-family: hn_lt-bd;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.list-block-wrapper .list-block .list ul li {
  display: block;
  float: left;
  padding: 17px 0;
  border-bottom: #e7e7e7 1px solid;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.list-block-wrapper .list-block .list ul li a {
  line-height: 20px;
  display: block;
  width: 80%;
  float: left;
  text-decoration: none;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: hn_lt;
}
.list-block-wrapper .list-block .list ul li:before {
  content: '\e900';
  font-family: icomoon;
  color: #cccccc;
  line-height: 16px;
  margin-right: 11px;
  font-size: 12px;
  width: 20px;
  height: 15px;
  display: block;
  float: left;
  padding-top: 2px;
  margin-left: 3px;
}
.list-block-wrapper .list-block .list ul li:last-child {
  border-bottom: none;
}
.list-block-wrapper .list-block .list ul li:hover {
  padding-left: 10px;
}
.usp-wrapper {
  background-color: #ffffff;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 50px;
  margin-top: 30px;
}
.usp-wrapper .usp,
.usp-wrapper .mobileUsp {
  /*padding-bottom:24px;
		padding-top: 27px;*/
  padding: 25px 60px 26px 60px;
  overflow: hidden;
  font-family: hn_lt-bd;
  font-size: 12px;
  letter-spacing: 0.07em;
  border: #e7e7e7 5px solid;
  border-radius: 17px;
}
.usp-wrapper .usp .usp-item-wrapper,
.usp-wrapper .mobileUsp .usp-item-wrapper {
  margin-right: -25px;
  margin-left: -25px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-item,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-item {
  width: 25%;
  padding: 0 25px;
  display: block;
  float: left;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image {
  float: left;
  padding-right: 18px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image svg,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image svg {
  width: 28px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.disk svg,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.disk svg {
  height: 32px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.rocket,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.rocket {
  padding-right: 12px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.rocket svg,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.rocket svg {
  height: 32px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.equaliser,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.equaliser {
  padding-top: 7px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.equaliser svg,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.equaliser svg {
  height: 20px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.phone,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.phone {
  padding-top: 2px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-image.phone svg,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-image.phone svg {
  height: 31px;
  fill: #9a9a9a;
}
.usp-wrapper .usp .usp-item-wrapper .usp-content,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-content {
  float: left;
  display: inline-block;
  width: 75%;
  color: #777777;
  margin-top: 11px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-content .usb-title,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-content .usb-title {
  padding: 2px 0 6px 0;
  line-height: 14px;
  font-family: hn_lt-bd;
}
.usp-wrapper .usp .usp-item-wrapper .usp-content .usp-text,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-content .usp-text {
  padding: 0;
  line-height: 20px;
  font-family: hn_th-lt;
  font-size: 12px;
  letter-spacing: 0.054em;
  line-height: 19px;
  padding-top: 8px;
}
.usp-wrapper .usp .usp-item-wrapper .usp-content a,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-content a {
  line-height: 20px;
  color: #777777;
  text-decoration: underline;
  font-family: hn_th-lt;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.usp-wrapper .usp .usp-item-wrapper .usp-content a:hover,
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-content a:hover {
  color: #444444;
}
.usp-wrapper .mobileUsp {
  padding: 27px 0px 24px 0px;
  display: none;
}
.usp-wrapper .mobileUsp .usp-item-wrapper {
  width: 750px;
}
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-item {
  padding: 0;
}
.usp-wrapper .mobileUsp .usp-item-wrapper .usp-item .usp-content {
  width: auto;
  display: block;
}
.news-wrapper {
  margin-bottom: 55px;
}
.news-wrapper .container {
  padding-bottom: 4px;
}
.block-item-list {
  width: 100%;
  box-sizing: border-box;
}
.block-item-list,
.mobileBlockItemList {
  display: block;
  float: left;
}
.block-item-list .block-item,
.mobileBlockItemList .block-item {
  width: 33.3333333333%;
  display: block;
  float: left;
  padding: 0 15px;
}
.block-item-list .block-item .image-block,
.mobileBlockItemList .block-item .image-block {
  margin-bottom: 16px;
  /*height: 157px;*/
  height: 240px;
  overflow: hidden;
}
.block-item-list .block-item .video .play,
.mobileBlockItemList .block-item .video .play {
  width: 50px;
  height: 50px;
}
.block-item-list .block-item .video .play svg,
.mobileBlockItemList .block-item .video .play svg {
  width: 50px;
  height: 50px;
}
.image-block {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.image-block .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.image-block .video .dark-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #666666;
  opacity: 0.4;
}
.image-block .video .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #ffffff;
}
.image-block img {
  width: 100%;
  height: auto;
}
.steps-wrapper {
  margin-bottom: 80px;
}
.steps-wrapper .steps-block {
  margin-left: -16px;
  margin-right: -16px;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  /*.step.active {
			.inner-content .step-done-icon {
				.big-correct {
					fill:#5AB229;
				}
			}
		}*/
}
.steps-wrapper .steps-block .step {
  width: 33.333333333333%;
  display: block;
  float: left;
  padding: 0 16px;
}
.steps-wrapper .steps-block .step .inner-content {
  padding: 28px 27px;
  border: #e7e7e7 5px solid;
  border-radius: 20px;
  position: relative;
  display: block;
  float: left;
}
.steps-wrapper .steps-block .step .inner-content .step-done-icon {
  position: absolute;
  right: 21px;
  top: 30px;
  width: 31px;
  height: 27px;
}
.steps-wrapper .steps-block .step .inner-content .step-done-icon .big-correct {
  fill: #e7e7e7;
}
.steps-wrapper .steps-block .step .inner-content .step-done-icon svg g {
  stroke: #e7e7e7;
}
.steps-wrapper .steps-block .step .inner-content .step-done-icon.active svg path {
  fill: #5AB229;
}
.steps-wrapper .steps-block .step .inner-content .content-block {
  margin-top: 32px;
  clear: both;
  display: block;
  float: left;
}
.steps-wrapper .steps-block .step .inner-content .content-block ul {
  font-family: hn_lt;
  margin-top: 12px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #777777;
  list-style: initial;
  margin: initial;
  padding: 0 0 0 15px;
}
.steps-wrapper .steps-block .step .inner-content .content-block .step-number {
  font-family: hn_lt-bd;
  color: #777777;
  line-height: 16px;
  font-size: 16px;
}
.steps-wrapper .steps-block .step .inner-content .content-block .step-title {
  font-family: hn_lt-bd;
  color: #444444;
  line-height: 28px;
  font-size: 22px;
  letter-spacing: 0.009em;
}
.steps-wrapper .steps-block .step .inner-content .content-block p {
  font-family: hn_lt;
  margin-top: 12px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #777777;
}
.steps-wrapper .steps-block .step .inner-content .content-block p em {
  font-style: italic;
}
.steps-wrapper .steps-block .step .inner-content .content-block .step-sub-title {
  font-family: hn_lt-bd;
  color: #444444;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.steps-wrapper .steps-block .step .inner-content .content-block .link-arrow {
  margin-top: 14px;
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-left: 3px;
}
.steps-wrapper .steps-block .step .inner-content .content-block .link-arrow:hover {
  margin-left: 10px;
  padding: 0;
}
.steps-wrapper .steps-block .step .inner-content .content-block .arrow-list {
  font-family: hn_lt;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #8c8c8c;
}
.steps-wrapper .steps-block .step .inner-content .content-block .arrow-list li {
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.steps-wrapper .steps-block .step .inner-content .content-block .arrow-list li a {
  color: #777777;
  text-decoration: none;
}
.steps-wrapper .steps-block .step .inner-content .content-block .arrow-list li:before {
  content: '\e900';
  font-family: icomoon;
  color: #dfdfdf;
  line-height: 26px;
  margin-right: 11px;
  font-size: 12px;
  width: 20px;
  height: 15px;
  display: block;
  float: left;
}
.steps-wrapper .steps-block .step .inner-content .content-block .arrow-list li:hover {
  animation-name: leftanimate;
  margin-left: 10px;
}
.steps-wrapper .steps-block .step .inner-content .content-block .check-list {
  margin-top: 18px;
  font-family: hn_lt;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #8c8c8c;
}
.steps-wrapper .steps-block .step .inner-content .content-block .check-list li {
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.steps-wrapper .steps-block .step .inner-content .content-block .check-list li:before {
  content: '\e902';
  font-family: icomoon;
  color: #dfdfdf;
  line-height: 26px;
  margin-right: 11px;
  font-size: 12px;
  width: 20px;
  height: 15px;
  display: block;
  float: left;
}
.steps-wrapper .steps-block .step .inner-content .content-block .check-list li.active::before {
  color: #5AB229;
}
.steps-wrapper .steps-block .step .inner-content .content-block .check-list li:hover {
  color: #444444;
}
.steps-wrapper .steps-block .step .inner-content .content-block:first-child {
  margin-top: 0;
}
.owl-nav.disabled {
  display: none;
}
.owl-stage-outer {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.owl-stage-outer .owl-stage {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.owl-stage-outer .owl-stage .owl-item {
  width: 33.33%;
  height: auto;
  float: left;
  display: inline-block;
}
.owl-stage-outer .owl-stage .owl-item .block-item {
  width: 100%;
}
.brand-slider {
  margin-bottom: 72px;
  overflow: hidden;
}
.brand-slider .slider-container {
  padding: 26px 0;
  border: #e7e7e7 5px solid;
  border-radius: 17px;
  box-sizing: border-box;
}
.brand-slider .slider-container #owl-demo {
  width: 98%;
  margin: 0 auto;
  padding: 0 1%;
}
.brand-slider .slider-container #owl-demo .owl-stage-outer {
  width: 90%;
  overflow: hidden;
  margin: auto;
}
.brand-slider .item {
  width: 170px;
  margin: 0 auto;
}
.brand-slider .item .brand-item {
  height: 41px;
}
.brand-slider .item img,
.brand-slider .item svg {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: auto;
  height: 40px;
  max-width: 100%;
}
.brand-slider .item img:hover,
.brand-slider .item svg:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-backface-visibility: hidden;
}
.brand-slider .owl-pagination {
  display: none;
}
.brand-slider .owl-nav {
  position: relative;
  width: 100%;
  top: 25%;
  z-index: 999;
}
.brand-slider .owl-nav .owl-prev {
  height: 27px;
  width: 40px;
  background-repeat: no-repeat;
  border-radius: 0px;
  float: left;
  position: absolute;
  left: 0;
  top: -34px;
  background-position-y: 21px;
  z-index: 777;
  font-size: 0;
  cursor: pointer;
  text-align: left;
}
.brand-slider .owl-nav .owl-prev i {
  font-weight: bold;
  font-size: 26px;
  color: #9a9a9a;
}
.brand-slider .owl-nav .owl-next {
  height: 27px;
  width: 40px;
  background-repeat: no-repeat;
  border-radius: 0px;
  float: right;
  position: absolute;
  right: 0;
  top: -34px;
  background-position-y: 21px;
  z-index: 777;
  font-size: 0;
  cursor: pointer;
  text-align: right;
}
.brand-slider .owl-nav .owl-next i {
  font-weight: bold;
  font-size: 26px;
  color: #9a9a9a;
}
.block-item-list .owl-nav {
  position: relative;
}
.block-item-list .owl-nav .owl-prev {
  width: 30px;
  height: 60px;
  border-radius: 0 30px 30px 0;
  background-color: #FFFFFF;
  font-size: 0;
  position: absolute;
  left: 0;
  top: -300px;
  bottom: 0;
  margin: auto;
  line-height: 60px;
  cursor: pointer;
}
.block-item-list .owl-nav .owl-prev i {
  color: #9a9a9a;
  font-size: 26px;
  font-weight: bold;
  float: left;
  margin: 15px 0 0 6px;
}
.block-item-list .owl-nav .owl-next {
  width: 30px;
  height: 60px;
  border-radius: 30px 0 0 30px;
  background-color: #FFFFFF;
  font-size: 0;
  position: absolute;
  right: 0;
  top: -300px;
  bottom: 0;
  margin: auto;
  line-height: 60px;
  cursor: pointer;
}
.block-item-list .owl-nav .owl-next i {
  color: #9a9a9a;
  font-size: 26px;
  font-weight: bold;
  float: right;
  margin: 15px 6px 0 0;
}
.brand-slider.border-bottom {
  border-bottom: #e7e7e7 1px solid;
}
.border-top {
  border-top: #e7e7e7 1px solid;
}
.image-description-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 53px;
}
.image-description-wrapper .large-image-block {
  height: auto;
  float: left;
  width: 66%;
  margin-right: 2.4%;
}
.image-description-wrapper .image-description-block {
  display: block;
  float: left;
  width: 31%;
}
.image-description-wrapper .image-description-block a.link-arrow {
  float: left;
}
.image-description-wrapper .image-description-block .large-image-description {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.image-description-wrapper .image-description-block .large-image-description p {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: hn_lt;
  margin-top: 36px;
}
.image-description-wrapper .image-description-block .large-image-description p:first-child {
  margin-top: 0px;
}
.image-description-wrapper .image-description-block .large-description {
  display: block;
  float: left;
  clear: both;
  margin-top: 15px;
}
.image-description-wrapper .image-description-block .large-description p {
  font-size: 14px;
  letter-spacing: 0.0em;
  font-family: hn_lt;
  line-height: 26px;
  color: #777777;
  margin-bottom: 23px;
}
.brand-description-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 65px;
}
.brand-description-wrapper .brand-description-container {
  display: block;
  float: left;
  width: 56%;
  margin-right: 9.8%;
}
.brand-description-wrapper .brand-description-container > p {
  display: block;
  float: left;
  line-height: 24px;
  font-size: 14px;
  font-family: hn_lt;
  color: #8c8c8c;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  clear: both;
}
.brand-description-wrapper .brand-description-container ul {
  list-style: disc;
  padding: 0 0 20px 15px;
}
.brand-description-wrapper .brand-description-container ul li {
  clear: both;
  color: #8c8c8c;
  font-family: hn_lt;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 24px;
}
.brand-description-wrapper .brand-description-container .left-line-content {
  margin-bottom: 51px;
  clear: both;
}
.brand-description-wrapper .brand-description-container .brand-description-items {
  display: block;
  float: left;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block .brand-item-image {
  display: block;
  float: left;
  max-width: 262px;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block .brand-item-image img {
  width: 100%;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block .brand-item-description {
  display: block;
  float: left;
  margin-left: 32px;
  width: 50%;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block .brand-item-description .title {
  font-family: hn_lt-bd;
  letter-spacing: 0em;
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 8px;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block .brand-item-description p {
  line-height: 24px;
  font-size: 14px;
  font-family: hn_lt;
  color: #777777;
  letter-spacing: 0.07em;
}
.brand-description-wrapper .brand-description-container .brand-description-items .brand-item-block:last-child {
  margin-bottom: 0px;
}
.contactperson-wrapper {
  width: 34.2%;
  margin-top: 11px;
  display: block;
  float: left;
}
.contactperson-wrapper .contactperson {
  border: #e7e7e7 5px solid;
  border-radius: 17px;
  padding: 30px 26px 50px 26px;
  display: block;
  float: left;
  margin-bottom: 30px;
}
.contactperson-wrapper .contactperson .title {
  font-family: hn_lt-bd;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.014em;
  color: #444444;
}
.contactperson-wrapper .contactperson .detail-item {
  padding: 15px 0;
  border-bottom: #e7e7e7 1px solid;
  display: table;
  width: 100%;
}
.contactperson-wrapper .contactperson .detail-item span:first-child {
  font-family: hn_lt-bd;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  width: 76px;
  display: block;
  /*float: left;*/
  color: #777777;
  display: table-cell;
}
.contactperson-wrapper .contactperson .detail-item span:last-child {
  font-family: hn_lt;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #777777;
  display: table-cell;
}
.contactperson-wrapper .contactperson .detail-item span.address-label {
  margin-bottom: 30px;
}
.contactperson-wrapper .contactperson .person-description {
  margin-top: 24px;
  clear: both;
}
.contactperson-wrapper .contactperson .person-description .person-image {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  overflow: hidden;
  float: left;
}
.contactperson-wrapper .contactperson .person-description .person-image img {
  width: 100%;
}
.contactperson-wrapper .contactperson .person-description .description {
  margin-left: 81px;
}
.contactperson-wrapper .contactperson .person-description .description .person-name {
  font-family: hn_lt-bd;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #444444;
}
.contactperson-wrapper .contactperson .person-description .description p {
  font-family: hn_lt;
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  letter-spacing: 0.03em;
  color: #777777;
}
.contactperson-wrapper .contactperson .contant-details {
  margin-top: 14px;
  margin-bottom: 52px;
}
.contactperson-wrapper .contactperson .contact-links {
  display: block;
  float: left;
  width: 100%;
}
.contactperson-wrapper .contactperson .contact-links .detail-item {
  display: block;
  float: left;
  width: 100%;
}
.contactperson-wrapper .contactperson .contact-links .detail-item span {
  display: block;
  float: left;
  width: 80%;
  font-size: 14px;
}
.contactperson-wrapper .contactperson .contact-links .detail-item span a {
  text-decoration: none;
  color: #777777;
}
.contactperson-wrapper .contactperson .contact-links .title {
  margin-bottom: 8px;
}
.contactperson-wrapper .contactperson .contact-links .detail-item:before {
  content: '\e900';
  font-family: icomoon;
  color: #dfdfdf;
  line-height: 16px;
  margin-right: 11px;
  font-size: 12px;
  width: 20px;
  height: 15px;
  display: block;
  float: left;
}
.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .8s ease;
  height: 100%;
  overflow-y: scroll;
  z-index: 1000;
}
.popup-wrapper .popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 640px;
}
.popup-wrapper .popup iframe {
  width: 100%;
  height: 640px;
}
.popup-wrapper .popup .content {
  position: relative;
}
.popup-wrapper .popup .content .close-button {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
}
.popup-wrapper .popup .content .close-button span {
  position: absolute;
  top: 6px;
  left: 3px;
}
.popup-wrapper .popup .content .close-button span:before,
.popup-wrapper .popup .content .close-button span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #9a9a9a;
  position: absolute;
  display: block;
  content: '';
}
.popup-wrapper .popup .content .close-button span:before {
  top: 5px;
  transform: rotate(45deg);
}
.popup-wrapper .popup .content .close-button span:after {
  bottom: -7px;
  transform: rotate(-45deg);
}
.brand-back-button {
  display: block;
  float: left;
  margin-top: 28px;
}
.brand-back-button a {
  position: relative;
  background-color: #ffffff;
  padding: 0 20px 0 55px;
  display: block;
  float: left;
  width: auto;
  height: 45px;
  border-radius: 23px;
  font-family: hn_lt-bd;
  font-size: 15px;
  color: #707070;
  letter-spacing: 0.0em;
  text-decoration: none;
  line-height: 45px;
}
.brand-back-button a:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 13px;
  left: 23px;
  position: absolute;
  top: 0;
  z-index: 888;
  color: #9a9a9a;
}
.brand-back-button a:hover {
  text-decoration: none;
}
.contentpage-wrapper {
  margin-top: 56px;
  margin-bottom: 50px;
  /*.left-line-content.pure-content {
		.left-line {
			background-color: @genericthemecolor;
		}
	}*/
}
.contentpage-wrapper .page-navigation-block {
  float: left;
  width: 25%;
  display: block;
  margin-right: 30px;
}
.contentpage-wrapper .page-navigation-block .back-button {
  position: relative;
  margin-bottom: 35px;
}
.contentpage-wrapper .page-navigation-block .back-button a {
  font-family: hn_lt-bd;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: 0.1px;
  text-align: left;
  color: #444444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.contentpage-wrapper .page-navigation-block .back-button a:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 13px;
  left: 23px;
  top: 16px;
  margin-right: 14px;
  z-index: 888;
  color: #9a9a9a;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.contentpage-wrapper .page-navigation-block .back-button:hover a:before {
  margin-left: -5px;
  margin-right: 19px;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .title {
  font-family: hn_lt-bd;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #444444;
  padding-bottom: 4px;
  border-bottom: solid 1px #dfdfdf;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation {
  margin-top: 5px;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation ul li {
  cursor: pointer;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation ul li a {
  cursor: pointer;
  font-family: hn_lt;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.3px;
  text-align: left;
  color: #777777;
  text-decoration: none;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation ul li ul {
  padding-left: 20px;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation ul li.active a {
  color: #444444;
  font-weight: bold;
  font-family: hn_lt-bd;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation ul li.active ul {
  padding-left: 20px;
}
.contentpage-wrapper .page-navigation-block .content-navigation-block .content-navigation ul li.active ul li a {
  font-weight: normal;
  font-family: hn_lt;
}
.contentpage-wrapper .left-line-content.pure-content.quoted-block {
  margin-bottom: 30px;
  margin-top: 15px;
}
.contentpage-wrapper .left-line-content.pure-content.quoted-block .intro p {
  font-family: hn_lt-bd;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #777777;
}
.contentpage-wrapper .page-content-block {
  float: left;
  width: 55%;
}
.contentpage-wrapper .page-content-block .title-block {
  clear: both;
}
.contentpage-wrapper .page-content-block .title-block strong {
  line-height: 42px;
}
.contentpage-wrapper .page-content-block .pure-content {
  clear: both;
}
.contentpage-wrapper .page-content-block .content-block {
  margin-top: 30px;
  display: block;
  float: left;
}
.contentpage-wrapper .page-content-block .content-block .title {
  font-family: hn_lt-bd;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #444444;
  margin-bottom: 7px;
}
.contentpage-wrapper .page-content-block .content-block p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-family: hn_lt;
  margin-bottom: 15px;
  color: #777777;
}
.contentpage-wrapper .page-content-block .content-block p strong {
  font-family: 'hn_lt-bd';
}
.contentpage-wrapper .page-content-block .content-block p:last-child {
  margin-bottom: 0px;
}
.contentpage-wrapper .page-content-block .content-block .content {
  color: #8c8c8c;
  line-height: 33px;
  font-size: 16px;
  font-family: hn_lt;
}
.contentpage-wrapper .page-content-block .content-block ul {
  list-style: disc;
  padding: 0 0 0 15px;
}
.contentpage-wrapper .page-content-block .content-block ul li {
  color: #8c8c8c;
  font-family: hn_lt;
  font-size: 15px;
  line-height: 33px;
}
.contentpage-wrapper .page-content-block .content-block strong {
  font-family: 'hn_lt-bd';
}
.contentpage-wrapper .page-content-block .content-block ol {
  list-style: decimal;
  padding: 0 0 0 45px;
}
.contentpage-wrapper .page-content-block .content-block ol li {
  color: #8c8c8c;
  font-family: hn_lt;
  font-size: 15px;
  line-height: 33px;
}
.contentpage-wrapper .page-content-block .news-title.title-block {
  margin-bottom: 39px;
}
.contentpage-wrapper .page-content-block .news-block {
  border-top: solid 1px #dfdfdf;
  display: block;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.contentpage-wrapper .page-content-block .news-block .left-line-content {
  width: 100%;
}
.contentpage-wrapper .page-content-block .news-block .content-image {
  margin-top: 24px;
  margin-bottom: 20px;
}
.contentpage-wrapper .page-content-block .news-block .content {
  clear: both;
  font-family: hn_lt;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #777777;
}
.contentpage-wrapper .page-content-block .news-block .content .link-arrow {
  position: relative;
  width: 30px;
  height: 16px;
  display: block;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
}
.contentpage-wrapper .page-content-block .news-block:last-child {
  border-bottom: solid 1px #dfdfdf;
}
.contentpage-wrapper .content-list li {
  display: block;
  position: relative;
}
.contentpage-wrapper .content-list li span {
  margin-left: 11px;
}
.contentpage-wrapper .content-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #777777;
  border-radius: 3px;
  display: block;
  float: left;
  position: absolute;
  top: 38%;
  left: 0;
}
.contentpage-wrapper .content-image.full-image {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin: 5px 0 28px 0;
}
.contentpage-wrapper .content-image.full-image img {
  width: 100% !important;
  height: auto !important;
}
.contentpage-wrapper embed,
.contentpage-wrapper iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.contentpage-wrapper .content-image.left-image {
  width: auto;
  float: left;
  height: auto;
  margin: 29px 29px 19px 0;
}
.contentpage-wrapper .content-image.left-image img {
  max-width: 100% !important;
  height: auto;
}
.contentpage-wrapper .content-image.right-image {
  width: auto;
  float: right;
  height: auto;
  margin: 29px 0px 19px 29px;
}
.contentpage-wrapper .content-image.right-image img {
  max-width: 100% !important;
  height: auto;
}
.contentpage-wrapper blockquote {
  position: relative;
  padding: 20px 30px;
}
.contentpage-wrapper blockquote p {
  padding-left: 20px;
  font-family: 'hn_lt-bd' !important;
  font-size: 16px !important;
  line-height: 36px;
  font-style: italic;
  color: #777777;
}
.contentpage-wrapper blockquote .left-line {
  border-radius: 3px;
  display: block;
  float: left;
  height: 29px;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  width: 5px;
  content: "";
}
.contentpage-wrapper blockquote:before {
  content: "\"";
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 8;
  font-family: 'Times New Roman', Times, serif !important;
  color: #777777;
}
.contentpage-wrapper blockquote:after {
  content: "\"";
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 8;
  font-family: 'Times New Roman', Times, serif !important;
  color: #777777;
}
.next-page-block {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
}
.next-page-block > span:first-child {
  cursor: pointer;
  float: left;
  font-family: hn_lt;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  color: #777777;
}
.next-page-block > span:last-child {
  cursor: pointer;
  float: right;
  font-family: hn_lt;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  color: #777777;
}
.next-page-block .page-numbers {
  display: block;
  margin: 0 auto;
  width: 130px;
  white-space: nowrap;
}
.next-page-block .page-numbers ul li {
  float: left;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.next-page-block .page-numbers ul li div {
  font-family: hn_lt;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: center;
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
.next-page-block .page-numbers ul li.active div {
  font-family: hn_lt-bd;
  color: #444444;
}
.next-page-block .previous.inactive,
.next-page-block .next.inactive {
  color: #dadada;
}
.preloader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup-open {
  overflow: hidden;
  margin-right: 17px;
}
.popup-open .popup-wrapper {
  display: block;
}
footer .footer-wrapper {
  padding-top: 26px;
  padding-bottom: 50px;
}
footer .footer-wrapper .inner-wrapper {
  position: relative;
}
footer .footer-wrapper .gost-block {
  width: 34%;
  display: block;
  float: left;
  height: auto;
}
footer .footer-wrapper .euretco-description,
footer .footer-wrapper .footer-list {
  float: left;
}
footer .footer-wrapper .euretco-description {
  width: 34%;
  padding-top: 7px;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-family: hn_lt;
  padding-right: 69px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-wrapper .euretco-description p {
  padding-top: 24px;
  color: #777777;
  line-height: 19px;
}
footer .footer-wrapper .footer-list {
  float: left;
  width: 66%;
  padding-left: 5px;
}
footer .footer-wrapper .footer-list .footer-list-item {
  float: left;
  padding-right: 25px;
  width: 25%;
  font-family: hn_lt-bd;
  font-size: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
footer .footer-wrapper .footer-list .footer-list-item h4 {
  font-size: 18px;
  color: #444444;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: #e7e7e7 1px solid;
}
footer .footer-wrapper .footer-list .footer-list-item h4 i {
  display: none;
  color: #777777;
  font-size: 13px;
  margin-left: 5px;
  font-weight: bold;
}
footer .footer-wrapper .footer-list .footer-list-item ul {
  display: block;
  padding-top: 10px;
}
footer .footer-wrapper .footer-list .footer-list-item ul li {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 4px;
  color: #777777;
}
footer .footer-wrapper .footer-list .footer-list-item ul li a {
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-family: hn_lt;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .footer-wrapper .footer-list .footer-list-item ul li a:hover {
  text-decoration: none;
  color: #444444;
}
footer .footer-wrapper .footer-list .footer-list-item.active h4 i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer .footer-wrapper .footer-list .footer-list-item.active ul {
  display: block;
}
footer .foote-note {
  clear: both;
}
footer .foote-note .footenote-inner-wrapper {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: #e7e7e7 1px solid;
}
footer .foote-note .footenote-inner-wrapper .social-icons ul li {
  display: block;
  float: left;
  margin-right: 10px;
}
footer .foote-note .footenote-inner-wrapper .footenote-links {
  float: right;
  padding: 10px 0;
}
footer .foote-note .footenote-inner-wrapper .footenote-links ul li {
  display: block;
  float: left;
  margin-left: 25px;
  font-size: 9px;
  letter-spacing: 0.13em;
  font-family: hn_lt;
  color: #777777;
}
footer .foote-note .footenote-inner-wrapper .footenote-links ul li a {
  font-size: 9px;
  letter-spacing: 0.13em;
  font-family: hn_lt;
  color: #777777;
  text-decoration: none;
}
.hamburger-menu nav .hamburgericon {
  display: block;
}
.hamburger-menu nav .hamburgericon #nav-toggle {
  display: block;
}
.hamburger-menu .header-wrapper .container {
  height: 80px;
}
.hamburger-menu .header .logo {
  margin-top: 21px;
}
.hamburger-menu .header .logo svg {
  width: 132px;
}
.hamburger-menu .header .menu-wrapper {
  display: none;
  width: 100%;
  position: relative;
  margin-bottom: 34px;
}
.hamburger-menu .header .menu-wrapper .sub-menu {
  position: static;
  width: 100%;
  margin: 0;
  margin-top: 16px;
}
.hamburger-menu .header .menu-wrapper .sub-menu ul {
  width: 100%;
}
.hamburger-menu .header .menu-wrapper .sub-menu ul li {
  width: 100%;
  margin: 0;
  padding: 17px 0;
  border-bottom: #e7e7e7 1px solid;
}
.hamburger-menu .header .menu-wrapper .sub-menu ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.hamburger-menu .header .menu-wrapper .sub-menu ul li:last-child {
  border-bottom: none;
}
.hamburger-menu .header .menu-wrapper .main-menu {
  width: 100%;
  margin-top: 18px;
  padding-bottom: 10px;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul {
  display: block;
  width: 100%;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul li {
  display: block;
  width: 100%;
  padding: 0;
  padding: 25px 0 6px 0;
  margin-right: 0;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul li a {
  display: block;
  width: 100%;
  border-bottom: #e7e7e7 1px solid;
  padding-bottom: 6px;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul li .inner-dropdown {
  width: 226px;
  position: static;
  top: 0;
  left: 0;
  padding: 0;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul li .inner-dropdown li {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul li .inner-dropdown li a {
  font-size: 14px;
  padding: 10px 0px;
  letter-spacing: 0.03em;
  border: none;
  font-family: hn_lt;
  color: #777777;
  display: block;
  width: 100%;
}
.hamburger-menu .header .menu-wrapper .main-menu > ul li .inner-dropdown li:first-child {
  padding-top: 0px;
}
.hamburger-menu .header .menu-wrapper.openNav {
  display: block;
}
.hamburger-menu .theam-wrapper {
  height: auto;
}
.hamburger-menu .theam-wrapper .sub-header .category-menu {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 0px;
}
.hamburger-menu .theam-wrapper .sub-header .category-menu ul li {
  margin-right: 0px;
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 0;
  border-bottom: #919191 1px solid;
}
.hamburger-menu .theam-wrapper .sub-header .category-menu ul li a {
  padding: 0 0 15px;
}
.hamburger-menu .theam-wrapper .sub-header .header-next {
  width: 100%;
}
.hamburger-menu .theam-wrapper .sub-header .header-next a {
  text-align: center;
}
.hamburger-menu .theam-wrapper .formlink-text {
  float: left;
  width: 100%;
  display: block;
  height: auto;
  margin: 0;
}
.hamburger-menu .theam-wrapper .formlink-text a {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.backlink-wrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.backlink-wrapper .backlink {
  padding-top: 49px;
}
.backlink-wrapper .backlink .back {
  font-family: 'hn_lt-bd';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding-left: 33px;
  position: relative;
}
.backlink-wrapper .backlink .back:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  z-index: 888;
}
.form-content-wrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.form-content-wrapper .form-content {
  padding-top: 50px;
}
.form-content-wrapper .form-content .left {
  width: 656px;
  float: left;
  display: block;
}
.form-content-wrapper .form-content .left .title-block {
  line-height: 67px;
  letter-spacing: 0.02em;
}
.form-content-wrapper .form-content .left .pure-content {
  margin-top: 24px;
  padding-bottom: 33px;
  border-bottom: #dfdfdf 1px solid;
}
.form-content-wrapper .form-content .left .pure-content .block-content-wrapper .intro {
  line-height: 33px;
}
.form-content-wrapper .form-content .right {
  width: 390px;
  float: right;
  display: block;
}
.formwrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-top: 30px;
}
.formwrapper h3 {
  color: #404040;
  font-family: hn_lt-bd;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding-bottom: 20px;
}
.formwrapper .catoragy-list {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.formwrapper .radiobuttonlist {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.formwrapper .radiobuttonlist .radiobuttonrow {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}
.formwrapper .radiobuttonlist .radiobuttonrow label {
  font-family: 'hn_lt';
  font-size: 14px;
  color: #7d7d7d;
  letter-spacing: 0.03em;
}
.formwrapper .radiobuttonlist .radiobuttonrow input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 2px;
  top: -2px;
  z-index: 4;
  cursor: pointer;
}
.formwrapper .radiobuttonlist .radiobuttonrow span.radio {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: #c3c3c3 1px solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  margin: 0;
  cursor: pointer;
}
.formwrapper .radiobuttonlist .radiobuttonrow span.radio.checked:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #777777;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  margin: 3px;
}
/*.red-arrow{fill:#231f20;}*/
.red-arrow {
  fill: #ffffff;
}
.disk {
  fill: #9a9a9a;
}
.rocket {
  fill: #9a9a9a;
}
.equaliser {
  fill: #9a9a9a;
}
.wonen-logo-1 {
  fill: #777;
}
.wonen-logo-2 {
  fill: #f49031;
}
.backlink-wrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.backlink-wrapper .backlink {
  padding-top: 49px;
}
.backlink-wrapper .backlink .back {
  font-family: 'hn_lt-bd';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding-left: 33px;
  position: relative;
}
.backlink-wrapper .backlink .back:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  z-index: 888;
}
.form-content-wrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.form-content-wrapper .form-content {
  padding-top: 50px;
}
.form-content-wrapper .form-content .left {
  width: 656px;
  float: left;
  display: block;
}
.form-content-wrapper .form-content .left .title-block {
  line-height: 67px;
  letter-spacing: 0.02em;
}
.form-content-wrapper .form-content .left .pure-content {
  margin-top: 24px;
  padding-bottom: 33px;
  border-bottom: #dfdfdf 1px solid;
}
.form-content-wrapper .form-content .left .pure-content .block-content-wrapper .intro {
  line-height: 33px;
}
.form-content-wrapper .form-content .right {
  width: 390px;
  float: right;
  display: block;
}
.formwrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-top: 30px;
  margin-bottom: 50px;
}
.formwrapper h3,
.formwrapper label {
  color: #444444;
  font-family: hn_lt-bd;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding-bottom: 12px;
  font-weight: normal!important;
}
.formwrapper h2 {
  font-size: 22px;
  font-family: hn_lt-bd;
  margin-bottom: 30px;
  color: #444444;
}
.formwrapper input[type="text"],
.formwrapper input[type="email"],
.formwrapper textarea {
  height: 44px;
  width: 356px!important;
  padding: 0 20px!important;
  color: #7d7d7d;
  font-family: "hn_lt";
}
.formwrapper .contourField {
  margin-bottom: 30px;
  display: block;
  float: left;
}
.formwrapper .contourField p {
  font-size: 12px;
  font-family: "hn_lt";
  color: #888888;
  letter-spacing: 0.06em;
}
.formwrapper .radiobuttonlist .radiobuttonrow {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}
.formwrapper .radiobuttonlist .radiobuttonrow label {
  font-family: 'hn_lt';
  font-size: 14px;
  color: #7d7d7d;
  letter-spacing: 0.06em;
}
.formwrapper .radiobuttonlist .radiobuttonrow input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 4;
  cursor: pointer;
}
.formwrapper .radiobuttonlist .radiobuttonrow span.radio {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: #c3c3c3 1px solid;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 3;
  margin: 0;
  cursor: pointer;
}
.formwrapper .radiobuttonlist .radiobuttonrow span.radio.checked:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #777777;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  margin: 3px;
}
.selectgroup {
  margin: 0.5em 0;
}
.formwrapper textarea {
  width: 356px!important;
  padding: 10px 20px!important;
  color: #7d7d7d;
  font-family: "hn_lt";
}
.btn.primary {
  width: 279px;
  height: 46px;
  border-radius: 23px;
  font-size: 15px;
  color: #FFFFFF;
  font-family: 'hn_lt-md';
}
.btn.primary.disabled {
  background-color: #d1d1d1!important;
}
.selectgroup {
  width: 356px;
  height: auto;
  float: left;
  display: block;
  position: relative;
}
.selectgroup .curr-select {
  width: 312px;
  height: 44px;
  border: solid 1px #c1c1c1;
  line-height: 44px;
  padding: 0 10px;
  font-family: "hn_lt";
  font-size: 15px;
  z-index: 8888;
  color: #7d7d7d;
  cursor: pointer;
  float: left;
  display: block;
  border-right: 0;
}
.selectgroup .icon-dropdown {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 777;
  cursor: pointer;
  float: right;
  border: solid 1px #c1c1c1;
  border-left: 0;
  display: block;
}
.selectgroup .icon-dropdown .fa.fa-angle-down {
  font-size: 20px;
}
.selectgroup .select-holder {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #c1c1c1;
  position: absolute;
  line-height: 44px;
  top: 43px;
  left: 0;
  padding: 0 10px;
  font-family: "hn_lt";
  font-size: 15px;
  z-index: 888;
}
.selectgroup .select-holder > div {
  cursor: pointer;
}
.selectgroup .select-holder > div:hover {
  color: #777777;
}
.search-result-wrapper {
  margin-top: 55px;
  /*.right-content {
        width: 34.2%;
        margin-top: 11px;
        display: block;
        float: left;

    }*/
}
.search-result-wrapper .search-text {
  padding-bottom: 8px;
  color: #444444;
  font-family: hn_lt-bd;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.search-result-wrapper .searchBox {
  width: 350px;
  float: left;
  margin: 0;
  margin-bottom: 30px;
}
.search-result-wrapper .searchBox i {
  width: 45px;
  height: 34px;
  font-size: 17px;
}
.search-result-wrapper .news-block {
  width: 100%;
  border-bottom: solid 1px #dfdfdf;
  display: block;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-result-wrapper .left-content {
  display: block;
  float: left;
  width: 56%;
  margin-right: 9.8%;
}
.search-result-wrapper .contactperson-wrapper .contactperson {
  width: 100%;
  padding: 30px 26px 30px 26px;
}
.search-result-wrapper .contactperson-wrapper .contactperson .contant-details {
  margin-bottom: 0px;
}
.search-result-wrapper .contactperson-wrapper .contactperson .contant-details .detail-item:last-child {
  border: none;
}
.search-result-wrapper .search-result-box {
  display: block;
  float: left;
  width: 100%;
  border-bottom: solid 1px #dfdfdf;
}
.pagenotfound .pagenotfoundwrapper .page-not-found {
  margin-top: 50px;
}
.pagenotfound .pagenotfoundwrapper .page-not-found .left {
  width: 70%;
  display: block;
  float: left;
}
.pagenotfound .pagenotfoundwrapper .page-not-found .left .title-block {
  margin-bottom: 40px;
}
.pagenotfound .pagenotfoundwrapper .page-not-found .left h2 {
  padding-bottom: 8px;
  color: #444444;
  font-family: hn_lt-bd;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.pagenotfound .list-block-wrapper {
  width: 100%;
  padding-top: 10px;
}
.thankyoupage .thankyoupagewrapper .thank-you-page {
  margin-top: 50px;
}
.thankyoupage .thankyoupagewrapper .thank-you-page .left {
  width: 70%;
  display: block;
  float: left;
}
.thankyoupage .thankyoupagewrapper .thank-you-page .left .title-block {
  margin-bottom: 40px;
}
.thankyoupage .thankyoupagewrapper .thank-you-page .left .contactperson-wrapper {
  width: 50%;
}
.thankyoupage .thankyoupagewrapper .thank-you-page .left .contactperson-wrapper .contactperson {
  border: none;
  padding-left: 0;
}
.thankyoupage .steps-wrapper {
  margin-top: 10px;
}
.thankyoupage .steps-wrapper .title-block strong {
  font-family: hn_th-lt;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  font-size: 49px;
  line-height: 59px;
}
hr {
  width: 100%;
  float: left;
  display: block;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.field-validation-error {
  font-size: 12px;
  font-family: "hn_lt";
  letter-spacing: 0.1px;
}
.desktop-view .main-menu .menu-category {
  display: none!important;
}
.mobile-view header .theam-wrapper {
  display: none;
}
.mobile-view .header .menu-wrapper .main-menu > ul .has-child .inner-dropdown {
  width: 100%;
  padding: 0 10px;
}
.mobile-view .form-content-wrapper .form-content .left {
  width: 100%;
}
.mobile-view .selectgroup {
  width: 100%;
}
.mobile-view .selectgroup .selectgroup {
  width: 100%;
}
.mobile-view .selectgroup .icon-dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-view input.text,
.mobile-view #contour textarea,
.mobile-view .contour input.text,
.mobile-view .contour textarea {
  width: 100%!important;
  box-sizing: border-box;
}
.mobile-view .contourField {
  width: 100%;
}
.mobile-view .btn.primary {
  width: 100%;
}
.mobile-view #contour fieldset {
  padding-right: 0;
  float: left;
  display: block;
}
.home.mobile-view header .theam-wrapper {
  display: block;
}
table {
  font-family: hn_lt;
  font-size: 15px;
}
table td {
  padding: 5px 30px 5px 5px;
  color: #777777;
  line-height: 25px;
}
table a {
  color: #777777;
}
table a:hover {
  color: #444444;
  text-decoration: none;
}
.cont-img img {
  max-width: 100%;
  margin-top: 30px;
}
.job-list-wrapper .job-list {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.job-list-wrapper .job-list .job-item {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-bottom: 30px;
}
.job-list-wrapper .job-list .job-item .job-item-image {
  width: 150px;
  height: 150px;
  float: left;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  border: 3px #9a9a9a solid;
  margin: 0 25px 25px 0;
  position: relative;
}
.job-list-wrapper .job-list .job-item .job-item-image img {
  width: 80%;
  height: 80%;
  text-align: center;
  line-height: 150px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}
.job-list-wrapper .job-list .job-item .job-item-description .job-title {
  margin-bottom: 10px;
  font-family: 'hn_lt';
}
.job-list-wrapper .job-list .job-item .job-item-description .job-title a {
  font-family: 'hn_lt';
}
.job-list-wrapper .job-list .job-item .job-item-description p {
  margin-top: 10px;
}
.job-list-wrapper .job-list-title {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-bottom: 20px;
  font-family: 'hn_lt-bd';
  font-size: 42px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .searchBox input[type="text"] {
    padding: 0 7px;
  }
}
.usp-title a {
  text-decoration: none !important;
  font-family: hn_lt-bd !important;
  line-height: 1!important;
}
em,
i,
em *,
i * {
  font-style: italic;
}
.arrow-list {
  list-style: none !important;
  padding-left: 0 !important;
}
