/********** Start RESET **********
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url( '/theme/js/boxsizing.htc' );
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
}
html, body, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, sub, tt, var, b, u, i, center, ul, ol, li, dl, dt, dd, table, tr, th, td, thead, tbody, tfoot, caption, form, fieldset, legend, input, textarea, select, label, applet, object, iframe, audio, video, canvas, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary {
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: middle;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
canvas {
	-ms-touch-action: double-tap-zoom;
}
 [hidden] {
display: none;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup, sub {
	font-size: 75%;
	line-height: 0;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
pre {
	display: block;
	overflow: auto;
}
code {
	font-family: 'Courier New', Courier, monospace;
}
p {
	text-indent: 40px; 
}
table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: hide;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	-webkit-appearance: none;
}
button, input, select, textarea {
	vertical-align: baseline;
*vertical-align: middle;
	-webkit-border-radius: 0;
}
button, input {
	line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
display: none;
}
input[type='search'] {
	-webkit-appearance: textfield;
}
input[type='radio'] {
	-webkit-appearance: radio;
}
input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
input::-ms-clear {
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
.cleaner {
	height: 0;
	line-height: 0;
	clear: both;
}
/********** End RESET **********/
html {
	font-size: 100%;
 	height:100%;
}
body {
	
	background-color: #464646;
}
body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url('../img/reston.jpg') center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
body, a, a:hover {
	color: #666666;
}
a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
a, a:hover {
	text-decoration: none;
}
header {
	background-color: #292929;
	width: 90%;
	max-width: 1200px;
	height: 100px;
	margin: auto;
	border-radius: 30px;
	line-height: 50px;
	vertical-align: middle;
}
#header-inner {
	max-width: 1100px;
	margin: 0 auto;
}
#logo {
	margin: 10px;
	float: left;
	width: 90px;
	height: 80px;
	background: url(../img/favicon.png) no-repeat center;
	background-size: contain;
}
#header-inner h1 {
	color: #F36F0C;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	font-size: xx-large;
	padding: 5px;
}
#smallscreen {
	display: none;
}
#tabletscreen {
	display: none;
}
#phonescreen {
	display: none;
}
#nav {
	width: 70%;
	max-width: 1200px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	position: relative;
	margin: 10px auto;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
	list-style: none;
}
#nav li a {
	color: #F36F0C;
	display: block;
}
#nav li a:active {
	background-color: #3E3E3E !important;
}
/****little triangle****/
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #c1b9b3;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
	height: 2.00em;
	background-color: #292929;
	border-radius: 10px;
}
#nav > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 1.3em; 
	line-height: 1.5em;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #c1b9b3;
	border-radius: 10px;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #c1b9b3;
	border-radius: 10px;
}
/* second level */

#nav li ul {
	background-color: #292929;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
	border-radius: 10px;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 1.2em; /* 20 */
	border-top: 1px solid #c1b9b3;
	padding: 0.40em; /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #c1b9b3;
	border-radius: 10px;
}
.banner {
	clear: both;
	width: 90%;
	max-width: 1200px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.banner-inner {
	background-color: rgba(41, 41, 41, 0.5);
	color: rgba(41, 41, 41, 0.35);
	float: right;
	max-width: 1200px;
	font-size: 30;
	text-align: right;
	color: #F36F0C;
	text-decoration: bullets;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 100px;
}
#header-inner h2 {
	color: #F36F0C;
	text-align: center;
	padding-top: 41px;
	padding-bottom: 41px;
	text-decoration: none;
}
.container {
	clear: both;
	width: 90%;
	max-width: 1200px;
	margin: auto; /* to center the container */
	text-align: center;
	padding-bottom: 10px;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(41, 41, 41,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(41, 41, 41,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(41, 41, 41,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(41, 41, 41,1)); /* Standard syntax (must be last) */
	background-color: rgba(41, 41, 41, 0.4);
	padding-top: 10px;
	border-radius: 10px 10px 0 0;  
}
#special {
	width: 24%;
	display: inline-block;
	color: #F36F0C;
}
#special p {
	text-indent:0px;
	font-size:24;
	text-align: center;
	color: #F36F0C;
	font-weight: bold;
}
.responsive-image {
	max-width: 100%;
	margin: auto;
}
img {
	display: block;
}
.beforemapcontainer {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #292929;
	padding: 20px 0px 0px 0px;
	border-top: thick dotted #f36f0c;
}
.beforemapcontainer p {
	text-indent: 0;
	font-size: 28px;
	color: #f36f0c;
	text-align: center;
	font-weight: bold;
	}
.mapcontainer {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: auto;
	background-color: #292929;
	display: flex;
	flex-flow: row wrap;
	justify-content: center; /* align horizontal */
	border-bottom: thick dotted #f36f0c;
}
#map {
	width: 55%;
	height: 350px;
	border: double;
	margin: 10px;
}
.locationlist {
	float:left;
}
.locationlist a:link, a:visited {
	font: bold 16px Arial;
	text-decoration: none;
	background-color: #c1b9b3;
	color: #F36F0C;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #cccccc;
	margin: 14px;
	border-radius: 5px;
}
.locationlist a:hover, a:active {
	border-radius: 5px;
	font-family: inherit;
}
#spacer{
	position: absolute;
	top: 85vh;
	max-height:900px;
	width:100%;
	}
#rel {
	width: 70%;
	margin: -1 auto; /* to center the container */
	text-indent: 0;
	clear: both;
	background-color: rgba(41, 41, 41, 1);
	padding: 10px 10px 10px 10px;
	border-radius: 10px 10px 0 0;
	font-size: 32px;
	text-decoration: underline;
	color: #F36F0C;
	text-align: center;
	height: 60px;
}
#rel1 {
	width: 90%;
	margin: auto;
	clear: both;
	background-color: #292929;
	padding: 20px 20px 20px 40px;
	border-radius: 10px;
	font-size: 18px;
	color: #F36F0C;
	margin-bottom: 20px;
}
#rel1 ul {
	padding-left:20px;
}
#rel1 li {
	padding-top:10px
}
#rel2 {
	width: 70%;
	max-width: 700px;
	margin: -1 auto; /* to center the container */
	clear: both;
	background-color: rgba(41, 41, 41, 1);
	padding: 10px 10px 0px 10px;
	border-radius: 10px 10px 0 0;
	font-size: 32px;
	color: #F36F0C;
	text-align: center;
	height: 60px;
}
.containerlockersize{
	clear: both;
	width: 90%;
	max-width: 1200px;
	margin: auto; /* to center the container */
	padding-bottom: 20px;
	background-color: rgba(41, 41, 41, 1);
	padding-top: 20px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	margin-bottom: 10px;
	}
.mainlockersize{
	max-width: 27%;
	display:inline-block;
	margin:auto;
	color: #F36F0C;
	font-size: 24px;
	vertical-align:top;
	padding: 5px 20px 5px 20px;
}
.lockersize{
	max-width: 32%;
	display: inline-block;
	margin: auto;
	color: #F36F0C;
	font-size: 24px;
	vertical-align: top;
	padding: 5px 20px 5px 20px;
	border-top: 3px solid #F36F0C;
}
.lockerdescribe {
	font-size: 18px;
}
.addresscontainer{
	height: 350px;
	width: 90%;
	max-width: 1200px;
	margin: auto; /* to center the container */
	padding-bottom: 20px;
	background-color: rgba(41, 41, 41, 1);
	padding-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#address {
	width: 30%;
	font-size:28px !important;
	color: #F36F0C;
	display: inline-block;
	text-align: center;
	vertical-align:middle;
}
#address p{
text-indent: 0;
}
#map2 {
	width: 65%;
	display: inline-block;
	padding: 15px;
	text-align:center;
}
.containerright{
	clear: both;
	width: 90%;
	max-width: 1200px;
	margin: auto; /* to center the container */
	padding-bottom: 10px;
	background-color: rgba(41, 41, 41, 1);
	padding-top: 20px;
	margin-bottom: 10px;
	}
.button {
	display:block;
	width: 140px;
	margin: 2px;
	color: rgb(243, 111, 12);
	font-size: 24px;
	padding: 3px;
	text-shadow: 0px -2px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: rgb(102, 102, 102);
	background: -moz-linear-gradient(90deg, rgb(102, 102, 102) 85%, rgb(140, 140, 140) 70%);
	background: -webkit-linear-gradient(90deg, rgb(102, 102, 102) 85%, rgb(140, 140, 140) 70%);
	background: -o-linear-gradient(90deg, rgb(102, 102, 102) 85%, rgb(140, 140, 140) 70%);
	background: -ms-linear-gradient(90deg, rgb(102, 102, 102) 85%, rgb(140, 140, 140) 70%);
	background: linear-gradient(0deg, rgb(102, 102, 102) 85%, rgb(140, 140, 140) 70%);
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.31);
	box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.31);
}
.formcontainer {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
 @media only screen and ( max-width: 62.5em ) /* 1000 */ {
#header {
}
#header-inner h1 {	
	line-height: 35px;	
	font-size: 22px;
	padding: 10px;
}
#bigscreen {
	display: none !important;
}
#smallscreen {
	display: block !important;
}
#nav {
	width: 70%;
	position: relative;
	margin: 5px auto;
	text-wrap: normal;
}
#nav > ul {
	height: 2.0em; /* height of nav bar */
}
#nav > ul > li > a {
	height: 100%;
	font-size: 1.0em;
	line-height: 2.0em; /* 60 (24) */
}
#nav li ul a {
	font-size: 1.0em;
	padding: 0.30em;
}
#rel1{
	width: 100%;	
}
}

@media only screen and ( max-width: 55em) /* 880 */ {
.mainlockersize{
	max-width: 45%;
	display:inline-block;
	padding: 5px 20px 20px 20px;
	}
.lockersize{
	max-width: 45%;
	display:inline-block;
	margin-top: 20px;
	}
#rel2 {
	font-size: 26px;;
}
.addresscontainer{
	height: auto;
	margin-bottom: 10px;
}
#address {
	width: 100%;
	height:auto;
	display:block;
}
#map2 {
	width: 100%;
	display:block;
}
}
 @media only screen and ( max-width: 42em ) /* 670 */ {
html {
	font-size: 75%; /* 12 */
}
#logo {
	margin: 15px;
	width: 70px;
	height: 70px;
}
header h1 {
	line-height: 25px !important;
	font-size: 22px;
}
#smallscreen {
	display: none !important;
}
#tabletscreen {
	display: block !important;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	z-index:9999;
}
#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #292929;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #f36f0c;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
	font-family: inherit;
}
#nav > ul > li > a {
	height: auto;
	font-size: 1.4em; /* hamburger first level */
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #cc470d;
}
/* second level */

#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
#nav > ul > li > ul > li > a {
	font-size: 1.4em; /* hamburger second level */
}
.banner-inner {
	float: none;
	text-align: left;
	background-color: rgba(41, 41, 41, 0.6);
}
#special {
	width: 47%;
}
#rel{
	font-size: 28px;
}
.mapcontainer {
	display:block;
}
.locationlist {
	display:none;
}
#map {
	width: 95%;
	margin:auto;
}
.mainlockersize{
	max-width: 90%;
	display: inline-block;
	}
.lockersize{
	max-width: 90%;
	display: inline-block;
	}
#map2 {
	height:300px;
}
.formcontainer {
	width: 100%;
}
}
@media only screen and ( max-width: 30em ) /* 480 */ {
#tabletscreen {
	display: none !important;
}
#phonescreen {
	display: block !important;
}
header {
	width: 100%;
}
#logo {
	margin: 20px 5px 20px 5px;
	width: 60px;
	height: 60px;
}
header h1 {
	font-size:17px !important;
	line-height: 24px !important;
}
#special {
	width: 90%;
	display: inline-block;
}
.responsive-image {
	max-width: 100%;
	margin: auto;
}
img {
	text-align: center;
	display: block;
	Max-width: 150px;
}
#rel{
	font-size: 22px;
}
#rel2 {
	font-size: 22px;
}
}
