

/***************************************************************************************



Buttons




**************************************************************************************/

.bin
{

    display: inline-block !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1666em;
    font-weight: bold;
    background: #900 !important; 
    min-width: 200px;
    padding: 10px 60px 10px 60px !important; 
    line-height: 1.7em !important; 
    color: #ffffff !important;
    margin: 10px 0 10px 0;
    height: auto !important;
}

a.bin
{
    background: #900 !important;    
    text-decoration: none !important;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
}

.bin:hover
{
    text-decoration: none !important;
    background: #e14538 !important;
    color: #ffffff !important;     
}

.btn-blk 
{
    display: block;
    position: relative;
    width: 200px;
    min-width: 100px;
    margin: 20px 0 20px 0;
    background: #444;
    color: #fff;
    padding: 20px;
    text-decoration: none;
}

a.btn-blk
{
  color: #fff;
  text-decoration: none;
}

.btn-blk:hover
{
    text-decoration: none !important;  
    color: #ffffff !important;     
}



/***************************************************************************************



Titles




**************************************************************************************/




.bin_product_title {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  /* color: #555555; */
  color: #000000;
  margin: .2rem 0 .2rem 0;
}

.bin_product_title a
{
  text-decoration: none;
}




/***************************************************************************************



Find Your Fit Design




**************************************************************************************/

.appguide-product-cat 
{
    font-family: "Open Sans Condensed", sans-serif !important;
    background: #222222;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 0 -15px;
    padding: 30px 10px 30px 10px;
    font-size: 20px;
    font-weight: bold;
    background-image: url(//www.torklift.com/images/backgrounds/rivet1.jpg);
    background-repeat: repeat;
    background-size: auto auto;
}


.step_title {
    font-size: 18px;
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif !important;
    text-transform: uppercase !important;
    color: #a71823;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    box-shadow: 0 1px 0 #ffffff;
    font-weight: bold;
    font-family: "UnitWebPro-MediumIta", serif;
    padding: 15px 5px 15px 15px;
    background: #e9e9e9;
    margin: 10px 0 0 -15px;
}

.class-title
{
  display: inline-block;
  min-width: 60px;
  font-weight: bold;
}

.class-field
{
  display: inline-block; 
}

.required-text
{
  font-size: 10px;
  font-weight: bold;
}

.mdiv3 img {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
}

/***************************************************************************************



    Notices




**************************************************************************************/

.fit-caution {
    color: #e3272a;
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 10px;
    font-weight: bold;
    width: 90%;
}

.red-txt
{
    color: #e3272a;
    font-weight: bold;
}

.available {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  color: #555;
  margin: 3px 0 0 0;
}


/**********************************************************************





    CALL OUT BOXES
    
    
    
    

    
**********************************************************************/

.gry-box {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
    line-height: 1.8em;
    background-color: #cde2fe !important;
    border-style: solid !important;
    border-color: #c0c0c0 !important;
    border-width: thin !important;
    -webkit-border-radius: 12px !important;
    border-radius: 7px !important;
    background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%) !important;
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%) !important;
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%) !important;
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%) !important;
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%) !important;
}

.gry-box a
{
    text-decoration: none !important;
}

/* Divider */
.gry-divider
{
    position: relative;
    width: 95%;
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: #cde2fe;
    border-style: solid;
    border-color: #c0c0c0;
    border-width: thin;
    /*
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    */
    background-image: linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -o-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -moz-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -webkit-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -ms-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    line-height: 1.8em;
       
}
    

/**********************************************************************





    FORMS
    
    
    
    

    
**********************************************************************/

.error
{
  color: red;
  /* margin-left: 2px; 
  font-size: 16px; */
}

label.error
{
  color: red;
  /* font-size: 16px; */
}

input[type="text"]#hname 
{ 
  display: none; 
}

/* IE6 */
input#hname 
{ 
  display: none;   
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #ffffff;
border: 1px solid #d5d5d5;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: auto;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 14px;
line-height: 20px;
color: #000000;
border-radius: 3px;
}

.caution
{
  display: inline-block;
  color: red;
  font-weight: bold;
  
}

.field_separator 
{
  padding-bottom: 1px;
}

div.single-field
{
  position: relative;
}

div.single-field span.error
{
  /* font: 11px arial; */
  color: red;
  margin-left: 8px;
  line-height: 8px;
}

.clabel
{
  width: 140px;
  display: block;
  float: left;
  font-weight: bold;
}




/**********************************************************************





    MEDIA QUERIES
    
    
    
    

    
**********************************************************************/

/* mobile */
 @media only screen and (min-width: 180px) and (max-width: 300px) 
{

/* featured products - mobile 280 */
    .mdiv3_wrapper
    {
        display: 100%;
    }    
    
    .mdiv3
    {
        vertical-align: text-top;
        margin-bottom: 10px;
        border-bottom: 1px solid #c0c0c0;
    }
    
    .mdiv3 img
    {
        border: 1px solid #ccc;
        border-radius: 2px;
        padding: 5px;
    }
    
    .mdiv2
    {
        display: block;     
        vertical-align: text-top;
        margin-bottom: 10px;
        border-bottom: 1px solid #c0c0c0;
    }
    
    .mdiv2-img
    {
        display: block;
        width: 100%; 
    }
    
    .mdiv2-txt
    {
        display: block;
        width: 100%; 
    }    

}




/* mobile */
 @media only screen and (min-width: 301px) and (max-width: 480px) 
{

    /* featured products - mobile 280 */
     .mdiv3
     {
       vertical-align: text-top;
       margin-bottom: 10px;
       border-bottom: 1px solid #c0c0c0;
     }
    
    .mdiv3_wrapper
    {
      display: 100%;
    }
    
    .mdiv3 img
    {
     border: 1px solid #ccc;
     border-radius: 2px;
     padding: 5px;
    }

}

 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 @media only screen and (min-width: 481px) and (max-width: 767px) 
 {


 }


@media (max-width:767px){

    .mdiv3
     {
      display: block;
      width: 100%; 
      vertical-align: text-top;
     }
    
    .mdiv3_wrapper
    {
      display: 100%;
    }
    
    .mdiv2
    {
        display: block;
        width: 100%; 
        vertical-align: text-top;
    }    
    
    .mdiv2-img
    {
        display: block;
        width: 100%; 
    }
    
    .mdiv2-txt
    {
        display: block;
        width: 100%; 
    }        

    #btn_find
    {
      display: block;    
      background-color: #000000;
      color: #ffffff;
      padding: 0px 50px 0px 50px;
      margin: 10px 0 10px 0; 
    }

}







@media screen and (min-width: 768px) and (max-width: 959px)
{

     /* featured products */
     .mdiv3
     {
      display: inline-block;
      width: 30%;
      vertical-align: text-top;
      margin-right: 2px;
     }
    
    .mdiv3_wrapper
    {
      display: block;
      width: 100%;
    }
    
    #btn_find
    {
      display: block;    
      background-color: #000000;
      color: #ffffff;
      padding: 0px 50px 0px 50px;
      margin: 10px 0 10px 0;
    }

}


/*****************************************************





END MEDIA QUERIES 






*******************************************************/


