/* custom styles for the packages */

/* ===========================================
   This provides styles for mwo sales packages
   =========================================== */

body {
   	overflow-x:hidden;
   	background-color: black;
   	font-family: "Helvetica Neue",Helvetica ,Arial ,sans-serif;
   	font-size: 15px;
 }

h1, h2, h3, h4, h5 {
	font-family: 'Regular-Medium',"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 6em;
}

h2 {
	font-size: 3.2em;
}

h3 {
	font-size: 2.4em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.2em;
}

a:active,
a:hover {
  outline: 0;
}

/* standard package styles */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:link {
	color: #f7921e;
	-webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s; /* Safari */
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}

a:hover {
	color: #feb403;
}

/*banner styles*/

.pkg-ad-banner-cont {
	clear: both;
	width: 100%;
	position: relative;
	border-top: 1px solid #363636;
}

.pkg-banner ul {
	margin: 0;
}

.dots {
	/*display: none;*/
  	position: absolute;
  	z-index: 10;
  	right: 20px;
  	top: 120px;
  	text-align: center;
  	padding: 0;
  	margin: 0;
}

.dots li.active {
  	background-color: #f7921e;
  	opacity: 1;
}

.dots li {
  	display: block;
  	width: 80px;
  	height: 80px;
  	margin-top: 20px;
  	text-indent: -999em;
  	border: 1px solid #fff;
  	cursor: pointer;
  	opacity: 0.6;
  	background-color: black;
  	background-repeat: no-repeat;
  	background-size: contain;
  	-webkit-transition: background .5s, opacity .5s;
  	-moz-transition: background .5s, opacity .5s;
  	transition: background .5s, opacity .5s;
}

.dots li:hover {
	opacity: 1;
}

.dots li:first-child {
	margin-top: 0;
	background-image:url('../img/dot-mech1.png');
}

.dots li:nth-child(2) {
	background-image:url('../img/dot-mech2.png');
}

.dots li:nth-child(3) {
	background-image:url('../img/dot-mech3.png');
}

.dots li:nth-child(4) {
	background-image:url('../img/dot-mech4.png');
}

.pkg-banner {
	height: auto !important;
}

.pkg-banner ul {
	height: auto !important;
}

.pkg-banner-slide {
	display: block;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 900px;
	/*padding-bottom: 16.6%;*/
	/*-ms-behavior: url(/backgroundsize.min.htc);*/
}

.slide1 {
	background-color: #000;
	background-image:url('../img/slide1-corgi.jpg');  
}

.slide2 {
	background-color: #000;
	background-image:url('../img/slide2-corgi.jpg');
}

.slide3 {
	background-color: #000;
	background-image:url('../img/slide3-corgi.jpg');
}

/*.slide4 {
	background-color: #000;
	background-image: url('../img/slide4-highlander.jpg');
}
*/

.pkg-mech-title {
	position: absolute;
	text-align: right;
	margin-top: 7px;
	top: 80%;
	right: 20px;
	color: white;
	padding-right: 15px;
}

.pkg-mech-title h3 {
	line-height: 1;
}

.pkg-mech-alias h3:nth-child(2) {
	font-family: 'Regular-Light',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.8em;
	margin-top: 8px;
	color: #f7921e;
}

.pkg-title-sideline {
	top: 0;
	right: 0;
	position: absolute;
	display: block;
	width: 3px;
  	background-color: #f7921e;
  	height: 32px;
}

.pkg-mech-alias .pkg-title-sideline {
	height: 68px;
}

/*content styles plus structure*/

.col {
	float: left;
}

.col-2 {
	width: 50%;
}

section {
	position: relative;
	clear: both;
}

.pkg-section {
	float: left;
	width: 100%;
}

.pkg-section:after {
    clear: both;
    content: "";
    display: block;
}

.pkg-col {
	background-color: black;
	margin: 30px 0;
}

.pkg-mech-pack-section {
	text-align: center;
}

.pkg-col-cont {
	width: 33%;
	margin: 0 10px 20px 10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.pkg-col-cont-bottom {
	width: 67%;
	margin: 0 auto;
}

.pkg-col-center {
	text-align: center;
}

.pkg-col-title {
	padding: 8px 10px 5px 15px;
	color: white;
	border: 1px solid #363636;
	border-bottom: 0;
}

.pkg-col-title h3 {
	font-size: 2em;
}

/*.pkg-col-sub {
	display: block;
	background-color: #111111; 
	font-family: 'Regular-Light',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.4em;
	padding: 0px 0 0 10px;
}*/

.collection-title {
	font-family: 'Regular-Light',"Helvetica Neue",Helvetica,Arial,sans-serif;
	position: absolute;
	text-transform: uppercase;
	right: 0px;
	/*background: black;*/
	color: white;
	padding: 5px 10px 3px 10px;
	margin-top: -1px;
	font-size: 1.8em;
	border:1px solid white;
	border-top: 0;
	box-sizing:border-box;
}

.pkg-signa-cont {
	position: absolute;
	z-index: 10;
	top: 120px;
}

.pkg-headline-cont {
	clear: both;
	float: left;
}

.pkg-mwo-logo {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 7px;
	background-image: url('../img/mainMenuLogo.png');
	width: 238px;
	height: 92px;
	background-size:contain;
	background-repeat: no-repeat;
}

.pkg-icon {
	display: none;
	width: 145px;
	height: 100px;
	float: left;
	clear: both;
	background-color: black;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.pkg-toolbar {
	clear: both;
	float: left;
	width: 100%;
	color: white;
	background-color: #1c1c1c;
	border-top: 1px solid #f7921e; 
}

.pkg-toolbar .pkg-up-btn {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.6s; /* Safari */
    transition: color opacity 0.6s;
}

.pkg-toolbar.sticky .pkg-up-btn {
	opacity: 1;
	visibility: visible;
}

.pkg-up-btn {
	float: right;
	margin: 10px 10px 0 10px;
}

.ico-up-arrow {
	background-position: 0px -250px;
	opacity: 0.5;
}

.ico-up-arrow:hover {
	opacity: 1;
} 

.pkg-toolbar-text {
	float: left;
	font-family: 'Regular-Medium',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.6em;
}

.pkg-login-help {
	margin-left: 0;
	padding: 22px 25px 20px 10px;
	border-right: 1px solid black;
}

.pkg-social-text {
	padding: 22px 5px 20px 20px;
}

.pkg-social-icons {
	float: left;
	border-right: 1px solid black;
  	padding-right: 10px;
}

.pkg-social-icons ul {
	margin: 0;
}

.pkg-share-btn-cont {
	display: none;
}

.ico-share {
	background-position: -35px -175px;
}

.pkg-social-icons li {
	margin: 10px;
	float: left;
}

.pkg-social-icons a {
	opacity: 0.5;
}

.pkg-social-icons a:hover {
	opacity: 1;
}

.ico-twitter {
	background-position: -50px -50px;
}

.ico-facebook {
	background-position: 0px -100px;
}

.ico-youtube {
	background-position: -50px -100px;
}

.ico-google {
	background-position: -50px -100px;
}

.pkg-login-cont {
	float: left;
	margin: 10px 10px 10px 20px;
}

.pkg-feature-benifit {
	position: absolute;
	z-index: 1;
	top: 80%;
	padding: 0 15px;
	background-color: #f7921e;
	color: white;
	display: block;
}

.pkg-feature-benifit h3 {
	font-family: 'Regular-Book',"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 7px;
	font-size: 2.4em;
}

.pkg-feature-detail {
	font-family: 'Regular-Light',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
}

.pkg-title {
	padding: 0 15px;
	height: 104px;
	background-color: white;
	color: black;
	float: left;
	clear: both;
	position: relative;
	border-left: 4px solid #f7921e;
	box-sizing: border-box;
}

.pkg-title h1 {
	line-height: 1;
	margin-top: 13px;
}

.pkg-tagline {
	color: white;
	padding: 0 15px;
	/*background-color: white;*/
	clear: both;
	float: left;
}

.pkg-tagline h2 {
	font-family: 'Regular-Light',"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 10px;
	text-shadow: 0px 0px 20px #000000;
}

.pkg-col-img {
	position: relative;
}

.pkg-single-img {
	background-position: center;
	background-size: cover;
	padding-bottom: 65%;
	border-top: 1px solid #f7921e;
	border: 1px solid #363636;
}

/*.pkg-std-img {
	background-image: url('../img/mech-pack-img.jpg');
}

.pkg-collectors-img {
	background-image: url('../img/mech-pack-img.jpg');
}*/

.pkg-mech-img-1 {background-image: url('../img/mech-pack-img-corgi-std.jpg');}
.pkg-mech-img-2 {background-image: url('../img/mech-pack-img-corgi-special.jpg');}

.pkg-lg-primary-btn {
	font-family: 'Regular-Medium',"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	background-color: #363636;
	border: 0;
	color: white;
	width: 100%;
	padding: 15px 15px 13px 15px;
	position: relative;
	-webkit-transition: background-color 0.3s; /* Safari */
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.pkg-lg-primary-btn.secondary-style {
	background-color: transparent;
	border: 1px solid white;
}

.ico-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: relative;
    top: -2px;
    margin-left: 15px;
}

.pkg-lg-primary-btn:hover {
	background-color: #f7921e;
}

.clear-float {
	clear: both;
}

.clear-float:before,
.clear-float:after {
    content: " ";
    display: table;
}

.clear-float:after {
    clear: both;
}

.pkg-mech-stats-img {
	display: none; /*display img for less mechs*/
	width: 25%;
	height: 1100px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pkg-mech-stats-title {
	background-color: #111111;
	border-bottom: 1px solid rgb(255, 97, 0);
	padding: 15px;
	font-size: 1.4em;
}

.pkg-fixed {
	color:#959595;
}

/*.pkg-stats-img-1 {background-image: url('../img/mech-spec-img-corgi.jpg');}*/

.pkg-mech-specs-table {
	width: 100%;
	float: left;
	border-top: 1px solid #111111;
}

.pkg-mech-specs-table td {
	padding: 5px 10px 5px 10px;
	font-size: 0.85em;
	width: 14%;
	vertical-align: top;
}

.pkg-mech-specs-table tr:nth-of-type(even) {
	background-color: #111111;
}

.pkg-mech-specs-table thead td {
	font-size: 1.4em;
	background-color: black !important;
	padding-top: 15px;
}

.pkg-mech-specs-table .pkg-table-title-section {
	padding-top: 20px;
	padding-left: 20px;
}

.pkg-mech-specs-cont, .pkg-rewards-section {
	color: white;
	/*border-top: 1px solid #363636;*/
}


.pkg-rewards-section {
	background-color: #1c1c1c;
}

.pkg-rewards-header {
	clear: both;
}

.pkg-monthly-rewards {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}

.pkg-reward-date {
	margin: 0 -15px 20px -15px;
	padding: 5px 15px;
	background-color: #f7921e;
	color: white;
	font-size: 0.8em;
	text-align: center;
	float: left;
}

.pkg-monthly-rewards .pkg-reward-cont {
	float: left;
	position: relative;
	text-align: center;
	width: 20%;
	/*padding: 15px;*/
	box-sizing: border-box;
}

.pkg-monthly-rewards .pkg-reward-col {
	padding: 15px;
	box-sizing: border-box;
}

.pkg-monthly-rewards h3, .pkg-loyalty-rewards h4 {
	margin: 0 -15px;
	border-bottom: 1px solid #1c1c1c;
}

.pkg-monthly-rewards .pkg-reward-col:last-child {
	/*border: 0;*/
}

.pkg-reward-col .pkg-icon-time {
	left: 0;
}

/*bonus rewards*/

.pkg-small-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2em;
}

.pkg-added-items {
	margin-top: 40px;
}

.pkg-added-items h4 {
	margin: 1.33em 0 0.8em 0;
}

.pkg-invasion-colors span {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.invasion-col-1 {background-color: #ff8812;}
.invasion-col-2 {background-color: #93e900;}
.invasion-col-3 {background-color: #273744;}

/*end rewards*/

.pkg-reward-col li {
	margin-top: 50px;
}

.pkg-intro {
	width: 50%;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
}

.pkg-col-detail-sect {
	padding: 20px 15px;
	border: 1px solid #363636;
	border-bottom: 0;
	clear: both;
}

.pkg-col-mechs {
	min-height: 300px;
}

.pkg-col-everything {
	min-height: 300px;
	background-image: url('../img/buy-all-bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #111111;
}

.pkg-ship-date {
	position: absolute;
    bottom: 0px;
    text-align: center;
    color: white;
    background-color: #ad6127;
    width: 100%;
    height: 50px;
}

.pkg-col-mechs li {
	margin-bottom: 10px;
}

.pkg-col-detail-sect:first-child {
	border-top: 0;
}

.pkg-col-details {
	color: white;
}

.pkg-col-details ul {
	margin: 1em 0;
}

.pkg-upgrade {
	position: relative;
	overflow: auto;
}

.pkg-hero-price {
	position: absolute;
    right: 20px;
}

/*.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    background-color: rgba(37,37,37,1);
    bottom: 50px;
    color: #fff;
    content: attr(title);
    left: -20%;
    padding: 10px 15px;
    position: absolute;
    z-index: 98;
    width: 240px;
    content: attr(title);
    font-family: "Helvetica Neue",Helvetica ,Arial ,sans-serif;
    font-size: 0.7em;
    box-shadow: 0px 0px 10px #000;
    line-height: 1.4;
}

.tooltip:hover:before {
    border: solid;
    border-color: #252525 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 44px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}*/

.nb-text {
	color: #f7921e;
}

.ico-lock-closed {
	opacity: .5;
 	position: absolute;
    right: 10px;
    top: 0px;
    background-position: 0px -350px;
 }

 .ico-lock-closed.open {
 	background-position: -50px -350px;
 }

 .pkg-hero-mech {
 	position: relative;
 }

 .pkg-hero-mech-img {
 	display: block;
 	background-image: url('../img/concept-corgi-hero-thumb.png');
 	background-repeat: no-repeat;
 	background-size: contain;
 	width: 200px;
 	height: 200px;
	float: left;
 }

  .pkg-hero-mech-img.pkg-std-mech-img {
  	background-image: url('../img/concept-corgi-std-thumb.png');
  }

 .pkg-hero-mech-img .ico-view-image {
 	top:0;
 	left:0;
 }

 .pkg-btn-hero.disabled {
 	color: #7d7d7d;
 	cursor: auto;
 }

  .pkg-btn-hero.disabled:hover {
  	color: #7d7d7d;
  	background-color: #363636;
  }

 .pkg-btn-hero.pkg-buy-all {
 	border-top: 1px solid black;
 }

/*.pkg-upgrade-btn {
	font-family: 'Regular-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
 	background-color: #464646;
    border: 0;
    color: #CCC;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: capitalize;
 }

.pkg-upgrade-btn.active {
	background-color: #f7921e;
	color: white;
}*/

.pkg-col-price {
	position: absolute;
	right: 1px;
	top: 1px;
	color: white;
	padding:7px 10px 10px 0px;
}

.pkg-sale-price {
	text-decoration: line-through;
	color: #f7921e;
}

.pkg-sale-label {
	padding: 2px 4px 0 4px;
	color: white;
	background-color: #f7921e;
	margin-right: 10px;
}

.pkg-collectors-price {
	background-color: #bd040e;
}

.pkg-gift-friend {
	padding: 20px 15px;
}

.pkg-section-white {
	background-color: white;
	color: #2b2a2a;
}

.pkg-section-white .pkg-title-underline {
	background-color: #2b2a2a;
}

.pkg-options-cont h2 {
	text-align: left;
}

.pkg-option-cont {
	width: 19%;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
}

.pkg-link-option {
	display: block;
	width: 200px;
	height: 200px;
	margin: 15px auto 30px auto;
	background-color: white;
	border: 1px solid #363636;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.pkg-section-title {
	padding: 15px;
}

.pkg-title-underline {
	height: 2px;
	width: 50px;
	display: none;
	background-color: white;
	margin-top: -10px;
}

.pkg-icon-list {
	margin: 1em 0;
}

.pkg-icon-list {
	padding-left: 100px;
	list-style: none;
}

.pkg-icon-list li {
	position: relative;
	height: 40px;
}

.pkg-icon-mechbay {
	top: -20px;
	left: -100px;
	display: block;
	position: absolute;
	background-position: 0 0;
}

.pkg-icon-time {
	top: -20px;
	left: -100px;
	display: block;
	position: absolute;
	background-position: 0 -75px;
}

.pkg-reward-sprite {
	width: 128px;
	height: 128px;
	margin: 20px auto;
	background-image: url('../img/earlybird-rewards-sprite.png');
}

.pkg-icon-cockpit-item {
	background-position: 0 0;
}

.pkg-icon-colors {
	background-position: -259px 0;
}

.pkg-icon-decal {
	background-position: -128px 0;
}

.pkg-icon-decal1 {
	background-position: -128px 0;
}

.pkg-icon-decal2 {
	background-position: -256px 0;
}

.pkg-icon-skin {
	background-position: -384px 0;
}

.pkg-icon-currency {
	background-position: -515px 0;
}

.pkg-mech-specs-table .pkg-table-title {
	text-transform: uppercase;
	padding-left: 20px;
}

.pkg-mech-specs-note {
	color: #f7921e;
}


/*Faction content*/

.pkg-faction-section {
	color: white;
	position: relative;
}

.pkg-faction-section ul {
	margin: 0;
	padding: 0;
}

.pkg-faction-section ul li {
	list-style: none;
}

.pkg-faction-cont {
	position: absolute;
  	top: 0;
  	z-index: 100;
 	width: 100%;
 	background-color: rgba(0, 0, 0, 0.15);
}

.pkg-tab-menu {
	border-bottom: 1px solid #363636;
	float: left;
	width: 100%;
}

.pkg-faction-cont .pkg-tab-menu {
	/*border-color: white;*/
	border: 0;
}

.pkg-tab-menu ul {
	margin: 20px auto 0 auto;
	/*width: 1000px;*/
}

.pkg-tab-menu.is-faction-menu ul {
	width: 100%;
}

/*clans*/

.pkg-faction-ghost-bear {
	background-color: #2f9ada;
}

.pkg-faction-jade-falcon {
	background-color: #05991a;
}

.pkg-faction-smoke-jaguar {
	background-color: #d19d09;
}

.pkg-faction-wolf {
	background-color: #c32606;
}

.pkg-faction-ghost-bear .pkg-faction-mech {
	background-image: url('../img/faction-mech-ghost.png');
}

.pkg-faction-jade-falcon .pkg-faction-mech {
	background-image: url('../img/faction-mech-falcon.png');
}

.pkg-faction-smoke-jaguar .pkg-faction-mech {
	background-image: url('../img/faction-mech-jaguar.png');
}

.pkg-faction-wolf .pkg-faction-mech {
	background-image: url('../img/faction-mech-wolf.png');
}

.pkg-faction-ghost-bear .faction-color-1 {background-color: #016290;}
.pkg-faction-ghost-bear .faction-color-2 {background-color: #e2e7e9;}
.pkg-faction-ghost-bear .faction-color-3 {background-color: #8c9ba4;}

.pkg-faction-ghost-bear .faction-color-4 {background-color: #d3d3d3;}
.pkg-faction-ghost-bear .faction-color-5 {background-color: #4e4e4e;}
.pkg-faction-ghost-bear .faction-color-6 {background-color: #438ce5;}

.pkg-faction-jade-falcon .faction-color-1 {background-color: #00785a;}
.pkg-faction-jade-falcon .faction-color-2 {background-color: #71fb00;}
.pkg-faction-jade-falcon .faction-color-3 {background-color: #ffc907;}

.pkg-faction-jade-falcon .faction-color-4 {background-color: #74814f;}
.pkg-faction-jade-falcon .faction-color-5 {background-color: #447a33;}
.pkg-faction-jade-falcon .faction-color-6 {background-color: #49bca3;}

.pkg-faction-smoke-jaguar .faction-color-1 {background-color: #727a81;}
.pkg-faction-smoke-jaguar .faction-color-2 {background-color: #3d3c35;}
.pkg-faction-smoke-jaguar .faction-color-3 {background-color: #ff2828;}

.pkg-faction-smoke-jaguar .faction-color-4 {background-color: #33352c;}
.pkg-faction-smoke-jaguar .faction-color-5 {background-color: #8e9b81;}
.pkg-faction-smoke-jaguar .faction-color-6 {background-color: #860e00;}

.pkg-faction-wolf .faction-color-1 {background-color: #774300;}
.pkg-faction-wolf .faction-color-2 {background-color: #8d9623;}
.pkg-faction-wolf .faction-color-3 {background-color: #aeaa9d;}

.pkg-faction-wolf .faction-color-4 {background-color: #eedab9;}
.pkg-faction-wolf .faction-color-5 {background-color: #a1836d;}
.pkg-faction-wolf .faction-color-6 {background-color: #adadaf;}

.selected .select-arrow {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 15px 7.5px;
	bottom: -1px;
	right: 45%;
	position: absolute;
}

.pkg-faction-tab .select-arrow {
	border-color: transparent transparent #FFF transparent;
}

.pkg-faction-tab.pkg-tab-ghost-bear .select-arrow {border-color: transparent transparent #2f9ada transparent;}
.pkg-faction-tab.pkg-tab-jade-falcon .select-arrow {border-color: transparent transparent #05991a transparent;}
.pkg-faction-tab.pkg-tab-smoke-jaguar .select-arrow {border-color: transparent transparent #d19d09 transparent;}
.pkg-faction-tab.pkg-tab-wolf .select-arrow {border-color: transparent transparent #c32606 transparent;}

.pkg-tab-stats .select-arrow {
	border-color: transparent transparent #363636 transparent; 
}

.pkg-faction-content {
	clear: both;
	float: left;
	width: 100%;
	min-height: 720px;
	position: relative;
}

.pkg-tab {
	position: relative;
	width: 24%;
	float: left;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Regular-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	padding: 10px 0;
}

.is-faction-menu .pkg-tab {
	width: 24%;
}

.pkg-tab a {
	color: white;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

.pkg-tab a:hover {
	color: #ebebeb;
}

.pkg-faction-title-cont {
	position: absolute;
	top: 15px;
	left: 15px;
}

.pkg-faction-container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 160px;
}

.pkg-faction-mech {
	position: absolute;
	bottom:0;
	width: 527px;
	height: 527px;
	background-repeat: no-repeat;
	background-size: cover;
}

.pkg-faction-details {
	float: left;
	margin-left: 567px;
	width: 600px;
	margin-top: 60px;
}

.pkg-faction-colors {
	margin-top: 10px;
}

.pkg-faction-color {
	float: left;
	width: 200px;
	font-size: 1em;
	text-transform: capitalize;
}

.pkg-faction-color span {
	display: block;
	height: 12px;
	margin-top: 2px;
}

.pkg-faction-items {
	height: 120px;
	width: 600px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
	background-image: url('../img/faction-items-sprite.png');
	background-repeat: no-repeat;
	box-sizing: border-box;
}


.pkg-faction-ghost-bear .pkg-faction-items {
	background-position: center 0px;
}

.pkg-faction-jade-falcon .pkg-faction-items {
	background-position: center -120px;
}

.pkg-faction-smoke-jaguar .pkg-faction-items {
	background-position: center -240px;
}

.pkg-faction-wolf .pkg-faction-items {
	background-position: center -360px;
}

.pkg-faction-info {
	margin-top: 20px;
	font-size: 0.85em;
}

/*early adoptor reward*/

.pkg-early-adoptor {
	min-height: 200px;
	position: relative;
}

.pkg-early-adoptor h4 {
	clear: both;
}

.pkg-early-reward-date {
	background-color: #f7921e;
}

/*ala carte*/
.pkg-ala-carte {
	color: white;
	background-color: #1c1c1c;
	float: left;
	width: 100%;
}

.pkg-ala-carte-cont {
	margin:0 auto;
	width: 1000px;
}

.pkg-carte-selection {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}

.pkg-carte-payment {
	width: 40%;
	float: left;
}

.pkg-carte-option {
	position: relative;
	display: block;
	background-color: white;
	border: 1px solid #111111;
	height: 200px;
	width: 200px;
}

.pkg-carte-option.selected {
	background-color: #f7921e;
	border-color: white;
}

.pkg-carte-option.disabled {
	opacity: 0.5;
}

.pkg-carte-option.owned {
	background-color: black;
}

.pkg-carte-option.owned:hover {
	background-color: black;
}

.pkg-carte-option.owned img {
	opacity: 0.5;
}

.pkg-carte-option.owned span {
	position: absolute;
  	z-index: 1;
  	left: 34%;
  	top: 40%;
  	color: #f7921e;
}

.pkg-carte-option.disabled:hover {
	background-color: white;
	border: 1px solid #111111;
}

.pkg-carte-option:hover {
	background-color: #f7921e;
}

.pkg-carte-option-cont {
	float: left;
	margin: 0 20px 10px 15px;
}

.pkg-carte-option-cont span {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 10px 0;
}

.pkg-carte-top, .pkg-carte-bottom {
	clear: both;
}

.pkg-carte-disclaimer {
	margin-top: 40px;
	font-size: 0.85em;
	color: #959595;
	line-height: 1.5em;
}

.carte-line {
	margin:10px 0;
}

.pkg-carte-total {
	padding: 20px 0;
	border-top: 1px solid #111111;
}

/*Sign up newsletter*/
.pkg-signup {
	color: white;
	background-color: #f7921e;
	text-align: center;
	/*background-image: url('../img/newsletter-bg.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 15px;
	box-sizing:border-box;
}

.pkg-signup .pkg-title-underline {
	margin-left: 38.9%;
}

.pkg-lg-primary-btn.third-style {
	background-color: black;
	border: 1px solid white;
}

.pkg-lg-primary-btn.third-style:hover {
	background-color: #363636;
}

.pkg-sign-up-cont {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.pkg-sign-up-form {
	width: 60%;
	margin: 0 auto;
}

input {
	width: 100%;
	padding: 15px 15px 13px 15px;
	box-sizing: border-box;
	font-family: 'Regular-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  	text-transform: uppercase;
  	font-size: 1.6em;
  	border: 1px solid transparent;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

.pkg-signup-field-cont {
	float: left;
	width: 75%;
}

.pkg-signup-button-cont {
	float: left;
	width: 25%;
}

.pkg-large-copy {
	font-family: 'Regular-Medium',"Helvetica Neue",Helvetica,Arial,sans-serif;
  	font-size: 1.6em;
}

.pkg-signup .pkg-large-copy {
	margin-top: 0;
}

/*download footer*/

.pkg-download {
	color: white;
	background-color: black;
	text-align: center;
}

.pkg-download-game-cont {
	width: 1000px;
	margin: 40px auto 0 auto;
	color: #959595;
}

.pkg-syst-req-cont {
	margin-top: 80px;
}

.pkg-syst-col {
	width: 33%;
	float: left;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.pkg-syst-col:first-child {
	text-align: right;
}

.pkg-footer-links {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid #363636;
}

.pkg-footer-links ul {
	margin: 1em 0;
}

.pkg-footer-links li {
	display: inline-block;
	vertical-align: top;
}

.pkg-internal-link a {
	text-transform: capitalize;
	color: #959595;
	text-decoration: none;
	display: block;
	padding: 7px 5px 0 5px; 
}

.pkg-internal-link a:hover {
	color: #fff;
}

.pkg-download .pkg-title-underline {
	margin-left: 32.4%;
}

.pkg-download .pkg-lg-primary-btn {
	width: 50%;
}

.pkg-footer-links .pkg-sprite-icon {
  	width: 35px;
  	height: 35px;
  	background-size: 200%;
}

.ico-twitter2 {
	background-position: -35px -105px;
}

.ico-facebook2 {
	background-position: 0px -105px;
}

.ico-google2 {
	background-position: -35px -140px;
}

.ico-youtube {
	background-position: 0px -140px;
}

.pkg-social-sites a {
	opacity: 0.5;
}

.pkg-social-sites a:hover {
	opacity: 1;
}

/*gallery buttons*/
.pkg-view-cont {
	display: inline-block;
	margin-left: 25px;
}

.pkg-lg-primary-btn.pkg-gallery-btn {
	/*display: block;*/
	background-color: #f7921e;
	padding-right: 50px;
}

.pkg-lg-primary-btn.pkg-gallery-btn:hover {
	background-color: #fc6805;
	color: white;
	cursor: pointer;
}

.ico-gallery {
	background-position: 0 0;
	right: 0;
	top: 0;
	position: absolute;
}

.ico-view-image {
	background-position: -50px 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.pkg-view-img-btn {
	background-color: #f7921e;
	z-index: 2;
}

.pkg-view-img-btn:hover {
	background-color: #feb403;
}

.pkg-menu-btn {
	display: none;
	background-color: transparent;
	border: 0;
	color: transparent;
}


/*tabbed menus are visible until they reach mobile view when they are hidden*/

.tabs.faction-menu.selected, .tabs.specs-menu.selected {
	display: block;
}


/* media query for height constraints */

@media screen and (max-width: 1680px) {

	.pkg-banner-slide {
		height: 800px;
	}

	.dots li {
		width: 60px;
		height: 60px;
	}

}

/* media query for medium screen size */
@media screen and (max-width: 1410px) {

	body {
		font-size: 14px;
	}
	
	.pkg-col-detail-sect {
		padding: 10px;
	}

	.pkg-early-adoptor {
		min-height: 300px;
	}

	.pkg-reward-date {
		margin-left: -10px;
	}

	.pkg-col-mechs {
		min-height: 360px;
	}

	.pkg-col-cont {
		width: 24%;
		margin: 0 0 20px 0;
	}

	.pkg-link-option {
		width: 150px;
		height: 150px;
	}

	.pkg-title h1 {
		margin-bottom: 5px;
	}

	.pkg-reward-col .pkg-icon-list {
		padding-left: 20px;
	}

	.pkg-icon-sprite {
		width: 50px;
		height: 50px;
	}

	.pkg-icon-time {
		background-position: 0 -50px;
	}

	.pkg-lg-primary-btn {
		padding: 10px;
	}

	input {
		padding: 10px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  		font-size: 1em;
	}

	.pkg-lg-primary-btn, .pkg-tab, .pkg-feature-detail, .pkg-col-sub {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1em;
	}

	.pkg-reward-col li {
		padding-left: 20px;
	}

	.pkg-reward-col h3 {
		line-height: 1;
	}

	.pkg-monthly-rewards .pkg-reward-col, .pkg-loyalty-rewards, .pkg-reward-col {
		/*min-height: 440px;*/ /*for monthly rewards*/
		box-sizing:border-box;
		padding: 10px;
	}

	.pkg-reward-col .pkg-reward-date {
		margin-left: -10px;
	}

	.pkg-mwo-logo {
		top: 10px;
	}

	.ico-arrow {
		top: 0;
	}

	.pkg-faction-mech {
		width: 400px;
		height: 400px;
	}

	.pkg-faction-content {
		min-height: 540px;
	}

	.pkg-faction-details {
		margin-left: 420px;
	}

	.pkg-faction-items {
		width: 570px;
	}

	.pkg-faction-color {
		width: 190px;
	}

	.pkg-faction-info {
		width: 570px;
	}

	.pkg-mech-stats-title {
		padding: 5px 15px;
	}

	.pkg-section, .pkg-ad-banner-cont {
		/*min-width: 960px;*/
	}

	.ico-view-image {
		background-position: -35px 0;
	}

	.pkg-sprite-icon {
		width: 35px;
		height: 35px;
		background-size: 200%;
	}

	.pkg-sprite-icon.pkg-menu-btn {
		display: none;
		width: 50px;
		height: 50px;
		background-position: 0 -50px;
	}

	.pkg-login-help, .pkg-social-text {
		font-size: 1em;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.ico-twitter {
		background-position: -35px -35px;
	}

	.ico-facebook {
 		background-position: 0px -70px;
	}

	.ico-google {
  		background-position: -35px -70px;
	}

	.ico-up-arrow {
 		background-position: 0px -175px;
	}

	.pkg-login-cont, .pkg-social-icons li {
		margin: 7px 7px 5px 7px;
	}

	.pkg-up-btn {
		margin: 7px 7px 0px 7px;
	}

	.pkg-social-text, .pkg-login-help {
		padding: 17px 7px 16px 7px;
	}

	.pkg-col-title {
		padding: 8px 10px 5px 10px;
	}

	.pkg-col-title h3 {
		font-size:1.8em;
	}

	.pkg-social-text {
		display:none;
	}

	.pkg-banner-slide {
		height: 550px;
	}

	.pkg-ship-date {
		height: 35px;
		font-size: 85%;
		text-align: left;
	}

	.pkg-ship-date p {
		margin-left: 10px;
	}

}

@media screen and (max-width: 1200px) {

	.pkg-faction-container {
		width: 100%;
		margin: 0;
	}

	.pkg-signa-cont, .dots {
		top: 40px;
	}
}

@media screen and (min-width: 1024px) {

	.pkg-toolbar.sticky {  
	    position: fixed;  
	    width: 100%;  
	    left: 0;  
	    top: 0;  
	    z-index: 1000;  
	    border-top: 0;  
	    border-bottom: 1px solid #f7921e;
	    box-shadow: 0px 2px 10px black;
	}

}
 

@media screen and (max-width: 1024px) { 

	.pkg-col-cont {
		width: 48%;
	}

	.pkg-col-cont-bottom {
		width: 100%;
		margin: 0;
	}

	.pkg-ad-bg-img {
		padding-bottom: 0;
		min-height: 454px;
	}

	.pkg-faction-details {
		padding: 0 15px;
		margin-left: 0;
		margin-top: 20px;
		box-sizing: border-box;
		width: 100%;
	}

	.pkg-faction-title-cont {
		display: none;
	}

	.pkg-faction-mech {
		display: none;
	}

	.pkg-faction-color {
		width: 33.3%;
	}

	.pkg-faction-items {
		width: 100%;
	}

	.pkg-faction-info {
		width: 100%;
	}

	.pkg-faction-content {
		min-height: inherit;
	}

	.pkg-tab-menu ul {
		width: inherit;
		margin: 0;
	}

	.pkg-tab {
		width: 25%;
	}

	.pkg-intro {
		width: 100%;
	}

	.pkg-monthly-rewards .pkg-reward-cont {
		width: 50%;
		padding: 15px;
	}

	.pkg-monthly-rewards .pkg-reward-col:nth-child(even) {
		background: none;
	}

	.pkg-monthly-rewards .pkg-reward-col:nth-child(2), .pkg-monthly-rewards .pkg-reward-col:nth-child(3) {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	} 

	.pkg-mech-stats-img {
		display: none;
	}

	.pkg-mech-specs-table {
		width: 100%;
		min-width: 768px;
	}

	.pkg-mech-specs-table .pkg-table-title-section, .pkg-mech-specs-table .pkg-table-title {
		padding-left: 15px;
	}

	.pkg-ala-carte-cont {
		width: 100%;
		margin: 0;
	}

	.pkg-carte-payment {
		width: 100%;
		box-sizing:border-box;
		padding: 0 15px;
		float: none;
		clear: both;
	}

	.pkg-carte-selection {
		width: 100%;
	}

	.pkg-option-cont {
		width: 32%;
		margin-top: 0px;
	}

	.pkg-toolbar .pkg-up-btn, .pkg-social-text {
		display: none;
	}

	/*hide game download section*/

	.pkg-download .pkg-section-title, .pkg-download-game-cont {
		display: none;
	}

	.pkg-footer-links {
		margin-top: 0;
		border: 0;
	}

	.pkg-carte-section {
		width: 480px;
		margin: 0 auto;
	}

	/*medium images*/
	
	.slide1 {
		background-image: url(../img/slide1-corgi-md.jpg);
	}

	.slide2 {
		background-image: url(../img/slide2-corgi-md.jpg);
	}

	.slide3 {
		background-image: url(../img/slide3-corgi-md.jpg);
	}		

}

@media screen and (max-width: 960px) {

	.pkg-banner-slide {
		height: 460px;
		padding-bottom: 0;
	}

	.pkg-feature-benifit {
		display: none;
	}

	.pkg-ad-banner-cont {
		font-size: 0.75em;
	}

	.pkg-tagline h2 {
		font-size: 2.2em;
	}

	.pkg-title {
		height: 80px;
	}

	.dots {
		display: none;
	}

	.pkg-title-sideline {
		height: 22px;
	}

	.pkg-mech-alias .pkg-title-sideline {
		height: 48px;
	}

	.pkg-login-help {
		display: none;
	}

}

@media screen and (max-width: 840px) {

	.pkg-sign-up-form {
		width: 100%;
	}

	.pkg-large-copy {
		font-size: 1.2em;
	}

	.pkg-hero-mech-img {
		float: none;
		margin: 0 auto;
 	}

}

@media screen and (max-width: 640px) {

	.pkg-col-everything {
		background: none;
	}

	h2 {
		font-size: 2.2em;
		line-height: 1.2em;
	}

	h3 {
		font-size: 2em;
		line-height: 1em;
	}

	h4 {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 1em;
		font-weight: bold;
	}

	.pkg-col-cont {
		width:100%;
		margin-bottom: 0;
	}

	.pkg-col {
		margin:15px;
	}
	
	.pkg-feature-benifit {
		bottom: 0;
		top: inherit;
		font-size: .85em;
		padding-bottom: 15px;
	}

	.pkg-col-mechs, .pkg-early-adoptor {
		min-height: inherit;
	}

	.pkg-tab, .is-faction-menu .pkg-tab {
		width: 100%;
	}

	.pkg-tab.selected {
		background-color: #363636;
	}

	.pkg-faction-cont {
		position: relative;
	}

	.pkg-faction-section {
		border-top: 1px solid #363636;
	}

	.pkg-faction-container {
		padding-top: 0;
	}

	.selected .select-arrow {
		display: none;
	}

	.pkg-faction-cont .pkg-tab-menu {
		border: 0;
	}

	.pkg-faction-color {
		width: 100%;
		float: none;
		margin-top: 15px;
	}

	.pkg-faction-color:first-child {
		margin-top: 0px;
	}

	.pkg-faction-items {
		margin-top: 30px;
	}

	.pkg-monthly-rewards .pkg-reward-col {
		width: 100%;
		min-height: inherit;
	}

	.pkg-monthly-rewards .pkg-reward-col:nth-child(2), .pkg-monthly-rewards .pkg-reward-col:nth-child(3) {
		background: none;
	}

	.pkg-monthly-rewards .pkg-reward-col:nth-child(odd) {
		/*background-color: rgba(0,0,0,0.4);*/
	}

	.pkg-option-cont {
		width: 50%;
		float: left;
		padding: 0 15px;
		box-sizing:border-box;
	}

	.pkg-link-option {
  		width: 100%;
  		height: 0;
  		padding-bottom: 100%;
	}

	.pkg-tab a {
		margin-bottom: 0;
	}

	.pkg-sprite-icon.pkg-menu-btn {
		display: block;
	}

	.tabs.faction-menu, .tabs.specs-menu {
		display: none;
	}

	.pkg-title h1 {
		font-size: 4em;
	}

	.pkg-title {
		height: 60px;
	}

	.pkg-title-sideline {
		height: 18px;
	}

	.pkg-mech-alias .pkg-title-sideline {
		height: 41px;
	}

	.pkg-mech-title {
		right: 10px;
	}

	/*footer links*/
	.pkg-internal-link {
		width: 100%;
		padding: 10px;
	}

	.pkg-social-sites {
		padding: 10px;
	}

	/*small images*/

	.slide1 {
		background-image: url(../img/slide1-corgi-sm.jpg);
	}

	.slide2 {
		background-image: url(../img/slide2-corgi-sm.jpg);
	}

	.slide3 {
		background-image: url(../img/slide3-corgi-sm.jpg);
	}

	.pkg-mech-img-1 {background-image: url('../img/mech-pack-img-corgi-std-sm.jpg');}
	.pkg-mech-img-2 {background-image: url('../img/mech-pack-img-corgi-special-sm.jpg');}

}

@media screen and (max-width: 560px) {

	.pkg-faction-items {
		height: 60px;
		background-size: 300px 360px;
	}

	.pkg-faction-rasalhague .pkg-faction-items {
		background-position: center 0;
	}

	.pkg-faction-steiner .pkg-faction-items {
		background-position: center -60px;
	}

	.pkg-faction-wolf .pkg-faction-items {
		background-position: center -120px;
	}

	.pkg-faction-smoke-jaguar .pkg-faction-items {
		background-position: center -180px;
	}

	.pkg-faction-jade-falcon .pkg-faction-items {
		background-position: center -240px;
	}

	.pkg-faction-ghost-bear .pkg-faction-items {
		background-position: center -300px;
	}

	.pkg-carte-option-cont {
		margin: 0;
		box-sizing: border-box;
		width: 50%;
		padding: 5px 15px;
	}

	.pkg-carte-option-cont img {
		width: 100%;
		max-width: 200px;
	}

	.pkg-carte-option {
		height: inherit;
		width: 100%;
		max-width: 200px;
	}
	
	.pkg-ala-carte .pkg-intro {
		padding-bottom: 0;
	}
	
	.pkg-share-btns {
		display: none;
	}
	
	.pkg-share-btn-cont {
		display: none;
		margin: 7px 7px 5px 7px;
	}

	.pkg-social-icons a {
		opacity: 1;
	}

	.pkg-login-cont {
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		box-sizing:border-box;
	}
	
	.pkg-monthly-rewards .pkg-reward-cont {
		width: 100%;
	}
	
	.pkg-carte-section {
		width: 100%;
	}

}

@media screen and (max-width: 420px) {

	.pkg-signup-field-cont {
		width: 60%;
	}

	.pkg-signup-button-cont {
		width: 40%;
	}

}
