/* line 16, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.no_marg_pad, .selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options, .selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
}

/* SelectBoxIt container */
/* line 27, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
/* line 34, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container * {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* line 45, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 56, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
}

/* line 63, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* line 68, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
  cursor: default;
}

/* line 76, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 83, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* line 88, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
}

/* line 109, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* line 114, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option optgroup */
/* The last Drop Down option */
/* line 136, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* line 141, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* line 146, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}

/* line 154, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* line 164, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* line 169, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 173, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit-option-icon {
  vertical-align: middle;
}

/* line 179, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 188, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 199, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* line 204, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 214, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-btn {
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #c1c6cb;
  border-bottom-color: #b3b3b3;
  min-width: 210px;
}

/* line 226, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 232, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-btn.selectboxit-enabled {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 239, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #181818;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 247, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list {
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 210px !important;
}

/* line 255, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

/* line 259, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: white;
  background-color: #0081c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzdiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

/* line 266, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/* line 272, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.gps.filtro .selectboxit-container .selectboxit {
  width: 195px;
}
/* line 275, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.gps.filtro .selectboxit-btn {
  min-width: 195px;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
/* line 3, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../img/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 17, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.icheckbox_square-blue {
  background-position: 0 0;
}

/* line 20, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

/* line 23, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

/* line 26, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

/* line 30, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

/* line 34, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.iradio_square-blue {
  background-position: -120px 0;
}

/* line 37, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.iradio_square-blue.hover {
  background-position: -144px 0;
}

/* line 40, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.iradio_square-blue.checked {
  background-position: -168px 0;
}

/* line 43, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 47, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 53, ../../dev/sass/project/plugins/icheck/skins/square/_blue.scss */
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(../img/blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* line 16, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.no_marg_pad, .selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options, .selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
}

/* SelectBoxIt container */
/* line 27, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
/* line 34, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container * {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* line 45, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 56, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
}

/* line 63, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* line 68, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
  cursor: default;
}

/* line 76, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 83, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* line 88, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
}

/* line 109, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* line 114, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option optgroup */
/* The last Drop Down option */
/* line 136, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* line 141, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* line 146, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}

/* line 154, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* line 164, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* line 169, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 173, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-container .selectboxit-option-icon {
  vertical-align: middle;
}

/* line 179, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 188, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 199, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* line 204, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 214, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-btn {
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #c1c6cb;
  border-bottom-color: #b3b3b3;
  min-width: 210px;
}

/* line 226, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 232, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-btn.selectboxit-enabled {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 239, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #181818;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 247, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list {
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 210px !important;
}

/* line 255, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

/* line 259, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: white;
  background-color: #0081c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzdiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

/* line 266, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/* line 272, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.gps.filtro .selectboxit-container .selectboxit {
  width: 195px;
}
/* line 275, ../../dev/sass/project/plugins/_selectBoxIt.scss */
.gps.filtro .selectboxit-btn {
  min-width: 195px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 121, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, ../../dev/sass/project/plugins/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 149, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 157, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 164, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 169, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 187, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 194, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 198, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 213, ../../dev/sass/project/plugins/_owl.carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 6, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 38, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 43, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 56, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 64, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 76, ../../dev/sass/project/plugins/_owl.theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 6, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 16, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 22, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 28, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 33, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 39, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 44, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 50, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 56, ../../dev/sass/project/plugins/_owl.transitions.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.1
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
/* line 11, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0px;
  color: #fff;
  background: transparent url("../img/spiffygif_16x16_light.gif") top left no-repeat;
  border: none;
}

/*
 * Stars
 */
/* line 22, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-fa {
  font-family: 'FontAwesome';
  padding-left: 1px;
}

/* line 27, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-fa .rating-stars:before {
  padding-left: 1px;
}

/* line 31, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-gly {
  font-family: 'sm' !important;
}

/* line 35, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-gly-star {
  font-family: 'sm' !important;
  padding-left: 3px;
}

/* line 40, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-gly-star .rating-stars:before {
  padding-left: 2px;
}

/* line 44, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
  padding-left: 4px;
}

/* line 48, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
  padding-left: 2px;
}

/* line 52, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-active {
  cursor: default;
}

/* line 56, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-disabled {
  cursor: not-allowed;
}

/* line 60, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-uni {
  font-size: 1.2em;
  margin-top: -5px;
}

/* line 65, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: transparent;
  overflow: hidden;
  font-size: 0.5em;
  letter-spacing: 0.2em;
}

/* line 75, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container:before {
  content: attr(data-content);
  color: #f2a500;
}

/* line 80, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f2a500;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

/* line 93, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

/* line 98, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container-rtl {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  color: #fde16d;
}

/* line 106, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container-rtl:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

/* line 111, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container-rtl .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #e3e3e3;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

/* line 123, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-container-rtl .rating-stars:before {
  content: attr(data-content);
}

/**
 * Rating sizes
 */
/* line 130, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-xl {
  font-size: 4.89em;
}

/* line 134, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-lg {
  font-size: 3.91em;
}

/* line 138, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-md {
  font-size: 3.13em;
}

/* line 142, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-sm {
  font-size: 2.5em;
}

/* line 146, ../../dev/sass/project/plugins/_star-rating.scss */
.rating-xs {
  font-size: 2em;
}

/**
 * Clear rating button
 */
/* line 153, ../../dev/sass/project/plugins/_star-rating.scss */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}

/* line 161, ../../dev/sass/project/plugins/_star-rating.scss */
.clear-rating-active {
  cursor: pointer !important;
}

/* line 165, ../../dev/sass/project/plugins/_star-rating.scss */
.clear-rating-active:hover {
  color: #843534;
}

/* line 169, ../../dev/sass/project/plugins/_star-rating.scss */
.star-rating .clear-rating {
  padding-right: 5px;
}

/**
 * Caption
 */
/* line 176, ../../dev/sass/project/plugins/_star-rating.scss */
.star-rating .caption, .star-rating-rtl .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 55%;
}

/* line 183, ../../dev/sass/project/plugins/_star-rating.scss */
.star-rating .caption {
  padding-left: 5px;
}

/* line 187, ../../dev/sass/project/plugins/_star-rating.scss */
.star-rating-rtl .caption {
  padding-right: 5px;
}
