@charset "UTF-8";
/* CSS Document */
html {
	font-family: custom, sans-serif;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
}



#myInput {
	background-image: url('/css/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 350px ;
	padding: 3px 10px 5px 22px;
  	border: 1px solid #ddd;
	margin:10px auto 10px aut0;
	position: sticky;
	z-index: 1;
	border-radius: 50px;	
	font-size: 1em;
	font-family: customLight;

	
}

#myTable {
  	width: 90%;
	margin-top: 95px;
	display: inline-block;  
	position: relative;
	}

#myTable th, #myTable td {
 	text-align: left;
  	padding: 12px;
}
#myTable tr.header, #myTable tr:hover {
}
.mainEQ{
	text-align: center;
  	justify-content: center;
  	align-items: center;	
	}
body{
	margin: 0;
	color: #fff;
	background: #f1f1f1;
}
.text-color{
	color:rgba(11,172,139,1);
}

@font-face{
	font-family:FontAwesome;
	src:url(https://use.fontawesome.com/3c57ec3013.js);
}
 @font-face{
            font-family:customLight;
            src: url("../fonts/panisans-light-webfont.woff");
            src: url("../fonts/panisans-light-webfont.woff2");
        }
@font-face{
            font-family:lightIt;
            src: url("../fonts/panisans-lightitalic-webfont.woff");
            src: url("../fonts/panisans-lightitalic-webfont.woff2");
        }
 @font-face{
            font-family:custom;
            src: url("../fonts/panisans-regular-webfont.woff");
            src: url("../fonts/panisans-regular-webfont.woff2");
        } 
@font-face{
            font-family:customIt;
            src: url("../fonts/panisans-regularitalic-webfont.woff");
            src: url("../fonts/panisans-regularitalic-webfont.woff2");
        } 
 @font-face{
            font-family:customMed;
            src: url("../fonts/panisans-medium-webfont.woff");
            src: url("../fonts/panisans-medium-webfont.woff2");
        }
 @font-face{
            font-family:customBold;
            src: url("../fonts/panisans-bold-webfont.woff");
            src: url("../fonts/panisans-bold-webfont.woff2");
        }
.fa{
	position: relative;
	left: 30px;
	color:#3D3D3D;
	z-index: 2;
}
.eqNav{
	position: sticky;
	top:0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background: #f1f1f1;
	font-size: .85em;

 }
.eqNav ul{
	width: 95%;
	margin: 5px;
}
.eqNav li{
	margin-top: 5px;
	list-style: none;
	padding: 0 10px;
	display: inline-block;
	text-transform: uppercase;
	color: #3d3d3d;
		
}
.eqNav li a:hover{
	color: coral;
	cursor: pointer;
}
.eqNav li a{
	text-decoration: none;
	color: #3d3d3d;
}

.item{
	float: left;
	font-family: customBold;
	text-transform: uppercase;
	color: #2B2B2B;
	padding: 0 4px;
	font-size: .9em;

	}
.packageContent .item{
	font-family: customLight;
	font-size: .9em;
	line-height: .9em;
	}
.line-item{
	box-sizing: border-box;
	padding: 2px 4px 2px 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	min-width: 295px;
	max-width: 335px;
	border-left: 2px;
	border-right: 2px;
	border-top:2px;
	border-bottom: 1px solid #4E4E4E;
	border-radius: 5px;
	}
.packageContent .line-item{
	margin: 0;
	padding:0;
	display: inline-block;
	min-width: 225px;
	}

.empty{
	display: none;
}
.filter-title{
	padding: 25px 10px 10px 0px;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-family: customBold;
	font-size: 1.0em;
	cursor: default;
	text-align: left;
}
.rate{
	color:#7f7f7f;
	left: 220px;
	font-size: .8em;
	}
.price{
	position: relative;
	float: right;
	color:#7f7f7f;
	padding: 0;
	margin: 0;
	}
.item-addon{
	font-family: customIt;
	font-size: .75em
	}
.col-third{
	position: relative;
	display: inline-block;
	background: #ffffff;
	font-size: .9em;

	}
.rentalimages{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 5px;
  	width: 50%;
	border-radius: 5px;
}
.Info{
	position: relative;
	color: #3d3d3d;
	text-align: center;
	text-decoration: none;
	background: #fff;

		
	box-sizing: border-box;
	padding: 2px 4px 2px 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	min-width: 295px;
	max-width: 335px;
	border-left: 2px;
	border-right: 2px;
	border-top:2px;
	border-bottom: 1px solid #4E4E4E;
	border-radius: 5px;
}
.Info a {
	text-decoration: none;
	color: rgba(11,172,139,1);
}
.Info a:hover {
	color: coral;
}

a{
	text-decoration: none;
}
.needs{
	color: #3d3d3d;
	padding: 0 10%;
	margin-bottom: 50px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	margin: 0 auto 25px auto;
}
.needs p{ 
	margin: 0 auto;
}
.forms{
	background: #e1e1e1;
	color: #3d3d3d;
	padding: 25px 10%;
}
.forms a, .needs a{
	color: #3d3d3d;
}
.forms a:hover, .needs a:hover{
	color: coral;
}
.bold{
	font-family: customBold;
}
.sub-copy{
	font-size: .65em;
	text-transform: uppercase;
}
.heading{
	font-weight: 900;	
	text-transform: uppercase;
	font-size: 1.25em;
	margin-bottom: -10px;
	letter-spacing: 3px;
}
.copy{
	font-family:customLight;
	font-size: 1em;
}
.forms .copy{
	margin: 15px 0 50px 0;
}
.forms .list{
	margin-top: 15px;
	text-transform: uppercase;
	font-size: .95em;
	line-height: 1.1em;
}
.forms .caps{
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 800;
}
.form-section{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}