/* ================================================================ *\
	#Adjustments
\* ================================================================ */

body { margin-bottom: 0; }

/* Lists and Images */
.content ul { margin-left: 20px; padding-bottom: 15px; }
.content ul li { list-style-type: disc; }
.content ul ul { padding-bottom: 0; }
.content ul ul li { list-style-type: circle; }
.content ol { margin-left: 20px; padding-bottom: 15px; }
.content ol li { list-style-type: decimal; }
.content ol ol { padding-bottom: 0; }
.content ol ol li { list-style-type: lower-alpha; }
.content dl dt { font-weight: bold; margin-left: 20px; }
.content dl dd { font-style: italic; margin-left: 40px; margin-bottom: 15px; }
.content img { max-width: 100% !important; height: auto !important; }
.content iframe { max-width: 100%; }
blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eee; }

/* Design */
.content, .black { background: #000; }
footer { background: #131c21; }
a.list-group-item, button.list-group-item, a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:active, button.list-group-item:active, a.list-group-item:focus, button.list-group-item:focus { color: #283941; }
.content .panel { background: #000; }
.content .panel-warning a h4 { color: #fff; }

.panel-warning .panel-heading {
    background-image: -webkit-linear-gradient(top, #d8a51f 0, #c2941c 100%);
    background-image: -o-linear-gradient(top, #d8a51f 0, #c2941c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8a51f), to(#c2941c));
    background-image: linear-gradient(to bottom, #d8a51f 0, #c2941c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8a51f', endColorstr='#ffc2941c', GradientType=0);
}
.panel-warning .panel-heading {
    color: #fff;
    background-color: #d8a51f;
    border-color: #c2781c;
}

.has-error .input-group input, .has-error .input-group select, .has-error .input-group textarea, .has-error .form-control { border-color: red; }
.has-error .help-block.with-errors { color: red; }

/* Header */
.dropdown-menu .navbar-form input { min-width: 196px; }

/* Forms */
input[name=swine], label[for=freeform_swine] { display: none; }
.screen-reader { display: block !important; left: -9999px !important; position: absolute !important; }
.form-group img { width: auto; margin-bottom: 5px; display: block; }
form .btn.disabled { opacity: 1; cursor: pointer; }
form input[type=text] { min-width: 65px; }
form table .form-group { margin-bottom: 0; }
form table .form-group .help-block, form table .form-group .help-block ul.list-unstyled { margin-bottom: 0; margin-top: 0; }
.input-group-captcha .input-group-addon { padding: 0; background-color: transparent; border: 0; }
.input-group-captcha .input-group-addon img { height: 34px !important; width: auto !important; }

/* Blog */
ul.social_icons { margin-left: 0; }
ul.social_icons li { display: inline-block; }

/* Gallery */
.thumbnail { height: 150px; }
.cell { background-size: cover !important; height: 100%; }

/* FAQ */
.panel-default a .panel-heading { background: #f5f5f5; }

/* Comments */
.media-list-comments .media-object { max-width: 110px; min-width:110px height: auto; }

/* Helpers */
.no-margin { margin: 0; }
.margin-xs { margin: 7px; }
.margin-sm { margin: 15px; }
.margin-md { margin: 30px; }
.no-mt { margin-top: 0; }
.mt-xs { margin-top: 7px; }
.mt-sm { margin-top: 15px; }
.mt-md { margin-top: 30px; }
.no-mb { margin-bottom: 0; }
.mb-xs { margin-bottom: 7px; }
.mb-sm { margin-bottom: 15px; }
.mb-md { margin-bottom: 30px; }
.no-ml { margin-left: 0; }
.ml-xs { margin-left: 7px; }
.ml-sm { margin-left: 15px; }
.ml-md { margin-left: 30px; }
.no-mr { margin-right: 0; }
.mr-xs { margin-right: 7px; }
.mr-sm { margin-right: 15px; }
.mr-md { margin-right: 30px; }
.no-padding { padding: 0; }
.padding-xs { padding: 7px; }
.padding-sm { padding: 15px; }
.padding-md { padding: 30px; }
.no-pt { padding-top: 0; }
.pt-xs { padding-top: 7px; }
.pt-sm { padding-top: 15px; }
.pt-md { padding-top: 30px; }
.no-pb { padding-bottom: 0; }
.pb-xs { padding-bottom: 7px; }
.pb-sm { padding-bottom: 15px; }
.pb-md { padding-bottom: 30px; }
.no-pl { padding-left: 0; }
.pl-xs { padding-left: 7px; }
.pl-sm { padding-left: 15px; }
.pl-md { padding-left: 30px; }
.no-pr { padding-right: 0; }
.pr-xs { padding-right: 7px; }
.pr-sm { padding-right: 15px; }
.pr-md { padding-right: 30px; }
.hover-only { display: none; }
.hover-only:hover, .carousel:hover .hover-only { display: block; }
.img-thumb { width: 73px; height: 60px; }

@media (max-width: 991px) {
	.hover-only { display: block; }
}

@media print {

}