*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #393936;
  background-color: #393936;
}
body.home{
  background-image: url(images/dam.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}


img{
  border: 0;
  max-width: 100%;
}

a{
  text-decoration: none;
  transition: .7s color;
  color: #000000;
}
a:focus{
  outline: none;
}
a:hover{
  transition: .3s color;
}

h1{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
  color: #393936;
  text-transform: uppercase;
}

h2{
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 20px;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}


.container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pad{
  padding: 0 50px;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  height: 123px;
  padding: 15px 0;
}
#header h1{
  margin: 0;
}

/* main nav */
#header ul{
  position: absolute;
  right: 50px;
  top: 50%;
  list-style-type: none;
  margin: -15px 0 0 0;
}
#header ul li{
  display: inline;
  border-right: 1px solid #000000;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
#header ul li:last-child{
  border:0;
  padding:0;
  margin:0;
}
#header ul li a{
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
#header ul li a:hover, #header ul li a.current{
  color: #707171;
}


/* 1st dropdown */
#header ul ul{
  position: absolute;
  top: 33px;
  left: -22px;
  right: auto;
  z-index: 5;
  width:120%;
  opacity: .9;
  display: none;
}
#header ul li:hover ul{
  display:block;
}
#header ul ul li{
  display: block;
  margin:0;
  padding: 0;
  border:0;
}
#header ul ul li a{
  display: block;
  padding: 3px 0;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  font-size: 16px;
  transition: .7s background-color;
}
#header ul ul li a.current, #header ul ul li:hover a{
  background-color: #707171;
  color: #FFFFFF;
  transition: .3s background-color;
}

/* 2nd dropdown */
#header ul ul ul{
  top: 15px;
  left: 100%;
  display: none !important;
}
#header ul ul li:hover ul{
  display: block !important;
}
#header ul ul ul li a{
  text-transform: none;
  border:0;
  font-weight: 400;
  border-left: 1px solid #CCCCCC;
}
#header ul ul li:hover ul li a{
  background-color: #FFFFFF;
  color: #000000;
}
#header ul ul ul li a:hover, #header ul ul ul li a.current{
  background-color: #707171 !important;
  color: #FFFFFF !important;

}


#topspace{
  height: 153px;
}

#dam{
  background-position: center center;
  background-repeat: no-repeat;
  height: 545px;
}

#dam h2{
  color: #FFFFFF;
  font-weight: 900;
  font-size: 60px;
  line-height: 75px;
  text-shadow: 2px 2px 4px #000000;
  padding-top: 80px;
}

#dam ul{
  list-style-type: none;
  margin: 100px 0 0 0;

}
#dam ul li{
  display: inline;
}
#dam ul li a{
  display: block;
  float: left;
  border: 3px solid #FFFFFF;
  margin: 0 20px 20px 0;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 8px 15px;
  transition: 1s background-color, .2s color;
}
#dam ul li a:hover{
  background-color: #FFFFFF;
  transition: .3s background-color, .3s color;
  color: #000000;
}

.grey{
  background-color: #E7E7E8;
  padding: 50px 0;
}


#footer{
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #393936;
  padding: 30px 0;
  color: #C7C8CA;
  text-transform: uppercase;
  font-size: 13px;
}

#footer .third{
  float: left;
  width: 30%;
  margin-right: 3%;
}

#footer .third ul{
  float: left;
  width: 50%;
  margin: 0;
  list-style-type: none;
}
#footer a{
  color: #C7C8CA;
}
#footer a:hover{
  color: #FFFFFF;
}

.clear{
  clear: both;
}

#credit{
  text-align: right;
  text-transform: none;
  font-size: 10px;
  opacity: .5;
}



#owl .owl-prev, #owl .owl-next{
  position: absolute;
  left: 10px;
  top: 40%;
  height: 20%;
  width: 35px;
  background-image: url(images/left.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -1000px;
  opacity: .6;
  transition: .5s opacity;
  overflow: hidden;
}



#owl .owl-next{
  background-image: url(images/right.png);
  background-position: right center;
  left: auto;
  right: 10px;
}

#owl .owl-prev:hover, #owl .owl-next:hover{
  opacity: 1;
  transition: .3s opacity;
}


.left{
  float: left;
  width: 60%;
}
.right{
  float: right;
  width: 35%
}

.button{
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid #393936;
  color: #393936;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  transition: .3s color, 1s background-color;
  cursor: pointer;
}
.button:hover{
  background-color: #393936;
  color: #FFFFFF;
  transition: .3s color, .3s background-color;
}


#map{
  height: 350px;
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.formlabel{
  width: 100px;
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.forminput{
  margin-left: 100px;
  margin-bottom: 10px;
}
.input, .textarea{
  width: 96%;
  padding: 5px 2%;
  border: 1px solid #CCCCCC;
  font-family: arial;
  font-size: 13px;
  max-width: 450px;
}
.textarea{
  height: 120px;
}


.product{
  display: block;
  float: left;
  width: 200px;
  margin: 0 20px 25px 0;
}

.product .image{
  display: block;
  background-size: cover;
  background-position: center center;
  height: 150px;
}
.product .title{
  display: block;
  margin-top: 8px;
  border-top: 1px solid #393936;
  border-bottom: 1px solid #393936;
  color: #393936;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0 2px;
  transition: 1s background-color;
}

.product:hover .title{
  background-color: #707171;
  color: #FFFFFF;
  transition: .3s background-color;
}


.half{
  width: 48%;
  float: left;
}
.half+.half{
  margin-left: 4%;
}
.clear{ clear: both; }

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

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


#mitre10{
  background-color:#FFFFFF;
  padding: 10px;
  border-radius: 5px;
  line-height: 21px;
}
#mitre10 p{ margin: 10px 0 0 0; }





.pricing{
  display: flex;
  flex-wrap: wrap;
}
.price{
  display:block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.price:nth-child(3n+3){
  margin-right:0;
}
.price .dollars{
  float: right;
  margin-left:15px;
}
.price .image{
  display: block;
  background-size: cover;
  background-position: center center;
  height: 200px;
}
.price .title{
  display: block;
  margin-top: 8px;
  border-top: 1px solid #393936;
  border-bottom: 1px solid #393936;
  color: #393936;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0 2px;
  transition: 1s background-color;
}

.price:hover .title{
  background-color: #707171;
  color: #FFFFFF;
  transition: .3s background-color;
}
