html, body {
  color: #fff;
}

body {
  background: #000 url('../img/bg.png') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-line {
  width: 100%;
  height: 3px;
  background-color: rgb(52, 165, 145);
  position: fixed;
  left: 0;
  top: 0;
}

.nav,
.navbar,
.navbar-fixed-top,
.navbar-inner,
.navbar-inverse,
.brand {
  margin-top: 0px;
  padding-top: 0px;
  background: rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
  border: none;
}

.navbar .brand {
  padding-top: 0px;
  padding-left: 0px;
}

.container-fluid .main_row {
  margin: 45px 0;
  font-size: 1em;
}

.main-content {
  margin-top: 50px;
  text-align: center;
}











.company-logo-small {
  text-align: left;
}



.product-row {
  vertical-align: middle;
  margin: 10px 0px 35px 38px;
  padding: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0,0,0,0.4);
  min-height: 40px;
  /*clear: both;*/
}

.product-row:hover {
  background-color: rgba(0,0,0,0.9);
}


.product-row {
  position: relative;
}

.product-row img, .model-amount {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100px;
}




.model-description {
  color: #aaa;
  font-size: 0.8em;
}

.model-amount {
  font-size: 1.3em;
  font-weight: bold;
  right: 10px;
  display: table;
}







.gallery-container {
  width: 100%;
  text-align: center;
}

.gallery-table {
  text-align:center;
  margin-left:auto; 
  margin-right:auto;
  border: none;
}

.gallery-table-td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.gallery-table td img {
  border: 1px solid #fff;
}

.gallery-table td img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

.gallery-image {
  position:relative; display:inline-block;
  background: rgba(255,0,0, 1);  
}

.gallery-image:before {
  content: ' ';
  background: rgba(255,0,0, 0.8);  
}









textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #2B2B2B;
  border-color: #000;
  color: #eee;
}

#footer {
  background-color: rgba(0,0,0,0);
  font-size: 0.85em;
}

blockquote small:before {
  /*content: '\2014 \00A0';*/
  content: ' \00A0';
}

hr.narrow {
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

hr.dashed {
  margin: 10px 0;
  border: 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #ddd;
}

div.block {
  display: inline-block;
  width: 100%;
}







.html_carousel {
}
.html_carousel div.slide {
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}   
.html_carousel div.slide img {
  width: 100%;
  height: 100%;
}
.html_carousel div.slide div {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
}
.html_carousel div.slide h4 {
  font-size: 35px;
  padding: 30px 0 0 100px;
}
.html_carousel div.slide p {
  font-size: 16px;
  padding: 0 0 30px 100px;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
  color: white;
  margin: 0;
}
.clearfix {
  float: none;
  clear: both;
}






.image_carousel {
  position: relative;
  border: 2px solid #666;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0 43px;
  padding: 0
}





.caroufredsel_wrapper {
  padding: 0;
}


#karusel_gal {
  /*margin-left: 15px;*/
}
.image_carousel a {
  display: block;
  float: left;
}


.carousel_gal_nav {
  display: block;
  position: absolute;
  width: 42px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  min-height: 100px;
}

.carousel_gal_prev {
  left: -43px;
  height: 100%;
}
.carousel_gal_next {
  right: -43px;
  height: 100%;
}

.carousel_gal_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.6;
}

.carousel_gal_arrow_prev {
  right: 10px;
}
.carousel_gal_arrow_next {
  left: 10px;
}

.carousel_gal_arrow:hover {
  opacity: 1;
}

.clearfix-mobile {
  display: none;
}






@media only screen and (max-width: 480px) {
  .clearfix-mobile {
    display: block;
    clear: both;
  }
  .product-row {
    vertical-align: middle;
    margin: 10px 0px 35px 0px;
    padding: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0,0,0,0.4);
    min-height: 90px;
    /*clear: both;*/
  }

  .product-row:hover {
    background-color: rgba(0,0,0,0.9);
  }


  .product-row {
    position: relative;
  }

  .product-row img {
    position: absolute;
    top: 50px;
    bottom: 0;
    margin: auto;
    right: 10px;
  }




  .model-description {
    color: #aaa;
    font-size: 0.8em;
  }

  .model-amount {
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: -2em;
    float: right;
    /*border: 1px solid red;*/
  }
}

