/* Google Map */

#map {

	width: 100%;
	height: 250px;
	border-bottom: 15px solid #e6e6e6;
	
}

.clear { clear: both; display: block; }

/* Containers */

body.intro { background-color: #31ac40; }

#content {

	width: 100%;
	
}

/* Intro */

#intro {

	width: 100%;
	text-align: center;
	background-color: #31ac40;
	padding: 30px 0 0 0;
	height: 100%: 

}

#intro .search-form { 

	padding: 0 20px;
	overflow: hidden;
}


#intro .text-container {

	padding: 10px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color:# 2b2b2b;
	background-color: #fff;
	border: 0;
	border-radius: 8px;
	display: inline-block;
	display: block;
	margin-bottom: 20px;

}

#intro .text-container .text {

	border: 0;
	width: 100%;
	padding: 0;

}

#intro .submit {

	padding: 13px 16px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border: 0;
	background-color: #2b2b2b;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	margin-bottom: 25px;

}

#intro ul {

	margin: 0;
	padding: 0;
	list-style: none;

}

#intro img.header {

	display: block;
	margin: 0 auto 25px;
	width: 100%;

}

#intro img.shirt {

	display: block;
	margin: 0 auto 15px;
	width: 30%;

}

#intro ul.edit-links {

	margin: 10px 25px;

}

#intro ul.edit-links li {

	width: 50%;
	float: left;
	display: inline-block;
	color: #fff;
	text-decoration: none; 
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px;

}

#intro li a {

	color: #fff;
	text-decoration: none;

}

#intro li.add-edit a {

	background: url(../images/add.png) no-repeat 0 2px;
	background-size: auto 70%;
	padding-left: 26px;

}

#intro li.browse a {

	background: url(../images/browse.png) no-repeat 0 2px;
	background-size: auto 70%;
	padding-left: 26px;

}

#browse { display: none; }

#browse select {

	margin: 0 auto 20px;
	width: 88%;

}

/* Sub Menu */

#additional-content {

	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	background-color: #d789ed;
}

#additional-content li {

	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 33%;
	
}

#additional-content li a {

	text-align: center;
	display: block;
	text-decoration: none; 
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 20px 0;
	
}

#additional-content li span {

	display: block;
	width: 40%;
	margin: 0 auto 5px;
}

#additional-content li.fish a { background-color: #6eceea; }
#additional-content li.fish span { background: url(../images/fish.png) no-repeat; background-size: 100% auto; }

#additional-content li.star a { background-color: #e7a63f; }
#additional-content li.star span { background: url(../images/star.png) no-repeat; background-size: 100% auto; }

#additional-content li.translate a { background-color: #d789ed; }
#additional-content li.translate span { background: url(../images/translate.png) no-repeat; background-size: 100% auto; }

/* Menu */

#menu {

	padding: 15px 15px;
	background-color: #2b2b2b;

}

#menu ul {

	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {

	display: inline-block;

}

#menu li a {

	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #fff;

}

#menu li.edit  { float: right; }

#menu li.edit a {

	background: url(../images/edit.png) no-repeat;
	padding-left: 25px;
	background-size: auto 85%;

}

#menu li.home a {

	background: url(../images/home.png) no-repeat;
	padding-left: 25px;
	background-size: auto 85%;

}

/* Search Results */

.result {

	padding: 20px 10px;
	border-bottom: 1px solid #e6e6e6;

}

.result h4 {

	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #31ac40;
	margin: 0;

}

.result h5 {

	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #2b2b2b;
	margin: 5px 0;
	background: url(../images/house.png) no-repeat 0 1px;
	padding-left: 25px;

}

.result small {

	display: block;
	font-size: 11px;
	font-family: helvetica,arial,sans-serif;
	color: #aaa;

}

/* Edit */

.tabs-nav {

	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	
}

.tabs-nav li {

	list-style: none;
	width: 50%;
	text-align: center;
	padding: 0;
	display: block;
	margin: 0;
	float: left;
	background-color: #d5d5d5;
	
}

.tabs-nav li a {

	display: block;
	padding: 15px 0;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	color: #a7a7a7;
	text-decoration: none;
	
}

.tabs-nav li a.edit span {

	background: url(../images/edit.png) no-repeat;
	padding-left: 25px;
	background-size: auto 85%;
	display: inline-block;
	
}

.tabs-nav li a.add span {

	background: url(../images/add.png) no-repeat 0 1px;
	padding-left: 25px;
	background-size: auto 75%;
	display: inline-block;
	
}

.tabs-nav li.active { background-color: #31ac40; }
.tabs-nav li.active a { color: #fff; }
	
#tabs form p {

	border-bottom: 5px solid #E6E6E6;
	margin: 0;
	padding: 20px 10px;
	
}

#item-add-new, #location-add-new { 

	display: none; 
	padding: 10px 0;

}

#tabs label {

	margin: 0 0 10px 0;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #2b2b2b;
	display: block;

}

#tabs small.expand {

	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	display: block;

}

#tabs small.expand a { color: #31ac40; }

#tabs select {

	width: 100%;
	margin-bottom: 15px;
	
}

#lat-long { 

	display: none;
	padding: 6px 0;
	
}

span.input-wrap {

	padding: 12px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color:# 2b2b2b;
	background-color: #fff;
	border: 1px solid #adadad;
	border-radius: 8px;
	margin-bottom: 15px;
	display: block;
	
}

span.input-wrap input {

	border: 0;
	padding: 0;
	width: 100%;
	
}

#tabs .or-divider {

	display: block;
	height: 1px;
	background-color: #E6E6E6;
	text-align: center;
	margin: 25px 0 15px;

}

#tabs .or-divider span {

	display: inline-block;
	padding: 0 8px;
	position: relative;
	top: -12px;
	background-color: #fff;
	color: #2b2b2b;
	font-size: 16px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	
}

#tabs .current-location {

	padding: 13px 0;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border: 0;
	background-color: #31ac40;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px;
	display: block;
	width: auto;
	margin: 25px auto;
	width: 100%;
	text-decoration: none; 
	
}

#tabs span.error {

	padding: 10px 15px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
	border: 0;
	background-color: #d92435;
	border-radius: 8px;
	display: block;
	width: auto;
	margin: 10px auto;
	
}

#tabs #item-error, #tabs #location-error, #tabs #postcode-error, #tabs #quantity-error, #tabs #item-edit-error, #tabs #location-edit-error, #tabs #location-edit-postcode-error, #tabs #entry-edit-error { display: none; }

#tabs .submit { text-align: center; }

#tabs #submit-add {

	padding: 13px 16px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border: 0;
	background-color: #2b2b2b;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	width: auto;
	margin: 25px auto;

}

#tabs p.more { padding: 0 15px; }

/* Edit */

* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion { 

	margin: 0;
	padding: 0;
	
}

.accordion li {
	list-style: none;
	padding: 20px 0 10px;
	border-bottom: 1px solid #e3e0e0;
}

/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
	height: 32px;
	color: #767676;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat 15px 3px;
	background-size: auto 50%;
	padding: 4px 20px 0 45px;
	
}

.accordion > li > a.active {
	color: #31AC40;
	background-color: #fff;
	background: url(../images/arrow-down.png) no-repeat 13px 4px;
	background-size: auto 50%;

}

.accordion li > a span {
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	padding: 0;
	margin-right: 13px;
	font: normal bold 12px/18px Arial, sans-serif;
	background: #404247;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 15px;
	height: 15px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #3e5706;
}


/* Sub Menu */

.sub-menu li a {
	color: #797979;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);

	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a { background: #efefef; }

.sub-menu li:last-child a { border: none; }

.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

.sub-menu { padding-top: 0;  margin-top: -10px; }
/* Functionality */

.accordion li > .sub-menu {
	display: none;
}

.accordion li:target > .sub-menu {
	display: block;
}

.edit-item { display: none; }
.edit-location { display: none; }

.accordion p { border-bottom: 0 !important; }
.accordion .current-location { margin: 15px 0 0 !important; }

/* Success Messages */

.tab h4 {

	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	padding: 0 15px;
	margin: 15px 0;
	color: #31AC40;

}