@charset "utf-8";
/* CSS Document */

/* -------------------------------- 

Main Components - MAIN CONTENT (EDIT ALL SIZES)

-------------------------------- */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #2c343b;
  background-color: #f2f2f2;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {opacity:.75;}

img {
  max-width: 100%;
}

sup{font-size:11px;vertical-align:top;}





/* -------------------------------- 

Main content - Legacy module, Columns, Banner

-------------------------------- */
.wrapper-dark {background: #171718 !important; width: 100%; padding: 0; margin: 0; min-height: 1rem;}

.cd-main-content {
  width: 75%;
  margin: 0 auto;
  padding: 2em 0;
}


.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}

.content-vertical {
	border-left:1px solid #000; 
	padding-left:3rem;
}

.category-title { 
	font-size: 4rem ; 
	font-weight: 600; 
	letter-spacing: .25rem;
	text-align: center;
	margin-bottom: 3rem;
	}
	
.product-name {
	font-size: 150% ; 
	font-weight: 600; 
	letter-spacing: .25rem;
	}
	
.product-description {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 1em 0 !important;
}
	
.featured-specs {
	padding-left: 1em !important;
	margin-left: 0;
	list-style: square outside;
}
	
.featured-specs li {
	font-size: 1.25rem;
	margin: 1.5rem 0rem;
}

.product-price {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	color: #171718 !important;
	font-size: 2.1rem !important;
	font-weight: 600;
	letter-spacing: .25rem;
}

.dfs li {
	font-size: 1rem;
	margin: .5rem 0rem;
}

.product-cta {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	color: #171718 !important;
	font-size: 2.25rem !important;
	font-weight: 600 !important;
	letter-spacing: .3rem;
}


.one {
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-bottom:2em;
}
	
.one-half {
	width: 47%;
	float: left;
	margin: 0 1.5%;
	margin-bottom:2em;
}

.one-third {
	width: 30%;
	float: left;
	margin: 0 1.5%;
	margin-bottom:2em;
}

.two-third {
	width: 60%;
	float: left;
	margin: 0 1.5%;
	margin-bottom:2em;
}

.one-fourth {
	width: 22%;
	float: left;
	margin: 0 1.5%;
	margin-bottom:2em;
}

.one-fifth {
	width: 17%;
	float: left;
	margin: 0 1.5%;
	margin-bottom:2em;
}


.product-image {
	width: 75% !important;
	display: block;
	margin: 0 auto !important;
}

.product-image img {
	width: 75% !important;
	display: block;
	margin: 0 auto !important;
}



.cd-main-banner {
  width: 100%;
  min-height: 5rem;
  margin: 0 auto;
  background-image: url("http://image.alienware.com/images/2016/background-images/dust-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.cd-arena-banner { 
  width: 100%;
  min-height: 5rem;
  margin: 0 auto;
  background-image: url("http://image.alienware.com/images/2016/US/homepage/aw-arena-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.cd-main-banner-content {width: 75%; margin: 0 auto;}

.cd-main-banner p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: white;
  margin: 2em 0;
}

.cd-arena-banner p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: white;
  margin: 2em 0;
}

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
  
  .product-description {
    font-size: 1.6rem;
	margin: 1em 0 !important;
  }
  
  .cd-main-banner {
    padding: 3em 0;
  }
  .cd-main-banner p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 850px) {
  .one {
	width: 100%;
}
  .one-half {
	width: 100%;
}
  
  .one-third {
	width: 100%;
}

.two-third {
	width: 100%;
}

  .one-fourth {
	width: 100%;
}

 .one-fifth {
	width: 100%;
}
}



/*---------------------------------

Spec Accordion

--------------------------------- */


/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
	color: none !important;
	background-color: #f2f2f2 !important;
    cursor: pointer;
	padding-left: 0 !important;
	font-size: 1.5rem;
    padding: 1rem;
    width: 100%;
    text-align: left;
    border: none !important;
    outline: none !important;
    transition: 0.4s;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion-fixed {
	color: none !important;
	background-color: rgba(0,0,0,0) !important;
	padding-left: 0 !important;
	font-size: 1.5rem;
    padding: 1rem;
    width: 100%;
    text-align: left;
    border: none !important;
    outline: none !important;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
	background-color: none !important;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 3rem;
	margin: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

.panel p {font-size: 1.25rem !important; margin: .8rem !important; }


button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}






/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}


/* PRODUCT TILES */

.product-distributed{
	background-color: black;
	padding: 0 !important; 
	width: 100%;
	float:left;
}

.wrapper {width:100%; margin: 0 auto;}

.product-distributed img {padding:0; float:left; opacity: 1; margin: 0 3px;}

.product-distributed img:hover {opacity: 0.75;}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 24%;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  color: white;
  cursor: pointer;
  display: table;
  height: 100%;
  left: 0;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .25rem;
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: .45;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

@media (max-width: 1000px) {

	.product-distributed{
		font: bold 14px sans-serif;
	}

	.product-distributed .product-left,
	.product-distributed .product-center,
	.product-distributed .product-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
.product-distributed img {width:100%; padding:0; float:left;}

	.product-distributed .product-center i{
		margin-left: 0;
	}
	
	ul.img-list li {
  width: 50%;
}
.wrapper {width:100%; margin: 0 auto;}

}


@media (max-width: 800px) {

	.product-distributed{
		font: bold 14px sans-serif;
	}

	.product-distributed .product-left,
	.product-distributed .product-center,
	.product-distributed .product-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
.product-distributed img {width:100%; padding:0; float:left;}

	.product-distributed .product-center i{
		margin-left: 0;
	}
	
	ul.img-list li {
  width: 70%;
}
.wrapper {width:100%; margin: 0 auto;}

}


/* -------------------------------- 

MODAL

-------------------------------- */

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	height: 100%;
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 75%;
	position: relative;
	margin: 4% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #eee;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

table {
  width: 100%;
  
  line-height:2;
  
}

td,
th {
  text-align: center;
  border-bottom: solid 1px #ccc;
  letter-spacing: .25rem;
  font-size: 2.5rem;
  padding: 10px;
}

td {
   font-size: 1.25rem !important;
   letter-spacing: .1rem;
  color: 171718;
  font-weight: 400;
}

th:first-child,
td:first-child {
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  td,
  th {
    display: block;
    width: 33.333333333333%;
    font-size: 1.25rem;
  }
  th:first-child,
  td:first-child {
    background: #efefef;
    width: 100%;
  }
  th:first-child {
    display: none;
  }
}