/*-------------------------------------------------
 =  Table of Content

 1.General                              
 2.Header                         
 4.Content Homes section                              
 5.content - Abouts section                               
 6.content - Portfolios section 
 7.content - Service section        
 8.content - Shops section                                 
 9.content - Blogs section                               
 10.content - Contact section                           
 11.content - Error Page                             
 12.Footer                              
-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.bg-grey {
	background-color:#C1C2C5;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.ml0 {margin-left: 0 !important; }


question {
	color: #AA7A34;
	
}

a {
	text-decoration:underline;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	outline: none;
	color: #AA7A34;
	/*color:#000;*/
}

a:hover {
	text-decoration:none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Arial';
}

body img {
  border: none;
}

/*-------------------------------------------------*/
/* =  Header

Jo added #header
/*-------------------------------------------------*/

.m-b-10{margin-bottom: 10rem;}

.wrapsemibox{margin-bottom: 4rem;}

#header {
	background-color:000;
}

.subheader {
  background: #2f3133;
  color: #a6b2b5;
  font-family: 20px;
  padding: 30px 0;
  font-weight: 300;
}

.subheader a {
  color: #fff;
  font-family: 20px;
}

.subheader li {
  float: left;
  margin-right: 10px;
}

.subheader li:after {
  content: "|";
  padding-left: 10px;
}

.subheader li:last-child:after {
  content: "";
}

.left-sub {
  float: left;
}
.right-sub {
  float: right;
}


/*This is the Stallion link
Original
.right-sub a {
  background: url(../images/cart.png) 0 no-repeat;
  padding: 20px;
  padding-left: 35px;
  color: #808080;
}*/
/*Currect/Active Auction
.right-sub a {
  padding: 20px;
  padding-left: 35px;
  color: #fff;
  font-weight: bold;
}*/

.right-sub a {
  padding: 20px;
  padding-left: 35px;
  color: #ECEDE9;
  font-weight: bold;
  text-transform: uppercase;
}
.right-sub span {
font-weight: bold;
color: #c5b358;
}

.upper-header {
	background-color: #000;
}

.logo {
  float: left;
  margin: 50px 0;
}


/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/

/* Navigation  */
.nav-wrap {
  float: right;
}

#nav {
  width: 760px;
  float: right;
  margin-top: 30px;
}

#nav select {
  display: none;
}


ul#navlist {
  list-style: none; 
  margin: 0;
  padding: 0;

}

ul#navlist li {
  float: left;
  position: relative;
  padding:20px 15px;
}

ul#navlist li a {
	display: block;
	font-size: 18px;
	line-height: normal;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

ul#navlist li:hover a {
    color: #c5b358;
}


/*ul#navlist li.current a{
    color: #c5b358;
}*/

/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  min-width: 240%;
  margin: 0 !important;
  padding-left: 0;
  padding-top: 20px;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
  color: #000;	
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
  padding-right: 0;
  list-style: none;
  padding: 0px 0px !important;
  border-top: 1px solid #2c2e2f;
}

.sf-menu .sub-menu li:first-child {
  border-top: 0px;
}

.sf-menu .sub-menu a {
  background: #3e4042 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  color: #fff !important;
  padding: 15px !important;
  line-height: normal;
  text-transform: none !important;
  border-right: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  
  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.sf-menu .sub-menu a:hover {
  background: #fff !important;
  padding-left: 25px !important;
  color: #000 !important;
}

.sf-menu .sub-menu span {
  display: none;
}

.circles {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.circle {
  text-align: center;
  background: url(../images/diamond.png) center no-repeat #c5b358; 
  border-radius: 50%;
  border: 8px solid transparent;
  padding: 80px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.circle:hover {
  border: 8px solid #c5b358;
  background: url(../images/diamond-hover.png) center no-repeat #2f3133;
}

.circle2 {
  text-align: center;
  background: url(../images/tv.png) center no-repeat #c5b358; 
  border-radius: 50%;
  border: 8px solid transparent;
  padding: 80px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.circle2:hover {
  border: 8px solid #c5b358;
  background: url(../images/tv-hover.png) center no-repeat #2f3133;
}

.circle3 {
  text-align: center;
  background: url(../images/wallet.png) center no-repeat #c5b358; 
  border-radius: 50%;
  border: 8px solid transparent;
  padding: 80px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.circle3:hover {
  border: 8px solid #c5b358;
  background: url(../images/wallet-hover.png) center no-repeat #2f3133;
}

.box1 h4 {
  color: #505050;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: normal;
}

.box1 p {
  color: #808080;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
  line-height: 24px;
}

.box1 a {
  text-transform: uppercase;
  font-weight: lighter;
  color: #808080;  
}

.box1 a:hover  {
  color: #c5b358;  
}

/*Social Earnings*/

.socialearnings {
  background: #f4f4f4;
  border-top:1px solid #dddddd;
  padding: 100px 0;
}


.progress-radial {
  margin:0 auto;
  position: relative;
  width: 180px;
  height:180px;
  border-radius:500px;
 margin-top:0px;
}


.progress-radial .overlay {
  position: absolute;
  width: 145px;
  height: 145px;
   background: #fff;
   border-radius:500px;
  -moz-border-radius:500px;
  -webkit-border-radius:500px;
  margin-left: 17px;
  margin-top: 18px;
  text-align: center;
}

.overlay p {
  font-size: 50px;
  color: #2f3133;
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
  line-height: 31px;
}

.progres-text p {
  text-align: center;
  font-size: 16px;
  color: #808080;
  margin-top: 0;

}


.progress-0 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(90deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-5 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(108deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-10 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(126deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-15 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(144deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-20 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(162deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-25 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(180deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-30 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(198deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-35 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(216deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-40 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(234deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-45 {
  background-image: linear-gradient(90deg, #c5b358 50%, transparent 50%, transparent), linear-gradient(252deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-50 {
  background-image: linear-gradient(-90deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #c5b358 50%, #c5b358 50%, #c5b358);
}

.progress-55 {
  background-image: linear-gradient(-72deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-60 {
  background-image: linear-gradient(-54deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-65 {
  background-image: linear-gradient(-36deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-70 {
  background-image: linear-gradient(-18deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-75 {
  background-image: linear-gradient(0deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-80 {
  background-image: linear-gradient(18deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-85 {
  background-image: linear-gradient(36deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-90 {
  background-image: linear-gradient(54deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-95 {
  background-image: linear-gradient(72deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

.progress-100 {
  background-image: linear-gradient(90deg, #deae02 50%, transparent 50%, transparent), linear-gradient(270deg, #deae02 50%, #c5b358 50%, #c5b358);
}

/***Charts end***/

.paralax1 {
}

.features {
  padding: 110px 0 0px;
    background:#fff url(../images/paralax2.jpg) top center fixed;
}

.features .feat-img img {
width: 100%;
margin-bottom: -25px;
}

.feat-text  h4 {
  color: #c5b358;
  font-size: 25px;
  text-transform: uppercase;
}

.feat-text p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;

}
.feat-text p.feat-it {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}

.feat-text a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  border: 2px solid #fff;
  display: table;
  padding: 20px 0;
  width: 200px;
  text-align: center;
}

.feat-text a:hover {
  background: #c5b358;
}

.blog {
  background: #fff;
  padding: 100px 0;
}

.blog h3 {
  font-family: 'Lato';
  font-size: 25px;
  color: #c5b358;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}

.blog-subtitle {
  font-family: 'Lato' !important;
  font-size: 30px !important;
  color: #808080 !important;
  text-align: center !important;
  font-weight: lighter !important;
  margin-top: 0 !important;
}

.border {
  width: 360px;
  margin: 20px auto;
  border-top: 1px solid #c5b358;
}

.blog span.post-title {
  font-family: 'Lato';
  font-size: 16px;
  color: #808080;
  text-align: center;
  font-weight: lighter;
  margin-top: 0;
  display: block;
  margin-bottom: 40px;
}

.blog-img {
  width: 270px;
  float: left;
}

.blog-text {
  width: 260px;
  float: left;
  background: #f4f4f4;
  padding: 20px;
}

.blog-img {
  width: 270px;
  height: 140px;
  position: relative;
}

.blog-box {
  margin-bottom: 30px;
}

.blog-date {
  padding: 15px 20px;
  text-align: center;
  background: #2f3133;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -55px;
  z-index: 10;
}

.blog-img .blog-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2f3133;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: -10%;

    transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out; 
}

.blog-box:hover .blog-mask{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
  margin-left: 0;
}

.blog-box:hover .blog-date{
  background: #c5b358;
}

.blog-mask .mask-border{
  border-top: 2px solid #c5b358;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}



.blog-date span {
  font-family: 'Lato';
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
}
.blog-date p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  margin: 0;
  text-transform: uppercase;
}

.blog-text h4{
  color: #343434;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px;
}

.blog-text p{
  color: #808080;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
  font-weight: lighter;
}
/*Sire Using on horse_profiles*/
.img-horse {
    text-align: center;
    max-width: 100%;
    height: 175px;
}

/*Stallions*/
.stallions span.post-title {
  font-family: 'Lato';
  font-size: 16px;
  color: #808080;
  text-align: center;
  font-weight: lighter;
  margin-top: 0;
  display: block;
  margin-bottom: 40px;
}


.stallions-container {
	width: 95%;
	float: left;
	background: #f4f4f4;
	padding: 5px;
	border: medium groove #333;
	margin 10px;
	margin-bottom: 10px;
}

.stallions-text {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 20px;
}

.stallions-img {
  width: 100px;
  height: 75px;
  position: relative;
}

.stallions-date {
  padding: 15px 20px;
  text-align: center;
  background: #2f3133;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -55px;
  z-index: 10;
}

.stallions-img .stallions-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2f3133;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: -10%;

    transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out; 
}

.stallions-box:hover .stallions-mask{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
  margin-left: 0;
}

.stallions-box:hover .stallions-date{
  background: #c5b358;
}

.stallions-mask .mask-border{
  border-top: 2px solid #c5b358;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}



.stallions-date span {
  font-family: 'Lato';
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
}
.stallions-date p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  margin: 0;
  text-transform: uppercase;
}

.stallions-text h4{
  color: #343434;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px;
}

.stallions-text p{
  color: #808080;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
  font-weight: lighter;
}

/*Our Team*/

.ourteam {
  background: #f4f4f4;
  padding: 100px 0 60px;
  border-top: 2px solid #dddddd;
}

.ourteam h3 {
  font-family: 'Lato';
  font-size: 25px;
  color: #c5b358;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}

.ourteam-subtitle {
  font-family: 'Lato';
  font-size: 30px;
  color: #808080;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.border {
  width: 360px;
  margin: 45px auto;
  border-top: 1px solid #c5b358;
}

.ourteam span.post-title {
  font-family: 'Lato';
  font-size: 16px;
  color: #808080;
  text-align: center;
  font-weight: lighter;
  margin-top: 0;
  display: block;
  margin-bottom: 40px;
}

.team-mates {
  position: relative;
}

.team-mates img {
  width: 100%;
}

.ourteam .team-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: #c5b358;
  background: rgba(237,200,68,.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

    transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out; 
}

.team-mates:hover .team-mask{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
}

.team-mask .team-border{
  border-top: 5px solid #2f3133;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  width: 100%;
}

.team-mask h3 {
  color: #2f3133 !important;
  margin-top: 95% !important;
}
.team-mask h5 {
  color: #2f3133 !important;
}

.team-border:before {
  content:"";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #2f3133;
  position:absolute;
  left:50%;
  margin-left:-10px;
  bottom:5px;
  background-position: 50%;
  }

  .team-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: none;
  }
  .team-item h5 {
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    text-align: center;
    margin: 0;
  }
.additionalicons{
padding:20px 0;
text-align:center;
margin: 10px 0;
}

 .additionalicons i{
  color:#fff;
  font-size:20px;
  background: #2f3133;
  border-right: 1px solid #616365;
  margin-right: -3px;
  width: 50px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
 .additionalicons i:hover{
  background: #c5b358;
  border-right: 1px solid #c5b358;
}

.goodlook {
  background: #ffffff;
  border-top: 2px solid #dddddd;
  padding-top: 100px
}

.look-text h4 {
  font-size: 25px;
  color: #343434;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
}

.look-text p {
  font-size: 16px;
  color: #343434;
  line-height: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
}

.look-text li {
  font-size: 16px;
  color: #343434;
  line-height: 24px;
  font-weight: lighter;
  background: url(../images/tick.png) 0 no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
}

.look-text a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 1px solid #2f3133 !important;
  color: #2f3133;
  display: table;
  margin-top: 20px;
}

.look-img img {
  margin-bottom: -3px;
}

.look-text a:hover {
  background: #2f3133;
  color: #fff;
  }




  .testimonials .bx-controls-direction {
  display: none;
}

.testimonials .bx-pager {
  display: block !important;

}

.testimonials {

}

.testimonials ul {
  margin: 0;
  padding: 0;
}

.testimonials .bx-wrapper {
position: relative;
margin: 0 auto 10px;
padding: 0;
} 

.testimonials blockquote{
    clear: both;
    font-size: 16px;
    position: relative;
    quotes: none;
    border: 0px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    width: 70%;
    margin: auto;
    text-align: center;
}

.testimonials .bx-wrapper img {
display: block;
margin: auto;
}

.testimonials .bx-viewport {
  height: 235px !important;
}

.testimonials h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.testimonials span {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.testimonials a {
  color: #fff;
}

.paralax2 {
background:#fff url(../images/paralax1.jpg) bottom center fixed;
padding:  100px 0;
}


.buyit {
  background: #c5b358;
  padding:  40px 0;
}

.buyit p {
  float:  left; 
  color: #2f3133;
  font-size:  25px; 
  margin: 0;
  margin-top:22px;
  font-family: 'Lato';
}
.buyit span {
  font-weight:  900; 
  font-family: 'Lato';
}

.buyit a {
  float:  right;  
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 26px;
  color: #c5b358;
  text-transform: uppercase;
  padding: 25px 0px;
  background: #2f3133;
  display: table;
  text-align: center;
  width: 270px;
  border: 1px solid transparent
}

.buyit a:hover {
  background:  #212224;
}
.buttonreset  {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #c5b358;
	text-transform: uppercase;
	padding: 5px 5px;
	background: #2f3133;
	display: table;
	text-align: center;
	/* width: 270px; */
	border: 1px solid transparent;
}

/*-------------------------------------------------*/
/* =  Home2
/*-------------------------------------------------*/

.home-first {
  background: #fff;
  padding: 100px 0;
}

.first-text {
  float: left;
  width: 80%;
}

.first-text p {
  color: #343434;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}
.first-text span {
  color: #808080;
  font-size: 16px;
  margin-top: 0;
  font-weight: lighter;
}

.home-first a {
    float:  right;  
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    background: #c5b358;
    display: table;
    margin-top: 20px;
}

.home-first a:hover {
  color: #fff;
  background:   #212324;
}

/*Portfolio */

.portfolio {
 /* padding: 100px 0;*/
  background: #f4f4f4;
}

.portfolio h3{
  font-size: 30px;
  color: #808080;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
}


/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

.filter-container li {
  width: 19.99%;
  float: left;
}

.filter-container li img{
  width: 100%;
}


.filter {
  width: 510px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 50px;
}

.filter li {
  float: left;
}

.filter a {
  font-size: 16px;
  color: #fff;
  padding: 20px;
  background: #2f3133;
  display: table;

 -webkit-transition: all 0.4s ease-in-out 0.2s;
 -moz-transition: all 0.4s ease-in-out 0.2s;
 -o-transition: all 0.4s ease-in-out 0.2s;
 -ms-transition: all 0.4s ease-in-out 0.2s;
 transition: all 0.4s ease-in-out 0.2s;
}

.filter a:hover, .filter a.active {
  background: #c5b358;
  color: #2f3133;
}


.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
/*Jo added viewleft for owner on horse profile*/
.viewleft {
    overflow: hidden;
    position: relative;
    text-align: left;
    cursor: default;
	width: 50%;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    /*display: block;*/
    position: relative;
    width: 100%;
}  

.i-icons {
  margin-top: 65px;
  margin-bottom: 20px;
}

.i-icons i {
  background: #2f3133;
  color: #fff;
  padding: 10px;
}

.i-icons i:hover {
  background: #1c1d1f;
  color: #e8c751;
}

.view p {
  color: #2f3133;
  font-size: 20px;
  margin-bottom: 10px;
}

.view span {
  color: #2f3133;
  font-size: 16px;
  font-weight: lighter;
}


/*  2  */   
.view-two img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-two .mask {
   /*background-color: #e8c751;
   background-color: rgba(232,199,81,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;

}
.view-two .mask .btn-icon{
  display: block;
  text-align: center;
  margin: 70px 133px 0 !important;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background: url(../images/anchor-info.png) center no-repeat;
}


.view-two:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-two:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

/*Paralax3
.paralax3 {
    background:#fff url(../images/paralax4.jpg) top center fixed;
    padding: 100px 0 0;
    border-top: 2px solid #dddddd;
}
*/

.paralax3 {
	background-color:#000000;
    padding: 25px 0 0;
    border-top: 2px solid #dddddd;
}
.bg-black {
	background-color:#333333;
    padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
    border-top: 2px solid #dddddd;
	color: #fff;
	margin-bottom: 25px;
}

.look-img {
  width: 100%;
}

.goodlook2 .look-text h4 {
color: #c5b358;
}
.goodlook2 .look-text p {
color: #fff;
/*font-family: "myriadlight", arial;*/
font-weight: 300;
line-height: 24px;
}
.goodlook2 .look-text li {
color: #fff;
/*font-family: "myriadlight", arial;*/
font-weight: 300;
}

.look-text a {
  border: 2px solid #fff;
  background: transparent;
}

.look-text a:hover {
  background: #2f3133 !important;
  color: #fff;
}

.look-text a.blank {
  border: 2px solid #fff !important;
  background: transparent !important;
  color: #fff!important;
}
.look-text a.blank:hover {
  color: #fff !important;
  background: #c5b358 !important;
}




/*Clients*/
.clients {
  padding: 100px 0;
  background: #fff;
}

.clients h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #c5b358;
  text-align: center;
  margin-top: 0;
}

.clients .post-title {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: 45px;
}

.client-slider .bx-controls-direction {
  display: none;
}

.client-slider img{
  margin: auto;
}


.client-autor {
  text-align: center;
}

.client-autor p {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

.post-date {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 20px;
}

.post-date span{
  font-weight: bold;
  color: #343434;
}

.client-img {
  padding-top: 50px;
}

.client-img ul{
  margin-bottom: 50px;
}

.client-img img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.client-img img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*Experience*/

.experience {
  padding: 100px 0;
  border-top: 2px solid #dddddd;
  background: #f4f4f4;
}

.experience h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #c5b358;
  text-align: center;
  margin-top: 0;
}

.experience .post-title {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: 45px;
}

.experience-title {
  text-align: center;
  font-size: 25px;
  color: #808080;
  font-weight: 300;
}

.experience .overlay p {
margin-top: 50px;
}

/*PARALAX 4*/

.paralax4 {
    background:#fff url(../images/paralax3.jpg) top center fixed;
    padding: 130px 0;
}

.responsive {
	/*padding: 100px 0;Jo revised to 10 for horse standing/owner*/
	padding: 10px 0;
  background: #fff;
}

.resp-text h4 {
  color: #c5b358;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 60px;
}

.resp-text span {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
}


.resp-text p {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.resp-img img {
  float: right;
}

/*Pricing*/

.pricing {
  background: #f4f4f4;
  border-top: 2px solid #dddddd;
  padding: 100px 0;
}



.p-name {
  text-align: center;
  padding: 50px 0;
  background: #2f3133;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.p-price {
  background: #fff;
  padding: 40px 0;
  margin: 0;
  text-align: center;
  color: #343434;
  font-size: 60px;
  font-weight: bold;
}

.s-small {
  font-size: 20px;
}

.p-small {
  font-size: 20px;
}

.price-box ul{
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.price-box li {
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 25px;
}

.singup {
  width: 175px;
  margin: auto;
  display: table;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  background: #2f3133;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.price-box {
  background: #fff;

    -webkit-transform:scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transform:scale(1);
  -moz-transition-duration: 0.5s;
  -o-transform:scale(1);
  -o-transition-duration: 0.5s;
}

.price-box:hover {
  -webkit-box-shadow:0px 0px 10px #bcbbbb;
  -webkit-transform:scale(0.95);
  -moz-box-shadow:0px 0px 10px #bcbbbb;
  -moz-transform:scale(0.95);
  -o-transform:scale(0.95);
  box-shadow:0px 0px 10px #bcbbbb;
}

.price-box:hover .singup {
  background: #c5b358;
}

.price-box:hover .p-name {
  background: #c5b358;
}

/*Home 3 */


.squares {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.square {
  text-align: center;
  background: url(../images/square.png) center no-repeat #c5b358;
  padding: 40px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.square:hover {
  background: url(../images/square-hover.png) center no-repeat #c5b358;
}

.square2 {
  text-align: center;
  background: url(../images/square2.png) center no-repeat #c5b358;
  padding: 40px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.square2:hover {
  background: url(../images/square2-hover.png) center no-repeat #c5b358;
}

.square3 {
  text-align: center;
  background: url(../images/square3.png) center no-repeat #c5b358;
  padding: 40px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.square3:hover {
  background: url(../images/square3-hover.png) center no-repeat #c5b358;
}

.square4 {
  text-align: center;
  background: url(../images/square4.png) center no-repeat #c5b358;
  padding: 40px;
  width: 0px;
  margin: auto;

  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out; 
}

.square4:hover {
  background: url(../images/square4-hover.png) center no-repeat #c5b358;
}

.paralax5 {
background:#fff url(../images/paralax5.jpg) top center fixed;
padding:  100px 0;
text-align: center;
}

.feat3-text h4 {
  font-size: 35px;
  color: #fff;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 0;
}
.feat3-text p {
  font-size: 20px;
  color: #fff;
  width: 75%;
  font-weight: lighter;
  font-style: italic;
  margin:0 auto 40px;
}

.feat3-text a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table;
  width: 220px;
  margin: auto;
  margin-top: 40px;
  white-space: normal;
  padding: 20px 0;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #fff;
}

.feat3-text a:hover {
  background: #c5b358;
}

.our-features {
  padding: 100px 0; 
  background: #f4f4f4;
  border-top: 2px solid #dddddd;
}

.white-bg {
  background: #fff;
}

.maintitle {
  font-family: 'Lato';
  font-size: 25px;
  color: #c5b358;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.feat-box {
  margin-bottom: 40px;
}

.feat-left i{
  float: left;
  background: #2f3133;
  padding: 20px; 
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.feat-right {
  float: left; 
  margin-left:  20px;
  width: 280px;
}

.feat-right h4{
  margin-top: 0;
  font-size: 20px;
  color: #2f3133;
  margin-bottom: 10px;
}

.feat-right p{
  margin-top: 0;
  font-size: 16px;
  color: #808080;
  height: 57px;
  overflow: hidden;
  font-weight: lighter;
}
.feat-right a{
  margin-top: 0;
  font-size: 16px;
  color: #808080;
  font-weight: lighter;
}

.feat-box:hover .feat-left i{
  background: #c5b358;
  transform:rotate(360deg);
-ms-transform:rotate(360deg);
/* IE 9 */
-moz-transform:rotate(360deg);
/* Firefox */
-webkit-transform:rotate(360deg);
/* Safari and Chrome */
-o-transform:rotate(360deg);
/* Opera */
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

.feat-box:hover .feat-right h4, .feat-box:hover .feat-right a {
  color: #c5b358;
}

.testimonials2 {
  padding: 100px 0;
  background: #fff;
  border-top: 2px solid #dddddd;
}

.testimonials2 .bx-controls-direction {
  display: none;
}

.testimonials2 .bx-pager {
  display: block !important;
}


.testimonials2 ul {
  margin: 0;
  padding: 0;
}

.testimonials2 .bx-wrapper {
position: relative;
margin: 0 auto 10px;
padding: 0;
} 

.testimonials2 blockquote{
    clear: both;
    font-size: 16px;
    position: relative;
    quotes: none;
    border: 0px;
    line-height: 22px;
    color: #808080;
    font-weight: 300;
    width: 100%;
    padding-top: 20px;
    margin: auto;
    text-align: center;
}

.testimonials2 .bx-wrapper img {
display: block;
margin: auto;
}

.testimonials2 .bx-viewport {
  height: 305px !important;
}

.testimonials2 h4 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.testimonials2 span {
  font-size: 20px;
  font-weight: normal;
  color: #343434;
  text-align: center;
}
.testimonials2 a {
  color: #000;
}

.testimonials2 .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #838383;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 1px solid #c5b358;
  background: #c5b358;
}

/*-------------------------------------------------*/
/* =  Home 4
/*-------------------------------------------------*/


#accordion-container {
  font-size: 13px;
  color: #868686;

}

.accordion-header {
  font-size: 14px;
  margin: 0;
  padding: 13px 20px 5px;
  cursor: pointer;
  color: #3f3f3f;
  font-weight: bold;
  padding-bottom: 15px;
}

.active-header {
  background: url(../images/active-header.png) 540px center #c5b358;
  background-repeat: no-repeat;
  color: #fff;
}

.inactive-header {
  background: url(../images/inactive-header.png) 540px center #fff;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  
}

.accordion-content {
  display: none;
  background: #ffffff;
  border-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 20px;
  color: #808080;
}



/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/

.tabs ul {
  padding: 0;
}

.tabs-widget {
  padding: 0px !important;
  margin-bottom: 20px;
}

.tabs-widget .tab-links {
    margin: 0;
}

.tabs-widget .tab-links li {
    float: left;
    background: #ffffff;
    color: #808080;
    margin-left: 2px;
    width: 32%;
    height: 46px;
}

.tabs-widget .tab-links li.active {
    background: #c5b358;
}

.tabs-widget .tab-links li.active a{
    color: #fff;
}

.tabs-widget .tab-links li:first-child {
    margin-left: 0px;
}

.tabs-widget .tab-links li a {
    font-family: 'Open Sans';
    color: #000;
    font-weight: bold;
    font-size: 13px;
    border-bottom: none;
    padding: 15px;
    text-align: center;
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}



.tabs-widget > div {
    clear: both;
    display: none;
}

.tabs-widget > div > ul {
    margin: 0;
}

.tabs-widget #popular-tab {
    display: block;
}

.tabs-widget .author-comment {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    display: block;
}


.tabs-widget > div li {
    overflow: hidden;
    border-top: none;
    background: #fff;
    padding-bottom: 0;
    padding: 20px 20px 10px;
}


.tabs-widget > div li > a {
    display: block;
}

.tabs-widget img {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 14px;
}

.tabs-widget > div h3 {
    font-family: 'Open Sans';
    margin: 0 0 3px 0px;
    line-height: 19px;
    max-height: 34px;
    overflow: hidden;
}

.tabs-widget > div h3 a {
    color: #506779;
    display: block;
    font-size: 13px;
}

.tabs-widget > div h3 a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.tabs-widget > div#comments-tab h3 {
    max-height: 15px;
}

.tabs-widget > div p{
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  margin: 0;
  margin-bottom: 30px;
}


.tabs-widget ul{
  list-style: none;
}

.services {
  background: #f4f4f4;
  border-top: 2px solid #dddddd;
  padding: 100px 0;
}

.services-row1 img {
  width: 100%;
}



/*-------------------------------------------------*/
/* =  About
/*--------------Banner was 30-----------------------------------*/

.banner {
    padding: 10px 0;
    background: #c5b358;
    border: 1px solid #c5b358;
}

.inner-banner {
    max-width: 1170px;
    margin: auto;
    background-color: #c5b358;
}

.banner h1 {
	float: left;
	font-size: 1.75em;
	color: #000;
	margin: 0;
	font-weight: normal;
}

.banner h1 a {
	color: #333333;
	text-decoration:underline;
	font-style: italic;
}

.banner h1 a:hover {
	color: #333333;
	text-decoration:underline;
	font-style: italic;
}

/*Sitemap*/
.site_map {
  font-size: 16px;
  color: #2f3133;
  float: right; 
  padding-top:15px;
  /* orig style was as is, for some reason we removed float and added margin-left 250 px which I don't like so I took that out 
	along with the white border on horse-profile.php - Facebook share is in this site_map div*/
}
.site_map a{
  color: #2f3133;
}
.site_map a:hover{
  text-decoration: underline;
}

.welcome img {
  float: left;
  margin-right: 20px;
}

.about-row1 {
  padding: 100px 0;
  background: #fff;
}

.about-row1 h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #404040;
  font-size: 22px;
  font-weight: normal;
}

.welcome p{
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 30px;
  width: 99%;
  line-height: 22px;

}
.skills p{
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 30px;
}

.skills span{
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}



.skill-bg {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 15px;
}

.skill1 {
  background: #c5b358;
  width: 90%;
  height: 20px;
}

.skill2 {
  background: #c5b358;
  width: 70%;
  height: 20px;
}

.skill3 {
  background: #c5b358;
  width: 60%;
  height: 20px;
}

.skill4 {
  background: #c5b358;
  width: 90%;
  height: 20px;
}

.skill5 {
  background: #c5b358;
  width: 50%;
  height: 20px;
}

.course-work {
  padding: 100px 0;
  background: #fff;
  border-top: 2px solid #dddddd;
}

.course-work h3{
  font-size: 22px;
  color: #404040;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}
.stage h4{
  font-size: 22px;
  color: #404040;
  margin-top: 0;
}
.stage span{
  color: #404040;
  margin-top: 0;
  font-weight: lighter;
}
.stage p{
  font-size: 14px;
  color: #808080;
  margin-top: 0;
  font-weight: lighter;
  line-height: 22px;
}

.clients3 {
  padding: 100px 0;
  background: #f4f4f4;
  border-top: 2px solid #dddddd;
}

.clients3 h3 {
  font-size: 22px;
  color: #404040;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Lato';
}

.clients3 ul {
  width: 1030px;
  margin: auto;
}

.clients3 li {
  float: left;
  width: 170px;
  margin-left: 40px;
}
.clients3 li:first-child {
  margin-left: 0;
}

.clients3 li img {
  width: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.clients3 li img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}


/*-------------------------------------------------*/
/* =  About 2
/*-------------------------------------------------*/

.about2-row1 {
  padding: 100px 0;
  background: #fff;

}

.welcome2 h3 {
  float: left;
  margin-right: 20px;
  font-size: 22px;
  color: #404040;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}

.right-welcome {
  float: left;
  width: 940px;
}

.right-welcome p {
  font-size: 14px;
  color: #808080;
  font-weight: lighter;
  margin-top: 5px;
  line-height: 22px;
}

.brown-bg {
  background: #f4f4f4;
}


/*-------------------------------------------------*/
/* =  About Me
/*-------------------------------------------------*/


.about3-row1 {
  padding: 100px 0;
  background: #fff;
}

.about3-row2 .skill-bg {
  background: #fff;
}

.left-aboutme img{
  float: left;
  margin-right: 20px;
}

.about3-text h4 {
  color: #404040;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
}
.about3-text span {
  color: #808080;
  font-size:16px;
  font-weight: lighter;
  display: block;
  margin-bottom: 32px;
}
.about3-text p {
color: #808080;
font-size: 16px;
font-weight: lighter;
margin-bottom: -13px;
font-weight: 'Lato';
}
.about3-text .additionalicons {
padding: 20px 0;
text-align: left;
margin: 10px 0;
}

.right-aboutme h4{
  color: #404040;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
.right-aboutme p{
  color: #808080;
  font-size: 14px;
  margin-top: 0;
  font-weight: lighter;
  line-height: 22px;
}

.about3-row2 {
  background: #f4f4f4;
  padding: 100px 0;
  border-top: 2px solid #dddddd;
}

.about3-row2 h4{
  color: #404040;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
}

.client-autor2 img {
  float: left;
  margin-right: 20px;
}

.client-autor2 p{
  color: #808080;
  font-size: 14px;
  margin-top: 0;
  font-weight: lighter;
  line-height: 23px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.client-autor2 .post-date {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}

.client-autor2 .rank img{
  float: right;
  margin-right: 0;
}

.education {
  background: #fff;
  border-top: 2px solid #dddddd;
  padding: 100px 0;
  text-align: center;
}

.education .box1 p {
  overflow: visible;
  height: auto;
  font-size: 14px;
}

.education h4 {
  margin-top: 35px;
}

.ed-square i {
  background: #c5b358;
  color: #fff;
  font-size: 30px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin: auto;
}
.ed-square i:hover{
  color: #000;
    transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  /* IE 9 */
  -moz-transform:rotate(360deg);
  /* Firefox */
  -webkit-transform:rotate(360deg);
  /* Safari and Chrome */
  -o-transform:rotate(360deg);
  /* Opera */
  transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
}

.education .box1 span{
  color: #808080;
  font-size: 16px;
} 


.history {
  background: #f4f4f4;
  border-top: 2px solid #dddddd;
  padding: 100px 0;
  text-align: center;
}

.history .box1 p {
  overflow: visible;
  height: auto;
  font-size: 14px;
}

.history h4 {
  margin-top: 35px;
}
.history .box1 span{
  color: #808080;
  font-size: 16px;
} 


/*-------------------------------------------------*/
/* =  Portfolio Full
/*-------------------------------------------------*/

.port-full .filters{
  margin-bottom: 50px;
}

.port-full .filter-container li {
width: 24.95%;
float: left;
}

/*-------------------------------------------------*/
/* =  Portfolio 1 Column with Text
/*-------------------------------------------------*/

.port1 {
  background: #fff;
}

.port1 .filter-container li {
  width: 100%;
  margin-bottom: 70px;
}
.port1 .filter-container li img{
 height: auto;
}

.port1 .filter-container li .view{
  float:  left; 
  width:  50%;
}
.port1 .filter-container li .port-text1{
  float:  left; 
  width:  50%;
}

.port-text1 .inner-porttext {
  padding: 20px;
  background: #f4f4f4;
}

.port1 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.inner-porttext h4 {
  color: #2f3133;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.inner-porttext span {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
.inner-porttext p {
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}

.port-border {
  border-bottom: 1px solid #e7e6e6;
  margin: 20px 0;
}

.rating {
  color: #808080;
  font-size: 14px;
  float: left;
  margin-top:  15px;
  margin-bottom: 20px;
}

.rating img {
  width: auto !important;
  margin-left: 5px;
}

.inner-porttext .port-detail{
  background: #2f3133;
  padding: 15px 0px;
  width: 120px;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}

.filter-container li:hover .inner-porttext {
  background: #2f3133;

}

.filter-container li:hover .inner-porttext h4 {
  color: #9ea9ac;
}

.filter-container li:hover .inner-porttext span {
  color: #9ea9ac;
}

.filter-container li:hover .inner-porttext p {
  color: #9ea9ac;
}

.filter-container li:hover .port-border {
  border-bottom: 1px solid #383a3c;
}

.filter-container li:hover .port-detail {
  background: #c5b358;
  color: #2f3133;
}

.filter-container li:hover .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.port1 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port1 .i-icons i{
font-size: 25px;
}


/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation {
   position: absolute;
   left: 50%;
   margin-left: -130px;
}

.pagenation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagenation li {
    float: left;
    margin-left: 4px;
    background: #2f3133;
}

.pagenation li.active {
    background: #c5b358;
}
.pagenation li:hover {
    background: #404244;
}


.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    display: block;
    color: #d5d5d6;
    font-size: 16px;
    font-weight: 300;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pagenation li.active a {
    color: #fff;
}

.pagenation li:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}


/*-------------------------------------------------*/
/* =  Portfolio 2 Columns
/*-------------------------------------------------*/

.port2 {
  background: #fff;
}

.port2 .filter-container {
  margin-left: -30px;
  margin-bottom: 20px;
}

.port2 .filter-container li {
  width: 570px;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}

.port2 .filter-container li img{
 height: auto;
}

.port2 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.port2 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port2 .i-icons i{
font-size: 25px;
}


/*-------------------------------------------------*/
/* =  Portfolio 3 Columns
/*-------------------------------------------------*/

.port3 {
  background: #fff;
}

.port3 .filter-container {
  margin-left: -30px;
}

.port3 .filter-container li {
  width: 370px;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}

.port3 .filter-container li img{
 height: auto;
}

.port3 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.port3 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port3 .i-icons i{
font-size: 25px;
}

/*-------------------------------------------------*/
/* =  Portfolio 4 Columns
/*-------------------------------------------------*/

.port4 {
  background: #fff;
}

.port4 .filter-container {
  margin-left: -30px;
}

.port4 .filter-container li {
  width: 270px;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}

.port4 .filter-container li img{
 height: auto;
}

.port4 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.port4 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port4 .i-icons i{
font-size: 20px;
}

/*-------------------------------------------------*/
/* =  Portfolio 2 Columns with Text
/*-------------------------------------------------*/

.port5 {
  background: #fff;
}

.port5 .filter-container {
  margin-left: -30px;
}

.port5 .filter-container li {
  width: 570px;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}

.port5 .filter-container li img{
 height: auto;
}

.port5 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.port5 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port5 .i-icons i{
font-size: 25px;
}

.port-text2 {
  background: #f4f4f4;
  color: #404244;
  padding: 20px;
}

.port-text2 p {
  font-size: 16px;
  color: #404244;
  float: left;
  margin: 0px;
}

.port-text2 span {
  font-weight: lighter;
}
/*Jo revised heart*/
.my-like {
  float: right;
  margin: 0px;
  background: url(<?php echo $serverDomain; ?>/img/icons/edit-horse.gif) right center no-repeat;
  padding-right: 3px;
}

.horse-dob-color {
  float: right;
  margin: 0px;
  padding-right: 23px;
}

.port5 .filter-container li:hover .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.port5 .filter-container li:hover .port-text2{
  background: #2f3133;
  color: #808080;
}

.port5 .filter-container li:hover .port-text2 p{
  color: #808080;
}


/*-------------------------------------------------*/
/* =  Portfolio 3 Columns with Text
/*-------------------------------------------------*/

.port6 {
  background: #fff;
}

.port6 .filter-container {
  margin-left: -30px;
}

.port6 .filter-container li {
  width: 370px;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}

.port6 .filter-container li img{
 height: auto;
}

.port6 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.port6 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port6 .i-icons i{
font-size: 25px;
}


.port6 .filter-container li:hover .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.port6 .filter-container li:hover .port-text2{
  background: #2f3133;
  color: #808080;
}

.port6 .filter-container li:hover .port-text2 p{
  color: #808080;
}


/*-------------------------------------------------*/
/* =  Portfolio 4 Columns with Text
/*-------------------------------------------------*/

.port7 {
  background: #fff;
}

.port7 .filter-container {
  margin-left: -30px;
}

.port7 .filter-container li {
  width: 270px;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}

.port7 .filter-container li img{
 height: auto;
}

.port7 .team-border {
border-top: 5px solid #2f3133;
position: absolute;
bottom: -2px;
z-index: 1;
width: 100%;
}

.port7 .i-icons {
margin-top: 25%;
margin-bottom: 20px;
}

.port7 .i-icons i{
font-size: 25px;
}


.port7 .filter-container li:hover .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.port7 .filter-container li:hover .port-text2{
  background: #2f3133;
  color: #808080;
}

.port7 .filter-container li:hover .port-text2 p{
  color: #808080;
}

.port7 .port-text2 {
  background: #f4f4f4;
  color: #404244;
  padding: 15px;
  font-size: 12px;
}

.port7 .port-text2 p {
  font-size: 12px;
  color: #404244;
  float: left;
  margin: 0px;
}


/*-------------------------------------------------*/
/* =  Services
/*-------------------------------------------------*/

.services-row1 {
  padding: 100px 0;
  background: #fff;
}
.services-row1 h3 {
  font-weight: normal;
  font-size: 22px;
  color: #404040;
  margin-top: 0;
}
/*inner service is being used on foals page*/
.inner-service h4 {
  font-weight: normal;
  font-size: 22px;
  color: #343434;
}
.inner-service p {
  color: #000;
  font-size: 14px;
 /* font-weight: lighter;*/
  margin-bottom: 30px;
  line-height: 22px;
  margin-top:2px;
}
.inner-service h3 {
	color:#AA7A34;
	margin: 0;
 	padding: 0;
  	font-family: 'Arial';
	font-size: 14px;
}
.squares-service {
  border-top: 2px solid #dddddd;
}

.squares-service .box1 p {
color: #808080;
font-size: 16px;
height: 73px;
overflow: hidden;
line-height: 24px;
}

/*-------------------------------------------------*/
/* =  Shop Sidebar
/*-------------------------------------------------*/

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


.shopify {
  padding: 5px 0;
  background: #fff;
}

.carousel .slide img{
  border: 1px solid #e9e8e6;
}
.carousel2 .slide img {
    border: 1px solid #efc97f;
    margin-top: 5px;
}
.desc {
  padding: 20px;
  text-align: center;
}
.desc h4 {
  font-size: 16px;
  color: #343434;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
.desc span {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.desc img{
  border:0 !important;
  width: 100px;
  margin: auto;
}

.carousel .slide:hover .desc {
  background: #2f3133
}
.carousel .slide:hover .desc h4,.carousel .slide:hover .desc span {
  color: #fff
}

.carousel .slide:hover .view-first img {
   -webkit-transform: scale(1.5,1.5);
   -moz-transform: scale(1.5,1.5);
   -o-transform: scale(1.5,1.5);
   -ms-transform: scale(1.5,1.5);
   transform: scale(1.5,1.5);
}


/*.carousel2 .slide:hover .desc {
  background: #2f3133
}
.carousel2 .slide:hover .desc h4,.carousel2 .slide:hover .desc span{
  color: #fff
}*/

.carousel2 .slide:hover .view-first img {
   -webkit-transform: scale(1.5,1.5);
   -moz-transform: scale(1.5,1.5);
   -o-transform: scale(1.5,1.5);
   -ms-transform: scale(1.5,1.5);
   transform: scale(1.5,1.5);
}

.addtocart {
  float: left;
  width: 195px;
  background: #2f3133;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  padding: 10px 0;
  margin: 10px 5px 10px 0;
}

.slide:hover .addtocart {
  background: #c5b358;
}


.addcart .i-heart,.addcart .i-arrows .edithorse {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #2f3133;
}

.addcart .i-arrows {
  margin-right: 0;
}

.shopify aside h3 {
  background: #c5b358;
  color: #fff;
  margin: 0;
  padding: 15px;
}


.shopify aside #accordion-container {
  font-size: 13px;
  color: #7b7b7b;

}



.shopify aside .accordion-header {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  color: #7b7b7b;
  font-weight: normal;
  border:1px solid #e9e8e6;
}

.shopify aside .active-header {
  background: url(../images/active-header2.png) 93% center #2f3133;
  background-repeat: no-repeat;
  color: #fff;
}

.shopify aside .inactive-header {
  background: url(../images/inactive-header2.png) 93% center ;
  background-repeat: no-repeat;
}

.shopify aside .accordion-content {
  padding: 0;
  margin: 0;
}

.shopify aside #accordion-container li{
  border:1px solid #e9e8e6;
  font-size: 12px;
  padding: 10px;
  font-weight: lighter;
}

.shopify aside #accordion-container li a{
  color: #767676;
}

.shopify aside #accordion-container li a:hover{
  text-decoration: underline;
}

.feat-product .feat-boxes2 img {
  float: left;
}

.feat-product .feat-boxes2 {
  padding: 10px;
  border:1px solid #e9e8e6;
}
.feat-product .feat-right2 {
  float: right;
  text-align: right;
}


.feat-right2 a {
  color: #9d9c9c;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.feat-right2 a:hover {
  color: #c5b358;
  text-decoration: underline;
}


.feat-right2 span {
  color: #343434;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.feat-right2 img {
  width: 80px;
  float: right !important;
}

.ads img {
  width: 100%;
}


/*-------------------------------------------------*/
/* =  Shop No Sidebar
/*-------------------------------------------------*/

.sort {
margin-bottom: -50px;
}

.sort span {
  color: #808080;
  font-size: 16px;
  font-weight: lighter;
}

.sort select {
  padding: 10px; 
  height: 40px;
  cursor: pointer;
  border:1px solid #e9e8e6;
}


.sort2 {
margin-bottom: 20px;
}

.sort2 span {
  color: #808080;
  font-size: 16px;
  font-weight: lighter;
}

.sort2 select {
  padding: 10px; 
  height: 40px;
  cursor: pointer;
  border:1px solid #e9e8e6;
}

.main-shop2 .carousel,.main-shop2 .carousel2 {
  margin-top: 60px;
}

.main-shop2 .addtocart {
float: left;
width: 196px;
}


.main-shop2 .pagenation {
margin-top: 20px;
margin-bottom: 20px;
}

.main-shop3 {
  position: relative;
}


/*-------------------------------------------------*/
/* =  Shop3
/*-------------------------------------------------*/

.main-shop3 .pagenation {
margin-top: 20px;
margin-bottom: 20px;
}

.facebook iframe {
  width: 100%;
}
/*-------------------------------------------------*/
/* =  Blog Single Post
/*-------------------------------------------------*/

.blog-main {
  padding: 100px 0;
}

.blog1-row1 h3 {
  color: #343434;
  font-size: 20px;
}



.blog-icons a {
  color: #808080;
  font-size: 14px;
  margin-right: 10px;
}

.blog-icons a:hover {
  color: #000;
}



.blog-icons i {
  margin-right: 5px;
}

.blog-border {
  border-bottom: 1px solid #e7e6e6;
  margin: 20px 0;
}

.blog-content p {
  font-size: 14px;
  color: #808080;
  font-weight: lighter;
  line-height: 22px;
}

.blog-content blockquote {
  font-size: 14px;
  color: #808080;
  font-weight: lighter;
  font-style: italic;
  border-left: 2px solid #c5b358;
  background: #f4f4f4;
  padding: 20px;
  line-height: 22px;
}

.blog-tags {
  float: left;
}

.blog-tags span {
  font-size: 14px;
  font-weight: lighter;
  color: #808080;
}
.blog-tags a {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
}

.blog-last {
  margin: 40px 0;
}

.share {
  float: right;
  width: 310px;
  margin-bottom: 20px;
}

.share span {
  font-size: 14px;
  font-weight: lighter;
  color: #808080;
  padding: 40px 0;
}

.share .additionalicons {
padding: 0px 0;
text-align: right;
margin: -28px 0;
}

.main-comment img {
  float: left;
}

.reply-comment {
  margin-left: 30px;
  margin-bottom: 20px; 
}

.reply-comment img {
  float: left;
}

.text-comment {
  float: left;
  margin-left: 30px;
  width: 87%;
}
.text-comment p {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  font-weight: lighter;
}


.post-author {
  font-size: 20px;
  color: #808080;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.blogpost-date {
  font-size: 16px !important;
  color: #808080;
  float: left;
  margin-top: 0;
  font-weight: lighter;
  margin: 3px 10px 10px 10px;
}

.post-reply {
  font-size: 16px;
  font-weight: lighter;
  color: #808080;
  margin-top: 0;
  display: block;
  margin-top: 4px;
}

.post-reply:hover {
  color:  #c5b358;
}
.Search_Basic_Default label{
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  margin-bottom: 10px;
}

.Search_Basic_Default .inputs input[type="text"] {
  width: 350px;
  padding: 10px;
  height: 30px;
  border:1px solid #e9e8e6;
  margin-bottom: 20px;
}
.Search_Basic_Default .inputs input[type="number"] {
  width: 10px;
  padding: 10px;
  height: 30px;
  border:1px solid #e9e8e6;
  margin-bottom: 20px;
}

.comment-form label{
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  margin-bottom: 10px;
}

.comment-form .inputs input[type="text"] {
  width: 350px;
  padding: 10px;
  height: 30px;
  border:1px solid #e9e8e6;
  margin-bottom: 20px;
}

.comment-form .inputs {
  float: left;
  width: 370px;
}

.comment-form .textarea {
  float: left;
  width: 465px;
  margin-left: 30px;
}

.comment-form textarea {
 border:1px solid #e9e8e6;
 height: 243px;
 width: 100%;
}

.comment-form input[type="submit"] {
  width: 130px;
  text-align: center;
  background: #2f3133;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border:0;
  padding: 15px 0;
  cursor: pointer;
  float: right;
}

.comment-form input[type="submit"]:hover{
  background:#c5b358;
}

.left-nav {
  background: url(../images/blog-arrow-left.png) 0 no-repeat;
  padding: 15px;
  padding-left: 45px;
  color: #808080;
  font-weight: lighter;
  font-size: 16px;
  float: left;
}
.left-nav:hover {
  background: url(../images/blog-arrow-left-hover.png) 0 no-repeat;
}

.right-nav {
  background: url(../images/blog-arrow-right.png) 75px no-repeat;
  padding: 15px;
  padding-left: 0px;
  padding-right: 45px;
  color: #808080;
  font-weight: lighter;
  font-size: 16px;
  float: right;
}


.right-nav:hover {
  background: url(../images/blog-arrow-right-hover.png) 75px no-repeat;
}

aside .search {
  position: relative;
}

aside .search input[type="text"] {
  padding: 10px 0px 10px 10px;
  width: 95%;
  font-size: 16px;
  font-weight: lighter;
  font-style: italic;
  border:1px solid #e9e8e6;
  color: #b3b3b3;
}

aside .search input[type="submit"] {
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border:0;
  cursor: pointer;
}

aside h3 {
  color: #343434;
  font-size: 20px;
}


.blog-categ #accordion-container {
  font-size: 13px;
  color: #7b7b7b;

}



.blog-categ .accordion-header {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  color: #808080z;
  font-weight: normal;
  padding-left: 25px;
  position: relative;
}

.blog-categ .accordion-header span{
  top:4px;
  right: 6px;
  background: #c5b358;
  padding: 10px;
  position: absolute;
}

.blog-categ .active-header {
  background: url(../images/active-header3.png) 10px center;
  background-repeat: no-repeat;
  color: #2f3133;
}

.blog-categ .inactive-header {
  background: url(../images/inactive-header2.png) 10px center ;
  background-repeat: no-repeat;
}

.blog-categ .inactive-header span {
  background: #f4f4f4;
}

.blog-categ .accordion-content {
  padding: 20px;
  margin: 0;
  font-weight: lighter;
}

.blog-categ #accordion-container li{
  border:1px solid #e9e8e6;
  font-size: 12px;
  padding: 10px;
  font-weight: lighter;
}

.blog-categ #accordion-container li a{
  color: #767676;
}

.blog-categ #accordion-container li a:hover{
  text-decoration: underline;
}

.tabs-second img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.tabs-second > div h3 {
font-family: 'Lato';
margin: 0 0 15px 0px;
line-height: 19px;
display: block;
overflow: visible;
float: left;
width: 100%;
font-size: 16px;
color: #343434;
}

.tabs-second > div p {
font-size: 14px;
color: #808080;
line-height: 22px;
margin: 0;
margin-bottom: 10px;
font-weight: lighter;
}

.tabs-second {
  border: 1px solid #e9e8e6;
}

.tabs-second .tab-links li {
    float: left;
    background: #ffffff;
    color: #808080;
    margin-left: 0px;
    width: 32.9%;
    height: 46px;
    border-right: 1px solid #e9e8e6;
}

.tabs-second .tab-links {  
    border-bottom: 1px solid #e9e8e6;
}

.tabs-second .tab-links li:last-child{
    border-right: 0;
}

.tabs-second .tab-links li a {
  padding: 15px 9px;
}
/*-------------------------------------------------*/
/* =  Blog 1 Column Sidebar
/*-------------------------------------------------*/

.blog-post .flexslider {
  margin-bottom: 0;
}

.blog-post-text {
  background: #f4f4f4;
  padding: 20px;
  margin-top: -3px;
}

.blog-post-text h3{
  color: #343434;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}
.blog-post iframe {
  border:0;
}

.blogimg-hover {
  position: relative;
}

.blogimg-hover a {
  background: #2f3133;
  font-size: 16px;
  width: 165px;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 43%;
  left: 41%;
}

.blogimg-hover a:hover {
    background: #1d1e1f;
}

.blogimg-hover .team-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: #c5b358;
  background: rgba(237,200,68,.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

    transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out; 
}

.blogimg-hover:hover .team-mask{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
}


.blogimg-hover img {
  width: 100%;
}

.team-mask .team-border{
  border-top: 5px solid #2f3133;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  width: 100%;
}

.team-border:before {
  content:"";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #2f3133;
  position:absolute;
  left:50%;
  margin-left:-10px;
  bottom:5px;
  background-position: 50%;
  }

  .seemore {
    background: #2f3133;
    font-size: 16px;
    width: 190px;
    padding: 15px 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    float: right;
  }

  .seemore:hover {
    background: #1d1e1f;
  }


/*-------------------------------------------------*/
/* =  Blog 2 Column side
/*-------------------------------------------------*/


.blog-main2 {
padding: 100px 0;
}


.blog-main2 .blogimg-hover a {
top: 40%;
left: 32%;
}


/*-------------------------------------------------*/
/* =  Blog 3 Column side
/*-------------------------------------------------*/


.blog-main3 {
padding: 100px 0;
}

.blog-main3 .blogimg-hover a {
top: 40%;
left: 23%;
}


/*-------------------------------------------------*/
/* =  Blog 4 Column
/*-------------------------------------------------*/


.blog-main4 {
padding: 100px 0;
}

.blog-main4 .blogimg-hover a {
top: 35%;
left: 21%;
}

.blog-main4 .seemore {
text-align: center;
display: block;
margin: auto;
float:  none; 
}

.blog-main4 .blog-post {}

/*-------------------------------------------------*/
/* =  Blog Masonry
/*-------------------------------------------------*/

.blog-main5 {
  margin-left: -30px;
  padding: 100px 0;
}

.blog-main5 .blog-post {
  width: 370px;
  margin-left: 30px;
}

.blog-main5 .blogimg-hover a {
top: 35%;
left: 27%;
}

.blog-main5 .seemore {
text-align: center;
display: block;
margin: auto;
float:  none; 
}

/*-------------------------------------------------*/
/* =  Blog Masonry
/*-------------------------------------------------*/

.blog-main6 {
  margin-left: -20px;
  padding: 100px 0;
}

.blog-main6 .blog-post {
  width: 275px;
  margin-left: 20px;
}

.blog-main6 .blogimg-hover a {
top: 35%;
left: 23%;
}

.blog-main6 .seemore {
text-align: center;
display: block;
margin-left: 20px;
float:  left; 
}

.blog-main4 .blog-post-text h3 {
  font-size: 16px;
}
.blog-main6 .blog-post-text h3 {
  font-size: 16px;
}

/*-------------------------------------------------*/
/* =  Contact Jo added bg color white
/*-------------------------------------------------*/

.contactus {
  padding: 100px 0 20px;
  background-color:#FFFFFF;
}

.contactus h3 {
  color: #343434;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
}

#map {
  height: 250px;
  margin-bottom: 20px;
}

.map p{
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: 5px;
}

.map a {
  color: #808080;
}

.contact-form label {
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  margin-bottom: 2px;
}

.contact-form input[type="text"] {
  width: 100%;
  border: 1px solid #e9e8e6;
  padding: 12px 0;
  margin-bottom: 20px;
}
.contact-form textarea {
  width: 100%;
  height: 145px;
  border: 1px solid #e9e8e6;
  margin-bottom: 20px;
}

.contact-form input[type="submit"] {
  width: 130px;
  text-align: center;
  background: #2f3133;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border:0;
  padding: 13px 0;
  cursor: pointer;
  float: right;
  border:1px solid #e9e8e6;
}

.contact-form input[type="submit"]:hover{
  background:#c5b358;
}

#contact-form .message {
    height:30px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
}

#contact-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success {
    color:#000;
}

/*-------------------------------------------------*/
/* =  Error Page

.errorpage {
  text-align: center;
  padding: 100px 0;
  background: #fff;
}
/*-------------------------------------------------*/

.errorpage {
  padding: 10px 0;
  background: #fff;
}

.errorpage h1 {
  font-size: 16px;
  color: #343434;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 100px;
}

.errorpage p {
	color: #333333;
	font-size: 1.25em;
	margin: 40px 0 30px;
}

.errorpage a {
	color: #000;
	background: #c5b358;
	width: 350px;
	display: block;
	margin:auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.errorpage a:hover {
	color: #fff;
	background: #000;
}

/*-------------------------------------------------*/
/* =  Login
/*-------------------------------------------------*/

.post { margin: 0 auto; padding-bottom: 50px; float: left; width: 960px; }

.btn-sign {
  width:460px;
  margin-bottom:20px;
  margin:0 auto;
  padding:20px;
  border-radius:5px;
  background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
  background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
  text-align:center;
  font-size:36px;
  color:#fff;
  text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
  display: none;
  background: #000; 
  position: fixed; left: 0; top: 0; 
  z-index: 10;
  width: 100%; height: 100%;
  opacity: 0.8;
  z-index: 999;
}

.login-popup{
  display:none;
  background: #333;
  padding: 10px;  
  border: 2px solid #ddd;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%; left: 50%;
  z-index: 99999;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
  float: right; 
  margin: -28px -28px 0 0;
}

fieldset { 
  border:none; 
}

form.signin .textbox label { 
  display:block; 
  padding-bottom:7px; 
}

form.signin .textbox span { 
  display:block;
}

form.signin p, form.signin span { 
  color:#999; 
  font-size:11px; 
  line-height:18px;
} 

form.signin .textbox input { 
  background:#666666; 
  border-bottom:1px solid #333;
  border-left:1px solid #000;
  border-right:1px solid #333;
  border-top:1px solid #000;
  color:#fff; 
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  font:13px Arial, Helvetica, sans-serif;
  padding:6px 6px 4px;
  width:300px;
}

.login-popup input[type="checkbox"] {
  width: 20px !important;
  margin-left: 0!important;
  float: left;
}

.signed {
  color: #c1c0c0 !important;
  font-size: 14px !important;
  font-weight: lighter !important;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
  border: 0;
  background-color:#c5b358; 
  color:#fff;
  cursor:pointer;
  display:inline-block;
  padding: 6px 6px 6px;
  margin-top: -10px;
  font-size: 12px;
  float: right;
  width: 110px;
}
.buttonauto {
    border: 0;
    background-color: #c5b358;
    color: #120202;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    width: auto;
}

.buttonauto a:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    width: auto;
}

.buttonBig {
	color: #000;
	background: #c5b358;
	width: 350px;
	display: block;
	margin:auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align:center;
}

.buttonfoals a { 
  border: 0;
  background-color:#c5b358; 
  color:#000;
  cursor:pointer;
  display:inline-block;
  padding: 6px 6px 6px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 12px;
  width: 110px;
  float:left;
}


.login-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #37393b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.forgot {
  display: block;
  margin-top: 30px;
}

.recover {
  color: #c5b358 !important;
}

/*-------------------------------------------------*/
/* =  Portfolio Single
/*-------------------------------------------------*/

.port-single {
  padding: 100px 0;
}

.port-single .border {
  margin-bottom: 40px;
}

.port-single h3 {
  text-align: center;
  text-transform: uppercase;
  color: #343434;
}

.port-single h4 {
  color: #343434;
  text-transform: uppercase;
  font-size: 20px;
}

.portsingle-left p {
  font-size: 16px;
  color: #808080;
}
.portsingle-left a {
  font-size: 16px;
  color: #808080;
}
.portsingle-left span {
  font-weight: lighter;
}

.portsingle-left .additionalicons {
  text-align: left;
}

.port-tags a {
  color: #2f3133;
  font-weight: lighter;
  font-size: 16px;
}

.singleport-right {
  color: #808080;
  font-size: 14px;
  font-weight: lighter;
  line-height: 22px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/


footer {
	background: #2f3133;
	color: #CCCCCC;
}

footer h2 {
  color: #fff;
}

.adminimg {
	padding: 15px;
}

.inner-footer {
  padding-bottom: 40px;
  padding-top: 10px;
}

.inner-footer h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.info p{
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.info img {
  margin-top: 30px;
}

.info a {
  text-transform: uppercase;
  font-weight: bold;
  color: #c5b358;
  font-size: 16px;
}

.socials{
padding:20px 0;
text-align:left;
margin: 10px 0;
}

 .socials i{
  color:#fff;
  font-size:20px;
  background: #27292b;
  margin-right: -2px;
  width: 50px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
 .socials i:hover{
  background: #1b1d1f;
}

.tags a {
  font-size: 16px;
  color: #fff;
  background: #27292b;
  padding: 10px;
  display: table;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tags a:hover {
  background: #c5b358;
  color: #2f3133;
}

/*Twitter Style*/

.user, .tweet, .timePosted {
  float:left;
  color: #a6b2b5;
  font-size: 14px;
}

.tweet {
  width:100%;
  margin-top: 3px;
}

.tweet a {
  color: #a6b2b5;
  font-size: 14px;
}

.tweet a:hover {
  color: #c5b358;
}

.timePosted {
  width:15%;
}

.user {
  clear:left;
  width:100%;
}

.user a {
 width: 100px;
  font-size: 14px;
}

.user span span {
  width:100px;
  display:none;
  margin-top:10px;
}

.user img, .user a > span {
  float:left;
}

.user img {
  display: none;
}

.interact {
  float:left;
  width:10%;
  margin-top:-7px;
  display: none;
}

.interact a {
  margin-left:5px;
  float:left;
}


.user a > span {
  color: #a6b2b5;
  font-family: 'Open Sans';
  font-size: 14px
}

#example1 {
  display: none;
}

.tweets ul {
  list-style: none;
}

/*End Twitter Style*/

.flickr ul {
  margin-bottom: 2.127659574468085%;
}

.flickr img {
  width: 100%;
  opacity:0.8;
  filter:alpha(opacity=80);
}

.flickr img:hover {
  opacity:1;
  filter:alpha(opacity=100);
}

.lastdiv {
  background: #000000;
  padding-top: 20px;
  text-align: center;
}

.lastdiv .nav {
  width: 805px;
  margin: auto;
}


.nav ul {
  list-style: none; 
  margin: 0;
  padding: 0;

}

.nav ul li {
  float: left;
  position: relative;
  padding:20px 15px;
}

.nav ul li a {
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #c5b358;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}



.nav ul li:hover a,
.nav ul li.current a{
    color: #fff;
}

.f-border {
  width: 70%;
  margin: 20px auto;
  border-top: 1px solid #2e3032;
}

.copyright {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #3e4042;
  margin-bottom: 30px;
}

.copyright a {
  color: #646769;
}

.copyright a:hover {
  text-decoration: underline;
}

  #back-to-top a {
  display: block;
  text-indent: -9999px;
  width:75px;
  height: 55px;
  margin: auto;
  background: url(../images/back-top.png) no-repeat center;

  }
.horse_archive .slide {
	width:32%;
	margin-right:10px;
	float:left;
	color: #C8B886;
	background-color:#000000;
	}
.horse_archive .slide .view{height:200px;}  /*using on horse_profiles_sire wsa 277*/
.horse_archive .slide .desc{height: 225px;}

.edithorse {
	background-image: url(<?php echo $serverDomain; ?>/img/icons/edit-horse.gif);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-clip: border-box;
	transition: background-size 0.2s;
	transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
	display: block;
	background-color:#000;
	width: 20px;
	height: 15px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	margin-left: 180px;
}

.edithorse:hover {
	background-color: #FC0;
}
/* This one is round and not using but cool
.edithorse {
    background-image: url(<?php echo $serverDomain; ?>/img/icons/edit-horse.gif);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-clip: border-box;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);

    display: block;
	background-color:#000;
    width: 25px;
    height: 25px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
	margin-left:5px;
	margin-top:15px;
}

.edithorse:hover {
	background-color: #FC0;
}*/
/*horse profile copied from PARALAX 4*/
.img-horsepic {
  max-width: 100%;
}
.img-horsepic2 {
  max-width: 100%;
}
.detail-horse {
	text-transform:uppercase;
}

.detail-horse span {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	text-transform:uppercase;
}
.detail-horse h2 {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}
.detail-horse h3 {
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
}
.detail-horse h4 {
	color: #666666;
	font-size: 10px;
}
.detail-horse h5 {
	color: #666666;
	font-size: 9px;
}

.detail-horse p {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.navbarblack {
    width: 100%;
    margin: auto;
    display: table;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    background: #2f3133;
    text-align: center;
    margin-bottom: 30px;
    text-transform: none;
}

.navbarblack a {
	color:#FFFFFF;
}

.navbarblack a:hover {
	color:#FFCC00;
}

   .mobileShow { display: none;}

   /* Smartphone Portrait and Landscape */

   @media only screen

   and (min-device-width : 320px)

   and (max-device-width : 480px){ .mobileShow { display: inline;}}
   
   .mobileHide

{ display: none;}

/* =  fullwidthJo copied from Error Page

.errorpage {
  text-align: center;
  padding: 100px 0;
  background: #fff;
}
/*-------------------------------------------------*/

.fullwidthJo {
  padding: 10px 0;
  background: #fff;
}

.fullwidthJo h1 {
  font-size: 16px;
  color: #343434;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 100px;
}

.fullwidthJo p {
	color: #333333;
	font-size: 1.25em;
	margin: 40px 0 30px;
}


.horsename_searchall {
	font-weight: bolder;
}
.comments {
	font-size: smaller;
	font-weight: lighter;
}
.pedigree {
	text-align:center;
}
.pedsireanddam {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.75px;
}

.pedgrand {
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 10px;
}


/*.pedgreatgrand {
	font-size: 1em;
	background-image: url(../../img/pedigree-bracket.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
}*/

.pedgreatgrand {
	font-size: .75em;
	color:#333333;
}
.pedgreatgreatgrand {
	font-size: .65em;
	color:#666;
}
/*.img-responsive {
	max-width: 100%;
	height: auto;
}*/
/*img-resposnive used for html editor, 1st image*/
.img-responsive {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
}
/* fixed header */
.fixedheader {   
	overflow: hidden;
    background-color: #333;
	color:#fff;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}
.contentwfixed {
	margin-top: 100px;
}
.fixedheader ul {
    list-style-type: none;
    margin: 0;
    padding-top: 80px;
	padding-bottom: 20px;
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
	font-weight: bolder;
}

.fixedheader li {
    float:left;
	display: block;
    color: white;
    padding-right: 220px;
    text-decoration: none;
}
.fixedheader li a {
    color: white;
    padding-right: 5px;
	padding-left: 15px;

}
.blackdivide {
	background-color: #333333;
	padding: 35px 0 0;
	border-top: 2px solid #dddddd;
}
.contentstallions {
	background-color: #333333;
	padding: 50px 0 0;
	border-top: 2px solid #C8B886;
	color:#dee2e6;
	text-align: center;
}
.contentstallions p {
  color: #C8B886;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 30px;
  line-height: 22px;
  margin-top:2px;
}
.contentstallions a {
  color: #CEC8B8;
  font-weight: 400;	
}
.img-stallions  {
	border: 1px solid #efc97f;
	display: block;
	max-width: 95%;
	height: auto !important;
	/*margin: 0 0 0 0;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.img-horses-all {
	display: block;
	max-width: 95%;
	height: auto !important;
	/*margin: 0 0 0 0;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.imgcrownnav {
    float: left;
    margin: 20px;
}
.bg_black {
    background-color: #000000;
    border-top: 2px solid #C8B886;
    color: #dee2e6;
}
.attn-red {
	color: #CE0B0E;
	font-weight: 500;
}
