@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Cookie');

body{
  background:url("../img/bg.jpg") #000;
  padding: 10px 0 20px 0;
}

a{
  text-decoration: none;
  color: #999;
}

a:hover{
  text-decoration: none;
  color: #e4c177;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar{
  background: url("../img/white_10.png");
  height: 160px;
}

.navbar .navbar-toggle{
  color: #fff;
}

.navbar .navbar-nav{
  margin: 60px 0 0 120px;
  font-size: 18px;
}

.navbar .navbar-nav a{
  color: #a8a8a8;
  background: none;
}

.navbar .navbar-nav a:hover{
  color: #e4c177;
  background: none;
}

.logo{
  -webkit-box-shadow: 0px 0px 25px 3px rgba(170,180,196,0.69);
  -moz-box-shadow: 0px 0px 25px 3px rgba(170,180,196,0.69);
  box-shadow: 0px 0px 25px 3px rgba(170,180,196,0.69);
}

.phone400{
  font-size: 25px;
  font-family: 'Cookie', cursive;
}

.golden-light{
  color: #e4c177;
}

.green{
  color: #a6ce39;
}

.larger{
  font-size: 2em;
}

.smaller{
  font-size: 0.75em;
}

.gray{
  color: #999;
}

.products{
  margin-top: 260px;
}

.products .col-lg-3, .products .col-md-3, .products .col-xs-6{
  padding-left: 7px;
  padding-right: 7px;
}

.products a{
  text-decoration: none;
}

.products a:hover .product{
  border: 10px solid #a6ce39;
}

.product{
  margin: 20px 0;
  min-height: 550px;
  border: 10px solid #fff;
  background: url("../img/product-summary-bg.png") repeat-x;
}

.product:hover{
  background: #fff;
}

.product .title{
  text-align: center;
  margin-top: 60px;
}

.product .title img{
  width: 70%;
}

.product .summary{
  margin: 60px 0 0 40px;
  color: #8b8b8b;
}

.customers{
  background: url("../img/white_10.png");
  padding: 16px;
  margin-top: 80px;
}

.customers h2, .product-content .title h2{
  color: #a6ce39;
  font-weight: normal;
  font-size: 42px;
  margin: 20px 0;
  text-shadow: 0px 0px 25px 3px rgba(30,30,30,0.69);
}

.customers .icons{
  background: #fff;
  min-height: 240px;
  padding: 40px 20px;
  overflow: auto;
  height: auto;
}

.product-content{
  background: url("../img/white_10.png");
  padding: 16px;
  margin-top: 260px;
}

.product-content .title{

}

.product-content .title h2 small{
  color:#eee;
}

.product-content .title .links{
  padding-top: 20px;
  color: #aaa;
}

.product-content .title .links a{
  color: #aaa;
}

.product-content .title .links a:hover{
  color: #e4c177;
}

.product-content .main{
  background: url("../img/white_90.png");
  min-height: 800px;
  padding: 80px 80px;
  font-size: 18px;
}

.product-content h3{
  padding: 20px 0;
}

.product-content .main .row{
  margin-bottom: 8em;
}

.product-content .main p{
  text-align:justify;
}

.product-content .main dt{
  margin-top: 1em;
}

.product-content .main dd{
  padding-left: 2em;
  text-align:justify;
}

footer{
  margin: 120px 0;
  text-align: center;
  color: #666;
}

footer .tree{
  margin: 20px auto;
}

footer .links{
  border-top: 1px solid #333;
  padding: 20px 0;
  color: #999;
}
