img{
    max-width: 100%;
}
body{
    margin-top: 10px;
    overflow-x: hidden;
    color: #000;
}
header.container{
    background: linear-gradient(to right,#ccc,#fff);
    border-radius: 45px;
}
*:focus{
    outline: none!important;
}
.archivo-black{
    font-family: 'Archivo Black', Arial Black;
}
.text-red{
    color:#FF0000;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
a,a:hover{
    color: inherit!important;
    text-decoration: none!important;
}
.text-black{
    color: #000000!important;
}
.tauri{
    font-family: 'Tauri', sans-serif;
}
.mg-top-0{
    margin-top:0px;
}
.mg-bottom-0{
    margin-bottom: 0px;
}
.text-white{
    color: #fff;
}
.mg-top-20{
    margin-top: 20px;
}
.mg-top-50{
    margin-top: 50px;
}
.mg-top-15{
    margin-top: 15px;
}
.ball-screw-repair-photos img{
    margin-left: 20px;
    margin-right: 20px;
}
.ball-screw-manufacturers-photos img{
    margin-left: 30px;
    margin-right: 30px;
}
.blue-bordered-bar{
    background-color: #B4D7FD;
    border-radius: 10px;
    border: 3px solid #CCCCCC;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.gray-bordered-bar{
    background-color: #ccc;
    border-radius: 10px;
    border: 3px solid #CCCCCC;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bd-none{
    border: none!important;
}
p,li{
    font-size: 17px;
}
p a,p a:hover{
    color: blue!important;
    text-decoration: underline!important;
}
.strong,.strong *{
    font-weight: bold!important;
}
.navigation li{
    margin-top:12px;
    margin-bottom: 12px;
}
.thin-blue-bordered-bar{
    background-color: #B4D7FD;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 10px;
    border: thin solid #CCCCCC;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ball-screw-manufacturers-title{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0C96B4;
    font-size: 24px;
}
.ball-screw-manufacturers p{
    margin-top:0px;
    margin-bottom: 0px;
}
.ball-screw-manufacturers{
    margin-top:20px;
}
.gray-bar{
    height: 30px;
    background-color: #CCCCCC;
    border-radius: 10px;
    border: 3px solid #CCCCCC;
}
.footer-address {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.footer-headline {
    text-align: center;
    font-style: normal;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: 36px;
}
.footer-line{
    height: 1px;
    background-color: #CCCCCC;
    border-radius: 10px;
    border: 3px solid #CCCCCC;
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer-copyright {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.side-bar{
    border-radius: 35px!important;
}
.operation tr td:first-child{
    text-align: right;
    font-size: 18px;
}
.operation tr td:last-child{
    text-align: left;
    padding-left: 5px;
    font-size: 18px;
}
.operation{
    margin-left: auto;
    margin-right: auto;
}
.ups-table tr *{
    padding-right:30px;
}
.blue-bar-2 {
    height: 30px;
    background-color: #B4D7FD;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    border: 3px solid #CCCCCC;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-us-NAP *{
    font-weight: bold;
}
.contact-us-Name {
    font-size: 36px;
}
.contact-us-Address {
    font-size: 24px;
}
.contact-us-email {
    font-size: 28px;
}
.contact-us-facebook{
    margin-top: 100px;
}
.bridgeporot-ball-screw-repair-footer-blue {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0099FF;
    font-size: 20px;
}
.blue-headline {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #06F;
}
.ups-table p{
  margin-bottom: 0px;
}
@media screen and (min-width:767px){
    header.container{
        padding: 15px 0px 15px 35px;
    }
}

@media screen and (max-width:767px){
    header.container{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #ccc;
        margin-left: 15px;
        margin-right: 15px;
    }
}