/* iPhone Style Header Nav Style */

.navigation-bar.black {

	position:relative;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-box-sizing: border-box;
	height: 45px;
	padding: 6px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#636363), color-stop(0.25, #424242), color-stop(0.5, #202020), color-stop(0.5, #000000));
	border-top, border-bottom: 1px solid #858585;
	box-sizing: border-box;

}

.button.bordered.back {
	
	padding: 0px 7px 0px 3px;
	margin-left: 10px;
	position: relative;

}

.button.bordered.next {

	padding: 0px 3px 0px 7px;
	margin-right: 10px;
	position:relative;

}

.button.bordered {

	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	line-height: 28px;
	height: 30px;
	margin-top: 1px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 5px;
	color: #ffffff;
	-webkit-user-select: none;
	box-sizing: border-box;

}

.navigation-bar.black > .button.bordered.back > span.pointer {

	z-index: 0;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.05, #838383), color-stop(0.5, #444444), color-stop(0.5, #303030), color-stop(0.98, #333333));
	border-left: solid 1px #262626;
	border-bottom: solid 1px #404040;
	top: 2.35px;
}

.navigation-bar.black > .button.bordered.next > span.pointer {

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom--right-radius: 5px;
	--webkit-border-top-right-radius: 4px;
	height: 23.5px;
	width: 23.5px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-webkit-mask-image: -webkit-gradient(linear, right top, left bottom, from(#000000), color-stop(0.5,#000000), color-stop(0.5, transparent), to(transparent));
	position: absolute;
	right: -9px;
	-webkit-background-clip: content;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 4px 4px;
}

.navigation-bar.black > .button.bordered {

	-webkit-box-shadow: 0 1px 1px #242424, 0 -1px 1px #323232;
	border: solid 1px #54617d;
	border-color: #404040 #262626 #404040 #262626;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#838383), color-stop(0.5, #444444), color-stop(0.5, #303030), to(#333333));
	


}