
.section-armory .background{
	background-image: url("../img/armory/BackgroundArmory.jpg");
	width: 1250px;
	height: 1424px;
	top: -200px;
	left: -625px;
}
.section-armory .choose-weapon{
	background-image: url("../img/armory/chooseweapon.png");
	width: 600px;
	height: 57px;
	top: 60px;
	left: -300px;
}

.section-armory .column-left{
	background-image: url("../img/armory/ColumnLeftArmory.png");
	width: 754px;
	height: 1500px;
	top: -200px;
	left: -1025px;
}
.section-armory .column-right{
	background-image: url("../img/armory/columnRightArmory.png");
	width: 598px;
	height: 1500px;
	top: -200px;
	left: 400px;
}


.section-armory .copy{
	font-family: "Open Sans";
	font-size: 21px;
	color: #98a6ab;
	width: 600px;
	height: 100px;
	bottom: 20px;
	margin-left: 50%;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	left: -300px;	
}

.section-armory .armory-sequences{
	position: absolute;
	bottom: 40px;
	height: 100%;
	width: 100%;
	
}



.section-armory .splats_top{
	background-image: url("../img/splats/splats_top_2.png");
	width: 1600px;
	height: 302px;
	left: -800px;
}

.section-armory .splats_bottom{
	background-image: url("../img/splats/splats_bottom_1.png");
	width: 1600px;
	height: 302px;
	left: -800px;
}

.section-armory .armory-sequence-container{
	position:relative;
	height: 100%;
}

.section-armory .armory-sequence{
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 50px;
	position: absolute !important;
	margin-left: 50%;
	left: -590px;
	overflow: hidden;
	cursor: e-resize;

}



.section-armory .armory-slider{
	position: absolute;
	bottom: 132px;
	left: -200px;
	width: 400px;
	margin-left: 50%;
}

.section-armory .armory-next{
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../img/gallery/arrowRight.png");
	position: absolute;
	bottom: 110px;
	left: 335px;
	width: 21px;
	height: 42px;
	margin-left: 50%;
	cursor:pointer;
}
.section-armory .armory-prev{
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../img/gallery/arrowLeft.png");
	position: absolute;
	bottom: 110px;
	left: -335px;
	width: 21px;
	height: 42px;
	margin-left: 50%;
	cursor:pointer;
	
}


.section-armory .armory-sequence.sticks.pause{
	
}

.section-armory .armory-share {
	position:absolute;
	background-image: url("../img/share.png");
	background-repeat:no-repeat;
	background-size: cover;
	cursor: pointer;
	width: 72px;
	height: 16px;
	bottom: 177px;
	margin-left: 50%;
	left: 208px;
}

.section-armory .armory-share .share-box{
	bottom: 22px;
}