@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;	
	background-image: url(Graphics/bg.jpg);
	font-size: 1vw;
}

path {
  fill: transparent;
  text-align: center;
}
text {
  fill: #fff;
}


.imageandinfo2 img {
	width: 30%;	
}
.header {
	height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: url(Graphics/redpattern.png);
	text-align: center;	
	border-bottom: 2px solid white;
	-webkit-box-shadow: 30px 5px 30px #000;
	        box-shadow: 30px 5px 30px #000;
	font-family: 'Encode Sans Condensed';
	font-size: 20px;
	position: relative;
	z-index: 999;
}

a[href^="tel:"] {
	text-decoration: none;	
}

.header h2 {
	margin-top: -18px;	
	margin-bottom: 5px;
}

.header a {
	color: white;	
}

.header a:hover {
	color: #1F1F1F;	
}

.nav a {
	color: white;
	text-decoration: none;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;	
	font-size: 20px;
}

.nav a:hover {
	background-color: rgba(0,0,0,0.2);	
	outline: 2px solid black;
	color: white;
}

.contentwidth {
	width: 75%;
	margin: auto;	
	border-left: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	
}

.shortpagefix {
	min-height: 75vh;	
}

.homewelcome {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	background-color: rgba(0,0,0,0.7);
	color: white;
	border-bottom: 2px solid white;
	padding-top: 10vw;
	margin-top: -10vw;
}

.pagetitle {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: white;
	margin-top: -1vw;
	margin-bottom: 1vw;
	text-align: center;
	padding-top: 2vw;
}

.salepage {
	background-color: rgba(0,0,0,0.7);
	color: white;
	border-bottom: 2px solid white;
	padding: 25px;
	font-family: 'Encode Sans Condensed';
	overflow: hidden;
}



h1#curve {
	font-size: 2.5vw;	
	font-family: "Times New Roman", Times, serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}




.homewelcome img {
	border-right: white solid 2px;	
}

h3.thankyou {
	margin-top: -1vw;	
	margin-bottom: -1vw;
}

.welcome {
	font-family: 'Encode Sans Condensed';
	padding: 25px;
	font-size: 1.5vw;
	width: 51.5%;	
}

.welcome a {
	color: white;	
}

.welcome a:hover {
	color: #800606;	
}

.welcome h5, .welcome h6 {
	font-weight: normal;
	margin: 0;
}

.welcome h3 {
	border-bottom: 2px solid #800606;
	margin-bottom: 5px;	
	padding-bottom: 5px;
	color: white;
}

.specialthanks {
	padding: 10px;
	background: url(Graphics/redpattern.png);
	color: #fff;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;	
	width: 65%;
}

h6.thanks {
	width: 65%;
	margin: auto;	
}

.icon {
	width: 25%;
	background-color: rgba(153,0,0,0.7);
	font-family: 'Encode Sans Condensed';
	border-left: 2px solid #fff;
}

.icon .padding {
	padding: 25px;	
}

.icon strong {
	font-weight: bold;
	text-transform: uppercase;
}


.icon img {
	border: none;	
}

.first {
	border-left: none;	
}

.button {
	background-color: white;
	font-size: 1vw;
	padding: 10px;	
	width: 40%;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	color: black;
	text-decoration: none;
	display: block;
}

.button:hover {
	background-color: #222;
	color: white;	
}


.button2 {
	background-color: white;
	padding: 10px;	
	width: 20%;
	border-radius: 5px;
	text-align: center;
	margin: 5px;
	color: black;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	font-size: 1vw;
}

.button2:hover {
	background: url(Graphics/redpattern.png);
	color: white;	
}


.footer {
	height: 4vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #bf2e2e;
	background-color: rgba(153,0,0,0.8);
	text-align: center;	
	border-top: 2px solid white;
	-webkit-box-shadow: -30px -5px 30px #000;
	        box-shadow: -30px -5px 30px #000;
	font-family: 'Encode Sans Condensed';
	font-size: 20px;
	position: relative;
	z-index: 999;
	font-size: 15px;
	font-size: 1vw;
}

.footer a {
	color: #bf2e2e;	
}

.footer a:hover {
	color: White;	
}

.animal {
	width: 25%;
	padding: 25px;	
	text-align: center;
	font-family: 'Encode Sans Condensed';
}

.animal a {
	color: white;
	text-decoration: none;	
}

.animal a:hover {
	color: #800606;	
}

.animal2 a {
	color: white;
	text-decoration: none;	
}

.animal2 a:hover {
	color: #800606;	
}

.animal3 a {
	color: white;
	text-decoration: none;	
}

.animal3 a:hover {
	color: #800606;	
}

.animal img {
	border: 2px solid #800606;	
}

.animal strong {
	color: #800606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5vw;
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.animal2 {
	width: 20%;
	padding: 18px;	
	text-align: center;
	font-family: 'Encode Sans Condensed';
	font-size: 0.85vw;
}

.animal2 img {
	border: 2px solid #800606;	
}

.animal2 strong {
	color: #800606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2vw;
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.animal3 {
	width: 20%;
	padding: 18px;	
	text-align: center;
	font-family: 'Encode Sans Condensed';
	font-size: 0.85vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.animal3 img {
	border: 2px solid #800606;	
}

.animal3 strong {
	color: #800606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2vw;
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.salepage h1, .salepage h2 {
	margin: 0;	
}

.cover {
	width: 18vw;
	margin-left: 12vw;
	-webkit-transform: rotate(-6deg);
	    -ms-transform: rotate(-6deg);
	        transform: rotate(-6deg);
	outline: 3px solid #800606;
	margin-top: 3vw;
}

.results {
	margin-top: -25vw;	
	font-size: 13px;
	margin-left: 32vw;
}

.highsellingbulls {
	display: flex;
	width: 85%;
	align-items: space-between;	
	margin-bottom: -1.5vw;
}

.bull {
	width: 33%;
	padding: 1vw;	
}

.bull a {
	color: white;	
}

.bull a:hover {
	text-decoration: none;	
}

.bull img {
	border: 2px solid #900;	
}

.bull strong {
	text-decoration: none;
	text-transform: uppercase;
	background-color: #900;
	font-weight: normal;
	padding: 2px;
}	

.results .lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}

	

.lines .firstchild {
	width: 40px;	
}

.lines .animaltype {
	width: 140px;	
}

.lines .averaged {
	width: 80px;	
}

.sires {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	background-color: rgba(0,0,0,0.7);
	padding-top: 10vw;
	margin-top: -10vw;
}

.females {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: center;	
	    -ms-flex-pack: center;	
	        justify-content: center;
	background-color: rgba(0,0,0,0.7);
	padding-top: 10vw;
	margin-top: -10vw;
}

.imageandinfo {
	width: 50%;	
	color: white;
	font-family: 'Encode Sans Condensed';
	padding: 5vw;
	padding-top: 0;
	padding-bottom: 2vw;
	padding-right: 2vw;
}

.imageandinfo2 {
	width: 80%;	
	color: white;
	font-family: 'Encode Sans Condensed';
	padding: 1vw;
}

.imageandinfo img {
	border: 3px solid #800606;	
}

.imageandinfo a {
	text-decoration: none;
	font-size: 25px;
	color: white;	
}

.imageandinfo a:hover {
	text-decoration: underline;	
}

.imageandinfo2 img {
	border: 3px solid #800606;	
}

.imageandinfo2 h1 {
	margin-bottom: 2px;	
	margin-top: 0;
}

.imageandinfo2 a {
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 0;
	color: white;	
}

.imageandinfo2 a:hover {
	text-decoration: underline;	
}

.footnote {
	width: 50%;	
	color: white;
	padding: 1vw;
	font-family: 'Encode Sans Condensed';
	padding-top: 7vw;
}

.footnote2 {
	width: 50%;	
	color: white;
	padding: 1vw;
	font-family: 'Encode Sans Condensed';
	padding-top: 2vw;
}

.sireinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}

.femaleinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: center;	
	    -ms-flex-pack: center;	
	        justify-content: center;
}

.imageandinfo .info {
	color: #777	;
	width: 50%;
}

.imageandinfo .info h3 {
	color: white;
	font-weight: normal;
	margin-bottom: 2px;	
}

.imageandinfo2 .info {
	color: #777	;
	width: 30%;
}

.imageandinfo2 .info h3 {
	color: white;
	font-weight: normal;
	margin-bottom: 2px;	
}

.pedigree {
	padding-top: 2vw;	
	text-transform: uppercase;
}

.pedigree h2 {
	margin: 0;
	font-size: 20px;
	margin-left: -15px;
	color: #800606;	
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
/* line 677, /Users/miguelperez/Sites/csstricks/source/stylesheets/keyframes.css.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}