@charset "UTF-8";
label {
  display: block;
  margin-bottom: 5px;
  color: #848484; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-search {
  width: 63.5%;
  margin: 0 auto;
  position: relative; }

.not-active-border {
  border: none !important; }

.list-search {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #5D8800;
  margin: 0;
  padding: 0;
  color: #000000;
  list-style: none;
  width: 77%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .list-search li {
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .list-search li:hover {
      background-color: #00ADEF;
      color: white; }
    .list-search li p {
      line-height: 34px;
      font-size: 14px !important;
      margin: 0; }

.border-radius-input {
  border-bottom-left-radius: 0 !important; }

.form-control {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 77.5%;
  height: 50px;
  padding: 6px 22px;
  font-size: 26px;
  font-family: MyriadPro-Regular, sans-serif;
  color: #000000;
  vertical-align: middle;
  background-image: none;
  border: 2px solid #5D8800;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #B2BABF; }
  .form-control::-moz-placeholder {
    color: #B2BABF; }
  .form-control:-ms-input-placeholder {
    color: #B2BABF; }
  .form-control::-webkit-input-placeholder {
    color: #B2BABF; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

.form-vertical .form-control {
  height: 45px;
  padding: 5px 10px;
  font-size: 22px; }

textarea.form-control {
  height: auto !important;
  resize: none; }

.form-group {
  position: relative;
  margin-bottom: 15px; }

.prepend-icon .form-control:focus + label i {
  color: #009bd6; }

.prepend-icon label {
  box-sizing: border-box;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 54px;
  height: 54px;
  line-height: 3.8em;
  background-color: #B2BABF;
  text-align: center; }
  .prepend-icon label i {
    color: white;
    font-size: 1.5em; }

.prepend-icon .form-control {
  text-indent: 50px; }

.prepend-icon span {
  display: inline-block;
  height: 58px;
  width: 59px;
  background-color: #999999;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #999999;
  border-right: none;
  vertical-align: middle; }
  .prepend-icon span i {
    color: white;
    font-size: 1.5em;
    line-height: 59px;
    height: 59px;
    display: inline-block;
    width: 100%;
    text-align: center; }

form div.error {
  font-family: MyriadPro-Regular, sans-serif;
  font-size: 1em;
  color: #FF716B;
  padding: 10px 0; }

form ul.errors {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background-color: #FF716B;
  color: #FFFFFF; }
  form ul.errors li {
    padding: 10px 20px; }
  form ul.errors li:before {
    content: "• ";
    color: #FFFFFF; }

.errors.ng-hide-add, .errors.ng-hide-remove {
  transition: opacity linear 0.5s;
  display: block !important; }

.errors.ng-hide-add.ng-hide-add-active, .errors.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0); }

.errors.ng-hide-add, .errors.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-form .search-header {
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #68A800;
  background-color: #7FBA00; }
  .search-form .search-header .item {
    display: inline-block;
    margin: 0 1.5%; }
    .search-form .search-header .item span {
      font-size: 26px;
      vertical-align: top; }
    .search-form .search-header .item .star-rating {
      display: inline-block;
      margin-top: 3px;
      margin-left: 8px; }

.search-form .button-form-control {
  background-color: #5D8800;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 22.5%;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #fff; }

.search-form .form-control {
  border: 2px solid #5D8800;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .search-form .form-control::-webkit-input-placeholder {
    color: #999999; }
  .search-form .form-control::-moz-placeholder {
    color: #999999; }
  .search-form .form-control:-ms-input-placeholder {
    color: #999999; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 3em;
    margin-top: -35px; }
    .carousel-control .icon-prev .fa,
    .carousel-control .icon-next .fa,
    .carousel-control .glyphicon-chevron-left .fa,
    .carousel-control .glyphicon-chevron-right .fa {
      font-family: inherit; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
    .carousel-control .icon-prev .fa-chevron-left:before,
    .carousel-control .glyphicon-chevron-left .fa-chevron-left:before {
      font-family: fontello;
      content: '\e803'; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
    .carousel-control .icon-next .fa-chevron-right:before,
    .carousel-control .glyphicon-chevron-right .fa-chevron-right:before {
      font-family: fontello;
      content: '\e802'; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  opacity: 0.7; }
  .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 12px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }
