.fa-product{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
	height:250px;
	width:100%;
  cursor:pointer;
  font-size:10px;
}

.product-price{
	font-weight: bold;
	padding: 20px;
}

.cartDiv {
  background-color: #f7ecb5;
  border-radius: 20px;
}

.cartTable{
	width: 100%;
	margin-bottom: 20px;
  height:180px;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 12px;
}

.cartTable td{
	height:40px;
}

.cartTotal{
	font-weight: bold;
	padding: 2px;
  color: #000;
}

.portfolio-box{
  cursor: pointer;
}

.portfolio-box .portfolio-box-caption{
	background: rgba(0, 0, 0, 0.898) none repeat scroll 0 0;
}

.bg-primary{
	background-color: #222;
}

h1{
	text-transform: initial;
  text-shadow: #000 2px 2px;
}

header .header-content .header-content-inner h1{
  text-transform: initial;
}
header .header-content .header-content-inner p {
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-shadow: 1px 1px #000;
}

.firstpage_img{
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/header_2.jpg");
  background-position: center center;
  background-size: cover;
}

.firstpage_banner{
  line-height: 25px;
}

hr{
	border-color: #fff;
}

section{
  min-height: 100%;
  padding:50px;
}

.cartItemBtns{
  white-space: nowrap;
}

.btn.cartAdd, .btn.cartRemove{
  display: inline-block;
}

.portfolioModalImg{
  width:100%;
  height:80%;
  background-size: cover;
  margin-bottom: 10px;
}

#portfolioDetailModal .modal-body div{
  font-family: "Helvetica Neue",Arial,sans-serif;
  color: #555;
}

#imgProductZoom{
  cursor: zoom-in;
}

.navbar-brand{
  float:initial;
  line-height: 50px;
  padding: 0px;
  margin-left: 0px !important;
}

.navbar-langbutton{
  width:35px;
  height: 35px;
}

.portfolioModalImg{
  background-position: center;
}