@font-face {
	font-family: 'ruble';
	src: url('font/Rubler/ruble.eot');
	src: url('font/Rubler/ruble.ttf') format('truetype');
	src: local('ruble'), 
       url('font/Rubler/ruble.woff') format('woff'),
       url('font/Rubler/ruble.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}

table {
	font-size: inherit;
}

* {
	/*margin: 0px;
	padding: 0px;*/
}
html {
  /*font-size: 10px;*/
}
    
    
body{
  /*background: #ffffff;
  /*font: 400 16px/18px sans-serif;
  color: #1b1b1b;
  overflow-x: hidden;*/
  margin: 0 auto;
  max-width: 1920px;
}

a{
  /*color: #0066cc;
  text-decoration: underline;*/
}
a:link, a:visited {
  /*color: #0066cc;
  outline: none;
  text-decoration: underline;*/
}
 
a:hover{
  /*text-decoration: none;*/
  /*color: #ff6600;*/
}
b{
  
}
ul {
}
ul li{
}
img {
  max-width: 100%;
}

.admin_edit_box{
  position: relative;
  border: 1px dashed #17a2b8;
  margin-bottom: -1px;
}
.admin_edit_link{
  position: absolute;
  right:  0;
  bottom: 0;
  z-index: 2000;
}
.admin_edit_box:hover{
  border: 1px dashed #dc3545;
  z-index: 1000;
}
.admin_edit_box:hover .admin_edit_link{
  color: #dc3545;
}

body .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 2500 !important;
}
.tal{
  text-align:left;
}
.tac{
  text-align:center;
}
.tar{
  text-align:right;
}


.block_box{
  padding-top: 15px;
  padding-bottom: 15px;
}

/* --- header --- */
.header_box{
  padding-top: 5px;
  padding-bottom: 0px;
}
.header>.row>div{
  padding-bottom: 5px;
}
.logo_box{
  
}
.logo_box img{
  max-height: 80px;
}

.header_soc{
  text-align:center;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.header_soc i{
  padding: 5px 5px;
  color: #fff;
  background: #17a2b8;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 2px;
  
}
.header_soc a:hover i{
  color: #fff;
  background: #138496;
  transition: all 0.3s ease;
}
@media (max-width: 768px){
  .logo_box{
    text-align:center;
  }
  .header>.row>div{
    text-align:center;
  }
}
/* --- End header --- */

/* --- top_menu --- */
.top_menu_box{
  background: rgba(0,0,0,0.8);
}
.top_menu{
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.mm_item {
  position: relative;
}
.mm_item .sub_menu {
  min-width: 260px;
  padding: 7px 0 7px 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -200%;
  top: -10px;
  box-shadow: 5px 0 10px rgba(0,0,0,0.2);
  z-index: -1;
  background: rgba(0,0,0,0.8);
}
.mm_item:hover .sub_menu {
    visibility: visible;
    left: 0px;
    top: 59px;
    opacity: 1;
    border: 0px solid #22262b;
    z-index: 5;
}
.mm_item .sub_list {
    list-style: none;
    padding-left: 0;
}
.mm_item .sub_list .sub_list_item .sub_list_link{
  display: block;
  position: relative;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
}
.mm_item .sub_list .sub_list_item:hover .sub_list_link,
.mm_item .sub_list .sub_list_item.active .sub_list_link{
  color: #fff;
  background: rgba(0,0,0,0.8);
  text-decoration: none;
}

.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
  color: rgba(255,255,255,.5);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75);
}
@media (min-width: 768px){
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .navbar{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top_menu .nav-item{
    margin-bottom: 0px;
    text-align:center;
    flex: 1 1 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ffffff;
  }
  .nav-item:last-child{
    border-right: none;
  }
}
@media (max-width: 768px){
  .mm_item:hover .sub_menu {
    min-width: 260px;
    padding: 7px 0 7px 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -200%;
    top: -10px;
    border: 0px solid rgba(0,0,0,0.8);
    box-shadow: 5px 0 10px rgba(0,0,0,0.2);
    z-index: -1;
    background: rgba(0,0,0,0.8);
  }
}

/* --- End top_menu --- */

/* --- mine --- */
.mine_row_box{
  padding-top: 10px;
  padding-bottom: 10px;  
}
.mtitle_box{
  border-top: 1px solid #999999;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* --- END mine --- */

/* --- mine_slider --- */
.mine_slider_box{
  /*padding-bottom: 10px;*/
}
.mine_slider{
  /*max-width: 1920px;*/
  padding-left: 0px;
  padding-right: 0px;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.carousel-caption{
  /*background: #00000088;  */
}

.carousel-control-next, 
.carousel-control-prev {
  width: 45px;
  text-decoration:none !important;
}
    
.carousel-control-next .fa,
.carousel-control-prev .fa{
  font-size: 48px;
  color:#ffffff;
}
.carousel-control-next:hover .fa,
.carousel-control-prev:hover .fa{
  /*color:#266244;*/
  color:#fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
/* --- END mine_slider --- */

/* --- footer --- */
.footer_box{
  /*background: #343a40;*/
  background: rgba(0,0,0,0.8);
}
.footer{
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
} 
.footer a{
  color: #fff;
}
.footer>.row>div{
  padding-bottom: 5px;
}

.flogo_box{
  text-align:center;
  padding-bottom: 15px;
}
.flogo_title{
  /*font: 400 14px/18px roboto_regular, Arial, sans-serif;
  text-align:center;*/
  padding-bottom: 25px;
}
.flogo_title a{
  text-decoration:none;
}
.soc_net{
  text-align:center;
  font-size: 30px;
  line-height: 42px;
}
.soc_net i{
  padding: 5px 10px;
  color: #fff;
  background: #17a2b8;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  
}
.soc_net a:hover i{
  color: #fff;
  background: #138496;
  transition: all 0.3s ease;
}


.footer_menu_box{
  text-align: center;
}
ul.footer_menu{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.footer_menu li{
  display: inline-block;
}
ul.footer_menu li a:hover{
  text-decoration:underline;
}

.footer_rg_title{
  font: 400 18px/30px roboto_bold, Arial, sans-serif;
  color: #fff;
  text-transform:uppercase;
  padding-bottom: 25px;
}
.footer_date{
  font: 400 16px/22px roboto_light, Arial, sans-serif;
}
.footer_date>.row{
  padding-bottom: 25px;
}
.footer_d_icon{
  padding-right: 0px;
  text-align:center;
}
.footer_date i{
  width: 20px;
  font-size: 18px;
  color: #339966;
}

@media (max-width: 768px){
  .footer>.row>div{
    text-align: center;
  }
}
.cms_footer_box{
  /*background: #343a40;*/
  background: rgba(0,0,0,0.8);
}
.footer_copyright{
  text-align: left;  
  padding-bottom: 15px;
  font: 400 14px/18px  RobotoRegular, Arial, sans-serif;
}
.footer_i{
  text-align: right;
}
.inri_box_line{
  text-align: right;  
}
.inri_box{
  padding-top: 15px;
  text-align: right;
} 
.inri_box span {
  display: inline-block;
  float: left;
  padding-right: 7px;
  padding-top: 17px;
}
.inri_box > span > a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.inri_box > span > a:hover{
  color: #f7a421;
  text-decoration: underline;
}
.inri_box a b {
  display: inline-block;
  /*margin: 0 0 0 11px;*/
  /*max-width: 60px;*/
  max-width: 32px;
  padding-top: 2px;
  overflow: hidden;
}
.inri_box{
  max-width: 170px;
  display: inline-block;
  fill: #ffffff !important;
}
.inri_box a:hover b .inri_item {
  fill: #f7a421 !important;
}
.inri_box a:hover b {
  /*  background-position: 0 0;*/
}
.inri_box a b svg{
    width: 100%;
    height: 45px;  
}
@media (max-width: 768px) {
  .footer_copyright{
    text-align: center;  
  }
  .footer_d{
    text-align: center;
  }  
}
/* --- End footer --- */

/* --- content --- */
.content{
  min-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.bread_crumbs_box{
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.bread_crumbs_box a{
  text-decoration:underline;
  /*color: #3399cc;*/
}
.bread_crumbs_box a:hover{
  text-decoration:none;
}

/* --- End content --- */

/* --- goods --- */
.catalog_items{
  
}

.catalog_items.card-deck .card,
.catalog_dir.card-deck .card{
  position: relative;
  min-width: 275px;
  margin-bottom: 45px;
  transition: all ease .3s;
  flex-grow: 1;
  /*border: 1px solid #ec6a1f;
  border-radius: 20px;*/
  padding-top: 15px;
}
.catalog_items.card-deck .card .card_img_box,
.catalog_dir.card-deck .card .card_img_box{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  
  text-align: center;
}

.catalog_dir .card .card_img_box img{
  max-height: 275px;
}

.available {
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.price {
  color: #f33;
  font-size: 24px;
  margin-bottom: 20px;
}
.npr{
  padding: 5px;
}
.rouble {
	font-family: ruble !important;
	width: 1em;
	letter-spacing: 1em;
	/*margin-bottom:-9px;*/
	overflow:hidden;
	display:inline-block;
  color: #f33;
  font-size: 24px;
  height: 26px;
}
.catalog_items .card .card_img_box{
  text-align:center;
}
.catalog_items .card .card_img_box img{
  max-height: 275px;
}
.catalog_items.card-deck .card .card_btn_box{
  padding: 5px;
}
.catalog_items.card-deck .card .store_buy{
  width: 80%;
  min-width: 75px;
}
.store_buy_box > .row{
  padding: 15px 0px 15px 0px;
}
.store_buy_price .price{
  font-size: 34px;
}
.full_item_descr_cont{
  padding: 5px 0px;
}
.full_item_descr_cont .tab-content{
  padding: 15px 0;
}
.clt1{
  padding: 15px 0;
}
.clt2{
  padding: 15px 0;
}
.whatsapp_link{
  text-decoration:none;
}
.whatsapp_link:hover{
  text-decoration:none;
}
.c_h1{
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2.5rem;
}
/* --- End goods -- - */
/* --- basked --- */
/*.basked_box{
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #fff;
  background: #28a745; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  z-index: 10000;
}*/
.basked_box{
  /*color: #fff;
  background: #28a745; */
  color: #28a745;
}
.basked{
  
  padding-top: 0px;
}
.basked_box a{
  /*color: #fff; */
  color: #28a745;
  text-align:center;
  text-decoration:none;
}
.basked_box a:hover{
  /*text-decoration:underline;*/
}
.basked_icon{
  text-align:center;
  /*padding-top: 15px;*/
  font-size: 28px;
  line-height: 32px;
  /*color: #fff; */
  color: #28a745;
  display: inline-block;
}
.basked{
  display: inline-block;
}
.basked_count{
  font-size: 18px;
  line-height: 22px;
  /*width: 100%;*/
  text-align:center;
  /*color: #fff; */
  color: #28a745;
  display: inline-block;
}
.basked_price_box{
  font-size: 18px;
  line-height: 22px;
  text-align:center;
  margin-top: 3px;
  /*color: #fff; */
  color: #28a745;
  display: inline-block;
}

#basket_ajx, #order_form_holder{
  /*max-width: 1000px;
  margin: 0 auto;*/
}
.basket_form_cont{
  max-width: 700px;
  margin: 0 auto;
}
.basket_form_cont input{
  width: 100%;
}
.good_item{
  overflow: hidden;  
}
/*.good_buy {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    font-family: 'playbold', Tahoma;
    display: block;
    font-size: 18px;
    margin: 15px auto 0;
    padding: 0;
    border: none;
    background: #754832;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a26a4d', endColorstr='#4e3325');
    background: -webkit-gradient(linear, left top, left bottom, from(#a26a4d), to(#4e3325));
    background: -moz-linear-gradient(center top , #a26a4d, #4e3325);
    background: -o-linear-gradient(top,#a26a4d,#4e3325);
    background: linear-gradient(center top , #a26a4d, #4e3325);
    cursor: pointer;    
}

.good_buy:hover{
  text-decoration: underline;
}*/

.basket_header{
  font-size: 14px;
  line-height: 18px;
  background-color: #e0e0e1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;  
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.basket_header > div{
  font-weight: bold;
  /*text-align: center;*/
}
  
.basket_line{
  padding-top: 1rem;
  padding-bottom: 1rem;
  
  overflow: hidden;
}

.basket_line a{
  font-size: 14px;
  line-height: 20px;
  color: #1a5cb7;
  text-decoration: underline;
}
.basket_line a:hover{
  text-decoration: none;
}

.basket_price{
  font-size: 24px;
  line-height: 26px;
  color: #f33;
  /*padding-bottom: 1rem;*/
}

.basket_img_box img{
  max-width: 100%;
}

.amount_btn_box{
  /*padding-bottom: 1.5rem;*/
}
.amount_btn_box button{  
  /*font-size: 28px;
  line-height: 28px;*/
  /*color: #ffffff;*/
  /*padding: 2rem 3rem 2rem 3rem;*/
  padding: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  outline: none;
  outline-style:none;
  float: left;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117a8b', endColorstr='#138496');
    background: -webkit-gradient(linear, left top, left bottom, from(#117a8b), to(#138496));
    background: -moz-linear-gradient(center top , #117a8b, #138496);
    background: -o-linear-gradient(top,#117a8b,#138496);
    background: linear-gradient(center top , #117a8b, #138496);*/
}

.amount_btn_box input[type = "text"]{
  background-color: #eaeeee;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  border: 0;
  border-radius: 4px;
  text-align: center;
  width: 60px;
  height: 30px;
  float: left;
  outline: none;
  outline-style:none;
  box-shadow:      inset    1px 1px 3px 0px rgba(127, 142, 152, 0.75);
}

.delete_basked_box{
  /*padding-top: 20px;  */
}

.basked_total_box{
  font-size: 18px;
  line-height: 18px;
  background-color: #e0e0e1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: right;
  overflow: hidden;
  
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.shop_back:hover{
  color: #000000;
}

.order_submit_box{
  text-align: right;  
}
/*.catalog_download_btn_box .catalog_download_btn {
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}*/
/*.order_submit{
  padding-left: 30px;
  padding-right: 30px;
  font: 400 18px/28px PtSansBold, Arial, sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  border: #ec6a1f;
  background: #ec6a1f;
  background: -moz-linear-gradient(top, #ec6a1f 0%, #fbe704 100%);
  background: -webkit-linear-gradient(top, #ec6a1f 0%,#fbe704 100%);
  background: linear-gradient(to bottom, #ec6a1f 0%,#fbe704 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6a1f', endColorstr='#fbe704',GradientType=0 );

}


.order_submit:hover,
.order_submit.focus, 
.order_submit:active {
    outline: 0;
    box-shadow: none;
    background: #ea590b;
    background: -moz-linear-gradient(top, #ea590b 0%, #f9e500 100%);
    background: -webkit-linear-gradient(top, #ea590b 0%,#f9e500 100%);
    background: linear-gradient(to bottom, #ea590b 0%,#f9e500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea590b', endColorstr='#f9e500',GradientType=0 );
}*/

.ordering_hd_box{
  font-size: 14px;
  line-height: 16px;
  background-color: #e0e0e1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.order_form_box{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
} 

.order_form_box label{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.basket_form_cont input[type = "text"],
.basket_form_cont input[type = "email"]
{
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
textarea#comment{
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  
  padding-left: 5px;
  padding-right: 5px;
}
.basket_form_cont input[type = "text"].code{
  width: 80px;
}

.order_submit_b{
  font-size: 14px;
  line-height: 16px;
  background-color: #e0e0e1;
  padding-top: 1.5rem;
  padding-bottom : 1.5rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.delete_basked_box{
  text-align: right;
}
.card_title{
  font-size: 16px !important;
}
#order_form_holder input, 
#order_form_holder textarea{
  border-color:#66afe9
}

.mine_content_box .text{
  padding-bottom: 25px;
}
.files_box{
  padding-bottom: 25px;
}

.radio_basked_box > .row>div:first-child{
  padding-right: 0;
}
@media (max-width: 768px){
  .basket_item,
  .basket_img_box,
  .delete_basked_box{
    text-align: center;
  }
  .basket_line a{
    width: 100%;  
  }
  .delete_basked_box{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
  }
}
/* --- End basked --- */


.date_filter_box{
  padding-top: 10px;
  padding-bottom: 10px;
}
.date_filter_box input{
  max-width: 150px;
  display: inline-block;
  margin: 5px;
}

.gallery_box{}
.gallery_box_items{text-align:center;margin-top:15px;margin-bottom:15px;}
.gallery_img_box{}
.gallery_img_box img{max-width:100%;max-height:100%;}

.video-responsive {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;} 
.video-responsive iframe, .video-responsive object, .video-responsive embed {position:absolute; top: 0; left: 0; width: 100%; height: 100%; }

.input-group-addon.input-group-text{
  width: 100px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* --- anons --- */

.anons {
  font-size: 12px;
}

.anons .date {
  font-size: 11px;
  line-height: 16px;
  color: #777777;
}

.read_more_link{
  font-weight: 400; 
  font-size: 13px;
  line-height: 16px;
}

.anons_img_box {
  
  /*max-width: 170px;*/
  margin-bottom: 15px;
}

.anons_img_box img{
  width: 200px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .anons_img_box{
    text-align: center;
  }
}
.anons .txt {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}

.anons_line{
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
.txt_title{
  font-weight: 600; 
  font-size: 18px;
  line-height: 22px;
}

.txt_title a,
.txt_title a:link{
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  /*color: #383838;*/
  /*color: #383838;*/
}
.txt_title a:hover{
}
.txt_title{
  
}
@media (max-width: 768px){
  .anons_img_box img{
    width: 650px;
    max-width: 100%;
  }
}


/* --- End anons --- */