@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#opensans-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-semibold';
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg#opensans-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.b-search-collapsed-module {
  height: 147px;
  position: fixed;
  left: 0;
  right: 0;
  top: -147px;
  z-index: 55;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 48px;
}
.b-search-collapsed-module *, .b-search-collapsed-module :after, .b-search-collapsed-module :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.b-search-collapsed-module:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4000px;
  margin-left: -2000px;
  background-color: #1b1b1b;
  z-index: -1;
}
.b-search-collapsed-module .site-container {
  padding: 0;
}
.search-module-active .b-search-collapsed-module {
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.b-search-collapsed-module .btn-close {
  height: 14px;
  width: 14px;
  background:  url('../images/icons-s092d02ed6e.png') 0 -56px no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.b-search-collapsed-module .form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  text-align: center;
  background: #1b1b1b;
  border: none;
  margin: 0;
  color: #919191;
  padding: 12px 19px;
  font-size: 16px;
}
.b-search-collapsed-module .form input:not([type=submit]):not([type=checkbox]):not([type=radio]).placeholder {
  color: #919191;
}
.b-search-collapsed-module .form input:not([type=submit]):not([type=checkbox]):not([type=radio]):-moz-placeholder {
  color: #919191;
}
.b-search-collapsed-module .form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  color: #919191;
}
