  body, html {
    height: 100%;
	/*max-width: 1366px;*/
	margin: 0 auto;
	background-color:#fff; /* was #eee */
	letter-spacing: 0.3px;
}
body {
    overflow-x:hidden;
    /*font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family:"Open Sans","Trebuchet MS",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	webkit-tap-highlight-color: #fff;
	padding-top:35px;
}
p {
    font-size:1.2em; /* was 14px */
    line-height:160%; /* was 1.6 */
}
p.large {
    font-size:16px;
}
a,a:hover,a:focus,a:active,a.active { 
    outline:0;
}
a {
    color:#000;
}
a:hover,a:active,a.active { /* also had ,a:focus */
	color:#eee;
	text-decoration:none;
}
a.ng-binding:hover, a.ng-scope:hover {
	color:#222;
	text-decoration:underline;
}
.white-background-link a:hover {
    color: #a4a9ad;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	/*font-weight:700;*/
}
.embed-responsive {
	margin-bottom:20px;
}

div.holder.smooth .img-responsive{width: 100%;}

/* -------- General Padding Classes -------- */
.padding-bottom-240 {
	padding-bottom: 240px;	
}
.padding-bottom-120 {
	padding-bottom: 120px;	
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-30 {
	padding-bottom: 30px;	
}
.padding-bottom-20 {
	padding-bottom: 20px;	
}
.padding-top-500 {
	padding-top: 500px;	
}
.padding-top-200 {
	padding-top: 200px;	
}
.padding-top-120 {
	padding-top: 120px;	
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-40 {
	padding-top: 40px;	
}
.padding-top-20 {
	padding-top: 20px;	
}
.padding-rl-100 {
	padding-right: 100px;
	padding-left: 100px;
}
.padding-r-30 {
	padding-right: 30px;
}
.padding-r-10 {
    padding-right: 10px;
}
.padding-r-5 {
    padding-right: 5px;
}
.padding-l-0 {
    padding-left: 0;
}
.padding-l-10 {
    padding-left: 10px;
}
.padding-l-30 {
    padding-left: 30px;
}
.padding-10 {
	padding:10px;
}
.margin-top-20 {
	margin-top: 20px;	
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-3 {
    margin-bottom: 3px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}
.margin-bottom-160 {
    margin-bottom: 160px;
}
/* -------- Navigation Styling -------- */
.navbar-default {
	background-color: #222;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fff;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	background-color: #811408;
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color:#811408;
}
.navbar-default .nav li a {
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color:#fff;
	outline:0;
}
.navbar-default .nav li a:hover {
	color:#ddd;
	outline:0;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fff;
}
.main-nav-menu {
	font-size:12px;
}
.secondary-nav {
	display:none;
	/*position: fixed;*/
	z-index:2000;
}
.display-none {
    display: none;
}
.secondary-nav a {
	color:#777;
}
.nav>li.hide-nav {
    display: block;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #222;
}
.two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.two-column p {
    padding: 0 10px 10px 10px;
}
.full-width {
    width: 100%;
}
.field-validation-error {
    color: red;
}

/* Social Icons */
.social__icon--twitter {
  background-color: #32b9e7;
}

.social__icon--twitter:hover {
  background-color: #2b9dc4;
}

.social__icon--facebook {
  background-color: #4b70ab;
}
.social__icon--facebook:hover {
  background-color: #405f91;
}

.social__icon--linkedin {
  background-color: #0087be;
}
.social__icon--linkedin:hover {
  background-color: #0073a2;
}

.social__item {
  display: inline-block;
  margin-right: 0.1em;
  padding-right: 10px;
  padding-bottom: 30px;
}

.icon, [class^="icon--"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social__icon, [class^="social__icon"] {
  font-size: 1.4em;
  color: white;
  text-decoration: none;
  border-radius: 100%;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social__container {
  padding-top: 1em;
  padding-right: 0px;
  font-size: 1.0em;
}

.fb-share-button {
    display: none !important;

}

.pluginCountButton {
    display: none;
}

@media screen and (min-width:768px) {
    .navbar-default {
		background-color: transparent;
        padding-top: 55px;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;border:0;
	}
    .navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
    .navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
    .navbar-default.navbar-shrink {
		background-color: #222;
        padding-top: 28px;
		margin-top: 28px;
	}
    .navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
	.nav>li.hide-nav {
    	display: none;
	}
	.navbar-nav>li>a {
    	padding-top: 4px;
    	padding-bottom: 4px;
	}
	.secondary-nav {
    	background-color:#000;
		display:inherit;
		font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform:uppercase;
		font-size: 9px;
		z-index:2000;
	    padding-top: 4px;
	}
    .third-nav {
        /*background-color: #000 !important;
        padding-top: 200px;
        margin-top: 300px;*/
    }
    #third-nav {
        background-color: #3b3b3b;
        margin-top: 102px;
        padding-top: 2px;
        padding-bottom: 0;
        min-height: 20px;
        color: #a1a1a1;
        font-size: 10px;
    }

    #third-nav li {
        padding-right: 6px;
    }

    #third-nav li a {
        text-transform: none;
        color: #a1a1a1;
        /*line-height: 17px;*/
        font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
    }

    #third-nav li a:hover {
        color: #e5e5e5;
    }
}
@media screen and (min-width:992px) {
    .secondary-nav {
    	background-color:#000;
		display:inherit;
		font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform:uppercase;
		font-size:9px;
		z-index:2000;
	}
	.main-nav-menu {
		font-size:14px;
	}
	.two-column {
    -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
    -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
	}
}

/* -------- Section Styling -------- */
.section-heading {
	color: #8a0e04;
}
.section-heading a {
	color: #8a0e04;	
}
#blog-page section h2.section-heading {
	font-family: AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}
section h2.section-heading {
	font-family: AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 7px;
}
section#blog-page h2.section-heading {
	font-family: AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}

section#blog-page h2.section-heading.blog-title {
	font-family: AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0;
}
section h3.section-subheading {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #a4a9ad;
}
@media screen and (max-width:767px) {
	section h2.section-heading {
		font-size:22px;
	}
	section h3.section-subheading {
		font-size:16px;
		padding-bottom:5px;
		margin-bottom:10px;
	}
    #third-nav {
        display: none;
    }
}
section h3.darker-text {
	color: #575757;
}
.section-left-gray {
	background-color:#e5e1de;
}
.section-left-white {
	background-color:#fff;
}
.section-right-white {
	background-color:#fff;
}
.section-center-gray {
	background-color:#e5e1de;
}
.section-center-white {
	background-color:#fff;
}
.text-muted{
    color:#777
}
.whitecover {
	padding:70px 0; /*was 80*/
}
.whitecover li {
	padding-bottom:10px;
}
.dark-text p {
	color:#333;
}
/* -------- Header Styling -------- */
.logo {
	margin-top: -28px;
}
header .intro-text {
	padding-top:90px;
	padding-bottom:50px;
}
header .intro-text .intro-lead-in {
	font-family:AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:22px;
	line-height:22px;
	margin-bottom:25px;
}
header .intro-text .intro-heading {
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-size:50px;
	line-height:50px;
	margin-bottom:25px;
}
@media screen and (min-width:768px) {
    header .intro-text {
		padding-top:230px;
		/*padding-bottom:200px;*/
	}
    header .intro-text .intro-lead-in {
		font-family: AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-style:italic;
		font-size:40px;
		line-height:40px;
		margin-bottom:25px;
	}
    header .intro-text .intro-heading {
		font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform:uppercase;
		font-size:75px;
		line-height:75px;
		margin-bottom:50px;
	}
}
/* -------- Resource Center ------ */
.resource-center-container {
  background-color: #FFF;	
}
.resource-center-header {
	width: 100%;
	height: 215px;
  	background-image:url(/media/1230/resource-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.resource-center-call-outs {
	text-align:center;
	background-color: #eee;
}
.resource-center-call-outs-block {
	display:block;
	margin-top:10px;
	padding-bottom: 14px;
}
.resource-center-call-outs-block h4 {
	padding:5px 0;
	font-size:17px;
}
.resource-center-call-outs-block p {
	padding:10px 5px;
}
/*.resource-center-call-outs-block:hover {
	background-color:#fff;
	cursor:pointer;
}
.img-border {
	border:1px solid #811408;
}*/
.resource-center-sign-up {
	background-color: #fff;
	text-align:center;
}
.resource-center-distributor {
	background-color: #fff;
  	background-image:url(/media/1334/resource-distributor3-2600.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    /*background-size:cover;*/
	height:380px;
}

.resource-center-livestock {
	background-color: #fff;
  	background-image:url(/media/1258/resource-livestock-1920.jpg);
	background-repeat:no-repeat;
    background-position:top right;
    background-size:cover;
}

.resource-center-culinary-educator {
	background-color: #fff;
  	background-image:url(/media/1259/resource-education-1920.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
/*.rc-search {
    padding-bottom: 6px;
}*/
.input-group {
    margin-top: 12px;
	margin-bottom: 6px;
}
.rc-search .form-group {
    margin-bottom: 0px;
}
.rc-root-folder {
  /*padding-bottom: 20px;*/
  /* text-align: center; */
  min-height: 200px;
  max-height: 200px;
  overflow: visible;
	width:210px;
}

.rc-thumbnail {
    width: 200px;
    height: 175px;
    overflow: hidden;
    /*background-repeat:no-repeat !important;*/ 
}

.rc-folder-title {
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#bababa;
	font-size: 12px;
}

.rc-folder-description {
    color:#bababa;
	font-size: 14px;	
}

.rc-folder-title input {
    padding-left: 4px;
    margin-top: 10px;
}
.rc-folder-title a {
    margin-top: 2px;
}

.rc-sidebar ul {
    margin-bottom: 4px;
}
.rc-sidebar li {
    list-style: none;
}

.sb-label {
    padding-left: 6px;
}

.sb-category li {
    border-radius: 10px;
}

.brand-list {
    margin-bottom: 4px;
}

.category-list {
    margin-bottom: 4px;
}

.category-pill-section {
    margin-top: 4px;
}

.category-label {
    color: #000;
    font-size: 10px;
    padding: 6px;
    border-radius: 10px;
    margin-top: 10px;
}

.sb-category-wrapper {
    padding-left: 2px;
    padding-right: 3px;
}

#sb-category-checkbox {
    position: relative;
    top: 2px;
    left: 0.1em;
    right: 0.1em;
}

.sb-category-brochures {
    background-color: #0b558e;
}
.sb-category-foodsafety {
    background-color: #813772;
}
.sb-category-merchandisingguide {
    background-color: #B82601;
}

.sb-category-internalsalesdocuments {
    background-color: #c13a89;
}

.sb-category-sellsheets {
    background-color: #396c56;
}

.sb-category-waitstafftrainingmaterial {
    background-color: #a5b1c4;
}

.sb-category-presentations {
    background-color: #BADA55;
}

.sb-category-education {
    background-color: #e3c0c4;
}

.sb-category-photogallery {
    background-color: #cbf0ff;
}

.sb-category-logos {
    background-color: #f8e1c5;
}

.sb-category-mediakit {
    background-color: #fac4f9;
}

.sb-category-brandstandards {
    background-color: #f1c115;
}

.sb-category-posters {
    background-color: #FB4C2F;
}

.rc-video-link {
    margin-top: 12px;
    /*font-size: 12px;*/
    text-transform: uppercase;
    /*color: #8a0e04;*/
    margin-bottom: 6px;
}

.rc-video-link a {
    color: #fff;
}

.rc-video-link a:hover {
    color: #000;
}

.rc-img-container2 {
    position: relative;
    width: 200px;
    height: 175px;
}

.rc-img-container2 .rc-thumbnail {
    width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.rc-img-share {
    position: relative;
    width: 200px;
    height: 175px;
}

.share-checkbox {
    z-index: 100;
    position: absolute;
    /*top: 1px;*/
    width: 100%;
    /* text-align: right; */
    padding-right: 2px;
    background-color: rgba(129, 20, 8, 0.6);
}

.checkbox-share {
	float: right;
}

.rc-img-share input {
    opacity: 0.3;
}

.rc-img-content {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    position: absolute;
    top: 120px;
    width: 100%;
    padding-top: 10px;
}

.rc-img-brand {
    color: #fff;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
}

.rc-img-category-icon {
    background: #5cb85c;
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: right;
    line-height: 15px;
    padding-right: 1px;
    margin-left: 60px;
    margin-top: 3px;
}

.rc-img-filename {
    color: #fff;
    text-align: left;
    padding-left:10px;
    padding-bottom: 10px;
    font-size: 11px;
}

.rc-file-container {
    /*margin-left: -60px;*/
    padding-left: 0;
}

/* share */
.checkbox-share input[type="checkbox"] + label::before,
.checkbox-share input[type="radio"] + label::before {
  border-color: #aaa; /* was #fff */
  /*opacity: 0.3;*/
}
.checkbox-share input[type="checkbox"]:checked + label::before,
.checkbox-share input[type="radio"]:checked + label::before {
  background-color: #fff;
  border-color: #fff;
}
.checkbox-share input[type="checkbox"]:checked + label::after,
.checkbox-share input[type="radio"]:checked + label::after {
  	background-color: rgba(66, 139, 202, 1.0);
  	border-radius: 3px;
  	color: #fff;
	padding: 1px 0px 0 3x;
}

/* Posters */
.rc-img-category-icon-posters {
    background: #FB4C2F;
}
.checkbox-posters input[type="checkbox"] + label::before,
.checkbox-posters input[type="radio"] + label::before {
  border-color: #FB4C2F;
}
.checkbox-posters input[type="checkbox"]:checked + label::before,
.checkbox-posters input[type="radio"]:checked + label::before {
  background-color: #FB4C2F;
  border-color: #FB4C2F;
}
.checkbox-posters input[type="checkbox"]:checked + label::after,
.checkbox-posters input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* brochures*/
.rc-img-category-icon-brochures {
    background: #5cb85c;
}
.checkbox-brochures input[type="checkbox"] + label::before,
.checkbox-brochures input[type="radio"] + label::before {
  border-color: #5cb85c;
}
.checkbox-brochures input[type="checkbox"]:checked + label::before,
.checkbox-brochures input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-brochures input[type="checkbox"]:checked + label::after,
.checkbox-brochures input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* foodsafety */
.rc-img-category-icon-foodsafety {
    background: #f0ad4e;
}
.checkbox-foodsafety input[type="checkbox"] + label::before,
.checkbox-foodsafety input[type="radio"] + label::before {
  border-color: #f0ad4e;
}
.checkbox-foodsafety input[type="checkbox"]:checked + label::before,
.checkbox-foodsafety input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-foodsafety input[type="checkbox"]:checked + label::after,
.checkbox-foodsafety input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* merchandisingguide */
.rc-img-category-icon-merchandisingguide {
    background: #5bc0de;
}
.checkbox-merchandisingguide input[type="checkbox"] + label::before,
.checkbox-merchandisingguide input[type="radio"] + label::before {
  border-color: #5bc0de;
}
.checkbox-merchandisingguide input[type="checkbox"]:checked + label::before,
.checkbox-merchandisingguide input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-merchandisingguide input[type="checkbox"]:checked + label::after,
.checkbox-merchandisingguide input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* internalsalesdocuments */
.rc-img-category-icon-internalsalesdocuments {
    background: #d9534f;
}
.checkbox-internalsalesdocuments input[type="checkbox"] + label::before,
.checkbox-internalsalesdocuments input[type="radio"] + label::before {
  border-color: #d9534f;
}
.checkbox-internalsalesdocuments input[type="checkbox"]:checked + label::before,
.checkbox-internalsalesdocuments input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-internalsalesdocuments input[type="checkbox"]:checked + label::after,
.checkbox-internalsalesdocuments input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* sellsheets */
.rc-img-category-icon-sellsheets {
    background: #337ab7;
}
.checkbox-sellsheets input[type="checkbox"] + label::before,
.checkbox-sellsheets input[type="radio"] + label::before {
  border-color: #337ab7;
}
.checkbox-sellsheets input[type="checkbox"]:checked + label::before,
.checkbox-sellsheets input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-sellsheets input[type="checkbox"]:checked + label::after,
.checkbox-sellsheets input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* waitstafftrainingmaterial */
.rc-img-category-icon-waitstafftrainingmaterial {
    background: #A479E2;
}
.checkbox-waitstafftrainingmaterial input[type="checkbox"] + label::before,
.checkbox-waitstafftrainingmaterial input[type="radio"] + label::before {
  border-color: #A479E2;
}
.checkbox-waitstafftrainingmaterial input[type="checkbox"]:checked + label::before,
.checkbox-waitstafftrainingmaterial input[type="radio"]:checked + label::before {
  background-color: #A479E2;
  border-color: #A479E2;
}
.checkbox-waitstafftrainingmaterial input[type="checkbox"]:checked + label::after,
.checkbox-waitstafftrainingmaterial input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* presentations */
.rc-img-category-icon-presentations {
    background: #F691B3;
}
.checkbox-presentations input[type="checkbox"] + label::before,
.checkbox-presentations input[type="radio"] + label::before {
  border-color: #F691B3;
}
.checkbox-presentations input[type="checkbox"]:checked + label::before,
.checkbox-presentations input[type="radio"]:checked + label::before {
  background-color: #F691B3;
  border-color: #F691B3;
}
.checkbox-presentations input[type="checkbox"]:checked + label::after,
.checkbox-presentations input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* education */
.rc-img-category-icon-education {
    background: #43D692;
}
.checkbox-education input[type="checkbox"] + label::before,
.checkbox-education input[type="radio"] + label::before {
  border-color: #43D692;
}
.checkbox-education input[type="checkbox"]:checked + label::before,
.checkbox-education input[type="radio"]:checked + label::before {
  background-color: #43D692;
  border-color: #43D692;
}
.checkbox-education input[type="checkbox"]:checked + label::after,
.checkbox-education input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* photogallery */
.rc-img-category-icon-photogallery {
    background: #CF8933;
}
.checkbox-photogallery input[type="checkbox"] + label::before,
.checkbox-photogallery input[type="radio"] + label::before {
  border-color: #CF8933;
}
.checkbox-photogallery input[type="checkbox"]:checked + label::before,
.checkbox-photogallery input[type="radio"]:checked + label::before {
  background-color: #CF8933;
  border-color: #CF8933;
}
.checkbox-photogallery input[type="checkbox"]:checked + label::after,
.checkbox-photogallery input[type="radio"]:checked + label::after {
    color: #FFF;
}

/* logos */
.rc-img-category-icon-logos {
    background: #822111;
}
.checkbox-logos input[type="checkbox"] + label::before,
.checkbox-logos input[type="radio"] + label::before {
  border-color: #822111;
}
.checkbox-logos input[type="checkbox"]:checked + label::before,
.checkbox-logos input[type="radio"]:checked + label::before {
  background-color: #822111;
  border-color: #822111;
}
.checkbox-logos input[type="checkbox"]:checked + label::after,
.checkbox-logos input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* mediakit */
.rc-img-category-icon-mediakit {
    background: #000;
}
.checkbox-mediakit input[type="checkbox"] + label::before,
.checkbox-mediakit input[type="radio"] + label::before {
  border-color: #000;
}
.checkbox-mediakit input[type="checkbox"]:checked + label::before,
.checkbox-mediakit input[type="radio"]:checked + label::before {
  background-color: #000;
  border-color: #000;
}
.checkbox-mediakit input[type="checkbox"]:checked + label::after,
.checkbox-mediakit input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* brandstandards */
.rc-img-category-icon-brandstandards {
    background: #999999;
}
.checkbox-brandstandards input[type="checkbox"] + label::before,
.checkbox-brandstandards input[type="radio"] + label::before {
  border-color: #999999;
}
.checkbox-brandstandards input[type="checkbox"]:checked + label::before,
.checkbox-brandstandards input[type="radio"]:checked + label::before {
  background-color: #999999;
  border-color: #999999;
}
.checkbox-brandstandards input[type="checkbox"]:checked + label::after,
.checkbox-brandstandards input[type="radio"]:checked + label::after {
  color: #FFF;
}

/* Ad Photo Gallery */
.rc-img-category-icon-adphotogallery {
    background: #8b0000;
}
.checkbox-adphotogallery input[type="checkbox"] + label::before,
.checkbox-adphotogallery input[type="radio"] + label::before {
  border-color: #8b0000;
}
.checkbox-adphotogallery input[type="checkbox"]:checked + label::before,
.checkbox-adphotogallery input[type="radio"]:checked + label::before {
  background-color: #8b0000;
  border-color: #8b0000;
}
.checkbox-adphotogallery input[type="checkbox"]:checked + label::after,
.checkbox-adphotogallery input[type="radio"]:checked + label::after {
  color: #FFF;
}

.rc-login-page-container {
  background-color: #FFF;
}

.rc-login-page {
	float: none;
    margin: 0 auto;
}

.rc-login-form .btn-primary {
    line-height: 1;
    min-width: 120px;
    max-width: 120px;
    filter: blur(-6px);
}

.rc-login-form .help-block a {
    font-size: 12px;
    color: #8a0e04;
    padding-bottom: 0;
}

.rc-login-form-wrapper {
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.6);
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 40px;
    border-radius: 5px;
    margin-top: 120px;
    /*filter: blur(6px);*/
}

.rc-login-form-wrapper-background {
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.6);
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 40px;
    border-radius: 5px;
    filter: blur(6px);
}

#login-nav-links {
    display: none;
}

.rc-login-form .transparent {
  /*margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
    
}

.span-left {
   float: left;	
}

.span-right {
   float: right;	
}

.rc-register-page-container {
  background-color: #FFF;
}
.multiselect-container .checkbox input {
	opacity: 1!important;
}

.rc-register-submit-section {
    float: none;
    margin: 0 auto;
}

.rc-register-success {
    float: none;
    margin: 0 auto;
}

.rc-reset-success {
    float: none;
    margin: 0 auto;
}

rc-register-page .checkbox input {
	opacity: 1;
}

/* --------- Blog ----------- */
.blog-post-date {
    color:#bababa;
	font-size: 16px;
    padding-bottom: 15px;
}

#blog-page p a {
	text-decoration:underline;
}
#blog-page p a:hover {
	color:#a4a9ad;
}

#blog-page p {
	padding: 5px 0;
    font-size: 1.2em;
    line-height: 1.6;
}
#blog-page h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    /*margin-top: 0px;*/
    margin-bottom: 10px;
    color: #a4a9ad;
}
#blog-page h4 {
	font-size: 14px;
    padding: 20px 0 0 0;
    margin: 0;
}

#blog-page .col-sm-7 ul {
	padding-left: 18px;
}

#rc-page.breadcrumb-section {
    background-color: #f7f7f7;
    border-bottom-style: solid;
    border-bottom-color: #efefef;
    border-bottom-width: 1px;
    padding-top: 20px;
    margin-top: 0px;
}
@media screen and (min-width: 768px) {
	#rc-page.breadcrumb-section {
    	margin-top: 45px;
	}
}
#rc-page.breadcrumb-section .input-sm {
    height: 30px;
    /*margin-top: 12px;*/
}

#rc-page.breadcrumb-section .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    /*margin-top: 12px;*/
}
span.glyphicon.glyphicon-download-alt {
	float:right;
	padding-top: 4px;
}
/* -------- Home Page -------- */
.homepage-header {
	width: 100%;
	height: 240px;
    background-image:url(/media/1155/homepage-hero-1200.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}

/*--* 51ºÚÁÏ *--*/

#real-families.bg-light-gray {
    background-color: #e5e1de;
}

/*--* Great People Section *--*/

/*.great-people-jwimage {
	position: absolute;
	display:none;
	overflow:hidden;
}*/
.great-people-image {
	display:none;
}
/*.bg-great-people {
	background-color: #fff;
	background-image:url(/media/1083/great-people-homehero2.png);
	background-position:left bottom;
	background-repeat:no-repeat;
    background-size:cover;
}*/
#real-families.bg-light-gray div.whitecover {
	background-color:rgba(229, 225, 222, 0.8);
	filter: alpha(opacity=80);
}
.bg-great-people div.whitecover {
	background-color:rgba(255, 255, 255, 0.8);
	/*background-color:#fff;
	opacity: 0.8;*/
	filter: alpha(opacity=80);
}

/*--* Exceptional Beef Section *--*/

.bg-exceptional-beef {
  	background-image:url(/media/1157/exceptional_beef-1920.jpg);
	background-repeat:none;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
	background-size:cover;
}
.bg-exceptional-beef div.whitecover {
	background-color:rgba(34, 34, 34, 0.8);
	/*opacity: 0.8;*/
	filter: alpha(opacity=80);
}
.bg-comprehensive-approach h4.service-heading,
.bg-snf-video h4.service-heading,
.bg-double-r-ranch-video h4.service-heading,
#great-people h4.service-heading {
    font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    padding: 30px 0 10px 0;
    border: none;
}

/*--* Ranch to Table Section *--*/

#ranch-to-table {
	padding: 80px 0 140px;
	background-color:#f7f7f7;
	border-top:1px solid #EFEFEF;
}
.table-icons-center {
        text-align: center;
}
.table-icons img {
    display: inline-block;
}

.table-icons img:hover {
    opacity: 0.9;
}

/*--* Our Star Commitment Section *--*/
.bg-comprehensive-approach {
  	background-image:url(/media/1329/ranch-to-table-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    /*background-size:contain;*/
    text-align:center;
    color:#fff;
	background-color:#e5e1de;
	padding-bottom: 60px;
}
.bg-snf-video, 
.bg-double-r-ranch-video {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    /*background-size:contain;*/
    text-align: center;
    color: #fff;
    background-color: #e5e1de;
    padding-bottom: 60px;
}

/ Modal /
.modal-backdrop.in {
	filter: alpha(opacity=7);
	opacity: 0.7;
}
.modal-content {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	background-color: #222;
    padding: 15px 16px 1px;
    margin-top: 200px;
}
.modal-body {
	padding:0;
}

.bg-comprehensive-approach a.btn, 
.bg-snf-video a.btn, 
.bg-double-r-ranch-video a.btn {
	background-color: inherit;
    border: none;
}

.comprehensive-approach-section-heading {
	font-family:AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:26px;
	font-weight:900;
	/*margin-top:240px;*/
	margin-bottom: 120px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.comprehensive-approach-section-heading {
		font-size:40px;
	}
}

.white-box {
	background-color: #fff;
	color: #333;
	padding: 5px 25px 20px 25px;
	margin-bottom: 10px;
	height: inherit;
    border-bottom: 5px solid #8a0e04;
	/*padding-left: 35px;*/
   	/*padding-right: 35px;*/
}
.white-box-star {
	/*background-color: #fff;*/
	color: #333;
	padding: 5px 25px 20px 25px;
	margin-bottom: 10px;
	height: inherit;
    border-bottom: 5px solid #8a0e04;
}
.white-box h4, .white-box-star h4 {
	color: #8a0e04;
	text-transform: uppercase;
	font-size:36px;
}
.white-box p {
	font-size:16px;
	text-align:left;
}
.white-text {
	color: #fff;	
}
.our-star-commitment-image {
	margin-top: -140px;
}

.bg-star-commitment {
  background-image:url(/media/1013/ab-starbg.jpg);
	background-repeat:none;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff
}
.service-heading {
	font-family: Oswald,Teko,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	margin: 15px 0 10px;
	text-transform: none;
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 12px;
}
a.our-star-box-links {
	display:block;
	background-color: #fff;
}
a.our-star-box-links:hover {
	background-color:#f1f1f1;
	text-decoration:none;
}

@media screen and (min-width: 768px) {
	.white-box {
		height: 275px;
		padding: 5px 35px;
	}
	.white-box-star {
		height: 325px;
		padding: 5px 25px;
	}
}
@media screen and (min-width: 992px) {
	.white-box {
    	height: 545px;
		margin-bottom: 0px;
	}
	.white-box-star {
		height: 565px;
		padding: 5px 15px;
	}
}
@media screen and (min-width: 1200px) {
	.white-box {
		height: 470px;
		margin-bottom: 0px;
	}
	.white-box-star {
		height: 415px;
		padding: 5px 15px;
	}
}

/*--* Quote Section *--*/
#quote {
	padding-bottom:50px;
	background-color:#fff;
}
#quote-pork {
	padding-bottom:200px;
	background-color:#fff;
}
blockquote {
	border-left: 0px;
    margin: 1.5em 10px;
    padding: 3.0em 10px 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
	background: url(/media/1032/quotes.png) no-repeat center top;
}
blockquote p {
    font-size: 38px;
	font-family:"Open Sans","Trebuchet MS",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-style: italic;
	line-height: 50px;
	color:#3a3a3a;
}
blockquote div.bottom-quote {
	background: url(/media/1032/quotes.png) no-repeat center top;
	transform:rotate(180deg);
	height: 45px;
}
blockquote footer {
	font-size: 20px;
	color:#3a3a3a;
	padding:30px 0 20px 0;
}
#quote footer strong {
}

.quote-image-big {
	border-radius: 150px;
    width: 300px;
}

/*--* Home Page Media Queries *--*/

@media screen and (min-width:768px) {
	#real-families.bg-light-gray {
		background-image: url(/media/1010/real_families.png);
    	background-position: right bottom;
    	background-repeat: no-repeat;
    	background-size: contain;
	}
	/*.bg-great-people {
  		background-image:url(/media/1083/great-people-homehero2.png);
		background-position:-50px bottom;
		background-repeat:no-repeat;
    	background-size:contain;
	}
	.great-people-jwimage {
		position: absolute;
		display:none;
		overflow:hidden;
	}*/
    .rc-login-form-wrapper {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.6);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 24px;
        border-radius: 5px;
        margin-top: 10px;
        /*filter: blur(6px);*/
    }
    .rc-login-form-wrapper-background {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.6);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 10px;
        border-radius: 5px;
        filter: blur(6px);
    }
    .rc-login-form .btn-primary {
        line-height: 1;
        min-width: 80px;
        max-width: 80px;
        filter: blur(-6px);
    }
    .rc-login-form .help-block .sign-up {
        padding-left: 10px;
    }
    .rc-login-form .help-block a {
        font-size: 12px;
        color: #8a0e04;
        padding-bottom: 0;
    }
    .rc-login-form .form-group {
        width: 120px;
    }
    .rc-login-form .form-group input {
        width: 115px;
    }
    #login-nav-links {
        display: none;
    }
}
@media screen and (min-width:992px) {
	#real-families.bg-light-gray {
		background-image: url(/media/1010/real_families.png), url(/media/1051/bg-bar.jpg);
    	background-position: 150% bottom, left top;
    	background-repeat: no-repeat, repeat-x;
    	background-size: 70%, contain;
	}
	#real-families.bg-light-gray div.whitecover {
		background-color:rgba(229, 225, 222, 0.0);
		background-color:transparent;
	}
	.real-families-textarea {
		padding-top:100px;
	}
	/*.bg-great-people {
		height:460px;
	}*/
	/*.great-people-jwimage {
		position: absolute;
		top: -93px;
		display:inherit;
		overflow:hidden;
	}*/
	.bg-exceptional-beef div.whitecover, .bg-great-people div.whitecover {
    	/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(34, 34, 34, 0.0);
	}
    .rc-login-form-wrapper {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.6);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 40px;
        border-radius: 5px;
        margin-top: 120px;
        /*filter: blur(6px);*/
    }
    .rc-login-form-wrapper-background {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.6);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 40px;
        border-radius: 5px;
        filter: blur(6px);
    }
    .rc-login-form .btn-primary {
        line-height: 1;
        min-width: 80px;
        max-width: 80px;
        filter: blur(-6px);
    }
    .rc-login-form .help-block .sign-up {
        padding-left: 24px;
    }
    .rc-login-form .help-block a {
        font-size: 12px;
        color: #8a0e04;
        padding-bottom: 0;
    }
    .rc-login-form .form-group {
        width: 160px;
    }
    .rc-login-form .form-group input {
        width: 150px;
    }
    #login-nav-links {
        display: none;
    }
}
@media screen and (min-width:1366px) {
	#real-families.bg-light-gray {
		background-image: url(/media/1010/real_families.png), url(/media/1051/bg-bar.jpg);
    	background-position: right bottom, left top;
    	background-repeat: no-repeat, repeat-x;
    	background-size: contain;
	}
}
@media screen and (min-width:1200px) {
	#real-families.bg-light-gray {
		background-image: url(/media/1010/real_families.png), url(/media/1051/bg-bar.jpg);
    	background-position: right bottom, left top;
    	background-repeat: no-repeat, repeat-x;
    	background-size: 805px, contain;
	}
	.real-families-textarea {
		padding-right: 140px; /* was 60px */
	}
	.bg-great-people {
  		background-image:url(/media/1083/great-people-homehero2.png) ;
		background-position:left bottom;
		background-repeat:no-repeat;
		-webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
		background-size:contain;
		height:420px;
	}
	.great-people-jwimage {
		position: absolute;
		/*margin-top: -112px;*/
		display:inherit;
		overflow:hidden;
		/*height:450px;*/
		top:-133px;
	}
    .rc-login-form-wrapper {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.6);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 34px;
        border-radius: 5px;
        margin-top: 120px;
        /*filter: blur(6px);*/
    }
    .rc-login-form-wrapper-background {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.6);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 40px;
        border-radius: 5px;
        filter: blur(6px);
    }
    .rc-login-form .btn-primary {
        line-height: 1;
        min-width: 80px;
        max-width: 80px;
        filter: blur(-6px);
    }
    .rc-login-form .help-block .sign-up {
        padding-left: 20px;
    }
    .rc-login-form .help-block a {
        font-size: 12px;
        color: #8a0e04;
        padding-bottom: 0;
    }
    .rc-login-form .form-group {
        width: 215px;
    }
    .rc-login-form .form-group input {
        width: 200px;
    }
    #login-nav-links {
        display: none;
    }
}
@media screen and (max-width:767px) {
	.our-star-commitment-image {
		width:50%;
		margin-top: -72px;
	}
	blockquote p {
		font-size: 22px;
		line-height: 34px;
	}
    .rc-login-form-wrapper {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.0);
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 1px;
        padding-left: 30px;
        margin-left: 10px;
        border-radius: 5px;
        margin-top: 0;
        text-align: right;
        /*filter: blur(6px);*/
    }
    .rc-login-form-wrapper-background {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.0);
        padding-top: 30px;
        padding-bottom: 0;
        padding-right: 40px;
        margin-left: 20px;
        border-radius: 5px;
        filter: blur(6px);
    }
    .rc-login-form .btn-primary {
        min-width: 80px;
        max-width: 80px;
        filter: blur(-6px);
    }
    .rc-login-form .help-block {
        display: none;
    }
    .rc-login-form .help-block .sign-up {
        padding-left: 20px;
    }
    .rc-login-form .help-block a {
        font-size: 12px;
        color: #8a0e04;
        padding-bottom: 0;
    }
    .rc-login-form .form-group {
        width: 120px;
        display: none;
    }
    .rc-login-form .form-group input {
        width: 120px;
    }
    #login-nav-links {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
        display: block;
    }

    #login-nav-links .btn-reverse {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
    }

    #login-nav-links a {
        max-width: 75px;
        min-width: 75px;
    }
    .rc-login-form .main-login-form {
        display: none;
    }
    .logo {
	    margin-top: -11px;
    }
}

@media screen and (max-width:767px) {
    a.navbar-brand .logo {
        margin-top: -4px;
        height: 32px;
    }
}

/* -------- Brands Pages -------- */
#our-brands {
	padding: 60px 0 0 0;
	background-color:#fff;
}
/*.bg-rancho-el-oro-beef div.whitecover, .bg-double-r-ranch div.whitecover, .bg-snake-river-farms div.whitecover, .bg-st-helens-beef div.whitecover, .bg-why-northwest-beef div.whitecover, .bg-beef-cut-basics {
	padding: 110px 0;
}*/

/*--* Snake River Farms Page *--*/

.snake-river-farms-header {
	/*height: 100%;*/
	width: 100%;
	height: 245px;
    background-image:url(/media/1273/srf-hero-1920.jpg);
    background-repeat:none;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.srf-header-buttons {
	padding:60px 0 0 0;
	list-style: none;
}
.srf-header-buttons li {
	display:inline;
}

#beef:before, #pork:before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
}

.bg-srf-intro {
  	background-image:url(/media/1262/srf-beef-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-srf-intro h3.section-subheading {
	color:#fff;
}
.bg-srf-intro div.whitecover {
	background-color: rgba(181, 180, 178, 0.9);
	/*background-color: #b5b4b2;
    opacity: 0.9;
    filter: alpha(opacity=90);*/
}

.bg-srf-ancient-origins {
  	background-image:url(/media/1177/srf-japan-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-srf-ancient-origins div.whitecover {
	/*background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90)*/
	background-color: rgba(255, 255, 255, 0.9);
}
.bg-srf-best-of-both {
	background-image:url(/media/1241/srf-best-both-worlds1-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	color:#fff;
}
.bg-srf-best-of-both div.whitecover {
	background-color: rgba(34, 34, 34, 0.8);
	/*background-color: #222;
    opacity: 0.8;*/
    filter: alpha(opacity=80);
}
.bg-srf-produce-perfection {
	background-color:#fff;
}

.bg-srf-prime {
  	background-color:#E5E1DE;
}
.bg-care-quality {
  	background-image:url(/media/1072/bg-care-quality.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	text-align:center;
}
.bg-care-quality .whitecover {
	background-color:rgba(255, 255, 255, 0.8);
}
#pork {
	border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.bg-korubuta-pork {
	background-image:url(/media/1174/snf-pageimage01-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-korubuta-pork div.whitecover {
	background-color:rgba(231, 226, 223, 0.9);
	/*background-color: #E7E2DF;
    opacity: 0.9;*/
	filter: alpha(opacity=90);
}
.bg-srf-worth-wait {
	background-image:url(/media/1268/srf-worth-wait-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	color:#fff;
}
.bg-srf-worth-wait div.whitecover {
	background-color:rgba(45, 22, 16, 0.8);
	/*background-color: #2D1610;
    opacity: 0.8;*/
    filter: alpha(opacity=80);
}
.bg-srf-pedigree {
	background-image:url(/media/1299/srf-berkshire2-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-srf-individial-care {
	background-image:url(/media/1264/srf-individial-care-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center bottom;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-srf-individial-care div.whitecover {
	/*background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90)*/
	background-color: rgba(255, 255, 255, 0.9);
}
.bg-srf-premium-flavor {
	background-color:#E5E1DE;
}
.bg-srf-best-of-both h2.section-heading, .bg-srf-worth-wait h2.section-heading {
	color:#fff;
}

.img-pork-scale {
	background-color: #fff;
	padding: 20px;
	margin-top: 90px;
}

@media screen and (min-width: 768px) {
	.srf-header-buttons {
		padding:125px 0 0 0;
	}
}
@media screen and (min-width: 992px) {
	.srf-header-buttons {
		padding:250px 0 0 0;
	}
}
@media screen and (min-width: 1200px) {
	.bg-srf-best-of-both div.whitecover, .bg-srf-ancient-origins div.whitecover, .bg-srf-intro div.whitecover, .bg-korubuta-pork div.whitecover, .bg-srf-worth-wait div.whitecover, .bg-srf-individial-care div.whitecover {
		background-color: rgba(181, 180, 178, 0.0);
		/*background-color: initial;
    	opacity: 1;*/
	}
}
/*--* Double R Ranch Page *--*/

.double-r-ranch-header {
	width: 100%;
	height: 245px;
    background-image:url(/media/1308/double-r-hero3-1920.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
/*
.bg-beef-cut-basics {
  	background-image:url(/media/1019/beefcuts.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    color:#fff;
}
*/
.bg-beef-cut basics {
  	background-color:#eee;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.bg-why-northwest-beef {
    background-image: url(/media/1362/drr-valley3-1920.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-why-northwest-beef div.whitecover {
	/*background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90)*/
	background-color: rgba(255, 255, 255, 0.9);
}
.bg-double-r-ranch {
  	background-image: url(/media/1180/drr-productimage01-1920.jpg);
	background-repeat:no-repeat;
    background-position:right center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-double-r-ranch div.whitecover {
	background-color:rgba(231, 226, 223, 0.9);
	/*background-color: #E7E2DF;
    opacity: 0.9;*/
	filter: alpha(opacity=90);
}

@media screen and (min-width: 1200px) {
	.bg-double-r-ranch div.whitecover, .bg-why-northwest-beef div.whitecover {
    	/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(255, 255, 255, 0.0)
	}
}

/*--* St Helens Page *--*/

.st-helens-beef-header {
	width: 100%;
	height: 245px;
    background-image:url(/media/1275/st-helens-hero-1920.jpg);  
    background-repeat:none;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.bg-sthelens-intro {
	background-image:url(/media/1195/st-helens-productimage01-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:right center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-sthelens-intro div.whitecover {
	background-color:rgba(231, 226, 223, 0.9);
	/*background-color: #E7E2DF;
    opacity: 0.9;*/
	filter: alpha(opacity=90);
}
.bg-sh-northwest-beef {
	background: 
    /* top, transparent grey */ 
    linear-gradient(to left, 
      rgba(229, 225, 222, 1.0), 
      rgba(229, 225, 222, 0.3)
    ),
    /* bottom, image */
    url(/media/1345/st-helens-northwest-1920.jpg) no-repeat center center;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;

    /*background-image: url(/media/1345/st-helens-northwest-1920.jpg);
    background-repeat:no-repeat;
    background-position:center right;*/
}
.bg-sh-northwest-beef div.whitecover {
	/*background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90)*/
	background-color: rgba(229, 225, 222, 0.9);
}
.bg-grain-fed div.whitecover {
	background-color: rgba(51, 51, 51, 0.9);
	/*background-color: #333;
    opacity: 0.9;*/
    filter: alpha(opacity=90);
}
.bg-grain-fed {
	background-image:url(/media/1368/beef-cuts.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	color:#fff;
	background-color:#333;
}
.bg-premium-beef {
	background-color:#fff;
}
.bg-customers-first {
	background-image:url();
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-grain-fed h3.section-subheading, .bg-grain-fed h2.section-heading {
	color:#eee;
}

@media screen and (min-width: 1200px) {
	.bg-sthelens-intro div.whitecover, .bg-sh-northwest-beef div.whitecover, .bg-grain-fed div.whitecover {
    	/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(255, 255, 255, 0.0);
	}
}

/*--* Rancho El Oro Page *--*/

.rancho-el-oro-beef-header {
	width: 100%;
	height: 245px;
    background-image:url(/media/1276/rancho-el-oro-hero-1920.jpg);
    background-repeat:none;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.bg-rancho-el-oro-intro {
	background-image:url(/media/1197/rancho-eloro-pageimage01-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center right;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
.bg-rancho-el-oro-intro div.whitecover {
	background-color:rgba(231, 226, 223, 0.9);
	/*background-color: #E7E2DF;
    opacity: 0.9;*/
	filter: alpha(opacity=90);
}
.bg-gold-standard {
	background-image:url(/media/1361/rancho-eloro-goldbars.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center bottom;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	background-color: #333;
	color:#fff;
}
.bg-gold-standard div.whitecover {	
	background-color: rgba(51, 51, 51, 0.9);
	/*background-color: #333;
    opacity: 0.8;*/
    filter: alpha(opacity=80);
	
}
.bg-rancho-el-oro-superior {
	background-color:#eee;
	background-image:url(/media/1360/rancho-eloro-customerservice-1920.png);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:70% bottom;
}
.bg-rancho-el-oro-superior div.whitecover {
	background-color: rgba(238, 238, 238, 0.9);
	/*background-color: #eee;
    opacity: 0.9;*/
    filter: alpha(opacity=90);
}
.rancho-el-oro-superior-image {
	position: absolute;
	margin-top: -142px;
	right:-98px;
	display:none;
	overflow:hidden;
}
.bg-gold-standard h3.section-subheading, .bg-gold-standard h2.section-heading {
	color:#fff;
}

@media screen and (min-width:768px) {
	.rancho-el-oro-superior-image {
		position: absolute;
		margin-top: -80px;
		display:none;
		overflow:hidden;
	}
}
@media screen and (min-width:992px) {
	.rancho-el-oro-superior-image {
		position: absolute;
		margin-top: -96px;
		display:inherit;
		overflow:hidden;
	}
}
@media screen and (min-width:1200px) {
	.rancho-el-oro-superior-image {
		position: absolute;
		margin-top: -142px;
		display:inherit;
		overflow:hidden;
	}
	.bg-rancho-el-oro-intro div.whitecover, .bg-gold-standard div.whitecover, .bg-rancho-el-oro-superior div.whitecover {
    	/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(231, 226, 223, 0.0);
	}
}

/* -------- Main Secondary Pages -------- */

/*#real-families div.whitecover, #exceptional-beef, .bg-double-r-ranch div.whitecover, .bg-why-northwest-beef div.whitecover, #resource-center {
	padding: 90px 0;
}*/

/*--* 51ºÚÁÏ Page *--*/
#real-families-page {
	background-color:#fff;
}

.real-families-header {
	width: 100%;
	height: 245px;
    background-image:url(/media/1190/real-families-hero-1920.jpg);
    background-repeat:none;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.real-families-passion-ranching {
	background-color: #fff;
  	background-image:url(/media/1315/real-families-passion-for-ranchin-bg-b.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
	color:#fff;
}
/*.real-families-passion-ranching h2.section-heading {
	color:#fff;
}*/
/*.real-families-rebholtz {
	background-color: #E9DFD3;
	background-image:url(/media/1372/real-families-rebholtz3-1920.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    background-size:cover;
    color: #fff;
}*/
.real-families-rebholtz div.whitecover {
	/*background-color:#EBE3E0;
	opacity: 0.9;
	filter: alpha(opacity=90);  For IE8 and earlier */
	background-color: rgba(235, 227, 224, 0.6);
}

/* Carousel */

#quote-carousel {
    padding: 0 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

#quote-carousel h2.section-heading {
    text-align: center;
    padding: 30px;
}

#quote-carousel h2.section-heading.ranching-families {
    padding-top: 36px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 120px;
}
#quote-carousel .carousel-control.left {
    left: -10px;
}
#quote-carousel .carousel-control.right {
    right: -10px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    cursor: pointer;
    transition: all 0.4s;
    border-color: #bbb;
}
#quote-carousel .carousel-indicators .active {
    background: #bbb;
}
.carousel-inner {
    min-height: 360px;
}
.item {
    border-left: none;
    margin: 0;
}
.item p {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    padding: 20px 0;
}
.slider-heading {
}

.real-families-our-ranchers {
	background-color: #fff;
}
.real-families-our-ranchers h2.section-heading {
	padding-top: 50px;
    text-align: center;
}

.real-families-ranching101 {
	background-color: #fff;
  	background-image:url(/media/1162/real-families-ranching101-1920.jpg);
	background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    color: #fff;
}
.real-families-ranching101 div.whitecover {
    /*background-color: #222;
    opacity: 0.8;
    filter: alpha(opacity=80);*/
	background-color: rgba(34, 34, 34, 0.8);
	padding-bottom: 150px;
}

.real-families-ranching101 h2, .real-families-ranching101 h3, .real-families-passion-ranching h2, .real-families-passion-ranching h3 {
    color: #fff!important;
}
.real-families-operations {
	background-color: #fff;
  	background-image:url(/media/1062/rf-operations-bg.jpg);
	background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
	padding: 10px 0 10px 0;
}
.real-families-cattle-nutrition {
	background-color: #fff;
  	background-image:url(/media/1323/cattle-feeding-image.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.real-families-cattle-nutrition div.whitecover {
	/*background-color: #eee;
    opacity: 0.8;
    filter: alpha(opacity=80);*/
	background-color: rgba(238, 238, 238, 0.8);
	padding-bottom: 100px;
	padding-top: 100px;
}

@media screen and (min-width:768px) {
	/*#real-families div.whitecover {
		background-color:#e5e1de;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}*/
	.carousel-caption {
    	right: 12%;
    	left: 50%;
    	padding-bottom: 30px;
		text-align:left;
		color:#333;
		text-shadow:inherit;
		bottom: 45px;
	}
	.carousel-caption-left {
    	right: 50%;
    	left: 12%;
	}
	#quote-carousel {
    	padding: 0 10px 30px 10px;
	}
	#quote-carousel .carousel-control.left {
    	left: -60px;
	}
	#quote-carousel .carousel-control.right {
    	right: -60px;
	}
}
@media screen and (min-width:992px) {
	
}
@media screen and (min-width: 1200px) {
	.real-families-ranching101 div.whitecover {
    	/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(231, 226, 223, 0.0);
	}
	.real-families-cattle-nutrition div.whitecover {
		/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(231, 226, 223, 0.0);
	}
	/*.real-families-rebholtz {
		background-color: #E9DFD3;
		background-image:url(/media/1372/real-families-rebholtz3-1920.jpg);
		background-repeat:no-repeat;
		background-position:center center;
    	background-size:cover;
    	color: #fff;
		height:900px;
	}
	.real-families-rebholtz div.whitecover {
		background-color:rgba(231, 226, 223, 0.0);
	}*/
}


/*--* Great People Page *--*/

.great-people-header {
	width: 100%;
	height: 245px;
    background-image:url(/media/1297/great-people-hero3-1920.jpg);
    background-repeat:none;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}

#great-people h4.service-heading {
	height:120px;
}

.great-people-careers {
	background-color: #fff;
  	background-image:url(/media/1338/great-people-careers6-1920.jpg);
	background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
}
.great-people-careers div.whitecover {
	background-color: rgba(229, 225, 222, 0.8);
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.great-people-dcrr {
	background-color: #fff;
  	background-image:url(/media/1389/great-people-chefs3-1920.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.great-people-dcrr div.whitecover {
	background-color: rgba(255, 255, 255, 0.8);
	/*background-color:#fff;
	opacity: 0.8;*/
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
/*.great-people-dcrr p a {
	text-decoration:underline;
	color:#333;
}
.great-people-dcrr p a:hover {
	text-decoration:none;
	color:#000;
}*/

.great-people-person {
	background-color:#fff;
	display: block;
	position: relative;
	width: 100%;
	height: 375px;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: default;
}

/* Common division block */

.holder {
    /*border: 6px solid #FFFFFF;*/
    float: left;
    /*margin: 20px;*/
    position: relative;
    overflow: hidden;
    /*box-shadow: 0px 0px 5px #333333;*/
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    background-color: #fff;
    /*padding:30px;*/
    margin-bottom: 20px;
}
.holder img {
    padding:30px 30px 4px 30px;
}
	.holder h2.fade-back {
		padding: 0px 30px 0px 30px;
		color: #8b0e04;
		font-family: Oswald,Teko,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 30px;
		font-weight: 600;
		font-style: normal;
	}
.holder p.fade-back {
    padding:0px 25px 20px 25px;
	color:#bbb;
	text-align:center;
	font-size:14px;
}

/* Smooth Caption */

.smooth {
    opacity: 1;
}

.smooth:hover img, .smooth:hover .fade-back {
    opacity: 0.1;
    /*box-shadow: 0px 0px 10px #333333;*/
}

.go-top {
    background-color: rgba(139, 14, 4, 0.8);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    /*width: 360px;*/
    text-align: left;
    font-size: 20px;
    /*margin: 10px;*/
    padding: 30px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.smooth:hover > .go-top {
    top: 0px;
}

.go-top p {
    font-size: 14px;
}

@media screen and (min-width: 1200px) {
	.great-people-dcrr div.whitecover, .great-people-careers div.whitecover {
		/*background-color: initial;
    	opacity: 1;*/
		background-color:rgba(231, 226, 223, 0.0);
	}
	.great-people-dcrr div.whitecover {
		padding-bottom: 110px;
	}
}

/*--* Exceptional Beef Page *--*/

#exceptional-beef.bg-light-gray {
	background-color:#e5e1de;
	margin-top:80px;
}

.exceptional-beef-header {
	width: 100%;
	height: 185px;
    background-image:url(/media/1301/exceptional_beef-hero2-1920.jpg);
    background-repeat:none;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
	border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}

#snake-river-farms.section-left-gray {
	background-image:url(/media/1314/eb-snf-minihero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
#double-r-ranch.section-right-white {
	background-image:url(/media/1313/eb-drr-minihero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
#st-helens-beef.section-left-gray {
	background-image:url(/media/1099/st-helens-hero-430b.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
#rancho-el-oro-beef.section-right-white {
	background-image:url(/media/1102/el-oro-hero-430b.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}
#snake-river-farms.section-left-gray h2.section-heading, #snake-river-farms.section-left-gray h3.section-subheading, #snake-river-farms.section-left-gray p, 
#st-helens-beef.section-left-gray h2.section-heading, #st-helens-beef.section-left-gray h3.section-subheading, #st-helens-beef.section-left-gray p {
	color:#fff;
	text-align:center;
}
#double-r-ranch.section-right-white h2.section-heading, #double-r-ranch.section-right-white h3.section-subheading, #double-r-ranch.section-right-white p,
#rancho-el-oro-beef.section-right-white h2.section-heading, #rancho-el-oro-beef.section-right-white h3.section-subheading, #rancho-el-oro-beef.section-right-white p {
	text-align:center;
}
#snake-river-farms.section-left-gray button, #double-r-ranch.section-right-white button, #st-helens-beef.section-left-gray button, #rancho-el-oro-beef.section-right-white button {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#snake-river-farms.section-left-gray img, #double-r-ranch.section-right-white img, #st-helens-beef.section-left-gray img, #rancho-el-oro-beef.section-right-white img {
    padding-bottom: 40px;
}
#double-r-ranch.section-right-white h3.section-subheading, #rancho-el-oro-beef.section-right-white h3.section-subheading {
	color:#555;
}

@media screen and (min-width:1200px) {
	#snake-river-farms.section-left-gray h2.section-heading, #snake-river-farms.section-left-gray h3.section-subheading, #snake-river-farms.section-left-gray p,
	#st-helens-beef.section-left-gray h2.section-heading, #st-helens-beef.section-left-gray h3.section-subheading, #st-helens-beef.section-left-gray p {
	color:#fff;
	text-align:inherit;
	}
	#double-r-ranch.section-right-white h2.section-heading, #double-r-ranch.section-right-white h3.section-subheading, #double-r-ranch.section-right-white p,
	#rancho-el-oro-beef.section-right-white h2.section-heading, #rancho-el-oro-beef.section-right-white h3.section-subheading, #rancho-el-oro-beef.section-right-white p{
	text-align:inherit;
	}
	#snake-river-farms.section-left-gray button, #double-r-ranch.section-right-white button, #st-helens-beef.section-left-gray button, #rancho-el-oro-beef.section-right-white button {
    display: block;
    margin-right: inherit;
    margin-left: inherit;
	}
	#snake-river-farms.section-left-gray img, #double-r-ranch.section-right-white img, #st-helens-beef.section-left-gray img, #rancho-el-oro-beef.section-right-white img {
    padding: 40px 0 0 0;
	}
}

/* -------- Tertiary Page Styling -------- */
.blog-heading {
	font-family: Oswald,Teko,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 90px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #bababa;
}

.header-heading {
	font-family: Oswald,Teko,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 70px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 80px 0 0 0;
	line-height: 0.9;
	opacity: 0.94;
}
.header-subheading {
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	margin: 0;
    padding: 0;
}
.breadcrumb {
	font-size:10px;
    padding: 0px;
    margin: 18px 0 10px 0;
    list-style: none;
    background-color: inherit;
    border-radius: inherit;
}
.breadcrumb>.active {
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #8a0e04;
}

.breadcrumb a {
    color:#bababa;
}
.breadcrumb a:hover {
    color: #333;
}
/*#tertiary-page*/ ul {
	padding: 0 0 0 30px; /*bottom was 14px*/
}
/*#tertiary-page*/ li {
	font-size:1.2em;
	line-height:1.6;
}
/*#tertiary-page*/ .side-bar-menu {
	list-style: none;
    padding: 0;
	margin:0 0 30px 0;
}
/*#tertiary-page*/ .side-bar-menu li {
	list-style: none;
	/*padding:0px;
	margin:0px;*/
	font-size:14px;
}

div.col-sm-3.padding-l-30 {
	padding-top:100px;
}

@media screen and (min-width:768px) {
	div.col-sm-3.padding-l-30 {
		padding-top:0px;
	}
	.header-heading {
    	padding: 150px 0 0 0; 
	}
}

.breadcrumb>li {
    display: inline-block;
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#bababa;
	font-size: 12px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #bababa;
    content: "\203A";    /*-- it was /\00a0 --*/
}

.side-bar-menu li a {
	border-top: 1px solid #e4e0dd;
	padding:15px 0 15px 0;
	margin:0px;
	display: block;
	background-color:#fff;
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#bababa;
}
.side-bar-menu li:last-child {
    border-bottom: 1px solid #e4e0dd;
}
.side-bar-menu li a:hover {
	background-color:#f1f1f1;
	text-decoration:none;
	padding-left:10px;
	color:#333;
}
.side-bar-call-out {
	background-color:#ddd;
	padding:5px 15px;
}
.side-bar-call-out p {
	padding:15px 0 15px 0;
	margin:0px;
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#bababa;
}

#benefits li {
    /*border-top: 1px solid #e4e0dd;*/
	padding:5px 0 5px 0;
	margin:0px;
	display: block;
	background-color:#fff;
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#bababa;
}
#benefits li:last-child {
    border-bottom: none;
}
.side-bar-menu>.active {
    font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #8a0e04;
	border-top: 1px solid #e4e0dd;
	padding:15px 0 15px 0;
	margin:0px;
	display: block;
	background-color:#fff;
}
.soc-icon-sidebar {
	padding: 10px 10px 0 0;
}

a.soc-icon-sidebar {
	color:#a4a9ad;
}
a:hover.soc-icon-sidebar {
	color:#333;
}

#tertiary-page {
	background-color:#fff;
}

#tertiary-page.breadcrumb-section {
    background-color: #f7f7f7;
    border-bottom-style: solid;
    border-bottom-color: #efefef;
    border-bottom-width: 1px;
    padding-bottom: 4px;
}

#tertiary-page p img#__mcenew {
	display: block;
	max-width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
}

#tertiary-page p img {
    display: block;
	max-width: 100%;
    min-width: 100%;
	height: auto;
}

#blog-page {
	background-color:#fff;
}

#blog-page.breadcrumb-section {
    background-color: #f7f7f7;
    border-bottom-style: solid;
    border-bottom-color: #efefef;
    border-bottom-width: 1px;
    padding-top: 45px;
}

#blog-page h4 {
	font-size: 16px;
    padding: 0 0 0 0;
    margin: 0;
	margin-top: 20px;
	color: #8a0e04;
}

#tertiary-page p {
	padding: 0 0 14px 0;
	margin:0;
    font-size: 1.2em;
    line-height: 1.6;
}
#tertiary-page h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #a4a9ad;
}
#tertiary-page h4 {
	font-size: 16px;
    padding: 10px 0 2px 0;
    margin: 0;
	color: #8a0e04;
}
#tertiary-page p a, .list-link {
	text-decoration:underline;
}
#tertiary-page p a.btn {
	text-decoration:none;
}
#tertiary-page p a:hover, .list-link:hover {
	color:#a4a9ad;
}
#tertiary-page .col-sm-7 ul {
	padding-left: 18px;
}
.spotlight-group {
    background-image: url(/media/1375/spotlight-drr-bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-color: #9fcbee;
    padding: 20px 20px;
    margin: 20px 0 0 0;
    height: 1440px;
    color: #fff;
}
#tertiary-page .spotlight-group h2, #tertiary-page .spotlight-group h3 {
	color:#fff;
}
.blog-header {
	/*background-image:url(/media/1181/ranching-hero-1920.jpg);*/
	/*background-repeat:no-repeat;*/
    /*background-attachment:scroll;*/
    /*background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;*/
	height: 100px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.ranching-header {
	background-image:url(/media/1181/ranching-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.cattle-feeding-header {
	background-image:url(/media/1234/cattle-feeding-hero2-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.animal-well-being-header {
	background-image:url(/media/1233/animal-wellness-hero2-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.employees-header {
	background-image:url(/media/1133/place-holder-3pageheader.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.chefs-retail-header {
	background-image:url(/media/1133/place-holder-3pageheader.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.distributors-header {
	background-image:url(/media/1133/place-holder-3pageheader.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.careers-header {
	background-image:url(/media/1238/careers-hero2-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.food-safety-header {
	background-image:url(/media/1200/food-safety-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.processing-wa-beef-header {
	background-image:url(/media/1320/processing-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
	margin-top: -7px;
}
.sustainability-header {
	background-image:url(/media/1252/sustainability-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.responsibility-header {
	background-image:url(/media/1310/bg-causes-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.causes-header {
	background-image:url(/media/1310/bg-causes-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.request-donations-header {
	background-image:url(/media/1310/bg-causes-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
    margin-top: -7px;
}
.privacy-policy-header {
	background-image:url(/media/1253/tertiary-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.site-map-header {
	background-image:url(/media/1253/tertiary-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
}
.education-center-header {
	background-image:url(/media/1332/education-center-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
	margin-top: -7px;
}
.contact-header {
	background-image:url(/media/1337/contact-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
	margin-top: -7px;
}
.livestock-header {
	background-image:url(/media/1340/livestock-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
	margin-top: -7px;
}
.retail-food-header {
	background-image:url(/media/1339/retail-food-hero-1920.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
	margin-top: -7px;
}
.the404-header {
	background-image:url(/media/1369/404bg.jpg);
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
	height: 240px;
    border-bottom: solid #811408;
    border-bottom-width: 5px;
	margin-top: -7px;
}
@media screen and (min-width:768px) {
	.header-heading {
		font-family: Oswald,Teko,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 150px;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
		margin: 0;
		padding: 150px 0 0 0;
		line-height: 0.9;
		opacity: 0.94;
	}
	.retail-food-header .header-heading, .education-center-header .header-heading {
		font-family: Oswald,Teko,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 100px;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
		margin: 0;
		padding: 150px 0 0 0;
		line-height: 0.9;
		opacity: 0.94;
	}
	.header-subheading {
		font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 24px;
		font-style: normal;
		text-transform:uppercase;
		text-align:center;
		color:#fff;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
		margin: 0;
    	padding: 0;
	}
	.spotlight-group {
    	height: 1050px;
	}
	.breadcrumb {
		font-size:12px;
	}
	.ranching-header, .cattle-feeding-header, .animal-well-being-header, .employees-header, .chefs-retail-header, .distributors-header, .careers-header, .food-safety-header, .processing-wa-beef-header, .sustainability-header, .responsibility-header, .causes-header, .request-donations-header, .privacy-policy-header, .site-map-header, .education-center-header, .contact-header, .livestock-header, .retail-food-header, .the404-header {
	height: 420px;
	}
}
@media screen and (min-width:992px) {
	.spotlight-group {
    	height: 900px;
	}
	.retail-food-header .header-heading, .education-center-header .header-heading {
		font-size: 130px;
	}
}
@media screen and (min-width:1200px) {
	.spotlight-group {
    	padding: 40px 50px;
    	height: 950px;
	}
	.header-heading, .education-center-header .header-heading, .retail-food-header .header-heading {
		font-size: 200px;
	}
}
/* -------- Group Media Queries -------- */

@media screen and (min-width:768px) {
	.homepage-header, .exceptional-beef-header, .rancho-el-oro-beef-header, .snake-river-farms-header, .st-helens-beef-header, .double-r-ranch-header, .real-families-header, .great-people-header, .resource-center-header {
		height:430px;
	}
	.real-families-image {
		display: inherit;
		position: absolute;
    	margin-top: -53px;
	}
	.great-people-image {
		display: inherit;
		position: absolute;
		margin-top: 30px;
		margin-left: -220px;
	}
	.table-icons-center {
        padding:20px 100px 60px;
    }
}

@media screen and (min-width:992px) {
	.homepage-header {
		height:600px;
	}
	.exceptional-beef-header, .rancho-el-oro-beef-header, .snake-river-farms-header, .st-helens-beef-header, .double-r-ranch-header, .real-families-header, .great-people-header, .resource-center-header {
		height:580px;
	}
	.real-families-image {
		display: inherit;
		position: absolute;
    	margin-top: -123px;
	}
	.great-people-image {
		display: inherit;
		position: absolute;
		margin-top: -64px;
		margin-left: -190px;
	}
}

@media screen and (min-width:1200px) {
	.homepage-header {
		height:900px;
        background-image:url(/media/1156/homepage-hero-1920.jpg);
        background-repeat:none;
        background-position:center center;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        -o-background-size:cover;
        text-align:center;
	}
	.exceptional-beef-header, .rancho-el-oro-beef-header, .snake-river-farms-header, .st-helens-beef-header, .double-r-ranch-header, .real-families-header, .great-people-header, .resource-center-header {
		height:690px;
	}
	.real-families-image {
		display: inherit;
		position: absolute;
    	margin-top: -147px;
	}
	.great-people-image {
		display: inherit;
		position: absolute;
		margin-top: -88px;
		margin-left: -190px;
	}
}

/* -------- Footer Section -------- */
footer {
    padding: 60px 0;
    color: #fff;
}
.bg-gray { 
    background-color: #3c3c3c;
    color: #9a9a9a;
}
footer span.copyright {
    line-height:40px;
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    text-transform:none;
	font-weight: 100;
}
footer ul.quicklinks {
    margin-bottom:0;
    line-height:40px;
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    text-transform:none;
}
footer li {
    padding-top: 10px;
}
footer a {
	color: #9a9a9a;
}
footer .footer-nav-header {
	color: #fff;
	text-transform: uppercase;
	padding-top:20px;
	margin-bottom: 0px;
}
footer .footer-nav-header a {
	color: #fff;
}
footer img.logo {
	/*height:60px;*/
}
footer hr {
	margin-right: 20px;
	background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
}
footer .soc-icon-vm, footer .soc-icon-tw {
	margin:0 32px 0 0;
}

@media screen and (min-width:992px) {
	footer img.logo {
		width:90%;
		padding-top:10px;
	}
	footer .soc-icon-vm, footer .soc-icon-tw {
		margin:0 15px 0 0;
	}
	footer .footer-nav-header {
		padding-top:0px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width:1200px) {
	footer .soc-icon-vm, footer .soc-icon-tw {
		margin:0 32px 0 0;
	}
}

/* -------- Button Styling -------- */
.btn {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #811408;
    color: #fff;
	padding: 10px 12px 8px;
}
.btn-white-space {
	white-space: normal;
}
.side-bar-call-out a.btn {
	width:100%;
	white-space: normal;
}
.btn-reverse {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: Nolan-Regular,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-weight:100;*/
    background-color:inherit;
    color: #fff;
	padding: 10px 25px 8px;
	display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
@media screen and (min-width:768px) {
	.btn-reverse {
		padding: 10px 55px 8px;
	}
}
.btn:hover {
    color: #c4c4c4;
}
.btn-reverse:hover {
	background-color:#fff;
	color:#811408;
}
.btn-primary {
	color:#fff;
	background-color:#811408;
	border-color:#811408;
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	/*font-weight:700;*/
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	color:#fff;background-color:#811408;border-color:#811408;
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	background-image:none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color:#fed136;
	border-color:#fed136;
}
.btn-primary .badge {
	color:#811408;
	background-color:#fff;
}
.btn-xl {
	color:#fff;
	background-color:#811408;
	border-color:#811408;
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	/*font-weight:700;*/
	border-radius:3px;
	font-size:18px;
	padding:20px 40px;
}
.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
	color:#fff;
	background-color:#811408;
	border-color:#811408;
}
.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
	background-image:none;
}
.btn-xl.disabled,.btn-xl[disabled],fieldset[disabled] .btn-xl,.btn-xl.disabled:hover,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl:hover,.btn-xl.disabled:focus,.btn-xl[disabled]:focus,fieldset[disabled] .btn-xl:focus,.btn-xl.disabled:active,.btn-xl[disabled]:active,fieldset[disabled] .btn-xl:active,.btn-xl.disabled.active,.btn-xl[disabled].active,fieldset[disabled] .btn-xl.active {
	background-color:#811408;
	border-color:#811408;
}
.btn-xl .badge {
	color:#811408;
	background-color:#fff;
}
.btn:focus,.btn:active,.btn.active,.btn:active:focus {
	outline:0;
}

.btn-rc-multi-select {
  	color:#777;
	background-color:#fff;
	border-color:#b3b3b3;
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	/*font-weight:700;*/
}

.btn-tag {
	color:#777;
	background-color:#fff;
	border-color:#b3b3b3;
	font-family: Nolan-Bold,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;	
}

#portfolio .portfolio-item {
    margin:0 0 15px;
	right:0;
}

#portfolio .portfolio-item .portfolio-link {
	display:block;
	position:relative;
	max-width:400px;
	margin:0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background:rgba(254,209,54,.9);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding:25px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption p {
	font-family: AntiqueCentral-Heavy,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 16px;
	margin: 0;
}

#portfolio *{z-index:2}

@media screen and (min-width:767px) {
    #portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

section#contact {
    background-color:#222;
    /*background-image:url(/img/map-image.png);*/
    background-position:center;
    background-repeat:no-repeat
}

.dark-background {
	color: #fff!important;	
}

section#contact .form-group{margin-bottom:25px}
section#contact .form-group input,section#contact .form-group textarea{padding:20px}
section#contact .form-group input.form-control{height:auto}
section#contact .form-group textarea.form-control{height:236px}
section#contact .form-control:focus{border-color:#fed136;box-shadow:none}
section#contact ::-webkit-input-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}
section#contact :-moz-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}
section#contact ::-moz-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}
section#contact :-ms-input-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}
section#contact .text-danger{color:#e74c3c}

.portfolio-modal .modal-content {
	border-radius:0;
	background-clip:border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	min-height:100%;
	padding:100px 0;
	text-align:center;
}

.portfolio-modal .modal-content h2{margin-bottom:15px;font-size:3em}
.portfolio-modal .modal-content p{margin-bottom:30px}
.portfolio-modal .modal-content p.item-intro{margin:20px 0 30px;font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic;font-size:16px}
.portfolio-modal .modal-content ul.list-inline{margin-bottom:30px;margin-top:0}
.portfolio-modal .modal-content img{margin-bottom:30px}
.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:.3}
.portfolio-modal .close-modal .lr{height:75px;width:1px;margin-left:35px;background-color:#222;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);z-index:1051}
.portfolio-modal .close-modal .lr .rl{height:75px;width:1px;background-color:#222;transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);z-index:1052}
.portfolio-modal .modal-backdrop{opacity:0;display:none}
::-moz-selection{text-shadow:none;background:#fff}
::selection{text-shadow:none;background:#fff}
img::selection{background:0 0}
img::-moz-selection{background:0 0}

/* recall banner styles
-------------------------------------------------------------------*/
.recall-banner {
    position: fixed !important;
    top: 7.5em !important;
    z-index: 9999;
    width: 100%;
}
    .recall-banner .alert-title {
        font-weight: bold;
        font-size: 1.5em;
    }
    .recall-banner .alert-description {
        /* placeholder in case css needs to be applied to the description */
    }
        .recall-banner .alert-description a:link, 
        .recall-banner .alert-description a:visited, 
        .recall-banner .alert-description a:active {
            font-weight: bold;
            color: #a94442;
        }
        .recall-banner .alert-description a:hover {
            text-decoration: none;
            color: #000;
        }