Victorian Owners' Gold Card
Victorian Owners' Gold Card
The Victorian Racehorse Owners' Gold Card is your golden ticket to the inner sanctum of Victorian racing.
Owners Portal
Owners Portal
Conduct all your ownership functions online in one place.
Become an Owner
Become an Owner
Learn how to become a Thoroughbred owner and gain your ticket to the inner-sanctum of the ‘Sport of Kings’.
Owner Events
Owner Events
Take a look at the highlights from our most recent Owners' events
Syndicate Promoters
Syndicate Promoters
These Approved Syndicate Promoters are dedicated to making your ownership experience as simple and enjoyable as possible.
Owner Resources
Owner Resources
View all resources needed if you are the owner of a race horse or thinking about becoming an owner.
.rv2_racing-animation * {
position: static;
}
.rv2_racing-animation {
width: 100%;
max-width: 950px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom: 40px;
padding-bottom:42px;
padding-left:50px;
padding-right:50px;
border:1px solid #bababa;
border-radius: 12px;
position: relative;
}
.rv2_racing-animation:before, .rv2_racing-animation:after {
position: absolute;
width: 5px;
height: 84%;
top:8%;
background:#ffffff;
content:"";
}
.rv2_racing-animation__heading h2.external-club-color {
margin-top:25px !important;
}
.rv2_racing-animation:before {
left:-2px;
}
.rv2_racing-animation:after {
right:-2px;
}
.rv2_racing-animation-logo {
width: 100%;
position: relative;
margin-top: -50px;
text-align: center;
}
.rv2_racing-animation-logo svg {
width: 173px;
height: 100px;
margin:auto;
}
.rv2_racing-animation-intro {
max-width: 730px;
margin:auto;
text-align: center;
}
.rv2_racing-animation-intro p {
margin-top: 5px !important;
margin-bottom: 0 !important;
padding-bottom:0 !important;
line-height: 22px;
}
.rv2_racing-animation-listing {
width: 100%;
overflow: hidden;
}
.rv2_racing-animation__item {
margin-top:30px;
text-align: center;
width: 33.33%;
float:left;
display: inline-block;
}
.rv2_racing-animation__circle {
width:92px;
height: 92px;
margin:auto;
display: table;
position: relative;
}
.rv2_racing-animation__icon {
position: absolute;
z-index: 10;
opacity: 0;
}
.rv2_racing-animation__circle--mask {
margin:auto;
width: 94px;
height: 94px;
position: absolute;
left:0;
top:0;
background:#ffffff;
}
.rv2_racing-animation__circle--mask svg {
transform: rotate(-90deg);
}
.rv2_racing-animation__circle--mask circle {
stroke-dasharray: 600;
stroke-dashoffset: 600;
}
.rv2_racing-animation__circle--outline {
width: 92px;
height: 92px;
}
.rv2_racing-animation__circle--outline svg {
width: 92px;
height: 92px;
}
.rv2_racing-animation__number {
font-size: 30px !important;
height: 50px;
color:#006DA6;
padding-top:15px;
padding-bottom:5px;
}
.rv2_racing-animation__counting {
height: 28px;
text-align: right;
overflow: hidden;
line-height: 28px;
display: inline-block;
vertical-align: top;
}
.rv2_racing-animation__text {
line-height: 28px;
display: inline-block;
vertical-align: top;
opacity: 0;
}
.rv2_racing-animation__copy {
padding:0 10px;
opacity: 0;
}
.racing-animate .rv2_racing-animation__icon {
animation: fade 0.7s alternate forwards;
animation-delay: 1.5s;
}
.racing-animate .rv2_racing-animation__circle--mask {
background:none;
}
.racing-animate .rv2_racing-animation__circle--mask circle {
animation: draw 2s alternate forwards;
}
_:-ms-fullscreen, :root .rv2_racing-animation__circle--mask {
background:#ffffff;
opacity:1;
}
_:-ms-fullscreen, :root .racing-animate .rv2_racing-animation__circle--mask {
animation: draw 1.5s alternate forwards;
}
@media only screen and (max-width: 940px) {
.rv2_racing-animation {
padding-left:20px;
padding-right:20px;
margin-top: 20px;
margin-bottom: 20px;
}
.rv2_racing-animation__copy {
padding:0;
}
}
@media only screen and (max-width: 768px) {
.rv2_racing-animation {
padding-left:15px;
padding-right:15px;
margin-top: 20px;
margin-bottom: 20px;
}
.rv2_racing-animation__item {
width: 100%;
float:none;
}
.rv2_racing-animation__copy {
padding:0;
}
.rv2_racing-animation .hide-for-small {
display: none !important;
}
}
@keyframes draw {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 600;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-ms-keyframes draw {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
Equine Welfare
.rv2_st0-logo{fill:#ffffff;}
.rv2_st1-logo{fill:url(#rv2_SVGID_1_);}
Racing Victoria is building a legitimate, credible and trustworthy equine welfare program through strong governance, fact-based decision making, industry and stakeholder consultation and open and transparent communications to remain a leader in the care of thoroughbred horses pre, during and post-racing.
.rv2_st0_1{fill:#006DA6;}
.st0-circle{fill:url(#SVGID_2_);}
.st1-circle{fill:#ADACAC;}
$m
spent on integrity and official veterinary services annually
.rv2_st0_2{fill:#006DA6;}
.st0-circle{fill:url(#SVGID_2_);}
.st1-circle{fill:#ADACAC;}
$m+
spent on the care of horses annually
.rv2_st0_3{fill:#006DA6;}
.rv2_st1_3{fill:#3B73B9;}
.st0-circle{fill:url(#SVGID_2_);}
.st1-circle{fill:#ADACAC;}
individual starters in races in Victoria
$.fn.isOnScreen2 = function(){
var win = $(window);
var viewport = {
top : win.scrollTop(),
left : win.scrollLeft()
};
viewport.right = viewport.left + win.width();
viewport.bottom = viewport.top + win.height();
var bounds = this.offset();
bounds.right = bounds.left + this.outerWidth();
bounds.bottom = bounds.top + this.outerHeight();
return (!(viewport.right bounds.right || viewport.bottom bounds.bottom));
};
var animate2 = function() {
setTimeout(function(){
$(".rv2_racing-animation__item").each(function() {
$(this).addClass("racing-animate");
});
}, 100);
setTimeout(function(){
$('.rv2_racing-animation__counting').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).attr("data-number")
}, {
duration: 1350,
easing: 'swing',
step: function (now) {
$(this).text(now);
$('.rv2_racing-animation__text, .rv2_racing-animation__copy').animate({"opacity":1});
}
});
});
}, 400);
};
var $anchor2 = $(".rv2_racing-animation__item");
$(window).on("load", function(){
if($anchor2.isOnScreen2() && !$anchor2.hasClass("already-animate")){
$anchor2.addClass("already-animate");
animate2();
}
}).on("scroll", function(){
if($anchor2.isOnScreen2() && !$anchor2.hasClass("already-animate")){
$anchor2.addClass("already-animate");
animate2();
}
});