/*
Name: 			theme.css
Written by: 	DRD
Version: 		1.0
*/
body {
	background-color: white;
	color: #656565;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 300;
	line-height: 22px;
	margin: 0;
}

/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}
/*Links*/
a {
	color: #656565;
}

a:active {
	color: #656565;
    font-weight: bold;
}
a:hover {
	color: #ffcc33;
}
/* Headings */
h1, h2, h3, h4, h5, h6, h7 {
    font-family: Times, "Times New Roman", Georgia;
	color: #323232;
	letter-spacing: 1px;
	margin: 0;    
    padding-bottom: 10px;
}

/*@media only screen and (min-width: 400px) {
    h1,h2,h3,h4{
        font-size: 32px;
        line-height: 40px;
    }
}*/

@media only screen and (min-width: 960px) {
    h1,h2,h3,h4{
        font-size: 52px;
        line-height: 60px;
    }
}



.mShow{
    display: block;
}

@media only screen and (min-width: 960px){
    .mShow{
        display: none;
    }
}

.dShow{
    display: none;
}

@media only screen and (min-width: 960px){
    .dShow{
        display: block;
    }
}

/* Paragraphs & Font */
p {
    font-family: 'Roboto', sans-serif;
	color: #656565;
    font-size: 18px;
	line-height: 30px;
	text-align: left;
    font-weight: 300;
    padding-bottom: 10px;
}
.italic{
    font-style: italic;
}
.F12{
    font-size: 12px;
}
.F18{
    font-size: 18px;
}
.F20{
    font-size: 20px;
}
.F21{
    font-size: 21px;
}
@media (max-width: 479px) {
   .F21{
    font-size: 16px;
}
}
.F36{
    font-size: 36px;
}
@media (max-width: 479px) {
   .F36{
    font-size: 26px;
}
}
.FW{
    color: #ffffff;
}
.FG{
    color: #a3a60f;
}
.TFL{
    text-align: left;
}

/*Padding & Floats*/
.PB10 {
    padding-bottom: 10px;
}
.P5 {
    padding: 5px;
}
.PT10 {
    padding-top: 10px;
}
.PT20 {
    padding-top: 20px;
}
.PT30 {
    padding-top: 30px;
}
.PT35 {
    padding-top: 35px;
}
.PT50 {
    padding-top: 50px;
}
.PT75 {
    padding-top: 75px;
}
.PB20 {
    padding-bottom: 20px;
}
.PB50 {
    padding-bottom: 50px;
}
.PL40{
    padding-left: 40px;
}
.FL-UL {
    display: inline-block;
    float: left;
}
.PL{
    padding-left: 90px;
}
.PT80L150{
    padding: 80px 0px 0px 150px;
}
@media (max-width: 479px) {
    .PT80L150 {
        padding: 40px 0px 0px 15px;
    }
}
.PT1150{
    padding: 115px 0px 0px 0px;
}
@media (max-width: 479px) {
    .PT1150 {
        padding: 40px 0px 0px 15px;
    }
}

.ImagePT50{
    padding-top: 25px;
}
@media only screen and (min-width: 960px) {
    .ImagePT50{
        padding-top: 50px;
    }
}
.divider{
    display: inline-block;
    width: 100%;
    height: 20px;
    border-top: solid 2px #a2a2a2;
}

.nonSUL{
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.nonSUL li{
    float: left;
    text-align: left;
    padding: 20px 20px 20px 0px;
}
.ContentPT75PB50{
    padding-top: 75px;
    padding-bottom: 50px;
}
.ContentPB50{
    padding-bottom: 50px;
}

    .ContentPL {
        padding-top: 20px;
    }

@media only screen and (min-width: 960px) {
    .ContentPL {
        padding-top: 0px;
        padding-left: 50px !important;
    }
}
.IMG-center{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.quote{
    font-size: 26px;
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    font-style: italic; 
    font-family: Times, "Times New Roman", Georgia;
	color: #323232;
	letter-spacing: 1px;   
}

/* Header */
#header {
	background:  #000000;
	clear: both;
	min-height: 67px;
}
@media only screen and (min-width: 960px) {
    #header {
	    height: 67px;
    }
}
#header > .container {
	position: relative;
	max-width: 1560px;
}

#header > .navbar-collapse > .container {
	position: relative;
}

#header nav {
	float: right;
    margin-top: 10px;
}

#header nav ul.nav-main {
}

#header nav ul.nav-main > li + li {

}

#header nav ul.nav-main li a {
	font-size: 14px;
	font-style: normal;
    color: #ffffff;
	line-height: 28px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}
#header nav ul.nav-main li a:hover{
     text-decoration: none;
     font-weight: bold;
}
#header .nav-main-collapse {
	overflow-y: visible;
    position: relative;
    top: 0px;
    z-index: 9999;
    padding:0;
}

#header .nav-main-collapse.in {
	overflow-y: visible;
}

/* Logo */
#header .logo {
    float: left;
	margin: 0;
	padding: 5px 0;
    width: 100%;
    max-width: 260px;
	vertical-align: middle;
	height: 100%;
	color: transparent;
    z-index: 9997;
    margin-top: 20px;
}


#header .logo a {
	position: relative;
	z-index: 1;
}

#header .logo img {
	position: relative;
	color: transparent;
    z-index: 9999;
}

/* Header Container */
.header-container {
	min-height: 76px;
	position: relative;
}

/* Responsive Nav Button */
.btn-responsive-nav {
	display: none;
}


/* Responsive */
@media (max-width: 991px) {
  /* Header */
	#header {
		clear: both;
	}

	#header > .container {
		margin-bottom: 0;
	}
    #header .logo{
        max-width: 190px;

    }
	#header .nav-collapse {
		width: 100%;
		clear: both;
		width: 100%;
	}

	#header .nav-collapse .container .nav-main {
		float: left;
		width: 100%;
	}

	#header .nav-main-collapse {
		top: 0px;
		position: relative;
		max-height: none;
		width: 100%;        
		overflow: hidden;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	#header .nav-main-collapse.collapse {
		display: none !important;
	}

	#header .nav-main-collapse.in {
		width: 100%;
		overflow: hidden;
		overflow-y: hidden;
		overflow-x: hidden;
		display: block !important;
	}

	#header .nav-main {
		padding: 10px 0;
		clear: both;
		display: block;
		float: none;
		width: 100%;
	}

	#header .nav-main ul {
		padding: 0;
		margin: 0;
	}

	#header .nav-main ul li {
		padding: 0;
		margin: 0;
		clear: both;
		float: none;
		display: block;
		border-bottom: 1px solid #ffcc33;
	}

	#header .nav-main ul li:last-child {
		border-bottom: none;
	}

	#header .nav-main ul ul {
		margin-left: 20px !important;
	}

	#header .nav-main ul.nav-main {
		float: none;
		position: static;
		margin: 8px 0;
		/*margin-right: -10px;*/

	}

	#header nav ul.nav-main > li + li {
		margin-left: 0;
	}

	#header nav ul.nav-main li a {
		clear: both;
		float: none;
		display: block;
		padding: 9px 8px !important;
		border: 0;
		border-top: 0;
		margin: 0;
	}


  /* Responsive Button Nav */
	.btn-responsive-nav {
		background: #ffcc33;
		top: 15px;
		display: block;
		position: absolute;
		right: 20px;
		color: #ffffff;
		z-index: 1;
	}

	.btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
		color: #CCC;
		outline: none;
	}

  /* Logo */
	#header h1.logo img {
		max-width: 180px;
		max-height: none !important;
		height: auto !important;
	}
}



@media (max-width: 767px) {
  /* Header */
	#header {
		display: block;
	}

	#header > .container {
		width: 100%;
	}

    #header .nav-main-collapse {
		left:10px;
		
	}

  /* Responsive Button Nav */
	.btn-responsive-nav {
		top: 25px;
	}

}

@media only screen and (min-width: 960px) {
    #header .logo{
        position: absolute;
        top: 0px;
        width: 259px;
        max-width: 100%;
    }
}

.BorderSolid{
    border: solid 1px #ffcc33;
}

.wft{
    color: #ffffff;
}

.cIMG a {
    display: inline-block;
    height: 150px;
}

.cIMG a img {
    display: inline-block;
    vertical-align: middle;
}

.mSpaceing{
    padding-top: 30px;
}

@media only screen and (min-width: 960px) {
    .mSpaceing{
        padding-top: 0px;
    }
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}


.Wood{
    border-top: solid 2px #cecccb;
}

    .Wood {
        background: url("../images/backgrounds/wood-l-bg-m.jpg") no-repeat;
        width: 100%;
        background-position: top center;
        padding-bottom: 100px;
    }

@media only screen and (min-width: 600px){
    .Wood {
        background: url("../images/backgrounds/wood-l-bg-t.jpg") no-repeat;
        background-position: top center;
        width: 100%;
        padding-bottom: 100px;
    }
}


/* ipad landscape ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

   .Wood {
        /*background: url("../images/backgrounds/wood-bg-xl-p.jpg") 0 no-repeat inherit;
        background-position: top center;
        width: 1024px;
        max-width: 100%;
        height: 360px;*/
        border: solid green;
        background-color: #000000;
    }
}



@media only screen and (min-width: 960px) {
    .Wood {
        background: url("../images/backgrounds/wood-bg-xl-p.jpg") 50% 0 no-repeat fixed;
        width: 1200px;
        max-width: 100%;
        height: 360px;
       	margin: 0 auto;
	    overflow: hidden;
    }

}

@media only screen and (min-width: 1200px) {
    .Wood {
        background: url("../images/backgrounds/wood-bg-xxxl-p.jpg") no-repeat fixed 50%;
        width: 1775px;
        height: 375px;
    }
}

@media only screen and (min-width: 1824px) {
    .Wood {
        width: 1920px;        
        height: 379px;
        background-position: center;
    }
}


@media only screen and (min-width: 2400px){
   .Wood {
       width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}

.Wood .content{
    padding-top: 20px;
}

.WoodLarge{
    padding-top: 20px;
    background-image: url("../images/backgrounds/wood-l-bg-m.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: inherit;
    width: 100%;
    height: 1334px;
}

@media only screen and (min-width: 960px) {
    .WoodLarge {
        background: url("../images/backgrounds/wood-bg-xl-p.jpg") 50% 0 no-repeat fixed;
        width: 1200px;
        max-width: 100%;
        height: 481px;
       	margin: 0 auto;
	    overflow: hidden;
    }

   .WoodLargeContent{
        margin-top: 50px!important;
    }

}

@media only screen and (min-width: 1200px) {
    .WoodLarge {
        background: url("../images/backgrounds/wood-bg-xxxl-p.jpg") no-repeat fixed 50%;
        width: 1775px;
        height: 731px;
    }

}

@media only screen and (min-width: 1824px) {
    .WoodLarge {
        width: 1920px;        
        height: 750px;
        background-position: center;
    }


}

@media only screen and (min-width: 2400px) {
    .WoodLarge {
           width: 100%;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
    }
}

.WoodLarge .content{
    padding-top: 20px;
}


.WoodLargeshort{
    padding-top: 20px;
    background-image: url("../images/backgrounds/wood-l-bg-m.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: inherit;
    width: 100%;
    height: 800px;
}

/* mobile small (iphone 3/4/5) ----------- */
@media only screen and (max-width : 320px)  {
    .WoodLargeshort{
        height: 900px;
    }
}

@media only screen and (min-width : 600px) {
   .WoodLargeshort{
        height: 500px;
    }
}

@media only screen and (min-width: 960px) {
    .WoodLargeshort {
        background: url("../images/backgrounds/wood-bg-xl-p.jpg") 50% 0 no-repeat fixed;
        width: 1200px;
        max-width: 100%;
        height: 360px;
       	margin: 0 auto;
	    overflow: hidden;
        height: 450px;
    }


}

@media only screen and (min-width: 1200px) {
    .WoodLargeshort {
        background: url("../images/backgrounds/wood-bg-xxxl-p.jpg") no-repeat fixed 50%;
        width: 1775px;
        height: 500px;
    }
}

@media only screen and (min-width: 1824px) {
    .WoodLargeshort {
        width: 1920px;        
        height: 379px;
        background-position: center;
        height: 485px;
    }
}

@media only screen and (min-width: 1900px) {
    .WoodLargeshort {
       width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}

.WoodLargeshort .content{
    padding-top: 20px;
}

.ImageRow1{
    padding-top: 20px;
    background-image: url("../images/backgrounds/imagerow-bg-m.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: inherit;
    width: 100%;
    height: 720px;
}
/* small displays ----------- */
@media only screen and (min-width : 600px)  {
    .ImageRow1{
        background-image: url("../images/backgrounds/imagerow-bg-sd.jpg");        
        height: 1430px;
    } 	
}

@media only screen and (min-width: 960px) {
    .ImageRow1 {
        padding-top: 75px;
        background-image: url("../images/backgrounds/imagerow-bg-xl.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: inherit;  
        background-size: initial;     
        width: 100%;
        height: 246px;
        /*border: solid green;*/
    }
}

@media only screen and (min-width: 1200px) {
    .ImageRow1 {
        background-image: url("../images/backgrounds/imagerow-bg-xxl.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: inherit;         
        width: 100%;
        height: 374px;
        /*border: solid orange;*/
    }
}

@media only screen and (min-width: 1824px) {
    .ImageRow1 {
      background-image: url("../images/backgrounds/imagerow-bg-xxl2.jpg");
      height: 400px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}



.legacy{
    padding-top: 10px;
    background-image: url("../images/backgrounds/legacy-bg-m.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: inherit;
    width: 100%;
    height: 1700px;
}

    .legacy .legacyContent{
        margin-top: 60px;
    }

@media only screen and (min-width : 600px) {
    .legacy{
        height: 900px;
    }
}

@media only screen and (min-width: 960px) {
    .legacy {
        padding-top: 10px;
        background: url("../images/backgrounds/legacy-bg-xl-p.jpg") 50% 0 no-repeat fixed;
        width: 1200px;
        max-width: 100%;
        height: 750px;
       	margin: 0 auto;
	    overflow: hidden;
        /*border: solid blue 4px;*/
    }
}

@media only screen and (min-width: 1200px) {
    .legacy {
        padding-top: 30px;
        background: url("../images/backgrounds/legacy-bg-xxxl-p.jpg") no-repeat fixed 50%;
        width: 1775px;
        max-width: 100%;
        height: 975px;
        /*border: solid green 4px;*/
    }

}

@media only screen and (min-width: 1824px) {
    .legacy {
        width: 2400px;
        max-width: 100%;        
        height: 1000px;
        background-position: center;
        /*border: solid red 4px;*/
    }

    .legacy .legacyContent{
        margin-top: 150px;
    }
}


@media only screen and (min-width: 2400px) {
    .legacy {
        background: url("../images/backgrounds/legacy-bg-xxxl-p.jpg") no-repeat fixed 50%;
       width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 1408px;
     /*border: solid orange 4px;*/
    }

    .legacy .legacyContent{
        margin-top: 250px;
    }
}


.CattleField{
    padding-top: 20px;
    background-image: url("../images/backgrounds/cattle-field-bg-m.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: inherit;
    width: 100%;
    height: 1400px;
}

@media only screen and (min-width: 960px) {
    .CattleField {
        background: url("../images/backgrounds/cattle-field-bg-xl-p.jpg") 50% 0 no-repeat fixed;
        width: 1200px;
        max-width: 100%;
        height:  1000px;
        margin: 0 auto;
	    overflow: hidden;
        /*border: solid blue 4px;*/
    }

    .CattleFieldcontent{
        margin-top: 75px;
    }
}

@media only screen and (min-width: 1200px) {
    .CattleField {
        background: url("../images/backgrounds/cattle-field-bg-xxxl-p.jpg") 50% 0 no-repeat fixed;
        width: 1775px;
        height:  1050px;
        /*border: solid green 4px;*/
    }
}

@media only screen and (min-width: 1824px) {
    .CattleField {
        width: 2250px;
        height:  1000px;
        background-position: center;
        /*border: solid red 4px;*/
    }
}

@media only screen and (min-width: 2400px) {
    .CattleField {
       width: 100%;
       height:  1400px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      /*border: solid orange 4px;*/
    }

    .CattleFieldcontent{
        margin-top: 250px!important;
    }
}

.CattleField .content{
    padding-top: 20px;
}

.productsheader{
    padding: 0px;
    border-top: solid #000000;
    background-image: url("../images/headers/our-products-m.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: inherit;
    width: 100%;
    height: 39px;
}


.productsheader .heading{
    font-size: 16px;
    margin-top: 10px;
}

@media only screen and (min-width: 400px) {
    .productsheader{
        padding: 0px;
        border-top: solid #000000;
        background-image: url("../images/headers/our-products-l.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: inherit;
        width: 100%;
        height: 94px;
    }

    .productsheader .heading{
        font-size: 26px;
        margin-top: 20px;
    }
}


@media only screen and (min-width: 960px) {
    .productsheader {
        background-image: url("../images/headers/our-products-xl.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: inherit;
        width: 100%;
        height: 100px;
    }

    .productsheader h1{
        text-align: center;
    }

    .productsheader .heading{
        font-size: 52px;
        line-height: 60px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .productsheader {
        background-image: url("../images/headers/our-products-xxl.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: inherit;
        width: 100%;
        height: 179px;
    }

    .productsheader .heading{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1824px) {
    .productsheader {
        background-image: url("../images/headers/our-products-xxxl.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: inherit;
        width: 100%;
        height: 251px;
    }

    .productsheader .heading{
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1824px) {
   .productsheader {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}




/* #Footer */
footer{
    padding-top: 50px;
}
#footer {
	background: #000000;
	border-top: 2px solid #000000;
	font-size: 14px;
	position: relative;
	clear: both;
    color: #a2a2a2;
    padding: 25px 0px 25px 0px;
}
#footer a{
    color: #a2a2a2;
    font-size: 14px;
}
#footer a:hover{    
    color: #a2a2a2;
    text-decoration: underline;
}

.SidetoSide{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.SidetoSide li{
    float: left;
}
.SidetoSide li:first-child{
    width: 15%;
    padding-top: 10px;
}
.SidetoSide li:last-child{
    width: 85%;
}

.SidetoSide2{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.SidetoSide2 li{
    float: left;
}
.SidetoSide2 li:first-child{
    width: 20%;
    padding-top: 10px;
}
.SidetoSide2 li:last-child{
    width: 80%;
    padding-top: 10px;
}

.SidetoSide3{
    display: inline-block;
    width: 100%;
    list-style: none;
}
.SidetoSide3 li{
    float: left;
}
.SidetoSide3 li:first-child{
    width: 20%;
    padding-top: 10px;
}
.SidetoSide3 li:last-child{
    width: 80%;
    padding-top: 10px;
}

.SidetoSide4{
    display: inline-block;
    width: 100%;
    list-style: none;
}
.SidetoSide4 li{
    float: left;
}

.SULnoStyle{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}

.SULnoStyle li{
    padding: 2px 0px 2px 0px;
}

.SULnoStyle li:first-child{
    font-weight: bold;
    padding-bottom: 5px;
}

.ContactForm{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}

.ContactForm li{
    padding-bottom: 10px;
}

.ContactForm li:last-child{

}

.ContactForm li .subForm{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}

.ContactForm li .subForm li{
    float: left;
    width: 50%;
}

.ContactForm li .subForm li:first-child{
  padding-right: 10px;
}

.ContactForm li .subForm li:last-child{
  padding-left: 10px;
}

.ContactForm input[type="text"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"]{
    width: 100%;
    padding:5px;
    border: solid 2px #f5f5f5;
    color: #666666;
}

.ContactForm textarea{
    width: 100%;
    height: 263px;
    padding:5px;
    border: solid 2px #f5f5f5;
    color: #666666;
}

#footer #SocialIcons{
    padding-top: 10px;
}

#footer #SocialIcons a{
    border: 0px;
}

#footer #SocialIcons a:hover{
    border: 0px;
}

/* Miscellaneous */
body a {
	outline: none !important;
}

.BTG{
    border-top: solid 2px #292929;
}

/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}

html .scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

html .scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

html.ie11 .scroll-to-top {
	right: 25px;
}


#map {
    height: 300px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

#premiumangusbeef ul li{
    padding-bottom: 8px;
}
#premiumangusbeef ul li:last-child{
    padding-bottom: 20px;
}

#premiumangusbeef .container{
    margin-top: 30px;
}

@media only screen and (min-width: 960px) {
    #premiumangusbeef .container{
        margin-top: 0px;
    }
}

#naturalangusbeef ul li{
    padding-bottom: 8px;
}

.IconProduct{
    display: inline-block;
    text-align: left;
    min-height: 110px;
}

.BBGm{
    border-bottom: solid 2px #eaeaea;
}
.BBG{
    border-bottom: solid 2px #eaeaea;
}
    .BRGS {
        border-bottom: solid 2px #eaeaea;
    }
@media only screen and (min-width: 960px) {
    .BRGS1 {
        border-right: solid 2px #eaeaea;
    }

    .BRGS {
        border-right: solid 2px #eaeaea;
        border-bottom: 0;
    }
}

@media only screen and (min-width: 1824px) {
    #organicbeef .container{
        margin-top: 125px;
    }
}

/*IMPORTANT 5 Element Grid*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.h125{
    height: 125px!important;
}

.h125 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.h150{
    height: 150px!important;
}

.h150 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media only screen and (min-width: 960px) {
    .VHImage {
        height: 125px !important;
        margin-right: 15px !important;
    }

    .VHImage img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .VHImage2{
        display: inline-block;
        width: 100%;
        position: relative;

    }

    .VHImage2 img {
       margin: 0 auto;
    }

}




/*Same Height Col*/

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row .col-md-4,
    .is-table-row .col-md-8 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}