@charset "utf-8";
/* CSS Document */

#com-nexus-showcase #nexus-packages-head .left-header,
#com-nexus-showcase #nexus-title .left-header {
	margin-top: 0px;
}

#com-nexus-showcase img {
	max-width: 100%;
}

#com-nexus-showcase .package-img .package-upgrade {
        background: #660000 none repeat scroll 0 0;
        font-weight: 500;
        height: 30px;
        letter-spacing: 1px;
        margin: 10px 0;
        padding: 2px;
        position: absolute;
        right: -50px;
        text-align: center;
        text-transform: uppercase;
        top: 25px;
        transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
        width: 200px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        color: #FFFFFF;
}

#com-nexus-showcase .package-img .package-upgrade > div {
    background-color: #f8871f;
    font-weight: 600;
    padding: 3px;
}

#com-nexus-showcase .package-img .package-upgrade {
        background: #9e5613 none repeat scroll 0 0;
        transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
        right: auto;
        left: -50px;
}


#nexus-title {
	overflow: hidden;
}

#nexus-tools {
	text-align: right;
	padding-top: 30px;
}

#nexus-showcase-menu {
	padding: 0px 50px;
}

#nexus-showcase {
	background: url("/assets/common/background/overlay.png") repeat fixed 0 0px, url("/images/uploads/homepage/solar_flare.jpg") no-repeat scroll 0 0 / auto auto #000301;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 0;
	border-color: rgba(38, 41, 45, 0.9);
	border-style: solid;
	border-width: 1px 0px;
	overflow: hidden;
	position: relative;
}

#nexus-showcase-img img {
	max-width: 90%;
	margin: 5%;
	z-index: 1;
	position: relative;
}

#nexus-showcase-desc .left-header {
	margin-left: -1000px;
}

#nexus-showcase-desc .packages-list .left-header {
	margin-left: -50px;
}

#nexus-showcase-desc > .left-header > div {
	background-color: rgba(0, 0, 0, 0.7);
}

#nexus-showcase-desc > .left-header > div h3 {
	margin-left: 1000px;
	min-width: 275px;
}

#nexus-showcase-desc > .left-header > div h5 {
	padding-left: 950px;
}

#nexus-showcase-desc .item-info {
	text-align: right;
}

#nexus-showcase-desc > .item-description {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 65%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 65%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 65%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 65%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
	margin-left: -1000px;
	padding: 15px 15px 15px 1015px;
	color: #FFFFFF;
}

#nexus-showcase-desc > .item-description ul br {
	display: none;
}

#nexus-showcase-desc > .item-buttons {
	margin-top: 10px;
	text-align: right;
}

#nexus-packages img {
	max-width: 100%;
}

#nexus-packages-head {
	padding-bottom: 0px;
	z-index: 1;
}

#nexus-packages-head > div {
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 1);
}

#nexus-packages-head > div > ul {
	z-index: 9999;
	margin-right: 30px;
}

#nexus-packages-listing > div::before {
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 1000;
}

#nexus-packages-listing > div::after {
  background-color: #000000;
  bottom: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}

#nexus-packages-listing > div {
  background-image: url("/assets/common/background/overlay.png"), linear-gradient(to right, rgba(58, 63, 68, 0.7) 0%, rgba(58, 63, 68, 0.7) 20%, rgba(58, 63, 68, 0.5) 100%);
  margin: 0 15px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}

#nexus-packages .package-item,
#nexus-packages .upgrade-package {
	padding-top: 15px;
}

#nexus-packages .package-item > div {
}

#nexus-packages .package-img {
	max-width: 80%;
	margin: 0 10%;
	overflow: hidden;
	position: relative;
}

#nexus-packages .package-img .package-discount,
#nexus-showcase .package-discount {
	background: #660000 none repeat scroll 0 0;
	font-weight: 500;
	height: 30px;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 2px;
	position: absolute;
	right: -50px;
	text-align: center;
	text-transform: uppercase;
	top: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 200px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	color: #FFFFFF;
}

#nexus-packages .package-img .package-discount > div,
#nexus-showcase .package-discount > div {
	background-color: #C00000;
	padding: 3px;
}

#nexus-showcase .package-discount {
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
	font-size: 22px;
	height: 42px;
	right: -100px;
	width: 300px;
}

#nexus-packages .package-img > img {
}

#nexus-packages .active .package-img > img {
}

.user-package .package-title,
#nexus-packages .package-title,
#nexus-packages .package-info {
	text-align: center;
}

#com-nexus-showcase .package-title .title {
	color: rgba(248, 135, 31, 1);
	padding-right: 2px;
	transform: translateZ(0px) skewX(345deg);
	-webkit-transform: translateZ(0px) skewX(345deg);
	margin-top: 15px;
}

#com-nexus-showcase .package-title .title,
#com-nexus-showcase .package-title .title > div {
	border-color: #f8871f;
	border-style: solid;
	border-width: 0 2px 0 0;
	display: inline-block;
	text-transform: uppercase;
}

#com-nexus-showcase #nexus-showcase.upgrade .title > div {
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 9px;
}

#com-nexus-showcase .package-title .title h4 {
	font-size: 1em;
	font-weight: 400;
	line-height: inherit;
	margin: 0 6px 0 0;
	text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.5), -2px 2px 3px rgba(0, 0, 0, 0.5), 2px -2px 3px rgba(0, 0, 0, 0.5);
	transform: translateZ(0px) skewX(15deg);
	-webkit-transform: translateZ(0px) skewX(15deg);
}

#com-nexus-showcase .tab .package-title .title h4 {
	font-size: 1.2em;
}

#nexus-packages .package-menu {
	text-align: center;
}

#nexus-packages .package-menu .btn {
	margin-top: 10px;
}

#nexus-packages .btn-pd {
	cursor: pointer;
}

#nexus-packages-footer > div {
	box-shadow: 0 -10px 5px -5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 -10px 5px -5px rgba(0, 0, 0, 1);
	padding-top: 15px;
	text-align: right;
}

#com-nexus-showcase #user-products > li {
	padding: 15px;
}

#com-nexus-showcase #user-products > li a {
	padding: 0px;
	border-radius: 0px;
	transition: background 0.2s ease 0s;
}

#user-products .active > a::after,
#user-products .active > a::before,
#user-products .tab > a:hover::after,
#user-products .tab > a:hover::before,
#user-products .tab > a:focus::after,
#user-products .tab > a:focus::before {
	border-color: #acb2b8 transparent;
	border-left: 0 none;
	border-right: 50px solid transparent;
	border-top: 20px solid #acb2b8;
	bottom: 0;
	content: "";
	height: 20px;
	left: 50%;
	margin-left: 0;
	position: absolute;
	opacity: 0.35;
	transition: opacity 0.3s ease 0s;
	z-index: 10;
}

#user-products .active > a::after,
#user-products .active > a::before,
#user-products .active > a:hover::before,
#user-products .active > a:focus::before,
#user-products .active > a:hover::after,
#user-products .active > a:focus::after {
	opacity: 1.0;
	transition: opacity 0.3s ease 0s;
	border-color: rgba(248,135,31,1) transparent;
	border-top: 20px solid rgba(248,135,31,1);
}

#user-products .active > a::before,
#user-products .tab > a:hover::before,
#user-products .tab > a:focus::before {
	left: auto;
	right: 50%;
	border-right: 0 none;
	border-left: 50px solid transparent;
}

#com-nexus-showcase #user-products li.active a,
#com-nexus-showcase #user-products li a:hover,
#com-nexus-showcase #user-products li a:focus {
	/*background-color: rgba(0,0,0,0.25);
	transition: background 0.2s ease 0s;*/
	background-color: transparent;
}

#com-nexus-showcase #user-products .tab a {
	width: 100%;
	padding-bottom: 100%;
}

#com-nexus-showcase .user-package {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 60%;
}

#com-nexus-showcase .user-package .package-info {
  padding: 10px;
  text-align: center;
}

#com-nexus-showcase .no-upgrades,
#com-nexus-showcase .icon-message {
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-top: 60px;
	padding: 40px 15px;
	text-align: center;
	position: relative;
}

#com-nexus-showcase .icon-message.has-desc {
	padding-bottom: 0px;
}

#com-nexus-showcase .no-upgrades > div,
#com-nexus-showcase .icon-message > div {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Play","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#com-nexus-showcase .no-upgrades > p,
#com-nexus-showcase .icon-message > p {
	margin-top: 50px;
}

#com-nexus-showcase .no-upgrades > div:first-child,
#com-nexus-showcase .icon-message > div:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.25;
	font-size: 100px;
	line-height: 100px;
}

#com-nexus-showcase .gifted-package .package-info {
	max-height: 20px;
	overflow: hidden;
}

.gift-form-instructions,
#listgifts-resend {
	margin-top: 60px;
	margin-bottom: 40px;
	overflow: hidden;
}

@media (max-width: 1350px) {
	#nexus-tools {
		padding-top: 30px;
	}
}

@media (max-width: 1011px) {
	#nexus-showcase-desc > .item-description ul > li > ul {
		display: none;
	}
	
	#nexus-tools {
		padding-top: 0px;
	}
	
	#nexus-showcase-menu {
		text-align: center;
		padding: 0px;
	}
}
