<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size:70px;
}

h2{
	font-size:35px;
	color:#000;
	margin-top:0px;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height:30px;
}

h3{
	font-size:16px;
	color:#033;
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing:1px;
}

h2:after{
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #452699;
    content: "";
	vertical-align: bottom;
    margin-right: -100%;
    margin-left: 10px;
}

h1:after{
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #452699;
    content: "";
	vertical-align: bottom;
    margin-right: -100%;
    margin-left: 10px;
}

h4{
	font-size:14px;
	color:#033;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h5{
	font-size:24px;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h6{
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: 400;
}

.column-text{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;	
}

.content-slide{
	padding-left: 120px;
	padding-right: 120px;
	float: left;
	display: inline-block;
	height: auto;
	width: 100%;
}

.content-slide h2{
	margin-bottom: 50px;
}

.contact-slide{
	float: left;
	display:inline-block;
	height: auto;
	width: 100%;
	margin-top: 50px;
}

.contact-slide a{
	color: #452699;
	text-decoration: none;
	transition: ease 0.5s;
}

.contact-slide a:hover{
	color: #999;
}


.no-padding{
	padding: 0px;
}

#scrollDown {
    padding-top: 100px;
}

.date{
	color: #452699;
}

a{
	color: #452699;
	transition: ease 0.5s;
}

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

.facebook-logo, .youtube-logo, .instagram-logo{
  fill: #452699;
  transition: ease 0.5s;
}

.facebook-logo:hover, .youtube-logo:hover, .instagram-logo:hover{
  fill: #999;
}

#horse-page .carousel-caption h1{
	margin: 0px;
}

.carousel-caption h3{
	color: #fff;
	text-shadow: none;
}

/*******************************************************************
					CAROUSEL
/******************************************************************/

.carousel-caption h1{
	line-height: 45px;
	font-size: 50px;
	letter-spacing: -3px;
	margin-bottom: 25px;
	text-shadow: none;
}

#home-page .carousel{
	margin-bottom: 0px;
}

.carousel{
	margin-bottom: 150px;
}

#home-page .carousel-caption{
	bottom:25%;
	left: 3%;
	text-align: left;
}

#about-page .carousel-caption, #team-page .carousel-caption, #horses-page .carousel-caption, #breeding-page .carousel-caption, #news-page .carousel-caption, #contact-page .carousel-caption, #horse-page .carousel-caption{
	bottom: 15%;
	left: 3%;
	text-align: left;
}

/*******************************************************************
					GRID
/******************************************************************/

.image-grid{
	float: left;
    width: 100%;
    padding-top: 100px
}

.image-grid .image-container{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center 75%;
    height: 0;
    padding-bottom: 25%;
    overflow: hidden;
    border: 5px solid white;
    display: inline-block;
}

.horse-image-grid{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 100px;
}

.horse-image-grid .image-container{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center 75%;
    height: 0;
    padding-bottom: 45%;
    overflow: hidden;
    border: 5px solid white;
    display: inline-block;
}

#thumbnail-container{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 100px;
}

#horse-items{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 100px;
}

.thumbnail{
	padding:0px;
	border-radius:0px;
	border:0px;
	margin-bottom: 30px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.thumbnail .image-container{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center 75%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.thumbnail .caption{
	padding:25px 25px 25px 25px;	
	width:100%;
	height:auto;
}

.thumb-title{
	margin-bottom:25px;	
	color:#FFF;
}

#team-page .thumbnail .caption p{
   	text-overflow: none;
  	display: block;
}

.thumbnail .caption p{
	color:#033;
}

.thumbnail .caption .btn-default{
	margin-top: 15px;
}

.content-block{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 25px;
	margin-top:50px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

#news-page .content-block{
	background-color: #452699;
	margin-bottom: 50px;
}

#news-page .content-block h3{
	color: #fff;
}

.map-block{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-top:50px;
	background-color: #FFF;
}

/*******************************************************************
					BUTTONS
/******************************************************************/

.btn-default{
	border: 3px solid #ccc;
	background:rgba(255, 255, 255, 1.0);
	border-radius:100px;
	color:#033;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size:14px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:none;
	transition:ease 0.9s;
}

.btn-default:focus{
	background-color:none;
	background-color:#FFF;
	color:#FFF;
}

.btn-default:hover{
	background:#033;
	color:#FFF;
	border-color:1px solid #FFF;
}

.btn-go-back{
	background:#452699;
	color:#FFF;
	border-radius: 0px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size:14px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	transition:ease 0.9s;
	margin-bottom: 15px;	
}

.btn:focus, .btn:active:focus{
	border:#FFF;
	background-color:none;
	color:#FFF;
	box-shadow:none;
}

.read-more{
	margin-top:100px;	
}

.read-more-btn{
	height:auto;
	width:auto;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
}

.read-more-btn:hover{
	color:#bfa69a;
	
}

#mouse-scroll {
  style: block;
}

#mouse-scroll {
  position: fixed;
  margin: auto;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}

#mouse-scroll span{
  display: block;
  width: 10px; 
  height: 10px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 3px solid #fff; 
  border-bottom: 3px solid #fff;
  margin: 0 0 3px 9px;
}

#mouse-scroll .mouse {
  height: 42px;
  width: 28px;
  border-radius: 100px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 10px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}

#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
  height: 6px;
  width: 6px;
  border-radius: 100px;
  display: block; 
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}

#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/******************************************************************
				SOCIAL MENU
/*****************************************************************/

.social-menu{
	display:inline-block;
	list-style-type:none;
	float:none;
	margin-bottom:0;
	padding-left:0;
	margin-top: 15px;
}

.social-menu li{
	display:inline-block;
	margin-right:5px;	
}

.social-menu .last-social{
	margin:0px;	
}

#contact-page .content-block{
	margin-top: 0px;
}

#horse-page .content-block{
	margin-top: 0px;
	padding: 0px 0px 15px 0px;
}


/******************************************************************
				FOOTER
/*****************************************************************/

#home-footer{
	width: 100%;
	height: auto;
	display: inline-block;
	background: rgba(0,0,0,0.6);
	position: fixed;
	bottom: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#home-footer p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
}

#home-footer .copy-text{
	padding-top: 0px;
	font-size: 10px;
	letter-spacing: 0px;
	margin-bottom: 0px;
}

#home-footer .social-menu{
	display:inline-block;
	list-style-type:none;
	float:none;
	margin-bottom:0;
	padding-left:0;
}

#home-footer .social-menu li{
	display:inline-block;
	margin-right:5px;	
}

#home-footer .social-menu .last-social{
	margin-right:0px;	
}

#footer{
	height: auto;
	width: 100%;
	background:#333;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 150px;	
}

#footer h6{
	color: #FFF;
	margin-bottom: 25px;
}

#footer p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

.vertical-menu{
	list-style:none;	
	float:left;
	padding:0px;
}

.vertical-menu li{
	margin-bottom:0px;
}

.vertical-menu li a{
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration:none;
	font-size:12px;
	transition: ease 0.5s;
}

.vertical-menu li a:hover{
	color:#ccc;
	border:none;
}



	@media only screen and (max-width : 991px) {
		#contact-page .contact-slide .content-block, #horse-page .content-block{
			margin-top: 50px;
		}
	}

	/* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.content-slide{
			padding-left: 50px;
			padding-right: 50px;
		}

		#footer .col-sm-12{
			margin-top: 25px;
			text-align: center;
		}

		#footer .col-sm-12 .vertical-menu{
			float: none;
		}
	}

	/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	.image-grid .image-container{
    		padding-bottom: 50%;
    	}
	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.cd-logo img{
			width: 80px;
		}

		.carousel-caption h1{
			font-size: 35px;
			line-height: 30px;
			letter-spacing: -1px;
		}
	}

	@media only screen and (max-width : 580px) {
		#horse-page .content-slide h3{
			font-size: 14px;
		}

		#horse-page .content-block h3{
			font-size: 18px;
		}
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.content-slide{
			padding-left: 25px;
			padding-right: 25px;
		}

		#horse-page .content-slide h3{
			font-size: 12px;
		}

		#horse-page .content-block h3{
			font-size: 18px;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
	
	
	
	
	
	
	
	
	
	
	</pre></body></html>