/* CSS SHIELDS SELF STORAGE
Author: Christina Reeser
Date Created: 08/31/2010 */


/* ---------->>> GLOBAL <<<-----------*/


* { margin: 0; padding: 0;}

html, body { margin: 0; padding: 0; }

body { 

	font: normal .8em/1.4 Arial, sans-serif;

	}
	
h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

fieldset { padding: .5em; }


/* ---------->>> DIVS <<<-----------*/

#wrapper { 
	width:100%;
	margin: 0 auto;
	padding: 0;
	}
	#container {
		margin: 0 auto;
		max-width:1200px;
		margin-top:60px;
		margin-bottom:60px;
	
		}

#header-wrap{
	background-image: linear-gradient(white, #d4d5d9);
}
#header {
	height: 141px;
	max-width: 1200px;
	margin:auto;
	padding:10px;
}	

#photobar {
	margin: 0 auto;
	width: 960px;
	margin-top: 0px;
   background-color: black;
   width: 100%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}


		
	.nocol { width: 920px; margin: 0 auto;}
	.onecol { margin-left: 0px; max-width: 920px; float: left; }
	.twocol { margin-left: 20px; width: 560px; float: left; }

#leftcol {
	width: 150px; 
	float: left;
	margin: 0 20px; 
	}

#rightcol { 
	display: inline;
	max-width: 200px; 
	float: right;
	color: #666;
	padding-left: 25px;
	margin-right: 20px;
	border-left: 1px solid #ccc;
	}

#footerwrap {
	background-color: #036; 
	padding: 20px 0;
	color: #ccc; 
	
	}
#footer {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom:30px;
}	

	#footer p, #footer a{
	font-size:12px;
}


.col {  text-align: center; width: 11%; float: left; margin-left: 20px; margin-bottom: 60px; }
.first { margin-left: 0; }

/* ---------->>> HEADER ITEMS <<<-----------*/

	#header h1 {
	height:137px; /* height of logo */
	width:136px; /* width of logo */
	background: url(logo.gif) top left no-repeat;
	text-indent:-9000px;
	position: relative;
	top: 2px;
	left: 0px;
	float: left;
	}
	
	#content h1 {
	color: #036;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 32px;
	}
	
	#content h1 span { font-weight: bold !important;}
	
	#rightcol h1 {
	font-size: 16px;
	padding: 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #DAB218;
	}
	



	#header h2 {
	margin-left: 190px;
	font-size: 30px;
	color: #DAB218;
	font-weight: normal;
	font-family: "Tahoma", "Helvetica", "Century Gothic";
	padding-top: 20px;
	}
	
	#content h2 { 
	font-size: 20px;
	padding: 10px 0;
	font-weight: normal;
	color: #DAB218;
	}
	
	#rightcol h2 { 
	font-size: 13px;
	padding: 10px 0;
	font-weight: bold;
	color: #DAB218;
	}


	#content h3 { margin-top: 20px;}


	#rightcol ul { margin-left: 5px; margin-bottom: 10px; }
	#content ul { margin-bottom: 20px; }
	

	.arrow li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}
	.arrow2 li
	{
	list-style-type: none;
	padding-left: 10px;
	background-image: url(nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}	
	
p, a, li {font-size:17px;
}

	#header p { font-style: italic; color: #666; text-align: right; padding-top: 30px; font-size: 1.2em; }
	#header p span { font-style: normal; font-size: 1.5em !important; }
	
	#content p { padding-bottom: 20px; }
	#rightcol p { padding-bottom: 5px; }

	

	.imgleft { margin-right: 20px; margin-bottom: 20px; float: left;}
	.imgright { margin-left: 20px; margin-bottom: 20px; float: right; }
	.btm { margin-bottom: 10px;}
	.centered { display: block; margin-left: auto; margin-right: auto; }


	a.facebook {
	display: block;
	background: url(icon_facebook.gif) top left no-repeat;
		padding: 2px 0 30px 30px;
	}
	
	
/* ---------->>> ANCHOR TAGS <<<-----------*/


#header h1 a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	color: #fff;
	}

a { text-decoration: none; color:#369; }

a.payonline { 
	background: url(paynow.gif);
	display: block;
	float: right;
	width: 122px;
	height: 45px;
	text-indent: -9000px;
	margin-right: 40px;
	}
	
a.payonline:hover { 
	background: url(paynow_on.gif);	
	}

#container a:hover, #footer a:hover { text-decoration: underline; color: #666; }

#footer a { color: #ccc; }


/* ---------->>> GLOBAL NAV <<<-----------*/
.hamburger-menu{
	font-size:35px;
	text-align:right;
	margin-right:20px;
}
#mobile-nav{
	background-color:#DAB218;
	height:46px;
	width:100%;
	display:none;
}
#mobile-menu{
	width:100%;
	background-color: white;
	position:absolute;
	z-index:1;
	padding: 0 0 20px 0;
	display:none;
	list-style-type:none;

}
#mobile-menu li{
	font-size:25px;
	padding:10px;
	text-align: center;
	border-bottom: solid #c2c2c2 thin;
}
#mobile-menu li{
	color:black;
	background-color: #f0f0f5;
}
#mobile-menu li a{
	display: block;
}

#menu {
    margin:0;
    padding:0;
    list-style:none;
    width: 100%;
    height: 46px;
    background-color: #DAB218;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;  
}


	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#menu li {
		float:left; 
		display:block; 
		/*width:100px; */
		/*background:#ccc; */
		position:relative;
		z-index:500; 
	}
	
	/* this is the parent menu */
	#menu li a {
		display:block; 
		padding:15px 30px 0px 30px; 
		height:31px; 
		text-decoration:none; 
		color:#fff; 
		font-size: 14px;
		text-align:center; 
		color:black;
		text-align: center;
		transition:0.3s;
	}

	#menu li a:hover, #menu li a:focus, #menu li a:active {
		color:#fff;
		background-color:#036;
	}
	#menu #contact a:hover, #menu li #contact a:focus {
		color:#fff;
	}

	/* you can make a different style for default selected value */
	#menu a.selected {
		color:#DAB218;
	}

	/* submenu, it's hidden by default */
	#menu ul {
		position:absolute; 
		left:0px; 
		display:none; 
		margin:0 0 0 -1px; 
		padding:0; 
		list-style:none;
		width: 200px;

	}
	
	#menu ul li {
		width:200px; 
		float:left; 
		background-color: #DAB218;
		border-bottom: 1px solid #745C18;
		padding: 0;
		margin: 0;
		text-align: left;
		
	}
		
	#menu li ul{
		overflow: hidden;
	}
	
	/* display block will make the link fill the whole area of LI */
	#menu ul a {
		display:block;  
		height:15px;
		padding: 8px 5px; 
		color:#000;
		background-image: none;
	}
	
	#menu ul a:hover {
		color:#fff;
		filter: brightness(150%);
	}

	/* fix ie6 small issue */
	/* we should always avoid using hack like this */
	/* should put it into separate file : ) */
	*html #menu ul {
		margin:0 0 0 -2px;
	}
	
	
	#home #menu .home  a, #tips #menu .tips a, #tenant #menu .tenant a, #about #menu .about a, #locations #menu .locations a, #contact #menu .contact a {
		color: #fff;
		background-color: #036;
	}


/* ---------->>> Photobar images <<<-----------*/	

#photobar img { margin-right: 2px;}

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: .9em;	
	font-weight: normal;
	font-size: 12px;	
	font-family: arial;	
	cursor: hand;
	/*border: 0px solid #334143;*/
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 2px 0px;
}
.caption-bottom {
   border-width: 2px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none !important;
	background: #000000;
	padding: 0.2em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
	text-decoration: none !important;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

/* ---------->>> TABLE ITEMS <<<-----------*/	

table { border-top: 1px solid #d9d9d9; width: 100%; }
th, td { border-bottom: 1px solid #d9d9d9; vertical-align:top; padding:15px 20px; }
th { background-color:#e3e3e3; }

/* Form styles */
fieldset { border: 1px solid #dbdbdb; background-color:#e9e9e9; }
legend { background: #e9e9e9; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #cfcfcf; background: #f6f6f6; color:#626262 }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #cfcfcf; outline: 2px solid #fff; }
input, select { cursor: pointer; }
input[type='text'], input[type='password'] { cursor: text; }
input { vertical-align:middle; }
fieldset { padding: 15px; margin: 1.6em 0 0; }
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; }
textarea, input { padding: 6px 5px 8px; }
input { margin:0.1em 0.3em 0.3em 0em }
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
form div { margin-bottom: .8em; }

button{
	border:none;
	padding:5px;
	margin:5px;
	border-radius:5px;
	transition:0.3s;
	background-color:#DAB218;
	color:white;
	font-size:11px;
}

.button { 
	background-color: #036; 
	border:none;
	padding:8px 20px;
	margin:5px;
	border-radius:5px;
	transition:0.3s;
	color:white;
	font-size:12px;
	 }

button:hover{
	background-color: white;
	color:black;
}

.button:hover{
	opacity: .8;
	color: #fff !important;
	text-decoration: none;
}

/* ---------->>> HOMEPAGE BOXES <<<-----------*/	


.box { 
    background-color: #f5f5f5;
    border-radius: 20px;
    width: 210px;
    margin: auto;
    float: left;
   /*Min-Height Hack*/
    min-height:290px;
    height: auto !important;
    height: 290px;
    margin-right:20px;
}

.box h1 {
	padding: 5px 10px 0 10px !important;
	font-size:19px!important;
}

.box ul { 
	padding: 10px; margin: 0;
}

/* SPACE CALCULATOR */
/* ------------------------- */

#calculate {
	width:100%;
	float:left;
}



#calculate h3 {
	clear:left;
	font-size:12px;
	margin:12px 0 9px 0;
	background-color: #ccc;
	padding: 5px;
}

#calculate dl {
	float:left;
	margin-bottom:8px;
}

#editor-content #calculate dt {
	float:left;
	width:146px;
	height:22px;
	line-height:22px;
	margin:0;
	margin-bottom: 3px;
	padding:0;
}
#calculate dd {
	float:left;
	width:25px;
	height:20px;
	padding:0 10px 0 0;
}
#calculate dd input {width:20px;}

#calculate input#clear {
	clear:left;
	float:left;
	width:100px;
}


#calculate #input, #calculate #output { 
	background-color:  #ccc;
	padding: 10px;
	margin: 0;
}


#total {background-color: transparent; border: none; 
	padding:10px 0;
	font-size: 20px;
	font-weight: normal;
	color: #369;
	}

#calculate h2 {
	padding:10px 0;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

.pay-row > div { padding: 20px; }
.pay-row > div:nth-child(odd) { background-color: #eee;}
.pay-row > div:hover,
.pay-row > div:nth-child(odd):hover { background-color: #F1E5AC;}
.pay-row div span { font-size: 22px; display: inline-block; min-width: 300px;}


/* ---------->>> MISC ITEMS <<<-----------*/	

a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(icon_pdf.gif) no-repeat top left;
}


.clear { clear: both; background: none; }

@media only screen and ( max-width: 1240px ){
	#header{
		width:90%;
	}
	.col { width: 100%;}
		#footer{
			width: 100%;
			display: grid;
			grid-template-columns: 25% 25% 25% 25%;
			grid-template-rows: 33% 33% 33%;
			justify-items: center;
			margin:auto;
		}
		#footerwrap{
			display:flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-evenly;
		}
		.copyright{
			grid-area:3 / 1 / 4 / 5;
		}
}

@media only screen and ( max-width: 1150px ) {

	.onecol{
		width:75%;
		box-sizing:border-box;
		padding:15px;
	}

	.box-wrap{
        display:grid;
		grid-template-columns: 50% 50%;
	
    }
	.box{
		width:320px;
		margin:auto;
		margin-bottom:20px;
		}
	
	
	}

@media only screen and ( max-width: 945px ) {

	#container{
		width: 100%;
		margin-top:30px;
		margin-bottom:30px;
	}
    .onecol {
        width: 100%;
        float: none;
    }
    #rightcol {
        display: none;
		/**
        float: none;
        color: #666;
		padding:20px;
		border-radius: 10px;
        margin-right: 0;
		border: none;
		margin: auto;
		box-shadow: 0 10px 20px #e5e5e5;
		**/
	
    }
	#menu, #photobar, #footer{
		display: none;
	}
	#header-wrap{
		padding-bottom:20px;
		padding-top:20px;
	}
	#footer{
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
		grid-template-rows: 33% 33% 33%;
		justify-items: center;
		margin:auto;
	}
	#footerwrap{
		display:flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
	}
	.copyright{
		grid-area:3 / 1 / 4 / 5;
		margin-top:20px;
	}
	#content{
		padding:15px;
		box-sizing: border-box;
	}
	
	#mobile-nav{
display: block;
	}
	.box-wrap{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .box ul{
        font-size:40px;
    }
    .box{
		width:90%;
		margin: 0 5% 20px 5%;
		min-height:200px;
		height: auto !important;
		height: 200px;

    }
	.col{
		text-align: center; width: 100%; float: none; margin-left: 0; margin-bottom: 40px;
	}


}


@media only screen and ( max-width: 550px ) {

	.imgleft { margin-right: 0px; margin-bottom: 20px; float: none;}
	.imgright { margin-left: 0px; margin-bottom: 20px; float: none; }
	
	#footer{
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 20% 20% 20% 20% 20%;
		justify-items: center;
		margin:auto;
		max-width:350px;
	}
	#footerwrap{
		display:flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
	}
	.copyright{
		grid-area:5 / 1 / 6 / 3;
		margin-top:20px;
	}
	#header p{
		font-size:12px;
	}
	
	.pay-row div span {
    font-size: 22px;
    display: block;
    min-width: 100%;
    margin-bottom: 20px;
	}

}