@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import 'https://fonts.googleapis.com/css?family=Petit+Formal+Script';
.font2 {
  font-family: 'Petit Formal Script', cursive;
  font-weight: bold;
}
.font1 {
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none;
}
.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
body,
html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
  background-color: #eee;
}
.border-radius {
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
}
.border-radius1 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.border-none {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.vertical-center {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.all-hover {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
#header {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#header .add-horse-btn {
  line-height: 70px;
}
#header .add-horse-btn a {
  background-color: #0002CC !important;
  color: #fff;
  font-weight: bold;
}
#header ul.menu {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 25px;
}
#header ul.menu li {
  display: inline-block;
}
#header ul.menu li.active a::before {
  top: 56px;
  opacity: 1;
}
#header ul.menu li a {
  display: inline-block;
  line-height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  position: relative;
}
#header ul.menu li a::before {
  position: absolute;
  width: 20%;
  height: 1px;
  background-color: #000;
  content: '.';
  overflow: hidden;
  top: 50px;
  left: 40%;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  opacity: 0;
}
#header ul.menu li a:hover {
  color: #000;
}
#header ul.menu li a:hover::before {
  top: 56px;
  opacity: 1;
}
#header ul.menu li a span {
  position: absolute;
  background-color: red;
  color: #fff;
  line-height: 10px;
  padding-left: 2px;
  padding-right: 2px;
  top: 20px;
  font-size: 9px;
  text-transform: uppercase;
}
#header .search img {
  height: 25px;
}
#header .logo {
  line-height: 70px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
#header .logo img {
  height: 35px;
}
#header .user-menu {
  margin-left: 15px;
}
#header .user-menu img {
  height: 25px;
}
#header .user-menu i {
  margin-left: 7px;
}
#header .user-menu .budge {
  background-color: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 11px;
  display: inline-block;
  color: #fff;
}
#header .user-menu a.sign-in {
  display: inline-block;
  line-height: 70px;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
#header .user-menu a.sign-in:hover {
  background-color: #eee;
}
#main {
  padding-top: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #eee;
}
.category li {
  list-style: none;
  font-size: 12px;
}
.category li.hide {
  display: none;
}
.category li.show-more a {
  color: blue;
  font-weight: bold;
}
.category li.show-more a i {
  float: right;
  margin-top: 5px;
  font-size: 16px;
  display: none;
}
.category li.show-more a i.fa-angle-down {
  display: inline;
}
.category li.show-more a::before {
  content: 'Show More';
}
.category li.show-more.active a i {
  display: inline;
}
.category li.show-more.active a i.fa-angle-down {
  display: none;
}
.category li.show-more.active a::before {
  content: 'Less';
}
.category li.active a {
  color: blue;
}
.category li.active a span.budge {
  background-color: blue;
  color: #fff;
}
.category li .checkbox {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin: 0px;
}
.category li .checkbox label {
  display: inline-block;
  width: 100%;
  padding: 0px;
}
.category li .checkbox input {
  position: absolute;
  right: 0px;
  margin: 0px;
  top: 7px;
}
.category li ul {
  margin-left: 10px;
}
.category li a {
  display: inline-block;
  padding-bottom: 0px;
  color: #000;
  position: relative;
  width: 100%;
}
.category li a:hover {
  color: blue;
}
.category li a:hover span.budge {
  background-color: blue;
  color: #fff;
}
.category li a span.budge {
  font-size: 9px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  top: 6px;
}
.category li.title {
  font-weight: bold;
  color: #000;
  line-height: 40px;
  text-transform: uppercase;
}
.sidebar {
  border-right: solid 1px #eee;
}
.sidebar h6 {
  font-weight: bold;
}
.sidebar h4 {
  font-weight: bold;
  margin-top: 0px;
}
.main-content {
  border: solid 1px #e0e0e0;
  margin-left: -1px;
  padding-bottom: 40px;
  background-color: #fff;
}
.white-background {
  border: solid 1px #e0e0e0;
  padding-bottom: 40px;
  padding-left: 15px;
  background-color: #fff;
  padding-top: 15px;
  padding-right: 50px;
}
.fixed-content.fixed {
  position: fixed;
  top: 30px;
}
.fixed-content .horse-content1 {
  border: none !important;
}
.fixed-content .horse-content1 .horse-desc {
  padding: 0px !important;
  padding-top: 5px !important;
  line-height: 1;
}
#footer {
  padding-top: 50px;
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}
#footer .copyright {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 12px;
}
#footer ul {
  list-style: none;
  margin-top: 5px;
  padding-bottom: 5px;
}
#footer ul li {
  display: inline-block;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}
#footer ul li:first-child {
  border-left: none;
}
#footer ul li a {
  color: #000;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
#slider {
  background-color: blue;
  height: 65%;
  max-height: 550px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: #005C97;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #005c97, #363795);
  background: linear-gradient(to left, #005c97, #363795);
}
#slider .gar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #000428, #004e92);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #000428, #004e92);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#slider .slider-bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  bottom: 0px;
  text-align: center;
  opacity: 1;
}
#slider .slider-bg .swiper-container {
  height: 100%;
}
#slider .slider-bg .swiper-slide {
  background-size: cover;
  background-position: center;
}
#slider .content {
  position: relative;
  z-index: 22;
  text-align: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  padding-bottom: 50px;
}
#slider .content .btn {
  border: none;
  margin-top: 15px;
  font-size: 140%;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background: rgba(0, 0, 255, 0);
  border: solid 1px #ffffff;
}
#slider .content h1 {
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 10px;
}
#slider .content h1 span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-transform: none;
  font-size: 26px;
  font-family: 'Petit Formal Script', cursive;
  font-weight: bold;
}
#slider .content .line {
  display: inline-block;
  border-top: solid 1px #fff;
  background-color: #fff;
  width: 30px;
}
.fet-btn {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.fet-btn h4 {
  color: #000;
  font-weight: bold;
}
.fet-btn p {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
}
.fet-btn img {
  padding-left: 15px;
  padding-right: 15px;
  width: 80px;
  height: 50px;
}
.affix-top {
  position: relative;
}
.affix {
  top: 20px;
}
.affix-bottom {
  position: absolute;
}
.fixed-head.affix {
  top: 0;
  z-index: 11;
  background-color: #fff;
}
.advanced-search {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.advanced-search h6 {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  margin-top: 0px;
}
.plus-btn {
  position: fixed;
  right: 25px;
  bottom: -70px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  background-color: blue;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.plus-btn:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}
.plus-btn.active {
  bottom: 25px;
}
.plus-btn img {
  height: 30px;
}
.fet-contents {
  background-color: #f1f1f1;
  position: relative;
  width: 100%;
}
.fet-contents hr {
  border-top: dashed 1px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  margin-bottom: 50px;
}
.fet-contents .top-bg {
  position: absolute;
  width: 70%;
  left: 0px;
  top: 0px;
}
.fet-contents .btn {
  background-color: blue;
  color: #fff;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 140%;
}
.fet-content {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  /*z-index: 1;*/
  width: 100%;
  text-align: center;
}
.fet-content p {
  font-size: 18px;
  font-weight: 300;
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: 30px;
}
.fet-content h2 {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  font-family: 'Petit Formal Script', cursive;
  font-weight: bold;
  font-size: 34px;
}
.fet-content h2 span {
  position: absolute;
  width: 40px;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  left: 45%;
  top: 50px;
}
.fet-content .image {
  text-align: center;
  margin-top: -50px;
  margin-bottom: -30px;
}
.fet-content .image img {
  width: 100%;
}
.video {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.video.small-video .play-icon {
  background-color: rgba(0, 0, 0, 0.3);
}
.video.small-video .play-icon span img {
  width: 25px;
}
.video .play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.video .play-icon span {
  position: relative;
  width: 100%;
  text-align: center;
}
.video .play-icon span h4 {
  position: absolute;
  width: 100%;
  left: 0px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.video .play-icon span img {
  width: 50px;
}
.video img {
  width: 100%;
}
.quick-bid {
  border-top: dashed 1px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  margin-top: 20px;
  display: none;
}
.quick-bid h5 {
  font-weight: bold;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.quick-bid .btn {
  background-color: #fff;
}
.quick-bid .bid-form {
  position: relative;
  width: 100%;
  padding-left: 11.5%;
}
.quick-bid .bid-form .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fed700;
  border-color: #fed700;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.social-left {
  position: fixed;
  top: 40%;
  left: 0px;
  background-color: blue;
  z-index: 99;
  width: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.social-left:hover {
  width: 120px;
}
.social-left:hover a span {
  left: 30px;
  opacity: 1;
}
.social-left a {
  display: block;
  position: relative;
  color: #fff;
}
.social-left a i {
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}
.social-left a span {
  position: absolute;
  left: -70px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  opacity: 0;
}
.gallery {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.gallery .bg {
  width: 100%;
  margin-bottom: -7px;
}
.gallery .slider-top {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0px;
  text-align: center;
}
.gallery .slider-top img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-transform: translate(0px, -51%);
  /* Saf3.2+, Chrome */
  -moz-transform: translate(0px, -51%);
  /* FF4+ */
  -ms-transform: translate(0px, -51%);
  /* IE10 */
  -o-transform: translate(0px, -51%);
  /* Opera 10.5+ */
  transform: translate(0px, -51%);
  position: relative;
  top: 50%;
  vertical-align: top;
}
.gallery .slider-bottom {
  height: 15%;
  position: absolute;
  width: 100%;
  bottom: 2.5%;
}
.gallery .slider-bottom .swiper-slide {
  width: 80px;
  background-size: cover;
  opacity: 0.5;
  cursor: pointer;
}
.gallery .slider-bottom .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content-main {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
  margin-left: -15px;
  margin-top: -15px;
  padding-top: 15px;
  padding-left: 15px;
  margin-right: -50px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.content-main.green {
  background-color: #dff0d8;
}
.content-main.yellow {
  background-color: #fcf8e3;
}
.content-main .pdf {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-left: 30px;
  padding-right: 50px;
  color: #000;
}
.content-main .pdf span {
  position: absolute;
  right: 0px;
  color: blue;
}
.content-main .pdf i {
  position: absolute;
  left: 0px;
  top: 7px;
}
.content-main .fet-main {
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.content-main .fet-main .fet {
  /*border-bottom: solid 1px #ffffff;*/
  padding: 10px;
  font-size: 16px;
}
.content-main .fet-main .fet i {
  display: inline-block;
  width: 20px;
  color: blue;
  text-align: center;
}
.content-main .fet-main .fet .usd {
  font-weight: bold;
  font-size: 18px;
}
.content-main .fet-main .bid-btns {
  margin-top: -7px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.content-main .fet-main .bid {
  display: inline-block;
  width: 100%;
  background-color: #eee;
  padding: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  /*border-bottom: solid 1px #ffffff;*/
}
.content-main .fet-main .bid .add-btn {
  background-color: #ffd800;
  color: #000;
  border-color: #ffd800;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.content-main h4 {
  font-weight: bold;
  margin-top: 20px;
}
.content-main h1 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-main h1 span {
  color: blue;
}
.content-main .location {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.content-main h6 span {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  width: 80px;
}
.question {
  border-bottom: solid 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.question .question-form h4 {
  color: blue;
}
.question .question-form h4 i {
  background-color: blue;
  color: #fff;
}
.question .question-form textarea {
  margin-bottom: 10px;
}
.question .question-form .btn {
  background: blue;
  color: #fff;
  border: none;
}
.more-horse h3 {
  font-weight: bold;
}
.more-horse .horse-content1 {
  margin-bottom: 30px !important;
}
.horse-slide {
  position: relative;
  z-index: 22;
  margin-bottom: 50px;
  margin-top: -5%;
}
.horse-slide .swiper-slide {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.horse-slide .container {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.horse-slide .container .control {
  cursor: pointer;
  position: absolute;
  left: 0px;
  font-size: 50px;
  top: 35%;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.horse-slide .container .control:hover {
  color: #000000;
}
.horse-slide .container .control.fa-angle-right {
  right: 0px;
  left: auto;
}
.horse-slide .swiper-container {
  margin-bottom: 30px;
}
.horse-slide .swiper-container .swiper-slide .horse-content {
  margin: 0px;
  border: none;
  line-height: 1;
  text-align: center;
}
.horse-content {
  border-bottom: solid 1px #e4e4e4;
  position: relative;
  width: 100%;
}
.horse-content.shadow {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.horse-content.shadow .narrow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  z-index: 1;
}
.horse-content .fav-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ccc;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  font-size: 18px;
}
.horse-content .fav-icon:hover {
  color: #000;
}
.horse-content .horse-content-main {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.horse-content.sold .horse-content-main {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.horse-content.sold .horse-content-main:hover {
  opacity: 1;
}
.horse-content.horse-content1 {
  border: none;
  margin-bottom: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.horse-content.horse-content1 .horseType {
  right: 0px;
  top: 0px;
  z-index: 1;
  left: 0px;
  width: 100%;
  bottom: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border: none;
}
.horse-content.horse-content1 .horseType span {
  -webkit-transform: translateY(0%) rotate(0deg);
  transform: translateY(0%) rotate(0deg);
}
.horse-content.horse-content1 .btns {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
}
.horse-content.horse-content1 .horse-desc {
  padding: 10px;
  text-align: center;
}
.horse-content.horse-content1 .horse-desc .dis {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 12px;
}
.horse-content.horse-content1 .horse-desc .dis span {
  color: blue;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-right: 7px;
}
.horse-content.horse-content1 .horse-desc h4.title {
  font-size: 14px;
  margin: 0px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.horse-content.horse-content1 .horse-desc h4.title a {
  font-weight: 400;
}
.horse-content.horse-content1 .horse-desc h4.title a span {
  font-weight: bold;
  font-size: 9px;
}
.horse-content.horse-content1 .horse-desc .fet {
  text-align: center;
  line-height: 20px;
  margin-top: 2px;
}
.horse-content.horse-content1 .horse-desc .fet div {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.horse-content.horse-content1 .horse-desc .fet div i {
  color: blue;
  width: 12px;
}
.horse-content.horse-content1 .horse-desc .fet div.time {
  display: inline-block;
  width: 100%;
  border: none;
}
.horse-content .horse-desc .location {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  line-height: 12px;
  position: relative;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.horse-content .horse-desc .location i {
  left: 0px;
  position: absolute;
}
.horse-content .horse-desc .fet div {
  font-size: 13px;
}
.horse-content .horse-desc .fet div i {
  display: inline-block;
  width: 15px;
  text-align: center;
  font-size: 14px;
  color: blue;
}
.horse-content .horse-desc .fet div.usd {
  font-size: 21px;
}
.horse-content .horse-desc .btns {
  margin-top: 10px;
}
.horse-content .horse-desc .btns .btn.more {
  background-color: blue;
  color: #fff;
  border: none;
}
.horse-content .horse-desc .btns .btn.bid {
  background-color: #fed700;
  border: none;
}
.horse-content .horse-desc h4.title {
  margin: 0px;
  font-weight: bold;
  color: #000;
}
.horse-content .horse-desc h4.title span {
  color: #fff;
  display: inline-block;
  padding: 2px;
  background-color: blue;
  font-weight: bold;
  font-size: 12px;
}
.horse-content .horse-desc h4.title a {
  color: #000;
}
.horse-content .horse-desc h6 span {
  font-weight: bold;
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
  font-size: 9px;
}
.thumb-list {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 2px;
}
.thumb-list .col-sm-4 {
  padding: 2px;
}
.thumb-list .thumb {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.thumb-list .thumb:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
}
.thumb-list .active {
  border: solid 1px #000000;
}
.thumb {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}
.thumb .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.thumb .icon i {
  position: absolute;
  left: 3px;
  color: rgba(0, 0, 0, 0.8);
  top: 3px;
  font-size: 9px;
}
.thumb .icon span {
  width: 0;
  height: 0;
  border-top: 25px solid #fed700;
  border-right: 25px solid transparent;
}
.thumb.sold-thumb {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.thumb .size {
  width: 100%;
}
.thumb span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.thumb span img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-transform: translate(0px, -51%);
  /* Saf3.2+, Chrome */
  -moz-transform: translate(0px, -51%);
  /* FF4+ */
  -ms-transform: translate(0px, -51%);
  /* IE10 */
  -o-transform: translate(0px, -51%);
  /* Opera 10.5+ */
  transform: translate(0px, -51%);
  position: relative;
  top: 50%;
  vertical-align: top;
}
.page-title {
  font-weight: bold;
  color: #000;
}
.userHelp {
  position: relative;
}
.userHelp.userResult .right-content {
  padding-left: 50px;
}
.userHelp.userResult h4 {
  margin-top: 44px;
  padding-right: 20px;
}
.userHelp.userResult h4 i {
  width: 50px;
  height: 50px;
  right: -55px;
  top: -15px;
  font-style: normal;
  line-height: 50px;
}
.userHelp:hover h4 {
  color: blue;
}
.userHelp:hover h4 i {
  color: #fff;
  background-color: blue;
}
.userHelp:hover .moreIcon {
  right: 30px;
  opacity: 1;
}
.userHelp:hover .content {
  border: solid 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.24), 0 0px 50px 0 rgba(0, 0, 0, 0.19);
}
.userHelp .left-content {
  padding-right: 30px;
  border-right: solid 1px #d7d7d7;
}
.userHelp .right-content {
  padding-left: 30px;
  margin-left: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: solid 1px #d7d7d7;
}
.userHelp .content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.userHelp .content .vendorComment {
  border: dashed 1px rgba(0, 0, 0, 0.1);
  color: #000;
  margin-left: 20px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.userHelp .content .vendorComment .narrow {
  width: 0;
  height: 0;
  border-top: 20px solid rgba(0, 0, 0, 0.1);
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0px;
}
.userHelp .content .vendorComment h5 {
  font-weight: bold;
  margin-top: 0px;
  color: blue;
}
.userHelp .content .vendorComment h5 span {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
}
.userHelp .content .count {
  width: 20%;
  display: inline-block;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.userHelp .content .count span {
  width: 100%;
  display: inline-block;
}
.userHelp .content .count span.title {
  font-weight: bold;
  color: blue;
  text-transform: uppercase;
  font-weight: 400;
}
.userHelp .moreIcon {
  position: absolute;
  font-size: 50px;
  color: blue;
  right: 15px;
  top: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.userHelp a.more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.userHelp h4 {
  margin: 0px;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  color: #000;
}
.userHelp h4 span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.userHelp h4 i {
  position: absolute;
  right: -45px;
  width: 30px;
  height: 30px;
  background-color: #d7d7d7;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  top: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
/*.pages-header {*/
  /*height: 40%;*/
  /*background: #005C97;*/
  /*!* fallback for old browsers *!*/
  /*background: -webkit-linear-gradient(to left, #005c97, #363795);*/
  /*background: linear-gradient(to left, #005c97, #363795);*/
  /*position: relative;*/
  /*width: 100%;*/
  /*!* Center slide text vertically *!*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
/*}*/
/*.pages-header .image {*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*height: 100%;*/
/*}*/
/*.pages-header .title {*/
  /*position: relative;*/
  /*width: 100%;*/
  /*z-index: 1;*/
  /*color: #fff;*/
  /*font-family: 'Petit Formal Script', cursive;*/
  /*font-weight: bold;*/
  /*text-align: center;*/
  /*font-size: 20px;*/
/*}*/
/*.pages-header .title h1 {*/
  /*margin: 0px;*/
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
  /*text-transform: capitalize;*/
/*}*/
/*.pages-header .title span {*/
  /*display: inline-block;*/
  /*width: 50px;*/
  /*border-top: solid 2px #fff;*/
/*}*/
.contact {
  padding-bottom: 50px;
}
.contact h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact textarea {
  height: 150px;
}
.contact .form-control {
  margin-bottom: 15px;
}
.contact .btn {
  background-color: blue;
  color: #fff;
}
.contact ul li {
  padding-left: 30px;
  position: relative;
}
.contact ul li a {
  color: blue;
}
.contact ul li i {
  position: absolute;
  left: 0px;
  top: 6px;
  color: blue;
}
.text-main h4 {
  font-weight: bold;
  color: #000;
  margin-top: 0px;
}
.member img {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.member .name {
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  height: 40px;
  margin-bottom: 15px;
}
.member .name span {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
}
.member .name span.phone {
  color: blue;
}
.step {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background-color: #fff;
  padding-top: 40px;
}
.step.userTab {
  border-bottom: solid 1px blue;
}
.step.userTab li.active a span {
  background: none;
  border-bottom-color: blue;
}
.step.userTab li a {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.step.userTab li a:hover {
  color: #000;
}
.step.userTab li a:hover span {
  border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}
.step.userTab li a em {
  background-color: red;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: -14px;
  top: 0px;
  height: 14px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
}
.step.userTab li a span {
  width: 0;
  height: 0;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: inherit;
  bottom: 0px;
}
.step li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -4px;
}
.step li a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 16px;
}
.step li a span {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  background-color: #ccc;
  left: 37%;
  bottom: -10px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.step li a i {
  position: absolute;
  border-bottom: solid 1px blue;
  left: -20px;
  right: -20px;
  bottom: -1px;
  opacity: 0;
}
.step li:first-child a i {
  left: -1000px;
}
.step li:last-child a i {
  right: -1000px;
}
.step li.active a {
  color: blue;
}
.step li.active a span {
  background-color: blue;
}
.step li.active a i {
  opacity: 1;
}
.step li.done a {
  color: blue;
}
.step li.done a span {
  background-color: blue;
}
.form-horizontal .control-label {
  font-weight: normal;
}
.form-head {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
.form-head span {
  background-color: #eee;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-top: -12px;
  color: #000;
}
.add-content .add {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.add-content .add:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
}
.add-content .add.plus {
  background-color: rgba(0, 0, 0, 0);
}
.btn-more {
  background-color: blue;
  color: #fff;
}
.btn-more:hover {
  color: #fff;
  opacity: 0.8;
}
.bottom-btns {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  margin-top: 50px;
}
.panel-default > .panel-heading {
  font-weight: bold;
  text-transform: uppercase;
}
.panel-default > .panel-heading.gold {
  background-color: #ffd800;
}
.panel-default {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 80px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  position: relative;
}
.panel-default:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.24), 0 0px 50px 0 rgba(0, 0, 0, 0.19);
}
.panel-default .btn {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  width: auto;
  bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.panel-default .btn.active {
  background-color: #74cb6f;
  border-color: #74cb6f;
  color: #fff;
}
.panel-default .price {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}
.panel-default .price span {
  font-size: 30px;
  display: inline-block;
}
.panel-default ul {
  margin-left: 15px;
}
.panel-default ul li {
  font-size: 12px;
  line-height: 15px;
  padding-left: 12px;
  position: relative;
  padding-top: 6px;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 6px;
}
.panel-default ul li::before {
  position: absolute;
  vertical-align: middle;
  left: -12px;
  font-family: FontAwesome;
  font-size: 14px;
  top: 17px;
  line-height: 0;
  content: "\f046";
  color: rgba(0, 0, 0, 0.5);
}
.flex-list-news {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.shadow {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.shadow:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.24), 0 0px 50px 0 rgba(0, 0, 0, 0.19);
}
.message {
  padding: 15px;
  background-color: #fff;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.message .link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.message h4 span {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-left: 15px;
}
.account-desc {
  margin-bottom: 10px;
}
.horseType {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 13px;
  background-color: rgba(0, 0, 0, 0.1);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.horseType span {
  font-size: 9px;
  display: block;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.horseType.gold {
  background-color: #fed700;
}
.horseType.gold span {
  color: #000;
}
.page-number {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-number .form-inline {
  border-top: dashed 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}
.page-number ul li {
  display: inline-block;
}
.page-number ul li a {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 30px;
  color: #000;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.page-number ul li a:hover {
  border-bottom: solid 1px #000000;
}
.page-number ul li.text a {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 11px;
}
.page-number ul li.text a:hover {
  border: none;
}
.page-number ul li.control a {
  color: blue;
  font-size: 30px;
  width: 40px;
  height: 30px;
}
.page-number ul li.control a:hover {
  border: none;
}
.page-number ul li.control a i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 0px;
}
.page-number ul li.active {
  background-color: blue;
}
.page-number ul li.active a {
  color: #fff;
}
.alert.green {
  background-color: #02b302;
  color: #fff;
}
.alert.red {
  background-color: red;
  color: #fff;
}
.nav-tabs {
  border: none;
  margin-left: -1px;
}
.nav-tabs li.active a {
  color: #000;
}
.nav-tabs li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: blue;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.nav-tabs li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.thumb .reserve {
  position: absolute;
  background-color: #4CAF50;
  color: #fff;
  text-align: center;
  width: 90px;
  height: auto;
  font-size: 9px;
  letter-spacing: 1px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  z-index: 1;
  left: 0px;
  left: -20px;
  top: 17px;
}
.thumb .reserve.reserve1 {
  background-color: red;
}
.modal .horse-content {
  border: none;
}
.modal .horse-content .horse-content-main {
  padding: 0px;
}
.modal .quick-bid {
  display: inline-block;
  width: 100%;
  border: none;
  margin-top: 10px;
}
.modal .quick-bid .bid-form {
  padding-left: 0px;
  margin-top: 7px;
}
