@font-face {
    font-family: 'elliot_sans';
    src: url('../fonts/elliotsans-regular-webfont.eot');
    src: url('../fonts/elliotsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/elliotsans-regular-webfont.woff2') format('woff2'),
    url('../fonts/elliotsans-regular-webfont.woff') format('woff'),
    url('../fonts/elliotsans-regular-webfont.svg#elliot_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'elliot_sans';
    src: url('../fonts/elliotsans-regularitalic-webfont.eot');
    src: url('../fonts/elliotsans-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/elliotsans-regularitalic-webfont.woff2') format('woff2'),
    url('../fonts/elliotsans-regularitalic-webfont.woff') format('woff'),
    url('../fonts/elliotsans-regularitalic-webfont.svg#elliot_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'elliot_sans';
    src: url('../fonts/elliotsans-bold-webfont.eot');
    src: url('../fonts/elliotsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/elliotsans-bold-webfont.woff2') format('woff2'),
    url('../fonts/elliotsans-bold-webfont.woff') format('woff'),
    url('../fonts/elliotsans-bold-webfont.svg#elliot_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'elliot_sans';
    src: url('../fonts/elliotsans-bolditalic-webfont.eot');
    src: url('../fonts/elliotsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/elliotsans-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/elliotsans-bolditalic-webfont.woff') format('woff'),
    url('../fonts/elliotsans-bolditalic-webfont.svg#elliot_sansbolditalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'halion';
    src: url('../fonts/halion-webfont.eot');
    src: url('../fonts/halion-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/halion-webfont.woff2') format('woff2'),
    url('../fonts/halion-webfont.woff') format('woff'),
    url('../fonts/halion-webfont.ttf') format('truetype'),
    url('../fonts/halion-webfont.svg#halionregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pitch';
    src: url('../fonts/pitchdisplay-webfont.eot');
    src: url('../fonts/pitchdisplay-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pitchdisplay.woff2') format('woff2'),
    url('../fonts/pitchdisplay.woff') format('woff'),
    url('../fonts/pitchdisplay.ttf') format('truetype'),
    url('../fonts/pitchdisplay-webfont.svg#pitchdisplay') format('svg');
    font-weight: normal;
    font-style: normal;
}
html.hide-scroll {
    margin-right:23px;
    overflow:hidden;
}
#mvs-html{
    overflow:hidden;
}

#body {
    min-height: calc(100vh - 104px);
    padding-bottom: 5rem;
}

body, .body, #body, .mvs-page, .page {
    background-color: #f5f5f5;
}
.spacing {
    margin-top:100px;
}
.little-spacing {
    margin-top:40px;
}
#mvs_header, footer {
    background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6, p{
    font-family: 'elliot_sans', sans-serif;
    color: #000;
    font-weight:normal;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    line-height:normal;
    cursor:default;
}
h4 {
    font-family: 'elliot_sans', sans-serif!important;
    letter-spacing: 4px;
}
h3 {
    font-size: 22px;
    letter-spacing: 4px;
}
a {
    color:#000;
}

a:hover {
    color: #6b6b6b
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

strong {
    font-family: elliot_sans, sans-serif;
    font-weight: bold !important;
    font-style: normal;
}

em {
    font-family: elliot_sans, sans-serif;
    font-style: italic;
    font-weight:normal;
}

hr {
    border: 1px solid #000;
    margin: 10px auto 10px 0;
    width: 55px;
}

/* custom body classes */
.center {
    text-align:center;
}

.spaced-font{
    letter-spacing: 2px;
}

.capitalize {
    text-transform:capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.small-caps {
    font-variant:small-caps;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.mvs-page h1{
    font-family: 'halion', serif;
    font-size:35px;
    text-transform:capitalize;
    letter-spacing: 3px;
    font-variant:small-caps;
}
.mvs-page h2 {
    font-size:20px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.horse-page-title {
    position:relative;
    margin-bottom:1.7rem;
	font-size:1.75rem !important;
    letter-spacing: 4px !important;
    font-family: 'elliot_sans', sans-serif !important;

}
.horse-page-title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    top: 38px;
    left: 0;
    background-color: #000;
}
.mvs-page h2 span, .horse-page-title span, .mvs-page h2 del{
    text-decoration: none !important;
    font-family: 'pitch', sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 0 5px;
}

/** HEADER CLASSES */
#mvs_header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100px;
    z-index:9;
    background:#fff
}

#mvs_header .wrapper-header {
    position: relative;
    width: 95%;
    height: 100%;
    margin: 0 auto;
}

#mvs_header .logo-wrapper {
    padding-top:23px;
}

#mvs_header .page-title-wrapper {
    position: absolute;
    right: 100px;
    top: 51px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    z-index: 5;
}

#mvs_header .page-title-wrapper h1{
    margin: 0;
    line-height: 0;
}

#mvs_header .small-logo{
    display:none;
}

#mvs_header .logo-text {
    display:inline-block;
    position: relative;
    top: -4px;
    left:15px;
}

#mvs_header .logo-text h1, #mvs_header .logo-text h2 {
    margin:0;
}

#mvs_header .logo-text h2 {
    font-size: 14.97px;
    font-weight: 400;
}

#mvs_header .logo-text h2 span {
    font-family: 'pitch', sans-serif;
    font-style: italic;
    font-size: 11px;
}

#mvs_header img{
    display:inline-block;
    height:55px;
}

#mvs_header .mvs-hamburger {
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    box-sizing: border-box;
    z-index: 500;
}

#mvs_header .mvs-hamburger .line-hamburger{
    display:block;
    width:30px;
    height:4px;
    background:#000;
    transition:.7s;
    pointer-events:none
}

#mvs_header .mvs-hamburger .line-hamburger:nth-child(2){
    margin:6px 0;
}

#mvs_header .mvs-hamburger .line-hamburger:nth-child(3){
    width:20px;
    float:right;
}

.mvs-hamburger span:nth-child(1){top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}
.mvs-hamburger span:nth-child(2){top:6px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}
.mvs-hamburger span:nth-child(3){top:12px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}
.mvs-hamburger-open span{-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.mvs-hamburger-open span:nth-child(1){position:relative;top:-1px;left:1px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.mvs-hamburger-open span:nth-child(2){width:0%;opacity:0}
.mvs-hamburger-open span:nth-child(3){width:100% !important;top:20px;left:0px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}

#mvs_header .menu{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100vh;
    background:#fff;
    font-family: Halion,Helvetica,serif;
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    z-index:-1
}

#mvs_header .menu-open{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    z-index:200
}

#mvs_header .menu-open{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    z-index:200
}

#mvs_header .menu .nav{
    position:relative;
    height:inherit;
}

#mvs_header .menu .nav li{
    line-height:4.5rem;
}

#mvs_header .menu .nav ul{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}

#mvs_header .menu .menuLogo,#mvs_header .menu-open .menuLogo{
    width: 55%;
    margin: 10px auto;
    height:6rem;
}

#mvs_header .menu a{
    position:relative;
    font-size:45px;
    color:#000;
    font-family: Halion,Lato,Helvetica,Arial,sans-serif;
    text-transform:capitalize;
    font-variant:small-caps;
    letter-spacing: 2px;
}

#mvs_header .menu-open a{
    position:relative;
    font-size:3rem;
    color:#000;
    opacity:0;
    -webkit-animation: MenuFadeIn .6s ease-in-out;
    animation: MenuFadeIn .6s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-family: Halion,Lato,Helvetica,Arial,sans-serif;
    text-transform:capitalize;
    font-variant:small-caps;
    letter-spacing: 3px;
}

@keyframes MenuFadeIn {
    0% {
        top:20px;
        opacity: 0;
    }
    100% {
        top:0;
        opacity: 1;
    }
}

#mvs_header .menu-open li:nth-child(2) a{
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

#mvs_header .menu-open li:nth-child(3) a{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

#mvs_header .menu-open li:nth-child(4) a{
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

#mvs_header .menu-open li:nth-child(5) a{
    -webkit-animation-delay:.7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s
}

#mvs_header .menu-open li:nth-child(6) a{
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

#mvs_header .menu-open li:nth-child(7) a{
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s
}

#mvs_header .menu-open li:nth-child(8) a{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

#mvs_header .menu-open li:nth-child(9) a{
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

#mvs_header .menu-open li:nth-child(10) a{
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

#mvs_header .menu-open li:nth-child(11) a{
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}
#mvs_header .menu-open li:nth-child(12) a{
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s
}

#mvs_header .menu-open li a:hover:before, #mvs_header .menu-open li.active a:before  {
    visibility: visible;
    -webkit-transform: scaleX(0.75);
    -moz-transform: scaleX(0.75);
    -ms-transform: scaleX(0.75);
    -o-transform: scaleX(0.75);
    transform: scaleX(0.75);
}

#mvs_header .menu-open li a:before, #mvs_header .menu-open li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#mvs_header .menu-open li a:before, #mvs_header .menu-open li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*END HEADER */

/* FOOTER */
.mvs-page-footer{
	height:104px;
}
.mvs-footer{
	position:relative;
	bottom:0;
    width:100%;
	height:104px;
	padding:20px 0;
}

.homepage .mvs-footer {
    bottom:85px;
}

.mvs-footer p{
	font-size:14px;
	line-height: 18px;
	text-align:center;
	margin:0;
}

.mvs-footer .copyright{
	margin-top: 10px;
	font-size:12px;
}
.mvs-footer .developers {
    font-size:12px;
}
.mvs-footer .developers a{
	color:#8b9096
}
/* END FOOTER */

/* MARES PAGE */
.parent-horse {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.parent-horse a h2, .extra-info h2 {
    text-align: center;
    letter-spacing: 4px;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px;
    margin-bottom: 60px;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.extra-info h2{
    margin-bottom: 6px;
}

.parent-horse a h2:hover{
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parent-horse .preheader p, .preheader p{
    font-family: pitch, serif;
    font-style: italic;
    text-align:center;
    margin: 5px;
    font-size:15px;
}

.parent-horse .summary p {
    text-align:center;
    margin: 2.7rem 0;
}

.horse-item ul {
    list-style: none;
}

.depth-1 {
    padding-left: 0;
    margin:0 auto;
    width:50%;
}
.depth-1 li {
    padding-left: 5px;
    margin-top:5px;
    /*background:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}
/*.depth-1 li:hover{
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8 {
    padding-left:1rem;
}
.depth-2{
    border-left: 1px solid black;
    margin-left: 3px;
    margin-top: 0px;
    padding-top: 3px;
}

.extra-info p, .extra-info h2, .extra-info a {
    text-align: center;
}
.extra-info h2 a{
    padding-left: 170px;
    padding-right: 170px;
}
.extra-info h2 a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.extra-info .preheader p{
    margin-bottom: 70px;
}

/* ABOUT PAGE*/
.team-members .member {
    display: inline-block;
    width:33%;
    vertical-align: top;
    padding: 0 10px;
}
.team-members .member:first-child, .team-members .member:nth-child(2) {
    display: inline-block;
    width:50%;
    vertical-align: top;
    padding: 0 10px;
}
.team-members .member .member-title {
    position: relative;
}
.team-members .member .member-title:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #000;
}
.team-members .member:last-child {
    width:100%;
}
#body > script:first-child + .grav-lightslider {
     margin-top: 0;
}
/* ABOUT PAGE */

/*HOME PAGE*/
.homepage {
	height: 100% !important;
	overflow:hidden;
}

.homepage #body {
	padding-top:100px;
	padding-bottom:0;
}

.homepage .mvs-footer p {
    color: #000 !important;
    font-size: 20px;
    text-align: center;
    position: relative;
    top: 36%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage .mvs-footer p:before {
   font-family: FontAwesome;
   content: "\f099";
    font-size: 40px;
    vertical-align: sub;
}

.homepage .mvs-footer a{
    color: #000;
    text-decoration: underline;
}

.homepage .mvs-footer a:hover{
	color:#6b6b6b;
}

.homepage .grav-lightslider, .homepage .lightSlider li {
	height: calc(100vh - 100px);
}



.homepage .lSSlideOuter {
	height:inherit;
}



.homepage .lightSlider li img {
	height:inherit;
	width:100%;
	object-fit: cover;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color:#fff !important;
}

/* PEDIGREE PAGE */
.pedigree-row {

    cursor: pointer;
}
.pedigree-title {
	padding-top:20px;
	padding-bottom:20px;
    position:relative;
    top:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pedigree-title.title-animation {
    top:161px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pedigree-title h2 {
	text-transform:uppercase;
	letter-spacing:4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: none;
}

.pedigree-title:hover h2 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:#fff;
}

.pedigree-title h2 span {
	font-family: 'pitch';
	letter-spacing:0;
	font-size:13px;
	font-weight:normal;
	font-style: italic;
}

.pedigree-tree {
	display:none;
}

/* PEDIGREE PAGE SEB */
.pedigree-tree{
   position:relative;
   top:-20px;
}

.pedigree-tree ul, .horse-page ul{
    list-style-type:none;
    padding-left:15px;
}

.pedigree-tree li, .horse-page li{
    width:200px !important;
}

.pedigree-tree > ul:before, .horse-page > ul:before{
    position:absolute;
    left:-15px;
    content: "";
    background-image:url(../images/h-line.png);
    background-size: 100% 100%;
    display: inline-block;
    width:10px;
    height:150px;
}

.pedigree-tree > ul, .horse-page > ul{
    position:relative;
    margin-left:90px;
    margin-top:50px;
    margin-bottom:50px;
}

.pedigree-tree > ul{
    margin-left:336px;
}
.horse-page > ul {
    margin-top:100px;
    margin-bottom:100px;
}
.pedigree-tree > ul > li, .horse-page > ul > li {
    position:relative;
    height:75px;
}

.pedigree-tree > ul > li:last-child, .horse-page > ul > li:last-child {
    top:60px;
}

.pedigree-tree > ul > li ul, .horse-page > ul > li ul{
    position: absolute;
    right:-190px;
    transform: translateY(-50%);
    height:75px;
}

.pedigree-tree > ul > li > ul:before, .horse-page > ul > li > ul:before{
    position:absolute;
    left:-15px;
    content: "";
    background-image:url(../images/h-line.png);
    background-size: 100% 100%;
    display: inline-block;
    width:10px;
    height:75px;
}

.pedigree-tree > ul > li ul li:first-child, .horse-page > ul > li ul li:first-child {
    height:37.50px;
    line-height:0;
}

.pedigree-tree > ul > li ul li:last-child, .horse-page > ul > li ul li:last-child {
    top: 22px;
    position: relative;
}

.pedigree-tree > ul > li ul li:first-child ul, .horse-page > ul > li ul li:first-child ul{
    position: absolute;
    left: 100%;
    width: 200%;
    top: 0;
    transform: translateY(-75%);
    height:20px;
}

.pedigree-tree > ul > li ul li:last-child, .horse-page  > ul > li ul li:last-child {
    height:37.50px;

}

.pedigree-tree > ul > li ul li:last-child ul, .horse-page > ul > li ul li:last-child ul{
    position: absolute;
    left: 100%;
    width: 200%;
    top: 0;
    transform: translateY(-50%);
    height:10px;
}

.pedigree-tree > ul > li ul li > ul li:first-child, .horse-page > ul > li ul li > ul li:first-child{
    line-height: 0;
}

.pedigree-tree > ul > li ul li:last-child > ul li:last-child, .horse-page > ul > li ul li:last-child > ul li:last-child{
    top:10px;
}

.pedigree-tree > ul > li ul li > ul li, .horse-page > ul > li ul li > ul li{
    height:10px !important;
}

.pedigree-tree > ul > li ul li > ul:before, .horse-page > ul > li ul li > ul:before{
    position:absolute;
    left:-15px;
    content: "";
    background-image:url(../images/h-line.png);
    background-size: 100% 100%;
    display: inline-block;
    width:10px;
    height:30px;
}

/* END PEDIGREE PAGE */

/* YEARLINGS / MATINGS PAGE */
.yearlings #body h2,
.matings #body h2 {
    font-family: 'pitch', sans-serif;
    text-align: center;
	font-size:24px;
    position: relative;
    font-style: italic;
}
.yearlings #body h2:before,
.matings #body h2:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    top: 28px;
    background-color: #000;
}
.matings #body h3 {
	font-size:22px;
	text-align:center;
	padding-top:60px;
	padding-bottom:40px;
}

.matings #body h3 del{
	text-decoration:none;
	font-family: 'pitch';
    font-style : italic;
	font-size:18px;
}

.table-page {
    overflow-x: scroll;
}

table {
    min-width:800px;
}

 th, table {
	text-align:center;
}

 th {
	padding-bottom:55px;
	font-size: 1.75rem;
	font-weight:normal;
    letter-spacing: 4px;
}

th, td, table {
	border:none;
	background:none;
}
td {
	padding:2px;
}
tr {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background:none;
}
tr:hover {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background:#fff;
}

thead tr:hover {
	background:none !important;
}
/* END YEARLINGS PAGE */

/*PERFORMERS PAGE */

.performer{
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 2rem 2rem;
}
.mvs-page .performer-title{
    position: relative;
    font-family: 'elliot_sans', sans-serif;
    text-transform: uppercase!important;
    font-variant: normal;
	letter-spacing:4px;
	font-size:1.75rem;

}
.mvs-page .performer-subtitle{
    position: relative;
    margin-top:0;
}
.performer-subtitle:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    top: 30px;
    left: 5px;
    background-color: #000;
}
.mvs-page .performer-subtitle span{
    padding: 0 0;
    font-size: 18px;
}

.horse-page p div img {
	margin-bottom: -20px;
	margin-top:10px;
    max-width: 300px;
}