/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;

}
.shadow {

text-shadow:0px 2px 1px black;

}
.cushion {

  padding-top: 20px;
}

.bigtext {

font-size:20px;

}
.bioinfo{
 padding-top: 55px;
 padding-bottom: 150px;
  background: #26292c;
  color: #6E8A9F;
  
}

#map-canvas {
        width: 500px;
        height: 400px;
      }

.bioinfo p {

  font-size: 20px;
}

.bottomaligned {
  position:absolute; 
  bottom:0;  
  margin-bottom:7px; 
  left: 0;
  margin: 0;
  padding-bottom: 25px;
  color: #ffffff;
}

.bottomaligned2 {
  position:absolute; 
  bottom:0;  
  margin-bottom:15px; 
  left: 0;
  margin: 0;
  padding-bottom: 125px;
  color: #ffffff;
}


.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */




.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/tractor2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.header2 {
  display: table;
  height: 300px;
  width: 100%;
  position: relative;
 background:#000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#img-padding
{
padding-left: 15px;

}
.pushdown{

padding-top:100px;

}

#upcolor
{
color:#ffffff;

}
/* Intro */

.intro {
  padding: 75px 0;
  background: #000000;
  color: #6E8A9F;
  padding-bottom: 100px;
}

/* Services */

.services {
  background: #26292c;
  padding-top: 75px;
  padding-bottom: 100px;
  color: #6E8A9F;

}


.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #6E8A9F;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* 

 */

.callout {
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%;
  background: url(../img/mission.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



i.callout-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
  color:#ffffff;
}


/* Portfolio */

.portfolio {
  padding: 50px 0;
  background: #000000;
  color: #6E8A9F;
  
}
.servicearea {
  padding: 50px 0;
  background: #26292c;
  color: #6E8A9F;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

.launch {
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%;
  background: url(../img/launch.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

i.launch-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
  color:#ffffff;
}

/* Map */

.map {
  height: 500px;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Contact */

.contact {
  background: #26292c;
  padding: 50px;
  color: #6E8A9F;
}


/* Footer */

footer {
  padding: 100px 0;
  background: #26292c;
  color: #6E8A9F;
}

.top-scroll {
  margin-top: 50px;

}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #6E8A9F;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

/* old media query


@media screen only (min-width: 768px) and (max-width: 1024px)

*/

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),  
        only screen and (   min--moz-device-pixel-ratio: 1.5),  
        only screen and (     -o-min-device-pixel-ratio: 3/2),  
        only screen and (        min-device-pixel-ratio: 1.5),  
        only screen and (min-resolution: 192dpi)


{
	
  

}




