@charset "utf-8";
/* CSS Document */

@font-face { font-family: Giveny; src: url('Giveny.otf'); } 

body {
	background-image: url(bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */


.text-white-xl {
	color: #FFF;
	font-family: 'Giveny', sans-serif;
	font-size:50px;
}

.text-white-large{
	color: #FFF;
	font-family: 'Giveny', sans-serif;
	font-size: 35px;
}
.text-white-med{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.text-white-small{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
}


	

.text-yellow-xl {
	color: #fdd701;
	font-family: 'Giveny', sans-serif;
	font-size:50px;
}

.text-yellow-large{
	color: #fdd701;
	font-family: 'Giveny', sans-serif;
	font-size: 35px;
}
.text-yellow-med{
	color: #fdd701;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.text-yellow-small{
	color: #fdd701;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
}


.text-lightblue-med{
	color: #6f8bc5;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.text-lightblue-small{
	color: #6f8bc5;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.sirenames {
	color: #FFF;
	font-family: 'Giveny', sans-serif;
	font-size:42px;
}

.sirecaption1{
	color: #fdd701;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
}

.sirecaption2{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300!important;
}


.winnerscaption1{
	color: #fdd701;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
}

.winnerscaption2{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300!important;
}

.zcontact1{
	color: #FFF;
	font-family: 'Giveny', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
.zcontact2{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}

.znd{
	color: #fdd701;
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px;
	letter-spacing: 0.4em;
}

.znd a{
	color: #fdd701;
	text-decoration: none;
}



/* MENU */

.zmenu {
	color: #FFF;
	font-family: 'Giveny', sans-serif;
	font-size:27px;
}

.zmenu a {
	text-decoration: none;
	padding: 0 5 0 5;
}

.zmenu a:hover {
	color: #092869;
	background: rgba(255,255,255, 0.4);
	padding: 0 5 0 5;
	-webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}


.zmenusub {
	color: #FFF;
	font-family: 'Giveny', sans-serif;
	font-size:24px;
 /*  -webkit-text-fill-color: #0A2866; /* Will override color (regardless of order) 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;*/
}

.zmenusub a {
	text-decoration: none;
	padding: 0 5 0 5;
    font-size:24px;
}

.zmenusub a:hover {
	color: #092869;
	background: rgba(255,255,255, 0.4);
	padding: 0 5 0 5;
	-webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
    font-size:24px;
}




/* LINKS AND BORDER */

a {
	color: #FFF;
}

.border {
	border: 3px solid #0A2866;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #000000;
	padding: 0 35 0 35;
}

.sub-bg-index-menu {
	background-image: url(images/index2018_01.jpg);
	width: 950px;
	height: 88px;
}

.sub-bg-subpage-menu {
	background-image: url(images/subpage2018_01.jpg);
	width: 950px;
	height: 90px;
}

.sub-bg-winners-menu {
	background-image: url("images/winners2026_01.jpg");
	width: 950px;
	height: 90px;
}

.sub-bg-virtualshow-menu {
	background-image: url("images/virtualshow_01.jpg");
	width: 950px;
	height: 90px;
}

.sub-bg-cattle-menu {
	background-image: url(images/subpagecattle18_01.jpg);
	width: 950px;
	height: 90px;
}

.sub-bg-showpigs-menu {
	background-image: url(images/showpigs_01.jpg);
	width: 950px;
	height: 90px;
}

.sub-bg-index-contact {
	background-image: url(images/index2018_03.jpg);
	width: 950px;
	height: 104px;
}

.sub-bg-subpage-contact {
	background-image: url(images/subpage2018_06.jpg);
	width: 750px;
	height: 137px;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

