html{}

body{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
/* ----------------------- LINER ---- */
#pagelinerdiv{
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#pageliner{
	width: 950px;
	height: 100px;
	margin: auto;
	border-radius: 5px;
	background: url(../css/pipestech-pageliner.jpg) 0px -10px no-repeat;
	}
	#pageliner h1{
		color: #FFF;
		font-size: 48px;
		line-height: 95px;
		padding-top: 0px;
		margin: 0px;
		padding-left: 40px;
		font-family: "Trebuchet MS";
		}
	
/* ----------------------- HEADER ---- */

#header img{
	width: 350px;
	padding: 20px;
	}

		
/* ----------------------- NAVIGATION ---- */
#navigationdiv{
	width: 100%;
	height: 35px;
	//margin-bottom: 20px;
	background: #0B18D9;
	border-bottom: 1px solid #369932;
	}
	#navigation{
		width: 900px;
		margin: auto;
		padding: 0px;
		display: table;
		}
		#navigation ul{	
			float: right;
			margin: 0px;
			padding: 0px;
			margin-right: 20px;
			background: #379933;
			}
		#navigation li{
			float: left;
			list-style: none;
			border-right: 1px solid #FFF;
			}
		#navigation li a{
			line-height: 35px;
			padding: 0px 18px 0px 18px;
			text-decoration: none;
			color: #FFF;
			display: block;
			margin-right: 5px;
			//background: #369932;
			text-transform: uppercase;
			}
		#navigation li a:hover{	
			color: #A1F826;
			}
		#navigation .current_page_item{
			background: #369932;
			}
			
		/*  ************************************************* DROP DOWN MENU *****************************************************  */
	
	#navigation  ul li  ul{
		display: none;
		margin: 0px;
		padding: 0px;
		
		}
	
	#navigation  ul li:hover ul {
		display: block;
		position: absolute;
		z-index: 1000;
		margin: 0px; 
		padding: 0px;
		
		}
	#navigation  ul li:hover ul li a{
		display: block;
		width: 130px;
		color: #fff;
		height: 25px;
		padding: 5px 15px;
		text-align: left;
		line-height: 25px;
		border: none;
		text-transform: none;
		}
		
	#navigation ul li:hover  ul li{
		background-color: #379933;
		border: none;
		border-bottom: 1px dotted #444;
		padding: 0px;
		margin: 0px;
		clear: both;
		}
		
	#navigation  ul li:hover ul li :hover {
		background-color: #35434A;
		
		}	
		
	#navigation  ul li:hover ul li a:hover {
		background-color: #0B18D9;
	
		}	
	form{
		float: right;
		display: table;
		width: 220px;
		margin-top: 35px;
		}
		form input{
			line-height: 20px;
			border-radius: 3px;
			border: 1px solid #555;
			padding: 5px 10px;
			}

/* ----------------------- ANIMATION ---- */
#animationdiv{
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	height: 370px;
	}
#animation{
	width: 100%;
	height: 270px;
	margin: auto;
	border-radius: 5px;
	//border: 1px solid #ccc;
	}
	#slidercontainer {
	/*width: 700px;*/
	width: 100%;
	height: 270px;
	margin: 0px auto;
	padding: 0px;
	border-radius: 5px;
	float: left;
	}
	#SliderName_2 img{
		/*width: 700px;*/
		height: 370px;
		border-radius: 5px;
		}
	#SliderName_2 p{
		color: #FFF;
		padding-left: 20px;
		background: #000;
		/*width: 620px;*/
		margin-right: 60px;
		margin-left: 20px;
		padding: 15px;
		border-radius: 5px;
		opacity: 0.7;
		margin-top:150px;
		}
	#SliderName_2 p span{
		font-size: 20px;
		margin-bottom: 0px;
		font-weight: bold;
		display: block;
		font-family: "Trebuchet MS";
		text-transform: uppercase;
		float: left;
		margin-right: 10px;
		}
	#SliderNameNavigation_2{
		display: none;
		}
	
	#rightcontainer {
		width: 220px;
		height: 230px;
		float: right;
		border-radius: 5px;
		background: #000;
		padding: 10px;
		}
		
/* --------------------Welcome Text------*/
#welcomeareadiv{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	}
#welcomearea{
	/*width: 950px;*/
	margin: auto;
	display: table;
	}
#welcome{
	/*width: 670px;*/
	float: left;
	padding: 15px;
	border-radius: 5px;
	border:1px;
	border-style:groove;
	border-color:gray; 
	line-height: 22px;
	margin-top: -20px;
	}
	#welcome h1{	
		font-family: "century gothic";
		font-size: 25px;
		margin-top: 10px;	
		}
#welcome h1 {
   width: 100%; 
   text-align: center;
   border-color:gray;
   line-height: 0.01em;
   border-style:double;
   margin: 10px 0 20px; 
} 
		
#welcome h1 span { 
    background:#fff; 
    padding:0 10px; 
}

/* Fade In #1 */
.hover01 {
  position:relative;
  height:240px;
  width:450px;
  margin:0 auto;
}

.hover01 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.hover01 img:hover {
  opacity:0.5;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* ----------------------- CONTENT ---- */
#contentareadiv{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	background: #379933;
	}
#contentarea{
	width: 950px;
	margin: auto;
	display: table;
	}
#content{
	/*width: 670px;*/
	float: left;
	background: #FFF;
	padding: 15px;
	border-radius: 5px;
	line-height: 22px;
	border: 1px solid gray;
	}
	#content h1{	
		font-family: "century gothic";
		font-size: 25px;
		text-transform: uppercase;
		margin-top: 10px;	
		}
	#content h1 a{	
		color: #090;
		text-decoration: none;
		}
	#content h1 a:hover{	
		color: #F00;
		}
		
/* ----------------------- SIDEBAR ---- */
#sidebar{
    background: #FFF;
    border-radius: 5px;
	}
	#sidebar img{
		max-width: 220px;
		height: auto;
		margin-bottom: 10px;
		}
	#sidebar .container{
		width: 220px;
		padding: 10px;
		background: #FFF;
		border-radius: 5px;
		margin-bottom: 10px;
		}
		#sidebar .container h2{
			background: #0B18D9;
			line-height: 35px;
			color: #FFF;
			margin: 0px;
			padding-left: 10px;
			border-radius: 4px;
			margin-bottom: 10px;
			}
		#sidebar .container ul{
			margin: 0px;
			padding: 0px;
			}
		#sidebar .container li{
			list-style: none;
			border-bottom: 1px solid #ccc;
			text-indent: none;
			line-height: 25px;
			}
		#sidebar .container li a{	
			text-decoration: none;
			}
		
/* ----------------------- SERVICES ---- */
#servicesdiv{
	width: 100%;
	margin-top: 20px;
	display: table;
	}
#services{
	width: 990px;
	margin: auto;
	display: table;
	padding-left: 40px;
	margin-bottom: 20px;
	}
	#services #container{
		float: left;
		margin-right: 10px;
		border: 1px solid #060;
		border-radius: 4px;
		width: 228px;
		background: #FFF;
		margin-top:-10px;
		}
	#services #container h2{
		font-size: 14px;
		font-family: "century gothic";
		text-indent: 15px;
		line-height: 40px;
		margin: 0px;
		background: #060;
		color: #FFF;
		}
	#services #container img{
		background: #CCC;
		width: 220px;
		height: 230px;
		}
	#services #container p{
		padding: 15px;
		}

/* ----------------------- FOOTER ---- */
#footerdiv{
	width: 100%;
	background: #202020; /* #0B18D9 */
	bottom: 0;
	left: 0;
	clear: both;
	}
#footer{
	/*width: 950px;*/
	height: 20px;
	margin: auto;
	}
	#footer h2{
			margin: 0px;
			padding: 0px;
			margin-bottom: 5px;
			color: #FFFF00;
			Text-transform: uppercase;
			}
	#footer p{
			margin: 0px;
			padding: 0px;
			padding-left: -5px;
			}
	#footer #container{
		float: left;
		margin-right: 20px;
		border-right: 1px solid #AAA;
		margin-top: 20px;
		}
		#footer #container ul{
			margin: 0px;
			padding: 0px;
			}
		#footer #container ul li{
			line-height: 20px;
			list-style: none;
			}
		#footer #container ul li a{	
			text-decoration: none;
			color: #fff;
			}
		#footer #container p{	
			color: #CCC;
			line-height: 20px;
			}
	
	#footer-msg{
	/*width: 670px;*/
	float: left;
	background:;
	padding: 15px;
	border-radius: 5px;
	line-height: 22px;
	margin-top: -20px;
	}		
/* ----------------------- FOOTER ---- */
#footer2div{
	width: 100%;
	background: #202020;
	bottom: 0;
	left: 0;
	clear: both;
	//border-top: 1px solid #FFF;
	color: white;
	}
	#footer2{
		/*width: 900px;*/
		height: 55px;
		display: table;
		margin: auto;
		padding-top: 10px;
		}
		#footer2 ul{
			margin: 0px;
			padding: 0px;
			margin: auto;
			display: block;
			width: 600px;
			}
		#footer2 ul li{
			float: left;
			border-right: 1px solid #fff;
			}
		#footer2 ul li a{
			text-decoration: none;
			color: #FFF;
			padding: 0px 20px;
			}
		#footer2  ul li  ul{
			display: none;
			margin: 0px;
			padding: 0px;
			}				
				
/*--------------------------------------------------------------------*/
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}