/* html {
	background: url("../crane.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  } */


body {
	color: #555555;
	font-size:12pt;
	box-sizing: border-box;
	border: 0;
}

/* global font family assignment */
body, input, textarea, select, button {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#main {
	max-width:950px;
	margin: 0 auto;
}

#fullcontainer {
	height:auto;
	max-width:950px;	
    -ms-display: flex;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.qb-button-small-gray {
	display: inline-block;
  text-align: center;
  color: white !important;
  text-decoration: none;
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-weight:normal;
  font-size:10px;
  cursor: pointer;
  background-color: #cdcdcd;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.qb-button-small-gray:hover { background-color: #aaaaaa; }


.qb-button-menu {
	display: inline-block;
	width:90%;
  text-align: left;
  color: white !important;
  text-decoration: none;
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-weight:normal;
  font-size:18px;
  cursor: pointer;
  background-color: #333;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.qb-button-menu:hover { background-color: #888888; }


.aw-button-blue {
	display: inline-block;
	width:80%;
  text-align: left;
  color: white !important;
  text-decoration: none;
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-weight:normal;
  cursor: pointer;
  background-color: #3d5b77;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.aw-button-blue:hover { background-color: #6996bf; color: black !important; }



A.gray-green
{
	font: Arial;
	color:#777777;	
	font-weight: normal;
	text-decoration:none;
}

A.gray-green:hover
{
	font: Arial;
	color:#04632b;	
	font-weight: normal;
	text-decoration:underline;
}


/* blueprint_bw.jpg    crane.jpg*/

/* ========================== HEADER COLUMNS */
/*#header-title (
	font-size:16pt;
	color:#000000;
}

 .header-address (
	font-size:16pt;
	color:#000000; */
}


.headerfull {
	visibility: visible;
}

.headermobile {
	visibility: hidden;
	display:none;
}


.dropdown {
	visibility: visible;
}

.mobilemenu {
	visibility: hidden;
	display:none;
}


#headerbox {
	width:100%;
	height:auto;
	margin:0px;
}

#logo {
  float: left ;
  width: 35% ;
  height:auto;
  margin:0px;
  
}

#address {
  float: right;
  width: 60%;
  height:auto;
  padding:0px 10px 0px 0px;
  text-align:right;
  font-size:12pt;
	color:#000000;
	margin:0px;
}


/* ========================== CONTENT COLUMNS */
#content {
  float: left ;
  width: 68% ;
  height:auto;
  padding:0px 15px 0px 0px;
  border-right:1px solid #999999;
  text-align:left;
}
#content-jp {
    -ms-flex: 1;
    flex: 1;
}
#sidebar {
  float: right;
  width: 29%;
  height:auto;
}
#sidebar-jp {
  width: 270px;
  padding: 0 0 0 15px;
  margin: 15px 0 15px 0;
}
@media screen and (max-width: 925px){
	#content-jp {
	    padding-right: 0;
	}
	
	#sidebar-jp {
		width: 100%;
		padding: 15px 0 0 0;
	}
}


/* ========================== FORMS/INPUTS */

.form-csz {
	font-size: 0; /* set parent container font size to 0 to prevent columns from wrapping */
}

.form-csz input {
	min-width: auto;
	display: inline-block; /* set all children "columns" to inline-block so they stay on the same line if space permits */
	font-size: 14pt; /* set the font size back to the same size as the rest of the enterboxes */
}

.form-csz input[name="ct"] {
	width: 40%; /* as long as these widths don't exceed 100% they'll be on one column. */
	margin-right: 2%;
}

.form-csz input[name="st"] {
	width: 28%;
	margin-right: 2%;
}

.form-csz input[name="zp"] {
	width: 18%;
}

@media only screen and (max-width: 40em) {
	.form-csz input[name="ct"],
	.form-csz input[name="st"],
	.form-csz input[name="zp"]{ 
		width: 90%;
		margin-right: 0;
	}
}

/* ========================== AVATAR COLUMNS */

.avatar:after {
    clear: both;
}

.avatar > div {
	height:auto;
	text-align:left;
    float: left;
	font-size:10pt;
	color:#ffffff;
}

.aleft {
	width: 33.3%;
	margin-bottom:20px;
}




/* ========================== FEATURE COLUMNS */

.prefbox:after {
    clear: both;
}

.prefbox > div {
	display:inline-block;
	height:auto;
	text-align:left;
    float: left;
	font-size:10pt;
}

.prefcube {
	display:block;
	width:125px;
	height:125px;
	padding:10px;
	margin:5px;
	border:1px solid #77A474;
	background: #eeeeee;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	font-size:12pt;
	color:#77A474;
	/* padding-right:10px;
	width: 32%;
	margin-bottom:20px; */
}





/* ========================== FEATURE COLUMNS */

.feature:after {
    clear: both;
}

.feature > div {
	height:auto;
	text-align:left;
    float: left;
	font-size:10pt;
	color:#ffffff;
}

.fealeft {
	padding-right:10px;
	width: 32%;
	margin-bottom:20px;
}

.feacenter {
	padding-right:5px; 
	width: 32%;
	margin-bottom:20px;
}

.fearight {
	width: 32%;
	margin-bottom:20px;
}



/* ========================== SIDEBAR BOXES */
.sidebox {
	border:1px solid #77A474;
	background: #efefef;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:10px;
	margin-bottom:15px;
	width:100%;
	max-width:245px;
}

.sideboxwhite {
	border:1px solid #77A474;
	background: #ffffff;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:10px;
	margin-bottom:15px;
	width:100%;
	max-width:245px;
}


/* ========================== SIDEBAR PHOTO */
.sidephoto {
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	margin-bottom:15px;
	width:100%;
	max-width:265px;
}


/* ========================== TOPNAV COLUMNS */

.topnav:after {
    clear: both;
}

.topnav {
	display:block;
	width:100%;
	text-align:center;
    /* float: left; */
	color:#ffffff;
	margin:15px;
	font-family:Cutive,serif;
}

.topnavl {
	width: 33%;
}

.topnavc {
	width: 33%;
}

.topnavr {
	width: 33%;
}

a.topnav-w-g
{
	color:#ffffff;	
	text-decoration:none;
}

a.topnav-w-g:hover
{
	color:#303030;
	background: #ffffff;
	padding:2px;
	text-decoration:none;
}



/* ========================== FOOTER COLUMNS */

.footer:after {
    clear: both;
}

.footer > div {
	height:auto;
	text-align:left;
    float: left;
	font-size:10pt;
	color:#ffffff;
}

.fleft {
	width: 33%;
	margin-bottom:20px;
}

.fcenter {
	width: 33%;
	margin-bottom:20px;
}

.fright {
	text-align:right;
	font-size:9pt;
	width: 34%;
	margin-bottom:20px;
}

a.footer-w-g
{
	color:#ffffff;	
	text-decoration:none;
}

a.footer-w-g:hover
{
	color:#303030;
	background: #ffffff;
	padding:2px;
	text-decoration:none;
}




/* ========================== JOIN PAGE */
.Renterboxes {
	border: solid 1px #ff2222;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	font-size:14pt;
	width:90%;
	min-width:300px;
	margin-bottom:5px;
	padding: 5px 8px;
}
.Renterboxes:focus,
.Renterboxes.focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

.enterboxes {
	border: solid 1px #aaaaaa;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	font-size:14pt;
	width:90%;
	min-width:300px;
	margin-bottom:5px;
	padding: 5px 8px;
}
.enterboxes:focus,
.enterboxes.focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

.entertextbox {
	border: solid 1px #aaaaaa;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	font-size:14pt;
	width:90%;
	min-width:300px;
	margin-bottom:5px;
	padding: 5px 8px;
}

.entertextbox:focus,
.entertextbox.focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}




.simplemenuleft {
	float:left;
	width: 50%;
}

.simplemenuright {
	float:right;
	text-align:right;
	width: 45%;
}

.simplemenu {
	visibility: visible;
	display:block;
}




/* ============== BUBBLE/TOOL TIP  */

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    //width: 120px;
	width:50%;
    background-color: #e9e9e9;
    color: #555;
    text-align: center;
	border: 3px solid #ff8e01;
    border-radius: 4px;
    padding: 7px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 1%;
    margin-left: 2px;
	text-align:left;
	font-size:10pt;
}

/* .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
} */

.tooltip:hover .tooltiptext {
    visibility: visible;
} 




.bubbletip {
    position: relative;
}

.bubbletip .bubbletiptext {
    visibility: hidden;
    //width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 5px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 1%;
    margin-left: 2px;
}

.bubbletip .bubbletiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.bubbletip:hover .bubbletiptext {
    visibility: visible;
} 



.storeproduct:after {
    clear: both;
	}

	.storeproduct > div {
		height:auto;
		text-align:left;
		float: left;
		color:#555555;
	}

	.storeproductleft {
		width: 55%;
		margin-bottom:5px;
	}

	/*.storeproductcenter {
		width: 33%;
		margin-bottom:5px;
	}*/

	.storeproductright {
		text-align:right;
		font-size:9pt;
		width: 40%;
		margin-bottom:5px;
	}




/* MENU CHANGE ========================================================== */
/* MENU CHANGE ====================================================WIDE */
/* MENU CHANGE ========================================================== */









/*Responsive Styles ========================================================== */
/*Responsive Styles ====================================================WIDE */
/*Responsive Styles ========================================================== */

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

/* #headerbox {
	
	display:none;
}


.mobilemenuleft {
	float:left;
	width: 60%;
}

.mobilemenuright {
	float:right;
	text-align:right;
	width: 35%;
} */


#content {
    float: none ;
    width: 100% ;
	border-right:0px solid #999999;
	margin-bottom:25px;
  }
  #sidebar {
    float: left ;
    width: 100% ;
	border-top:1px solid #999999;
	
	/* flexbox styles - jp */
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }





/* ========================== SIDEBAR BOXES */
.sidebox {
	float:left;
	border:1px solid #77A474;
	background: #efefef;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:10px;
	margin-bottom:15px;
	width:32%;
	
	/* flexbox styles - jp */
	-ms-flex-preferred-size: 50%;	
	flex-basis: 50%;
    margin-left: 10px;
    margin-right: 10px;
}


/* ========================== SIDEBAR PHOTO */
.sidephoto {
	float:left;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	margin-bottom:15px;
	width:32%;
	
	/* flexbox styles - jp */
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;	
	display: block;
    margin-left: 10px;
    margin-right: 10px;
}


.aw-button-normal {
  font-size:18px;
}


.headeron {
	visibility: hidden;
	display:none;
} 

.headerfull {
	visibility: hidden;
	display:none;
}

.headermobile {
	visibility: visible;
	display:block;
}


.fullmenu {
	display:none;
}

.dropdown {
	visibility: hidden;
	display:none;
}

.mobilemenu {
	visibility: visible;
	display:block;
}

	.topnav {
		text-align:left;
	}
}

.mobiledir {
	display:block;
	font-size:14pt;
	color:#ffffff;
	text-decoration: none;
	margin:3px;
	padding:2px 2px 2px 4px;
	border-bottom:1px;
	border-color:#ffffff;
	background-color:#000000;
}
.mobiledir:hover { color:#000;background-color:#eee;}

.mobilepage {
	display:block;
	font-size:13pt;
	color:#ffffff;
	text-decoration: none;
	margin:3px 3px 3px 22px;
	padding:2px 2px 2px 4px;
	background-color:#222222;
}
.mobilepage:hover { color:#000;background-color:#eee;}


/*Responsive Styles ========================================================== */
/*Responsive Styles ==================================================== PHONE */
/*Responsive Styles ========================================================== */

@media only screen and (max-width: 40em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

body {
	color: #555555;
	font-size:16px;
}

/* #headerbox {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#logo {
  float: left ;
  width: 25% ;
  height:auto;
  margin-bottom:10px;
  
}
#address {
  float: right;
  width: 70%;
  height:auto;
  padding:0px 0px 0px 0px;
  text-align:right;
  font-size:10pt;
  color:#000000;
}
 */

.aleft {
	width: 49%;
	margin-bottom:20px;
}

.aleft:after {
    clear: both;
}


	.feature > div {
		border:1px solid #999999;
		border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		padding:15px;
        float: none;
        width: 94%;
		font-size:14pt;
    }


	
	/* ========================== SIDEBAR */
	#sidebar {
	    display: block;
	}
	
	/* ========================== SIDEBAR BOXES */
	.sidebox {
		float:none;
		border:1px solid #77A474;
		background: #efefef;
		border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
		padding:10px;
		margin-bottom:15px;
		width:94%;
		max-width:675px;
	}


	/* ========================== SIDEBAR PHOTO */
	.sidephoto {
		float:none;
		border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
		margin-bottom:15px;
		width:98%;
		max-width:675px;
	}

	
	/* ============================ STORE FORM */
	.storeproduct > div {
        float: none;
        width: 100%;
		margin-top:0px;
    }



	.footer > div {
        float: none;
        width: 100%;
		font-size:14pt;
    }

}