/* etaloncleaning.md */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic);

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
  background: #fff;
}
body.nomain {
  padding-top:120px;
}

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

header {
  background: #d7e6f6;
}

#header {
  padding-top:15px;
  padding-bottom: 15px;
}

#adresone, #adrestwo {
  font-style: normal;
  text-align: right;
}
#adresone strong, #adrestwo strong,
.adresone strong, .adrestwo strong {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.8em;
  font-weight: 300;
}
#adresone p, #adrestwo p,
.adresone p, .adrestwo p {
  margin-bottom: 2px;
}

.adresone, .adrestwo {
  margin-top:7px;
  color: #222222;
}

.logo img {
  max-height: 90px !important;
}
.languages {
  text-align: right;
  margin-bottom: 5px;  
}

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

/* cart */
#minicart {
  xpadding:15px 0 0 0;
  xtext-align: right;
  color: #597c08;
}
#minicart .badge {
  background: #fff;
  color: #597c08;
}
#minicart .btn {
  color: #597c08; 
  border: none; 
}

.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 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.1);   
  padding: 10px 0;
  transition: all 0.4s ease 0s;
}
.mainmenu a {
  color: #008ecb;
}
.mainmenu .in {
  background: #fff;
}
.scroll {
  background-color: rgba(255, 255, 255, 1);
}
.navbar-brand img{
  max-width:180px;
}
.navbar-toggle .icon-bar {
  background: #008ecb; 
}
.tmmenu {
  margin-right: 0 !important;
}
.tmmenu a {
  padding-top: 0 !important;
  color: #333;
}
.tmmenu a:hover {
  background: none !important;
  text-decoration: underline !important;
}
.topadres {
  padding-left:30px;
  padding-right: 30px;
}
  .topadres strong {
  color: #E65B8F;
}

.bmmenu {
  font-size: 15px;
}
.bmmenu a:hover, .bmmenu a:active  {
  background: none !important;
  color: #003762;   
}
.dropdown-menu {
  padding: 15px;
}
a.dd-link {
  color: #333;
}
a.dd-link:hover {
  text-decoration: none !important;
  border: 0;
  padding: 0;
}
.dropdown-menu .media {
  padding: 10px;
}
.dropdown-menu .media:hover {
  background: #fafafa;
}
.dropdown-menu img {
  max-width: 110px;
  padding:5px;
  border:1px solid #efefef;
}
.dropdown-menu .media-heading {
  font-size: 15px;
  color: #008ecb;
}
.dropdown-menu .media-descr {
  padding-top:5px;
  font-size: 13px;
  color: #777;
}

#mainmenu .navbar {
  margin-bottom:0;
}

.navbar-brand {
  padding-top:5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.mainmenu li a {
    padding-top: 20px;
    padding-bottom: 5px;
    color: #0091c2;
    font-size: 16px;
}

#mainmenu li a:hover {
    background: none;
    border-bottom: 3px solid #003762;
    color: #003762;
}
#mainmenu .container-fluid {
  padding-left:0;
  padding-right:0;
}
.isStuck {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
}
.stickup {
  transition: all 0.4s ease 0s;
  z-index: 9999;
  width: 100%;  
}

/* topCarusel */

.owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -60px; 
font-size: 80px;
color: #fff;
}
.owl-prev {
left: 10px;
}
.owl-next {
right: 10px;
}

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

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

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

.carusel-caption {
  position: absolute;
  top:25%;
  margin: auto;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
  text-align: center;
  width: 100%;
}
.carusel-caption .toptext {
  width:90%;
  margin: 0 auto;
  letter-spacing: -1px;
}
.toptext h2 {
  font-weight: bold;
  font-size: 80px;
  line-height: 120px;
  color:
}
.toptext p {
  font-size: 28px;
  line-height: 40px;
}

.toptext h1, .toptext h2, .toptext h3, .toptext h4, .toptext h5, .toptext h6 {
  color: #fff !important;
}

.toptext a {
  color: #fff;
  text-decoration: none;
}
/* end topCarusel */

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

.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: 300px;
}

.document .product-image .image img {
  margin: 20px auto;
  /* max-height: 300px; */
}

/* 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; */
  margin: 0 auto 7px auto;
  /* line-height: 200px; */
}

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

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

.list .image {
  width: 200px !important;
}

.list .image img {
  max-height: 200px;
  max-width: 200px;
  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: left;
}

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

.contentitem .itemdescr {
  padding: 0 0 10px 0;
  font-size: 13px;
  color: #7e7e7e;
  text-align: left;
}

.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;
}

.wwrapper .container {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;  
  background: #fff;
}

.topanonces {
  margin-top:30px;
}

.topanonces img {
  transition: all 0.1s linear 0s;
  width:100%;
}

.img-item, .img-item-tall {
  background: #003762 none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.img-item-hover, .img-item-hover-tall {
  color: #fff;
  height: 100%;
  left: 0;
  padding: 0 20px;
  position: absolute;
  text-align: left;
  top: calc(100% - 90px);
  transition: all 0.4s ease 0s;
  width: 100%;
}
.img-item-hover h2, .img-item-hover-tall h2 {
  color: inherit;
  font-size: 22px;
  margin-bottom: 11px;
  margin-top: 20px;
}
.img-item-hover p, .img-item-hover-tall p {
  margin-top: 60px;
  transition: margin-top 0.2s ease-out 0.1s;
}
.img-item-hover .btn-underline, .img-item-hover-tall .btn-underline {
  bottom: 20px;
  left: 18px;
  margin-bottom: -60px;
  position: absolute;
  transition: margin 0.23s ease-out 0.1s;
}
.img-item:hover, .img-item-tall:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.img-item:hover img, .img-item:focus img, .img-item-tall:hover a > img, .img-item-tall:focus a > img {
  opacity: 0;
}
.img-item:hover .img-item-hover, .img-item:focus .img-item-hover, .img-item-tall:hover .img-item-hover, .img-item-tall:focus .img-item-hover, .img-item:hover .img-item-hover-tall, .img-item:focus .img-item-hover-tall {
  top: 0;
}

.img-item:hover p, .img-item:focus p, .img-item-tall:hover p, .img-item-tall:focus p {
  margin-top: 0;
}
.img-item:hover .btn-underline, .img-item:focus .btn-underline, .img-item-tall:hover .btn-underline, .img-item-tall:focus .btn-underline {
  margin-bottom: 0;
}
.img-item-tall {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  height: 406px;
  margin: 0 auto;
  max-width: 350px;
  transition: background 0.3s ease 0s;
}
.img-item-tall > img {
    border-radius: 5px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.img-item-tall:hover {
    background: #003762 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.img-item-hover-tall {
    background: transparent none repeat scroll 0 0;
    color: #505050;
    padding-top: 90px;
    position: absolute;
    top: calc(100% - 352px);
}
.img-item-hover-tall h4 {
    color: #008ecb;
    margin-top: 2px;
    transition: color 0.3s ease 0s;
}
.img-item-hover-tall p {
    margin-top: 0;
    transition: none 0s ease 0s ;
}
.img-item-tall:hover .img-item-hover-tall {
    color: #fff;
}
.img-item-tall:hover .img-item-hover-tall h4 {
    color: #fff;
}
.img-item-tall:hover .img-item-hover-tall, .img-item-tall:focus .img-item-hover-tall {
    top: 0 !important;
}

/*

#top-anonces {
  margin:40px 0 30px 0;
  border-bottom: 1px solid #efefef;
}

#top-anonces .contentitem,
#bot-anonces .contentitem,
#contentlist .contentitem {
  border: 2px solid #fff;
  border-radius: 0;
  padding: 0;
}
#top-anonces .contentitem:hover,
#bot-anonces .contentitem:hover,
#contentlist .contentitem:hover {
  box-shadow: none;
}

#top-anonces .image,
#bot-anonces .image,
#contentlist .image {
  width:100%;
  padding: 0;
  margin:0;
  overflow: hidden;  
}

#top-anonces img,
#bot-anonces img,
#contentlist img {
  max-width: 100%;
  width: 100%;
  padding:0;
  border: 1px solid #efefef;
}


#top-anonces .caption,
#bot-anonces .caption,
#contentlist .caption {
  padding:15px 0;
  margin:0;
}
*/

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

/* footer */
footer {
  padding: 10px 0 20px 0;
  background: #f0f0f0;
  color: #b6b6b6;
}

footer a {
  color: #222222 ;
}

#copyright {
  margin-top:0;
  font-size: 13px;
  text-align:left;
}

#bottommenu {
  margin:20px 0 10px 0;
  text-align: right;
}

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

#map { height: 470px; width:100%; margin:0 0 0 0;}

.navbar-wrapper {
    margin-top:20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.logo {
    padding-bottom: 5px;
}

.anoncelist .thumbnail {
    border: none;
}

.contacts {
    background: #fafafa;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.2);     
}

.owl-theme .owl-controls {
    margin-top:0;
}

.caption .h4 {
    color: #5d5d60;
}

.welcome-msg {
  margin:20px 0;
  padding: 32px 0 44px;
  text-align: center;
}
.welcome-msg h4 {
  color: #505050;
  font-size: 68px;
  line-height: 72px;
  margin-bottom: 0;
}
.welcome-msg h5 {
  color: #b7b7b7;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  /* specific CSS */
  body, body.nomain {
    padding-top: 50px;
  }
  
  .mainmenu {
    height:60px;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 1);
  }
  .navbar-brand {
    padding-left:5px;
  }

  .navbar-brand img {
    max-height:38px !important;
    width: auto !important;
  }
  .sm-center {
    text-align: center !important;
  }

  .minicart {
    margin:0;
    padding: 0;
    color: #e31f1f;
    font-size: 14px;
  }
  
  .document {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .minicart .a {
    color: #e31f1f;
  }
  #adresone {
    margin-top:5px;
  }
}

.sform {
  margin:20px 0;
  padding:15px;
  background: #fff;
  border:1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}
.sform .form-group {
  padding-left:15px;
}

.sform label {
  font-weight: normal;
}

.content {
  padding-top:40px;
}

.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
