/*
Theme Name: Bootstrap Enabled WordPress Theme
Theme URI: http://rafaelrobinson.com/
Description: Fully responsive bootstrap wordpress theme
Version: 1.0
Tags: Multi-Column, Responsive, Bootstrap
Green: #006f53
Red: #8b0021
Fonts:
font-family: 'Libre Baskerville', serif;
font-family: 'Roboto', sans-serif;
*/
/* ---------- REDEFINED HTML ---------- */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  font-family: 'Libre Baskerville', serif;
}
#rfl-nav {
	display: none;
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(https://netdna.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf);
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  background-color: #000;
  overflow-x: hidden;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 600px;
  color: #FFF;
}
body.horse-template-default {
  margin-bottom: 600px;
}

.alert-warning {
display: none !important;
}
.grecaptcha-badge {
  opacity: 0 !important;
}
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block !important; /* undo display:none          */
  height: 0 !important; /* height:0 is also invisible */
  overflow-y: hidden !important; /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
  height: auto !important; /* let the content decide it  */
} /* bootstrap hack end */
.page-template-default {
  margin-bottom: 500px;
}
img#stallion-header-fs {
  width: 100% !important;
  height: auto !important;
}
h1.page-title {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 95px;
  margin-bottom: 30px;
}
#mobile-home img {
  width: 100%;
}
#extra_stal_logo {
  max-width: 375px;
  margin-top: 60px;
}
.page h3 {
  color: #FFF;
  margin-bottom: 20px;
}
#page-header {
  width: 100%;
  background-image: url(../jpg/pageheader2.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
#page-header-about {
  width: 100%;
  background-image: url(../jpg/pageheader-about.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
#page-header-contact {
  width: 100%;
  background-image: url(../jpg/pageheader-contact.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
#page-header-world-of-winners {
  width: 100%;
  background-image: url(../jpg/pageheader-worldofwinners.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
#page-header-broodmares {
  width: 100%;
  background-image: url(../jpg/pageheader-broodmares.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
#page-header-yearlings {
  width: 100%;
  background-image: url(../jpg/pageheader-yearlings.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
#page-header-foals {
  width: 100%;
  background-image: url(../jpg/pageheader-foals.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: -43px;
  min-height: 300px;
  margin-bottom: 50px;
}
.page-title-top {
  position: absolute;
  top: 40%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 3px 5px #000;
  width: 100%;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
}
.page-about h3 {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle !important;
}
.loyal-table .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #111;
}
.loyal-table .table-striped > tbody > tr {
  background-color: #343333;
}
.loyal-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #8b0021;
}
#ped-buttons {
  margin-top: 20px;
  margin-bottom: 30px;
}
#winners-menu {
  width: 100%;
  border-top: solid 1px #8b0021;
  border-bottom: solid 1px #8b0021;
  margin-bottom: 30px;
}
#winners-menu .nav-tabs {
  border-bottom: none;
}
#winners-menu .nav-tabs > li.active > a {
  color: #FFF;
  background-color: #8b0021;
  border: 1px solid #8b0021;
  border-bottom-color: none;
}
#winners-menu .nav-tabs > li.active > a:hover {
  color: #FFF;
  background-color: #8b0021;
  border: 1px solid #8b0021;
  border-bottom-color: none;
}
#winners-menu .nav-tabs > li a:hover {
  color: #FFF;
  background-color: #8b0021;
  border: 1px solid #8b0021;
  border-bottom-color: none;
}
#winners-menu .nav-tabs > li > a {
  border-radius: 0px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
#winners-menu .nav-tabs > li {
  margin-bottom: -6px;
}
.winners-container {
  max-width: 800px;
}
.winners-container .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
  border-bottom: solid 1px #8b0021;
}
.winners-container tr:hover {
  background-color: #111;
}
.winners-container h3 {
  text-transform: uppercase;
  color: #8b0021;
  margin-top: 15px;
}
.winners-container strong {
  color: #006f53;
}
.page strong {
  color: #006f53;
}
/* ----------     HEADER     ---------- */
#stallion-header-desktop {
  display: none;
}
#header {
  margin-bottom: 80px;
}
.header-center {
  display: block;
}
.stallion-header-mobile {
  display: block;
}
img.mobile-width {
  width: 100% !important;
  height: auto !important;
}
.navbar-brand {
  display: block;
}
#header .navbar-default .navbar-collapse, .navbar-default {
  border-color: transparent;
  border-bottom: solid 1px #8b0021;
  background-color: #000;
  font-size: 17px;
}
#header .navbar-nav > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Libre Baskerville', serif;
  text-align: left;
}
#header .navbar-default .navbar-collapsing {
  z-index: -1;
}
#header .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #006f53 !important;
  background-color: transparent !important;
  background-image: url(../png/hoverslash.png);
  background-repeat: no-repeat;
  background-position: center;
}
#header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #006f53 !important;
  background-color: transparent;
  background-image: url(../png/hoverslash.png);
  background-repeat: no-repeat;
  background-position: center;
}
#header .dropdown-menu > li > a:hover {
  background-color: #8b0021;
  color: #FFF;
}
#header .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #8b0021;
}
#header .navbar-default .navbar-brand {
  padding: 6px 0px 0px 5px;
  position: relative;
  z-index: 20000;
}
#menu-logo {
  display: none;
}
#header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
#header #mobile-pad {
  margin-top: 40px;
}
#header .navbar-toggle {
  padding: 0px 0px;
  margin-top: 9px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
#header .navbar-brand > img {
  display: block;
  /*max-width: 225px;*/
  max-width: 145px;
}
li#menu-item-469 {
  border-top: solid 1px #ccc;
}
li#menu-item-469 a {
  font-style: italic;
}
li#menu-item-470 {
  border-top: solid 1px #ccc;
}
li#menu-item-470 a {
  font-style: italic;
}
#fb-icon {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
#fb-icon .fa-facebook-official {
  font-size: 30px;
  bottom: -5px;
  position: relative;
}
#fb-icon a:hover {
  color: #006f53;
}
/**Animated Hamburger Menu**/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 34px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #8b0021;
  border-radius: 9px;
  opacity: 1;
  left: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  top: 18px;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* ----------  MAIN CONTENT  ---------- */
div#team-inside {
  position: relative;
  height: 0;
  overflow-y: hidden;
  margin-bottom: 20px;
  padding-top: 82%;
}
div#team-inside img.bw {
  position: absolute;
  top: 0;
  z-index: 2;
}
div#team-inside img.col {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: .25s ease-in-out;
}
div#team-inside img.col:hover {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
div#team-inside:hover img.bw {
  display: none;
}
#team-text {
  position: absolute;
  z-index: 20;
  left: 5px;
  top: 70%;
}
.team-row h4 {
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  color: #8b0021;
  text-shadow: 0 0 3px #000;
}
.team-row h4 small {
  color: #FFF;
}
#main-content {
  margin-top: 0px;
}
.page-about {
  margin-top: -47px;
}
#page-title-bg {
  position: relative;
  min-height: 300px;
  margin-bottom: 50px;
  top: -47px;
}
div#page-title {
  position: absolute;
  z-index: 20;
  text-align: center;
  width: 100%;
  bottom: 0;
}
div#page-slider {
  position: absolute;
}
.map-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
  border-top: solid 4px #8b0021;
  border-bottom: solid 4px #8b0021;
}
.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.contact-container {
  max-width: 1100px;
}
.contact-container a:hover {
  color: #006f53;
}
#send-btn .btn-primary {
  color: #fff;
  background-color: #8b0021;
  border-color: transparent;
  width: 100%;
  border: solid 1px #8b0021;
}
#send-btn .btn {
  border-radius: 0px;
}
.contact-container .form-control {
  color: #555;
  border-radius: 0px;
}
.contact-container h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
}
.contact-container {
  color: #FFF;
}
.contact-container a {
  color: #8b0021;
}
.contact-l {
  margin-top: 20px;
  text-align: center;
}
.contact-r {
  margin-top: 20px;
  text-align: center;
}
.contact-l a {
  color: #FFF;
}
.contact-l h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-r {
  text-align: center;
}
.contact-r a {
  color: #FFF;
}
.contact-r .fa-facebook {
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-r .fa-instagram {
  font-size: 30px;
  margin-bottom: 60px;
}
.contact-r a#stallion-app {
  font-size: 20px;
  margin-top: 50px;
}
#top-performers .row {
  margin-left: -4px;
  margin-right: -4px;
}
#top-performers ul li {
  margin-bottom: 20px;
  padding-right: 20px;
}
.article-picture {
  margin-bottom: 20px;
}
.article-picture img {
  width: 100%;
}
.archive-post {
  border-bottom: solid 1px #8b0021;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.archive-post a.archive-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.archive-post a.read-more {
  color: #006f53;
  text-transform: uppercase;
}
.article-page .article-date {
  border-bottom: solid 1px #8b0021;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
/* ----------  Home Stallion Header  ---------- */
#hidden {
  display: none;
}
img#sw-dark {
  /*  opacity: 1;*/
}
div#sw-text {
  /*  opacity: 0;*/
}
img#shp-dark {
  /*  opacity: 1;*/
}
div#shp-text {
  /* opacity: 0;*/
}
img#rfl-dark {
  /* opacity: 1;*/
}
div#rfl-text {
  /* opacity: 0;*/
}
img#resolve-dark {
  /*  opacity: 1;*/
}
img#resolve-light {
  /*  opacity: 0;*/
}
div#resolve-text {
  /*  opacity: 0;*/
}
img#mm-dark {
  /*  opacity: 1;*/
}
div#mm-text {
  /* opacity: 0;*/
}
div#gm-text {
  /* opacity: 0;*/
}
div#jf-text {
  /* opacity: 0;*/
}
img#kadabra-dark {
  /* opacity: 1;*/
}
div#kadabra-text {
  /* opacity: 0;*/
}
img#hw-dark {
  /* opacity: 1;*/
}
div#hw-text {
  /*opacity: 0;*/
}
a#crazed-dark {
  /* opacity: 1;
    filter: alpha(opacity=100);*/
}
a#crazed-light {
  /*  opacity: 0;
    filter: alpha(opacity=0);*/
}
div#crazed-text {
  /*  opacity: 0;*/
}
img#ctm-dark {
  /*   opacity: 1;*/
}
img#ctm-light {
  /*  opacity: 0;*/
}
div#ctm-text {
  /* opacity: 0;*/
}
.animate {
  transition: max-width 1s ease-out .1s, opacity .3s ease-out .1s, color .1s;
}
.horse-page-header-mobile {
  display: block;
}
.home-stallion-header h2 {
  color: #FFF;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  font-size: 20px;
}
.home-stallion-header h3 {
  color: #006f53;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
}
.home-stallion-header {
  display: none;
}
.home-stallion-nav {
  position: relative;
  margin-top: -50px;
  display: none;
}
.home-stallion-nav .navbar-default .navbar-nav > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 15px;
}
.home-stallion-nav .navbar-default .navbar-nav > li > a:hover {
  color: #006f53;
}
ul.nav-center {
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0;
  float: none;
}
.navbar-inner {
  text-align: center;
}
div.home-stallion-nav-con:before, div.home-stallion-nav-con:after {
  background-color: #8b0021;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  opacity: 1;
  z-index: 0;
  top: -21px;
}
div.home-stallion-nav-con:before {
  right: 0.5em;
  margin-left: -50%;
}
div.home-stallion-nav-con:after {
  left: 0.5em;
  margin-right: -50%;
}
div.home-stallion-nav-con {}
#home-main-inner-text {
  color: #FFF;
}
#home-main-inner-text a {
  color: #FFF;
}
#home-main-inner-text strong {
  color: #FFF;
}
/**Custom Horse Tabs**/
/*****Horse Nav Crazed*****/
#horse-nav-crazed {
  width: 100%;
  border-top: solid 1px #bca47e;
  border-bottom: solid 1px #bca47e;
}
#horse-nav-crazed .nav-tabs {
  border-bottom: none;
}
#horse-nav-crazed .nav-tabs > li.active > a {
  color: #000;
  background-color: #bca47e;
  border: 1px solid #bca47e;
  border-bottom-color: none;
}
#horse-nav-crazed .nav-tabs > li.active > a:hover {
  color: #000;
  background-color: #bca47e;
  border: 1px solid #bca47e;
  border-bottom-color: none;
}
#horse-nav-crazed .nav-tabs > li a:hover {
  color: #000;
  background-color: #bca47e;
  border: 1px solid #bca47e;
  border-bottom-color: none;
}
.horse-nav-tabs {
  margin-top: 30px;
}
#horse-nav-crazed .nav-tabs > li > a {
  border-radius: 0px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
#horse-nav-crazed .nav-tabs > li {
  margin-bottom: -5px;
  width: 100%;
}
/*****Description Crazed*****/
#description-crazed h2#status {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
#description-crazed {
  color: #fff;
  font-size: 12px;
}
#description-crazed strong {
  color: #FFF;
  font-weight: bold;
}
#description-crazed h3 {
  color: #bca47e;
  font-weight: bold;
  font-size: 12px;
}
/*****Pedigree Crazed*****/
.tab-content-crazed td {
  background-color: transparent;
  font-spacing: normal;
  border-width: 1;
  border-style: solid;
  border-color: #bca47e;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 10px;
  vertical-align: middle;
  color: #FFF;
}
.tab-content-crazed .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #bca47e;
}
.tab-content-crazed td a {
  color: #bca47e;
}
.tab-content-crazed h1 {
  text-align: center;
  text-transform: uppercase;
  color: #bca47e;
  font-size: 25px;
  margin-top: 30px;
}
.tab-content-crazed h2#status {
  text-align: left;
  text-transform: uppercase;
  color: #bca47e;
}
.tab-content-crazed h2#status span {
  color: #bca47e;
  font-weight: bold;
}
/*****Page Header Crazed*****/
#crazed-page-header-info {
  position: absolute;
  z-index: 2;
  top: auto;
  display: none;
  text-align: center;
  width: 100%;
}
#crazed-page-header-info img {
  margin: 0 auto;
}
#crazed-page-header-info h3 {
  text-transform: uppercase;
  color: #bca47e;
  font-size: 23px;
}
#crazed-page-header-info div#fam {
  color: #FFF;
  font-size: 13px;
  margin-top: 10px;
}
#crazed-page-header-info div#conditions {
  color: #FFF;
  font-size: 13px;
  margin-top: 2px;
}
#crazed-page-header-info div#special {
  font-size: 12px;
  margin-top: 2px;
  color: #FFF;
}
#crazed-page-header-info div#fee {
  color: #bca47e;
  font-size: 23px;
  margin-top: 10px;
  font-family: 'Libre Baskerville', serif;
}
/*****Horse Nav Shanghai Phil*****/
#horse-nav-shanghai {
  width: 100%;
  border-top: solid 1px #c02b2d;
  border-bottom: solid 1px #c02b2d;
}
#horse-nav-shanghai .nav-tabs {
  border-bottom: none;
}
#horse-nav-shanghai .nav-tabs > li.active > a {
  color: #FFF;
  background-color: #c02b2d;
  border: 1px solid #c02b2d;
  border-bottom-color: none;
}
#horse-nav-shanghai .nav-tabs > li.active > a:hover {
  color: #FFF;
  background-color: #c02b2d;
  border: 1px solid #c02b2d;
  border-bottom-color: none;
}
#horse-nav-shanghai .nav-tabs > li a:hover {
  color: #FFF;
  background-color: #c02b2d;
  border: 1px solid #c02b2d;
  border-bottom-color: none;
}
#horse-nav-shanghai .nav-tabs > li > a {
  border-radius: 0px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
#horse-nav-shanghai .nav-tabs > li {
  margin-bottom: -5px;
  width: 100%;
}
/*****Description Shanghai Phil*****/
#description-shanghai h2#status {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
#description-shanghai {
  color: #fff;
  font-size: 12px;
}
#description-shanghai strong {
  color: #c02b2d;
  font-weight: bold;
}
#description-shanghai h2#status span {
  color: #c02b2d;
  /*font-size: 18px;*/
  font-weight: bold;
}
.tab-content-shanghai h1 {
  color: #c02b2d;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
}
/*****Description Shanghai Header*****/
#shanghai-page-header-info {
  position: absolute;
  z-index: 2;
  top: 0;
  display: none;
  text-align: center;
  max-width: 350px;
  right: auto;
  left: 50%;
  margin-left: -175px;
}
#shanghai-page-header-info img {
  display: none;
}
#shanghai-page-header-info h3 {
  text-transform: uppercase;
  color: #c02b2d;
  font-size: 23px;
  text-align: center;
  margin-top: 20px;
}
#shanghai-page-header-info div#fam {
  color: #000;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
#shanghai-page-header-info div#conditions {
  color: #000;
  font-size: 13px;
  margin-top: 2px;
  text-align: center;
}
#shanghai-page-header-info div#special {
  font-size: 12px;
  margin-top: 2px;
  color: #000;
  text-align: center;
}
#shanghai-page-header-info div#fee {
  color: #c02b2d;
  font-size: 23px;
  margin-top: 10px;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
}
#description-inside {
  letter-spacing: 1px;
  line-height: 18px;
}
#description-inside li {
  margin-bottom: 5px;
}




/*****Pedigree Shanghai Phil*****/
.tab-content-shanghai td {
  background-color: transparent;
  font-spacing: normal;
  border-width: 1;
  border-style: solid;
  border-color: #c02b2d;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 10px;
  vertical-align: middle;
  color: #FFF;
}
.tab-content-shanghai .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #c02b2d;
}
.tab-content-shanghai td a {
  color: #8b0021;
}
img#stallion-header-fs {
  width: 100% !important;
  height: auto !important;
}
#home-main-inner-text h1 {
  color: #006f53;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
}
#home-main-inner-text h1 small {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.stallion-page-header {
  max-height: 790px;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  height: 340px;
}
.stallion-page-header {
  max-height: 790px;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  height: 450px;
}
.stallion-page-header-shanghai {
  min-height: 290px;
  height: auto;
  width: 100%;
  position: relative;
  max-height: 800px;
  overflow: hidden;
}
.stallion-page-header-crazed {
  min-height: 290px;
  height: auto;
  width: 100%;
  position: relative;
  max-height: 800px;
}
.animate-opacity {
  animation: opac 0.8s
}
@keyframes opac {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
/* ----------  Horse Table BOX  ---------- */
th.headerSortDown:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 10px;
}
th.headerSortUp:after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  margin-left: 10px;
}
th.header {
  font-family: 'FontAwesome';
  content: "\f0dc";
  margin-left: 10px;
}
#consignment-table .table > thead > tr > th {
  background-color: #8b0021;
  color: #FFF;
  border-bottom: none;
}
#consignment-table .table > thead > tr > th:hover {
  cursor: pointer;
}
#consignment-table .table tr {
  background-color: #111;
  color: #FFF;
}
#consignment-table .table tr:hover {
  background-color: #006f52;
}
#consignment-table .table td {
  color: #FFF;
}
#consignment-table .table td a {
  color: #FFF;
}
#consignment-table td#type {
  text-transform: capitalize;
}
#consignment-table .table td {
  padding: 15px 0 15px 10px;
}
#consignment-table .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #343333;
}
#consignment-table .table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #006f52;
}
#consignment-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #8b0021;
}
.page tfoot th, .page thead th {
  background-color: #8b0021 !important;
  font-weight: 700;
  vertical-align: middle;
  color: #FFF !important;
}
.page .tablepress .even td {
  background-color: #111 !important;
  color: #FFF !important;
}
.page .tablepress .odd td {
  background-color: #343333 !important;
  color: #FFF !important;
}
.page .tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #8b0021 !important;
}
.page .tablepress thead th {
  border-bottom: 1px solid #8b0021 !important;
}
.page table.tablepress tr:hover {
  background-color: #006f52 !important;
}
/* ----------  COMMENTS BOX  ---------- */
ol.comment-list {
  margin: 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ol.children {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol.comment-list li {
  margin-bottom: 30px;
  padding-left: 52px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ol.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
ol.comment-list li .avatar {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
ol.children {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 50px;
  border-top: 1px solid #DDD;
}
.comment-heading, .comment-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
}
.comment-metadata a {
  color: #888;
  font-size: 11px;
}
#cancel-comment-reply-link {
  color: #C00;
  font-size: 12px;
}
.form-allowed-tags code {
  white-space: normal;
}
.form-submit {
  display: none;
}
/* ----------     SIDEBAR    ---------- */
#sidebar {}
/* ----------     FOOTER     ---------- */
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#footer-logo {
  margin-bottom: 20px;
}
#footer-logo img {
  margin: 0 auto;
  text-align: center;
}
.footer-nav {
  border-top: solid 1px #8b0021;
  border-bottom: solid 1px #8b0021;
  background-color: #000;
}
.footer-nav .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 3px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
}
.footer-nav .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #006f53;
}
.footer-nav .navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover {
  background-color: transparent !important;
}
.footer-top {
  text-align: center;
  padding: 0px 0px 20px 0px;
  font-size: 12px;
  color: #FFF;
}
.footer-top a {
  color: #FFF;
  font-size: 12px !important;
}
.footer-top strong {
  color: #FFF;
}
li#menu-item-169 .dropdown-menu {
  top: -300px;
}
li#menu-item-70 .dropdown-menu {
  top: -65px;
}
#menu-footer-menu a:hover {
  color: #006f53 !important;
  background-color: transparent;
  background-image: url(../png/hoverslash.png);
  background-repeat: no-repeat;
  background-position: center;
}
#menu-footer-menu li.active a {
  color: #006f53 !important;
  background-color: transparent;
  background-image: url(../png/hoverslash.png);
  background-repeat: no-repeat;
  background-position: center;
}
#menu-footer-menu .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  color: #fff !important;
  background-color: #8b0021;
}
#menu-footer-menu .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #8b0021 !important;
}
#menu-footer-menu .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff !important;
  background-color: #8b0021 !important;
}
#header #mobile-pad {
  margin-top: 40px;
}
/* ----------  MEDIA QUERIES ---------- */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .horse-page-header-mobile {
    display: none;
  }
  #horse-nav-crazed .nav-tabs > li {
    width: auto;
  }
  #horse-nav-shanghai .nav-tabs > li {
    width: auto;
  }

  .contact-l {
    text-align: left;
  }
  .contact-r {
    text-align: left;
  }
  .page-template-default {
    margin-bottom: 250px;
  }
  #shanghai-page-header-info img {
    display: block;
  }
  #shanghai-page-header-info {
    position: absolute;
    z-index: 2;
    top: 5%;
    display: none;
    text-align: left;
    max-width: 350px;
    right: 10%;
    left: auto;
    margin-left: 0px;
  }
  .stallion-page-header-crazed {
    max-height: 790px;
    width: 100%;
    overflow-y: hidden;
    position: relative;
    height: auto;
  }
  #header #mobile-pad {
    margin-top: 0px;
  }
  .home-stallion-nav .navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-right: 12px;
    padding-left: 10px;
  }
  body {
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .home-stallion-header {
    display: block;
  }
  #main-content {
    margin-top: 0px;
  }
  .home-stallion-nav {
    display: block;
  }
  #menu-logo {
    display: block;
    padding: 0px 10px 10px 10px;
    position: relative;
    margin-top: -13px;
    max-width: 200px;
    background-color: #000;
  }
  #menu-logo a:hover {
    background-image: none !important;
  }
  .navbar-brand {
    display: none;
  }
  #header {
    margin-top: 20px;
  }
  #header .navbar {
    height: 30px;
    min-height: 30px;
  }
  #header .navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 7px 5px 7px;
  }
  #header .nav > li > a > img {
    max-width: 100%;
  }
  #header .navbar-default {
    background-color: #000;
    border-color: transparent;
    border-top: solid 1px #8b0021;
    border-bottom: solid 1px #8b0021;
    z-index: 200;
  }
  #header .navbar-default .navbar-collapse, .navbar-default {
    border-color: transparent;
    background-color: transparent;
  }
  #header .navbar-nav > li > a:hover {
    color: #006f53;
    background-image: url(../png/hoverslash.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #006f53 !important;
    background-color: transparent;
    background-image: url(../png/hoverslash.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .container {
    width: 100%;
  }
  #crazed-page-header-info {
    position: absolute;
    z-index: 2;
    top: 28%;
    display: none;
    text-align: left;
    width: auto;
  }
	
  .header-center {
    display: inline-block;
  }
  .stallion-header-mobile {
    display: none;
  }
  #stallion-header-desktop {
    display: block;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .horse-page-header-mobile {
    display: none;
  }
  .contact-l h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #header {
    margin-bottom: 20px;
  }
  .stallion-page-header-shanghai {
    min-height: auto;
  }
  #shanghai-page-header-info div#fee {
    font-size: 20px;
  }
  #shanghai-page-header-info img {
    max-width: 200px;
    margin: 0 auto;
  }
  #shanghai-page-header-info h3 {
    font-size: 18px;
  }
  .page-template-default {
    margin-bottom: 300px;
  }
  #shanghai-page-header-info {
    z-index: 2;
    top: 9%;
    display: none;
    text-align: left;
    max-width: 378px;
    right: 5%;
    left: auto;
    margin-left: 0px;
  }
  .home-stallion-nav .navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 9px;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  div.home-stallion-nav-con:before, div.home-stallion-nav-con:after {
    background-color: #8b0021;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    opacity: 1;
    z-index: 0;
    top: -7px;
  }
  body {
    margin-bottom: 300px;
  }
  .stallion-page-header {
    height: auto;
  }
  #header .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  #header #mobile-pad {
    margin-top: 40px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    display: block;
  }
  .header-center {
    display: block;
  }
  #header .navbar {
    height: inherit;
    min-height: inherit;
  }
  #menu-logo {
    display: none;
  }
  #stallion-header-desktop {
    display: block;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #header .navbar {
    height: 30px;
    min-height: 30px;
  }
  #menu-logo {
    display: block;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .navbar-collapse.collapse.in {
    display: none !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: none !important;
  }
  .navbar-header {
    float: none;
  }
  #stallion-header-desktop {
    display: block;
  }
  #crazed-page-header-info {
    position: absolute;
    z-index: 2;
    top: 27%;
    display: none;
    text-align: left;
    left: 21%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .horse-page-header-mobile {
    display: none;
  }
  #horse-nav-crazed .nav-tabs > li {
    width: auto;
  }
  #horse-nav-shanghai .nav-tabs > li {
    width: auto;
  }
  #header .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 4px 10px 4px 10px;
  }
  #shanghai-page-header-info img {
    display: block;
  }
  body.horse-template-default {
    margin-bottom: 250px;
  }
  #shanghai-page-header-info {
    position: absolute;
    z-index: 2;
    top: 12%;
    display: none;
    text-align: left;
    max-width: 450px;
    right: 13%;
    left: auto;
    margin-left: 0px;
  }
  #stallion-header-desktop {
    display: block;
  }
  #home-main-inner-text {
    color: #FFF;
    max-width: 400px;
  }
  #header #mobile-pad {
    margin-top: 0px !important;
  }
  #menu-logo {
    max-width: 200px;
    background-color: #000;
  }
  body {
    margin-bottom: 250px;
    overflow-x: hidden;
  }
  #main-content {
    margin-top: 0px;
  }
  .home-stallion-nav {
    display: block;
  }
  .stallion-page-header {
    max-height: 790px;
    height: auto;
    width: 100%;
    overflow-y: hidden;
    position: relative;
  }
  .header-center {
    display: inline-block;
  }
  .stallion-header-mobile {
    display: none;
  }
  #mobile-home {
    display: none;
  }
  #home-main-bg {
    /*  background-image: url(imgs/home-main-bottom.jpg);
    height: 0;
    padding-top: 48%;
    background-repeat: no-repeat;
    background-size: cover;
	    background-position: left;
	*/
    position: relative;
  }
  #home-main-text {
    width: 100%;
    position: absolute;
    top: 10%;
  }
  #header #mobile-pad {
    margin-top: 0px;
  }
  .contact-l {
    text-align: left;
  }
  .contact-r {
    text-align: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .control-page-header-mobile {
    display: none;
  }
  #horse-nav-crazed .nav-tabs > li {
    width: auto;
  }
  #horse-nav-shanghai .nav-tabs > li {
    width: auto;
  }
  .page-template-default {
    margin-bottom: 250px;
  }
  #shanghai-page-header-info img {
    display: block;
  }
  #shanghai-page-header-info {
    position: absolute;
    z-index: 2;
    top: 18%;
    display: none;
    text-align: left;
    max-width: 450px;
    right: 22%;
    left: auto;
    margin-left: 0px;
  }
  #stallion-header-desktop {
    display: block;
  }
  #header #mobile-pad {
    margin-top: 0px;
  }
  .stallion-header-mobile {
    display: none;
  }
  .stallion-page-header {
    max-height: 790px;
    height: auto;
    width: 100%;
    overflow-y: hidden;
    position: relative;
  }
  #menu-logo {
    display: block;
    padding: 0px 10px 10px 10px;
    position: relative;
    /*margin-top: -13px;*/
    /**Remove next line and add back margin-top: -13px when 25 year anniversary logo is removed**/
    margin-top: -104px;
    max-width: 100%;
    background-color: transparent;
  }
  #menu-logo a:hover {
    background-image: none !important;
  }
  .navbar-brand {
    display: none;
  }
  #header {
    margin-top: 30px;
  }
  #header .navbar {
    height: 30px;
    min-height: 30px;
  }
  #header .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px 4px 10px;
  }
  #header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #006f53 !important;
    background-color: transparent;
    background-image: url(../png/hoverslash.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .navbar-default {
    background-color: #000;
    border-color: transparent;
    border-top: solid 1px #8b0021;
    border-bottom: solid 1px #8b0021;
    /**Remove next line when 25 year anniversary logo is removed**/
    margin-top: 109px;
  }
  #header .navbar-default .navbar-collapse, .navbar-default {
    border-color: transparent;
    background-color: transparent;
  }
  #header .navbar-nav > li > a:hover {
    color: #006f53;
    background-image: url(../png/hoverslash.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #006f53 !important;
    background-color: transparent;
    background-image: url(../png/hoverslash.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .home-stallion-header {
    display: block;
    max-height: 800px;
    margin-top: 160px;
  }
  body.home {
    margin-bottom: 30px;
    overflow-x: hidden;
  }
  #main-content {
    margin-top: 0px;
  }
  .home-stallion-nav {
    display: block;
  }
  .stallion-page-header {
    max-height: 790px;
    height: auto;
    width: 100%;
    overflow-y: hidden;
    position: relative;
  }
  .header-center {
    display: inline-block;
  }
  .stallion-header-mobile {
    display: none;
  }
  #mobile-home {
    display: none;
  }
  #home-main-bg {
    /*   background-image: url(imgs/home-main-bottom.jpg);
    height: 0;
    padding-top: 48%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left;*/
  }
  #home-main-text {
    width: 100%;
    position: absolute;
    top: 10%;
  }
  #home-main-inner-text h1 {
    font-size: 33px;
  }
  #header #mobile-pad {
    margin-top: 0px;
  }
  .contact-l {
    text-align: left;
  }
  .contact-r {
    text-align: center;
  }
}
@media (min-width:1950px) {
  .contact-l {
    text-align: left;
  }
  .contact-r {
    text-align: center;
  }
  .page-template-default {
    margin-bottom: 250px;
  }
  #shanghai-page-header-info img {
    display: block;
  }
  #shanghai-page-header-info {
    position: absolute;
    z-index: 2;
    top: 23%;
    display: none;
    text-align: left;
    max-width: 500px;
    right: 25%;
    left: auto;
    margin-left: 0px;
  }
  body.home {
    margin-bottom: 30px;
  }
  #stallion-header-desktop {
    display: block;
  }
  .home-stallion-nav {
    display: block;
  }
  #main-content {
    margin-top: 0px;
  }
  .stallion-page-header {
    max-height: 790px;
    height: auto;
    width: 100%;
    overflow-y: hidden;
    position: relative;
  }
  #crazed-page-header-info {
    position: absolute;
    z-index: 2;
    top: 30%;
    display: none;
    text-align: left;
  }
  .header-center {
    display: inline-block;
  }
  #home-main-bg {
    /* background-image: url(imgs/home-main-bottom.jpg);
    height: 0;
    padding-top: 48%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left;*/
  }
  #home-main-text {
    width: 100%;
    position: absolute;
    top: 7%;
  }
  #home-main-inner-text {
    max-width: 400px;
    color: #FFF;
    line-height: 23px;
    letter-spacing: 1px;
  }
  #mobile-home {
    display: none;
  }
  #home-main-inner-text h1 {
    font-size: 33px;
  }
  #header #mobile-pad {
    margin-top: 0px;
  }
  #home-main-inner-text {
    color: #FFF;
    max-width: 600px;
  }
  #menu-logo {
    background-color: transparent;
  }
  .page-template-default {
    margin-bottom: 250px;
  }
  #horse-nav-resolve .nav-tabs > li {
    width: auto;
  }

  #horse-nav-shanghai .nav-tabs > li {
    width: auto;
  }
  #horse-nav-crazed .nav-tabs > li {
    width: auto;
  }
  .control-page-header-mobile {
    display: none;
  }
}