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

body,html
{
  	font-family: BMitra, arial, sans-serif !important;
}

@media screen and (min-width: 601px) {
  div.example {
    font-size: 16px;
  }
  span.dot {
    height: 16px;
    width: 16px;
  }
  p.slider_txt {
    font-size: 35px;
  }
  div.text_marg_pic {
    font-size: 35px;
  }
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 8px;
  }
  span.dot {
    height: 8px;
    width: 8px;
  }
  p.slider_txt {
    font-size: 10px;
  }
  div.text_marg_pic {
    font-size: 11px;
  }
}

.style_float_right
{
  	float:right!important
}

.style_float_left
{
  	float:left!important
}

.font_size
{
  	padding: 8px;
  	text-align: right;
}

.style-tabs li
{
  	float: right;
}

.intr_tab_style li
{
  	float: right;
}

.float_right
{
  	float: right;
}

.float_left
{
  	float: left;
}

.captcha_lbl
{
	font-size: 120%;
}

.margin_header_2
{
  	font-size: 130%;
}

.product_menu_items
{
  	font-size: 80%;
}

.prev, .next
{
  	font-size: 200%;
}

.style_xlarge
{
	font-size:24px!important
}

.style_black
{
	font-size: 110%;
}

.lang_btn_padding
{
	padding: 1.25% 1.25% 1% 1.25% !important;
	background-color: rgb(225, 224, 224);
}

.margin_header
{
	font-size: 130%;
}

.price_req_btn
{
	font-size: 110%;
	padding-left: 20px;
	padding-right: 20px;
}

.demo_req_btn
{
	font-size: 110%;
	padding-left: 25px;
	padding-right: 25px;
}

.font
{
	font-family: "Prata", serif;
	font-size: inherit;
}

.pic_dir_show
{

}


@keyframes inner-left {
  from {
    transform: translateX(-30%);
  }
  to {
    transform: none;
  }
}

.question_icon
{
  	background-image: url("/manager/pictures/fa_question_icon.png");
}

