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

body {background:#fff; margin:0; font-family: 'Martel Sans', sans-serif; font-size:11pt; font-weight:600; color:#000;}

.wrap {width:100%; max-width:1200px; margin:auto;}
.wrap-contact {width:100%; max-width:1200px; margin:auto; font-size:10pt; line-height:16pt;}
.wrap-contact img {width:47.5%; height:auto; float:right; margin:5px 0 10px 2.5%; border:2px solid #0080fe;}

.clear {clear:both;}
#link {text-decoration:none; border:0; outline:none;}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url(graphics/icon_top.png) no-repeat;
}

.c1 {width:100%;}
.c2 {width:47.5%; float:left; margin:0 1.25%;}
.c3 {width:30%; float:left; margin:0 1.5%;}
.c4 {width:22.5%; float:left; margin:0 1.25%;}

a {
	color: #0080fe;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #999;
	text-decoration: none;
}

h1 {
	font-family:'Martel', serif;
	color:#0080fe;
	font-size:32pt;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

h2 {
	font-family:'Martel', serif;
	color:#0080fe;
	font-size:20pt;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 5px 0;
}

h3 {
	font-family:'Martel', serif;
	color:#000;
	font-size:20pt;
	font-weight:800;
	text-transform:uppercase;
	margin:-10px 0 15px 0;
	padding:0 0 7.5px 0;
}

.divider-news {
	max-width: 150px;
	width: 15%;
	margin:-20px auto 30px auto;
	border-bottom:1px solid #bbb;
}

.slides {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-top:60px;
	position: relative;
	z-index: -999999;
	top: 0;
	min-height:500px;
}

.bkgrd-nav {
	width:100%;
	padding:12.5px 0;
	background:#000;
	border-top:3px solid #0080fe;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	position:fixed;
	z-index:99999;
	color:#fff;
}

nav {
	width: 100%;
	text-align:center;
	font-family: 'Martel', serif;
	text-transform:uppercase;
	font-size:15pt;
	font-weight:900;
	letter-spacing:-.5px;
}
nav a {color:#fff; text-decoration:none; margin-right:20px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
nav a:hover {color:#0080fe; text-decoration:none;}

nav ul { padding:0; margin:0; text-align:center;}
nav ul li { list-style-type:none; display:inline; margin-right:20px;}
nav ul li:after { content:'|'; color:#0080fe;}
nav ul li:last-child:after { content:''; margin-right:-20px;}

.logo {width:70%; max-width:750px; float:none; margin:100px 15% 0 15%; position:absolute; z-index:9999;}
.logo img {width:100%; height:auto;}

.content {width:100%; margin:25px 0; min-height:400px; clear:both; overflow:hidden;}

.bkgrd-tagline {
	width:100%;
	background-image:url(graphics/bkgrd-tagline.jpg);
	padding:35px 0;
	margin-top:50px;
	font-family:'Martel Sans', sans-serif;
	font-size:13pt;
	font-weight:500;
	line-height:23pt;
	color:#fff;
	text-align:center;
	-webkit-box-shadow: 0px -10px 30px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px -10px 30px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px -10px 30px 0px rgba(50, 50, 50, 0.45);
	clear:both;
	overflow:hidden;
}

.tagline-more {
	width:7.5%; 
	float:none; 
	padding:.75%; 
	margin:-10px auto 0 auto;
	background:#0080fe;
	font-family:'Martel', serif;
	font-size:13.5pt;
	font-weight:400;
	color:#ccc;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	border:2px solid #0080fe;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.tagline-more:hover {
	background:transparent;
	color:#fff;
	border:2px solid #0080fe;
	text-decoration:none;
	cursor:pointer;
}

.bkgrd-footer {
	width:100%;
	background:#000;
	padding:25px 0;
	font-size:12pt;
	font-weight:500;
	color:#fff;
	text-align:center;
	clear:both;
	overflow:hidden;
}

footer {width:100%;}
footer a {color:#fff; text-decoration:none; font-weight:700; letter-spacing:-.5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
footer a:hover {color:#0080fe; text-decoration:none; font-weight:700; letter-spacing:-.5px;}

footer ul { padding:0; margin:0; text-align:center;}
footer ul li { list-style-type:none; display:inline; margin-right:30px;}
footer ul li:after { content:'|'; color:#555; margin-left:30px;}
footer ul li:last-child:after { content:''; margin-right:-30px;}

.bkgrd-anchor {
	width:100%;
	background:#333;
	padding:15px 0 10px 0;
	border-top:3px solid #0080fe;
	font-size:8pt;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:-.5px;
	color:#aaa;
	clear:both;
	overflow:hidden;
}

.anchor-L {width:50%; float:left;}
.anchor-R {width:50%; float:right; text-align:right;}
.anchor-R a {color:#aaa; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.anchor-R a:hover {color:#fff; text-decoration:none;}
.anchor-R ul { padding:0; margin:0; text-align:center;}
.anchor-R ul li { list-style-type:none; display:inline; margin-right:10px;}
.anchor-R ul li:after { content:'|'; color:#0080fe; margin-left:10px;}
.anchor-R ul li:last-child:after { content:''; margin-right:-10px;}

.index-L {width:64%; float:left; margin-right:10%; font-size:10pt; font-weight:700; line-height:15pt;}
.index-R {width:300px; float:right; margin-right:.5%; border:1px solid #bbb;}

.index-L-feature {width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #bbb; font-size:16pt; font-weight:900; line-height:30pt; color:#555; clear:both; overflow:hidden;}
.index-L-feature img {width:32.5%; height:auto; float:left; margin-right:2.5%; border:2px solid #0080fe;}

.news-container {width:94.5%; padding:2.5%; background:#ddd; margin-top:25px; font-size:.95em; clear:both; overflow:hidden; border:1px solid #bbb; text-align:center;}

.listing:before,
.listing:after {
content: "";
display: table;
}
.listing:after {
clear: both;
}
.listing {width:100%; margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #aaa;}

.pic-L {width:30%; float:left; margin-right:2.5%;}
.pic-L img {width:100%; height:auto; border:2px solid #0080fe;}

.info-R {width:65%; float:right;}

.info-R {font-size:10pt; font-weight:600; color:#000; margin-bottom:20px;}
.info-R ul {padding:0; margin:20px 0 0 0; text-align:left;}
.info-R ul li {list-style-type:none; display:block;}
.info-R ul li:before {content:'•'; color:#0080fe; margin:0 5px;}

.name {font-family:'Martel', serif; font-size:18pt; font-weight:900; color:#000;}

.animal-info {font-size:14pt; font-weight:800; color:#0080fe; margin-bottom:20px;}
.animal-info ul {padding:0; margin:0; text-align:left;}
.animal-info ul li {list-style-type:none; display:inline;}
.animal-info ul li:before {content:'';}
.animal-info ul li:after {content:'|'; color:#aaa; margin-left:10px;}
.animal-info ul li:last-child:after {content:''; margin-right:-10px;}

.pedigree {font-size:12pt; font-weight:600; line-height:16pt;}

.epd-link {
	width: 280px;
	padding:10px;
	background-color:#0080fe;
	color:#fff;
	font-family:'Martel Sans', sans-serif;
	font-size:10pt;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:0;
	clear:both;
	overflow:hidden;
}
.epd-link:hover {
	background-color: #000;
	color:#aaa;
	text-decoration:none;
	cursor:pointer;
}

.supplement {width:30%; float:left; margin:15px 3% -5px 0; font-size:9pt; line-height:11pt;}
.supplement img {width:100%; height:auto; border:1px solid #0080fe; margin-bottom:2px;}

.past-link {
	width:28%;
	padding:1%;
	margin-top:-70px;
	float:right;
	background-color:#0080fe;
	color:#ddd;
	font-family:'Martel', serif;
	font-size:10pt;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.past-link:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

.catalog-container {width:30%; float:left; margin-right:5%;}

.catalog {width:100%; margin-bottom:15px;}
.catalog img {width:100%; height:auto; border:1px solid #0080fe;}

.catalog-link {
	width:44%;
	float:left;
	padding:2%;
	margin-right:2%;
	background-color:#0080fe;
	color:#ddd;
	font-family:'Martel Sans', sans-serif;
	font-size:10pt;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.catalog-link:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

.achievements {width:30%; float:left; margin:0 1.5% 20px 1.5%; text-align:center; font-size:11pt; line-height:14pt;}
.achievements img {width:100%; height:auto; border:1px solid #0080fe; margin-bottom:2px;}

.past-sale {width:22%; float:left; margin:0 1.5% 25px 1.5%; text-align:center; font-size:.9em; line-height:1.25em; letter-spacing:-.5px; padding-bottom:25px; border-bottom:1px solid #ccc;}
.past-sale img {width:90%; float:none; margin:0 auto 2px auto; height:auto; border:1px solid #0080fe;}

.past-sale-link {
	width: 92%;
	padding:4%;
	margin-top:10px;
	background-color:#0080fe;
	color:#fff;
	font-family:'Martel Sans', sans-serif;
	font-size:10pt;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:0;
	clear:both;
	overflow:hidden;
}
.past-sale-link:hover {
	background-color: #000;
	color:#aaa;
	text-decoration:none;
	cursor:pointer;
}


.contact-L {width:40%; float:left; font-size:.95em;}
.contact-R {width:45%; float:right; margin-left:7.4%; padding-left:7.4%; border-left:1px solid #bbb; font-size:.95em;}

.contact-list {width:100%; margin:-5px 0 -20px 0; font-size:2.5em; font-weight:900; letter-spacing:-.5px; color:#999;}
.contact-list a {color:#0080fe; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.contact-list a:hover {color:#aaa; text-decoration:none;}

.contact-list-sm {width:100%; margin:-5px 0 -10px 0; font-size:1.85em; font-weight:900; letter-spacing:-.5px; color:#999;}
.contact-list-sm a {color:#0080fe; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.contact-list-sm a:hover {color:#aaa; text-decoration:none;}

.contact-list-xsm {width:100%; margin:-5px 0 -5px 0; font-size:1.25em; font-weight:900; letter-spacing:-.5px; color:#999;}
.contact-list-xsm a {color:#0080fe; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.contact-list-xsm a:hover {color:#aaa; text-decoration:none;}

.map-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
border:2px solid #0080fe;
}

.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*================ FORM ========================*/

#contact-form {
        width:100%;
        float:left;
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding: 10px 0 ;
        clear: left;
        }
        
textarea, input, select{
        border: 1px solid #ccc;
        padding: 2%;
        width: 96%;
        }

label{
        font-weight: bold;
        }       
        
textarea:focus, input:focus, select:focus{
        background: #eee;
        border: 1px solid #0080fe;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input[type="submit"]{
        border: 1px solid #ccc;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        /*font-size: 1.3em;*/
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }

.submit {
	width:28%;
	padding:.75% .5% .25% .5%;
	background-color:#0080fe;
	color:#ddd;
	font-family:'Martel', serif;
	font-size:18pt;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

@media screen and (max-width: 1200px) {
	
.wrap {width:95%;}
nav {font-size:14pt;}
.slides {min-height:0;}
.tagline-more {width:10%; padding:1%;} 
.index-L {width:63%; float:left; margin-right:10%;}

}

@media screen and (max-width: 1024px) {
	
nav {font-size:13pt;}
nav a {margin-right:10px;}
nav ul li {margin-right:10px;}
nav ul li:last-child:after {margin-right:-10px;}
.tagline-more {width:13%; padding:1%;} 
footer ul li {margin-right:25px;}
footer ul li:after { margin-left:25px;}
footer ul li:last-child:after {margin-right:-25px;}
.index-L {width:60%; float:left; margin-right:7.5%;}
.index-L-feature {font-size:14pt; line-height:26pt;}
.achievements {font-size:10pt; line-height:12pt;}
.past-link {width:33%;}
.past-sale {width:23%; margin:0 1% 25px 1%; font-size:.8em;}

}

@media screen and (max-width: 980px) {

.slides {padding-top:55px;}
footer ul li {margin-right:20px;}
footer ul li:after { margin-left:20px;}
footer ul li:last-child:after {margin-right:-20px;}
.index-L {width:60%; float:left; margin-right:5%; font-size:11pt; font-weight:700; line-height:18pt;}
.submit {width:33%;}
.catalog-link {font-size:9pt;}
.past-sale {width:30%; float:left; margin:0 1.5% 25px 1.5%; text-align:center; font-size:.95em; line-height:1.25em; letter-spacing:-.5px; padding-bottom:25px; border-bottom:1px solid #ccc;}
.index-L-feature {line-height:22pt;}

}

@media screen and (max-width: 936px) {
	
nav {font-size:12pt;}
.bkgrd-tagline {font-size:12pt; line-height:22pt;}
.news-container {font-size:.85em;}
.past-link {font-size:9pt;}

}

@media screen and (max-width: 800px) {
	
nav {font-size:11pt;}
nav a {margin-right:3px;}
nav ul li {margin-right:3px;}
nav ul li:last-child:after {margin-right:-3px;}
.slides {padding-top:50px;}
.bkgrd-tagline {font-size:11pt; line-height:20pt;}
.tagline-more {width:17%; padding:1.5%;} 
.bkgrd-footer {font-size:11pt;}
footer ul li {margin-right:10px;}
footer ul li:after { margin-left:10px;}
footer ul li:last-child:after {margin-right:-10px;}
.anchor-L {width:30%;}
.anchor-R {width:70%;}
.index-L {width:100%; float:none; margin:0 auto 20px auto; font-size:10pt; font-weight:700; line-height:15pt;}
.index-L-feature {font-size:16pt; line-height:30pt;}
.index-R {float:none; margin:auto;}
.c3 {width:50%; float:none; margin:0 25% 25px 25%;}
.news-container {font-size:.95em;}
h3 {margin-top:0}
.contact-list {font-size:2em;}
.contact-list-sm {font-size:1.55em;}
.submit {width:38%;}
.animal-info {font-size:12pt;}
.achievements {width:45%; float:left; margin:0 2.5% 20px 2.5%; text-align:center; font-size:11pt; line-height:14pt;}
.past-link {width:38%;}
.catalog-link {width:95%; float:none; padding:2.5%; margin:0 0 10px 0; font-size:10pt;}
.past-sale {font-size:.8em;}

}

@media screen and (max-width: 720px) {
	
nav {font-size:10.5pt;}
nav a {margin-right:2.5px;}
nav ul li {margin-right:2.5px;}
nav ul li:last-child:after {margin-right:-2.5px;}
footer ul li {margin-right:5px;}
footer ul li:after { margin-left:5px;}
footer ul li:last-child:after {margin-right:-5px;}
.contact-list {font-size:1.85em;}
.submit {width:43%;}
.animal-info {font-size:11pt;}
.pedigree {font-size:11pt;}
.past-link {width:48%; float:left; margin:-15px 50% 25px 0; font-size:10pt; clear:both; overflow:hidden;}
.past-sale {width:45%; float:left; margin:0 2.5% 25px 2.5%; text-align:center; font-size:.95em; line-height:1.25em; letter-spacing:-.5px; padding-bottom:25px; border-bottom:1px solid #ccc;}

}

@media screen and (max-width: 640px) {
	
.bkgrd-nav {display:none;}
nav {font-size:14pt;}
nav a {margin-right:0;}
nav ul li {margin-right:0;}
nav ul li:after { content:'';}
nav ul li:last-child:after {margin-right:0;}
.slides {padding-top:0px;}
.tagline-more {width:21%; padding:2%;} 
footer ul li {display:block; margin-right:0; font-size:14pt; line-height:26pt;}
footer ul li:after { content:''; margin-left:0;}
footer ul li:last-child:after {margin-right:0;}
.anchor-L {width:100%; float:none; margin:0 0 5px 0; text-align:center;}
.anchor-R {width:100%; float:none; text-align:center;}
.divider-news {max-width:250px; width:25%;}
.contact-L {width:100%; float:none; margin:auto;}
.contact-R {width:100%; float:none; margin:25px auto 0 auto; padding:25px 0 0 0; border-left:none; border-top:1px solid #bbb;}
.contact-list {font-size:2.5em;}
.contact-list-sm {font-size:1.85em;}
.submit {width:28%;}
.pic-L {width:70%; float:none; margin:0 auto 20px auto;}
.info-R {width:100%; float:none; margin:auto; text-align:center;}
.animal-info ul {text-align:center;}
.epd-link {float:none; margin:auto;}
.supplement {margin:10px 1.5% -5px 1.5%;}
.past-link {width:58%; float:left; margin:-15px 40% 25px 0; font-size:11pt; clear:both; overflow:hidden;}
.index-L-feature {font-size:14pt; line-height:26pt;}

}

@media screen and (max-width: 554px) {

.tagline-more {width:26%; padding:2%;} 
.logo {margin:75px 15% 0 15%;}
.c3 {width:80%; float:none; margin:0 10% 25px 10%;}
.achievements {width:90%; float:left; margin:0 5% 20px 5%; text-align:center; font-size:11pt; line-height:14pt;}
.past-link {width:66%; padding:2%; float:left; margin:-15px 30% 25px 0; font-size:11pt; clear:both; overflow:hidden;}
.past-sale {font-size:.85em;}
.index-L-feature {line-height:22pt;}

}

@media screen and (max-width: 480px) {

.anchor-R ul li {margin-right:5px;}
.anchor-R ul li:after {margin-left:5px;}
.anchor-R ul li:last-child:after {margin-right:-5px;}
.pic-L {width:85%; float:none; margin:0 auto 20px auto;}
.supplement {width:45%; margin:20px 2.5% 0 2.5%;}
h1 {font-size:24pt;}
.past-link {width:76%; padding:2%; float:left; margin:-15px 20% 25px 0; font-size:11pt; clear:both; overflow:hidden;}
.past-sale {width:48%; float:left; margin:0 1% 25px 1%; font-size:.8em;}
.index-L-feature {font-size:14pt; line-height:24pt; text-align:center;}
.index-L-feature img {width:50%; height:auto; float:none; margin:0 25%;}

}

@media screen and (max-width: 425px) {

.logo {width:80%; max-width:800px; float:none; margin:75px 10% 0 10%; position:absolute; z-index:9999;}
.tagline-more {width:30%; padding:2.5%;} 
.anchor-R ul li {display:block; margin-right:0;}
.anchor-R ul li:after { content:''; margin-left:0;}
.anchor-R ul li:last-child:after {margin-right:0;}
.submit {width:33%;}
.animal-info {font-size:14pt; line-height:20pt;}
.animal-info ul {text-align:center;}
.animal-info ul li {display:block;}
.animal-info ul li:after {content:''; margin-left:0;}
.animal-info ul li:last-child:after {margin-right:0;}
.past-link {width:95%; padding:2.5%; float:left; margin:-15px 0 25px 0; font-size:11pt; clear:both; overflow:hidden;}
.catalog-container {width:80%; float:none; margin:0 10% 10px 10%; clear:both; overflow:hidden;}
.catalog img {width:99%;}
.catalog-link {width:44%; float:left; padding:2%; margin-right:2%;}
.past-sale {width:80%; float:left; margin:0 10% 25px 10%; text-align:center; font-size:.95em; line-height:1.25em; letter-spacing:-.5px; padding-bottom:25px; border-bottom:1px solid #ccc;}
.wrap-contact img {width:99%; height:auto; float:none; margin:5px 0; border:2px solid #0080fe;}

}

@media screen and (max-width: 375px) {

.tagline-more {width:35%; padding:2.5%;}
.contact-list {font-size:2.25em;}
.index-L-feature {font-size:13pt; line-height:20pt; text-align:center;}
.index-L-feature img {width:70%; height:auto; float:none; margin:0 15%;}

}

@media screen and (max-width: 320px) {

.logo {margin:65px 10% 0 10%;}
h1 {font-size:20pt;}
.tagline-more {width:40%; padding:2.5%;}
.c3 {width:100%; float:none; margin:0 0 25px 0;}
.submit {width:38%; font-size:16pt;}
.contact-list {font-size:2em;}
.contact-list-sm {font-size:1.5em;}
.past-link {font-size:9pt;}
.catalog-container {width:90%; float:none; margin:0 5% 10px 5%; clear:both; overflow:hidden;}
.past-sale {width:90%; float:left; margin:0 5% 25px 5%; text-align:center; font-size:.95em; line-height:1.25em; letter-spacing:-.5px; padding-bottom:25px; border-bottom:1px solid #ccc;}
.index-L-feature {font-size:11pt; line-height:18pt; text-align:center;}
.index-L-feature img {width:80%; height:auto; float:none; margin:0 10%;}

}

