/*

Theme Name: Trowbridge Angus
Theme URI: http://www.trowbridgefarms.com.com/
Description: WordPress theme for Trowbridge Angus
Version: 1
Author: Angus Media
Author URI: http://www.angus.media/

*/


/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad>* {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}

.nopad-md {
    padding: 0;
}

@media (min-width: 992px) {
    .nopad-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    overflow-y: scroll;
}

/* @endregion*/

img.pull-right {
    margin: 10px 0 10px 30px;
}

img.pull-left {
    margin: 10px 30px 10px 0;
}

@media (max-width: 640px) {
    img.pull-right {
        float: none !important;
        margin: 10px auto;
    }

    img.pull-left {
        float: none !important;
        margin: 10px auto;
    }
}



/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

@font-face {
    font-family: 'copperplate_gothicbold';
    src: url('fonts/copperplate_gothic_thirty_bc-webfont.eot');
    src: url('fonts/copperplate_gothic_thirty_bc-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/copperplate_gothic_thirty_bc-webfont.woff2') format('woff2'),
        url('fonts/copperplate_gothic_thirty_bc-webfont.woff') format('woff'),
        url('fonts/copperplate_gothic_thirty_bc-webfont.ttf') format('truetype'),
        url('fonts/copperplate_gothic_thirty_bc-webfont.svg#copperplate_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bold {
    font-weight: 700;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

/*

red: bb2424
black: 211e1e

*/

body {
    background: #bbbbbb url('images/bg.jpg') repeat-x left top;
    color: #211e1e;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'copperplate_gothicbold';
    color: #211e1e;
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 0.8;
    padding-top: 8px;
}

h1,
h2 {
    font-size: 40px
}

h3 {
    font-size: 36px;
}

a {
    color: #bb2424;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #bb2424;
    text-decoration: underline;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    z-index: 1002;
}

@media (max-width: 1200px) {
    .logo {
        position: initial;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #slider {
        margin-top: 65px;
    }
}

.page-header {
    background: linear-gradient(rgba(187, 187, 187, 0), rgba(187, 187, 187, .2), rgba(187, 187, 187, .65), rgba(187, 187, 187, 1));
    border: none;
    padding: 50px 0;
    margin: 20px 0 0 0;
}

.page-header h1 {
    font-size: 48px;
    line-height: 0.7;
    margin: 0;
    text-align: center;
}

.page-header h1::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 40px;
    top: 45%;
    background-color: #bb2424;
    margin-left: -50px;
}

.page-header h1::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 40px;
    top: 45%;
    background-color: #bb2424;
    margin-left: 10px;
}

.no-bg h1,
.no-bg h2,
.no-bg h3,
.dark-bg h2,
.dark-bg h3 {
    border-top: 3px solid #bb2424;
}

.red-bg h3 {
    border-top: 3px solid #211e1e;
}

#sale h4,
.dark-bg h4,
.no-bg h4 {
    font-size: 30px;
}

.blast-box h5 {
    font-size: 30px;
}

.blast-box {
    border-radius: 5px;
    background-color: #bb2424;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}

.blast-box:hover h4 {
    color: #fefefe
}

.blast-box h5,
.blast-box:hover,
.blast-box:focus {
    border-radius: 5px;
    background-color: #211e1e;
    color: #fff;
}

.blast a:hover,
.blast a:focus {
    text-decoration: none;
}

a.well {
    padding: 5px;
    display: block;
    background-color: #222;
    border: 2px solid #222;
    cursor: pointer
}

a.well:hover {
    border-color: #bb2424
}

footer {
    background-color: #211e1e;
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 10px;
}

footer a,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.dark-bg {
    background-color: #211e1e;
}

.dark-bg p {
    color: #fff;
    text-align: left;
}

.dark-bg h2,
.dark-bg h3,
.dark-bg h4 {
    color: #fff;
}

.dark-bg,
.no-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-bg {
    background-color: #bbb;
    padding-top: 40px;
}

.top-bg h2,
.top-bg h3 {
    margin-top: 0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel .carousel-control {
    background: none;
    border: none;
    top: -50px;
}

.carousel-control {
    color: #bb2424;
}

.carousel-indicators .active {
    background-color: #bb2424;
    width: 20px;
    height: 20px
}

.carousel-indicators li {
    border: 1px solid #bb2424;
    width: 18px;
    height: 18px;
    background-color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 80px;
    top: 48%;
}

.red-bg {
    padding: 20px 0 40px;
    background-color: #bb2424;
}

.red-bg a {
    color: #fff;
    text-decoration: none;
}

.red-bg a:hover,
.red-bg a:focus {
    color: #fff;
}

.breadcrumb {
    text-align: center;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb>li+li:before {
    content: " | ";
    color: #211e1e;
}

.copy {
    text-align: left;
}

.angus {
    text-align: right;
}

@media (max-width: 992px) {

    .copy,
    .angus {
        text-align: center;
    }
}

a.media,
div.media {
    text-decoration: none;
    width: 100%;
    table-layout: fixed;
    display: table !important;
}

.media p {
    font-size: 14px;
}

.media-body {
    position: relative;
}

h4.media-heading,
.media-heading {
    color: #fefefe;
    font-size: 1.4em
}

.media-heading-sm {
    color: #fefefe;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
}

.media-left {
    width: 15%;
    /*min-width:150px !important;*/
    /*height:100%;
	height:80px*/
}

.btn+.btn {
    margin-left: 10px;
}

.media-left>img {
    width: 100%;
    max-width: 100%;
}

.list-group {
    border-radius: 0 !important;
    margin-bottom: 0;
}

.list-group-item {
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    padding: 5px 15px;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #222;
    text-decoration: none;
}

.form-group {
    margin-bottom: 20px;
}

/*
#bottom-links form label, #bottom-links p {
    color: #fff;
} 
*/

.modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, 0.82);
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
}

modal.in .modal-bg {
    opacity: 1;
    l
}

.hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.featured img {
    width: 50%;
}

.bull-sale>.lead {
    font-size: 18px;
    font-weight: 400;
}

.bull-sale h5 {
    font-size: 30px;
}

.tbulls {
    font-family: 'copperplate_gothicbold';
    font-size: 26px;
    margin-left: 26px;
}

.tbulls::before {
    content: '';
    height: 24px;
    width: 24px;
    background: url(images/favicons/favicon-32x32.png) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: -26px;
    margin-top: 4px;
}

h5 .tbulls::before {
    margin-top: -1px;
}

.testimonials blockquote {
    border-left: none;
    padding: 10px 15px 10px 40px;
}

.testimonials div {
    position: relative;
}

.testimonials blockquote::before {
    content: '\201C';
    color: #fff;
    font-family: 'copperplate_gothicbold';
    font-size: 72px;
    position: absolute;
    top: -12px;
    left: 15px;
}

.testimonials a {
    color: #211e1e;
}

.testimonials a:hover p {
    text-decoration: underline;
}

.testimonials a:hover blockquote::before {
    color: #bb2424;
}

.testimonials cite {
    color: #fff;
}

p.reverse-lead {
    background: url(images/bg.jpg) repeat-x left top;
    background-color: rgba(186, 36, 37, 0.65);
    color: #000;
    font-family: 'copperplate_gothicbold';
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.reverse-lead::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(186, 36, 37, 0.22);
    z-index: -1;
}

hr {
    border-color: #211e1e;
}

.past-sales>div {
    margin-bottom: 40px;
}

.no-bg-shadow {
    box-shadow: 0 0 8px 1px rgba(73, 73, 73, 0.18);
}

.ai-table>tbody>tr>th,
.ai-table>tbody>tr>td {
    border: none;
}

.ai-table>tbody>tr>th {
    background-color: #bb2424;
    text-align: center;
}

.ai-table>tbody>tr>td:first-child,
.ai-table>tbody>tr>td:nth-child(2n) {
    text-align: center;
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

nav {
    z-index: 1003;
}

@media (min-width: 1200px) {
    nav {
        margin-top: 70px;
    }
}

@media (max-width: 992px) {
    nav {
        margin-top: 10px;
    }
}

.navbar-default {
    font-family: 'copperplate_gothicbold';
    font-size: 16px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav li a {
        border-radius: 5px;
        padding: 5px 10px;
        margin-right: 10px;
        width: 100px;
        text-align: center;
        height: auto;
    }
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:visited {
    background-color: #bb2424;
    color: #fff;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    background-color: #211e1e;
    color: #fff;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default {
        background-color: #bb2424;
    }

    .navbar-default .navbar-nav li {
        border-radius: 0px;
        padding: 5px 10px;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #211e1e;
    }

    .navbar-right {
        margin-right: -15px;
    }
}

.navbar-default .navbar-toggle {
    border-radius: 0px;
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #bb2424;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/

.PedAnmName {
    display: none;
}

#case {
    margin-bottom: 15px;
}

.animals>div {
    margin-bottom: 30px;
}

.animals>div img {
    margin-bottom: 8px;
}

.animal-videos {
    max-width: 560px;
    margin: 0 auto 15px;
}

.animal-videos video {
    width: 100%;
}

.divEpdTbl {
    margin-bottom: 20px;
}

.divEpdTbl caption {
    background-color: #211e1e;
    border-bottom: none;
    color: #fff;
}

.divEpdTbl thead {
    background-color: #9e9e9e;
    color: #211e1e;
}

.divEpdTbl th {
    border-color: #727071;
}

td.G2 {
    text-indent: 36px;
}

td.G3 {
    text-indent: 72px;
}

td.G4 {
    text-indent: 108px;
}

#epdtable {
    width: 100%;
}

#epdtable th,
#epdtable td {
    padding: 8px;
    text-align: center;
}

#epdtable thead {
    background-color: #211e1e;
    color: #fff;
}

#epdtable tbody {
    background-color: #f9f9f9;
}

.ai-ped-1 {
    font-size: 12px;
}

.smaller-head {
    font-size: 13px;
}

.epdhead {
    background-color: #9e9e9e;
}

/**********************************************/
/*******     Social Media Classes       *******/
/**********************************************/

.facebook {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.footer-links p {
    line-height: 25px;
}

.about img {
    float: left;
    padding: 0 15px 15px 0;
}

.about {
    font-size: 13px;
}

.glyphicon-chevron-up {
    font-size: 30px;
}

.up {
    text-align: center;
}

.up :hover {
    color: #000;
}

/**********************************************/
/*******        Gallery Classes         *******/
/**********************************************/
/* The work below, CSSBox, is released under the Creative Commons
   Attribution-SharAlike 4.0 license and is available on
   https://notabug.org/SylvieLorxu/CSSBox. You are not required to add
   additional credit to your website, just leave the above text in this file */

div.cssbox {
    display: inline-block;
}

span.cssbox_full {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, 0.82);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

span.cssbox_full img {
    position: fixed;
    background-color: white;
    margin: 0;
    padding: 0;
    max-height: 90%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 18px 0 rgba(17, 17, 17, 0.88);
}

a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
    position: fixed;
    text-decoration: none;
    visibility: hidden;
    color: white;
    font-size: 36px;
}

a.cssbox_close {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 2%;
    padding-top: 1%;
    text-align: right;
    z-index: 5;
}

a.cssbox_close::after {
    content: '\00d7';
}

a.cssbox_prev,
a.cssbox_next {
    top: 50%;
    padding: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 10;
}

a.cssbox_prev {
    left: 2%;
}

a.cssbox_next {
    right: 2%;
}

a:target~a.cssbox_close,
a:target~a.cssbox_prev,
a:target~a.cssbox_next {
    visibility: visible;
}

a:target>img.cssbox_thumb+span.cssbox_full,
a:target>div.cssbox_thumb+span.cssbox_full {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

span.cssbox_full {
    cursor: initial;
}

.cssbox a:hover,
.cssbox a:focus {
    text-decoration: none;
}

.cssbox img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cssbox img:hover {
    opacity: 0.86;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gallery {
    padding-left: 10px;
    padding-right: 10px;
}

/**********************************************/
/*******         Helper Classes         *******/
/**********************************************/

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

/**********************************************/
/*******      Media Query Classes       *******/
/**********************************************/

@media screen and (min-width: 768px) {

    .family {
        width: 50%;
    }

    .featured img {
        width: 30%;
    }

    .ai-ped-1 {
        float: right;
        font-size: 14px;
    }

    #discrip p {
        width: 75%;
    }
}

@media screen and (min-width: 992px) {

    #discrip p {
        width: 60%;
    }
}

@media screen and (max-width: 1199px) {

    .page-header {
        padding: 20px 0 40px;
        margin: 0;
    }

    .navbar {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {

    .mb-30-md {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {

    .page-header h1 {
        font-size: 40px;
    }

    .mb-20-sm {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {

    .page-header {
        padding-left: 60px;
        padding-right: 60px;
    }

    .page-header h1::before {
        left: 10px;
    }

    .page-header h1::after {
        left: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 380px) {

    .page-header {
        padding-left: 0;
        padding-right: 0;
    }

    .page-header h1::before {
        content: none;
    }

    .page-header h1::after {
        content: none;
    }
}

.epd-container iframe {
    min-height: 1150px;
}

@media(max-width: 992px) {
    .epd-container iframe {
        min-height: 1800px;
    }
}

@media(min-width: 0px) and (max-width: 991px) {
    .epd-container iframe {
        min-height: 2770px;
    }
}