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

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800');

body {
  font: 1em 'Open Sans', sans-serif;
  color: #111;
  margin: 0;
  font-size: .95em;
  font-weight: 600;
  letter-spacing: -.5px;
  overflow-x: hidden;
  position: relative;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(graphics/icon_top.png) no-repeat;
  z-index: 999999999;
}

a {text-decoration: none;}
a:hover { text-decoration: none;}

.red {color:#b42d41;}
.black {color:#111;}
.gray {color:#999;}
.white {color:#fff;}

.xxl-text {font-size: 175%;}
.xl-text {font-size: 150%;}
.lg-text {font-size: 125%;}
.md-text {font-size:110%;}
.sm-text {font-size: 90%;}
.xsm-text {font-size: 80%;}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.15em;
	font-weight: 900;
	text-transform: uppercase;
	color:#b42d41;
}
.bar-h1 {width:200px; border-bottom: 5px solid #999;}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	color:#b42d41;
}
.bar-h2 {width:100px; border-bottom: 5px solid #999;}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	font-weight: 900;
	text-transform: uppercase;
	color:#999;
}
.bar-h3 {width:100px; border-bottom: 3px solid #b42d41;}

.border-btm-red {border-bottom: 6px solid #b42d41;}
.border-pic {border: 1px solid #b42d41;}

.divider-gray {border-top: 1px solid #ccc;}

.header {
  padding: 0 10px;
  background: #111;
  z-index: 999999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #111;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: .85em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px .7rem !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #111;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #b42d41;
  padding: 10px .7rem !important;
  border: 1px solid #999;
}

.navbar-toggler {
  border-color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
  color: (210, 182, 89, 1.0) !important;
}
.navbar-light .navbar-toggler {
  outline: none;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(17, 17, 17);
  background-color: rgba(17, 17, 17, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.overlay a:hover, .overlay a:focus {
  color: #999;
}
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  color: #B42D41;
}
.navbar-brand {height: 100%;}
.navbar-brand img {height: 85px;}

.navbar-brand.js-scrolling img {
  height: 60px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.bg-sale {background-image: url(graphics/bg-catalog.jpg); color:#fff; font-family: 'Montserrat', sans-serif;}

.catalog-shadow {-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75); box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);}

.sale-1 {font-size:2.5em; font-weight: 700; color:#999; margin-bottom: -10px;}
.sale-2 {font-size:3.5em; font-weight: 900; color:#fff;}
.sale-3 {font-size:2em; font-weight: 700; color:#b42d41;}
.sale-4 {font-size:1.5em; font-weight: 400; color:#999; letter-spacing: 1px!important;}

.sale-links {font-family: 'Open Sans', sans-serif; font-size: 1.25em; font-weight: 400; letter-spacing: 0; line-height: 2em;}

.sale-links a {color: #fff; 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;}
.sale-links a:hover {color: #999; text-decoration: none;}

.btn-sale {
	background-color:#b42d41; 
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	letter-spacing: 2px!important;
	border-radius: 0;
	border:2px solid #b42d41;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-sale:hover {
	background:transparent; 	
	color:#999!important;
	cursor: pointer;
	border:2px solid #b42d41;
}

.content {min-height: 600px;}

.content a {color: #b42d41; font-weight: 700; 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;}
.content a:hover {color: #999; text-decoration: none;}

.btn-content {
	background-color:#b42d41; 
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	letter-spacing: 2px!important;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-content:hover {
	background:#111; 	
	color:#999!important;
	cursor: pointer;
}

.btn-link {
	background-color:#b42d41; 
	font-family: 'Montserrat', sans-serif;
	font-size: .935em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	text-decoration: none!important;
	color:#fff!important;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-link:hover {
	background:#111; 	
	color:#999!important;
	cursor: pointer;
}

.bg-tagline {background-image: url(graphics/bg-tagline.jpg); font-family: 'Montserrat', sans-serif; font-size: 3.25em; color:#fff;}

.bg-footer {background:#111; color:#fff; font-size: .95em!important; font-weight: 400;}
.bg-footer a {color:#fff; 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;}
.bg-footer a:hover {color:#999; text-decoration:none;}

.footer-links {font-size: 250%;}
.footer-links a {color:#b42d41; 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;}
.footer-links a:hover {color:#999; text-decoration:none;}

.bg-anchor {background:#000; font-size: .725em; font-weight: 400; color:#999; letter-spacing: -.5px; border-bottom: 3px solid #b42d41;}
.bg-anchor a {color:#999; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#fff; text-decoration:underline;}

.bg-anchor ul {padding:0; margin:0; text-align:left!important;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#b42d41; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.powered-by img {display: none!important;}

.intro-text {font-size: 110%; line-height: 2em;}

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

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

.name {font-family: 'Montserrat', sans-serif; font-size: 165%; font-weight: 900; color:#b42d41; letter-spacing: -.5px;}

.animal {font-size: 110%; font-weight: 800; color:#111;}
.animal ul {padding:0; margin:0; text-align:left; font-size: 120%; font-weight: 700;}
.animal ul li {list-style-type:none; display:inline;}
.animal ul li:before {content:'';}
.animal ul li:after {content:'|'; color:#999; margin:0 10px; font-weight: 400;}
.animal ul li:last-child:after {content:''; margin-left: -10px;}

.pedigree {color:#b42d41; font-size: 110%; font-weight: 700;}

.footnotes {font-size: 90%; letter-spacing: -.5px;}

.btn-animal {
	background:#507c39; 	
	color:#fab711!important;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5px;
	border:2px solid #507c39;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn-animal:hover {
	background:#fff; 	
	color:#507c39!important;
	cursor: pointer;
	border:2px solid #fab711;
}

.contact-links {font-size: 250%;}
.contact-links a {color:#b42d41; 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-links a:hover {color:#999; text-decoration:none;}

/*TABS*/

.tab-pane {
  padding:2rem 0;
}

.nav-tabs {font-size: 120%; font-weight: 800; text-transform: uppercase; border-bottom:0;}
.nav-item-tab {padding:1.5%; background:#fff; border:1px solid #bbb; margin-right:1%;}

.nav-link-tab {
background: #fff;
}
.nav-link-tab.active {
  font-weight: 800;
  background:#fff;
}

/*================ FORMS ========================*/

#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: 500!important;
		font-size: 90%;
        }       
        
textarea:focus, input:focus, select:focus{
        background: #eee;
        border: 1px solid #b42d41;
        -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 {
	padding:2.5%;
	background-color:#b42d41!important;
	color:#fff!important;
	font-size:2em;
	font-weight:700;
	text-transform:uppercase;
	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;
}
.submit:hover {
	background-color:#111!important;
	color:#999!important;
	cursor:pointer;
}

input {padding:6px!important;}

@media (max-width: 1200px) {
.sale-2 {font-size:3em;}
.sale-3 {font-size:1.75em;}
.sale-4 {font-size:1.25em;}
.bg-tagline {font-size: 2.75em;}
}

@media (max-width: 992px) {
.sale-2 {font-size:2.5em;}
.sale-3 {font-size:1.5em;}
.sale-4 {font-size:1em;}
.bg-tagline {font-size: 3.75em;}
}

@media (max-width: 768px) {
.bg-tagline {font-size: 2.75em;}
}

@media (max-width: 576px) {
.sale-2 {font-size:2.25em;}
.sale-3 {font-size:1.35em;}
}

@media (max-width: 480px) {
.sale-1 {font-size:1.5em; margin-bottom: 0;}
.sale-2 {font-size:1.75em;}
.sale-3 {font-size:1.1em;}
.sale-4 {font-size: .925em; letter-spacing:0;}
.sale-links {font-size: 1.05em;}
.bg-tagline {font-size: 2.25em;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
}

@media (max-width: 375px) {
.sale-2 {font-size:1.5em;}
.sale-3 {font-size:.935em;}
.sale-4 {font-size: .9em; letter-spacing:0;}
.sale-links {font-size: .915em;}
.btn-sale {font-size: 1.05em; letter-spacing: 1px!important;}
.bg-tagline {font-size: 1.85em;}
.bg-footer {font-size: .9em!important;}
.btn-link {font-size: .85em; letter-spacing: 0;}
.navbar-brand img {height: 70px;}
.navbar-brand.js-scrolling img {height: 50px;}
}