/* CSS Document */
/* Design and coding by F3 Designs http://www.f3designs.ca */


/* COLOR PALETTE (for Fossay Herefords)
================================================== */
/* burgundy (logo): #652300 */
/* burgundy (darker): #472a2b*/
/* green (logo): #817c00 */
/* green (lighter): #b5a800 */
/* beige (logo): #f4dec4 */
/* beige (lighter): #fff8f2 */


/* GOOGLE FONTS (for Fossay Herefords)
================================================== */
/* font-family: 'Droid Sans', sans-serif; (for headings and other elements; 400 and 700)*/ 
/* font-family: 'Droid Serif', serif; (for paragraph copy only; 400 and 700)*/


/* MEDIA QUERIES (key breakpoints)
================================================== */
/* Phone Portrait, Phone Landscape, AND Tablet Portrait (max 979px) */
@media (max-width: 979px) {
	...
}
/* Tablet Landscape (min 980px AND max 1199px) */
@media (min-width: 980px) and (max-width: 1199px) {
	...
}


.list-inline a:link {
	color: #ffffff !important;
}
.list-inline a:visited {
	color: #ffffff !important;
}
.list-inline a:hover {
	color: #b5a800 !important;
}
.list-inline a:active {
	color: #ffffff !important;
}

/* 404 (Added October 31, 2017) */
.notfound {
	height: 100%;
}
.notfound-message {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height: 360px;
	width: 100%;
	text-align: center;
	color: #000000;
}
.notfound-message img {
	margin: 0 auto !important;
	text-align: center !important;
}


/* ELEMENT Customizations (customized Bootstrap's defaults for Fossay Herefords)
================================================== */ 
html,
body {
  height: 100%;
}
body {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 400;
}
a {
  color: #817c00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 1.5;
  color: #472a2b;
}
p.lead {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
h1 {
	font-family: 'Droid Sans', sans-serif;
	color: #652300;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}
@media (max-width: 979px) {
h1 {
	font-size: 36px;
}
}
h2 {
	color: #872900;
	border-top: solid 1px #f4dec4;
	margin-top: 90px;
	padding-top: 15px;
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #817c00;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}


/* CUSTOM Classes (defined for Fossay Herefords)
================================================== */
/* (border-nav) */
.border-nav {
  border-top: solid 1px #817c00;
}
.ourfarm {
	height: 300px; /* i think if u change this to auto for mobile, it will adjust better Faye */
	width: auto;
	background: url(../img/bg-ourfarm.jpg) no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 100px 0;
}
.contact {
	height: 300px; /* i think if u change this to auto for mobile, it will adjust better Faye */
	width: auto;
	background: url(../img/bg-contact.jpg) no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 100px 0;
}
.center {
	margin: 0 auto;
	float:  none;
	text-align: center;
}
.animal-btn {
	float: right;
}
.animal-tattoo {
	text-align: left;
	color: #652300;
	text-transform: uppercase;
	font-size: 18px;
}
@media (max-width: 979px) {
.animal-tattoo {
	font-size: 14px;
}
}
.animal-name {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: italic;
	color: #b5a800;
	text-shadow: 1px 1px 1px #000000;
}


/* BUTTON Class Customizations (customized Bootstrap's defaults for Fossay Herefords)
================================================== */
/* (button-default; green) */
.btn-default {
	font-family: 'Droid Sans', sans-serif; 
	font-weight: 400 !important;
	background-color: #817c00;
	border-color: #817c00;
	border-radius: 0px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 10px !important;
	margin-bottom: 30px;
}
.btn-default:link {
	text-decoration: none !important;
	color: #ffffff !important;
}
.btn-default:visted {
	text-decoration: none !important;
	color: #ffffff !important;
}
.btn-default:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	background-color: #472a2b;
	border-color: #472a2b;
}
.btn-default:active {
	text-decoration: none;	
	color: #ffffff !important;
}


/* NAVBAR Starts Here
================================================== */ 
.navbar-fixed-top {
  margin-bottom: 0;
}
/* changes the color for the active nav menu */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f4dec4;
  background-color: #472a2b;
  border-radius: 0px;
}
/* adds a green background to the nav on mobile */
.navbar-inverse {
  background-color: #817c00;
}
/* not sure */
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* adjusts the padding and margin in the navbar-brand img area on mobile */
@media (max-width: 979px) {
.navbar-inverse .navbar-brand {
	padding: 0px;
	margin: 15px 0px 0px 5px;
}
}
/* adjusts the size of the navbar-brand img on mobile */
@media (max-width: 979px) {
.navbar-inverse .navbar-brand img {
	width: 85%;
	height: 85%;
}
}
/* not sure */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
/* adjusts the color of the navbar links on desktop and mobile both */
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: #472a2b;
}
@media (max-width: 979px) {
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  border-bottom: solid 1px #b5a800;
}
}
/* not sure... but if I remove it, my toggle on mobile screws up */
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: #fff8f2;
}
/* not sure... but if I remove it, my toggle on mobile screws up */
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
/* adjusts the padding in the nav; i wanted less on the bottom */
  .navbar-fixed-top {
    padding: 15px 0px 0px 0px;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
/* adjusts the opacity when hovering over the navbar-brand img */
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
/* this makes the navbar background transparent on everything but mobile */
  .navbar-inverse.navbar-expanded {
    background: transparent;
	border: 0;
  }
}
/* NAVBAR Ends Here
================================================== */ 


/* HEADER Starts Here
================================================== */ 
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
/* come take a look - 2nd line */
header .brand-name {
	font-family: 'Droid Sans', sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #652300;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #000000;
}
/* come take a look - 1st line */
header .brand-name-subtext {
	font-size: 30px;
    line-height: 30px;
	color: #652300;
	text-shadow: 1px 1px 1px #000000;
}
@media (max-width: 979px) {
header .brand-name {
  font-size: 30px;
  line-height: 30px;
}
header .brand-name-subtext {
	font-size: 20px;
    line-height: 20px;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
header .brand-name {
  color: #ffffff;
}
header .brand-name-subtext {
  color: #ffffff;
}
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
/* FAYE:  playing with the positioning of the large logo in header */
/* i'm not sure what this is for... but if I take away the text-align center it screws up the mobile... so this means the css is mobile first */
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}
/* i believe this is the default for all laptops and desktops */
@media (min-width: 768px) {
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* Tablet Landscape (min 980px AND max 1199px) */
@media (min-width: 980px) and (max-width: 1199px) {
  header .intro-content {
    top: 50%;
    left: 50%;
  }
}
/* HEADER Ends Here
================================================== */ 


/* FOOTER Starts Here
================================================== */ 
footer .scroll-up {
  width: 100%;
  bottom: 20px;
  text-align: center;
  padding: 60px;
}
footer .scroll-up .btn {
  height: 50px;
  width: 50px;
  border: 2px solid #b5a800;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: #b5a800;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
footer .scroll-up .btn:hover {
  color: #652300;
  border-color: #652300;
  outline: none;
}
/* (footer-row2: copyright, social) */
@media (max-width: 979px) {
.footer-copyright {
}
}
.footer-copyright {
	color: #fff8f2;
	background-color: #817c00;
	padding: 30px 0px 15px 0px;
}
.footer-copyright a:link {
	color: #472a2b;
	text-decoration: none;
}
.footer-copyright a:visited {
	color: #472a2b;
	text-decoration: none;
}
.footer-copyright a:hover {
	color: #fff8f2;
	text-decoration: none;
}
.footer-copyright a:active {
	color: #472a2b;
	text-decoration: none;
}
/* FOOTER Ends Here
================================================== */ 


/* TO ORGANIZE FROM HERE DOWN
================================================== */ 
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 100px 0;
}
section.bg-beige {
  background-color: #fff8f2;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
.text-primary {
  color: #817c00;
}
aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}
.testimonials {
  text-align: center;
}
.testimonials .testimonials-carousel .item {
  padding: 0;
}
.testimonials .testimonials-carousel .item p.quote {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
  margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #817c00 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}
.about-content {
  padding: 30px;
}
.about-carousel .item {
  padding: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
  background-color: rgba(71, 42, 43, 0.5);
  display: inline-block;
  padding: 15px;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}
.about-carousel .item .caption p {
  margin: 0;
}
.about-carousel .item .caption ul.social {
  margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}
.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}
.about-carousel .owl-controls {
  margin-top: 0;
}
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #817c00 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
  left: 15px;
}
.about-carousel .owl-controls .owl-next {
  right: 15px;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}


/* PORTFOLIO 1 (the boys)
================================================== */ 
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}
.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #817c00 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
/* faye:  turns for sale bios white on mobile */
@media (max-width: 979px) {
.portfolio-modal .modal-content p {
  color: #ffffff;
}
}
.portfolio-modal .modal-content h2 {
  margin: 0;
}
.portfolio-modal .modal-content img {
  margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #817c00;
  color: white;
  border-color: #817c00;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  /*position: relative;*/
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #817c00;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}


/* PORTFOLIO 2 (for sale)
================================================== */ 
#portfoliolist2 .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist2 .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist2 .portfolio .portfolio-wrapper img {
  max-width: 100%;
  /*position: relative;*/
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist2 .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist2 .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist2 .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #817c00;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist2 .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist2 .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist2 .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist2 .portfolio {
    width: 48%;
    margin: 1%;
  }
}


/* PORTFOLIO 2 (for sale)
================================================== */ 
#portfoliolist3 .portfolio {
  width: 31%;
  margin: 1%;
  float: left;
  overflow: hidden;
}
#portfoliolist3 .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist3 .portfolio .portfolio-wrapper img {
  max-width: 100%;
  /*position: relative;*/
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist3 .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist3 .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist3 .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #817c00;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist3 .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist3 .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist3 .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist3 .portfolio {
    width: 48%;
    margin: 1%;
  }
}


.pricing {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #817c00;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #817c00;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #817c00;
  border-color: #817c00;
  outline: none;
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #817c00;
  color: white;
}
.btn-full-width:focus {
  color: white;
}


/* F3 REACH SUBSCRIBE FORM
================================================== */
  ._form {
  position:relative;
  background:#fff;
  width:400px;/*F*/
  padding:0!important;
  text-align:left;
  }
  ._form em {
  color:#9a9a9a;
  }
  ._form a {
  margin-left:3px;
  }
  ._form ._field,
  ._form ._field ._label,
  ._form ._type_radio,
  ._form ._type_checkbox,
  ._form ._type_captcha,
  ._form ._field table {
  background:none;
  }
  ._form ._field  {
  position:relative;
  width:100%;
  cursor:move;
  font-style:normal;
  margin:1.2em 0;
  padding:0;
  overflow:hidden;
  }
  ._form ._field input[type="text"] {
  width:95%;
  padding:8px;
  font-size:16px;
  border:1px solid #b6b6b6;
  }
  ._form ._field ._label {
  display:block;
  margin:0 0 0.5em;
  padding:0!important;
  font-size:15px;
  }
  ._form ._field ._option input[type="checkbox"],
  ._form ._field ._option input[type="radio"] {
  position:relative;
  width:13px;
  height:13px;
  margin:-4px 0 0 1px;
  cursor:pointer;
  vertical-align:middle;
  }
  ._form ._field ._option input[type="submit"],
  ._form ._field ._option input[type="button"] {
  margin:0;
  cursor:pointer;
  height:35px;
  width:auto;
  font-size:15px;
  }
  ._form ._field ._option select {
  display:block;
  margin:0;
  padding:0;
  width:auto;
  font-size:15px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_radio ._option,
  ._form ._type_checkbox ._option {
  font-size:13px;
  font-weight:normal;
  line-height:1.8;
  }
  ._form ._type_date ._option input[type="text"] {
  float:left;
  width:100px;
  }
  ._form ._type_date ._option input[type="button"] {
  width:37px;
  height:36px;
  margin-left:5px;
  padding:20px;
  background:url(http://fossayherefords.f3reach.ca/admin/css/../images/icon_calendar.gif) no-repeat 0 0;
  border:none;
  outline:none;
  text-indent:-9999px;
  }
  ._form ._type_captcha img {
  float:left;
  margin:0 6px 0 0;
  width:70px;
  height:33px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha input[type="text"] {
  margin:-14px 0 0 0!important;
  width:25%;
  }
  ._form ._field table  {
  width:100%!important;
  }
  ._form ._field table tbody tr td  {
  width:50%!important;
  font-size:15px;
  }
/* faye: form */  
  ._form {
	  width: auto;
  padding:16px!important;
  background: none;
  font-weight:normal;
  border:none;
  margin: 0px auto;
  text-align: center;
  }
  ._form #notice {
  margin:10px 0 0 -3px!important;
  padding:0;
  color:#959c9f;
  font-size:11px;
  font-family:helvetica,arial,sans-serif;
  }
  ._form #notice a, ._form #notice a:visited {
  color:#959c9f;
  text-decoration:underline;
  }
  ._form ._field,
  ._form ._field ._label,
  ._form ._type_radio,
  ._form ._type_checkbox,
  ._form ._type_captcha,
  ._form ._field table {
  background:none;
  }
  ._form ._field  {
  position:relative;
  width:100%;
  cursor:default;
  font-style:normal;
  margin:0 0 16px!important;
  padding:0!important;
  overflow:hidden;
  }
  /* faye: your email address field */
  ._form ._field input[type="text"],
  ._form ._field input[type="email"] {
  margin:0!important;
  padding:10px!important;
  border:none;
  background-color: #f4dec4;
  border-radius: 0px;
  }
  /* faye: your email address text */
  ._form ._field ._label {
  margin:0 0 0.3em!important;
  color: #472a2b;
  }
  ._form ._field ._option {
  margin:0;
  padding:0;
  color:#546f79;
  font-size:13px;
  font-family:helvetica,arial,sans-serif;
  font-weight:normal;
  line-height:20px;
  }
  ._form ._type_header ._label {
  width:100%;
  font-style:normal;
  font-size:20px!important;
  line-height:24px;
  color:#546f79;
  margin:0 0 5px!important;
  padding:0 0 10px!important;
  overflow:hidden;
  border-bottom:1px solid #e0e0e0;
  }
  ._form ._type_input ._option textarea{
  width:97%!important;
  background:#fafafa;
  border:1px solid #b4c5cb;
  border-top:1px solid #a5b4b9;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  }
 /* faye: form button */ 
  ._form ._field ._option input[type="submit"],
  ._form ._field ._option input[type="button"] {
  width:auto;
  margin:10px 0 0!important;
  padding:15px 15px 30px 15px!important;
  cursor:pointer;
  font-family: 'Droid Sans', sans-serif; 
  font-weight:400;
  text-transform: uppercase;
  color:#ffffff;
  background:#817c00;
  border:1px solid #817c00;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:0px;
  }
 /* faye: form button hover */ 
  ._form ._type_input ._option input[type="submit"]:hover,
  ._form ._type_input ._option input[type="button"]:hover {
	background-color: #472a2b;
	border-color: #472a2b;
  }
  ._form ._type_radio ._option label {
  display:inline;
  font-size:16px;
  font-weight:normal;
  line-height:18px;
  }
  ._form ._type_radio ._option label input[type="radio"] {
  position:relative;
  width:13px;
  height:13px;
  margin:-4px 0 0 1px!important;
  cursor:pointer;
  vertical-align:middle;
  border:none;
  line-height:18px;
  }
  ._form ._type_date ._option input[type="text"] {
  float:left;
  width:100px;
  }
  ._form ._type_date ._option input[type="button"] {
  float:left;
  width:24px;
  height:24px;
  margin:2px 0 0 5px!important;
  padding:0;
  background:url(http://fossayherefords.f3reach.ca/admin/templates/form-themes/simple-blue/images/icon_calendar.gif) no-repeat;
  border:none;
  outline:none;
  text-indent:-9999px;
  }
  ._form ._field ._option select {
  display:block;
  margin:0;
  padding:0;
  width:auto;
  font-size:16px;
  border:1px solid #cce0e7;
  }
  ._form ._type_captcha img {
  float:left;
  width:88px;
  height:44px;
  margin:0 6px 0 0;
  border:1px solid #cce0e7;
  }
  ._form ._type_captcha input[type="text"] {
  margin:0!important;
  width:40%;
  font-size:16px;
  }
  ._form ._field table {
  margin:0;
  padding:0;
  border-collapse:collapse;
  width:100%!important;
  table-layout:fixed;
  margin-bottom:18px;
  font-size:13px!important;
  border-collapse:collapse;
  border-spacing:0;
  }
  ._form ._field table td {
  padding:0 10px 0 0!important;
  line-height:18px;
  text-align:left;
  font-size:13px!important;
  color:#606060;
  }
  ._form ._type_input ._option  table tbody#_forward_rcpt input {margin:0 0 5px 0!important; width:96%!important;}
  ._form ._type_input ._option  table tbody#_forward_rcpt img.image_addrcpt {cursor:pointer;}
  .form_errors{
  text-align:center;
  font-size:15px;
  margin:10px;
  color:#900;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  }
  
  
  /* CONTACT FORM
================================================== */
.form-group {
    margin-bottom: 25px;
}
.form-group input,
.form-group textarea {
    padding: 20px;
	background-color: #f4dec4;
	border: none;
	border-radius: 0px;
}
.form-group input.form-control {
    height: auto;
}
.form-group textarea.form-control {
    height: 236px;
}
.form-control:focus {
    border-color: #2d7b96;
    box-shadow: none;
}
::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #472a2b;
}
:-moz-placeholder {
    text-transform: uppercase;
    color: #472a2b;
}
::-moz-placeholder {
    text-transform: uppercase;
    color: #472a2b;
}
:-ms-input-placeholder {
    text-transform: uppercase;
    color: #472a2b;
}
 .text-danger {
    color: #e74c3c;
}
