a.co,
button.co {
  -ms-transform: none;
  transform: none;
}
.cblt-button,
input[type="submit"],
input[type="button"],
button,
a.co,
button.co {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
}
.close-modal {
  border-radius: 20px;
  cursor: pointer;
  display: block;
  font-size: 26px;
  font-weight: bold;
  height: 22px;
  overflow: visible;
  padding: 0 !important;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 22px;
}
.close-modal span {
  left: -2px;
  position: relative;
}
.cblt-button.nav-prev,
.cblt-button.nav-next {
  width: 28px;
  height: 76px;
  line-height: 70px;
  opacity: 0.9;
  text-align: center;
  display: block;
  padding: 0;
  position: absolute;
  top: 40%;
  border-width: 1px;
  border-style: solid;
}
.cblt-button.nav-prev {
  left: 0;
}
.cblt-button.nav-next {
  right: 0;
}
.cblt-button.nav-prev:after {
  content: "\2039";
  /*&lsaquo;*/
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  /*hardcoded for appearance*/
}
.cblt-button.nav-next:after {
  content: "\203A";
  /*&rsaquo;*/
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  /*hardcoded for appearance*/
}
.cblt-button.nav-prev:hover,
.cblt-button.nav-next:hover {
  opacity: 1;
}
.flexslider.flex-width-12.flex-height-1 .flex-direction-nav a {
  position: absolute;
  top: 45% !important;
  width: 20px;
  height: 49px;
  line-height: 43px;
}

