@font-face {
    font-family: "League Gothic";
    src: url('/fonts/league_gothic-webfont-webfont.eot');
    src: url('/fonts/league_gothic-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/league_gothic-webfont-webfont.woff') format('woff'),
         url('/fonts/league_gothic-webfont-webfont.ttf') format('truetype'),
         url('/fonts/league_gothic-webfont-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.loading-dialog{
    position:absolute; 
    left:0px; 
    right:0px; 
    top:0px; 
    bottom:0px; 
    margin:auto; 
    width:400px; 
    height:300px; 
}

.img-responsive{
    width: 100%;
}

hr{
    border-top:1px solid black;
}

body{
    padding-top:125px;
    color:#666;
}

h1,h2,h3,h4,h5,h6 {
    padding-bottom: 10px;
    color:#333;
    font-weight:500;
    line-height:1em;
}

.scroll{
    min-height:500px;
}

.members-selling{
    font-family:georgia;
    font-style:italic;
    font-weight:bold;
}

.navbar-agrimo{
    border:none;
    background-color:#3D5D2D;
    height:46px !important;
}

#header-logo{
    max-width:120px;
/*    width:306px;*/
    display:inline-block;
}

#header-logo-large{
    width:306px;
    display:inline-block;
}

.products-header{
    margin-top:50px;
}
.products-header h2{
    font-weight: 700;
    color:#496326;
    text-align:center;
}

.products-subheading{
    color:#444444 !important;
    font-family: 'Georgia', Georgia, "Times New Roman", serif;
    font-style:italic;
    font-size:16px;
}

.landing-under-header{
    color:#ffffff !important;
    padding:50px 0;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
    margin-top:-79px;
}
.landing-under-header-index{
    background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/home_bg_img4.jpg);
}
.landing-under-header-beef{
    background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/cowboy-family-large.jpg);
}

.landing-under-header-h1{
    font-family:'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight:bold;
    font-size:65px;
    color:#ffffff !important;
}
.landing-under-header-text{
    font-family:'Georgia', Georgia, "Times New Roman", serif;
    font-style:italic;
    font-size:18px;
    color:#ffffff !important;
}
.landing-under-header-content{
    width:80%;
    max-width:800px;
    margin:20px auto;
    padding:10px;
    text-align:center;
}

.logo_container{
    z-index:2;
    text-align:center;
    position:initial;
    transition:all .4s ease-in-out;
}


.ag-product-livestock{
    margin:10px;
    width:170px;
    height:215px;
    display:inline-block;
    text-align:center;
    background-image:linear-gradient(
      rgba(66, 57, 50, 0.6),
      rgba(66, 57, 50, 0.6)
    ),
    url(/images/livestock.jpg);
    background-size:cover;
}
.ag-product-livestock:hover{
    background:url('/images/livestock.jpg') !important;
}

.ag-product-dairy{
    margin:10px;
    width:170px;
    height:215px;
    display:inline-block;
    text-align:center;
    background-image:linear-gradient(
      rgba(66, 57, 50, 0.6),
      rgba(66, 57, 50, 0.6)
    ),
    url(/images/dairy.jpg);
    background-size:cover;
}
.ag-product-dairy:hover{
    background:url('/images/dairy.jpg') !important;
}

.ag-product-fresh-produce{
    margin:10px;
    width:170px;
    height:215px;
    display:inline-block;
    text-align:center;
    background-image:linear-gradient(
      rgba(66, 57, 50, 0.6),
      rgba(66, 57, 50, 0.6)
    ),
    url(/images/fresh_produce.jpg);
    background-size:cover;
}
.ag-product-fresh-produce:hover{
    background:url('/images/fresh_produce.jpg') !important;
}

.ag-product-agritourism{
    margin:10px;
    width:170px;
    height:215px;
    display:inline-block;
    text-align:center;
    background-image:linear-gradient(
      rgba(66, 57, 50, 0.6),
      rgba(66, 57, 50, 0.6)
    ),
    url(/images/agritourism.jpg);
    background-size:cover;
}
.ag-product-agritourism:hover{
    background:url('/images/agritourism.jpg') !important;
}

.ag-product-more-information{
    margin:10px;
    width:170px;
    height:215px;
    text-align:center;
    display:inline-block;
    background-image:linear-gradient(
      rgba(66, 57, 50, 0.6),
      rgba(66, 57, 50, 0.6)
    ),
    url(/images/more_info.jpg);
    background-size:cover;
}
.ag-product-more-information:hover{
    background:url('/images/more_info.jpg') !important;
}

.btn-ag-1{
    color:#ffffff !important;
    background:#496326;
    border-color:#666666;
    letter-spacing:0px;
    font-size:20px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    border-radius:0px;
}
.btn-ag-1:hover, .btn-ag-1:focus{
    background-color:#526F2B !important;
    color:#ffffff !important;
}


.landing-content-region{
    margin-top:50px;
}

.link-tight{
    display:inline-block;
}

.footer-bottom{
    background-color:#302a25;
    padding:15px 0 5px;
}

ul.social-icons{
    float:none;
    text-align:center;
    list-style:none;
}
.social-icons li a{
    margin-right:30px;
    margin-left:30px;
    display:inline-block;
    color:white;
    transition:color .4s ease-in-out;
}
.social-icons li a:hover{
    color:#BEBCBA;
    transition:color .4s ease-in-out;
}

.subfooter{
    background-color:#423932;
/*    text-align:center;*/
    padding-bottom:20px;
    margin-top:50px;
}
.subfooter label{
    color:white;
}
.subfooter h1{
    font-family:'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight:bold;
    color:#ffffff !important;
    line-height:1.5em;
}
.subfooter input[type="text"]{
    font-family: 'Georgia', 'Georgia', "Times New Roman", serif;
    font-style:italic;
    color:#423932 !important;
    border-radius:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px; 
    margin-bottom: 30px;
    padding: 0 20px;
}
.subfooter button[type="submit"]{
    background:none;
    color:white;
    border:1px solid white;
    border-radius:3px;
    height:50px;
    font-family:"Open Sans", Arial, sans-serif !important;
    font-size:20px;
    font-weight:400;
}
.subfooter button[type="submit"]:hover{
    background:#302a25;
    color:white;
    border:1px solid white;
    border-radius:3px;
    height:50px;
    font-family:"Open Sans", Arial, sans-serif !important;
    font-size:20px;
    font-weight:400;
}


.subpage-content{
    padding-top:50px;
}

.subpage-content ol{
    padding: 0 0 23px;
    line-height: 26px;
    list-style-position: inside;
    list-style-type: decimal;
/*    list-style:none;*/
}
.subpage-content ul{
    padding: 0 0 23px 16px;
    line-height: 26px;
    list-style-type: disc;
}

.results-well-odd a, .results-well-even a{
    font-size:20px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    color:white;
    font-weight:bold;
}

.results-well-odd a:hover, .results-well-even a:hover{
/*    text-decoration:none;*/
    font-style:italic;
}

.hometown{
    font-family:georgia;
    color:white;
    font-style:italic;
    font-size:18px;
}
.distance{
    font-family:georgia;
    color:white;
    font-style:italic;
    font-size:14px;
}


.results-well-odd{
    background-color:#21241E;
}
.results-well-even{
/*    background-color:#496326;*/
    background-color:#3D5D2D;
}


.img-button-1{
    max-height:100px;
    margin-bottom:20px;
}

#profile-contact-table{
    
}

#profile-contact-table-container .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #3D5D2D !important;
}


.navbar-agrimo a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}
.navbar-agrimo a:hover {
    text-decoration:underline !important;
}

#header-logo-small-container a {
    top: -40px;
}

#header-logo-large-container a {
    top: 0px;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

/* XS */
@media (max-width: 767px) {
    #navbar-container{
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }

    .landing-under-header-h1{
        font-size:45px;
    }
    .products-header h2{
        font-size: 45px;
    }
    .product-button-ftf{
        width:50%;
    }
    
    .subfooter h1{
        font-size:20px;
    }
    
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    #navbar-container{
        margin-left:15px !important;
        margin-right:15px !important;
    }
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
    
    .landing-under-header-h1{
        font-size:45px;
    }
    .products-header h2{
        font-size: 45px;
    }
    
    .subfooter h1{
        font-size:24px;
    }

}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    #navbar-container{
        margin-left:100px !important;
        margin-right:100px !important;
    }
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
    
    .landing-under-header-h1{
        font-size:65px;
    }
    .products-header h2{
        font-size: 55px;
    }
    
    .subfooter h1{
        font-size:38px;
    }

}
/* LG */
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    
    .landing-under-header-h1{
        font-size:65px;
    }
    .products-header h2{
        font-size: 55px;
    }
    
    .subfooter h1{
        font-size:38px;
    }

}