* {
  box-sizing: border-box;
}

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 12px;
  color: #fff;
}

#productViz {
	width: 100%;
	height: 500px;
	background-color: black;
	bottom: 0;
    position: relative;
	padding-top: 10px;

}

.logo {
	float: left;
	height: 40px;
	width: 40px;
	margin: 15px 75px;
}

.leftList {
	width: 25%;
	float: left;
	border: 0px solid black;
	height: 95%;
	padding-right: 15px;
}

.cleanButton {
  width: 100%;
  height: 75px;
	background-color: rgb(127,127,127);
	border: none;
	color: white;
	font: 25px arial;
	display: inline-block;

	

}

}
.cleanButton img{
  width: 40px;
  height: 40px;
  float: right;
}

.leftButton {
  background-color:  rgb(127,127,127);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 48%;
  margin-bottom : 14px;
}

.rightButton {
  background-color:  rgb(127,127,127);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 48%;
  float: right;
  margin-bottom : 14px;
}
.fullButton {
  background-color: rgb(127,127,127);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  margin-bottom : 14px;
}

.rightViz {
	width: 75%;
	float: left;
	border: 0px solid black;
	height: 90%;
	padding: 8px;
	margin-left: 0px;
	background: black;
}

.rightInfo {
	width: 75%;
	float: left;
	border: 0px solid black;
	height: 90%;
	padding-left: 15px;
}

.dimTitle {
	height:auto;
}


.caseDims {
    width: 100%;
    height: 25%;
}

.selectedPatterns {
    width: 30%;
    float: left;
    height: 100%;
}

.availablePatterns {
    width: 70%;
    float: right;
    height: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stories {
  position: relative;
  margin: 0px auto;
  height: 100%;
  width: 100%;
  background-color: #1E294D;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.the-story {
  position: relative;
  width: 100;
  height: 90%;
  background: #efefef;
  overflow: hidden;
}
.the-story ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.the-story li {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f1f1f1;
}

.story-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  top: 0px;
  /*
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}

/*
.story-content img {
  position: relative;
  float: left;
  left: 0;
  width: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
.story-content .story-body {
  position: relative;
  width: 95%;
  float: left;
  padding: 15px;
  margin: 30px 50px;
  box-sizing: border-box;
  top: 10px;
  height: 90%;
  border-left: 6px solid #f68a1f;
  border-radius: 0px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  background-color: #1F294A;
  /*
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  */.
}
.story-content .story-title {
  font-size: 2.4em;
  font-weight: 700;
  color: #f68a1f;
  margin-bottom: 25px;
}
.story-content .story-desc {
  margin-top: 10px;
  line-height: 18px;
}

.story-inner {
  position: relative;
  width: 60%;
  margin: 0px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.story-nav {
  position: relative;
  height: 70px;
  width: 100%;
}

.story-nav ul {
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
}
.story-nav ul li {
  float: left;
  text-align: right;
  color: #fff;
  cursor: pointer;
  padding: 6px 0px 6px 60px;
  box-sizing: border-box;
}

.slider-progress {
  width: 100%;
  border-top: 10px solid #11152A;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 10px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #f68a1f;
}

.current {
  color: #f68a1f !important;
}

.story-nav li:first-child:nth-last-child(1),
.story-nav li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}

.story-nav li:first-child:nth-last-child(2),
.story-nav li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.story-nav li:first-child:nth-last-child(3),
.story-nav li:first-child:nth-last-child(3) ~ li {
  width: 33.3333333333%;
}

.story-nav li:first-child:nth-last-child(4),
.story-nav li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.story-nav li:first-child:nth-last-child(5),
.story-nav li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.story-nav li:first-child:nth-last-child(6),
.story-nav li:first-child:nth-last-child(6) ~ li {
  width: 16.6666666667%;
}

.story-nav li:first-child:nth-last-child(7),
.story-nav li:first-child:nth-last-child(7) ~ li {
  width: 14.2857142857%;
}

.story-nav li:first-child:nth-last-child(8),
.story-nav li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}

.story-nav li:first-child:nth-last-child(9),
.story-nav li:first-child:nth-last-child(9) ~ li {
  width: 11.1111111111%;
}

.story-nav li:first-child:nth-last-child(10),
.story-nav li:first-child:nth-last-child(10) ~ li {
  width: 10%;
}

/* */
@media screen and (max-width: 1200px) {
  #stories {
    width: 100%;
  }
  #stories .story-content {
    width: 100%;
  }
  #stories .story-content img {
    width: 25%;
  }
  #stories .story-body {
    width: 100%;
  }

  .story-inner {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .slider-progress {
    display: none;
  }

  .story-nav ul {
    padding: 5px;
  }

  .story-nav ul li {
    width: 30px !important;
    height: 30px;
    text-align: center;
    float: left;
    display: block;
    padding: 0px;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
  }

  .current {
    color: #fff !important;
    border-bottom: 4px solid #f68a1f;
  }
}
@media screen and (max-width: 630px) {
  .story-content .story-body {
    float: none;
    width: 100% !important;
    display: block;
    text-align: center;
    position: relative;
    padding: 40px;
    margin: 0px;
    top: 50%;
    /*
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	*/
  }

  .story-content img {
    float: none;
    display: block;
    margin: 0px auto;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}


.group {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 10px 0px;
}

.tagroup {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 10px 0px;
}

label {
  position: absolute;
  top: 36.6666666667px;
  color: rgba(255, 255, 255, 0.5);
  font: 400 25px arial;
  cursor: text;
  transition: 0.25s ease;
  vertical-align: center;
  padding-left:5px;
}

input {
  display: block;
  width: 100%;
  padding-top: 36.6666666667px;
  border: none;
  border-radius: 0;
  color: white;
  background: #333;
  font-size: 25.6666666667px;
  transition: 0.3s ease;
  padding-left: 10px;
  padding-bottom: 3px;
}
input:valid ~ label {
  top: 0;
  font: 700 22px arial;
  color: rgba(255, 255, 255, 0.5);
}
input:focus {
  outline: none;
}
input:focus ~ label {
  top: 0;
  font: 700 22px arial;
  color: #f68a1f;
}
input:focus ~ .bar:before {
  transform: translateX(0);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset;
  -webkit-text-fill-color: white !important;
}

.bar {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  width: 100%;
  height: 3.6666666667px;
  transition: 0.3s ease;
  position: relative;
}
.bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  /*background: #2196f3;*/
  background: #f68a1f;
  transform: translateX(-100%);
}

::selection {
  background: rgba(33, 150, 243, 0.3);
}

select {
  display: block;
  width: 100%;
  padding-top: 36.6666666667px;
  border: none;
  border-radius: 0;
  color: white;
  background: #333;
  font-size: 25.6666666667px;
  transition: 0.3s ease;
  padding-left: 10px;
  padding-bottom: 3px;
}
select:valid ~ label {
  top: 0;
  font: 700 22px arial;
  color: rgba(255, 255, 255, 0.5);
}
select:focus {
  outline: none;
}
select:focus ~ label {
  top: 0;
  font: 700 22px arial;
  color: #f68a1f;
}
select:focus ~ .bar:before {
  transform: translateX(0);
}
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset;
  -webkit-text-fill-color: white !important;
}

textarea {
  height: 400px;
  display: block;
  width: 100%;
  padding-top: 36.6666666667px;
  border: none;
  border-radius: 0;
  color: white;
  background: #333;
  font-size: 25.6666666667px;
  transition: 0.3s ease;
  padding-left: 10px;
  padding-bottom: 3px;
  border-bottom: 4px solid #f68a1f;
}
textarea:valid ~ label {
  top: 0;
  font: 700 22px arial;
  color: rgba(255, 255, 255, 0.5);
}
textarea:focus {
  outline: none;
  border-bottom: 4px solid #f68a1f;
}
textarea:focus ~ label {
  top: 0;
  font: 700 22px arial;
  color: #f68a1f;
}
textarea:focus ~ .bar:before {
  transform: translateX(0);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset;
  -webkit-text-fill-color: white !important;
}