body {
   background-image:url(/images/tech-bg.jpg);
   background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   font-family: 'Open Sans', sans-serif;
	
}

form {
   font-family: 'Open Sans', sans-serif;
}

.hidden {
display:none;
}

iframe {
border:none;
padding-right:10px;
}

.jumbotron {
padding:0px;
background-color:transparent;
}

.jumbotron h1 {
margin:0px;
margin-top:20px;
color:#34519f;

}

.buttonbox {
text-align:right;
margin-right: 30px;
}

.buttonbox-left{
text-align:left;
margin-left: -10px;
}

.buttonbox .btn{
margin-top:-7px;
}

.btn-primary {
margin-left:10px;
margin-bottom:10px;
}

.footer {
margin-bottom:30px;
}

a {
color:#799e1a;
}


.link {
color: color:#799e1a;
-o-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
-khtml-transition: color 0.3s linear;
-webkit-transition: color 0.3s linear;
-ms-transition: color 0.3s linear;
transition: color 0.3s linear;
}

.link:hover {
color: #006db0;
text-decoration:none;
}


h2 {

font-weight:bold;
color:#006db0;

}

h3 {
color:#006db0;
}

ul {
list-style-type: none;
}

p {
text-align:justify;
font-size:14px;
color:#494949;
}

ul#slideshow{list-style:none;border:0px;padding:2px;margin:auto;margin-top:30%;width:350px;height:390px;overflow:hidden;}

#slideshowWrapper {
width:300px;
}

#banner-fade {
margin-top:90px;
margin-right:20px;
}

.sidebar-right {
	margin-bottom:10px;
	text-align:right;
	margin-right:30px;
	display:block;
}

.sidebar-left {
	margin-top:1px;
	display:inline-block;
}

.sidebar-right a {
line-height:27px;
color:#799e1a;
font-size:16px;
z-index:999999;
}

.line-down {
background-image:url(/images/line-down.png); 
   background-repeat:no-repeat;
   width:369px;
   height:47px;
   position:absolute;
   right:43px;
   margin-top:-13px;
   z-index:-1;
}

.line-up {
background-image:url(/images/line-up.png); 
   background-repeat:no-repeat;
   width:369px;
   height:47px;
   position:absolute;
   right:43px;
   margin-top:-42px;
   z-index:-1;
}

.mt-logo {
background-image:url(/images/mobiletrackhi-logo.png); 
display:inline-block;
height:140px;
width:268px;
margin-top:30px;
margin-right:28px;
}

.navbar{
padding-top:10px;
min-height:40px;
height:40px;
}

.cfg-contactform {
width:380px;
}