/*-----------------------------------------------------------------------------------
	    gf94
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-t-edge{
	background: top no-repeat;
}
.bg-br-edge{
	background: bottom right no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.menu-font{
	font-family:"Open Sans Condensed";
	color:#000000!important;
	letter-spacing:3px;
	font-weight:300;
}
.menu-font:hover{
	font-family:"Droid Serif";
	color:#000000!important;
	font-weight:bold;
}
.features-title{
	color:#FFFFFF!important;
	margin-right:180px;
	padding-bottom:0px;
}
.feature-title-dam{
	padding-right:269px;
	color:#FEFFFE!important;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}
.feature-title-pasture{
	color:#FFFFFF!important;
	margin-top:0px;
	padding-right:0px;
	margin-right:0px;
	padding-top:0px;
}
.read-more-text-span{
	font-size:12px;
	color:#808000!important;
	font-family:"Droid Serif";
	font-style:italic;
}
.readmore-text-span-white{
	font-family:"Droid Serif";
	font-size:16px;
	line-height:20px;
	color:#FFFFFF!important;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}
.picture-frame{
	border-style:solid;
	border-color:#4C4C4C;
	border-width:3px 3px 3px 3px;
}
.bloc-1-p{
	font-size: 16px;
	line-height: 22px;
}
.link-style{
	width:76.84%;
}
.navbar-nav-il-a{
	font-family:"PT Sans";
	font-weight:lighter;
	font-size:20px;
	text-decoration:none;
}
.h1-style{
	font-size:60px;
	font-family:Lato;
	font-weight:400;
	margin-bottom:-3px;
	margin-top:2px;
}
.h1-2-style{
	margin-top:-81px;
	margin-bottom:14px;
}
.h2-bloc-2-style{
	font-family:"Cookie|Dancing Script|Great Vibes|Kaushan Script|Marck Script|Pacifico|Sacramento|Satisfy|Tangerine";
	margin-bottom:3px;
	margin-top:1px;
}
.img-may-5-style{
	width:244px;
}
.img-bloc-17-style{
	width:310px;
}
.column-padding{
	padding-bottom:20px;
}
.left-column{
	border-style:solid;
	border-color:#D4FB78!important;
	border-width:0px 3px 0px 0px;
}
.right-column-copy-1{
	border-style:solid;
	border-color:#D4FB78!important;
	border-width:0px 0px 0px 3px;
}
.img-90-style{
	width:218px;
}
.img-20-style{
	width:264px;
}
.img-pear-style{
	width:293px;
}
.img-35-style{
	width:104px;
}
.img-snap-5x7-h6-style{
	width:112px;
}
.img-titus-ridge-80-style{
	width:119px;
}
.img-lucius-style{
	width:310px;
}
.img-rupert-3-2016-style{
	width:90px;
}
.img-42-style{
	width:117px;
}
.img-44-style{
	width:110px;
}
.img-47-style{
	width:110px;
}
.img-moll-style{
	width:111px;
}
.img-donalds-edify-style{
	width:119px;
}
.img-51-style{
	width:120px;
}
.bloc-margin-top{
	margin-top:-3px;
}
.siredam-image{
	width:126px;
	background-size:126px auto;
	height:90px;
	background-repeat:no-repeat;
}
.img-terrific-819-style{
	width:206px;
}
.p-style{
	font-family:Lato;
	font-weight:400;
	background-image:url("img/rudy-7718-h665.jpg");
	width:70.78%;
}
.paragraph-move-down{
	padding-top:40px;
	padding-left:43px;
}
.h2-style{
	opacity:1.0;
}
.img-max-5-style{
	width:206px;
}
.img-6883-style{
	width:301px;
}
.container-div-style{
	height:57px;
}
.container-div-0-style{
	height:57px;
}
.h4-12-style{
	font-size:23px;
	width:100%;
}
.header-text-for-sale{
	color:#FEFFFE!important;
	font-family:"Arvo";
	padding:0px 0px 212px 0px;
	margin-left:70px;
}
.form-style{
	width:74.55%;
}
.btn-style{
	width:56.7%;
	margin-top:15px;
	border-radius:22px 22px 22px 22px;
}
.container-div-bloc-45-style{
	width:100%;
}
.img-margin-bottom{
	margin-bottom:-2px;
}
.h1-3-style{
	font-size:60px;
	line-height:72px;
	margin-top:-365px;
}
label{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.container-div-margin-bottom{
	margin-bottom:9px;
}
.bloc-2-h2{
	margin-top:143px;
}
.navbar-brand img{
	width:200px;
	height:200px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-asparagus{
	background-color:#909D54;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-medium-spring-bud{
	background-color:#CFD88D;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-outer-space{
	color:#47454A!important;
}
.tc-olive-drab-7{
	color:#343609!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-deep-saffron{
	color:#FF8C34!important;
}

/* Button colour styles */

.btn-asparagus{
	background:#909D54;
	color:#FFFFFF!important;
}
.btn-asparagus:hover{
	background:#737e43!important;
	color:#FFFFFF!important;
}
.btn-medium-spring-bud{
	background:#CFD88D;
	color:rgba(0,0,0,.5)!important;
}
.btn-medium-spring-bud:hover{
	background:#a6ad71!important;
	color:rgba(0,0,0,.5)!important;
}

/* Icon colour styles */

.icon-medium-spring-bud{
	color:#CFD88D!important;
	border-color:#CFD88D!important;
}
.icon-asparagus{
	color:#909D54!important;
	border-color:#909D54!important;
}

/* Bloc image backgrounds */

.bg-Jake-with-taz-5x7{
	background-image:url("img/Jake-with-taz-5x7.jpg");
}
.bg-cows-in-line-feature-5x7{
	background-image:url("img/cows-in-line-feature-5x7.jpg");
}
.bg-Morning-sanke-flare-long-h800-web{
	background-image:url("img/Morning-sanke-flare-long-h800-web.jpg");
}
.bg-Terrific-and-Pearl-for-feature{
	background-image:url("img/Terrific-and-Pearl-for-feature.jpg");
}
.bg-edenlukepearl-5x7{
	background-image:url("img/edenlukepearl-5x7.jpg");
}
.bg-cows-in-line-header{
	background-image:url("img/cows-in-line-header.jpg");
}
.bg-Jake-20leading-20curve-edited-1{
	background-image:url("img/Jake%20leading%20curve_edited-1.jpg");
}
.bg-Titus-ridge-800c{
	background-image:url("img/Titus-ridge-800c.jpg");
}
.bg-herd-sanke-h800-web{
	background-image:url("img/herd-sanke-h800-web.jpg");
}
.bg-Taz-and-Amethyst-nose-W800-web{
	background-image:url("img/Taz-and-Amethyst-nose-W800-web.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.menu-font{
		margin-right:0px;
		font-size:15px;
		padding-left:0px;
	}
	.link-style{
		width:100%;
		margin-top:4px;
		margin-left:8px;
	}
	.link-for-sale-style{
		width:28.57%;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:3px;
	}
	.link-home-style{
		width:57.35%;
		padding-top:16px;
		padding-bottom:16px;
		margin-top:-4px;
	}
	.link-our-herd--style{
		width:68.93%;
		margin-top:4px;
	}
	.link-articles-style{
		width:65.93%;
		padding-top:16px;
		padding-bottom:16px;
		margin-top:-4px;
		margin-left:-14px;
	}
	.column-padding{
		padding-bottom:40px;
	}
	.img-90-style{
		width:217px;
	}
	.bloc-29-p{
		line-height: 22px;
	}
	.img-44-style{
		width:126px;
	}
	.bloc-group-text-vc{
		margin-top:0%;
	}
	.bloc-16-h1{
		font-size: 58px;
		line-height: 50px;
	}
	.bloc-18-h2{
		font-size: 26.000001907348633px;
		line-height: 32px;
	}
	.img-34-style{
		width:627px;
	}
	.bloc-26-h2{
		font-size: 32px;
		line-height: 39px;
	}
	.hcc-calves-row{
		margin-right:20px;
		margin-left:20px;
	}
	.rupert-calves-row{
		margin-left:20px;
		margin-right:20px;
	}
	.calves-tablet{
		width:100px;
	}
	.bloc-45-h6{
		font-size: 14px;
		line-height: 20px;
	}
	.bloc-45-h4{
		font-size: 20px;
	}
	.bloc-26-h4{
		line-height: 17px;
	}
	.bloc-26-p{
		line-height: 22px;
	}
	.img-63-style{
		width:229px;
	}
	.h4-style{
		width:100%;
	}
	.h5-style{
		width:86.05%;
		font-size:20px;
		line-height:22px;
	}
	.header-text-for-sale{
		margin:0px 0px 0px 44px;
		padding-right:40px;
	}
	.article-title{
		font-size:24px;
		line-height:29px;
	}
	.h1-3-style{
		margin-bottom:143px;
		margin-top:-264px;
	}
	label{
		font-family:"Lato";
		font-weight:400;
		font-size:16px;
		line-height:24px;
	}
	.btn-style{
		padding-left:11px;
	}
	.navbar-brand img{
		width:150px;
		height:150px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.menu-font{
		font-weight:400;
		margin-left:0px;
		font-family:"Lato";
		font-size:12px;
	}
	.h1-style{
		font-size:40px;
		letter-spacing:1px;
	}
	.link-for-sale-style{
		width:40%;
	}
	.link-home-style{
		width:85.71%;
		font-size:13px;
		padding:13px 13px 13px 13px;
	}
	.link-our-herd--style{
		width:88.07%;
	}
	.link-articles-style{
		width:41.98%;
		padding:8px 8px 8px 8px;
	}
	.img-may-5-style{
		width:110px;
	}
	.column-padding{
		padding-bottom:30px;
	}
	.bloc-29-p{
		line-height: 20px;
	}
	.img-17-style{
		width:110px;
	}
	.molly-image-move{
		margin-left:10px;
	}
	.img-20-style{
		width:110px;
	}
	.img-pear-style{
		width:110px;
	}
	.img-snap-5x7-h6-style{
		width:86px;
	}
	.img-44-style{
		width:86px;
	}
	.img-51-style{
		width:109px;
	}
	.siredam-image{
	}
	.bloc-group-text-vc{
		margin-top:0%;
	}
	.bloc-16-h1{
		font-size: 32px;
		line-height: 39px;
	}
	.bloc-18-h2{
		font-size: 32px;
		line-height: 39px;
	}
	.bloc-26-h2{
		font-size: 26px;
		line-height: 32px;
	}
	.increase-gutter-right{
		padding:0px 0px 0px 0px;
	}
	.img-bloc-27-style{
		width:179px;
	}
	.bloc-45-h6{
		font-size: 16px;
		line-height: 22px;
	}
	.bloc-45-h4{
		font-size: 18px;
	}
	.header-text-semen{
		margin:0px 0px 0px 0px;
		padding-top:px;
		font-family:"Arvo";
	}
	.moverowdown{
		margin-top:174px;
	}
	.bloc-26-h4{
		line-height: 22px;
	}
	.bloc-26-p{
		line-height: 20px;
	}
	.h5-style{
		font-size:18px;
	}
	.header-text-for-sale{
		margin-right:0px;
		margin-bottom:0px;
		padding-top:px;
		padding-right:0px;
		margin-left:44px;
		padding-left:0px;
	}
	.article-title{
		font-size:22px;
		line-height:27px;
	}
	.h1-3-style{
		font-size:30px;
		line-height:38px;
		margin-top:-198px;
	}
	.h1-2-style{
		font-size:32px;
		line-height:38px;
		margin-top:-47px;
	}
	label{
		font-family:"Lato";
		font-weight:400;
		font-size:15px;
		line-height:23px;
	}
	.field-style{
		width:100%;
	}
	.navbar-brand img{
		width:100px;
		height:100px;
	}
	.link-style{
		padding-top:0px;
		padding-bottom:0px;
	}
	.link-cows-for-sale-style{
		width:83.54%;
	}
	.link-semen-style{
		width:44.94%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
	
}

@media (max-width: 575px){
	.navbar-nav-il-a{
		color:rgba(255,255,255,1.0)!important;
		font-family:"Lato";
		font-weight:400;
	}
	.navbar-nav-il-a:hover{
		color:#FAFAFA!important;
	}
	.h1-style{
		font-size:30px;
		line-height:35px;
		letter-spacing:5px;
		text-indent:px;
	}
	.h1-2-style{
		font-size:20px;
		letter-spacing:px;
		margin-top:-32px;
		margin-bottom:25px;
	}
	.h2-2007-style{
		width:52.14%;
	}
	.img-20-style{
		width:120px;
	}
	.img-pear-style{
		width:120px;
	}
	.img-35-style{
		width:120px;
	}
	.img-snap-5x7-h6-style{
		width:120px;
	}
	.img-titus-ridge-80-style{
		width:120px;
	}
	.img-rupert-3-2016-style{
		width:120px;
	}
	.img-42-style{
		width:120px;
	}
	.img-44-style{
		width:120px;
	}
	.img-47-style{
		width:120px;
	}
	.img-moll-style{
		opacity:1.0;
		width:120px;
	}
	.img-donalds-edify-style{
		width:120px;
	}
	.img-51-style{
		width:120px;
	}
	.p-style{
		width:97.41%;
	}
	.img-bloc-27-style{
		width:270px;
	}
	.h5-style{
		width:100%;
		font-size:17px;
		line-height:25px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:transparent;
		background-position:left center;
		background-repeat:repeat;
		background:linear-gradient(0deg, #000000, #CED88D);
	}
	.close-special-menu .close-icon{
		background-color:#000000;
	}
	.h1-3-style{
		font-size:20px;
		line-height:36px;
		margin-top:-146px;
	}
	.h2-bloc-1-style{
		font-size:25px;
	}
	label{
		font-family:"Lato";
		font-weight:400;
		font-size:15px;
		line-height:23px;
	}
	.navbar-brand img{
		height:100px;
		width:100px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-lg-xs{
		margin-top:80px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

