html, body {
font-family: 'Open Sans', sans-serif;
font-size:16px;
color:#808080;
/*letter-spacing: -1px;*/
}
h1, h2, h3, h4, h5, h6, strong {
font-weight:800;
/*letter-spacing: -3px;*/
}
p {
margin:10px 0 30px;
}
p strong {
/*letter-spacing:-1px;*/
}
h1 {
color:#8a1c1c;
font-size:60px;
letter-spacing:-5px;
margin: 30px 0 50px;
}
h1 small {
font-size:36px;
font-weight:600;
color:#666666;
display:block;
letter-spacing:-3px;
}
h2 {
color:#8a1c1c;
    margin: 40px 0 20px;
}
.normal {
font-weight:normal;
}
.pacifico {
font-family: 'Pacifico', cursive;
letter-spacing:0;
}
img {
    max-width: 100%;
height:auto;
}
ul {
list-style:none;
padding:0;
margin:30px 0;
}
ul li {
background:url(img/star.png) no-repeat 0 4px;
    padding-left: 30px;
    margin: 0 0 10px 20px;
}
ul.dropdown-menu, ul.nav {
margin:0;
}
ul.dropdown-menu li {
background:none;
padding:0;
margin:0;
}
header.home {
        background: url(img/header-home-new4.jpg) no-repeat 50% 55%;
    background-size: cover;
min-height: 700px;
}
header.inner {
            background: url(img/header-inner-new4.jpg) no-repeat 50% 75%;
    background-size: cover;
}
.logo {
    width: 385px;
    height: 150px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(img/logo2.png) no-repeat 0 0;
    margin: 40px auto;
background-size:contain;
max-width:90%;
}

header .col-md-12 {
position:relative;
}
header a.btn {
    position: absolute;
    top: 10px;
    right: 0;
    height: auto;
}
header h2 {
font-size:60px;
text-align:center;
color:#fff;
}
header .pacifico {
display:block;
font-size:120px;
}
.maincontent-inner {
padding-bottom:50px;
}
.navbar-default {
    background-color: #fcfcfc;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
}
.navbar-default a {
font-size: 15px;
    text-transform: uppercase;
    color: #c4c4c4;
    font-weight: 800;
    letter-spacing: -1px;
}
.nav>li>a {
    padding: 20px 20px;
    margin: 7px 0px;
}
.nav>li>a.btn, header .btn-default {
    background: #268126 url(img/btn-account.png) no-repeat 18px 50% !important;
    color: #fff !important;
    padding: 10px 20px 10px 60px;
    border: 0;
    border-radius: 0;
}
header .btn-default.website-btn {
background-image: none !important;
padding-left:20px;
}
.nav>li>a:focus, .nav>li>a:hover {
background:none;
color:#333;
}
nav .nav-justified>li {
    width: auto;
background:url(img/menu-divider.png) no-repeat 100% 100%;
padding:0;
vertical-align:middle;
}
#maincontent .nav-justified>li { 
background:none;
padding:0;
margin:0;
}
.nav-justified>li.noline {
background:none;
}
.navbar-default .active a {
color:#333333;
}
.dropdown-menu>li>a {
text-transform:none;
letter-spacing:0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
background:#eee;
color:#333;
}
.hp-icons-inner {
margin-top: 20px;
}
.img-outer {
    text-align: center;
    height: 100px;
}
.hp-icons-inner .col-md-3 {
text-align:center;
}
.history .img-outer {
    padding-top: 10px;
}
.search .img-outer {
    padding-top: 20px;
}
.herdbook .img-outer {
    padding-top: 18px;
}
.cattle .img-outer {
padding-top: 20px;
}
.hp-icons h3 {
margin-top:0;
}
.hp-icons h3 a {
color:#808080;
text-decoration:none;
}
@keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-webkit-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-ms-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-moz-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
.hp-photos {
height: 300px;
    margin: 50px 0;
    background: url(img/photo-gallery-bg-2025.jpg);
    /* background-size: auto !important; */
    animation: animatedBackground 40s linear infinite;
    -ms-animation: animatedBackground 40s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
    /* background-attachment: fixed; */
padding-top: 105px;
}
.hp-pedigree h2 {
font-size:60px;
}
.btn-green-big {
    color: #fff;
    background-color: #268126;
    border: none;
    border-radius: 0;
    font-weight: 800;
    padding: 20px 50px;
    font-size: 24px;
    text-transform: uppercase;
}
.member-footer {
    min-height: 540px;
    background: url(img/lerwick-harbour-red.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
padding-top: 100px;
    padding-bottom: 50px;
}
.member-footer h2 {
font-size: 60px;
color:#fff;
}
.member-footer p {
margin-bottom:60px;
}
footer {
    background: #268126;
    color: #fff;
padding:40px 0;
}
footer p {
margin:0;
}
footer p a {
color:#fff;
text-decoration:underline;
}
footer p a:hover {
color:#fff;
text-decoration:none;
}

table th, table td {
padding:5px;

}
table.pedigreetable td {
padding:0;
border:0;
letter-spacing:0 !important;
}
table.pedigreetable td p, table.pedigreetable td strong, table.pedigreetable td h6 {
letter-spacing:0 !important;
}
table {
  border-collapse: collapse;
border: 1px solid #333;
margin:30px 0
}
table.pedigreetable, table.pedigreetable table {
border:0;
margin:0;
}
table td, table th {
  border: 1px solid #999;
}
table tr:first-child th {
  border-top: 0;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: 0;
}
h6.b {
    font-family: sans serif;
    font-style: normal;
    font-weight: 550;
    font-stretch: semi-expanded;
    color: #E3F5DF;
    text-align: center;
    font-size: 100%;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
h6.b1 {
    font-family: sans serif;
    font-style: normal;
    font-weight: 550;
    font-stretch: semi-expanded;
    color: #1CB004;
    text-align: center;
    font-size: 100%;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
h6.d {
    font-family: sans serif;
    font-style: normal;
    font-weight: 550;
    font-stretch: semi-expanded;
    color: #943142;
    text-align: left;
    font-size: 110%;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
h6.c {
    font-family: sans serif;
    font-style: normal;
    font-weight: 550;
    font-stretch: semi-expanded;
    color: #E3F5DF;
    text-align: center;
    font-size: 110%;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
h6.a {
    font-family: sans serif;
    font-style: normal;
    font-weight: 550;
    font-stretch: semi-expanded;
    color: #E3F5DF;
    text-align: left;
    font-size: 100%;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
h6.a1 {
font-family : sans serif;
font-style: normal;
font-weight: 550;
font-stretch: semi-expanded;
color: #1CB004;
text-align: left;
text-valign=: top;
font-size: 100%;
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
}
table {
margin:0;
}
table td {
padding:0;
}
.table2 td, .table2 th {
padding:5px;
}
.bull {
margin-bottom:40px;
border:4px solid #8a1c1c;
padding:20px;
}
.bull h3 {
margin-top:0;
}
.bull img {
margin:0 0 10px 10px;
}
#kinship-analysis table {
border: 1px solid #333 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#kinship-analysis table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#kinship-analysis table p {
margin:0;
}
#kinship-analysis table td {
padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.album a {
display: block;
border:2px solid #8a1c1c;
}
.album img {
width:100%;
height:auto;
}
.album a span {
display:block;
background:#8a1c1c;
color:#fff;
text-align:center;
padding:5px;
font-weight:bold;
text-decoration:none;
}
#maincontent p img {
margin:0 20px 30px;
padding:2px;
border:1px solid #8a1c1c;
}
.marketplace-item {
    background: #eee;
    padding: 30px;
    border: 1px solid;
margin-bottom: 30px;
}
.marketplace-item .col-sm-3:nth-of-type(4n+1) {
clear:left;
}
.marketplace-item .col-sm-3 a {
    display: block;
text-align:center;
margin-bottom:30px;
}




@media only screen and (max-width: 992px) {
.nav>li>a {
    padding: 20px 9px;
}
}
@media only screen and (max-width: 767px) {
nav .nav-justified>li {
background:none;
}
.nav>li>a {
padding:5px 0;
}
.dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -10px;
}
}