/* Global product styles */

.featureSet {
    background-color:#EAEAEA ;
    padding:10px;
    border-bottom-color:#D7DED9;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-top-color:#D7DED9;
    border-top-style:solid;
    border-top-width:2px;
}
.row-fluid.line {
    padding-top: 4px;
    padding-bottom: 8px;
    margin-bottom: 2px;

    border-bottom-width: thin;
    border-bottom-style: dashed;
    border-bottom-color: #AAA;

}

section .dark {
    background: #1C1C1C;
}

#buy-button-spacer {
    height: 125px; /* half(-ish) the height of the product photo */
}

.feature-spotlight-image {
    width: 30em;
    height: 30em;
}

.feature-spotlight-image-cad {
    width: 15em;
    height: 15em;
}

.feature-spotlight-image, .feature-spotlight-image-cad, .feature-icon {
    margin: 1em auto 1em auto;
    display: block;
}

.feature-icon-border {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 2px;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.feature-icon-label {
  text-align: center;
  margin-bottom: 1em;
}

.icons img {
    margin:1em;
}

img.technical-image {
  width: 100%;
}

.product-project-image {
    height: 200px;
}

.product-buy-it-image img {
    height: 300px;
    width: auto;
}

.product-buy-it-image {
    text-align: right;
}

.product-buy-it-button {
    text-align: left;
    margin-top: 125px;
}

.product-buy-it-button-piface-clock {
    margin-top: 90px;
}


/* Landscape phones and down */
@media (max-width: 767px) {
    .product-buy-it-image {
        text-align: center;
    }
    .product-buy-it-button {
        text-align: center;
        margin-top: 2em;
    }
}

.whatwillyoumake-title {
    margin-bottom: 1em;
}

.product-links-and-tuts h1 {
    font-size: 1.5em;
}


/* Large input fix for bootstrap 2
 * http://stackoverflow.com/questions/14022644/
 * how-do-i-customize-twitter-bootstraps-various-input-sizes-without-using-import
 */
input[class=input-large] {
  width: 210px;
  height: 44px ;
  margin-bottom: 0px;
  line-height: 30px;
  /*padding: 11px 19px;*/
  padding: 0px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#pifaceclock-price {
  font-size: 2em;
  font-weight: bold;
}