body {
  border-bottom:25px solid black;
}

.footer ::-webkit-input-placeholder {
  font-family: 'LLCircularProWeb-Book';
  color: #7f7f7f;
  letter-spacing:0.05em;
}
.footer :-moz-placeholder { /* Firefox 18- */
  font-family: 'LLCircularProWeb-Book';
  color: #7f7f7f;
  letter-spacing:0.05em;
}
.footer ::-moz-placeholder {  /* Firefox 19+ */
  font-family: 'LLCircularProWeb-Book';
  color: #7f7f7f;
  letter-spacing:0.05em;
}
.footer :-ms-input-placeholder {
  font-family: 'LLCircularProWeb-Book';
  color: #7f7f7f;
  letter-spacing:0.05em;
}

.footer .fr {
  float:right;
}

.footer-wrapper {
  width:100%;
}
.footer {
  font-family: 'LLCircularProWeb-Book';
  font-weight:normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-top:35px;
  width:960px;
  margin:0 auto;
  text-align: left;

}
.footer li {
  color:#000 !important;
}

.footer .col {
  width:163px;
  float:left;
}

.footer ul {
  list-style: none;
  margin:0;
  padding:0;
}
.footer li {
  margin:0;
  padding-bottom:8px;
}

.footer form {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.footer .action-box {
  display:block;
  position: relative;
  height: 28px;
  border: 1px solid #7f7f7f;
  width: 229px;
  margin-top:6px;
}

.footer .action-box input {
  border: 0px !important;
  font-family: 'LLCircularProWeb-Book';
  font-size:12px;
  letter-spacing: 0.05em;
  color:black;
  outline: none;
}

.footer .action-box input[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  height:28px;
  padding:0 8px;
  margin:0;
  position:absolute;
  right:0;
  top:0;
}

.footer .action-box input[type="text"] {
  width:190px;
  height:28px;
  line-height:28px;
  padding:0;
  text-indent:7px;
}

.footer .action-box input[type="text"]:disabled {
  background: #fff;
}

.footer .newsletter {
  padding:0 0 25px;
}
.col-right .newsletter > span,
.col-right > span {
  font-family: 'LLCircularProWeb-Book';
  font-size:12px;
  letter-spacing: 0.05em;
  display:inline;
}

.col-right #country-select {
  position:relative;
  text-align:left;
  line-height:22px;
  margin-bottom:40px;
  margin-top:6px;
}
.col-right #country-select > span {
  font-family: 'LLCircularProWeb-Book';
  font-size:12px;
  letter-spacing: 0.05em;
  line-height: 28px;
  padding-left:8px;
  height:28px;
  display:block;
  position:relative;
  z-index:1;
}

.col-right #country-select .arrow {
  padding:12px 10px;
  position:absolute;
  top:0;
  right:0;
}

.col-right #country-select .arrow span {
  display:block;
  width: 5px;
  height: 4px;
  background:url(../images/country-select-arrow.png) no-repeat;
}
.col-right #country-select.open .arrow span {
  background-position:100% 0;
}

.col-right #country-select #menu-country {
display: none;
position: absolute;
bottom: 28px;
background: #fff;
border-width: 1px 1px 0 1px;
border-color: #7f7f7f;
border-style: solid;
left:-1px;
width:229px;
z-index: 999;
}
.col-right #country-select #menu-country ul {
margin: 3px 0 -2px 0;
padding: 0;
list-style: none;
}
.col-right #country-select #menu-country ul li {
list-style: none;
padding-left:9px;
}
.col-right #country-select #menu-country ul li a {
  font-family: 'LLCircularProWeb-Book';
  display:block;
  font-size:12px;
}