// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com
#head {
  
}
#head {
 	display: block;
}
#head .logo-container {
	position: relative;
	display: inline-block;
}
#head .logo {
	margin-top: 2em;
    height: 5em;
}
#head.mobile-head .logo-container {
    width: 100%; 
}
#head.mobile-head .logo {
	height: 3em;
	margin-top: 2em;
}
#head .logo-dark {
	position: absolute;
	top: 0;
	left: 0;
	height: 4em;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	opacity: 0; 
}
#head .navlist {
	font-family: 'Noto Sans', sans-serif;
	list-style-type: none;
	margin: 0.4em 0 1.5em 0;
	padding: 0;
	float: right;
	height: 5em;
}
.affix .navlist {
	margin-top: -1.5em !important;
}
#head .navlist li {
	display: inline-block;
}
#head .navlist li a {
	font-size: 1.3em;
    font-family: 'Noto Sans', sans-serif;
    margin: 0 1.2em;
    padding: 0;
    display: inline-block;
    line-height: 5em;
    height: 4em;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
  	transition: none !important;
}
#head .navlist li.mobile-menu {
    height: 3.5em;
    vertical-align: top;
    cursor: pointer;
    padding-left: .5em;
    padding-right: .5em;
}
#head .navlist li .trigram {
    width: 2em;
    height: 2px;
    padding-top: 4px;
    background: transparent;
    border-top: 12px double #fff;
    border-bottom: 4px solid #fff;
    margin-top: 1.75em;
}
#head .navlist li a.buy {
	font-family: 'Noto Sans', sans-serif;
	margin: 0 40px 0 0;
	padding: 0 1.5em;
	display: inline-block;
	line-height: 2.9em;
	height: 2.9em;
	color: #fff !important;
	background: #3C7EF7;
    border-radius: .5em;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
#head .navlist li a.buy:hover {
	background: #236ef9;
}
#head .navlist li a.buy:active {
   
}
#head .navlist li a:hover {
    border-bottom: 2px solid #3C7EF7;
    color: #fff;
}
#head .navlist li a:active {
    border-bottom: 2px solid #3C7EF7;
}
#head.affix {
    margin-top: 0px;
	background: rgba(255,255,255,.99);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#head.affix .logo {
	height: 4.5em;
	margin-top: .5em;
	margin-bottom: 1em;
	opacity: 0;
}
#head.affix .logo-dark {
	opacity: 1;
	height: 4.5em;
	margin-top: .5em;
	margin-bottom: 1em;
}

#head.affix .navlist li a {
 	height: 3em;
    margin: 0.8em 40px 0 0;
	line-height: 2.9em;
	color: #4F4F4F;
/*     transition: border-bottom .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out; */
}
#head.affix .navlist li.mobile-menu {

}
#head.affix .navlist li.mobile-menu .trigram {
  background: #333;
  border-top: 12px double #333;
  border-bottom: 4px solid #333;
}
#head.affix .navlist .cart_icon {

}
#head .navlist .cart_icon:hover {
  border-bottom: 0; 
  cursor: pointer;
}
#head .navlist .cart_icon img {
  width: 55px; 
  position: absolute;
  top: 53px;
  right: 15px;
}
.affix .navlist .cart_icon img {
  top: 25px !important;
}
#head .navlist .cart_icon_logo {
	    opacity: 0;
}
.affix .navlist .cart_icon_logo {
	    opacity: 1 !important;
}
#head .navlist .cart_icon_logo_white {
	    opacity: 1;
}
.affix .navlist .cart_icon_logo_white {
	    opacity: 0 !important;
}


#head {
  margin-top: 30px;
  background-color: rgba(255,255,255,0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  transition: all .25s;
  -ms-transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
}
#head.mobile-head {
  display: none;
}

#head.mobile-head ul li {
  margin-top: .25em;
}
#head .cart_item{
  float: right;
  position: fixed;
  margin-left: -6px;
  line-height: 0em !important;
  border-radius: 28px;
  font-size: 18px;
  color: #fff;
  top: 90px;
}
.affix .cart_item{
    margin-left: 10px !important;
    top: 33px !important;
    color: #989898 !important;
}
#contest {
	width: 100%;
  	font-family: 'Muli', sans-serif;
  	position: relative;	
}
#contest h1 {
  	font-weight: 100;
  	font-size: 4em;
}
#contest .smallPar {
  	text-align: center;
  	width: 70%;
  	margin: 0 auto;
  	padding-bottom: 20px;
  	margin-bottom: -80px;
  	border-bottom: 1px solid #ddd;
}
#contest .end {
  	margin-bottom: 100px;
  	border-bottom: 0px solid #ddd;
  	text-align: left;
}
#contest .banner {
	display: block;
	width: 100%;
  	height: 500px;
	background-image: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/contestBG.png?988687183873722510);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10em;
	padding-bottom: 3em;
  	margin-bottom: 3em;
}
#contest .banner h1 {
	color: #fff;
	font-weight: 700;
	font-size: 3.25em;
  	font-family: 'Muli', sans-serif;
  	text-shadow: black 0 0 0.05em;
}
#contest .banner a {
	text-decoration: none;
	display: block;
	color: #fff;
	margin-top: 1em;
	font-weight: 300;
	line-height: 2em;
	font-size: 1.25em;
}
#contest .banner a:hover {
	opacity: .5;
}
#contest .banner p {
	color: #fff;
	font-size: 1.5em;
	font-weight: 300;
}

#index {
	width: 100%;
}
#index .banner {
	display: block;
	width: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/banner_02.jpg?988687183873722510);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10em;
	padding-bottom: 3em;
} 
#index .banner h1 {
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 3.25em;
}
#index .banner a {
	text-decoration: none;
	display: block;
	color: #fff;
	margin-top: 1em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 2em;
	font-size: 1.25em;
}
#index .banner a:hover {
	opacity: .5;
}
#index . p {
	color: #fff;
	font-size: 1.5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#index .banner .buynow {
	font-size: 1.5em;
	padding: .5em 1.5em;
    display: inline-block;
	color: #fff;
	background: rgb(60, 126, 247);
	border-radius: .3em;
	margin-top: 15em;
	margin-bottom: 1em;
    font-weight: bold;
    text-transform: uppercase;
	outline: 0;
	border: 0;
}


#index .lowerbuybutton {
	width: 100%;
	text-align: center;
	padding-top: 0em;
	padding-bottom: 0em;
}

#index .lowerbuybutton a {
	text-decoration: none;
	display: block;
	color: #fff;
	margin-top: 0em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 2em;
	font-size: 1.25em;
}
#index .lowerbuybutton a:hover {
	opacity: .5;
}
#index .lowerbuybutton p {
	color: #fff;
	font-size: 1.5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#index .centerbottomtext p {
	color: #fff;
	font-size: 1.5em;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
  	text-align: center;
}
#index .lowerbuybutton .buynow {
	font-size: 1.5em;
	padding: .5em 1.5em;
    display: inline-block;
	color: #fff;
	background: rgb(60, 126, 247);
	border-radius: .3em;
	margin-top: 4em;
	margin-bottom: 4em;
    font-weight: bold;
/*     text-transform: uppercase; */
	outline: 0;
	border: 0;
}
#index .lowerbuybutton .buynow:hover {
    background: #236ef9;
  	opacity: 1;
}

#index .productBuyButton {
	width: 100%;
	text-align: center;
	padding-top: 0em;
	padding-bottom: 0em;
}

#index .productBuyButton .buynow {
    font-family: 'Muli', sans-serif;
    font-size: 1.3em;
    padding: .7em 1.9em;
    display: inline-block;
    color: #fff;
    background: #3C7EF7;
    border-radius: .3em;
    margin: 1em .5em 0em;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}
#index .productBuyButton .buynow:fous{
  background: #236ef9;
}

#index .productBuyButton .buynow:hover{
  background: #236ef9;
}

#index .introduction {
	padding: 6em 0;
/* 	border-bottom: 1px solid #ddd; */
	text-align: center;
}
#index .introduction p {
	text-align: center;
	font-size: 1.25em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#index .introduction .photo {
	display: inline-block;
	width: 25em;

	margin-bottom: 3em;
}
#index .introduction h2 {
	color: #000;
	font-size: 3em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: .5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}

#index .introduction2 .photo {
	display: inline-block;
	width: 25em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 3em;
}

#index #yearSelector {
  	text-align:center;
}
#index #yearSelector img {
  	width:50%;
  	margin-bottom: 25px;
  	filter: none;
  	-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    opacity: 0.5;
}
#index #yearSelector label:hover img {
  	filter: none;
    -webkit-filter: grayscale(30%);
    -moz-filter:    grayscale(30%);
    -ms-filter:     grayscale(30%);
    -o-filter:      grayscale(30%); 
}
#index #yearSelector label {
  	-webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
  	margin-top: 50px;
  	display: inline-block;
  	vertical-align:top;
  	width:32%;
}
#index #yearSelector label:hover {
	-ms-transform:     scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform:         scale(1.1,1.1);
    
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}


#index #yearSelector label p {
  	width:70%;
  	margin: 0 auto;
    padding: .35em .5em;
    font-size: 1.25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}
#index #yearSelector label ul {
  	font-family: 'Muli', sans-serif;
  	font-size: 1em;
}
#index #yearSelector input[type="radio"]:checked + label img {
  	filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
  	opacity: 1;
}
#index #yearSelector ul img {
    opacity: 0;
    width: 24px;
    padding-top: 10px;
}
#index #yearSelector input[type="radio"]:checked + label ul img {
	opacity: 1;
}
#index #yearSelector h2 a {
	color: #666;
	font-size: 0.5em;
	/*line-height: 1.25em;*/
	font-family: 'Muli', sans-serif;
}

#index .compatible {
	padding-top: 4em;
}
#index .compatible h2{
  	margin-top: 3.1em;
}
#index #tardiskSize {
  	text-align:center;
}
#index #tardiskSize img {
  	width:17%;
  	margin: 50px;
}
#index #tardiskSize label {
  	display: inline-block;
  	width:20%;
}
#index #tardiskSize label p {
  	width:90%;
  	margin: 0 auto;
    padding: .35em .5em;
    border: 1px solid #ddd;
    font-size: 1.5em;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
  	color: #000;
}
#index #tardiskSize label p:hover {
   	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
}
#index #tardiskSize input[type="radio"]:checked + label p {
  	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
}
#index #tardiskSize label h3 {
 	font-weight: 300;
}


#index #hardwareType {
  	text-align:center;
}
#index #hardwareType img {
  	width:50%;
  	margin-bottom: 25px;
}
#index #hardwareType .hardwareLabel {
  	margin-top: 50px;
  	display: inline-block;
  	vertical-align:top;
  	width:32%;
}
#index #hardwareType label p {
  	width:70%;
  	margin: 0 auto;
    padding: .35em .5em;
    border: 1px solid #ddd;
    font-size: 1.25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}
#index #hardwareType input[type="radio"]:checked + label p {
  	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
}

#index .compatible-slider {
	min-height: 30em;
	position: relative;
	width: 100%;
}
#index .compatible-slider div {
	transition: all .25s;
	-ms-transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#index .compatible-slider div img {
	width: 100%;
	opacity: 1;
}
#index .compatible-slider .active {
	position: absolute;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	opacity: 1;
	z-index: 500;
	top: 5em;
}
#index .compatible-slider .second {
	position: absolute;
	width: 15%;
	left: 75%;
	margin-left: -7.5%;
	opacity: .4;
	z-index: 200;
	top: 2em;
}
#index .compatible-slider .third {
	position: absolute;
	width: 10%;
	left: 50%;
	margin-left: -5%;
	opacity: .1;
	z-index: 100;
	top: 0;
}
#index .compatible-slider .fourth {
	position: absolute;
	width: 15%;
	left: 25%;
	margin-left: -7.5%;
	opacity: .4;
	z-index: 200;
	top: 2em;
}

#index .compatible-slider-test {
	min-height: 30em;
	position: relative;
	width: 100%;
  	text-align: center;
}
#index .compatible-slider-test div {
	transition: all .25s;
	-ms-transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#index .compatible-slider-test div img {
	width: 100%;
	opacity: 1;
}
#index .compatible-slider-test .active {
	position: absolute;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	opacity: 1;
	z-index: 500;
	top: 5em;
}
#index .compatible-slider-test .active span {
  	opacity: 0;
}
#index .compatible-slider-test .second {
	position: absolute;
	width: 15%;
	left: 75%;
	margin-left: -7.5%;
	opacity: .4;
	z-index: 200;
	top: 2em;
}
#index .compatible-slider-test .fourth {
	position: absolute;
	width: 15%;
	left: 25%;
	margin-left: -7.5%;
	opacity: .4;
	z-index: 200;
	top: 2em;
}
#index .compatible-slider-test .activeEmpty {
	position: absolute;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	opacity: 0;
	z-index: 500;
	top: 5em;
}
#index .compatible-slider-test .activeEmpty:hover {
    cursor: pointer;
}
#index .compatible-slider-test .secondEmpty {
	position: absolute;
	width: 15%;
	left: 75%;
	margin-left: -7.5%;
	opacity: 0;
	z-index: 200;
	top: 2em;
}
#index .compatible-slider-test .secondEmpty:hover {
    cursor: pointer;
}
#index .compatible-slider-test .fourthEmpty {
	position: absolute;
	width: 15%;
	left: 25%;
	margin-left: -7.5%;
	opacity: 0;
	z-index: 200;
	top: 2em;
}
#index .compatible-slider-test .fourthEmpty:hover {
    cursor: pointer;
}


#index .compatible-name {
	display: block;
	width: 100%;
	position: relative;
    text-align: left;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#index .compatible-name h1 {
	display: none;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
	margin: 0;
	opacity: 0;
	transition: all .25s;
	-ms-transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#index .compatible-name h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
	margin: 0 0 1em;
    text-transform: uppercase;
}
#index .compatible-name h1.active {
	display: block;
	opacity: 1;
}
#index .compatible-name h1.computer {
	display: block;
	opacity: 1;
}
#index .compatible-name a.notyou {
    font-size: .9em;
    color: #888;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    margin-left: .25em;
}
#index .compatible-name .size {
    display: inline-block;
}
#index .compatible-name .size a {
    display: block;
    padding: .35em .5em;
    margin-right: .5em;
    border: 1px solid #ddd;
    font-size: 1.25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}
#index .compatible-name .sizeTest input[type="radio"] {
	display:none; 
}
#index .compatible-name .sizeTest label {
    display: inline-block;
    padding: .35em .5em;
    margin-right: .5em;
    border: 1px solid #ddd;
    font-size: 1.25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}
#index .compatible-name .sizeTest a {
    display: inline-block;
    padding: .35em .5em;
    margin-right: .5em;
    border: 1px solid #b8b8b8;
  	color: #b8b8b8;
    font-size: 1.25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
  	pointer-events: none;
   	cursor: default;
}
#index .compatible-name .activeLink {
    display: inline-block;
    padding: .35em .5em;
    margin-right: .5em;
    border: 1px solid #ddd;
    font-size: 1.25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
  	text-decoration: none;
}
#index .compatible-name .activeLink:hover {
  	color: rgb(97, 97, 97);
  	text-decoration: none;
}
#index .compatible-name .selected {
  	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
  	text-decoration: none;
}
#index .compatible-name .selected:hover {
  	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
  	text-decoration: none;
}
#index .compatible-name .sizeTest a.selected {
  	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
}
#index .compatible-name .sizeTest input[type="radio"]:checked + label {
  	background-color: #3c7ef7;
  	color: white;
    border: 1px solid #3c7ef7;
}

#index .compatible-slider .slick-slide {

}
#index .compatible-slider .slick-slide:focus {
	outline: 0;
}
#index .compatible-slider .slick-center img {
  opacity: 1;
  width: 100%;
  padding-top: 1em;
}
#index .compatible {

}
#index .compatible h2 {
	color: #000;
	font-size: 2.75em;
	font-weight: 300;
	text-align: center;
	margin-bottom: .5em;
	font-family: 'Muli', sans-serif;
}
#index .compatible p {
	color: #666;
	font-size: 1.25em;
	margin-bottom: 1em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-align: center;
}
#index .affirm{
 	padding-right: 0px;
  	padding-top: 10px; 
}
#index .affirm a{
  	visibility: none;
	font-family: 'Muli', sans-serif;
  	font-style: italic;
  	text-decoration: none;
}
#index .affirm a:hover{
 	color: #808080; 
}
/* OLD REVIEW BUTTON
#index .compatible .viewmore {
  	float:right; 
  	padding-right: 70px; 
	text-align: right;
	font-size: 1.15em;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
	margin: 20px 0;
}
    position: relative;
 	font-size: .75em;
    left: 0;
    vertical-align: text-top;
    line-height: 1.35em;
    transition: all .25s;
	-ms-transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#index .compatible .viewmore:hover {
	color: #000;
  	cursor: pointer;
  	opacity: 0.8;
}
#index .compatible .viewmore:hover span {
    left: .1em;
}*/

/* RATING STARS - buy page */
#index .compatible .ratingStars{
	float: right;
  	padding-right: 4px;
	margin-top: 18.5px;
}
#index .compatible .ratingStars:hover, .ratingNumber a:hover, .ratingNumber:hover  {
	color: inherit;
  	cursor: pointer;
  	opacity: 0.8;
}
#index .compatible .ratingNumber{
	float: right;
  	padding-right: 60px;
	margin-top: 15px;
}
#index .compatible .ratingNumber a{
    text-decoration: none;
    font-family: 'Muli', sans-serif;
  	font-size: 12px;
}
#index .details {
	border-top: 1px solid #eee;
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
#index .details .press {
  text-align: center;
}
#index .details .press .press-item {
  vertical-align: top;
  display: inline-block;
  margin: 2em 3% 1em;
  opacity: .5;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
#index .details .features-tardisk{
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 300 !important; 
}
#index .details .press .feature-item{
  width: 180px;
  opacity: 1 !important;
}
#index .details .press .feature-item p{
 font-weight: 900;
}
#index .details .press .press-item:hover {
  opacity: 1;
}
#index .details .press .press-item .press-image {
  display: block;
  height: 1.5em;
  width: auto;
  margin: auto;
}
#index .details .press h3 {
 color: rgba(0,0,0,.15);
 margin: 0;
  font-size: 2em;
  text-transform: uppercase;
 font-weight: 700;
 text-align: center;
}

#index .details .detail {
	padding-top: 8em;
	padding-bottom: 8em;
    border-top: 3px solid #f7f7f7;
}
#index .details .detail.stylish {
	background: #f7f7f7;
}
#index .details .detail.sizecomp {
    background: #f7f7f7;
}
#index .details .pear #aboutAnimation {
    margin-top: 5em;
}
#index .details .sizecomp #aboutAnimation {
    margin-top: 5em;
}
#index .details .icon {
	display: block;
	width: 15em;
	margin: 3em auto 0;
}
#index .details .photo {
	display: block;
	width: 100%;
}
#index .details .golden {
    position: relative;
}
#index .details .golden p {
 	font-weight: 700;
    text-align: center;
}
#index .details .golden .before {
    position: relative;
    display: block;
    width: 100%;
}
#index .details .golden .after {
 	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    opacity: 0;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#index .details .golden .after.in {
    opacity: 1;
}
#index .details .insertion {
	text-align: right;
	overflow: hidden;
	padding-right: 0;
}
#index .details .remove {
	position: relative;
	display: inline-block;
	height: 25em;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#index .details .remove.mac {
	z-index: 500;
	margin-right: -3.65em;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#index .details .remove.tardisk {
	z-index: 100;
	right: -2.5em;
}
#index .details .remove.tardisk.in {
    right: 0;
}

#index .details_LoadGif .reload {
	z-index: 100;
	right: -2.5em;
}
#index .details .timemachine {
	display: block;
	width: 100%;
}
#index .details h2 {
	color: #000;
	font-size: 3em;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: .5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#index .details p {
	color: #333;
	font-size: 1.25em;
	margin-bottom: 1em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-align: left;
}
#index #divider {
	width: 100%;
	padding: 0;
	margin: 0;
}
#index #divider img {
	width: 100%;
}
#index .seamless {
	padding: 3em 0 0;
    overflow: hidden;
}
#index .seamless h2 {
	color: #000;
	font-size: 3em;
	text-align: center;
	margin-bottom: .5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#index .seamless p {
	color: #666;
	font-size: 1.25em;
	margin-bottom: 1em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-align: center;
}
#index .seamless img {
	display: block;
	margin: 7em auto;
	position: relative;
}
#index .seamless #macbook {
	position: relative;
}
#index .seamless #macbook .off {
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	z-index: 5;
}
#index .seamless #macbook .on {
	position: absolute;
	display: block;
	margin: 0;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#index .seamless .explosion {
	position: relative;
	min-height: 50em;
	margin-top: 2em;
	padding-bottom: 3em;
}

#index .seamless .explosion ol {
	padding: 0;
	margin: 0;
}
#index .seamless .explosion .section {
	position: relative;
	display: block;
	top: 0;
	margin-bottom: 5em;
	min-height: 12em;
	transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	-moz-transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
}
#index .seamless .explosion .section h3.title {
	position: relative;
	opacity: 0;
	font-size: 2.75em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	padding-top: .5em;
	text-align: center;
	display: inline-block;
	padding-left: 0;
	width: 33%;
	z-index: 1000;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#index .seamless .explosion .section p.info {
	position: relative;
	display: inline-block;
	margin-left: 30%;
	right: -2em;
	width: 35%;
	opacity: 0;
	padding-top: 2em;
	z-index: 1000;
	font-size: 1em;
	vertical-align: top;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#index .seamless .explosion .section.locked h3.title {
	opacity: 1;
	padding-left: 1em;
}
#index .seamless .explosion .section.locked p.info {
	opacity: 1;
	right: 0;
}
#index .seamless .explosion #macbook {
	top: 0;
    opacity: 1;
	z-index: 10000;
}
#index .seamless .explosion .chassis {
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/tardisk_chassis.png?988687183873722510);
	background-size: 15em auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2000;
}
#index .seamless .explosion #chassis img {
	width: 15em;
}
#index .seamless .explosion .plastic {
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/tardisk_plastic.png?988687183873722510);
	background-size: 15em auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5000;
}
#index .seamless .explosion #plastic img {
	width: 15em;
}
#index .seamless .explosion .flash {
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/tardisk_guts.png?988687183873722510);
	background-size: 15em auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 4000;
}
#index .seamless .explosion #flash img {
	width: 15em;
}
#index .seamless .explosion .fourk {
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/tardisk_4k.png?988687183873722510);
	background-size: 15em auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3000;
}
#index .seamless .explosion #fourk img {
	width: 15em;
}


/*    Mobile Seamlessness (Macbook Tardisk Explosion graphic is static on mobile)  */
#index .mobile-seamless {
  display: none;
  padding-top: 3em;
}
#index .mobile-seamless h2 {
	color: #000;
	font-size: 3em;
	text-align: center;
	margin-bottom: .5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#index .mobile-seamless p {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
    text-align: center;
}
#index .mobile-seamless img {
	display: block;
	margin: 0 auto;
	position: relative;
}
#index .mobile-seamless #macbook {
	position: relative;
}
#index .mobile-seamless #macbook .off {
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	z-index: 5;
}
#index .mobile-seamless #macbook .on {
	position: absolute;
	display: block;
	margin: 0;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#index .mobile-seamless .explosion {
	position: relative;
	min-height: 50em;
	margin-top: 5em;
	padding-bottom: 3em;
}

#index .mobile-seamless .explosion ol {
	padding: 0;
	margin: 0;

	li {
		position: relative;
	}
}
#index .mobile-seamless .explosion .section {
	position: relative;
	display: block;
	top: 0;
	margin-bottom: 2em;
	min-height: auto;
	transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	-moz-transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
}
#index .mobile-seamless .explosion .section .image-container {
    padding-right: 0;
}
#index .mobile-seamless .explosion .section .text-container {
    padding-left: 0;
}
#index .mobile-seamless .explosion .section h3.title {
	position: relative;
	opacity: 1;
	font-size: 1.75em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	padding-top: 0;
    margin: .25em 0 0;
	text-align: left;
	display: block;
	padding-left: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#index .mobile-seamless .explosion .section p.info {
	position: relative;
	display: block;
	margin-left: 0;
	right: 0;
	width: 100%;
	opacity: 1;
	padding-top: 0;
	z-index: 1000;
    text-align: left;
	font-size: 1em;
	vertical-align: top;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#index .mobile-seamless .explosion .section.locked h3.title {
	opacity: 1;
	padding-left: 1em;
}
#index .mobile-seamless .explosion .section.locked p.info {
	opacity: 1;
	right: 0;
}
#index .mobile-seamless .explosion #macbook {
	top: 0;
    opacity: 1;
	z-index: 10000;
}
#index .mobile-seamless .explosion .chassis {
	z-index: 2000;
}
#index .mobile-seamless .explosion .plastic {
	z-index: 5000;
}
#index .mobile-seamless .explosion .flash {
	z-index: 4000;
}
#index .mobile-seamless .explosion .fourk {
	z-index: 3000;
}
#index .mobile-seamless .explosion img {
    width: 100%;
}


/* INDEX PRESS */

#index .press {
	background: #fff;
	padding: 0;
}
#index .press h2 {
	color: #000;
	font-size: 2.75em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5em;
  	margin-top: 3em;
    font-family: "Muli", sans-serif;
}
#index .press .images {
	text-align: center;
}
#index .press img {
	display: inline-block;
	width: 80%;
}
#index .press img:hover {
	opacity: 0.7;
}
#index .feature-item img:hover {
	opacity: 1;
}
#index .feature-item a {
    cursor: default;
} 


#index .blog {
	padding: 0 0 8em;
}
#index .blog h2 {
	color: #000;
	font-size: 2.75em;
	font-weight: 700;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
    font-family: "Muli", sans-serif;
}
#index .blog h3 {
	color: #444;
	font-size: 1.25em;
	font-weight: 400;
	text-align: left;
	margin: .75em 0 0;
    font-family: "Muli", sans-serif;
}
#index .blog h4 {
	color: #888;
	font-style: italic;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	margin: .5em 0 0;
    font-family: "Muli", sans-serif;
}
#index .blog h4 a {
  	display: block;
	border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
  	margin-bottom: 2em;
}
#index .blog p {
	color: #666;
	font-size: 1.25em;
    margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.75em;
    font-family: "Muli", sans-serif;
	text-align: left;
}
#index .blog .profile {
	display: block;
	width: 100%;
}



#faq {
 	padding: 0em 0 0 0; 
}
#faq h1 {
    font-size: 3em;
    font-family: "Muli", sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 700;
    text-align: center;
}
#faq .nav.nav-tabs {
    font-size: 1.25em;
}
#faq .nav.nav-tabs li {
  
}
#faq .nav.nav-tabs li a {
 	padding-left: 1em;
    padding-right: 1em;
    font-weight: 400;
}
#faq .tab-content {
  
}
#faq .tab-content h1 {
	font-size: 1.5em;  
}
#faq .tab-content .panel-heading h4 {
 	font-size: 1.15em; 
}
#faq .tab-content .panel .panel-collapse {
 	font-size: 1em; 
}
#faq .tab-content .panel li img {
    display: block;
    max-width: 50%;
}
#faq .tab-content .panel-body img {
    display: block;
    width: 50%;
}
#faq .outer-faq {
     margin: 5em 0 5em 0;
}
#faq .outer-faq:hover {
     cursor: pointer;
}
#faq .outer-faq .inner-faq {
 	 border: 1px solid #ddd;
     border-radius: 4px;
     padding-top: 3em;
     padding-bottom: 1.5em;
     -webkit-transition: background-color .3s ease-in-out;
   	 -moz-transition: background-color .3s ease-in-out false;
     -o-transition: background-color .3s ease-in-out false;
     transition: background-color .3s ease-in-out;
}
#faq .outer-faq .inner-faq:hover {
   	 border: 1px solid #ccc;
  	 background-color: #edf1f2;
     cursor: pointer;
}
#faq .outer-faq .inner-faq h2 {
 	 text-align: center;
     margin: 0;
     font-family: "Muli", sans-serif;
}
#faq .outer-faq .inner-faq p {
 	 text-align: center;
     padding-left: 1.5em;
     padding-right: 1.5em;
     font-family: "Muli", sans-serif;
     margin: 1em 0 2em;
}
#faq .outer-faq .inner-faq img {
 	 width: 50px;
     display: block;
  	 margin: 2em auto;
}

#downloads {
	padding: 8em 0;  
}

#downloads h1 {
 	font-family: 'Muli', sans-serif;
}
#downloads p {
    font-family: "Muli", sans-serif;
}
#downloads .icon {
    margin-bottom: 0;
    display: block;
    width: 100%;
}
#downloads .downloads {
    margin-top: 0;
}
#downloads .downloads .item {
    display: block;
    text-align: center;
    padding: 1em;
    margin-top: 2em;
    border: 1px solid #ddd;
}
#downloads .downloads .item h2 {
    font-size: 1.25em;
}
#downloads .downloads .item p {
 	min-height: 5em; 
}


#about {
    padding: 4em 0; 
}

#about p {
    font-size: 1em;
    font-family: "Muli", sans-serif;
    font-weight: 300;
}
#about h1 {
    font-size: 1.75em;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    margin-top: 2em;
}
#about .person p {
 	font-family: "Muli", sans-serif;
    font-weight: 300;
    font-size: .85em;
}
#about .person p.name {
 	font-weight: 600; 
}
#about .person {
    margin: 2em 0 4em;
}
#about .person img {
 	width: 100%;
    display: block;
    margin-bottom: .5em;
}


.terms {
    padding-top: 8em;
    padding-bottom: 12em;
 	font-family: "Muli", sans-serif;
}
.terms h1 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25em;
}
.terms p {
    font-size: .85em;
    line-height: 1.25em;
}




.cart-page {
  	font-family: "Muli", sans-serif;
}

.cart-page h1 {
	font-family: "Muli", sans-serif;
    font-size: 1.75em;
    font-weight: 700;
}
.cart-page .grid--full {
  	font-family: "Muli", sans-serif;
    font-size: 1em;
    font-weight: 400;
}
.cart-page .grid {
  	font-family: "Muli", sans-serif;
    font-size: 1em;
    font-weight: 400;
}
.cart-page .btn {
    font-family: "Muli", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    background: rgb(60, 126, 247);
}


#press {
    padding-top: 6em;
    padding-bottom: 10em;
}
#press p {
    font-family: "Muli", sans-serif;
}
#press h1, #press h2, #press h3, #press a {
    font-family: "Muli", sans-serif;
}

#press .press-list {
    margin-top: 3em;
}
#press .press-list h2 {
 	margin-bottom: 2em; 
}
#press .press-list img {
 	display: block;
    width: 100%;
}
#press .press-list .item {
 	border-top: 2px solid #eee;
    padding-top: 3em;
    padding-bottom: 3em;
}
#press .press-list .item p {
 	color: #666; 
}
#press .press-list .button {
 	display: inline-block;
    padding: .5em 2em;
    background: #4170fb;
    color: #fff;
    text-align: center;
    margin: 0;
}

#index .mock {
	width: 100%;
	display: block;
}

footer#footer {
	background: #111;
	padding: 6em 0 1em;
}

#footer h4 {
    font-family: 'Muli', sans-serif;
	font-weight: 700;
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.1em;
}
#footer h5 {
	display: block;
    font-family: 'Muli', sans-serif;
	font-weight: 300;
	padding-bottom: .25em;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
}
#footer .payment {
	display: block;
	width: 80%;
	margin: 2em auto 0;
  	padding-bottom: 2em;
}
#footer h5.copyright {
	display: block;
	margin-top: 0em;
	padding-top: .75em;
	border-top: 1px solid rgba(255,255,255,.3);
	font-weight: 300;
	border-bottom: 0;
	color: #888;
    font-family: 'Muli', sans-serif;
}
#footer p {
	color: #fff;
    font-family: 'Muli', sans-serif;
	font-weight: 300;
}
#footer .sitelinks a {
	display: block;
	color: #fff;
	padding: .5em 0;
	font-weight: 300;
    font-family: 'Muli', sans-serif;
}
#footer .compatible {
	padding: 1em;
	background: rgba(255,255,255,.1);
}
#footer .compatible a {
  display: block;
  width: 100%;
}
#footer .compatible h5 {
    font-size: 1em;
    font-weight: 700;
	border-bottom: 0;
	margin-top: 0;
}
#footer .compatible p {
	font-weight: 300;
	font-size: .9em;
}
#footer .compatible .compatibility {
	display: block;
    margin: auto;
    width: 100%;
}
#footer .contact {
	margin-bottom: 2em;
}
#footer .contact p {
	color: #fff;
	font-weight: 300;
}
#footer .contact p a {
    font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #fff;
}
#footer .contact p span {
	font-weight: bold;
	color: #559afd;
}
#footer .social {

}
#footer .social a {
	display: inline-block;
	width: 2.5em;
	margin-right: 1em;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 3em;
}
#footer .social a:hover {
	border: 1px solid rgba(255,255,255,1);
}
#footer .social img {
	display: block;
	width: 100%;
}

/** Referral Button **/

#footer .referral_button {
	font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 0 1.5em;
	display: inline-block;
	line-height: 2.8em;
	height: 2.9em;
	color: #fff;
    border-radius: .5em;
    border: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 900;
    -webkit-transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    -o-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
}
#footer .referral_button:hover {
	background: #3C7EF7;
    border: 1px solid #3C7EF7;
}
#footer .referral_button:active {
}

/*    Slick Slider Stuffs     */

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


.product, .blog, .article, .products {
  padding-top: 8em;
  font-family: 'Muli', sans-serif;
}


#selector {
  padding-top: 2em;
  padding-bottom: 10em;
}
#selector h1 {
    color: #000;
	font-size: 2.75em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0em;
	font-family: 'Muli', sans-serif;
}
#selector h2 {
    color: #000;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 3em;
    font-family: 'Muli', sans-serif;
}
#selector h2 a {
    color: #2121F3;
}
#selector .table {
    font-family: 'Muli', sans-serif;
}
#selector .table h3 {
 	font-family: 'Muli', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    padding-left: .15em;
    margin-top: .25em;
}
#selector .table th {
	font-family: 'Muli', sans-serif;
    text-align: center;
}
#selector .table td {
	font-family: 'Muli', sans-serif;
    padding: 0;
    text-align: center;
}
#selector .table th a {
    text-decoration: none;
}
#selector .table th h2 {
  	font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 0;
    text-decoration: none;
}
#selector .table th img {
  	display: inline-block;
    width: 100%;
}
  
#selector .table td.subtle {
    border-right-color: #fbfbfb;
    border-left-color: #fbfbfb;
}
#selector .table td p {
  	text-align: center;
    height: 1.75em;
    font-size: 1em;
    line-height: 1.75em;
 	margin: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#selector .table td p a {
    display: block;
}
#selector .table td p.label {
 	text-align: left;
    font-size: .8em;
    line-height: 2.1875em;
    height: 2.1875em;
    padding-left: 1.25em;
    color: #000;
    font-weight: 300;
}
#selector .table td p:last-child {
    border: 0;
}
#selector .table td.all {
    vertical-align: middle;
    text-align: left;
    padding-left: 1em;
}
#selector .table td.single {
 	vertical-align: middle; 
}
#selector .table td.single a {
    display: block;
    width: 100%;
    height: 100%;
}
#selector .table td.index {
 	padding-top: 1em; 
}
#selector .table img {
    display: inline-block;
}

/* ---- Row - Slector FAQ page --- */

#faq .row a:hover { 
  	text-decoration: none;
    color: #616161;
	border: 0px;
}

/* ---- Timeline ---- */
/*
#yearSelector ol {
	position: relative;
	display: block;
	margin: 100px;
  	margin-top: 200px;
	height: 4px;
	background: #3c7ef7;
}
#yearSelector ol::before,
ol::after {
	content: "";
	position: absolute;
	top: -8px;
	display: block;
	width: 0;
	height: 0;
  border-radius: 10px;
	border: 10px solid #3c7ef7;
}
#yearSelector ol::before {
	left: -5px;
}
#yearSelector ol::after {
	right: -10px;
	border: 10px solid transparent;
	border-right: 0;
	border-left: 20px solid #3c7ef7;
  	border-radius: 3px;
}
*/
/* ---- Timeline elements ---- */
/*
#yearSelector li {
  	margin-left: 30px;
	position: relative;
	top: -77px;
	display: inline-block;
	float: left;
	width: 150px;
	transform: rotate(-45deg);
  	font-family: 'Muli', sans-serif;
  	font-size: 1em;
	font-weight: 300;
}
#yearSelector li label {
  	color: #363636;
}
#yearSelector li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -29px;
	display: block;
	width: 16px;
	height: 16px;
	border: 4px solid #363636 ;
	border-radius: 10px;
	background: white;
}
*/
/*input[type="radio"]:checked + label p*/

/* ---- Hover effects ---- */
/*
#yearSelector li:hover {
	cursor: pointer;
}
#yearSelector li:hover label {
	cursor: pointer;
  	color: #3c7ef7;
}
#yearSelector li:hover::before {
  	border-color: #3c7ef7;
}
*/
/* ---- selected ---- */
/*
#yearSelector input[type="radio"]:checked + label {
  	color: #3c7ef7;
}
*/


/* POPUP */

.popup {
  display: none;
  width: 50%;
  padding: 50px;
  background-color: white;
  margin-bottom: 10em;
  z-index: 1002000000 !important;
  border-radius: 10px;
}

.popup-mobile {
  width: 100%;
  padding: 20px;
}

.popupBig {
  display: none;
  width: 90%;
  padding: 30px;
  background-color: white;
  z-index: 1002000000 !important;
}

.popup h2 {
	font-size: 2.75em;
	font-weight: 700;
	text-align: left;
  	font-family: 'Muli', sans-serif;
}
.popup h3 {
	color: #444;
	font-size: 1.75em;
	font-weight: 400;
	text-align: left;
	margin: .75em 0 0;
	font-family: 'Muli', sans-serif;
}
.popup h4 {
	color: #888;
	font-style: italic;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	margin: .5em 0 0;
	font-family: 'Muli', sans-serif;
}
.popup h4 a {
  	display: block;
	border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
  	margin-bottom: 2em;
}
.popup p {
	color: #666;
	font-size: 1.25em;
    margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	text-align: justify;
}
.popup ol {
	color: #666;
	font-size: 1.25em;
	font-family: 'Muli', sans-serif;
}

.popup li {
  text-align: left;
}

.popup .popupCentered {
  text-align: center;
}

.popup .popupCentered h3 {
  text-align: center;
}

.popupSmall {
  z-index: 1002000000 !important;
}

.popupSmall p {
  font-size: 1.1em;
}

.close {
	padding: 0.7em;
    font-size: 1.1em;
    color: #666;
    margin-top: 25px;
    font-family: 'Muli', sans-serif !important;
    border: 1px solid #848484;
    border-radius: 5px;
    font-weight: 300;
    opacity: 1;
  	text-shadow: 0 0px 0;
}

.close:hover {
    background-color: #3c7ef7;
    color: white;
    border: 1px solid #3c7ef7;
	opacity: 1;
}

.popup .lowerbuybutton {
  	text-align: right;
}

.popup .lowerbuybutton .buynow {
	font-size: 1.25em;
	padding: .5em 1.5em;
    display: inline-block;
	color: #fff;
  	font-family: 'Muli', sans-serif;
	background: rgb(60, 126, 247);
	border-radius: .3em;
	margin-top: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
	outline: 0;
	border: 0;
}


#myScrollspy {
  	position: fixed;
  	top: 100px;
  	left: 50px;
  	z-index: 1;
}

#scroll_down {
  	position: fixed;
  	top: 90%;
  	width: 100%;
  	text-align: center;
    z-index: 10;
}

#scroll_down a:hover, #scroll_down a:focus{
 	background-color: rgba(238, 238, 238, 0);
    outline: none;
  	opacity: .7;
}
.buyTimeLine {
  	font-family: 'Muli', sans-serif;
  	background-color: ;
  	border-left: 2px solid #c6c6c6 ;
}

.circle {
  top: 18px;
  left: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 5px solid #c6c6c6;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.buyTimeLine > li > a:focus{
  color: #616161;
  background-color: transparent;
}

.buyTimeLine > li.active > a{
  	font-weight: bold;
  	background-color: transparent;
    border-radius: 0px;
    border: 0px;
  	color: #616161;
}

.buyTimeLine > li.active > a:hover {
  	background-color: transparent;
  	color: #616161;
    border-radius: 0px;
    border: 0px;
  	text-decoration: underline;
}

.buyTimeLine > li > a:hover {
  	background-color: transparent;
    border-radius: 0px;
    border: 0px;
  	color: #616161;
  	text-decoration: underline;
}




.moreinfo {
  color:red;
}




/* About this mac animation */


#aboutAnimation {
  	position: relative;
  	padding: 0;
  	margin: 0;
  	background-color: white;
}

#animationBackground {
  	z-index: 4;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
  	padding: 0;
  	margin: 0;
}
.animationBackground_gray {
    background-color: #eee !important;
    z-index: 0 !important;
    height: 90px !important;
  	border-radius: 10px;
}

.blend-bg {
    padding-left: 0px;
    border: 1px solid #D2D1D2;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 18px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 18px;
    box-shadow: rgba(0,0,0,0.2) 0 0 18px;
    -moz-border-radius: 18px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

#animationBars {
  	z-index: 3;
  	position: absolute;
  	top: 40%;
  	left: 24%;
  	width: 69%;
  	height: 20%;
}

.animationBar {
	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;  
}

.brownBar {
  	z-index: 1;
  	width: 98%;
  	background-color: #FFA126;
}

.greenBar {
  	z-index: 2;
  	width: 97%;
  	background-color: #76D955;
}

.yellowBar {
  	z-index: 3;
  	width: 90%;
  	background-color: #FED32E;
}

.purpleBar {
  	z-index: 4;
  	width: 74%;
  	background-color: #FF4A7D;
}

.blueBar {
  	z-index: 5;
  	width: 46%;
  	background-color: #25BDF8;
}

#labelFreeSpace {
  	/*background-color: #f7f7f7 ;*/
  	font-family: 'Helvetica Neue';
    font-size: 16px;
  	font-weight: 400;
  	color: black;
  	z-index: 4;
  	position: absolute;
  	top: 32%;
  	left: 43%;
  	width: 50%;
  	text-align: right;
}

#labelDisk {
  	/*background-color: #f7f7f7 ;*/
  	font-family: 'Helvetica Neue';
  	font-weight: 500;
  	font-size: 0.9em;
  	color: black;
  	z-index: 5;
  	position: absolute;
  	top: 73%;
  	left: 1%;
  	width: 20%;
  	text-align: center;  
}




.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
	font-family: 'Muli', sans-serif;
  	font-size: 1.5em;
}

.nav-tabs > li > a:hover {
  	color: #3C7EF7;
}

.tab-content h1,
.panel-heading h4,
.panel-collapse {
	font-family: 'Muli', sans-serif;
}

.tab-content h1 {
  	color: black;
    font-size: 32px;
}

.panel-heading h4 {
  	font-size: 1.5em;
  	color: black;
  	font-weight: 300;
}

.panel-heading h4 > a:focus{
  	color: black;
  	text-decoration: none;
}

.panel-heading h4 > a:hover{
  	color: #3C7EF7;
  	text-decoration: none;
}

.panel-collapse {
  	color: rgb(102, 102, 102);
    font-size: 17.5px;
    font-weight: 300;  	
}

.panel-collapse a {
  	color: black;
}

.panel-collapse a:hover {
 	color: #3C7EF7; 
}


#bgvid {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
  	-webkit-transform:translate3d(0, -50%, 0);
  	-moz-transform:translate3d(0, -50%, 0);
  	-ms-transform:translate3d(0, -50%, 0);
  	-o-transform:translate3d(0, -50%, 0);
  	transform:translate3d(0, -50%, 0);	
  
    z-index: 1000000;
 	background-color: black;
  	/*background-size: cover;*/
  	transition: 1s opacity;
}

#bgvidIframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

@media screen and (max-device-width: 700px) {
 	#bgvidIframe {
  		left: 0%;
        margin-left: 0px;
        top: 10%;
      	width: 100%;
    }
}

#index .banner img:hover {
	cursor: pointer;  
}

#crossvid {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  	font-family: "Muli", sans-serif;
  	color: #fff;
  	transition: .25s opacity;
  	-ms-transition: .25s opacity; 
  	-moz-transition: .25s opacity; 
  	-webkit-transition: .25s opacity; 
  	position: absolute;
    right: 65px;
    top: 11px;
  	z-index: 1000001;
    cursor: pointer;
}

#crossvid:hover {
    opacity: 1 !important;
}

#crossvid img {
   transition: .25s all;
   -ms-transition: .25s all; 
   -moz-transition: .25s all; 
   -webkit-transition: .25s all;
  
}

#crossvid span {
    color: rgb(0, 173, 239);
    margin-right: 1em;
  	transition: .25s all;
  	-ms-transition: .25s all; 
  	-moz-transition: .25s all; 
  	-webkit-transition: .25s all;
}

#crossvid img:hover {
  	
}



/*     Responsiveness     */
@media (max-width: 500px) {
  
  #head {
    display: none;
  }
  
  #head.mobile-head {
    display: block;
    
  }	

  #head.mobile-head.affix-top a.buy{
    margin: 0 0 0 0 !important;
  }
  
  #head.mobile-head.affix a.buy{
    margin: 1.8em 0 0 0 !important;
  }

}

@media (max-width: 768px) {
  
  
  #index .introduction .photo .photo2 {
    position: relative;
	display: inline-block;
	height: 25em;
	transition: all 1s;
    overflow: hidden;
    display: none;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
  }
  #index .details .insertion {
	text-align: right;
	overflow: hidden;
    padding-right: 15px;
    margin-bottom: 3em;
  }
  #index .details .remove {
	position: relative;
	display: inline-block;
	height: 15em;
	transition: all 1s;
    overflow: hidden;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
  }
  #index .details .remove.mac {
	z-index: 500;
	margin-right: -3.65em;
	transition: all 1s;
    overflow: hidden;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
  }
  #index .details .remove.tardisk {
	z-index: 100;
	right: -2.5em;
  }
  #index .details .remove.tardisk.in {
   	right: -1.3em; 
  }
}


/* ============================================================
BANNEr LEARN MORE - INDEX PAGE
============================================================ */
#index .banner-botton {
  width: 100%;
  text-align: center;
/*   padding: 1.2em; */
}

#index .banner-botton .banner_video_container {
  height: 80vh;
  background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/anas3.jpg?988687183873722510) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#index .banner-botton .banner_video_content {
  padding: 0 !important;
}
#index .banner-botton h2 {
  margin-top: 8% !important;
}


/* ============================================================
  DEMO 3 - BACKGROUND VIDEO
============================================================ */
#banner_video_container{
  position: relative;
  height: 87vh;
  background-color: #282828;
  overflow: hidden;
  
}
#banner_video_content {
  position: absolute;
  right: 0;
  top: 15em;
  left: 0;
  z-index: 2;
  padding: 20px 20px;
  text-align: center;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container img{
  position: absolute;
  width: 100%;
  height: auto;
  display:block;
  margin-left:auto;
  margin-right:auto;
  bottom: 0%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}
/* CONTENT */
#banner_video_content h1 {
	color: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 3.25em;
    text-shadow: 0 1px 22px rgba(0,0,0,.30);
}
#index .details #banner_video_content h2 {
	color: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 3.25em;
    text-align: center;
    text-shadow: 0 1px 22px rgba(0,0,0,.60);
}
#banner_video_content .tittle_mobile{
    display: none;
}
#banner_video_container a.seeMore {
	text-decoration: none;
	display: block;
	color: #FFF;
    position: absolute;
    bottom: 3em;
    width: 50%;
    left: 25%;
    text-align: center;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 2em;
	font-size: 1.25em;
}
#banner_video_container a.seeMore:hover {
	opacity: .5;
}
#banner_video_content p {
	color: #FFF;
	font-size: 1.5em;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
/* #banner_video_content .buynow {
	font-family: 'Muli', sans-serif;
	font-size: 1.5em;
	padding: .5em 1.5em;
    display: inline-block;
	color: #FFF;
	background: rgb(60, 126, 247);
	border-radius: .3em;
	margin-top: 15em;
	margin-bottom: 1em;
    font-weight: bold;
    text-transform: uppercase;
	outline: 0;
	border: 0;
} */

/* #banner_video_content a.buynow:hover{
 	text-decoration: none;
  	opacity: 0.9;
} */

#banner_video_content .buynow {
	font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 0 1.5em;
	display: inline-block;
	line-height: 2.8em;
	height: 2.9em;
	color: #fff !important;
	background: #3C7EF7;
    border-radius: .5em;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    -webkit-transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    -o-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
}
#banner_video_content .buynow:hover {
	background: #236ef9;
}
#banner_video_content .buynow:active {
}
#banner_video_container #bannerVideo {
 	transition: all .25s;
    -ms-transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
}

#banner_video_content .button-container {
    text-align: center;
  	padding-top: 2em;
}
#banner_video_content .button-container .button {
    border: 2px solid #fff;
    background: transparent;
    outline: 0;
    box-shadow: 0 0 0;
    padding: 2.5em 2em;
    border-radius: 5em;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px;
  
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
  
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#banner_video_content .button-container .button.buy {
    background: rgb(60, 126, 247);
    border: 2px solid rgb(60, 126, 247);
}
#banner_video_content .button-container .button.buy:hover {
    background: rgba(60, 126, 247, .6);
}

/**** Play Button Effect ****/
#banner_video_content .button-container .button:before {
/* 	font-family: 'fontastic' !important; */
	content: '';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	position: absolute;
	height: 100%;
	width: 100%;
    padding-left: 7px;
	line-height: 2.5;
	font-size: 42px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;

	right: -100%;
	top: 3px;

	content: '\25BA'; /*** play icon ***/
}
#banner_video_content .button-container .button span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.4s;
	-moz-backface-visibility: hidden;
	transition: all 0.4s;
	backface-visibility: hidden;
}
#banner_video_content .button-container .button:hover span {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}

#banner_video_content .button-container .button:hover:before {
	right: 0;
}




/*   Tablet Responsive CSS Edits   */

@media screen and (min-width: 1024px) , screen and (max-width: 1280px) {
  #banner_video_content h1 {
    font-size: 3.8em;
  }
  #banner_video_content h2 {
    font-size: 4em;
  }
  #banner_video_content {
    top: 30%;
  }
  .banner-botton #banner_video_content {
    top: 15% !important;
  }
  #features_page #banner_video_content {
    top: 45% !important;
  }
  .faq #features_page #banner_video_content {
    top: 32% !important;
  }
}

@media screen and (max-width: 992px) {
  #index .details h2 {
    margin-top: 0; 
  }
  .popup {
    display: none;
    width: 80%;
    padding: 50px;
    background-color: white;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #banner_video_content {
    top: 20em !important;
  }
}

/*   Mobile Responsive CSS edits   */

@media (max-width: 768px) {


  #banner_video_content {
    top: 8em;
  }

  #banner_video_container a.seeMore {
    bottom: 1em; 
  }
  #index .introduction .photo:last-child {
    display: none;
  }
  #index .seamless {
    display: none;
  }
  #index .mobile-seamless {
    display: block;
  }
  #index .details .pear #aboutAnimation {
    margin-top: 4em;
    margin-bottom: 3em;
  }
  #index .details .detail {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #index .details h2 {
    font-size: 2em;
  }
  #index .details p {
    font-size: 1em;
  }
  #index .details .detail.sizecomp {
    padding-top: 0;
    padding-bottom: 4em;
  }
  #index .details .detail.stylish {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #labelFreeSpace {
    font-size: .75em;
    top: 25%;
  }
  #labelDisk {
    font-size: .75em;
    top: 68%;
  }
  #index .compatible-slider-test .fourth {
    width: 20%;
    left: 12%;
    top: 0;
  }
  #index .compatible-slider-test .second {
    width: 20%;
    left: 83%;
    top: 0em;
  }
  #index .compatible-slider-test .fourth span {
    text-align: left;
    float: left;
  }
  #index .compatible-slider-test .second span {
    text-align: right;
    float: right;
  }
  #index .compatible-slider-test .secondEmpty {
    width: 25%;
    left: 80%;
    top: 0em;
  }
  #index .compatible-slider-test .fourthEmpty {
    width: 25%;
    left: 10%;
    top: 0em;
  }
  .popup {
    padding: 1em;
  }
  .popup h3 {
    font-size: 1.25em;
  }
  .popup p {
    font-size: .9em;
  }
  .popup .pear {
    float: none;
  }
  #faq {
    padding: 0em 0 0 0;
  }
  #faq .outer-faq {
    margin: 2em;
  }
  #faq .outer-faq .inner-faq p {
    margin: 1em 0 1em;
  }
  #faq .nav.nav-tabs {
    font-size: .85em;
  }
  #faq .nav.nav-tabs li {

  }
  #faq .nav.nav-tabs li a {
    padding-left: .5em;
    padding-right: .5em;
    font-weight: 400;
  }
  #faq .tab-content .panel li img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #faq .tab-content .panel-body img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #press .press-list img {
    width: 75%;
    margin-bottom: 2em;
  }
  #index .compatible .viewmore {
    display: block;
    text-align: center;
  }
  #index .productBuyButton {
    text-align: center;
  }
  #index .productBuyButton .buynow {
    float: none;
  }
  #index #tardiskSize img {
    width: 35%;
    margin: 0 auto 2em;
  }
  #footer .compatible {
    margin: 1.5em 0 3em;
  }
  #footer .compatible a {
    display: block;
    width: 100%;
  }
  #footer .compatible a .compatibility {
    display: block;
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-device-width: 768px) {
  #banner_video_container { 	
    height: 87vh;
    display: block;
    width: 100%;
    background-image: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/tardisk-tablet-banner.jpg?988687183873722510);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10em;
    padding-bottom: 3em;
    -webkit-box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.32);
    -moz-box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.32);
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.32);
  }
  
  #banner_video_content h1 {
    font-size: 2.8em;
  }
  #banner_video_content h2 {
    font-size: 1.75em;
    margin-bottom: 1.5em;
  }
  .video-container { display: none; }
  #index .compatible-name a.notyou{ display: none; }
  
  #index .details .insertion {
    margin-top: 60px;
  }

  /* MOBILE ADAPTATION - BUY PAGE */
  #index .compatible-name a.notyou{ display: none; }
  #index #tardiskSize label p {
    width:100%;
    font-size: 1em;
  }
  #index #tardiskSize h2 {
    margin-top: 70px;
    padding: 0;
  }
  #index #reviewTardisk h2 { 
    text-align: left;
    font-size: 2.3em;
  }
  #index #reviewTardisk h3 { 
    font-size: 1em;
  }
  #index #reviewTardisk h1 { 			 	
    font-size: 1.8em;
  }
  #index #reviewTardisk img { display: none; }
  #index #reviewTardisk p { display: none; }
  #index #reviewTardisk .mobile_test { display: none; }
  #index #reviewTardisk .mobile_center { text-align: center; }
  #index #productBuyButton a { text-align: center; }
  #index #yearSelector h2 {
    margin-top: 55px;
    padding: 0;}
  #index #reviewTardisk h2 {
    margin-top: 80px;
    padding: 0;
  }
  #labelDisk {
    font-size: 0.7em;
    top: 74%;
  }
  #labelFreeSpace {
    font-size: 14px;
    top: 34%;
  }
}

@media screen and (max-device-width: 500px) {
  #index .compatible-slider-test {
    min-height: 15em;
  }
  #index .compatible-name h1 {
    font-size: 2em 
  }
}
/* ***************** */


@media screen and (max-width: 1420px) {
  .video-container video.fillWidth {
    width: auto;
    height: 100%;
  }
}

@media (min-aspect-ratio: 16/9) {
  .video-container video.fillWidth { height: 300%; top: -100%; }
}

@media (max-aspect-ratio: 16/9) {
  .video-container video.fillWidth { width: 300%; left: -100%; }
}

/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  .video-container video.fillWidth {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}
/*--------*/




/** 3rd pagination **/
/* resource: http://pixelsdaily.com/resources/photoshop/psds/psd-slick-pagination-links/ */
.paginate.pag3 { /* third page styles */ }

.paginate.pag3 li { font-weight: bold; }

.paginate.pag3 li a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 6px 11px;
  margin-right: 6px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #43505e;
  background: #556270;
  background: -moz-linear-gradient(top, #556270 0%, #444d57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#556270), color-stop(100%,#444d57));
  background: -webkit-linear-gradient(top, #556270 0%,#444d57 100%);
  background: -o-linear-gradient(top, #556270 0%,#444d57 100%);
  background: -ms-linear-gradient(top, #556270 0%,#444d57 100%);
  background: linear-gradient(to bottom, #556270 0%,#444d57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556270', endColorstr='#444d57',GradientType=0 );
  -moz-box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
  -webkit-box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
  box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
}
.paginate.pag3 li a:hover {
  background: #556270;
  background: -moz-linear-gradient(top, #556270 0%, #5b6774 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#556270), color-stop(100%,#5b6774));
  background: -webkit-linear-gradient(top, #556270 0%,#5b6774 100%);
  background: -o-linear-gradient(top, #556270 0%,#5b6774 100%);
  background: -ms-linear-gradient(top, #556270 0%,#5b6774 100%);
  background: linear-gradient(to bottom, #556270 0%,#5b6774 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556270', endColorstr='#5b6774',GradientType=0 );
}
.paginate.pag3 li a:active {
  background: #414952;
  background: -moz-linear-gradient(top, #414952 0%, #555e68 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414952), color-stop(100%,#555e68));
  background: -webkit-linear-gradient(top, #414952 0%,#555e68 100%);
  background: -o-linear-gradient(top, #414952 0%,#555e68 100%);
  background: -ms-linear-gradient(top, #414952 0%,#555e68 100%);
  background: linear-gradient(to bottom, #414952 0%,#555e68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414952', endColorstr='#555e68',GradientType=0 );
}

.paginate.pag3 li.single, .paginate.pag3 li.current {
  display: block;
  float: left;
  text-decoration: none;
  padding: 6px 11px;
  margin-right: 6px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #616c78;
  background: #838d98;
  -moz-box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
  -webkit-box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
  box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);
}


/*** REVIEW STARS ***/
@import "lesshat";


// Method 2) Using a Sprite
.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}
.rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
}

/*** PEAR YOUR STORAGE BAR ***/
.pearYourStorage{
display : block;
width : 600px;
overflow : auto;
margin : 0px auto 75px auto;
background-image: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/pear-gif-buy-page.png?988687183873722510);
background-repeat: no-repeat;
background-size: 600px;
}
.storageMenu{
clear : none;
float : left;
position : relative;
width : 600px;
height : 50px;
}
.flashStorage128{
clear : none;
float : left;
position : relative;
width : 150px;
height : 151px;
}
#index .compatible .flashStorage128 p{
  color: #000;
  text-align: center;
  margin-right: 9px;
  padding-top: 95px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "San Francisco", "Helvetica Neue", "Lucida Grande";
}
.storageFree{
clear : none;
float : left;
position : relative;
width : 450px;
height : 45px;
}
#index .compatible .storageFree p{
  color: #000;
  text-align: right;
  margin-right: 49px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: "San Francisco", "Helvetica Neue", "Lucida Grande";
}

.pearBar{
clear : none;
float : left;
position : relative;
width : 450px;
height : 50px;
}
.informationHd{
clear : none;
float : left;
position : relative;
width : 450px;
height : 50px;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:89%;
	background:#eee;
	height:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-bar-1 {
  float:left;
	height:20px;
	width:46%;
	background:#66a8f6;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}
.skillbar-bar-2 {
  float:left;
	height:20px;
	width:26%;
	background:#e457f8;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.skillbar-bar-3 {
  float:left;
	height:20px;
	width:16%;
	background:#f8e863;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.skillbar-bar-4 {
  float:left;
	height:20px;
	width:8%;
	background:#99ea6f;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.skillbar-bar-5 {
  float:left;
	height:20px;
	width:2%;
	background:#ef8b65;
	border-radius:0px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}

.free-shipping{
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  color: #888;
  margin-bottom: .8em;
  margin-top: .8em;
}

/*
    Theme Name: CSS3 Contact Form
    Date: April 2013
    Description: Basic HTML5/CSS3 contact form
    Version: 1.0
    Author: Christian Vasile
    Author URL: http://christianvasile.com
*/

/* ===========================
====== Contact Form ======= 
=========================== */

.form-footer input {
  font-family: 'Muli', sans-serif;
  padding: 10px;
  border: 1px solid #E5E5E5;
  width: 200px;
  color: #999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

.form-footer input:hover, .form-footer textarea:hover,
.form-footer input:focus, .form-footer textarea:focus {
  border-color: 1px solid #C9C9C9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form-footer label {
  margin-left: 10px;
  color: #999999;
}

.form-footer input[type="text"]{
  width: 200px;
}


/* ===========================
====== Submit Button ====== 
=========================== */

.form-footer .submit input {
  font-family: 'Muli', sans-serif;
  width: 100px; 
  height: 40px;
  background-color: #9c9c9c; 
  background: #3C7EF7;
  border: #3C7EF7;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;		
}


/** OLARK CHAT COLOR **/
#habla_topbar_div {
  background: rgb(60, 126, 247) none repeat scroll 0 0 !important;
}

#spb-information-bar .message-text {  
  font-family: 'Muli', sans-serif; !important;
}

 /** POP UP - EMAIL INPUT FOR CAMPAING PAGE **/
#popupDiscount {
  z-index: 9999999999 !important;
}
  #popupDiscount .close {
    padding: 0em;
    border: none;
    font-size: 2.5em;
    color: #333 !important;
    margin-top: 40px;
    font-family: 'Lato', sans-serif !important;
  }

  #popupDiscount .close-button{
    font-family: 'Noto Sans', sans-serif !important;
    margin: 0;
    padding: 0 1em;
    display: inline-block;
    line-height: 3em;
    height: 3em;
    background: rgb(60, 126, 247);
    color: #fff !important;
    border-radius: .5em;
    text-decoration: none;
    font-size: 1.5em
  }
  .popup  h3{
    text-align: center; 
  }
  #popupDiscount .close-button:hover {
    opacity: 0.8 !important;
  }
  div.lb_overlay.js_lb_overlay{
  	z-index: 999999999  !important;
  }
  .upSell {
    z-index: 9999999999 !important;
    display: none;
    background: #FFFFFF;
    font-family: 'Lato', sans-serif;
    color: #333;
    text-align: center;
    padding: 0px 50px 0px 50px;
  }
  .upSell form {
    width: 600px;
    margin: 10% auto 10% auto;
  }
  .upSell .header {
    font-size: 35px ;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 30px 0;
  }
  .upSell .description {
    margin: -2px 0 45px;
  }
  .upSell .description img {
    float: left;
    width: 250px;
    margin-right: 40px;
  }
  .upSell .description2 {
    float: left;
    margin-right: 40px;
    height: 260px;
    margin-top: -11px;
  }
  .upSell .description p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
  }
  .upSell .validator {
    margin-top: 10px;
    height: 22px;
  }
  .upSell .validator p{
    margin: 0 0 0 0;
  }
  .upSell .input {
    display: flex;
    align-items: center;
    margin: 0 0 0em !important;
  }
  .upSell input[type="text"]{
    margin: 0 0 0em;
  }
  .upSell input:-webkit-autofill, text:-webkit-autofill, submit:-webkit-autofill {
    background-color: #FDFCFB;
    background-image: none;
    color: rgb(0, 0, 0);
  }
  .upSell .button {
    height: 46px;
    border: none;
  }
  .upSell #email_form {
    width: 75%;
    background: #FDFCFB;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 5px 0 0 5px;
  }
  .upSell #yes_please {
    margin-left: auto;
    margin-right: 15px;
    background: #09DE45;
    color: #FFFFFF;
    width: 25%;
    height: 46px;
    font-family: inherit;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 7px;
    cursor: pointer;
    transition: background .3s ease-in-out;
  }
  .upSell #yes_please:hover {
    opacity: 0.8;
  }
  .upSell #yes_please:focus {
    outline: none;
    outline: 0px solid #e74536;
    box-shadow: 0 0 2px #e74536;
  }
  .upSell #no_thanks {
    margin-right: auto;
    margin-left: 15px;
    background: #a2a2a2;
    color: #FFFFFF;
    width: 25%;
    height: 46px;
    font-family: inherit;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 7px;
    cursor: pointer;
    transition: background .3s ease-in-out;
  }
  #upSell_1 #no_thanks {
    padding-left: 1.6em;
  }
  #upSell_2 #no_thanks {
    padding-left: 2.3em;
  }
  .upSell #no_thanks:hover {
    opacity: 0.8;
  }
  .upSell #no_thanks:focus {
    outline: none;
    outline: 0px solid #e74536;
    box-shadow: 0 0 2px #e74536;
  }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/bx_loader.gif?988687183873722510) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	display: none !important;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/bx_controls.png?988687183873722510) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/bx_controls.png?988687183873722510) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 30%;
	margin-top: 0;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* =====================================
====== TECHNOLOGY PAGE (FEATURES) ====== 
===================================== */


#features_page #banner_video_container {
  height: 97vh;
}
/* #features_page .details p {
  line-height: 1.6em;
  font-size: 1.1em;
} */

#features_page .introduction p {
  line-height: 1.6em;
  padding: 0px 70px;
}
#features_page .details {
  border-top: 1px solid #eee;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}	
#features_page #banner_video_content h1 {
  font-weight: 300;
  text-shadow: 0 1px 22px rgba(0,0,0,.30);
}
#features_page .video-container{
  background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/features_banner.jpg?988687183873722510) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#features_page .details {
  border-top: 1px solid #eee;
  padding-top: 0;
  padding-bottom: 0;

  background: #e2e7e9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e2e7e9, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e2e7e9, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e2e7e9, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e2e7e9, #e2e7e9 60%, #ffffff); /* Standard syntax */
  background-position: 0px -800px;
  background-repeat: no-repeat;
}
#features_page .details .detail {
  border-top: 0px;
}
#features_page .details .photo {
  width: 514px;
  margin-left: auto;
  margin-right: auto;
}
#features_page .aboutAnimation {
  opacity: 0;
  
  background-color: #fff;
  position: absolute;
  height: 175px;
  width: 340px;
  border-radius: 7px;
  margin-left: -21em;
  margin-top: 29em;
  text-align: center;
  
   
  
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 18px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 0 18px;
  box-shadow: rgba(0,0,0,0.2) 0 0 18px;
  -moz-border-radius: 15px;
  
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}
#features_page .aboutAnimation2 {
  margin-left: 31em;
  margin-top: -15em;
}

#features_page #pear .aboutAnimation {
  height: 175px;
  width: 340px;
  border-radius: 7px;
  text-align: center;
}
#features_page .aboutAnimation p {
  text-align: center;
  padding-top: 40px;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: .5em; 
}
#features_page .introduction h2 {
  margin-top: 1em; */
}

.welcome_button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
    bottom: 82px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    font-size: 15px;
    padding: 6px 20px 6px 20px;
    color: #2F2F31;
    font-weight: 500;
    background-color: white;
  
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 18px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 18px;
    -moz-border-radius: 15px;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
  
    -ms-transform: translate(-60px,5px);
    -webkit-transform: translate(-60px,5px);
    transform: translate(-60px,5px);
  
    -webkit-transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    -o-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
  
   animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
.welcome_button:hover {
    background-color: #3C7EF7;
  	color: #fff;
    text-decoration: none;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}
.welcome_button:visited, .welcome_button:focus {
    text-decoration: none;
}
#welcome_share{
    -ms-transform: translate(-35px,0px);
    -webkit-transform: translate(-35px,0px);
    transform: translate(-35px,0px);
}
/** fb button ***/
.fb-like {
     -ms-transform: translate(0px,-78px)!important;
    -webkit-transform: translate(0px,-78px)!important;
    transform: translate(0px,-78px) !important;
    width: 52px;
    overflow: hidden;
}

.bounce {
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-10px);}
 60% {-webkit-transform: translateY(-10px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-10px);}
 60% {-moz-transform: translateY(-10px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-10px);}
 60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-10px);}
 60% {transform: translateY(-10px);}
}

/* =====================================
====== SUPPORT PAGE (BANNER) - redesign ====== 
===================================== */
.faq #features_page #banner_video_container {
  height: 73vh;
}

.faq #features_page .video-container{
  background: url(//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/hero7.jpeg?988687183873722510) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.32);
  box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.32);
}

.faq #banner_video_content .buynow {
	font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 0 3.5em;
	display: inline-block;
	line-height: 2.8em;
	height: 2.9em;
    background: rgba(0,0,0,0);
	color: #fff !important;
    border: 1px solid #fff;
    border-radius: .5em;
    box-shadow: 0 1px 22px rgba(0,0,0,.25);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    -webkit-transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    -o-transition: background-color .1s ease-out false,padding .2s ease-out false,margin .2s ease-out false,color .2s ease-out false,border .2s ease-out false;
    transition: background-color .1s ease-out,padding .2s ease-out,margin .2s ease-out,color .2s ease-out,border .2s ease-out;
}
.faq #banner_video_content .buynow:hover {
	background: #3C7EF7;
    border: 1px solid #3C7EF7;
}
.faq #banner_video_content .buynow:active {
}

.faq #index .introduction {
  background: #2f3537;
  margin: 20px;
}

.faq #features_page .introduction h2 {
  margin-top: 0em;
  color: #fff;
}

.faq #features_page .introduction p{
  color: #fff;
}

.faq #index .introduction #play_button{
      width: 80px;
}

.faq #index .introduction a{
  color: #fff;
}

.faq #index .introduction a:hover{
  cursor: pointer;
  color: #fff;
}

/*** TarDisk Quantity Selector ***/

#index .compatible-name .qty {
  display: inline;
  width: 40px;
  height: 25px;
  text-align: center;
}
#index .compatible-name input {
  color: #666;
  padding: 0;
  width:25px; 
  height:25px;
}
#index .compatible-name input:focus {
  outline: none;
}
#index .compatible-name  input.qtyplus {
  cursor: pointer;
  border: 0px;
  background: 0;
}
#index .compatible-name  input.qtyminus { 
  cursor: pointer;
  border: 0px;
  background: 0;
}

/* -------------------------------- 

CART CSS STYLE

-------------------------------- */

#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 400px;
  /* header height */
  overflow-y: auto;
/*   -webkit-overflow-scrolling: touch; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 2000000001;
}
@media only screen and (min-width: 768px) {
  #cd-cart {
    width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 400px;
  }
}
#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  transition: right 1s;
}
@media only screen and (max-width: 414px) {
  #cd-cart {
    right: -150%;
  }
  .affix-top{
    display: none;
  }
  #head .navlist {
    margin: 1.4em 0 1.5em 0;
  }
  #features_page .introduction p {
    line-height: 1.6em;
    padding: 0px; 
  }
  #answerdash-mobile-help-button {
    right: 28px !important;
    bottom: 75px !important;
  }
}
#cd-cart.speed-in {
  right: 0;
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  transition: right 1s;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0 0 0;
  text-align: center;
  letter-spacing: 2px;
}
#cd-cart > h2 { 
  letter-spacing: 4px;
  border-bottom: 1px solid #e0e6ef;
  padding-bottom: 1em;
}
#cd-cart #upSellSection > h2 { 
  margin: 3em 0 0 0;
}
  
.menu-trigger {
  padding: 0 0 0 .6em !important;
  font-size: 30px;
  display: block;
  left: 1em;
  right: auto;
  height: 45px;
  width: 45px;
  cursor: pointer;
  top: 10px;
  left: 15px;
  position: absolute;
  display: block;
}

.menu-trigger-icon {
    display: block;
    position: absolute;
    height: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    width: 26px;
    background-color: transparent;
}
.menu-trigger-icon:before {
    content: "";
    -webkit-transform: translateY(-19px) rotate(45deg);
    -ms-transform: translateY(-19px) rotate(45deg);
    transform: translateY(-19px) rotate(45deg);
}
.menu-trigger-icon:after {
    content:  "";
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
.menu-trigger-icon:before, .menu-trigger-icon:after {
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0;
    background: #333;
    border-radius: 2px;
    top: 38px;
}


#cd-cart .cd-cart-items {
  padding: 0;
}
.cd-cart-items a:hover, .cd-cart-items a:active, .cd-cart-items a:visited, .cd-cart-items a:focus{
  text-decoration: none;
}

#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em 0em;
  border-bottom: 1px solid #e0e6ef;
/*   border-top: 1px solid #e0e6ef; */
  height: 100px;
}
#cd-cart .cd-cart-items li:last-child {
/*   border-bottom: 1px solid #e0e6ef; */
  border-bottom: 0;
}

/* Up Sell information */
#cd-cart #upSellSection {
  
}
#cd-cart #upSellSection .cd-cart-items {
  margin-bottom: 0;
}
#cd-cart #upSellSection .cd-cart-items li {

}
#cd-cart #upSellSection .cd-cart-items li:last-child {

}

#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
  margin: 0px 7px;
}
#cd-cart .cd-price {
  margin-top: .4em;
  width: 300px;
}
#cd-cart .cd-price a{
  height: 24px;
  width: 24px;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  background: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: 0.15s background-color ease-out;
  transition: 0.15s background-color ease-out;
  pointer-events: auto;
  font-weight: 900;
}
#cd-cart .cd-price a:hover {
  background: #e7e8e8;
}
#cd-cart .cd-price a:hover, #cd-cart .cd-price a:focus, #cd-cart .cd-price a:visited{
  text-decoration: none;
  color: #616161;
}
#cd-cart .cd-item-remove {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url('//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/cd-remove-item.svg?988687183873722510') no-repeat center center;
    }
#cd-cart .cd-item-add {
    position: absolute;
    right: 1em;
    top: 36px;
    bottom: auto;
    width: 50px;
    height: 20px;
    line-height: 21px;
    background: #3c75e8;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: .3em;
    margin: 0.5em 0em 0em;
}
#cd-cart .cd-item-add:hover {
  	background: #236ef9;
}
/* #cd-cart .cd-item-add {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url('//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/cd-remove-item.svg?988687183873722510') no-repeat center center;
}
#cd-cart .cd-item-add:hover {
  background-color: #e7e8e8;
} */

#cd-cart .cd-item-check {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url('//cdn.shopify.com/s/files/1/0797/7791/t/15/assets/cd-add-item.svg?988687183873722510') no-repeat center center;
    padding: 16px;
    background-size: 16px 16px;
}
#cd-cart .cd-item-check:hover {
  background-color: #e7e8e8;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
.no-touch #cd-cart .cd-item-add:hover {
  background-color: #e0e6ef;
}
#cd-cart .item_img {
  position: absolute;
  left: 1em;
  top: 34%;
  float: left;
}
#cd-cart .cd-cart-total {
  padding: 0.5em 0em;
}
#cd-cart .cd-cart-total p{
  margin: 0 0 0.2em 0;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  /*   width: 100%; */
  height: 60px;
  line-height: 60px;
  background: #3c75e8;
  color: #FFF;
  text-align: center;
  /*   bottom: 0;
  position: absolute; */
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: .3em;
  margin: 0.5em 0em 0em;
}
#cd-cart .checkout-btn:hover {
  background: #236ef9;
}
#cd-cart .checkout-btn:focus, #cd-cart .checkout-btn:active{
  text-decoration: none;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #236ef9;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: none;
  color: #337ab7;
}


#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(46,46,46,0.3);
  cursor: pointer;
  z-index: 50001;
  display: none;
  transition: opacity 0.75s;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 1s;
  -moz-animation: cd-fade-in 1s;
  animation: cd-fade-in 1s;
}

#discount_cart {
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: #FFF;
}

#discount_cart:before {
    position: absolute;
    top: -0.75em;
    left: 0px;
    width: 100%;
    height: 0.75em;
    content: "";
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.0470588));
}

@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 0em;
  }
  #cd-cart .cd-item-remove {
    right: 1em;
  }
  #cd-cart .cd-item-add {
    right: 1em;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

