
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 15px;*/
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border:1px solid #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #f85497;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00AEEF;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 4px;
  top: 2px;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  /*margin-bottom: 15px;*/
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.nivoSlider {    position: relative;}.nivoSlider img {    position: absolute;    top: 0px;    left: 0px;}/* If an image is wrapped in a link */.nivoSlider a.nivo-imageLink {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;    border: 0;    padding: 0;    margin: 0;    z-index: 60;    display: none;}/* The slices in the Slider */.nivo-slice {    display: block;    position: absolute;    /*z-index:50;*/    height: 100%;}/* Caption styles */.nivo-caption {    position: absolute;    left: 0px;    text-align: left;    bottom: 0px;    background: url(../images/caption-bg.png) repeat-x 0 100%;    color: #333;    opacity: 1; /* Overridden by captionOpacity setting */    z-index: 89;    width: 100%;    padding: 5px 0;    /*letter-spacing:-1px;*/}.nivo-caption .nivo-caption-inner {    padding: 10px 150px 10px 30px;    margin: 0;}.nivo-caption strong {    display: inline-block;    font-size: 58px;    line-height: 1.12em;    vertical-align: text-bottom;    font-weight: normal;    /*letter-spacing:-3px;*/}* + html .nivo-caption strong {    line-height: 1.27em;}.nivo-caption p {    margin-bottom: 0;    padding: 3px 125px 3px 15px;}.nivo-caption a {    display: inline !important;}.nivo-html-caption {    display: none;}.nivo-caption span.titleLink {    display: block;    padding-bottom: 5px;}.nivo-caption span.titleLink a {    color: #0484d5;    font-size: 14px;    text-transform: uppercase;}/* Direction nav styles (e.g. Next & Prev) */.nivo-directionNav a {    position: absolute;    top: 45%;    z-index: 99;    cursor: pointer;    display: block;    width: 30px;    height: 30px;    text-indent: -9999px;    border: 0;}.nivo-prevNav {    left: 10px;    background: url(../images/arrows.png) no-repeat 0 0;}.nivo-nextNav {    right: 10px;    background: url(../images/arrows.png) no-repeat -30px 0;}/* Control nav styles (e.g. 1,2,3...) */.nivo-controlNav {    position: absolute;    height: 20px;    right: 20px;    bottom: 10px;}.nivo-controlNav a {    padding-left: 1px;    padding-top: 1px;    float: left;    position: relative;    z-index: 99;    cursor: pointer;    display: inline-block !important;    margin-left: 5px;    width: 20px;    height: 20px;    color: #ffffff;    font-weight: 700;    line-height: 20px;    text-align: center;    overflow: hidden;    background: url(../images/nivo-controlNav.png) no-repeat -25px 0;}.no-rgba .nivo-controlNav a {    background: url(../images/nivo-controlNav.png) no-repeat 0 0;}.nivo-controlNav a:hover,.nivo-controlNav a.active {    color: #fff;    background: url(../images/nivo-controlNav.png) no-repeat 0 0;} 