#e-bike-wrapper {
  text-align: center;
  margin-top: 20px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
  /*height: 660px;*/
  max-width: 100%;
}
#e-bike-wrapper #e-bike-img {
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 1115px) {
  #e-bike-wrapper {
    width: 700px;
  }
}
@media (max-width: 815px) {
  #e-bike-wrapper {
    width: 575px;
  }
}
@media (max-width: 650px) {
  #e-bike-wrapper {
    display: none;
  }
}
#e-bike-wrapper .bike-part {
  position: absolute;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#e-bike-wrapper .bike-part:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#e-bike-wrapper #bike-battery {
  left: 12%;
  top: 33%;
}
#e-bike-wrapper #bike-motor {
  left: 27%;
  top: 16%;
}
#e-bike-wrapper #bike-cable {
  left: 41%;
  top: 10%;
}
#e-bike-wrapper #bike-harnesses {
  left: 62%;
  top: 15%;
}
#e-bike-wrapper #bike-signal {
  left: 78%;
  top: 27%;
}
#e-bike-wrapper #bike-splitters {
  left: 88%;
  top: 47%;
}
@media (max-width: 1115px) {
  #e-bike-wrapper .bike-part {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #e-bike-wrapper #bike-battery {
    left: 11%;
    top: 30%;
  }
  #e-bike-wrapper #bike-motor {
    left: 28%;
    bottom: 0%;
  }
  #e-bike-wrapper #bike-cable {
    right: 38%;
    bottom: 8%;
  }
  #e-bike-wrapper #bike-harnesses {
    right: 26%;
    top: 13%;
  }
  #e-bike-wrapper #bike-signal {
    right: 9%;
    top: 24%;
  }
  #e-bike-wrapper #bike-splitters {
    left: 87%;
    top: 45%;
  }
}
@media (max-width: 815px) {
  #e-bike-wrapper .bike-part {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  #e-bike-wrapper .bike-part:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #e-bike-wrapper #bike-battery {
    top: 18%;
  }
  #e-bike-wrapper #bike-motor {
    left: 25%;
    top:-13%;
  }
  #e-bike-wrapper #bike-cable {
    right: 35%;
    bottom: 99%;
  }
  #e-bike-wrapper #bike-harnesses {
    top: 3%;
  }
  #e-bike-wrapper #bike-signal {
    right: 8%;
    top: 12%;
  }
  #e-bike-wrapper #bike-splitters {
    left: 82%;
    top: 33%;
  }
}
#imagemap area:focus {
  outline: none;
}
#product-category-list {
  display: none;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 650px) {
  #product-category-list {
    display: block;
  }
}
#product-category-list .product-category {
  color: #0d3643;
  text-decoration: none;
  display: inline-block;
  clear: both;
  margin-bottom: 25px;
  width: 100%;
}
#product-category-list .product-category:hover {
  text-decoration: underline;
  color: #b0d235;
}
#product-category-list .product-category img {
  /*float: left;*/
  /*margin-right: 15px;*/
  margin-bottom: 10px;
  /*			width: 120px;
			height: 120px;*/
}
#product-category-list .product-category .category-title {
  /*float: left;*/
  font-size: 30px;
}
#home-news .home-news-item {
  float: left;
  width: 25%;
  padding: 0px 15px;
}
#home-news .home-news-item.first {
  margin-left: -15px;
}
#home-news .home-news-item.last {
  margin-right: -15px;
}
#home-news .home-news-item h3 {
  font-family: 'Demi', Arial;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 10px;
}
#home-news .home-news-item h3 a {
  color: #0d3643;
  text-decoration: none;
  font-size: 16px;
}
#home-news .home-news-item h4 {
  font-family: 'Book Oblique', Arial;
  font-style: oblique;
  color: #b0d235;
  font-size: 14px;
  margin-bottom: 8px;
}
#home-news .home-news-item .border {
  margin: 8px 0px;
}
#home-news .home-news-item .reading {
  margin-bottom: 20px;
}
#home-news .button-wrapper {
  margin-top: 30px;
}
#home-brochure .button {
  margin-left: 20px;
}
.home-text .reading {
  padding-bottom: 30px;
}
/* FOOTER */
#footer {
  font-family: 'Book', Arial;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
#footer .footer-title {
  font-family: 'Extra Light', Arial;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 26px;
}
#footer .row-container {
  padding: 40px 0px 16px 0px;
}
#footer .footer-cols {
  width: 1250px;
  margin-left: -40px;
  margin-right: -40px;
  vertical-align: top;
}
#footer .col-3 {
  padding: 0px 40px;
  margin-bottom: 30px;
  border-right: 1px solid #46656f;
  font-size: 12px;
}
#footer .col-3.last {
  border-right: none;
}
#footer .col-3 ul li a {
  color: #fff;
  text-decoration: none;
}
#footer .col-3 ul li a:hover {
  text-decoration: underline;
}
#footer .footer-address {
  margin-bottom: 20px;
}
#footer .footer-brand-list {
  float: left;
  width: 50%;
}
#footer .footer-social-link {
  display: block;
  margin-bottom: 20px;
}
#footer .footer-social-link img,
#footer .footer-social-link span {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-social-link img {
  margin-right: 10px;
}
#footer .footer-social-link span {
  color: #fff;
  text-decoration: none;
}
#footer .footer-social-link:hover span {
  text-decoration: underline;
}
#footer .footer-disclaimer a {
  color: #fff;
}
#footer .footer-disclaimer #vincotte {
  display: block;
  float: right;
}
#footer .footer-disclaimer #vincotte img {
  float: left;
  margin-right: 10px;
}
#footer .footer-disclaimer #multimedium {
  display: block;
  float: right;
}
#footer .footer-disclaimer #multimedium img {
  float: left;
  margin-right: 10px;
}
#footer .footer-disclaimer #multimedium span {
  float: left;
}
#footer .footer-disclaimer #multimedium:hover span {
  text-decoration: underline;
}
.cookie-notice.cookie-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: #f7f7f7;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0 5px;
  font-size: 12px;
  font-family: 'Book', Arial;
  display: none;
}
.cookie-notice.cookie-notice .button {
  line-height: 1;
  margin-right: 5px;
}
.cookie-notice.cookie-notice .button,
.cookie-notice.cookie-notice .cookie-notice__text {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.cookie-notice.cookie-notice .row-container {
  padding-top: 0;
  padding-bottom: 0;
}
.cookie-notice__text {
  line-height: 140%;
}
#main-image img {
  display: block;
  margin: 0 auto;
}
#news.row {
  padding-bottom: 90px;
}
#news .border {
  margin: 50px 0px;
}
#news .news-item .news-item-image {
  width: 270px;
  float: left;
  margin-right: 30px;
}
#news .news-item .news-item-image img {
  border: 1px solid #0d3643;
}
#news .news-item .news-item-image img:hover {
  border: 1px solid #b0d235;
}
#news .news-item .news-item-content {
  width: 870px;
  float: left;
}
#news .news-item .news-item-content h2 {
  font-size: 16px;
  font-family: 'Demi', Arial;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#news .news-item .news-item-content h2 a {
  color: #0d3643;
  text-decoration: none;
}
#news .news-item .news-item-content h2 a:hover {
  text-decoration: underline;
}
#news .news-item .news-item-date {
  font-size: 14px;
  font-family: 'Medium Oblique', Arial;
  font-style: oblique;
  color: #b0d235;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 16px;
}
#news .news-item .reading {
  margin-bottom: 10px;
}
#news .news-item .read-more {
  font-family: 'Medium', Arial;
  color: #b0d235;
  font-size: 14px;
}
#news .button-wrapper {
  margin-top: 30px;
}
#news-detail.row {
  padding-bottom: 90px;
}
#news-detail .news-detail-images {
  float: left;
  /*		width: 270px;
		margin-right: 30px;*/
  width: 370px;
  margin-right: 30px;
}
#news-detail .news-detail-images a img {
  border: 1px solid #0d3643;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (min-width: 1251px) {
  #news-detail .news-detail-images a {
    width: 48%;
  }
  #news-detail .news-detail-images a.first {
    width: 100%;
  }
  #news-detail .news-detail-images a.first img {
    width: 100%;
  }
  #news-detail .news-detail-images a.margin-right {
    margin-right: 10px;
  }
}
#news-detail .news-detail-content {
  position: relative;
  float: left;
  /*width: 870px;*/
  width: 760px;
  text-align: left;
}
#news-detail .news-detail-content h2 {
  font-family: 'Book', Arial;
  font-size: 24px;
  text-transform: uppercase;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
#news-detail .news-detail-content .news-detail-date {
  font-size: 14px;
  font-family: 'Medium Oblique', Arial;
  font-style: oblique;
  color: #b0d235;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 16px;
}
#newsletter-wrapper {
  padding-top: 20px;
}
#newsletter-wrapper .button {
  margin-bottom: 15px;
}
#iframe_flxml_form {
  display: none;
}
.back-button {
  position: absolute;
  top: -60px;
  right: 0px;
  height: 33px;
  width: 180px;
  text-align: right;
  padding-right: 40px;
  background: url('../images/back.png') no-repeat right center;
  color: #666666;
  text-decoration: none;
  font-family: 'Medium', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
}
.back-button:hover {
  text-decoration: underline;
}
.page h2 {
  font-family: 'Book', Arial;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.page h2 a {
  color: #0d3643;
  text-decoration: none;
}
.page h2 a:hover {
  text-decoration: underline;
}
.page .text {
  padding-bottom: 90px;
}
.page .sub-text {
  padding: 80px 0px 70px 0px;
}
.page .sub-text-image {
  margin-bottom: 5px;
  display: block;
}
#text-connectors h2 a {
  color: #b0d235;
}
#text-connectors .text {
  text-align: center;
}
#text-custom .sub-text {
  text-align: center;
}
#text-cable .text {
  text-align: left;
}
#text-special .sub-text .row-container {
  width: 100% !important;
}
#text-special .text-special .text-special-image {
  display: block;
  float: left;
  width: 40%;
}
#text-special .text-special .text-special-image img {
  max-width: 100%;
}
#text-special .text-special .text-special-text {
  display: block;
  float: left;
  width: 60%;
}
#text-special .text-special .text-special-text h2 {
  position: relative;
  display: inline;
  font-family: 'Medium', Arial;
  font-size: 15px;
  text-transform: none;
}
#text-special .text-special .text-special-text h2 a {
  color: #b0d235;
}
#text-special .text-special .text-special-text h2:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 280px;
  background: url('../images/special-border.png');
}
#text-special .text-special .text-special-text p {
  font-family: 'Book', Arial;
  font-size: 14px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
  line-height: 21px;
}
#text-special .text-special.left .text-special-text {
  padding: 40px 80px 40px 40px;
  text-align: left;
}
#text-special .text-special.left .text-special-text h2:after {
  bottom: -4px;
  right: -4px;
}
#text-special .text-special.right .text-special-image {
  float: right;
}
#text-special .text-special.right .text-special-text {
  padding: 40px 40px 40px 80px;
  text-align: right;
}
#text-special .text-special.right .text-special-text h2:after {
  bottom: -4px;
  left: -4px;
}
#contact #title {
  padding: 0px;
}
#contact .row {
  padding-bottom: 90px;
}
#contact #map {
  height: 400px;
  width: 100%;
}
#contact h2 {
  font-family: 'Book', Arial;
  font-size: 24px;
  text-transform: uppercase;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
}
#contact #contact-left {
  float: left;
  width: 680px;
  padding: 0px 56px;
  border-right: 1px solid #efefef;
}
#contact #contact-right {
  float: left;
  width: 490px;
  padding: 0px 56px;
}
#contact #contact-right h2 {
  margin-bottom: 16px;
}
#contact #contact-right p {
  font-family: 'Book', Arial;
  font-size: 14px;
  line-height: 22px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
}
#contact #contact-right p strong {
  font-weight: normal;
  -webkit-font-smoothing: default;
}
#contact #contact-right .green {
  font-weight: bold;
  color: #b0d235;
}
#contact #contact-right a {
  font-family: 'Book', Arial;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #0d3643;
}
#contact #contact-right a:hover {
  color: black;
}
#contact #contact-right .contact-info {
  margin-bottom: 30px;
}
#contact .address-left {
  float: left;
  width: 367px;
  margin-right: 30px;
}
#contact .address-right {
  float: left;
  width: 170px;
}
#contact #route {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 100px;
}
form input,
form textarea,
form select {
  border: 1px solid #e0e0e0;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 3px;
  padding: 0px 10px;
  font-family: 'Book', Arial;
  font-size: 12px;
  line-height: 22px;
  min-height: 22px;
  -webkit-font-smoothing: antialiased;
}
form select {
  background: #fff;
  background: url('../images/select.jpg') no-repeat center right;
  -webkit-appearance: none;
  border-radius: 0px;
  cursor: pointer;
}
form label {
  font-family: 'Medium', Arial;
  font-size: 13px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
}
form button {
  border: none;
}
form .field-checkbox {
  width: auto;
  margin-right: 5px;
}
form .error-message {
  font-family: 'Medium', Arial;
  font-size: 12px;
  color: red;
  -webkit-font-smoothing: antialiased;
}
form .field-description {
  font-size: 0.8em;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #666666;
  font-family: 'Book', Arial;
  -webkit-font-smoothing: antialiased;
}
form .field-container-error input,
form .field-container-error textarea,
form .field-container-error select {
  border: 1px solid red;
}
#container-email_confirm {
  position: absolute;
  left: -99999px;
}
.hint {
  font-family: 'Book', Arial;
  font-size: 14px;
  line-height: 22px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
}
#sidebar {
  width: 20%;
  float: left;
}
.sidebar-block {
  background: #0d3643;
  color: #fff;
  padding: 22px;
  margin-bottom: 20px;
}
.sidebar-block a {
  color: #fff;
}
.sidebar-title {
  font-family: 'Extra Light', Arial;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sidebar-title a {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-title a:hover,
.sidebar-title a:focus {
  color: #fff;
}
#collection-menu li {
  padding: 5px 0px;
}
#collection-menu li a {
  font-family: 'Medium', Arial;
  font-size: 15px;
  text-decoration: none;
  color: #b0d235;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
#collection-menu li a:hover,
#collection-menu li a:active,
#collection-menu li a.active {
  text-decoration: underline;
}
#collection-menu li ul {
  padding-left: 16px;
}
#collection-menu li ul li a {
  text-transform: none;
  color: #fff;
}
#breadcrumb ul {
  margin-bottom: 37px;
}
#breadcrumb ul li {
  display: block;
  float: left;
  font-family: 'Medium', Arial;
  font-size: 15px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
}
#breadcrumb ul li a {
  color: #0d3643;
  text-decoration: underline;
  display: block;
  background: url('../images/arrow-right.png') no-repeat right 3px;
  padding-right: 17px;
}
#breadcrumb ul li.last {
  font-family: 'Bold', Arial;
  font-weight: 600;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
}
#product-list #list {
  float: left;
  margin-left: 4%;
  width: 76%;
}
#product-tabs {
  margin-top: 20px;
  border: 1px solid #0d3643;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 0;
  display: inline-block;
}
#product-tabs li {
  display: inline-block;
  border-right: 1px solid #0d3643;
  background: fff;
  text-align: center;
  padding: 8px 14px;
  font-size: 16px;
  cursor: pointer;
  color: #0d3643;
}
#product-tabs li:last-child {
  border-right: 0;
}
#product-tabs li:hover,
#product-tabs li.active {
  background: #0d3643;
  color: #fff;
}
#product-tags {
  font-family: 'Medium', Arial;
  font-size: 15px;
  color: #b0d235;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}
#product-tags span {
  color: #0d3643;
}
#product-properties {
  margin-top: 40px;
}
#product-properties h2 {
  font-family: 'Medium', Arial;
  color: #0d3643;
}
#product-tables {
  border: 1px solid #0d3643;
}
.product-table table {
  width: 100%;
}
.product-table td,
.product-table th {
  padding: 10px;
  font-size: 13px;
  text-align: left;
}
.product-table tbody tr {
  border-bottom: 1px solid #eee;
}
.product-table tbody tr td {
  color: #000;
  font-weight: 100;
  padding: 5px 10px;
  border-right: 3px solid #eee;
}
.product-table tbody tr td:first-child {
  color: #333;
  font-weight: 400;
  font-style: italic;
  width: 220px;
}
.product-table tbody tr td:last-child {
  border-right: none;
}
.product-table tbody tr.different {
  background: rgba(176, 210, 53, 0.15);
}
.product-table tbody tr:hover {
  background: #fafafa;
}
.product-table tbody tr:hover.different {
  background: rgba(176, 210, 53, 0.3);
}
#product-table-legend {
  margin-top: 10px;
  font-size: 14px;
}
#product-table-legend .legend {
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  color: #333;
  vertical-align: middle;
}
#product-table-legend .legend span {
  display: inline-block;
  width: 34px;
  height: 12px;
  background: rgba(176, 210, 53, 0.3);
  border: 1px solid #0d3643;
  vertical-align: middle;
  margin-right: 2px;
}
#product-accessories {
  margin-top: 40px;
}
#product-accessories .title {
  font-family: 'Medium', Arial;
  color: #0d3643;
  margin-bottom: 20px;
}
.product-accessory {
  display: inline-block;
  width: 140px;
}
.product-accessory .product-image {
  display: block;
  border: 1px solid #eee;
  margin-bottom: 10px;
  text-decoration: none;
}
.product-accessory .product-image:hover {
  border: 1px solid #0d3643;
}
.product-accessory .product-title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 3px;
  text-decoration: none;
}
.product-accessory .product-title:hover {
  text-decoration: underline;
}
.product-accessory .product-description {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
#products {
  padding-bottom: 90px;
}
#block-list {
  border-top: 3px solid #0d3643;
  border-bottom: 3px solid #0d3643;
  margin: 10px 0px;
}
.block {
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
}
.block:hover {
  background: #fcfcfc;
}
.block .block-image {
  display: block;
  float: left;
  width: 20%;
  margin-right: 5%;
}
.block .block-image img {
  max-width: 100%;
  height: auto;
}
.block .block-details {
  float: left;
  padding: 40px 0px;
  width: 75%;
}
.block .block-title {
  display: block;
  font-family: 'Medium', Arial;
  font-size: 21px;
  color: #0d3643;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px;
  text-decoration: none;
}
.block .block-title:hover {
  text-decoration: underline;
}
.block .block-tags {
  font-family: 'Medium', Arial;
  font-size: 15px;
  color: #b0d235;
  -webkit-font-smoothing: antialiased;
}
.block .block-tags span {
  color: #0d3643;
}
.block .block-specifications {
  margin-top: 20px;
  color: #0d3643;
  font-family: 'Book', Arial;
  line-height: 20px;
  font-size: 14px;
}
.block .block-specifications .block-specifications-left {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.block .block-specifications .block-specifications-right {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.block .block-specifications strong {
  font-family: 'Book', Arial;
  font-weight: normal;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
.block .block-description {
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Book', Arial;
  font-weight: normal;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
.sorting {
  width: 100%;
  position: relative;
  height: 25px;
}
.sorting .page-jumper {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 1px;
}
.sorting .page-jumper .page-link {
  display: block;
  float: left;
  color: #666666;
  font-family: 'Medium', Arial;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  padding: 2px 4px 0px 4px;
}
.sorting .page-jumper .page-link:hover,
.sorting .page-jumper .page-link:active {
  color: #0d3643;
}
.sorting .page-jumper .page-link.current {
  color: #0d3643;
  text-decoration: none;
}
.sorting .page-jumper .page-jumper-pages {
  float: left;
  padding: 0px 10px;
}
.sorting .page-jumper .button {
  float: left;
}
.sorting .sorting-form {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.sorting .sorting-form label {
  float: left;
  margin-top: 5px;
  color: #666666;
  margin-right: 10px;
}
.sorting .sorting-form select {
  margin: 0px;
}
.sorting .sorting-form .sorting-form-items {
  padding-top: 5px;
  color: #666666;
  font-family: 'Medium', Arial;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sorting .sorting-form .sorting-form-items a {
  padding: 0px 2px;
  color: #666666;
}
.sorting .sorting-form .sorting-form-items a.active {
  color: #0d3643;
  text-decoration: none;
}
.sorting .sorting-form .sorting-form-sorting {
  position: absolute;
  top: 0px;
  left: 300px;
}
.sorting .sorting-form .sorting-form-sorting .field-container {
  float: left;
  width: 150px;
}
#product-all {
  float: left;
  margin-left: 4%;
  width: 76%;
  position: relative;
  padding-bottom: 40px;
}
#product-images {
  margin-bottom: 20px;
}
#product-images a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #eee;
}
#product-images img {
  border-bottom: 1px solid #ebebeb;
}
#product-images img.last {
  border-bottom: none;
}
#product-info {
  float: left;
  width: 75%;
}
#product-info h2 {
  font-family: 'Medium', Arial;
  font-size: 21px;
  color: #0d3643;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 3px;
}
#product-info h3 {
  font-family: 'Medium', Arial;
  font-size: 15px;
  color: #b0d235;
  -webkit-font-smoothing: antialiased;
}
#product-info h3 span {
  color: #0d3643;
}
#product-info table td {
  font-family: 'Medium', Arial;
  font-size: 14px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
  padding: 4px 0px;
}
#product-info table strong {
  color: #6C7679;
  font-weight: normal;
}
#product-info .separator {
  margin: 30px 0px;
}
#product-specifications {
  margin: 26px 0px;
  padding: 40px 32px;
}
#product-table .td-title {
  color: #666666;
  width: 280px;
  padding-right: 20px;
}
#product-config-table .td-title {
  color: #666666;
  width: 200px;
}
#brand-link {
  margin-top: 10px;
  font-family: 'Medium', Arial;
  font-size: 14px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
}
#brand-link a {
  margin-left: 10px;
}
#text-projects {
  text-align: center;
  font-size: 0px;
}
#text-projects .text-project {
  display: inline-block;
  width: 369px;
  vertical-align: top;
  margin-right: 30px;
  text-align: left;
  margin-top: 30px;
  padding-bottom: 30px;
  background: url('../images/shadow-large.png') bottom center no-repeat;
}
#text-projects .text-project.last {
  margin-right: 0px;
}
#text-projects .text-project-link {
  display: block;
  background: #b0d235;
  font-family: 'Medium', Arial;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 4px 0px;
  text-align: center;
  text-decoration: none;
}
#text-projects .text-project-link:hover {
  background: #c0db5f;
}
#text-projects .text-project-link:active {
  background: #90ad27;
}
#text-projects .text-project-text {
  background: #fff;
  padding: 30px;
  height: 250px;
}
#text-projects .text-project-text h2 {
  font-family: 'Medium', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 18px;
  color: #0d3643;
  text-transform: none;
}
#text-projects .text-project-text p {
  font-family: 'Book', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
#text-brands {
  text-align: center;
}
#text-brands .logo {
  width: 141px;
  display: inline-block;
  font-size: 0px;
  margin: 0px 30px;
  margin-bottom: 30px;
  vertical-align: top;
  position: relative;
}
#text-brands .logo a {
  display: block;
  background: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  width: 145px;
  height: 145px;
  border: 7px solid #b0d235;
  text-align: center;
}
#text-brands .logo a img {
  display: inline-block;
  margin-top: 33px;
  width: 111px;
  height: 65px;
}
#text-brands .logo a:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  right: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 8px solid #b0d235;
  background: black;
}
#text-brands .logo-segment a {
  overflow: hidden;
}
#text-brands .logo-segment a img {
  margin-top: -10px;
  margin-left: -14px;
  width: auto;
  height: auto;
}
#text-brands .brand-name {
  font-family: 'Book', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #0d3643;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
#text-brands .text-brand-logos {
  padding: 70px 0px 40px 0px;
}
#text-project-detail {
  text-align: center;
}
#text-project-detail .col-2 {
  position: relative;
  width: 470px;
  text-align: left;
}
#text-project-detail #project-detail-images a {
  display: inline-block;
  margin-bottom: 15px;
}
#text-project-detail #project-detail-images .image-small {
  margin-right: 12px;
}
#text-project-detail #project-detail-images .image-small.last {
  margin-right: 0px;
}
#search {
  position: absolute;
  top: 24px;
  right: -267px;
  /*right: 0px;*/
  width: 300px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  background: #0d3643;
}
#search-show {
  display: block;
  float: left;
  background: url('../images/search.png') 7px 7px no-repeat;
  width: 34px;
  height: 30px;
  cursor: pointer;
}
#search-form {
  float: left;
  width: 232px;
}
#search-form input {
  background: #0d3643;
  color: #fff;
  font-size: 15px;
  padding: 5px 0px 3px 0px;
  margin: 0px;
  border: none;
  outline: none;
}
#search-hide {
  display: block;
  float: left;
  background: url('../images/arrow-right2.png') 13px 11px no-repeat;
  width: 34px;
  height: 30px;
  cursor: pointer;
  border-left: 2px solid #fff;
}
#search-results {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 266px;
  height: auto;
  font-size: 12px;
  background: #fff;
  border: 1px solid #0d3643;
  border-top: none;
  z-index: 999;
}
#search-autocomplete-list {
  border: none;
  padding: 15px 0px;
}
#search-autocomplete-list a {
  display: block;
  width: 100%;
  padding: 8px;
  color: #0d3643;
  text-decoration: none;
  font-family: 'Book', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
#search-autocomplete-list a:hover {
  background: #f4f4f4;
}
#search-autocomplete-list a img {
  float: left;
  border: 1px solid #0d3643;
  margin-right: 10px;
}
#search-autocomplete-list a .description {
  padding-top: 12px;
}
#search-autocomplete-text {
  border: none;
  padding: 15px;
  line-height: 20px;
  font-size: 13px;
  font-family: 'Book', Arial;
  color: #999;
  -webkit-font-smoothing: antialiased;
}
#search-autocomplete-text h2 {
  font-family: 'Medium', Arial;
  font-size: 17px;
  color: #0d3643;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
#search-autocomplete-link {
  display: block;
  background: #0d3643;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Medium', Arial;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
#search-autocomplete-link:hover {
  background: #15586e;
}
#search-autocomplete-link:active {
  background: #051418;
}
#product-search {
  margin-bottom: 30px;
  position: relative;
}
#product-search .hint {
  margin-bottom: 0;
}
#product-search-results {
  background-color: #fff;
  position: absolute;
  top: 100%;
  outline: 1px solid #0d3643;
}
/* THREE COLUMN LAYOUT  */
#three-column {
  margin-bottom: 100px;
}
#three-column .row-container {
  padding-top: 20px;
  position: relative;
}
.three-column-small .image-title {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  color: #0d3643;
}
.three-column-small .image-title:hover {
  text-decoration: underline;
  color: #b0d235;
}
.three-column-small .image-title:hover .image-title-image {
  border: 1px solid #b0d235;
}
.three-column-small .image-title .image-title-image {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.three-column-small .image-title .image-title-image img {
  display: block;
  width: 100%;
}
.three-column-small .image-title .image-title-title {
  font-family: 'Book', Arial;
  text-align: center;
  text-decoration: none;
  /*			font-size: 15px;
			font-weight: 100;*/
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.three-column-small .image-description-link {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  color: #0d3643;
}
.three-column-small .image-description-link.two-column {
  width: 48%;
  margin: 10px 2% 10px 0;
}
.three-column-small .image-description-link.two-column.last {
  margin-right: 0;
}
.three-column-small .image-description-link .image-description-link-image {
  display: block;
  border: 1px solid #0d3643;
  margin-bottom: 10px;
}
.three-column-small .image-description-link .image-description-link-image img {
  display: block;
  width: 100%;
}
.three-column-small .image-description-link .image-description-link-image:hover {
  border: 1px solid #b0d235;
}
.three-column-small .image-description-link .image-description-link-description {
  font-family: 'Book', Arial;
  text-decoration: none;
  font-size: 12px;
  font-weight: 100;
  line-height: 14px;
  color: #0d3643;
  margin-bottom: 10px;
}
.three-column-small .image-description-link .image-description-link-link {
  font-family: 'Medium', Arial;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #b0d235;
  border-bottom: 1px solid #b0d235;
}
.three-column-small .image-description-link .image-description-link-link:hover {
  color: #0d3643;
  border-bottom: 1px solid #0d3643;
}
.three-column-small hr {
  border: 1px solid #efefef;
  margin: 20px 0px;
}
.three-column-small .button-row {
  margin-top: 10px;
}
.image-link {
  display: block;
  border: 1px solid #0d3643;
}
.image-link:hover {
  border: 1px solid #b0d235;
}
.three-column-small-block-title,
.three-column-middle-block-title {
  font-family: 'Book', Arial;
  font-size: 21px;
  line-height: 30px;
  font-weight: 100;
  color: #0d3643;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  height: 70px;
}
.three-column-middle {
  margin: 0 4%;
}
.three-column-middle .reading h2 {
  font-family: 'Book', Arial;
  font-size: 21px;
  line-height: 30px;
  font-weight: 100;
  color: #0d3643;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.three-column-middle-block {
  width: 100%;
  margin-bottom: 20px;
}
.three-column-middle-block .reading {
  padding: 40px;
}
#youtube-videos {
  width: 100%;
  min-height: 300px;
}
#three-column-middle-block-videos {
  position: relative;
}
#three-column-middle-block-videos .cycle-prev,
#three-column-middle-block-videos .cycle-next {
  position: absolute;
  top: 130px;
  z-index: 999;
  font-size: 0px;
  width: 26px;
  height: 52px;
  display: block;
}
#three-column-middle-block-videos .cycle-prev:hover,
#three-column-middle-block-videos .cycle-next:hover {
  cursor: pointer;
}
#three-column-middle-block-videos .cycle-prev {
  left: -40px;
  background: url('../images/slider-prev.png') no-repeat center center;
}
#three-column-middle-block-videos .cycle-next {
  right: -40px;
  background: url('../images/slider-next.png') no-repeat center center;
}
.youtube {
  display: block;
  float: left;
}
.youtube .youtube-video {
  width: 100%;
  margin-bottom: 20px;
}
.youtube .youtube-video iframe {
  width: 100%;
  min-height: 300px;
}
.youtube .youtube-videos-pager {
  margin: 10px 0px 20px 0px;
  text-align: center;
}
.youtube .youtube-videos-pager li {
  display: inline-block;
  list-style: none;
}
.youtube .youtube-videos-pager li:hover,
.youtube .youtube-videos-pager li.active {
  cursor: pointer;
}
.youtube .youtube-videos-pager li:hover .pager-number,
.youtube .youtube-videos-pager li.active .pager-number {
  background: #0d3643;
}
.youtube .youtube-videos-pager li:hover .pager-title,
.youtube .youtube-videos-pager li.active .pager-title {
  color: #0d3643;
}
.youtube .youtube-videos-pager .pager-number {
  border-radius: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  display: inline-block;
  background: #adadad;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.youtube .youtube-videos-pager .pager-title {
  color: #adadad;
  line-height: 16px;
  width: 70px;
  font-family: 'Demi', Arial;
  font-size: 11px;
  text-transform: uppercase;
}
.youtube .youtube-title {
  font-family: 'Medium', Arial;
  color: #b0d235;
  margin-bottom: 10px;
  line-height: 16px;
}
.three-column-middle-block-images {
  padding: 40px;
  font-size: 0px;
}
.three-column-middle-block-images a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #eee;
}
.three-column-middle-block-images a img {
  width: 100%;
}
.three-column-middle-block-images a.last {
  margin-right: 0%;
}
.two-column-middle-block-images {
  padding: 0 0 40px 0;
  font-size: 0px;
}
.two-column-middle-block-images a {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.two-column-middle-block-images a img {
  width: 100%;
}
.two-column-middle-block-images a.last {
  margin-right: 0%;
}
.autoheight-sidebar {
  display: block;
}
.fancybox {
  display: inline-block;
}
.fancybox img {
  display: block;
  float: none;
  max-width: 100%;
}
#three-column-left {
  float: left;
  width: 20%;
  margin-left: -80%;
}
#three-column-middle {
  float: left;
  width: 52%;
  margin-left: 24%;
}
#three-column-right {
  float: left;
  width: 20%;
}
.image-row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
  /* IE < 8 */
}
.image-row .image-wrapper {
  float: left;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 15px;
}
.image-row .image-wrapper.images-4 {
  width: 25%;
}
@media (max-width: 900px) {
  .image-row .image-wrapper.images-4 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .image-row .image-wrapper.images-4 {
    width: 100%;
  }
}
.image-row .image-wrapper img {
  max-width: 100%;
}
.image-row .image-wrapper a {
  text-decoration: none;
}
.image-row .image-wrapper span {
  display: block;
  background: #0d3643;
  text-align: center;
  font-family: 'Book', Arial;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 1440px) {
  #wrapper {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  #content {
    width: 100%;
  }
  #main-image {
    width: 100%;
  }
  #header #logo {
    float: none;
    width: 193px;
    margin: 20px auto;
  }
  #header #menu {
    float: none;
  }
  #header #menu ul li a {
    padding: 10px 0px;
  }
  #header #menu ul li.active a,
  #header #menu ul li:hover a {
    border: none;
  }
  #header .row {
    height: auto;
  }
  #header .row .row-container {
    width: 100%;
    padding: 0px;
  }
  .row .row-container {
    width: 100%;
    padding: 20px 50px;
  }
  .row .col-1 {
    width: 100%;
  }
  .row .col-1-center {
    width: 100%;
    padding: 0px 50px;
  }
  .row .col-2 {
    width: 568px;
    margin-right: 30px;
  }
  .row .col-3 {
    width: 30%;
    margin-right: 3%;
  }
  .row .col-3 .text-connctor-image img {
    width: 100%;
    height: auto;
  }
  .row .col-4 {
    width: 292.5px;
  }
  .row .col-4-images {
    padding-top: 20px;
  }
  .row .col-4-images a {
    margin: 15px;
  }
  .row .col-4-images a.last {
    margin: 15px;
  }
  .row h2 {
    text-align: center;
  }
  .sub-text {
    padding: 0px !important;
  }
  #text-projects .text-project {
    margin: 0px 30px;
  }
  #text-brands .brand {
    margin: 15px;
  }
  #text-special .sub-text .row-container {
    padding: 20px 50px;
  }
  #text-special .text-special {
    margin: 20px 0px;
  }
  #text-special .text-special .text-special-image {
    float: none;
    width: 100%;
    text-align: center;
  }
  #text-special .text-special .text-special-text {
    width: 100%;
    text-align: center !important;
  }
  #text-special .text-special .text-special-text h2:after {
    display: none;
  }
  #text-special .text-special.right .text-special-text,
  #text-special .text-special.left .text-special-text {
    padding: 0px;
  }
  #breadcrumb ul {
    margin-bottom: 0px;
  }
  #news .news-item .news-item-image {
    width: 25%;
    margin-right: 5%;
  }
  #news .news-item .news-item-image img {
    max-width: 100%;
    height: auto;
  }
  #news .news-item .news-item-content {
    width: 70%;
  }
  #news-detail .news-detail-images {
    width: 25%;
    margin-right: 5%;
  }
  #news-detail .news-detail-images img {
    max-width: 100%;
    height: auto;
  }
  #news-detail .news-detail-content {
    width: 70%;
  }
  #footer {
    height: auto;
    padding: 20px 30px;
  }
  #footer .footer-cols {
    width: 100%;
    margin: 0px;
  }
  #footer .col-4 {
    padding: 0px;
    border: none;
    width: 49%;
  }
  #contact #contact-left {
    margin: 0 auto;
    float: none;
    border-right: none;
    margin-bottom: 60px;
    width: 680px;
  }
  #contact #contact-right {
    margin: 0 auto;
    float: none;
    width: 680px;
  }
  #home-products .home-connectors {
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
  }
  #home-products .home-connectors .product {
    width: 33%;
  }
  #home-products .home-custom {
    width: 100%;
  }
  #home-products .home-custom .product {
    width: 50%;
  }
  .back-button {
    margin-right: 40px;
  }
}
@media (max-width: 1000px) {
  #visual-connector {
    width: 100%;
    height: 350px !important;
  }
  #visual-connector img {
    display: none;
  }
  #visual-connector #connector-bg {
    display: block !important;
    max-width: 100%;
  }
  #visual h1,
  #visual h2 {
    text-align: center;
  }
  #visual .visual-text {
    float: none;
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }
  #visual .visual-text p {
    width: 100%;
  }
  .three-column-small hr {
    display: none;
  }
  .three-column-small-block-items {
    font-size: 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .image-title,
  .image-description-link {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
  }
  #three-column-left {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
  #three-column-middle {
    float: none;
    width: 100%;
    margin: 0;
  }
  #three-column-right {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 920px) {
  #sidebar {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }
  #product-all {
    margin: 0 auto;
    width: 100%;
  }
  #product-list #list {
    margin: 0 auto;
    width: 100%;
  }
  .sorting {
    width: 100%;
    height: auto;
  }
  .sorting .page-jumper {
    position: relative;
    margin: 0 auto;
  }
  .sorting .sorting-form {
    position: relative;
    margin: 0 auto;
  }
  .sorting .sorting-form .sorting-form-items {
    position: relative;
    margin-bottom: 10px;
  }
  .sorting .sorting-form .sorting-form-sorting {
    position: relative;
    top: 0px;
    left: 0px;
  }
  #home-news .home-news-item {
    width: 50%;
    padding-bottom: 30px;
  }
  #home-news .home-news-item.first {
    margin-left: 0px;
  }
  #home-news .home-news-item.last {
    margin-right: 0px;
  }
}
@media (max-width: 730px) {
  #product-all #product-images {
    width: 100%;
    margin-bottom: 30px;
    font-size: 0px;
  }
  #product-all #product-images a {
    display: inline-block;
    width: 22%;
    margin: 0% 1%;
  }
  #product-all #product-images a img {
    max-width: 100%;
    height: auto;
  }
  #product-all #product-info {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #main-image img {
    height: 200px;
  }
  #visual .row-container {
    padding: 50px 30px;
  }
  #visual .row-container h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  #visual .row-container h2 {
    font-size: 18px;
  }
  #title h1 span,
  #title h2 span {
    font-size: 20px;
    padding-top: 20px;
  }
  .text {
    padding: 0px;
  }
  .page .text {
    padding-bottom: 60px;
  }
  .reading {
    text-align: center;
  }
  .reading ul,
  .reading ol {
    text-align: left;
  }
  .row .row-container {
    width: 100%;
    padding: 30px;
  }
  .row .col-1 {
    padding: 0px 50px;
    text-align: left;
  }
  .row .col-1-center {
    padding: 0px;
    text-align: left;
  }
  .row .col-2 {
    width: 568px;
    margin-right: 30px;
  }
  .row .col-3 {
    width: 100%;
    margin: 30px 0px;
  }
  .row .col-4 {
    width: 50%;
  }
  #title h1,
  #title h2 {
    margin: 5px 0px;
  }
  #text-project-detail .col-2 {
    width: 100%;
    padding: 0px 50px;
  }
  #text-project-detail #project-detail-images {
    text-align: center;
  }
  #text-project-detail #project-detail-images a img {
    max-width: 100%;
  }
  #text-projects .text-project {
    background: none;
    margin: 0px;
    width: 100%;
  }
  #text-projects .text-project img {
    width: 100%;
  }
  #text-projects .text-project-text {
    height: auto;
  }
  #contact #contact-left {
    width: 100%;
    padding: 0px;
  }
  #contact #contact-right {
    width: 100%;
    padding: 0px;
  }
  #contact .address-left {
    width: 100%;
    margin-right: 0px;
  }
  #contact .address-right {
    width: 100%;
  }
  #news .news-item .news-item-image {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  #news .news-item .news-item-image img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  #news .news-item .news-item-content {
    width: 100%;
  }
  #news-detail .news-detail-images {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #news-detail .news-detail-images img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  #news-detail .news-detail-content {
    width: 100%;
    margin-top: 60px;
  }
  .block {
    padding: 30px 0px;
  }
  .block .block-image {
    text-align: center;
    float: none;
    width: 100%;
    margin-right: 5%;
  }
  .block .block-details {
    float: left;
    padding: 0px;
    width: 100%;
  }
  #home-products .home-connectors,
  #home-products .home-custom {
    margin-bottom: 0px;
  }
  #home-products .home-connectors .product,
  #home-products .home-custom .product {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #home-products .home-connectors .product .product-image,
  #home-products .home-custom .product .product-image {
    display: block;
    width: 100%;
  }
  #home-news .home-news-item {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
  }
  #footer {
    text-align: center;
  }
  #footer .col-3 {
    border: none;
  }
  #footer .col-4 {
    width: 100%;
    height: auto;
  }
  #footer .footer-disclaimer #multimedium {
    float: none;
    width: 180px;
    margin: 0 auto;
  }
  #footer .footer-disclaimer #multimedium img,
  #footer .footer-disclaimer #multimedium span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #footer .footer-disclaimer #vincotte {
    float: none;
    margin: 0 auto;
    display: block;
    clear: both;
  }
  #footer .footer-disclaimer #vincotte img {
    float: none;
    display: inline-block;
  }
  #brand-link a {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  #home-brochure a {
    display: block;
    text-align: center;
  }
  #home-brochure .button {
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  #text-project-detail .col-2 {
    padding: 0px 15px;
  }
  .image-title,
  .image-description-link {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}