body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
}

.document img {
  display: block;
  max-width: 100%;
  height: auto;  
}

#adresone, #adrestwo {
  font-style: normal;
  margin-top:25px;
  text-align: right;
}
#adresone strong, #adrestwo strong {
  font-size: 1.3em;
  font-weight: 600;
}
#adresone p, #adrestwo p {
  margin-bottom: 2px;
}

#logo {
  margin-top:15px;
}

@media screen and (max-width: 768px) {
  #adrestwo, #logo {
    text-align: center;
  }
  
  #logo .img-responsive {
    display: table;
    margin: 0 auto;
  }
}


.languages li a {
  padding-left:5px;
  padding-right:5px;
}

/* cart */
#minicart {
  margin:10px 0 20px 0;
  text-align: right;
}
#minicart .badge {
  background: #c00;
}

.detailedcart .cart-amt {
  width: 50px;
  display: inline;
  margin: 0 7px;
  -moz-appearance: textfield;
}
.cart-amt::-webkit-inner-spin-button { 
  display: none;
}
.required:after {
  color: #c00;
  content: " *";
  
}

/* mainmenu */

#mainmenu {
  margin:10px 0;
  background: #4E4D4C;
}

#mainmenu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

#mainmenu li a {
    color: #fff;
}

#mainmenu li a:hover {
    background: #FF8B0F;
}

#mainmenu > ul > li > a {
  padding: 15px 10px;
}

#mainmenu .icon-bar {
  background-color: #555;
}

#mainmenu .home {
  color: #fff;
}

/* topCarusel */
#topCarusel .item img{
  display: block;
  width: 100%;
  cursor: pointer;
  height: auto;
}

#topCarusel .item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.owl-pagination {
  width:100%;
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
}

.carusel-caption {
  position: absolute;
  top:25%;
  margin: auto;
  /*
  left: 50%;
  margin-left: -25%;
  */
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
  text-align: center;
  width: 100%;
}
.carusel-caption .toptext {
  width:70%;
  margin: 0 auto;
}

/* end topCarusel */

/* content */
.content-header {
  margin-top:0;
}
.content {
  padding-top:10px;
}
.contentlist {
  margin-top:20px;
}

.contentlist .description {
  margin-bottom: 20px;
}

.document {
  margin-top:20px;
  margin-bottom:40px;
}

/* document-cart */
.document-cart {
  width:100%;
  margin: 0 0 15px 0;
}

.document-cart p {
  margin: 10px 0;
}

.document-cart .add-to-cart {
  margin-top:15px;
  margin-bottom:10px;
}

.document-cart .btn-add-to-cart {
  width: auto;
  margin:15px 0;
  width:100%;
}

.document-cart del {
  color: #aaa;
}

.document-cart .cart-doc-amt {
  width: 50px;
  display: inline;
  margin: 0 7px;
  -moz-appearance: textfield;
}
.document-cart::-webkit-inner-spin-button { 
  display: none;
}

.document-cart .document-code,
.document-cart .document-barcode {
  color:#aaa;
}

.document .product-image .image {
  text-align: center;
  line-height: 500px;
}

.document .product-image .image img {
  margin: 20px auto;
}

/* galery-slider */
.galery-slider {
  width:100%;
}

.galery-slider img {
  width:100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* specific CSS */
  .document-cart {
    width:100%;
    margin: 0 0 15px 0;
  }
  
  .galery-slider {
    width:100%;
    margin: 0 0 15px 0;
  }
}

/* sidebar-item */
.sidebar-item {
  margin-bottom: 25px;
}
/* sidebar-banner */
.sidebar-banner {
}

/* sidebar-files */
.sidebar-files ul {
  margin-top:15px;
}

.sidebar-files ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding:4px 0 4px 20px;
}

.sidebar-news .date {
  color: #888;
  margin:10px 0;
}
.sidebar-news .descr {
  color:#777;
  font-size: 13px;
}

.sidebar-news ul {
  margin:10px 0;
}

/* anonceitem */

/* left menu */
.leftmenu {
  margin-top:15px;
}

.leftmenu ul li a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  padding-right: 5px;
}

.leftmenu ul li a:hover:before {
  padding-right: 7px;
  transition: 0.4s;
}

.leftmenu > ul > li > ul {
  margin-left:10px;
}

.leftmenu > ul > li > a:focus, .leftmenu > ul > li > a:hover {
  color: #E72125;
}

/* contentlist & galery */

.contentlist-description {
  font-size: 13px;
  color: #787878;
  margin: 15px 0;
}

.contentitem {
  border-color: #efefef;
  padding:10px 12px;
}

.contentitem .image {
  overflow:hidden;
  text-align: center;
  width:200px;
  height:200px;
  margin: 0 auto 7px auto;
  line-height: 200px;
}

.list .image {
  text-align: left;
  width:120px;
  height:120px;
  line-height: 0;
}

.contentitem .image img {
  max-height: 200px;
  max-width: 200px;
  cursor: pointer;
  display: inline;
}

.list .image img {
  max-height: 120px;
  max-width: 120px;
  display: inline;
}

.contentitem:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
}

.contentitem .caption {
  text-align: center;
}

.list .caption {
  text-align: left;
}
.contentitem .item-add-to-cart {
  padding-bottom: 7px;  
}

.contentitem .itemdescr {
  font-size: 13px;
  color: #7e7e7e;
  text-align: center;
}

.list .itemdescr {
  text-align: left;
}

.contentitem .price {
  text-align: center;
  display: block;
  padding-bottom: 5px;
  color: #B02B2C;
  font-weight: 400;
  font-size: 16px;
}

.list .price {
  text-align: left;
}

.contentitem del {
  color:#aaa;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

.contentitem .code {
  color:#aaa;
  text-align: center;
}

.list del {
  text-align: left;
}

.contentitem .btn-add-to-cart {
  width: 100% !important;
  margin-top: 7px;
}

.tocart {
  text-align: center;
  margin-top:10px;
}

/* breadcrumb */
.my-breadcrumb {
  background: none;
  padding-left: 0;
}

/* footer */
footer {
  margin-top:20px;
  padding: 10px 0 20px 0;
  border-top: 1px solid #ccc;
}

#copyright {
  margin-top:20px;
  font-size: 13px;
}

#bottommenu {
  margin:20px 0;
}

#bottommenu .nav > li > a {
  padding: 10px;
  font-size: 13px;
}

