/* CSS Document */
body{
	background:#000000;
	color:#333333;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	}
body.white-bg #wrapper{
	background:#f3f3f3;
}

    #mobileNav{
display:none;
}

/*Background so we can wrap an image*/
#wrapper{
	width:100%;
	min-height:800px;

	background:url(../images/backgrounds/background.jpg) repeat-y top center;
background-attachment:fixed;
	padding-bottom:30px;
	margin:0;
	padding-top:20px;
	background:#f3f3f3;
	}
	
	
/*Main area for the Website*/
#inner-wrapper{
	width:940px;
	margin:auto;
	margin-top:20px;

	background:#FFFFFF;
	-moz-box-shadow: 3px 3px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	box-shadow: 3px 3px 15px #000;
	}
	
/*Header*/
#header{
	margin:0;
	width:100%;
	padding:0;
	height:110px;
	position: relative;
	}
/*********************NAVIGATION**************************/
/*Main Navigation holder*/
#nav-holder{
    width:100%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(231,231,231,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0 );
    height:51px;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    margin:0;
    padding:0;

}

#nav-icon{
    display:none;
}
	
/*The Nav*/
#nav{
	float:left;
	width:47%;
	
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	float:left;
	border-right:thin solid #CCCCCC;
	height:51px;
}
#nav li p{
	padding-left:12px;
	padding-right:12px;	
}
#nav li a{
 	text-decoration:none;
 	font-size:14px;
	color:#333333;
}

#nav li:hover{
	background:url('../images/backgrounds/highlighted-nav.png') repeat-x;
}
/***Sub Navs**/
#nav li ul {
	display: none; 
	width: 150px; /* Width to help Opera out */	
	z-index:9999;	
}
#nav li:hover ul  {
	display: block;
	position: absolute;
	margin: 0;	
	padding: 0;
	list-style:none;
}
#nav li ul li{
	background-color: #E9E9E9;
	float:left;
	border-bottom:1px solid #FFFFFF;
	font-size:10px;
	width:230px;
            border-right:1px solid #FFFFFF;	
	height:auto;
}
#nav li ul li p{

	margin-top:4px;
	margin-bottom:4px;
}



	

	

/*The Contact Holder*/
#contact-info{
	float:right;
	width:53%;
	list-style:none;
	margin:0;
	padding:0 10px 0 0;
	height:51px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#contact-info li{
 	float:right;
	margin-left:5px;
}
#contact-info li p{
	padding-left:4px;
	font-size:12px;
	padding-top:8px;
	text-align:center;	
}
#contact-info li p a{
	text-decoration:none;
	color:#333333;
}

#contact-info li p a:hover{
	text-decoration:underline;
}
#contact-info li .flagp{	
	padding-top:3px;
	padding-left:0;
	padding-right:1px;	
}

/*Intro Section*/
#intro-section{
	width:100%;
	overflow:auto;
	margin-top:0;

}

/**Link Styles**/
#intro-section a{
	text-decoration:none;
	color:#09398B;
	font-weight:bold;

}
#intro-section a:hover{
	text-decoration:underline;	

}

/*Left Intro Section*/
#left-intro{
	width:40%;
	text-align:center;
	padding-top:30px;
	float:left;
}
#right-intro{
	float:right;
	width:59%;
	
}

/*Left Intro Section*/

#right-intro-regular{
/*	float:right;*/
	width:98%;
	margin-left:auto;

}


#pre-static-slider{
	width:300px; 	
	overflow:hidden;
	margin-bottom:10px;
/*	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;	*/
	
}
#static-slider{
	width:300px; 	
	border:2px solid #CCCCCC;	
	overflow:hidden;
/*	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;	*/
	
}


/*Search Holder*/
#search-holder{
	background:#09398B;
	padding:5px;
	float:right;

	
	/*Radius at the bottom*/
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#search-holder{
	position:absolute; top:15px;
	right:15px;
}
@media(max-width:768px){
	#search-holder{
		display:none;
	}
}
/*Search Holder*/
#search-holder .submit-button{
	border:none;
	background:url(../images/backgrounds/search-button.png) top left no-repeat;
	width:39px;
	height:29px;
	cursor:pointer;
	
}
#search-holder .text-input{
	border:none;
	background:#FFFFFF;
	background:url(../images/backgrounds/text-back.png) top left repeat-x;
	height:27px;
	float:left;
	padding-left:5px;
	color:#CCCCCC;
	font-style:italic;
	
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#search-holder .text-input:click{
	color:#000000;
}





/***********************/
/* The Buttons         */
/***********************/
.option_button{
    background:url('../images/backgrounds/button-bg.png') top left repeat-x;
    color:#FFF;
    border:thin solid #0F1726;
    border-radius:4px;
    text-decoration:none;
    padding:5px;
    font-size:small;
}
.option_button:hover{
    background:url('../images/backgrounds/button-bg-hover.png') top left repeat-x;

}



/**Content Wrapper*/
#content-wrapper{
	width:100%;
	border-top:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:20px; 
}
/*The Content*/
#content{
	width:73%;
	padding:1%;
	float:left;
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
	
}
#content.full-content{
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}


/*A galley image*/
.gallery{float:left; }
.gallery img{
		border:2px solid #CFCFCF;
}
#gallery-holder{
	margin-top:20px;
}
#gallery-right{
	margin-left:10px;
}


/*MAin gallery as featured on ballscrew page */
.gallery-item{
	width:33%;
	float:left;
	margin-bottom:2px;

} 
.gallery-item p{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
}


/*A centred image*/
.centred-image{
	text-align:center;
}


.centred-image  img{
		text-align:center;
		margin:auto;		
}	

/*The text for the gallery*/
.gallery-text{
	margin-left:5px;
	text-align:left !important;
	padding-bottom:20px;	
}
.centre{
	text-align:center !important;
	
}
.gallery-text a{
 	text-decoration:none;
 	color:#333333;
	
}
.gallery-text a:hover{
 	text-decoration:underline;
 
	
}

.gallery-item-content{
		width:98%;
		margin:auto;
		border:thin solid #CFCFCF;
		height:180px;
}
.gallery-item-content img{
	border:none;
	margin-top:5px;
}

/***For a 50-50 Split*/
.left-column{
	width:49%;
	padding-left: 1%;
	float:left;
}
.right-column{
	width:49%;
	padding-right: 1%;
	float:right;
}
#list-heading{margin-left:30px;}	
.main-list{
		margin-top:1px;
}

.download-list li{
	margin-bottom:5px;
	
}
.download-list li a{
	text-decoration:none;
}
.download-list li a:hover{
	text-decoration:underline;
}


/*The info holder*/
#latest-info{
	width:22%;
	padding:1%;
	float:right;
	border-left:1px solid #CFCFCF;
	overflow:auto;
	display:none;
}

#latest-info ul{
	padding:0;
	margin:0;
	list-style: none;
}
#latest-info ul li{
    margin: 0 auto 15px auto;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #ccc;
	font-size:0.6em;
}

 

#latest-info ul li a{ 
	text-decoration: none;
	color:#09398B;
  
}

#latest-info h3{
	font-size:0.8em;
	color:#333333;
}

#latest-info   #blogger:before{
	content:url(../images/logos/blogger.png);
	top:-12px;
	position:relative;	
	float:left;

}
.page-image{
	border:2px solid #CCCCCC;	
	overflow:hidden;
}
/*The Twitter*/
#twitter{

}
/*The Twitter*/
#twitter h3:before{
	content:url(../images/logos/twitter.png);
	top:-12px;
	position:relative;	
	float:left;

}
#twitter h3{
	font-size:0.8em;
	color:#333333;
	

}


/*Footer Wrapper*/
#footer-wrapper{
	background:#FDFDFD;
	border-right:1px solid #CFCFCF;
	display: table;
	width: 100%;
}

/*Footer Column*/
.footer-column{
	margin-top:20px;
	width: 33.3%;
	padding:2%;
	padding-top:0;
	float: none;
	box-sizing: border-box;
	display: table-cell;
}


#footer-column-right{
	padding-left:1.5%;
	
}

/*Footer column header*/
.footer-column h4{
	text-decoration:underline;
	color:#212121;
	margin-bottom:4px;
}

/*Footer column list*/
.footer-column ul{
	list-style:square;
	color:#09398B;
	padding:0;
	margin:0;
	padding-left:12px;
}
.footer-column ul li{

}
/*Footer column list*/
.footer-column ul li a{
	text-decoration:none;
	color:#212121;
}
.footer-column ul li a:hover{
	color:#19419B;
}
/*Distributors List!*/
.footer-column #distributors{
	list-style:none;
	padding:0;
}


.footer-column #distributors li{
	position:relative;
	padding-left:25px;
}
.footer-column #distributors img{
	position:absolute;
	left:0;
}



/*Footer Nav Wrapper*/
#footer-nav-wrapper{
	width:100%;
	border-top:1px solid #ABABAB;
}

/*Footer nav*/
#footer-nav{
	list-style:none;
}
#footer-nav li{
	 float:left;
	 margin-right:13px;
}
#footer-nav li p{
	padding:5px;
}
#footer-nav li p a{
 	text-decoration:none;
	color:#333333;
	font-weight:normal;
	font-size:0.8em;
}
#footer-nav li p a:hover{ 
	color:#19419B;	
}

/******Footer Foot*********/
#footer-foot{
	width:100%;
	background:#09398B;
	color:#FFFFFF;
	font-size:0.6em;
}

#footer-foot .column{
	padding: 0% 1% 0% 1%;
	width:31.3%;
	float:left;	
}
#footer-foot .column a{
	color:#FFFFFF;
	text-decoration:none;	
}
#footer-foot .column a:hover{	
	text-decoration:underline;	
}
#footer-foot #centre-column{	
	text-align:center;
}
#footer-foot #centre-column .flag{	
	float:left;
	margin-left:5px;
}
#footer-foot #centre-column #social-holder{	
	margin:0 auto 0 auto;
    width: auto;
    text-align: center;
    display: table;
}


#footer-foot #last-column{	
	text-align:right;
}

#footer-foot #last-column .flag{	
	float:right;
	margin-left:5px;
}

/****Copyright Section****/
#copyright{
	text-align:center;
	width:100%;
	float:left;
}
#copyright p{
 	margin:0;
	padding:0;
}

#designed-link{
	width:940px;
	margin:auto;
	text-align: right;
	font-size:0.6em;
	color:#CCCCCC;
	margin-top:10px;
	
}

#designed-link a{
	color:#CCCCCC;
	text-decoration:none;	
}
#designed-link a:hover{
	text-decoration:underline;	
}


#cookie-policy{
	position:absolute;
	font-size:12px;
	top:0;
	width:940px;
	margin:0 auto;
	background:#FFFFFF;	
		-moz-box-shadow: 3px 3px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	box-shadow: 3px 3px 15px #000;

}

#cookie-policy p{	
	padding:5px;
	margin:0;
	float:left;
}
#cookie-right{
	float:right;
	width:10%;

	}
#cookie-left{
	width:85%;
	}
#cookie-button{
	background:url('../images/buttons/cookie-button.png') repeat-x bottom;
	padding:3px 10px 3px 10px;
	display:block;
	float:right;
	border:thin solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:7px;

}
#cookie-button a{
text-decoration:none;
color:#333333;
}






/*Avingtrans logo*/
#avingtrans-logo{
	float:right;
	padding:0;
	margin:0;
}



/****MUlti Head Page*/
#systematic-logo{
	margin:10px 5px 5px 0;	
}
#multi-head-list{
	margin-left:3px;
}
#multi-head-list li{
	margin-bottom:5px;
}

/***Air bearing Rotary Table Page*/
#right-image{text-align: right;}

/***Distributor Page**/
.distributor-title{
	margin-top:0;
	padding-top:0;
	margin-left:35px;
	font-weight:bold;
	font-size:1.2em;
}

/***Contact Page**/
.contact-title{
	margin-top:0;
	padding-top:0;
	margin-left:35px;
	font-weight:bold;
	font-size:1.2em;
}

.contact p{
	margin-left:28px;
	font-size:0.9em;
}
	
#contact-form {
	margin-top:40px;
	border:thin solid #CFCFCF;
	padding-top:10px;
}
#contact-form ul{
		list-style:none;
}
#contact-form ul li{

	margin-left:5px;
	clear:both;
}
#contact-form ul li label{
	display:block;
	width:170px;
	text-align:right;
	float:left;
}
#contact-form ul li input[type=text] {
	border:thin solid #8A8A8A;
	padding:3px;
	float:left;
	margin-left:5px;
	width:200px;
	margin-bottom: 8px;
	margin-right:3px;
}

#contact-form ul li textarea {
	border:thin solid #8A8A8A;
	padding:3px;
	float:left;
	margin-left:5px;
	margin-bottom: 8px;
}

#contact-form #submit {
	width:100%;
	text-align:right;

}
#contact-form #submit input[type=submit] {
	border:thin solid #8A8A8A;
	padding:5px 10px;
	margin-right:40px;		
	margin-left:5px;
	margin-bottom: 8px;
	cursor:pointer;
}
.regular-text{font-weight:normal; font-size:0.8em;}

.error{font-size: 0.6em; color:red;}

/*JUst your regular floated content */

.right{float:right;}



/*Overwrite the top border for content area*/
.no-border-top{
		border-top:none !important;
		margin-top:0 !important;
} 










#result_report{
	margin-bottom:20px;
	margin-top:0;
	
}
#results{
	font-size:0.7em;	
	border-bottom:thin solid #CCCCCC;
	margin-bottom:15px;
}

#result-title{
		margin:0;
		padding:0;
		font-weight:bold;
}
#other_pages{
	float:right;
	}
#other_pages a{
	border:thin solid #CCCCCC;
	padding:5px;
	text-decoration:none;
	color:#666666;

}
#other_pages b{
	border:thin solid   #333333;
	padding:5px;
	text-decoration:none;	
	color:#333333;

}

#powered_by {
	font-size:0.6em;
}

/*********************************/
/* Career Opps Page              */
/********************************/
.career-opps{
    position:relative;
    top:-10px;

}
.career-opps h1{
    margin:0;
    padding:3px;
    width:100%;
    background:#EFEFEF;
    font-size:1.0em;
}
.career-opps p{
    font-size:0.8em;
}.career-opps #open-vacancies{
    width:100%;
    background:#EFEFEF;
    padding:3px;
    font-weight:bold;
}.career-opps p a{
   text-decoration:none;
   color:#3252A5;
}.career-opps p a:hover{
   text-decoration:underline;
}



/***********Ballscrews Page **********/
.din_standard{
    padding:3px; 
    text-align:center;
  

    background:url('../images/backgrounds/button-bg.png') top left repeat-x;
    width:70%;
    margin:auto;
    color:white;
}

/*****CLEAR FLOATS ******/
.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix {
display : inline-block;
}
* html .clearfix {
height : 1%;
}
.clearfix {
display : block;
}


@media(min-width:900px){

    #nav{

        display:block !important;

    }

}

@media (max-width: 900px) {

  

    * {

        box-sizing: border-box;

    }

    #wrapper{

        padding:0;

        overflow: hidden;

        min-width:0 !important;
        overflow-x:hidden;

    }

    #header{

        height:auto;

        z-index:2;

    }



    #nav {

        display: none;

    }
    #nav-selector {

        display: block;

    }

    #mobileNav{

        display:block;
        width:100%;
        z-index:99999;
    }

    #nav-holder {

        position: relative;

    }

    #nav-icon {

        display: block;

        border: 1px solid #000;

        border-radius: 5px;

        -moz-border-radius: 5px;

        -webkit-border-radius: 5px;

        background: none;

        display: inline-block;

        padding: 5px;

        margin-top: 10px;

        margin-left: 10px;

        cursor: pointer;

        font-size: 20px;

    }
    
    
    #mobileNavHead{

        padding:5px 10px;

        text-align: right;

        background: rgba(231,231,231,1) ;

    }


    #mobileNavHead #mobileNavButton{

        width:29px; 

        height:30px;

        border:0;

        background: url('../images/icons/mobile.png') no-repeat center center;

        cursor: pointer;

    }

    #mobileNavHead #mobileNavButton:hover,

    #mobileNavHead #mobileNavButton.active{

        background: url('../images/icons/mobile-hover.png') no-repeat center center;

    }



    #mobileNav{

        background: #FFF;
        width:100%;

    }

    #mobileNav    .nav_menu {

        list-style: none;

        padding:0;

        margin:0;

        width:100%;

        float:none;
        display:none;
        max-height:400px;
        overflow-y:auto !important;

    }





    #mobileNav   .nav_menu li{

        padding:0;

        margin:0;

        float:none;

        height:auto;

        border:0;

    }

    #mobileNav   .nav_menu li:hover{

        background:none;

    }



    #mobileNav   .nav_menu li p{

        border:0;

        padding:0;

        margin:0;

    }

    #mobileNav   .nav_menu li a{

        display:block;

        padding:10px 5px;

        border-bottom: 1px solid #CACACA;

        transition:all 0.5s;

        -webkit-transition:all 0.5;

        -moz-transition:all 0.5s;

        cursor: pointer;

        font-size:100%;
        color:#000;
        text-decoration: none;



    }

    #mobileNav   .nav_menu li a:hover{

        background: #E9E9E9;

        transition:all 0.5s;

        -webkit-transition:all 0.5;

        -moz-transition:all 0.5s;

        cursor: pointer;
                text-decoration: none;

    } 



    #mobileNav   .nav_menu li ul{

        display:block;

        padding-left:10px;

        position: static;

        width:100%;

        background: none;

    }

    #mobileNav   .nav_menu li ul li{

        display:block;

        width:100%;

        padding:0;

        background:none;



    }







    #mobileNav .nav_menu li ul li a{

        padding:10px 5px;

        transition:all 0.5s;

        -webkit-transition:all 0.5;

        -moz-transition:all 0.5s;

        cursor: pointer;


    }



    #mobileNav   .nav_menu li ul li a:hover{

        background: #E9E9E9;

        transition:all 0.5s;

        -webkit-transition:all 0.5;

        -moz-transition:all 0.5s;

        cursor: pointer;

    } 

    #inner-wrapper{

        margin-top:0;

    }




    #contact-info {

        width: auto;

    }

    #contact-info li p {

        padding-top: 7px;

    }

    #inner-wrapper {

        width: 100%;

    }

    #slider {

        width: 100% !important;

    }



    #search-holder .submit-button{

        background-size: contain;

        height:27px;

    }

#designed-link{
padding-right:5px;
width:100%;
padding-bottom:10px;

}

}

@media (max-width: 720px) {

    #nav {

        display: none;

    }




    #inner-wrapper{

        box-shadow:0 0 0 0;

    }






    #header{

        z-index:3;

    }

    #left-intro {

        display: none;

        width: 100%;

        float: right;

    }

    #right-intro {

        padding: 10px;

        width: 100%;

    }

    #footer-wrapper,

    #footer-foot {

        padding: 5px 10px;

    }

    #footer-foot .column,

    .footer-column {

        width: 48.5%;

        margin-top: 0;

        float: none;

        display: inline-block;

        vertical-align: top;

    }

    #footer-foot #last-column{

        text-align:left;

    }

    #footer-foot #last-column .flag{

        float:left;

    }

    #slider {

        display: none;

    }

    #content,

    #latest-info {

        padding: 5px 10px;

        width: 100%;

    }

    #footer-wrapper {

        border: 0;

    }

    #footer-nav-wrapper {

        padding: 0 10px;

        border: 0;

    }

    #footer-nav {

        width: 100%;

        padding: 0 10px;

        -webkit-padding-start: 0;

    }

    #footer-nav li {

        float: none;

        display: block;

    }

    #footer-nav li p {

        padding: 0 0 5px 0;

        -webkit-margin-before: 0;

        -webkit-margin-after: 0;

    }

    

    #gallery-holder .gallery-item{

        width:50%;

    }



    .table-wrap{min-width: 600px;

        overflow-x:auto;

    }



    #contact-form ul{

        margin:0;

        padding:10px;

    }



    #contact-form ul li label{

        text-align: left;

        width:auto;

        float: none;

    }

    #contact-form ul li input[type=text],

    #contact-form ul li select,

    #contact-form ul li textarea{

        width: 100%;

        float: none;

        display: block;

    }


#key ul li{
width:49%;
}

.imageanddownloads{
width:20%;
margin:auto;
float:none !important;
max-width:300px;
min-width:300px;
}
	.spindletable{
width:100% !important;
clear:both;
}
#key{
width:100%;
margin-top:10px;
margin-bottom:10px;
}
#content{
width:100%!important;
}



}

@media (max-width: 480px) {

    #header{

        z-index:4;

    }



    #nav-holder{

        overflow: hidden;

        background: none;

    }

    #contact-info{

        overflow: hidden;

        float:left;

        clear:right;

        width:100%;

    }

    #contact-info li{

        float:left;

        width:100%;

    }

    #contact-info li p{

        text-align: left;

    }

    .footer-column {

        width: 100%;

        margin-top: 0;

    }





    #footer-foot .column, .footer-column{

        width:100%;

    }

    #footer-foot .column#centre-column {

        text-align: left;

    }

    #footer-foot .column#centre-column #social-holder {

        text-align: left;

        width: 100%;

    }

    #footer-foot .column#last-column {

        text-align: left;

    }

    #footer-foot .column#last-column .flag {

        float: left;

    }

    

    #gallery-holder .gallery-item{

        width:100%;

    }

    #static-slider{

        width: auto;

    }

#spindleform .item{
width:49%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.spindletable *{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.spindletable .half.th{
min-height:40px;
}

.spindletable .half +  .quart{
	width:25%;
min-height:40px;
}

.spindletable .half +  .quart + .quart{
	width:25%;

}

.spindletable .half,
.spindletable .quart{
	width:50%;
}
.spindletable .th.quart{
	clear:left;
}

}

@media(min-width:900px){
	#inner-wrapper{ padding-top:0!important;}
}


.sub-title{
	color: #0c1b38;
	margin-bottom:0px;
	padding-bottom:0;
	-webkit-margin-after: 0em;
}
.sub-title + p{
	margin:5px 0;
}

.sub-title ~ .sub-title{
margin-top:40px;
}


#home-page h2,
.blue{
	color:#1668A5;
}
#home-page #content{
	padding-left:25px;
}
#home-page #content ul li{
	padding-bottom:10px;
}
#home-page #intro-section{
min-height:320px;
}

#home-page #content-wrapper{
border-top:0;
}
.col-row{
    width:100%;
    display:table;
}
.col-row > div{
    display:table-cell;
    vertical-align:top;
}
.col-row .col-50{
    width:50%;
    padding:15px;
}
@media(max-width:768px){
    .col-row > div{
        display:block;
        margin-bottom:15px;
    }
    .col-row .col-50{
        width:100%;
    }
}


#intro-image{

	box-sizing: border-box;
	/*background-image: url('../images/2022//homefeature.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 240px;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;	
	position: relative;
}
#intro-image > div{
	
background: rgba(0,0,0,.1);
    height: 100%;
    width: 100%;
    padding: 30px 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#intro-image h2{
	color:#FFF;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 600;
}
#right-intro.home-right{
	width:100%;
	padding:1%;
	padding-top:0;
	box-sizing: border-box;
}
#right-intro.home-right h2{
	color:#1B6FC0;
}
#content.home{
	padding-top:0;
}
#content.home h3{
	padding-top:0;
	font-size: 1.5rem;
}
.sk-row{
	width:100%;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sk-row.justify-content-start{
	width: auto;
	justify-content: start;
	align-itemt:flex-start;
}
.sk-row > div{
	box-sizing: border-box;
	padding:10px;
	height: 100%;
	display: table;
}
.sk-col-5{
	width: 20%;
}
.sk-col-4{
	width: 25%;
}
.sk-col-3{
	width: 33.3%;
}
.sk-col-2{
	width:50%;
}
.sk-8{
	width:70%;
}
.sk-4{
	width:30%;
}
.sk-row.align-start{
	align-items: flex-start;;
}
@media(max-width:900px){
	.sk-8{
	width:60%;
	}
	.sk-4{
		width:40%;
	}

	.sk-col-5{
		width: 50%;
	}
	.sk-col-4{
		width: 50%;
	}
	.sk-col-3{
		width: 33.3%;
	}
}
@media(max-width:600px){
	.sk-col-5{
		width: 50%;
	}
	.sk-col-4{
		width: 50%;
	}
	.sk-col-3{
		width: 100%;
	}
	.sk-8{
	width:100%;
	}
	.sk-4{
		width:100%;
	}

}
#content.home{
	padding-bottom: 15px;
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 15px;
}
#linkbox .sk-row > div {
	text-align: center;
}
#linkbox a{
	display: block;
	height: 100%;
	background: #818e9f96;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	padding:30px 20px;
	justify-content: center;
	min-height: 120px;
	position: relative;
}
#linkbox a span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	width:100%;
}	
.padded-area .sk-row{
	align-items: flex-start;
}
.padded-area{
	box-sizing: border-box;
	padding:1%;
	padding-top:0;
	padding-bottom: 20px;;
}
.padded-area h3{
	color:#1B6FC0;
	padding-top:0;
	font-size: 1.5rem;
	margin-top:0;
}
.padded-area a{
	color:#1B6FC0;
	font-weight: bold;
	text-decoration: none;
}

#testimonial{
	position: relative;
	background-image: url('../images/2022/ballscrew.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color:#FFF;
}
#testimonial:before{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #4040406e;
	content:'';
	display: block;
	z-index:1;
}
#testimonial > div{
	position: relative;
	z-index: 99;
	box-sizing: border-box;
	padding:70px 60px 70px 60px;
	text-align: center;
	margin-bottom: -20px;;
}
#testimonial h3{
	margin-top:0;
	font-size: 1.5rem;
}





#callbackform {
	background: #F7F6F6;
	box-sizing: border-box;
	padding:15px 30px;
}
#callbackform h3{
	text-align: center;
	margin:0;
	font-size: 1.5rem;
	color:#717070;
	margin-bottom: 15px;;
}
#callbackform ul{
		list-style:none;
		margin:0;
		padding:0;
}
#callbackform ul li{
	clear:both;
	margin-bottom:8px;
}
#callbackform ul li label{
	display:block;
	width:170px;
	text-align:right;
	float:left;
}
#callbackform ul li input[type=text] {
	border:thin solid #D8D8D8;
	border-radius: 5px;
	box-sizing: border-box;
	padding:5px;
	width:100%;
	margin-bottom: 0;
}

#callbackform ul li textarea {
	border:thin solid #D8D8D8;
	border-radius: 5px;
	box-sizing: border-box;
	padding:5px;
	width:100%;
}

#callbackform #submit {
	width:100%;
	text-align:left;

}
#callbackform #submit input[type=submit] {
	border:0;
	background: #1B6FC0;
	color:#FFF;
	padding:5px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	cursor:pointer;
}
.regular-text{font-weight:normal; font-size:0.8em;}

.error{font-size: 0.6em; color:red;}


.spindle-repair #slider-holder{
	margin-top:0;
	padding-top:0;
}
.spindle-repair #right-intro{
	margin-top:50px;
}
	.spindle-repair #content h3{
		font-size:1.5rem;
		text-align: center;
		margin-top: 0;
	}
.spindle-repair .padded-area{
	padding-top:40px;
	border-bottom: 1px solid #ccc;
}
.spindle-repair .padded-area h3{
	margin-bottom: 5px;
	color:#000;
}
	.spindle-repair .main-list{
		min-width:200px;
	}
@media(max-width:768px){
	.spindle-repair #right-intro{
		margin-top:20px;
	}
}
	.why-choose-jena{
		padding:1%;
		box-sizing:border-box;
		background: #F7F6F6;
		margin-top:20px;
		margin-bottom:-10px;
	}
	.why-choose-jena h3{
		margin:0;
		font-size:1.5rem;
		color:#717070;
	}
	.why-choose-jena h3.blue{
		color:#1668A5;
	}
	.why-choose-jena li{
		padding-bottom:20px;
	}
	.why-choose-jena li:last-child{
		padding-bottom:0;
	}


	.light-blue{
		color: #34B0EF !important;
	}

	.why-choose-jena{
		margin-top:0px;
		margin-bottom:20px;
		padding-top:15px;

	}
	.why-choose-jena h3{
		color:#717070;
	}

.grey{
	color:#333333 !important;
}

.padded-blue{
	background:#2e4570;
	padding-top:20px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	color:#FFF;
	margin-bottom: -10px;
}
.padded-blue a{
	color:#FFF;
	font-weight: normal;
	text-decoration: underline;
}
.padded-blue h3{
	color: #FFF;
	padding-bottom: 0;;
	margin-bottom: 15px;;
}

.take-me-to-actuators{
	padding:20px 20px 30px 20px;
	margin-top:0px;
	clear: both;
}
.take-me-to-actuators h3{
	padding:0;
	margin:0;
}
.take-me-to-actuators a{
	color: #2481B2 !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.7rem;
	display: table;
	vertical-align: middle;
}
.take-me-to-actuators a > span{
	display: table-cell;
	vertical-align: middle;
}
.take-me-to-actuators a img{
		width:40px;
		margin-left:20px;
}
.take-me-to-actuators a{
	display:table;
	vertical-align:middle;
}
.padded-blue-alt{
	background:#155DA3;	
	padding:20px;
}
	.padded-blue-alt h3{
		line-height:1.5;
		font-weight:normal;
		font-size:1.7rem;
		margin-bottom:0;
	}

.padded-blue-alt a{
		font-weight:normal;
		text-decoration:underline;
		color:#FFF;
}
.padded-blue-alt  h3{
	color:#FFF;
	}
.padded-blue-alt{
	color:#FFF;
}
	.padded-blue-alt .light-blue{
		font-weight:bold;
	}

.padded-white{
	padding:15px 20px;
}
.padded-white img{
	max-width: 100%;
	border: 2px solid #EFEFEF;
	border-bottom:0;
	border-top:0;
}
.padded-white .sk-4 a{
	display: table;
	width: 200px;
	margin-left:auto;
	margin-right:0;
}
.padded-white p{
	line-height:1.5;
}
@media(max-width:900pz){
	.padded-white .sk-4 a{
			margin-left:auto;
			margin-right:auto;
	}
}

@media screen and (max-width: 587px) {
	#intro-image h2
	{
		font-size: 1.5em;
	}
}