/* Suretorq Hinges Custom Styles  */

@media (min-width: 700px){
   #deskbackground{
    background: url('../img/Web-3D.jpg') no-repeat;
    background-size: 100% auto;
    height: 400px;
}
}

@media (min-width: 900px){
   #deskbackground{
    background: url('../img/Web-3D.jpg') no-repeat;
    background-size: 100% auto;
    height: 500px;
} 
}

@media (min-width: 1100px){
   #deskbackground{
    background: url('../img/Web-3D.jpg') no-repeat;
    background-size: 100% auto;
    height: 700px;
}
}

@media (min-width: 1280px){
   #deskbackground{
    background: url('../img/Web-3D.jpg') no-repeat;
    background-size: 100% auto;
    height: 700px;
}
}

@media (min-width: 1500px){
   #deskbackground{
    background: url('../img/Web-3D.jpg') no-repeat;
    background-size: 100% auto;
    height: 800px;
}
}

.specTorqefont{
	font-size: 18px;
	line-height: 90%;
}

.BGCompare{
    color:#fff;
    background-color:#0069aa;
}

.BGCompare .thumbnail{
    color:#fff;
    background-color: #0069aa;
}

.BGBox{
  color:#E6F1F5;
  background-color:#6E7476;
}

.btn-space{
  margin-right:30px;
  margin-top: 20px;
  padding: 20px;
}