.c@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Roboto+Slab:wght@100..900&display=swap');

body {
  font: 16px 'Figtree', sans-serif;
  color: #222;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  overflow-x: hidden;
  position: relative;
  background-color:#fff;
}

dl, ol, ul {margin:0!important;}
li {margin:10px 0; line-height: 1.25em;}

p {font-family: 'Figtree', sans-serif; font-size: 16px; color: #222; line-height: 1.6em;}

.serif {font-family: 'Roboto Slab', serif;}
.outfit {font-family: 'Roboto Slab', serif;}

a:has(.btn-content):focus,
a:has(.btn-sire-cow):focus
{
	outline:none;
}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}
a:focus .btn-sales, a:focus-visible .btn-sales, a:focus .btn-tagline, a:focus-visible .btn-tagline  {
  outline: none;
  outline-color: #fff;
  outline-style: solid;
  outline-width: 4px;
}

a:focus .btn-sire-cow, a:focus-visible .btn-sire-cow { 
	outline:none;  
	outline-color:#7B0000;
	outline-width: 3px; 
	outline-offset:2px; 
	outline-style: solid; 
}

a {color:#7b0000; 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:#aea37e; text-decoration: none;}
a:focus {color:#222!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#72653b!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.section {scroll-margin-top: 250px!important;}

.max-container {max-width:856px;}

/*SKIP TO CONTENT*/
.skip-to-content-link {
    left: 0%;
    position: absolute;
    transform: translateY(-100%);
    background: #fff;
    height: 70px;
    padding: 8px;
    transition: transform 0.3s;
	scroll-padding-top:110px;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
	width:100%;
	background-color:#fff;
	z-index:99999999999;
	line-height:50px;
	font-weight:bold;
	color:#222;
	border:none;
	text-align: center!important;
}
#content {scroll-margin-top:110px;}
/*END SKIP TO CONTENT*/

.small {font-size: 90%!important;}
.smaller {font-size: 80%!important;}
.smallest {font-size: 70%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 120%!important;}
.largest {font-size: 135%!important;}

.lh-sm {line-height: 1.5em!important;}
.lh-md {line-height: 1.6em!important;}
.lh-lg {line-height: 1.7em!important;}

.maroon {color:#7b0000;}
.tan {color:#aea37e;}
.black {color:#222;}
.white {color:#fff;}

.bar-maroon {width:125px; border-top:10px solid #7b0000; -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.bar-tan {width:125px; border-top:10px solid #aea37e; -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.bar-white {width:125px; border-top:10px solid #fff; -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.bar-black {width:125px; border-top:10px solid #222; -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}

.divider {border-top: 1px solid #aea37e;}

.border-pic {border: 4px solid #7b0000;}
.border-lt {border: 3px solid #aea37e;}
.border-maroon {border-bottom: 10px solid #7b0000;}
.shadow {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75);}
.shadow-lt {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.25)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}

.border-slanted-maroon {border-top:15px solid #7b0000; -ms-transform: skewX(-25deg 0); -webkit-transform: skewX(-25deg 0); transform: skewX(-25deg 0);}
.border-slanted-tan {border-top:15px solid #aea37e; -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}

/*SLANT*/
.slant {
  text-decoration: none;
  position: relative;
  width:49.55%;
  /*padding: 1.5rem 4.5rem;*/
  color: #fff;
  font-weight: 500;
  display: inline-block;
  /*letter-spacing: 0.09rem;
  transition: all 0.4s;*/
}
/* Slanted on the right side */
.right .slant {
  background: #7b0000;
  clip-path: polygon(0% 0%, 101% 0%, 90% 100%, 0% 100%);
}
/* Slanted on the left side */
.left .slant {
  background: #aea37e;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, -1% 100%);
}
/*END SLANT*/

/*DIAGONAL PIC BORDER*/
.border-diagonal {
  background: #7b0000;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1vh;
  -webkit-transition: opacity 350ms linear;
  -moz-transition: opacity 350ms linear;
  -ms-transition: opacity 350ms linear;
  -o-transition: opacity 350ms linear;
  transition: opacity 350ms linear;
}

.border-diagonal > * {
    position: relative;
    z-index: 2;
}

.border-diagonal:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 3px;
  border-style: solid;
  border-color: transparent transparent #aea37e transparent;
  border-width: 0 0 10px 10px;
}
/*END DIAGONAL PIC BORDER*/

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 3em;
	font-weight: 800;
	color:#222;
	letter-spacing: -.5px;
}

h2 {
	font-family: 'Figtree', serif;
	font-size: 2.15em;
	font-weight: 700;
	color:#7b0000;
	letter-spacing: -.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.85em;
	font-weight: 800;
	color:#7b0000;
	letter-spacing: -.25px;
}

h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.35em;
	font-weight: 400;
	color:#72653b;
	letter-spacing: -.25px;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #7b0000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #aea37e;
}
#button:active {
  background-color: #7b0000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #7b0000;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  clear: both;
  padding:0!important;
  margin:0!important;
  height: 110px!important;
  /*border-top:2px solid #aea37e;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #7b0000;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.bg-top {background-image: url("graphics/bg-top.jpg"); color:#fff; font-family: 'Figtree', sans-serif; font-size:11pt; font-weight:500; letter-spacing: -.25px!important;}
.bg-top 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-top a:hover {color: #aea37e!important; text-decoration: underline;}
.bg-top a:focus {color: #aea37e!important; border:2px solid #aea37e;}
.bg-top a:focus-visible {color: #aea37e!important; border:2px solid #546992;}
.bg-top ul {padding:0; margin:0; text-align:right;}
.bg-top ul li {list-style-type:none; display:inline;}
.bg-top ul li:before {content:'';}
.bg-top ul li:after {content:''; margin:0 20px;}
.bg-top ul li:last-child:after {content:'';}

.fb-top {font-size:1.5em;}
.fb-top a {color: #aea37e; padding:0 4px; 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;}
.fb-top a:hover {color: #fff!important; text-decoration: none;}
.fb-top a:focus {color: #fff!important; border:2px solid #fff;}
.fb-top a:focus-visible {color:#fff!important; border:2px solid #fff;}

.offcanvas {background-color: #7b0000; border-top: none!important; padding:0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:85px!important; padding-top:25px; margin:0 0 0 20px!important;}
.offcanvas-header .btn-close {margin-top: 0.5rem; margin-right: 0.5rem; margin-bottom: 0.5rem;}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 15px 1rem!important;
  margin:15px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom:4px solid #7b0000;
}
.navbar-light .navbar-nav .nav-link:hover {color:#aea37e!important; border-bottom:4px solid #fff;}
.navbar-light .navbar-nav .nav-link:focus {color:#aea37e!important; border:2px solid #546992;}
.navbar-light .navbar-nav .nav-link:focus-visible {color:#aea37e!important; border:2px solid #aea37e;}

.navbar-toggler {border-color:#000!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:80px; margin: 0;}
.navbar-brand.js-scrolling img {
	height: 50px;
	-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;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#b4ab98!important;}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.65);
    padding: 1rem 0;
	border:1px solid #fff;
}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #630202;
        outline-style: solid;
        outline-width: 2px;
        background-color: #630202;
        transform:	scale(1.25);
    }
}
button.carousel-control-prev:focus, button.carousel-control-next:focus {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #630202;
        outline-style: solid;
        outline-width: 2px;
        background-color: #630202;
        transform:	scale(1.25);
    }
}

.content {min-height:750px; font-family: 'Figtree', sans-serif; font-size: 16px; font-weight: 500; letter-spacing: -.5px;}
.content a {color:#7b0000; 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:#72653b; text-decoration:none; font-weight: 800;}
.btn-content {
	background-color:#7b0000;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	letter-spacing: .25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #7b0000;
}
.btn-content:hover {
	background:#222;
	color:#fff!important;
	cursor: pointer;
	border:4px solid #222;
}
.btn-content:focus {border:2px solid #fff; outline-color: #000; outline-style: solid; outline-width: 4px;}
.btn-content:focus-visible {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px;}

.content-index {min-height:350px; font-family: 'Figtree', sans-serif; font-size: 16px; font-weight: 500; letter-spacing: -.5px;}
.content-index a {color:#7b0000; 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-index a:hover {color:#72653b; text-decoration:none;}
.index-text {font-size: 18px; font-weight: 600; line-height: 1.5em;}

.bg-tagline {background-image:url("graphics/bg-tagline.webp"); color:#aea37e; line-height: 1.5em;}
.tagline-text {font-family: 'Roboto Slab', serif; font-size: 24px; font-weight: 700; line-height: 1.5em; color:#fff;}
.btn-tagline {
	background-color:#7b0000;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	color:#fff!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:4px solid #7b0000;
}
.btn-tagline:hover {
	background:transparent;
	color:#fff!important;
	cursor: pointer;
	border:4px solid #aea37e;
}
.btn-tagline:focus {border:2px solid #fff;}
.btn-tagline:focus-visible {border:2px solid #fff;}

.footer {font-family: 'Roboto Slab', serif; font-size: 16px; font-weight:400; color:#222; letter-spacing: -.5px;}
.footer a {color: #222; font-weight: 800; 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 a:hover {color: #7b0000; text-decoration: underline;}
.footer ul {padding:0; margin:0; text-align:center;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:''; margin:0 0 0 30px;}
.footer ul li:last-child:after {content:''; margin-left: 0;}

.footer-fb {font-size: 1.5em; color:#7b0000;}
.footer-fb a {color: #7b0000; 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-fb a:hover {color: #72653b; text-decoration: none;}

.bg-anchor {background:#7b0000; color:#fff; font-size: .75em; font-weight: 400; letter-spacing: -.25px; border-bottom: 3px solid #7b0000;}
.bg-anchor a {color:#fff; 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:#aea37e; text-decoration:underline;}

.bg-anchor ul {padding:0; margin:0; text-align:center;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#72653b; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.bg-sales {background-image: url("graphics/bg-sales.webp"); margin-bottom: -10px;}
.btn-sales {
	background-color:#7b0000;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	color:#fff!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:4px solid #7b0000;
}
.btn-sales:hover {
	background:transparent;
	color:#fff!important;
	cursor: pointer;
	border:4px solid #aea37e;
}
.btn-sales:focus {border:2px solid #fff; border:2px solid #AEA37E; outline: 0; outline-color: #fff; outline-style: solid; outline-width: 4px;}
.btn-sales:focus-visible {border:2px solid #fff; border:2px solid #AEA37E; outline: 0; outline-color: #fff; outline-style: solid; outline-width: 4px;}

/*VIDEO*/
.video-border {border:6px solid #aea37e;}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*END VIDEO*/

.bg-callout {background-image: url("graphics/bg-callout.webp"); background-attachment: fixed; background-position: center; background-size: cover; z-index: -10;}
.callout-border {border:10px solid #fff;}
.callout-bar {width:85px; border-bottom: 5px solid #aea37e;}
.callout-text {font-size: 19px; line-height: 1.8em;}

.overlay {background-image: url("graphics/overlay.png"); position: relative; z-index: 9; margin-top: -10px;}
.carousel-caption {color:#222!important; font-family: 'Roboto Slab', serif!important; font-size: 18px; width:800px; margin: auto;}
section#testimonials .carousel-caption {position: static;}
.name {font-family: 'Figtree', sans-serif; font-size: 16px; font-weight: 700; color:#7b0000; text-transform: uppercase;}
.carousel-indicators [data-bs-target] {background-color:#000!important; height:10px;}

.bg-wood {background-image: url("graphics/bg-wood.webp"); background-attachment: fixed; background-position: center; background-size: cover;}
.sire-cow-border {border:3px solid #aea37e;}
.bg-sire-cow {background:#fff;}
.btn-sire-cow {
	background-color:#222;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	letter-spacing: .25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #222;
}
.btn-sire-cow:hover {
	background:#7b0000;
	color:#fff!important;
	cursor: pointer;
	border:4px solid #7b0000;
}
.btn-sire-cow:focus {border:2px solid #aea37e!important;}
.btn-sire-cow:focus-visible {border:2px solid #aea37e!important;}

.bg-gray {background:#eee;}
.bg-gray a {color:#7b0000; 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-gray a:hover {color:#222; text-decoration:underline;}

/*ANIMAL*/
.animal-name {font-family: 'Roboto Slab', serif; font-size: 26px; font-weight: 900; color:#222;}

.animal ul {color:#7b0000; padding:0; margin:0; text-align:left; font-size: 20px; font-weight: 700;}
.animal ul li {list-style-type:none; display:inline;}
.animal ul li:before {content:'';}
.animal ul li:after {content:'|'; color:#aea37e; margin:0 10px; font-weight: 400;}
.animal ul li:last-child:after {content:''; margin-left: -10px;}

.pedigree {font-size: 18px; font-weight: 600; color:#222;}

.btn-animal {
	background:#7b0000; 	
	color:#fff!important;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: .25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border:4px solid #7b0000;
}
.btn-animal:hover {
	background:#222; 	
	color:#fff!important;
	cursor: pointer;
	border:4px solid #222;
}

.divider-animal {border-bottom:1px solid #aea37e;}
/*END ANIMAL*/

.btn-pastsale {
	background-color:#7b0000;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-pastsale:hover {
	background:#222;
	color:#fff!important;
	cursor: pointer;
}
.btn-pastsale:focus {border:2px solid #000;}
.btn-pastsale:focus-visible {border:2px solid #000;}

/*MAP*/
.map-border {border:6px solid #aea37e;}
.map-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0; height: 0; overflow: hidden;
border:4px solid #aea37e;
}

.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*END MAP*/

/*FORM*/
#form {
        width:100%;
        float:left;
		font-family: 'Figtree', sans-serif;
}


form{
        width: 100%;
        }

legend {font-size: 16px; font-weight: 500; color:#222;}

fieldset{
        border: 0;
        padding:2.5% 0;
        clear: left;
		
        }
        
textarea, input, select{
        border-top:0;
		border-right:0;
		border-left:0;
		border:1px solid #222;
        padding:2.5%;
        width: 100%;
		font-size: 16px;
        }

label{
        font-weight: 600!important;
		font-size: 100%;
		display: block;
        }       
        
textarea:focus, input:focus, select:focus{
        border: 3px solid #7b0000;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

.submit {
	padding:2.5%!important;
	background:#7b0000; 	
	color:#fff!important;
	font-family: 'Roboto Slab', serif;
	font-size:2em;
	font-weight:900;
	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;
	border:3px solid #7b0000;
}
.submit:hover {
	background-color:#222;
	color:#fff!important;
	cursor:pointer;
	border:3px solid #222;
}

input {padding:7px!important;}
/*END FORM*/

@media (max-width: 1399px) {
.footer {font-size: 18px; line-height: 32px;}
.footer ul li {display:block; line-height: 2.5em;}
.footer ul li:after {margin:0;}
.footer-fb a {padding:10px!important;}
.slant {width:49.25%;}
}

@media (max-width: 1285px) {
h2 {font-size: 2em; letter-spacing: -.5px!important;}
}

@media (max-width: 1199px) {
.navbar-brand img {height:70px; margin: 0;}
.carousel-caption {width:700px; margin: auto;}
h2 {font-size: 2.15em; letter-spacing: 1px!important;}
}

@media (max-width: 991px) {
.slant {width:37%;}
.carousel-caption {width:500px; margin: auto;}
}

@media (max-width: 767px) {
.bg-top ul li:after {content:''; margin:0 5px;}
.slant {width:49.65%;}
.carousel-caption {width:350px; margin: auto;}
}

@media (max-width: 575px) {
.bg-top ul {text-align:center;}
.bg-top ul li {display:block; line-height: 2.25em;}
.bg-top ul li:after {margin:0;}
.fb-top a {padding:20px!important;}
.bg-anchor {line-height: 1.7em;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
.slant {width:46.5%;}
.carousel-caption {width:400px; margin: auto;}
.animal ul {font-size: 18px;}
.animal ul li {display:block;}
.animal ul li:after {content:''; margin:0;}
.animal ul li:last-child:after {content:''; margin-left:0;}
}

@media (max-width: 480px) {
.slant {width:49.25%;}
.carousel-caption {width:300px; margin: auto;}
}

@media (max-width: 375px) {
.carousel-caption {width:225px; margin: auto;}
}