@charset "UTF-8";
/* CSS Document */

img {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.tagline{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.navigation-top{
	background-color: #353128;
	z-index: 1300;
	border-top: 3px solid #b7d456;
}

.navigation-top .links a{
	text-transform: uppercase;
	color: #c1ce97;
	font-size: 12px;
	display: inline-block;
	margin: 15px 20px 15px 0px;
	font-weight: 300;
}

.navigation-top .links a:hover{
	text-decoration: none;
	color: #ffffff;
}

/*

.btn-region{
	background-color: #484a47;
	background: #484a47;
	padding: 15px;
	color: #ffffff;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 1100;
	width: 200px;
	margin-right: 20px;
}

.btn-region .caret{
	color: #c1ce97;
}

.menu-region{
	width: 200px;
	background-color: #b7d456;
	font-family: "acumin-pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.menu-region>li>a{
	color: #353128;
	background-color: #b7d456;
	text-align: center;
}

.menu-region>li>a:focus,
.menu-region>li>a:hover {
	background-color: #353128;
	color: #ffffff;
}

*/

.btn-info{
	background-color: transparent;
	background: none;
	border: none;
	color: #c1ce97;
	font-size: 12px;
}

.menu-info{
	margin-top: 10px;
	margin-left: -10px;
}

.menu-info a{
	margin: 0!important;
	display: block!important;
	font-family: "acumin-pro", Helvetica, Arial, sans-serif;
	color: #ffffff!important;
}

.menu-info a:hover{
	color: #353128!important;
	font-weight: 400;
}

.social{
	padding: 10px 15px;
	display: inline-block;
}

.social:hover{
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
  filter: alpha(opacity=60);
  -o-transition:all .1s linear;
  -ms-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
  transition:all .1s linear;
}

.logo-container{
	background-color: #484a47;
	padding: 20px 0 17px 0;
}

.navigation-sub{
	background-color: #b7d456;
	color: #353128;
	font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
}

.navbar-sub >li> a{
	padding: 7px 10px 9px 10px!important;
	font-weight: 400;
	color: #353128;
	display: inline-block;
}
.navbar-sub >li> a:hover,
.navbar-sub >li> a:focus,
.navbar-sub>.active>a,
.navbar-sub>.active>a:focus,
.navbar-sub>.active>a:hover{
	background-color: #353128;
	color: #c1ce98;
	  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}

.navbar-sub > li{
	display: inline-block;
}

.sub-title{
	display: inline-block;
	margin-right: 10px;
	padding-top:5px;
}

.stickytop{
	top: 0;
	position: fixed;
	z-index: 1200;
}

.nav-images{
	line-height: 1.42857143;
}

.caption {
    position: relative;
    overflow: hidden;
	max-width: 195px;
	width: 100%;
	display: inline-block;
	margin-right: -5px;
	margin-bottom: -4px;
}
.caption_media {
    display: block;
    height: auto;
	width: 100%;
}
.caption_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	text-align: left;
    padding: 0px;
	font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	background-color: #353128;
    transform: translateY(100%);
    transition: transform .30s ease-out;
	z-index: 10;
}

.caption_overlay_title{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
    color: #000000;
	text-transform: uppercase;
	display: block;
	padding: 10px 5px;
	background-color: #b7d456;
}

.caption_overlay a{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 15px 1px 25px;
	font-size: 18px;
	display: block;
	font-weight: 200;
}

.caption_overlay a:hover{
	background-color: #484a47;
}


.caption:hover .caption_overlay {
    transform: translateY(0);
}

.caption_initial{
	background: rgba(53, 49, 40, .7);
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 200;
	width: 100%;
	padding: 8px 5px;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  	filter: alpha(opacity=100);
	-o-transition:all .4s linear;
  	-ms-transition:all .4s linear;
 	-moz-transition:all .4s linear;
 	-webkit-transition:all .4s linear;
 	transition:all .4s linear;
}
.caption:hover .caption_initial {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
  	filter: alpha(opacity=0);
	-o-transition:all .1s linear;
  	-ms-transition:all .1s linear;
  	-moz-transition:all .1s linear;
  	-webkit-transition:all .1s linear;
  	transition:all .1s linear;
	z-index: 0;
}

.page-footer a{
	position: relative;
	display: inline-block;
	outline: none;
	color: #c1ce97;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.page-footer a:hover,
.page-footer a:focus {
	outline: none;
}

.effect-line a {
	margin: 20px;
	padding: 0;
	color: #c1ce97;
} 

.effect-line a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0;
	max-width: 0;
	color: rgba(193,206,151,0);
	border-bottom: 1px solid #c1ce97;
	content: attr(data-hover);
	-webkit-transition: max-width 0.3s;
	-moz-transition: max-width 0.3s;
	transition: max-width 0.3s;
}

.effect-line a:hover::before,
.effect-line a:focus::before {
	max-width: 100%;
}

.footer{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}

.footer-1{
	background-color: #363229;
}

.footer-2{
	background-color: #484a47;
	padding: 20px 0;
}

.privacylink{
	margin:0 5px!important;
	color: #FFFFFF!important;
}

h2 {
    font-size: 24px;
	font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	font-weight: 700;
    margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
	color: #484a47;
}

h2.background {
    position: relative;
	z-index: 1;
	padding: 10px 0;
}
    
h2.background:before {
   content:"";
   margin: 0 auto; 
   position: absolute; 
   top: 50%; left: 0; right: 0; bottom: 0;
   width: 100%;
   z-index: -1;
    }

h2 span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
   background: #fff; 
   padding: 0 15px; 
    }

h2  .span-green{ 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
   background: #b7d456; 
   padding: 0 15px; 
    }

h2.line:after { 
	border-bottom: 1px solid #9c9c9c;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 100%;
    z-index: -1;
}

#Manuals h2.line:after { 
	border-bottom: 1px solid #7e8f4e;
}


#Featured-product{
	font-size: 18px;
	font-weight: 200;
}

.bg-green{
	/*background-image:url(../img/bg_wheat.jpg);
	background-repeat:repeat-x;*/
	padding: 100px 0;
	/*height: 350px;*/
	color: #363229;
	font-size: 24px;
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 200;
	background:#b7d456;
	line-height: 1.8em;
	/*background: linear-gradient(#b7d456 0%, #b7d456 60%, #ffffff 70%, #ffffff 100%);*/
}

.dlocator-title{
	background-color: #484a47;
	font-family: "acumin-pro", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.05em;
	padding: 0px 30px 2px 30px;
	margin: 10px 0;
	font-weight: 700;
	cursor: hand;
	cursor: pointer;
	-o-transition:all .1s linear;
  	-ms-transition:all .1s linear;
  	-moz-transition:all .1s linear;
  	-webkit-transition:all .1s linear;
  	transition:all .1s linear;
}

.dlocator-title:hover,
.dlocator-title:focus{
	background-color: #363229;
	color: #FFFFFF;
	text-decoration: none;
}

.next-show{
	padding: 40px 10% 90px 10%;
	font-size: 18px;
	font-weight: 200;
}

#Manuals{
	background-color: #b7d456!important;
	padding: 20px 0;
}

#Features{
	padding: 40px 0;
}

.specs-left{
	font-size: 14px;
}

.specs{
	font-size: 14px;
}

.specs tr td:nth-child(2), 
.specs tr td:nth-child(3), 
.specs tr td:nth-child(4),
.specs tr td:nth-child(5),
.specs tr td:nth-child(6),
.specs tr td:nth-child(7),
.specs tr td:nth-child(8),
.specs tr td:nth-child(9),
.specs tr th:nth-child(2),
.specs tr th:nth-child(3),
.specs tr th:nth-child(4),
.specs tr th:nth-child(5),
.specs tr th:nth-child(6),
.specs tr th:nth-child(7),
.specs tr th:nth-child(8),
.specs tr th:nth-child(9),
.manuals tr td:nth-child(2),
.manuals tr th:nth-child(2),
.m-archive tr td:nth-child(2),
.m-archive tr th:nth-child(2) {
   text-align: right;
}

.manuals{
	margin-bottom: 30px;
}

.manuals a{
	font-weight: 500;
	color: #353128;
}

.manuals table > thead > tr > th{
	color: #000000;
}

.manuals th{
	color: #000000;
}

.tbl-title{
	background-color: #ecebf0;
}

.features{
	text-align: center;
	margin-bottom: 25px;
}

.features img{
	margin-bottom: 15px;
}

.features-text{
	text-align: left;
}

.feature-title{
	display: block;
}

.feature-title:hover:before{
	 transform: rotate(360deg)!important;  
}

.feature-title:before{
    font-family: 'Glyphicons Halflings';
	content:  "\e013";
    background: #b7d456;
	margin-left: -5px;
	margin-right: 5px;
	padding: 4px 6px;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 20px;
    transition: all .3s ease-out;
	font-size: 12px;
}

.feature-title:hover{
	background-color: #eeeeee;
}



.border-box{
	border: 1px solid rgba(250, 250, 250, .6);
	text-align: center;
	margin: 5px 0;
}

.drawing{
	padding: 0px 10px 10px 10px;
	
}

.text{
	padding: 0px 20px 5px 20px;
}

.border-box-title{
	background-color: #484a47;
	color: #b7d456;
	font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	width: auto;
	margin-top: -1px;
	display: inline-block;
	line-height: 1;
	border-bottom: 1px solid rgba(250, 250, 250, .6);
	border-left: 1px solid rgba(250, 250, 250, .6);
	border-right: 1px solid rgba(250, 250, 250, .6);
	padding: 0px 10px 5px 10px;
	vertical-align: top;
}

.green-title{
	color: #b7d456;
	font-weight: 700;
}


.page{
	padding-top: 30px;
	padding-bottom: 30px;
}


.page-wrap {
  min-height: 100%;
  margin-bottom: -159px; /* Height of the footer */
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-footer, .page-wrap:after {
  height: 159px; 
}
.page-footer {
  background: #484a47;
}

.news{
	cursor: pointer;
    position: relative;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out;
	font-family: "acumin-pro-condensed";
	display: block;
	font-size: 18px;
	border-bottom:1px solid #dadbda;
	padding: 10px;
	line-height: 1.2;
}


.rounded-list {
    list-style: none; /* Remove default numbering */
    padding-left: 10px;
}


.rounded-list li{
    position: relative;
    display: block;
	font-weight: 300;
    padding: 10px 5px 10px 25px;
    *padding: 8px;
    margin: 8px 0;
    background: #ecebf0;
    text-decoration: none;
    border-radius: 3px;
    transition: all .3s ease-out;   
	text-align: left;
}

.rounded-list li:hover{
    background: #f5f4f7;
}

.rounded-list li:hover:before{
    transform: rotate(360deg);  
}

.rounded-list li:before{
    font-family: 'Glyphicons Halflings';
	content:  "\e239";
    position: absolute; 
    left: -18px;
    top: 50%;
    margin-top: -18px;
    background: #b7d456;
    height: 36px;
    width: 36px;
    line-height: 30px;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 20px;
    transition: all .3s ease-out;
}

.white-text{
	color: rgba(250, 250, 250, .9);
}

.features li{
	list-style: none;
	padding-bottom: 8px;
	text-align: left
}

.features li:before{
    font-family: 'Glyphicons Halflings';
	content:  "\e013";
	font-size: 12px;
	margin-right: 10px;
	margin-left: -22px;
	color: #b7d456;
}

.features ul{
	padding-left: 22px!important;
}


/* Button with arrow*/

.button-container{
	text-align: right;
}


.button {
	border: none;
	font-family: "acumin-pro", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	padding: 7px 50px 10px 50px;
	display: inline-block;
	margin-top: 10px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:active {
	color: #000000;
}

.button:before {
	position: absolute;
	height: 100%;
	font-size: 12px;
	font-family: 'Glyphicons Halflings';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:active:before {
	color: #FFFFFF;
}

.gray{
	background-color: #484a47;
	color: #fff;
}

.gray:hover,
.gray:focus{
	background: #b7d456;
	text-decoration: none;
}

.gray:before {
	color: #000000;
}

.lime{
	background-color: #b7d456;
	color: #000000;
}

.lime:hover,
.lime:focus{
	background: #484a47;
	color: #FFFFFF;
	text-decoration: none;
}

.lime:before {
	color: #ffffff;
}


.btn-arrow:before {
	left: 70%;
	opacity: 0;
	top: 30%;
}

.btn-arrow:hover:before {
	left: 85%;
	opacity: 1;
}


.btn-plus-container{
	width: 100%; 
	position: absolute; 
	bottom: 60px;
	display: none;
}

.btn-plus{
	height: 40px;
	width: 40px;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 999px;
  	-moz-border-radius: 999px;
  	border-radius: 999px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 28px;
	line-height: 1em;
	margin: 0 auto;
}

.adv-title{
	background-color: #b7d456;
	margin-bottom: 1px;
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	font-weight: 700;
}

.adv-container{
	font-size: 14px;
	margin-bottom: 20px;
}

.adv-container a{
	margin-top: 1px;
	padding: 5px 10px;
	display: block;
	background-color: #ecebf0;
}

.adv-container a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #484a47;
	-o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}

.adv-image{
	background-color: #ecebf0;
	text-align: center;
}

.adv-logo{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.adv-logo img{
	padding: 5px 15px;
}

.adv-white img{
	background-color: #353128;
	border-radius:4px;
}

.adv-logo a{
	font-size: 14px;
}



/*
.featured-product2:before{ 
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
	background: white url(../img/fproduct_applicator1840.jpg) top center no-repeat;
	background-size:cover;
 	background-attachment:fixed;
	animation-name: grow;
	animation-duration: 40s;
	animation-delay: 1s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-play-state: running;
	animation-fill-mode: forwards;
    transition:all 0.2s ease-in-out;
    z-index:-2
}

@keyframes grow{
  0% { transform:scale(1)}
  100% { transform:scale(1.2)}
}

*/

/* Parallax grass layers  */

#prlx_lyr_1 {
  position: absolute;
  background: url(../img/grass3.png) repeat-x 0px 260px;
  width: 100%;
  height: 520px;
}

#prlx_lyr_2 {
  position: absolute;
  background: url(../img/grass2.png) repeat-x 0px 480px;
  width: 100%;
  height: 1000px;
}

#prlx_lyr_3 {
  position: absolute;
  background: url(../img/grass1.png) repeat-x 0px 700px;
  width: 100%;
  height: 1000px;
}

.asterisk{
	color: red;
	padding: 0 3px;
}

.dlink{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 500;
    opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}


.videoMainBG{
	background-color: #484a47;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cbp-popup-lightbox-title a{
	background-color: #b7d456;
	padding: 4px 10px 3px 10px;
	font-weight: 400;
	border-radius: 3px;
	text-transform: uppercase;	
	margin-top: 5px;
}

.cbp-popup-lightbox-title a:hover{
	background-color: #484a47;
	color: #b7d456;
	text-decoration: none;
}

.c-colors{
	text-align: right;
	margin: 20px 0 20px 0;
}

.c-colors .glyphicon{
	vertical-align: middle;
	font-size: 20px;
	padding-bottom: 5px;
}

.c-red{
	color: #cc0000!important;
}

.c-green{
	color: #0ba000!important;
}

.c-blue{
	color: #0067d0!important;
}

.c-orange{
	color: #ff7e00!important;
}

.c-grey{
	color: #bcbcbc!important;
}

.c-yellow{
	color: #ffea00!important;
}

	.three-subtitle{
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
		font-size: 26px; 
		color: #ffffff;
		font-weight: 300;
		background: rgba(0,0,0,0.5);
		padding: 0px 20px 5px 20px;
		text-align: center;
	}





.fk-marketing img{
	border: 1px solid #cccccc;
}

.fk-marketing img:hover{
	border: 1px solid #cc0000;
	  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}

.fk-marketing-title{
	font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}


/*--MEDIA QUERIES--*/

@media (min-width: 621px) {
	.mobile-links{
		display: none!important;
	}
}

@media (min-width: 768px) {
	
	/*
	
		.featured-product{
	  background: none;
	  position:relative;
	  overflow:hidden;
	  display:flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: flex-start;
	  align-content: flex-start;
	  height:40vw;
	  min-height:450px;
	  max-height:500px;
	  min-width:300px;
	  color:#ffffff;
	}
	
	.featured-product:after{
	    content:"";
	    width:100%;
	    height:100%;
	    position:absolute;
	    bottom:0;
	    left:0;
	    z-index:-1;
	    background: rgba(0,0,0,0.1)
}
	
	.featured-product:before{ 
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background: white url(../img/fproduct_cx2.jpg) top center no-repeat;
		background-size:cover;
		background-attachment:fixed;
		z-index:-2
	}
	
	*/
	
	.mobile-nav{
		display: none!important;
	}
	
	.news-mobile{
		display: none;
	}
	
	.parallax {
	  position: relative;
	  background-position: 0px 0;
}

	.parallax .text{
		display: block;
	  width:100%;
	  padding: 190px 10% 0 10%;
	  text-align:center;
	  flex: 0 0 auto;
	  font-size: 30px;
	  font-family: "acumin-pro-condensed", Helvetica, Arial, sans-serif;
	  font-weight:100;
	  color: #FFFFFF;
	  position: absolute;
	}

	.parallax .text .title{
		font-size: 36px;
		font-weight: 200;
		background: rgba(0,0,0,0.5);
		line-height: 1.5em;
		padding: 3px 10px 6px 10px;
		display: inline-block;
		vertical-align: middle; 
		font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	}
	
	.homefeature-subtitle{
		font-size: 28px; 
		font-family: acumin-pro-wide; 
		font-weight: 200;
		padding-bottom: 20px;
	}
	
	
	


	
	 .homefeature{
		background: url("../img/fproduct_teleswing.jpg");
		height: 55vh;
		width: 100%;
		background-repeat: no-repeat;
		 background-size: 1600px;
	}
	
	.homefeature:before{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background: rgba(0,0,0,0.2);
	}
	
	 .augers{
		background: url("../img/bg_augers.jpg");
		height: 50vh;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.aboutus{
		background: url("../img/bg-about.jpg");
		height: 50vh;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.mowers{
		background: url("../img/bg_mowers.jpg");
		height: 50vh;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
	/*  Dropdowns Animation*/

	@-webkit-keyframes fadeInDownNew {
	  0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
				transform: translate3d(0, -20px, 0);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	}
	@keyframes fadeInDownNew {
	  0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
				transform: translate3d(0, -20px, 0);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	}
	.fadeInDownNew {
	  -webkit-animation-name: fadeInDownNew;
			  animation-name: fadeInDownNew;
	}
	@-webkit-keyframes fadeInLeftNew {
	  0% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
				transform: translate3d(-20px, 0, 0);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	}
	@keyframes fadeInLeftNew {
	  0% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
				transform: translate3d(-20px, 0, 0);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	}
	.fadeInLeftNew {
	  -webkit-animation-name: fadeInLeftNew;
			  animation-name: fadeInLeftNew;
	}
	@-webkit-keyframes fadeInRightNew {
	  0% {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
				transform: translate3d(20px, 0, 0);
	  }

	  100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	}

	.dropdown-menu {
	  min-width: 250px;
	}
	.dropdown-menu > li.open > a {
		background-color: #b7d456;
		color: #000000;
		text-decoration: none;
	}
	.dropdown-menu .dropdown-menu {
		left: 100%;
		right: auto;
		top: 0;
	}
	.dropdown-menu-right .dropdown-menu,
	.navbar-right .dropdown-menu .dropdown-menu,
	.pull-right .dropdown-menu .dropdown-menu {
		left: auto;
		right: 100%;
	}
	.dropdown-menu.animated {
	  -webkit-animation-duration: 0.3s;
			  animation-duration: 0.3s;
	}
	.dropdown-menu.animated:before {
	  content: " ";
	  display: block;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 99;
	}
	.dropdownhover-top {
		margin-bottom: 2px;
		margin-top: 0;
	}
	.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
	.dropdownhover-top .dropdown-menu {
		bottom: -1px;
		top: auto;
	}

}

@media (min-width: 992px) {
	.leftpad{
		padding-left: 0;
	}
	
	.sm-font{
	font-size: 14px;
	}

}

@media (min-width: 1600px) {
	.homefeature {
			 background-size: cover;

		 }

}


@media (max-width: 1199px) {
	.caption {
		max-width: 162px;
	}
	
	.navigation-top .links a{
		margin-left: 0px;
		margin-right: 10px;
	}
	
	.social{
		padding: 8px;
	}
	
	.social img{
		width: 20px;
	}
	
	.caption_overlay a{
		font-size: 16px;
		padding: 0px 15px;
		line-height: 1.3em;
	}
	.manuals,
	.table{
		font-size: 14px;
	}
	
}



@media (max-width: 991px) {

	/*
	.btn-region{
		width: 150px;
		padding: 15px 5px;
		margin-right: 8px;
		font-size: 10px;
	}
	
	.menu-region{
		width: 150px;
	}
	*/
	
	.caption {
		max-width: 16.6666666667%;
	}
	
	.caption_initial{
		font-size: 14px;
	}
	
	.caption_overlay_title{
		font-size: 14px;
		padding: 4px;
	}

	.caption_overlay a{
		font-size: 0.9em;
		padding: 0px 10px 0px 13px;
	}
	
	.navigation-top .links a{
		font-size: 10px;
		margin-left:0px;
		margin-right: 8px;
	}
	
	.btn-info{
		font-size: 10px;
	}
	
	.features {
		padding: 0 10px;
	}
	
	.wimage{
		min-height: 360px;
	}
	
	.wimage-lg{
		min-height: 550px;
	}
	
}

@media (max-width: 767px) {
	
	.three-subtitle{
		font-size: 16px;
		color: #484a47;
		position: relative;
		background: rgba(0,0,0,0);
		font-weight: 700;
		line-height: 1.2em;
		margin-top: 5px;
		text-transform: uppercase;
	}
	
	.button {
		padding: 7px 35px 10px 35px;
	}
	
	.mobile{
		display: none;
	}

	.dlocator-title{
		font-size: 20px;
	}
	
	.group-social{
		display: none;
	}

	/*
	.btn-region{
		background-color: none;
		background: none;
		padding: 0px;
		color: #ffffff;
		border: none;
		font-size: 12px;
		text-transform: uppercase;
		z-index: 1100;
		width: auto;
		margin-right: 5px;
	} */
	
	.logo-container{
		padding: 10px 0;
	}
	
	.fk-logo img{
		width: 140px;
	}
	
	
	.effect-line a {
		font-size: 10px;
		margin: 7px 5px;
	}
	
	.navbar-sub >li> a{
		padding: 7px 5px 9px 5px!important;
	}
	
	.navbar-sub >li> a:hover{
		background-color: transparent;
		background: none;
	}
	
	.navbar-sub >li> a:hover{
		color: #353128;
	}
	
	.navbar-sub >li> a:focus{
		background-color: #353128;
		color: #c1ce97;
	}
	
	.caption_overlay a{
		padding: 0 8px 1px 8px;
	}
	
	.mobile-sub{
	margin-left: 20px;
	}
	
	.news-desktop{
		display: none!important;
	}
	
	.sm-font{
	font-size: 14px;
	}
	
	.wimage-lg{
		min-height: 10px!important;
	}
	
	.bg-green{
		font-size: 18px;
		padding: 70px 24px;
		letter-spacing: -0.04em;
	}
	
	.button-container{
		text-align: center;
	}
	
	.nav-images{
		display: none;
	}
	
	.specs-left{
	display: none;
	}
	
	
	.featured-product{
	  background: white url(../img/fproduct_teleswing-mobile.jpg) top center no-repeat;
	  background-size:cover;
	  background-position: 0!important;
	  justify-content: center;
	  height:350px;
	  width:100%;
	}
	
	.featured-product .text{
		display: none;
	}
	
	.homefeature-subtitle{
		font-size: 22px; 
		font-family: acumin-pro-wide; 

	}
	
	.augers{
		background: white url("../img/bg_augers_mobile.jpg") top center no-repeat;
		height:350px;
	  	width:100%;
		background-size: cover;
		background-position: 0!important;
	} 
	
	.aboutus{
		background: white url("../img/bg-about_mobile.jpg") top center no-repeat;
		height:240px;
	  	width:100%;
		background-size: cover;
		background-position: 0!important;
	}
	
	.mowers{
		background: white url("../img/bg_mowers_mobile.jpg") top center no-repeat;
		height:350px;
	  	width:100%;
		background-size: cover;
		background-position: 0!important;
	}


}


@media (max-width: 620px) {
	
	.manuals,
	.table{
		font-size: 12px;
	}
	
  .sub-title{
		display: none!important;
	}
	
	.navigation-top{
		display: none!important;
	}
	
	
	h1{
		font-size: 26px;
	}
	
}


