/*NEW MAP*/#packaging-map {
	position: relative;
	background-image: url(../img/work/map.png);
	background-size: 100%;

	width: 100%;
	overflow:visible;
	background-repeat: no-repeat;
	background-position: center;

	
	/*height: 500px;*/
	height: 400px;
	max-width: 780px;
	/*width:780px;*/
	width: 600px;
	
	margin:0px auto;
	
	
}


/*BUTTON DESIGN*/
#packaging-map .btnLoc {
	text-decoration: none;
	overflow: hidden;
	display: block;
	/*height: 16px;
	width: 16px;*/
	height: 10px;
	width: 10px;
	position: absolute;
	border-radius: 50%;
	background: #13958d;
}
#packaging-map .btnLoc span {
	display: block;
	text-indent: -500px;
}/*OLD SCHOOL SEO HACK FOR HIDING TEXT WITHIN AN IMAGE LINK*//*LOCATION DESIGN*/
#packaging-map .location {
	width: 380px;
	border: 2px Solid #13958d;
	padding: 16px;
	background: #fff;
	text-align: center;
	position: absolute;
}/*#packaging-map .location.long{width:480px;}*/
#packaging-map .location img:first-child {
	display: block;
	margin: 0px auto;
	width: 48px;
	margin-bottom: 8px;
}
#packaging-map .location h4 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #13958d;
	margin-bottom: 4px;
}
a#packaging-map .location h4, a#packaging-map .location p {
	color: #13958d
}
#packaging-map .location p {
	margin-bottom: 4px;
}
#packaging-map .location p strong {
	color: #1F2b4a;
}/*HOVER TRANSITOIN STUFF*/
#packaging-map a.btnLoc {
	transition: all .5s ease-in-out;
}
#packaging-map .location {
	opacity: 0;
	pointer-events: none;
	transition: all .5s ease-in-out;
	visibility: hidden;
}
#packaging-map a.btnLoc:hover + .location, #packaging-map a.btnLoc:focus + .location {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
#packaging-map .location:hover {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
#packaging-map .location {
	pointer-events: all;
}/*LOCATION PLACEMENT*/

#packaging-map #btnLocation_1 {
	/* top: 265px; */
    /* left: 516px; */
	top: 215px;
	left: 517px;
}
#packaging-map #location_1 {
	/* top: calc(265px + 8px); */
	/* left: calc(516px - 372px); */
	/* z-index: 99; */
	top: calc(215px + 8px);
	left: calc(517px - 372px);
	z-index: 99;
}
#packaging-map #btnLocation_2 {
	/* top: 255px; */
	/* left: 503px; */
	top: 206px;
	left: 503px;
}
#packaging-map #location_2 {
	/* top: calc(255px + 8px); */
	/* left: calc(503px - 372px); */
	/* z-index: 1; */
	top: calc(206px + 8px);
	left: calc(503px - 372px);
	z-index: 99;
}
#packaging-map #btnLocation_3 {
	/* top: 89px; */
    /* left: 55px; */
	top: 39px;
	left: 55px;
}
#packaging-map #location_3 {
	/* top: calc(89px + 8px); */
	/* left: calc(55px + 8px); */
	/* z-index: 1; */
	top: calc(39px + 8px);
	left: calc(55px + 8px);
	z-index: 1;
}

#packaging-map #btnLocation_4 {
	/* top: 206px; */
    /* left: 377px; */
	top: 156px;
	left: 377px;
}
#packaging-map #location_4 {
	/* top: calc(206px + 8px); */
	/* left: calc(377px - 372px); */
	/* z-index: 99; */
	top: calc(156px + 8px);
	left: calc(377px - 372px);
	z-index: 1;
}
#packaging-map #btnLocation_5 {
	/* top: 298px; */
    /* left: 77px; */
	top: 247px;
	left: 77px;
}
#packaging-map #location_5 {
	/* top: calc(298px + 8px); */
	/* left: calc(77px + 8px); */
	/* z-index: 99; */
	top: calc(259px - 8px);
	left: calc(78px + 5px);
	z-index: 99;
}
#packaging-map #btnLocation_6 {
	/* top: 145px; */
    /* left: 472px; */
	top: 92px;
	left: 472px;
}
#packaging-map #location_6 {
	/* top: calc(145px + 12px); */
	/* left: calc(472px - 372px); */
	/* z-index: 1; */
	top: calc(92px + 12px);
	left: calc(472px - 372px);
	z-index: 1;
}
#packaging-map #btnLocation_7 {
	/* top: 418px; */
    /* left: 268px; */
	top: 368px;
	left: 268px;
}
#packaging-map #location_7 {
	/* top: calc(418px + 8px - 242px); */
	/* left: calc(268px + 8px); */
	/* z-index: 1; */
	top: calc(368px + 8px - 242px);
	left: calc(268px + 8px);
	z-index: 1;
}
#packaging-map #btnLocation_8 {
	/* top: 226px; */
    /* left: 462px; */
	top: 176px;
	left: 461px;
}
#packaging-map #location_8 {
	/* top: calc(226px + 8px); */
	/* left: calc(462px - 372px); */
	/* z-index: 1; */
	top: calc(176px + 8px);
	left: calc(461px - 372px);
	z-index: 1;
}/*YOU CAN USE CALC SO YOU DONT HAVE TO DO ALL THE LOCATION CRAP OVER IT COULD ChANGE IS SIZE OF BOX NEEDS TO CHANGE*/

/*
@media (max-width: 1120px) {
#packaging-map {
	height: 496px;
	width: 760px;
	margin: 0px auto;
	overflow: visible;
}
#packaging-map #btnLocation_1 {
	top: 265px;
	left: 645px;
}
#packaging-map #location_1 {
	top: calc(260px + 12px);
	left: calc(645px - 366px);
}
#packaging-map #btnLocation_2 {
	top: 245px;
	left: 630px;
}
#packaging-map #location_2 {
top:calc(86px + -70px);
	left: calc(630px - 366px);
}
#packaging-map #btnLocation_3 {
	top: 40px;
	left: 55px;
}
#packaging-map #location_3 {
	top: calc(40px + 12px);
	left: calc(430px - 366px);
}
#packaging-map #btnLocation_4 {
	top: 157px;
	left: 453px;
}
#packaging-map #location_4 {
	top: calc(157px + 12px);
	left: calc(453px - 366px);
}
#packaging-map #btnLocation_5 {
	top: 325px;
	left: 150px;
}
#packaging-map #location_5 {
	top: calc(64px + 12px);
left:calc(150px - -10px);
}
#packaging-map #btnLocation_6 {
	top: 10px;
	left: 350px;
}
#packaging-map #location_6 {
	top: calc(10px + 12px);
	left: calc(350px - 366px);
}
#packaging-map #btnLocation_7 {
	top: 456px;
	left: 340px;
}
#packaging-map #location_7 {
	top: calc(215px + 12px);
	left: calc(815px - 466px);
}
#packaging-map #btnLocation_8 {
	top: 200px;
	left: 525px;
}
#packaging-map #location_8 {
	top: calc(200px + 12px);
	left: calc(525px - 366px);
}
}
*/



/*
@media (max-width: 800px) {
#packaging-map {
	transform: scale(.9);
	margin-left: -32px;
}
}
*/

@media (max-width: 860px) {
	#packaging-map {
		transform: scale(.9);
		/*margin-left: -32px;*/
		margin: auto;
	}
	#packaging-map #location_5 {
		top: calc(297px - 98px);
		left: calc(78px + 11px);
				
	}
	#packaging-map #location_1 {
		top: calc(215px - 13px);
		left: calc(517px - 381px);
		
	}
}


@media (max-width: 760px) {/*BECOME JUST A LIST*/
#packaging-map .location {
	pointer-events: all;
}
#packaging-map {
	transform: scale(1);
	margin-left: 0px;
	background-image: none;
	height: auto;
	width: 100%;
}
#packaging-map .btnLoc {
	display: none;
}
#packaging-map .location {
	opacity: 1 !important;
	display: block;
	position: static;
	visibility: visible !important;
	width: 100% !important;
	border: none;
}
}
.bignumber {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 64px;
	line-height: 64px;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
body.green .bignumber {
	color: #689400;
}
body.berry .bignumber {
	color: #A50050;
}
body.ltblue .bignumber {
	color: #238FBE;
}
body.gold .bignumber {
	color: #9D8558;
}
body.red .bignumber {
	color: #e03c31;
}
body.teal .bignumber {
	color: #13958d;
}
body.orange .bignumber {
	color: #DB6300;
}

@media only screen and (min-width: 992px) {
#content h3.streamline {
	width: 800px;
}
}

@media only screen and (min-width: 760px) {
#content h4.your-packaging {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	width: 330px;
	height: 85px;
}
}
