﻿
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

@font-face {
    font-family: 'KSR';
    src: url('fonts/KSR.eot');
    src: url('fonts/KSR.eot') format('embedded-opentype'),
         url('fonts/KSR.woff2') format('woff2'),
         url('fonts/KSR.woff') format('woff'),
         url('fonts/KSR.ttf') format('truetype'),
         url('fonts/KSR.svg#KSR') format('svg');
}

html {
background-image:url('images/background.jpg');
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
  padding: 0;
  margin: 0;
}

body{
  font-family: 'Bitter', sans-serif;
  font-size: 18px;
  font-weight:normal;
  color:#14100C;  
}

* {
  box-sizing: border-box;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


.headerBackground {
	display:block;
	margin:auto;
	width:100%;
}

.headerBackground img {
	width:100%;
	height:auto;
}


#navBackground {
 background-color:#69371C;
  padding:10px;
}

.navContainer {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.colBackground h1 {
text-align: center; background-color:rgba(0,0,0,0.80); 
padding:10px 5px; 
border-top:1px solid #9B5934; 
border-bottom:1px solid #9B5934;  
font-family: 'Bitter','Bitter', sans-serif;
  font-weight: bold;
  text-transform:uppercase; 
  color:#E49F15;
  font-size: 25px;
}

h1{
  font-family: 'Bitter','Bitter', sans-serif;
  font-weight: bold;
  text-transform:uppercase; 
  color:#301E0B;
  font-size: 25px;
  text-align:center;
}

h2{
  font-family: 'Bitter','Bitter', sans-serif;
  font-weight:700;
  color:#E49F15;
  font-size: 20px;
}

h3{
  font-family: 'Bitter','Bitter', sans-serif;
  font-weight:700;
  color:#fff;
  font-size: 22px;
}


a:link   {color: #E49F15; }
a:visited {color:#E49F15; text-decoration:none; }
a:active  {color:#E49F15; text-decoration:none; }
a:hover   {color:#69371C; text-decoration: none; }

a:link.footer   {color: #E49F15; }
a:visited.footer {color:#E49F15; text-decoration:none; }
a:active.footer  {color:#E49F15; text-decoration:none; }
a:hover.footer   {color:#ffffff; text-decoration: none; }


a:link.nav    {color: #F6F3EE; text-transform:uppercase; font-weight:normal; text-decoration: none; font-family: 'Bitter', Arial, serif; font-size: 22px; }
a:visited.nav  {color:#F6F3EE; text-transform:uppercase; font-weight:normal; text-decoration:none; font-family: 'Bitter', Arial, serif; font-size: 22px; }
a:active.nav   {color:#F6F3EE; text-transform:uppercase; font-weight:normal; text-decoration:none; font-family: 'Bitter', Arial, serif; font-size: 22px; }
a:hover.nav    {color:#D4CCBA; text-transform:uppercase; font-weight:normal; text-decoration: none; font-family: 'Bitter', Arial, serif; font-size: 22px; }


a:link.sm    {color: #69371C; text-decoration: none; font-family: Arial, serif; font-size: 8pt; }
a:visited.sm  {color:#69371C; text-decoration:none; font-family: Arial, serif; font-size: 8pt; }
a:active.sm   {color:#69371C; text-decoration:none; font-family: Arial, serif; font-size: 8pt; }
a:hover.sm    {color:#A3978B; text-decoration: none;	font-family: Arial, serif; font-size: 8pt;}


a:link.header    {color: #DEB76C; text-decoration: none; }
a:visited.header  {color:#DEB76C; text-decoration:none; }
a:active.header   {color:#DEB76C; text-decoration:none; }
a:hover.header    {color:#ffffff; text-decoration: none; }



section{
  padding-top:50px;
  padding-bottom:50px;
}


ul.articles {display:block; margin:auto; padding:0px; font-size:14px; overflow: hidden; text-align: center;}
ul.articles li {	
display: inline-block;
	margin: 0 0 5px 4px;
	padding: 4px;
	text-align: center;
	border-radius: 2px;
	vertical-align: top;
}
ul.articles li img {	
	width:100%;
	max-width:300px;
	height:250px;
	overflow:hidden;
	object-fit: cover;
	border-style: solid;
	border:0px solid #000;
	padding:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0,0,0, 0.75);
	margin-bottom:5px;
}
ul.articles li a {display:block;}
ul.articles li a:hover { }
.pdf-overlay { width:70px; height:70px; position:absolute; bottom:-20px; right:-40px; background:url(images/pdf.png) no-repeat left top; }


/*ul, li{
  list-style-type:none;
  display: inline-block;
  padding:10px;
}*/

.text-left{
  text-align:left;
}

.text-center{
  text-align: center;
}

.wrapper{
  text-align: center;
}
.mainContent{
	display:block;
	margin:auto;
	max-width:1300px;
	padding:10px 20px;
	padding-top:0px;
}

hr{
	border:1px solid #9B5934;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a:link.btn {
    border: 1px solid #CCB066;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    background:#E49F15;
    color:#ffffff!important;
    font-weight:bold;
    word-wrap: break-word!important;
    overflow-wrap: break-word!important;
    font-family: 'Muli', sans-serif;
    text-decoration:none!important;	
}

a:hover.btn {
	border: 1px solid #CCB066;
	background-color:#14100C;
    color:#ffffff!important;
}

a:visited.btn {
    border: 1px solid #CCB066;
    color:#ffffff!important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    margin-top:15px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:#5F3412;
    color:#fff;
    font-family: 'Muli', sans-serif;
    text-decoration:none!important;
}

.btn:hover{
	background-color:#14100C;
  color:#ffffff;
}


/* Blog Button Container*/
.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 10px 0px;
}
.button-container form, .button-container form div {
    display: inline;
}


.logo{
  max-width: 450px;
  margin-bottom: 50px;
  width:100%;
}


/* The Magic Float Center Code */
.float_center {
  float: right!important;

  position: relative!important;
  left: -50%!important; /* or right 50% */
  text-align: left!important;
}
.float_center > .child {
  position: relative!important;
  left: 50%!important;
}


/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(95,52,18, 0.9);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 2px;
}

/* end back to top  */

#stick{
	display:block;
}

.navbar-fixed-top {
  position: -webkit-sticky;
  position: -moz-sticky;
  position:-o-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}


/*-----Paper Background Styles----*/

@media only screen and (min-width: 250px) {
.paper{
    /*text-align: center;
    background-image: url(images/paper.jpg);
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    padding:30px;
    border-style:solid;
    border-radius:12px;
    border: 15px solid transparent;
    -webkit-border-image: url('images/border.png') 15 15 stretch;
     border-radius:12px;
   */
}
}


@media screen and (min-width:600px) {
.paper{
    text-align: left;
    height: auto;
    min-height: 400px;
    padding:0px 10px;
}
}

/*----Paper Background Section----*/
  #content{
    text-align: left;
    color: #14100C;
    clear:left;
}


/*-----Camera Caption Styles----*/
.camera_caption {
    text-align: left!important;
    top: -10px!important;
    width: 70%!important;
    padding: 0px 10px!important;
}

.large {
  color: #fff;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.normal{
  color: #fff;
  font-family: 'Bitter', sans-serif;
  font-weight: 500;
  font-size: 14px;  
}




/*-----Phone Media Styles----
@media screen and (max-width:500px) {
   
.camera_caption {
    text-align: left!important;
    top: 0%!important;
    width: 100%!important;
    padding: 5px!important;
}
*/
/*-----Camera Caption Styles---
.large{
  color: #fff!important;
  font-size: 20px!important;
  font-family: 'Bitter', sans-serif!important;
  font-weight: 700!important;
}

.normal{
  color: #fff!important;
  font-size: 15px!important;
  font-family: 'Bitter', sans-serif!important;
  font-weight: 300!important;
}
}
-*/

/*-----Camera Styles----*/

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none;
}

#headerSlides {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

h2{
  font-family: 'Bitter','Bitter', sans-serif;
  font-weight:bold;
  color:#CDBBA4;
  font-size: 20px;
	/*padding:10px;
	background-image: url('images/footer2.jpg');	
 	margin-bottom:20px; */ 
}

.iconContainer {
/*background: url(images/metalroofs.jpg);*/
background-position:center;
transition: all 0.5s ease;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	width:100%;
	display:block;
	margin:5px;
	padding:1px 0px 0px 0px;
}


.spade {
	display: block;
	margin:auto;
	max-width:345px;
}


.footercolumn{
	width:100%;
	padding:5px;
	text-align:center;
}

.blog {
	font-family: Arial, serif;
	font-size:14pt!important;
}

.blogItem{
	width:100%;
	padding:10px;
}

.blogItem img {
	width:100%;
	max-height:300px;
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
    border: 10px solid transparent;
    -webkit-border-image: url('images/border.png') 10 10 stretch;
   padding:2px;
   margin:5px;
   margin-bottom:20px;
   background:rgba(0,0,0,0.80);

}

.blogItem img:hover{
background-position: center;
     -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
    transition: all 0.5s ease;
}


.blogItem h2 {
	font-family: Arial, serif;
	font-size:16pt;
	font-weight:bold;
	color:#E49F15;
	padding:0px;
	/*color:rgba(77,105,56,1);*/
}
.blogItem smallfont{
	font-size:11pt;
}

.author {
	color:#E49F15;
	font-size:16px;
}

.noImg {
	display:none;
}

@media only screen and (min-width: 481px) {
.camera_caption {
    text-align: left!important;
    top: 0!important;
    width: 65%!important;
    padding: 0px 10px!important;
}
.large{
  font-size: 25px!important;
}

.normal{
  font-size: 18px!important;
}

h2{
  font-size: 22px;
}
}

@media only screen and (min-width: 600px) {
.camera_caption {
    text-align: left!important;
    top: 0!important;
    width: 80%!important;
    padding: 10px!important;
}
.large{
  font-size: 30px;
}

.normal{
  font-size: 20px;
}
h2{
  font-size: 25px;
}
.iconContainer {
	width:48%;
	display:block;
	float:left;
	margin:.5%;
	padding:1px 0px 0px 0px;
}


#footer{
    margin-bottom:20px;
    height:100px;
}

.spade {
	display: block;
	margin:auto;
	text-align:center;
	max-width:200px;
	z-index:1000;
	margin-top:-30px;
	padding:0px;
}

.footercolumn {
	width:33%;
	float:left;
	padding:5px;
	text-align:center;
}
.footercolumn p{
	font-size:14px!important;	
}
.blogItem{
	width:48%;
	margin:0.5%;
	padding:10px;
	float:left;
}
.noImg {
	display:block;
	width:100%;
	height:250px;
	background-color:rgba(0,0,0,0.05);
}
}

@media only screen and (min-width: 800px) {
#footer{
    height:130px;
}

.spade {
	display: block;
	margin:auto;
	text-align:center;
	max-width:250px;
	z-index:1000;
	margin-top:-35px;
	padding:0px;
}


.camera_caption {
    text-align: left!important;
    top: 10%!important;
    padding: 15px!important;
    width: 60%!important;
}
.large{
  font-size: 35px!important;
}

.normal{
  font-size: 20px!important;
}

.iconContainer {
	width:24%;
	display:block;
	float:left;
	margin:.5%;
	padding:1px 0px 0px 0px;
	clear:right;
	height:300px;
	overflow:hidden;
}

.footercolumn p{
	font-size:15px!important;	
}
}

@media only screen and (min-width: 1100px) {
#footer{
 background-color:#69371C;
	padding:5px;
    width:100%;
    color:#F2EFE8;
    margin-bottom:20px;
    height:140px;
}

.spade {
	display: block;
	margin:auto;
	text-align:center;
	max-width:300px;
	z-index:1000;
	margin-top:-40px;
	padding:0px;
}

.camera_caption {
    text-align: left!important;
    top: 15%!important;
    padding:20px 50px!important;
    width: 60%!important;
}
.large{
  font-size: 40px!important;
}

.normal{
  font-size: 25px!important;
}
.blogItem{
	width:22%;
	margin:0.5%;
	padding:10px;
	float:left;
	clear:right;
}
}


/*-----Tablet Media Styles----*/
@media screen and (max-width: 990px) {



/*-----Camera Button Styles----*/
#camera_wrap_1 .btn {
  font-family:'Anton',Arial, Helvetica, sans-serif;
  background-color:#006699;
  border-radius:5px;
  border:2px solid white;
  color:#fff;
  margin-bottom:5px;
  font-size:18pt;
  letter-spacing:2px; 
}

#camera_wrap_1 .btn:hover {
  font-family:'Anton',Arial, Helvetica, sans-serif;
  background-color:#082008;
  border-radius:5px;
  border:2px solid white;
  color:#fff;
  margin-bottom:5px;
  font-size:18pt;
  letter-spacing:2px; 
}
}

/*-----Image Hover Styles----*/
.hover-container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
	width:100%;
	height:300px;
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover-container:hover .image {
  opacity: 0.3;
 /* transform: scale(1.25);*/
}

.hover-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: transparent;
  color: white;
}


/*-----Footer Styles----*/
#footer{
 background-color:#69371C;
	padding:5px;
    width:100%;
    color:#F2EFE8;
    margin-bottom:20px;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}

/*-----Footer Paragraph Styles----*/

.copywrite {
  color:#A3978B;
  font-size: 8pt;
  font-family: Arial, sans-serif;
  text-align:center!important;
  padding-top:15px; 
}



/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 0px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

/***** HORSE AREA FORMATTING *****/


#widehorselistingpic {
	text-align: center;
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:100%;
	max-width:300px;
	height:auto;
	/*max-height:250px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border-style: solid;
	padding:5px;
	background:rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow:         0px 0px 15px 0px rgba(0,0,0,1);
    border:1px solid #4F4634;
   /*border: 10px solid transparent;
    -webkit-border-image: url('images/silverframe.png') 15 15 stretch;*/

}

.img{
	padding:5px;
	background:rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow:         0px 0px 15px 0px rgba(0,0,0,1);
    margin:5px;
    border:1px solid #4F4634;
    /*border:2px dotted rgba(255,0,0,0.50);
   	border-style: solid;
    border: 10px solid transparent;
    -webkit-border-image: url('images/silverframe.png') 15 15 round;*/
}

.imgBlog {
	width:100%;
	max-width:600px;
   border:1px solid #ccc;
   padding:5px;
   margin:5px;
   margin-bottom:20px;
   background:#f2f2f2;
   -webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
   -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
   box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
   }

.horseLogo {
	width:100%;
	height:auto;
	max-width:450px;
	max-height:450px;
	overflow:hidden;
	object-fit: contain;
	border:0px;
}
.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding:5px;
	background:rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow:         0px 0px 15px 0px rgba(0,0,0,1);
    border:1px solid #4F4634;
	/*border-style: solid;
    border: 15px solid transparent;
    -webkit-border-image: url('images/silverframe.png') 15 15 stretch;*/
	width:100%;
	max-width:600px;
}

.largepedtable td {
	vertical-align: middle;
}

.medpedtable td {
	vertical-align: middle;
}

.smallpedtable td {
	vertical-align: middle;
}

.pedigreeline {
	max-width: 95%;
	text-align: left;
	margin-left: 0;
	margin-top: 0px;
}

.smallFont {
	font-size: 12px;
  color:#14100C;  

}

/* for Sale Comment and Sold */
.hiLiteComment {
	width:100%;
	padding:5px;
	background-color: #000000;
	color: #C89A57;
	font-weight: bold;
	font-size:18px;
}

.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}



/* for horse name on details page and for horse type heading on listing pages */
/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
  font-family: 'Bitter','Bitter', sans-serif;
  font-weight: bold;
  text-transform:uppercase; 
  color:#301E0B;
  font-size: 25px;
  text-align:center;
}

.pageheading {
  font-family: 'Bitter','Bitter', sans-serif;
  font-weight: bold;
  text-transform:uppercase; 
  color:#301E0B;
  font-size: 25px;
  text-align:center;
}

/* for header links in listing table */
.header {
  font-family: 'Bitter', sans-serif;
	font-weight: bold;
	font-size: 16px;
}


/* for horse name Links on listing pages */
.nameLink {
	display:block;
	margin:auto;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
/*    background-image: none;
    border: 1px solid transparent;*/
    padding: 5px 5px;
    margin-top:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  	/*background-color:#E60201; */
  color:#301E0B;
  font-family: 'Bitter','Bitter', sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	font-style:italic;
	font-size: 20px;
    text-decoration:none!important;
   /* background: url(images/footer2.jpg) repeat center center;
	border: 3px solid transparent;
    -webkit-border-image: url('images/silver.png') 3 3 stretch;
    border-radius:12px;*/

}


a:link.nameLink {
  color:#301E0B;
	text-decoration: none;
}

a:visited.nameLink {
  color:#301E0B;
	text-decoration: none;
}

a:active.nameLink {
  color:#301E0B;
	text-decoration: none;
}

a:hover.nameLink {
	color: #9B5934;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Arial, serif;
	text-transform:uppercase;
	color:#14100C;
	font-size:16px;
	padding-left:5px;
}

a:link.pedName {
	color: #9B5934;
	text-decoration: underline;
	font-size:16px;	
}

a:visited.pedName {
	color: #9B5934;
	text-decoration: underline;
}

a:active.pedName {
	color: #9B5934;
	text-decoration: none;
}

a:hover.pedName {
	color: #E5A214;
	text-decoration: none;
}

.pedNotes {
	font-size: 8pt;
}

.backlink{font-size: 10pt;}

.tiny {
	font-size: 12px;
  	color:#14100C; 
  	text-align:center!important; 
}

a:link.tiny {
  color:#14100C;  
	text-decoration: underline;
}

a:visited.tiny {
  color:#14100C;  
	text-decoration: underline;
}

a:active.tiny {
  color:#14100C;  
	text-decoration: none;
}

a:hover.tiny {
	color: #CDBBA4;
	text-decoration: none;
}

.widehorselisting {
    background-color:rgba(0,0,0,0.5);
    height: auto;
    padding:30px;
    border: 20px solid transparent;
    -webkit-border-image: url('images/bordersilver.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #3A0101;
	box-shadow: 0px 0px 15px 0px #3A0101;
}

.horselisting {
    background-color:rgba(225,218,203,0.75);
    overflow:hidden;
    height: auto;
    padding:15px;
    /*border:5px solid #E60201;*/
    border: 15px solid transparent;
    -webkit-border-image: url('images/border.png') 15 15 stretch;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 2px double #180000;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #2F0101;
	box-shadow: 0px 0px 15px 0px #2F0101;
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
	/* width:32%; */
}

.shortHorseDescription {
	text-align:left;
	font-size:16px;
}

.medsmallwhiteFont{
	font-size:15px;
}

.longHorseDescription {
	/*margin-left: 2em;*/
}

.detailsheader {
	text-align: center;
}



/* TIME LINE CODE*/
#timeline{
	display:block;
	margin:auto;
	width:100%;
	padding:50px 0px;
	background-image:url('images/timelineBackground.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

.timeline-container{
  height: 200px; 
  width: 100%;
 /* background-color: #EDECE7;*/
  overflow-x: hidden;
  white-space: nowrap;
  overflow-y:hidden;
}

.timeline-container .timeline {
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}

.timeline-container.timestamp {
  margin: auto;
  margin-bottom: 5px;
  padding: 0px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-container .status {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #69371C;
  position: relative;
  transition: all 200ms ease-in;
}
.timeline-container.status span {
  padding-top: 0px;
}
.timeline-container .status span:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #69371C;
  border-radius: 12px;
  border: 2px solid #69371C;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 200ms ease-in;
}

.swiper-container {
  width: 95%; 
  margin: auto;
  overflow-y: auto;
}
.swiper-wrapper{
  display: inline-flex;
  flex-direction: row;
  overflow-y:auto;
  justify-content: center;
}
.swiper-container::-webkit-scrollbar-track{
   background:rgba(0,0,0,0);
}
.swiper-container::-webkit-scrollbar{
  height: 0px;
}
.swiper-container::-webkit-scrollbar-thumb{
   background: #000 !important;
}
.swiper-slide {
  text-align: center;
  font-size: 16px;
  width: 200px;
  height: 100%;
  position: relative;
  margin-bottom:30px;
}

.timestamp{
  margin-bottom:20px;
}
.date{
  font-size:19px;
  font-weight:bold;
  padding-bottom:15px;
  color:#040100;
  font-family: "Bitter", serif;
}

.status, .status a{
  font-size:17px;
  font-weight:normal;
  padding-bottom:5px;
  color:#2F211A;
  font-family: "Bitter", serif;
}

.status a:hover{
  color:#69371C;
}


.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
    background-color:rgba(225,218,203,0.75);
    overflow:hidden;
    height: auto;
    padding:15px;
    /*border:5px solid #E60201;*/
    border: 15px solid transparent;
    -webkit-border-image: url('images/border.png') 15 15 stretch;
  flex: 32%;
  margin:2px;
  text-align:center;
}

.hp-item img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:100%;
	max-width:300px;
	height:auto;
	/*max-height:250px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border-style: solid;
	padding:5px;
	background:rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow:         0px 0px 15px 0px rgba(0,0,0,1);
    border:1px solid #4F4634;
}

.hp-item h1{
  color:#301E0B;
  font-family: 'Bitter','Bitter', sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	font-style:italic;
	font-size: 20px;
    text-decoration:none!important;
    padding:10px;
}

.hp-item p{
    text-align:left;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 600px) {
  .hp-item {
    flex: 100%;
  }
}




