/* LOGO ------------------------------------------------- */
#h-txt {
    font: bold 27pt/45pt 'etelka_medium', sans-serif;
    text-align: center;
    color: #272727;
    position: absolute;
    top: 15px;
    left: 5px;
    text-transform: uppercase;
}

#h-txt span {
    color: #ff2a00;
}

.h-txt-dsk {
    font: 13.5pt/0px 'etelka_text', sans-serif;
    text-align: center;
    color: #8b8b8b;
    width:255px;
}
/* ------------------------------------------------------ */
/* animation */
 .catalogItem{ display:none; }
/* ------------------------------------------------------ */

.header__nav{
    font-weight:bolder;
}

.load-more { 
    cursor:pointer;
}

.cat-text-top {
    margin: 5px 3% 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.listSubCats{
    text-align: center;
}

.listSubCats li {
    line-height: 35px;
}

.listSubCats li a{
    background: #cc0000;
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
}

.col-xs-12 li {
    text-align: left;
}
.custom__search{
    padding-bottom: 20px;
}
.custom__search-input{
    padding: 12px 0;
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    color: #cc0000;
    border-bottom: 2px solid;
}
.custom__search-input:hover,
.custom__search-input:focus,
.custom__search-input:active{
    outline: none !important;
}
.custom__search-form{

    position: relative;
}
.custom__search-submit{
    color: #cc0000;
    position: absolute;
    top: 50%;
    right: 0;
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    background: url('../img/search-icon.png') no-repeat center / 100%;
    border: none;
    font-size: 25px;
    width: 40px;
    height: 40px;
}
.custom__search-submit:hover,
.custom__search-submit:active,
.custom__search-submit:focus{
    outline: none;
}
@media only screen and (min-width: 1025px) {
    .custom__search-form{
        margin-top: -46px;
    }
}

.autocomplete-suggestions{
    padding-top: 10px; 
    max-width: 450px;
}
.autocomplete-suggestions a {
    text-decoration: none;   
}

.pagination>.active>a {
    background-color: #cc0000;
    border-color:  #cc0000;
}
.pagination>li>a {
    color: #cc0000;   
}

.about-text p > span{
    font-size:16px !important;
}

.brd_i10 { 
    margin-top: 15px;
    text-align: center;
    border-bottom: 2px solid #ffffff; 
    display: block; 
    width: 100%;
    }
.btm_i10 { 
    font: 500 14pt/25px; 
    text-transform: uppercase; 
    color: #ffffff; text-align: center; 
    margin-top: 15px;
    }
.footer-iframe { 
    margin: 10px 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #cc0000;
    }   
.tab-item {
	font-size: 16px;
	border-collapse: collapse;
    width: 100%;
}
.tab-item th {
	padding: 3px 5px;
	border: 1px solid #ffffff;
	text-align: left;
}
.tab-item td {
	padding: 3px 5px;
	border: 1px solid #ffffff;
	text-align: center;
}
.slider-stat {
  max-width: 300px;
  margin: 30px auto;
  padding: 0 5px;
  border: 6px ridge gray;
}
.slider-stat img {
  width: 100%;
  display: block;
}
.slider-stat a {
  /* padding-top: 140%; */
  display: block;
}

.slider-samples {
  max-width: 270px;
  margin: 30px auto;
  padding: 2px;
  box-shadow: 0 0 1ex 1px;
}
.slider-samples img {
  width: 100%;
  display: block;
}
.slider-samples a {
  /* padding-top: 140%; */
  display: block;
}

.slider-bg-stat {
    border: 6px ridge gray;
    padding-bottom: 135%;
}

.slider-preview-stat {
    width: 60%;
    margin: 0 auto;
}

.trust p {
  width: 100%;
  margin: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.top-banner {
  background: url("../img/banner-2.jpg") no-repeat center/cover;
  text-align: right;
  padding: 2px 0;
}

.lang {
    float: right;
    padding: 0 30px 0 0;
    color: #fff;
}

.lang a {
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
}
.lang img {
    margin: 0 5px;
    padding: 0;
    width: 18px;
    color: #fff;
}

.title-samples {
    margin: 15px 0;
    padding: 10px 0;
}