/* CUSTOMISED STYLES FOR WOLFRAM WEBSITES
-------------------------------------------------- */

/* Padding below the footer and black background */
html {
  height:100%;
}
body {
  padding-bottom: 40px;
  background-color: #000000;
  min-height:100%;
  height:auto !important;
  height:100%;
  overflow-y: scroll !important;
}

.white {
	color:#ffffff;
}
.red {
  color:#ff0000;
}
.black-background {
  background:#000000;
}
.wolfram-white-on-black h1 {
	color:#ffffff;
	padding: 0;
	margin: 10;
}
.wolfram-white-on-black h2 {
	color:#aaaaaa;
	padding: 0;
	margin: 0;
}
.wolfram-white-on-black h3 {
	color:#cccccc;
	padding: 0;
	margin: 0;
}
.wolfram-white-on-black p {
	color:#ffffff;
}

.wolfram-black-on-white {
	background:#ffffff;
}
.wolfram-black-on-white h1 {
	color:#000000;
	padding: 0;
	margin: 10;
}
.wolfram-black-on-white h2 {
	color:#555555;
	padding: 0;
	margin: 10;
}
.wolfram-black-on-white p {
	color:#000000;
}
.wolfram-highlight-bar {
  background:#212121;
}
.wolfram-cyan {
  color:#33aaff;
}
.large-quote { font-size:13pt; font-style:italic; color:#33aaff; }
.large-attribution {font-size:9pt; font-style:italic; color:#1188ee; }
.small-quote { font-size:10pt; font-style:italic; color:#33aaff; }
.small-attribution {font-size:8pt; font-style:italic; color:#1188ee; }

.half-width { width:50% }

.img-half-size {
	width:50%;
}
.img-gallery-thumbnail {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.store-thumbnail {
  border-style:solid;
  border-width:1pt;
  border-color:#ffffff;
  border-radius:10pt;
  width:70%;
  max-width:33vw;
}
.wolfram-quote {
	color:#555555;
	font-style: italic;
	font-size: 125%;
}
.vertical-center {
    display:table-cell;
    vertical-align:middle;
    float:none;
}
/* Transparent buttons */
.btn{
	background: transparent;
	color: #ffffff	;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}

.WSlogocaption {
	color:#ffffff;
	font-size:150%;
}

.valigntop{
	vertical-align: top;
}

.navbar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: auto;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 100;
  right: 0;
/*  left: 0;*/
  z-index: 10000;   /* MAKE SURE THE NAVBAR FLOATS OVER EVERYTHING ELSE - PARTICULARLY THE STORE */
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}



.wolfram-logo-large {
  position: absolute;
  left:10px;
  top:10px;
  width:40vw;
  max-width:500px;
  z-index:10;
}
.wolfram-logo-small {
  position: absolute;
  left:10px;
  top:10px;
  width:10vw;
  max-width:250px;
  z-index:10;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.full-height {
  height: 95vh;
}
.three-quarter-height {
  height: 75vh;
}
.half-height {
  height: 50vh;
}
.short-height {
  height: 10vh;
}

.banner {
  position:relative;
}
.banner-text {
  color:#ffffff;
  position:absolute;
  bottom:0px;
  text-shadow: 3px 3px 5px #212121;
}
.banner-announcement {
  color:#ffff00;
  font-size:14pt;
  margin-top:10px;
  margin-bottom:10px;
}

.top-announcement {
  position: relative;
  background: #090fba;
  color: #ffffff;
  font-size: 15pt;
  font-weight: bold;
}

.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.cart_shippingnote {
    color:#00aa00;
    font-size:7pt;
}
.cart_shippingnote_outofstock {
    color:#aa0000;
    font-size:7pt;
}
.cart_combinedshippingnote {
    color:#aaaa00;
    font-size:9pt;
}
.cart_shippingnote_notice {
    color:#ffff00;
    font-size:7pt;
}
/* Bump up size of carousel content */
  .carousel-caption {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
    bottom:0px;
}

#map_wrapper {
    height: 60vh;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.footer {
  background-color:#121212;
  color:#333333;
}
.footer.p {
  color:#333333;
}
.labels {
   color: red;
   background-color: white;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   width: 60px;     
   border: 2px solid black;
   white-space: nowrap;
 }

 .dl-horizontal dt{
    text-align: left;
    margin-bottom: 1em;
    width: auto;
    padding-right: 1em;
}

.dl-horizontal dd{
    margin-left: 0;
    margin-bottom: 1em;
}

.table th, .table td { 
     border-top: none !important; 
 }

.dealer-name {
  color:#ffffff;
  font-size:12pt;
}
.dealer-address {
  color:#aaaaaa;
  font-size:9pt;
}
.dealer-tile {
  background:#212121;
  border-color:#aaaaaa;
  border-radius:10pt;
  padding:10px;
}
.dealer-marker-heading {
  color:#000000;
  font-size:12pt;
  font-weight:bold;
}
.dealer-marker-text {
  color:#000000;
  font-size:8pt;
  font-weight:normal;
}
.dealer-label {
  background:#00aa00;
}
.ship-worldwide {
  color:#ffff00;
  font-size:18pt;
  text-decoration:underline;
}

.specifications { font-size:8pt; font-weight:normal; color:#ffffff; }
.specifications-note { font-size:6pt; font-weight:normal; color:#aaaaaa; }
.specifications-note a { color:#ffffff; text-decoration:none; border-bottom:1px dashed; }
.pronunciation { font-size:18pt; font-weight:lighter; font-style:italic; color:#ffffff; }
.definition { font-size:12pt; font-weight:normal; font-style:italic; color:#ffffff; }
.product-headline { font-size:16pt; font-weight:normal; color:#ffffff; text-align:center; }
.table-price {font-size:14pt; color:#ffffff;}
.wolframfooter p {font-size:9pt; color:#aaaaaa; margin-bottom:10px;}
.wolframfooter a {font-size:9pt; color:#aaaaaa;}
.wolframfooter h4 {font-size:11pt; color:#ffffff;}
p {
  color:#e0e0f9;
}
h1 {
  color:#ffffff;
}
h3 {
  color:#ffffff;
}
h4 {
  color:#ffffff;
}

.revert-li{
    border-bottom: 1px solid #333; 
    font-size: 24px; 
    padding: 0px 0px 0px 0px; 
    position: relative; 
    background-color:#ff00ff;
}
.spacer-20px {
  height:20px;
}
.spacer-10px {
  height:10px;
}
.spacer-5px {
  height:5px;
}
.spacer-below-carousel {
  height:20px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.splitshippingselect {
   margin: 50px;
    border: 1px solid #111;
   background: transparent;
   padding: 5px 35px 5px 5px;
   font-size: 13px;
   color:black;
   border: 1px solid #ccc;
   border-radius:0;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(../images/icons/downarrow.png) 96% / 10% no-repeat #eee;
} 
.store-product-detail {
  font-size:10pt;
  color:#ffffff;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    .splitshippingselect {
        background:none;
        padding: 5px;
    }
}

@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.equal, .equal > div[class*='col-'] {  
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.frontpagestory p {
  font-size:12pt;
  color:#ffffff;

}
