/*!
 * Welkin Technology  (http://welkintechnology.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://welkintechnology.com/policy/WEB-LICENSE)
 */
 
 @import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
 @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
 @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500&display=swap');
 
/*----------- Preloader -------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 99999; /* makes sure it stays on top */
}
#status {
	width: 250px;
	height: 208px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../santamaria/assets/images/loader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
/*----------------scrol to top-------------*/
.scrollToTop {
	bottom: 50px;
	border-radius: 4px;
	display: none;
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	height: 40px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	padding-top: 2px;
	z-index: 999;
	color: #ed2f42;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.scrollToTop:hover, .scrollToTop:focus {
	background-color: #ed2f42;
	text-decoration: none;
	color: #FFF;
	outline: none;
}
/*----------------Colours-------------*/
body{
	background:#000000;
	font-family: 'Roboto', sans-serif;
}
.white-txt{
	color:#fff !important;
}
.white-bg{
	background:#fff !important;
}
.gold-txt{
	color: #ad974f !important;
}
.gold-bg{
	background:#ad974f !important;
}
.gray-bg{
	background:#e7e7e7 !important;
}
/*----------------style-----------------------*/
.hr-border{
	background-color: #f14d4d;
	height:6px;
	border-radius:20px;
}
#home-wrap{
	min-height:650px;
	background: url(../images/home-banner.png) no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom:0px;
	
}
.txt-overlap{
	position:absolute !important;
	color:#fff;
	bottom:28%;
	right:15%;
	text-align:center;
}
.header-text{
	margin-top:20px;
	margin-bottom:20px;
	padding-right:30px;
	font-size:14px;
	text-align:right;
}
.txt-overlap h1{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:4em;
	color: #ad974f;
}
.txt-overlap p{
	font-family: 'Raleway', sans-serif;
	font-size:1.3em;
}
.head-space{
	padding-left:10px;
	padding-right:10px;
}
.nav-align{
	float:right;
}
.home-banner-wrap{
	position:relative;
}
.home-txt-wrap{
	padding-top:80px;
}
.home-about-txt p{
	font-size:1.5em;
	margin-top:30px;
	padding-bottom:30px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.addspace{
	height:50px;
}
.home-horse-type{
	overflow:hidden;
}
/* .home-horse-type img{
	filter: gray; 
      -webkit-filter: grayscale(1);
	  cursor:pointer;
	  -webkit-transition: all .9s ease-in-out;
}
.home-horse-type img:hover {
	filter: none;
      -webkit-filter: grayscale(0);
	  -webkit-transform: scale(1.05);
} */
.home-horse-type h1{
	text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 3em;
    color: #ad974f;
    margin: 10px 0px;
    padding-bottom: 30px;
}
.home-horse-type p{
	padding:10px 0px;
	text-align:center;
	font-size:22px;
	text-transform:uppercase;
	margin:0px;
	color:#fff;
}
.home-contact{
	padding-left:40px;
	background: rgba(211, 175, 75, 0.7);
	padding-bottom:20px;
	color:#fff;
	height:250px;
}
.home-contact p{
	line-height:2;
	font-size:16px;
	color:#fff;
	font-weight:300;
}
.home-route{
	background:url(../images/map.png);
	background-size:cover;
	background-position:center;
	height:250px;
}
.home-route-bg{
	background: rgb(0,0,0,.4);
	height:250px;
}
#copyright-wrap{
	margin-top:2px;
	margin-bottom:20px;
	color:#999 !important;
	line-height:1.8;
	font-size:13px;
}
.footer-menu{
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ad974f;
	padding-bottom:10px;
}
.footer-menu ul{
	list-style:none;
	text-align:center;
	margin-top:20px;
}
.footer-menu li{
	display: inline;
	text-transform:uppercase;
	padding-left:30px;
	padding-left:30px;
}
.footer-menu li a{
	color:#ad974f;
	text-decoration:none;
}
/*.about-banner{
	background:url(../images/about-banner.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.gallery-banner{
	background: url(../images/gallery-bg.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.horse-category-bnr{
	background: url(../images/horse-category.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.race-horse-bnr{
	background: url(../images/race-horse-bnr.png) no-repeat;
	background-size:cover;
	background-position:center;
}*/
.inner-banner{
	min-height:300px;
}
.inner-banner div{
	margin-top:100px;
}
.inner-banner h2{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-align:center;
	background: rgba(173, 151, 79, 0.5);
	color:#fff;
	padding:10px 30px;
	text-transform:uppercase;
}
.content-area{
	padding-top:0px;
	padding-bottom:80px;
	
}
.content-inner-main{
	padding-top:80px;
}
.about-img-left{
	margin-top:20px;
}
.about-txt-right{
	line-height:1.8;
}
.about-txt-right p{
	color:#6a6a6a;
	text-align:justify;
}
.about-txt-right h2{
	font-size:2em;
	font-weight:300;
	color:#ad974f;
	border-bottom:1px solid #C90;
	padding-bottom:10px;
	line-height:1.3;
	font-family: 'Raleway', sans-serif;
}
.header-menu-right{
	border-top: 39px solid #ad974f;
	border-left: 0px solid #fff;
	border-right: 40px solid #fff;
	height: 0;
	width: 120;
	background:#ed1f27;
}
.horse-thumb-wrap{
	margin-top:40px;
	margin-bottom:80px;
}
.horse-thumb-inner{
	margin-top:40px;
}
.horse-thumb-column{
	overflow:hidden;
}
.horse-thumb-column h4{
	background:#ad974f;
	margin:0px 40px;
	padding:20px 5px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	top:-30px;
}
.horse-thumb-column img{
	cursor:pointer;
	  -webkit-transition: all .9s ease-in-out;
}
.horse-thumb-column img:hover {
	filter: none;
      -webkit-filter: grayscale(0);
	  -webkit-transform: scale(1.05);
}
.border-gold{
	border:2px solid #ad974f;
}
.horse-thumb-txt h5{
	text-align:center;
	font-size:18px;
	color:#ad974f;
	padding-top:5px !important;
}
.horse-thumb-txt p{
	text-align:center;
	color:#ccc;
	padding-bottom:10px;
}
.details-txt{
	padding-top:30px;
}
.details-txt td{
	font-size:16px;
	color:#575757;
}
.details-txt button{
	padding:10px 30px;
	margin-top:20px;
}
.details-tab{
	margin-top:50px;
}
.home-about-bg{
	height:280px;
}
.home-about-bg-color{
	background: rgb(0,0,0,0.4);
	padding-top:50px;
	height:290px;
}
.about-txt{
	padding-top:10px;
	padding-bottom:10px;
}
.about-txt h3{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	color:#fff;
	line-height:1.5;
}
.morepadding{
	padding-top:20px;
}
.video-item{
	margin-top:30px;
}
.news-wrap{
	border-right:1px solid #eaeaea;
	padding:10px 40px;
}
.news-wrap .date{
	color:#ccc !important;
}
.news-wrap p{
	line-height:1.8;
	text-align:justify;
	margin-top:10px;
}
.news-wrap h2{
	margin-top:0px;
	line-height:1.3;
	font-weight:400;
	padding-bottom:20px;
}
.news-share-ico{
	margin-top:20px;
	margin-bottom:20px;
}
.news-share-ico img{
	padding-right:10px;
	filter: gray; 
      -webkit-filter: grayscale(1);
	  cursor:pointer;
}
.news-share-ico img:hover {
	filter: none;
      -webkit-filter: grayscale(0);
}
.news-title-right{
	padding-top:30px !important;
}
.news-title-right h4{
	color:#ad974f;
	padding:0px 5px;
	font-weight:normal;
}
.news-title-right p{
	padding:15px 5px;
	border-bottom:1px solid #CCC;
}
.news-title-right p a{
	color:#494949;
	text-decoration:none;
}
.contact-wrap{
	padding:30px 20px;
}
.contact-map{
	margin-bottom:30px;
}
.contact-form{
	margin-top:20px;
}
.contact-address p{
	line-height:1.8;
	padding-top:20px;
	color:#666;
}
.social-ico-footer{
	margin:auto;
	text-align:center;
	margin-bottom:10px;
}
.social-ico-footer img{
	padding-left:10px;
	opacity:.6
}
.copy-main{
	margin-top:10px;
	text-align:left;
}
.copy-main img{
	opacity:.7;
}
.copyright-welkin{
	padding-right:4px;
}


/*-------------------FLOW-CHART-----------------------*/
/* .flowchart-wrap{
	overflow-x: scroll;
} */
.flowchart {
	margin: 40px auto !important;
	width: 800px;
	min-height: auto;
	overflow:auto;
	white-space:nowrap;
}
.flowchart ul {
	position: relative;
	padding-top: 30px;
}
.flowchart li {
	position: relative;
	padding: 20px 3px 0 3px;
	float: left;
	text-align: center;
	list-style-type: none;
}
.flowchart li::before, .flowchart li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 20px;
	border-top: 2px solid #ccc;
}
.flowchart li::after {
	left: 50%;
	right: auto;
	border-left: 2px solid #ccc;
}
.flowchart li:only-child::after, .flowchart li:only-child::before {
	content: '';
	display: none;
}
.flowchart li:only-child {
	padding-top: 0;
}
.flowchart li:first-child::before, .flowchart li:last-child::after {
	border: 0 none;
}
.flowchart li:last-child::before {
	border-right: 2px solid #ccc;
	border-radius: 0 5px 0 0;
}
.flowchart li:first-child::after {
	border-radius: 5px 0 0 0;
}
.flowchart ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 2px solid #ccc;
	width: 0;
	height: 30px;
}
.flowchart li a {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	border: 2px solid #ccc;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-family: arial, verdana, tahoma;
	font-size: 15px;
}
.flowchart li a:hover, .flowchart li a:hover+ul li a {
	color: #000;
	background: #f7ecd5;
	border: 2px solid #cca54f;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	transition: all ease .4s;
	
}
.flowchart li a:hover+ul li::after, .flowchart li a:hover+ul li::before, .flowchart li a:hover+ul::before, .flowchart li a:hover+ul ul::before {
	content: '';
	border-color: #cca54f;
}

.input-error {
	border: 1px solid #F00;
}