.checkbox {
  background: #e6e6e6 url(../img/sprite_form_elements.png) -90px -75px no-repeat;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 5px
}

.checkbox-checked {
  background-position: -110px -75px;
  background-color: #ccc
}

.radio {
  background: #e6e6e6 url(../img/sprite_form_elements.png) -50px -75px no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px
}

.radio-checked {
  background-position: -70px -75px;
  background-color: #ccc
}

.custom-select {
  position: relative;
  width: 260px;
  z-index: 100;
  font-size: 0.85em
}

.custom-select .current-selected {
  display: block;
  cursor: pointer;
  padding: 0 40px 0 10px;
  border: 1px solid #bfbfbf;
  height: 26px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
  background: url(../img/bg_custom_select_selected.png) right center no-repeat
}

.custom-select-wrapper {
  position: absolute;
  left: -999em;
  z-index: 100;
  width: 260px;
  box-sizing: border-box
}

.custom-select-wrapper .bottom {
  width: 260px;
  height: 6px;
  line-height: 6px;
  font-size: 0
}

.custom-select-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0
}

.custom-select-wrapper li {
  margin: 0;
  float: none;
  line-height: 1.09;
  padding: 0;
  border-bottom: 1px solid #efefef
}

.custom-select-wrapper li a {
  display: block;
  padding: 3px 10px;
  color: #000;
  text-decoration: none
}

.custom-select-wrapper li a:hover,.custom-select-wrapper li a.current {
  background: #def0f8;
  text-decoration: none
}

.custom-select-wrapper.open {
  left: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: -1px
}
/*# sourceMappingURL=jquery.form.min.css.map */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.10 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0,0,0,0)
  }

  .featherlight:last-of-type {
    background: rgba(0,0,0,.8)
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
  }

  .featherlight .featherlight-inner {
    display: block
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    background: #fff;
    background: rgba(255,255,255,.3);
    color: #000
  }

  .featherlight .featherlight-image {
    width: 100%
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
  }

  .featherlight iframe {
    border: 0
  }
}

@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent
  }
}