*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img
{
	border:none;
}
a
{
	text-decoration:none;
	color:#333333;
}
ul, p
{
	display: inline-block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
h1, h2, h3, h4, h5, h6
{
	display:inline-block;
    font-size:14px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight:normal;
	
}
br 
{
   content: " ";
   display: block;
   margin: 5px 0;
}
@font-face {
  font-family: 'mtavruli';
  src: url('/fonts/mtavruli.eot'); /* IE9 Compat Modes */
  src: url('/fonts/mtavruli.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/mtavruli.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/mtavruli.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/mtavruli.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/mtavruli.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'normal';
  src: url('/fonts/normal.eot'); /* IE9 Compat Modes */
  src: url('/fonts/normal.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/normal.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/normal.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/normal.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/normal.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'lari';
 src: url('/fonts/GEL.ttf')  format('truetype');
}
.lari
{
	font-family:"lari";
}
body
{
	width:100%;
	height:100%;
	color:#333333;
	font-family:"normal";
	font-size:14px;
}
iframe
{
	border:none;
}
.num
{
	font-family:Verdana, Geneva, sans-serif !important;
}
.clear
{
	clear:both;
}
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.block_page
{
	width: 1160px;
	min-height:400px;
	color: #d43c28;
    font-family: 'mtavruli';
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
	font-weight:700;
}
.error_url
{
	width: 1180px;
	min-height:400px;
	text-align:center;
	margin-top: 150px;
	position:relative;
}
.error_url span
{
	text-align: center;
	font-size: 24px;
	color:#eb1c23;
	font-family: 'mtavruli';
	position:relative;
	font-weight:700;
}
.margin_zero
{
	width:1180px;
	margin: 0 auto;
	position:relative;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:12px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:12px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:12px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:12px;
}
.radio 
{
	width: 10px;
	height: 10px;
	display: inline-block;
	border:#00a651 1px solid;
	outline:none;
	-webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background:url(/images/radio_bg.png);
	background-repeat:no-repeat;
}
.checkbox
{
	width: 10px;
	height: 13px;
	padding: 0 5px 0 0;
	display: inline-block;
	outline:none;
	background:url(/images/checkbox_bg.png);
	background-repeat:no-repeat;
}
.select 
{
	position: absolute;
	width: 158px; 
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	outline:none;
}
.loading
{
	display: none;
	position: absolute;
    z-index: 900;
    left: 38%;
    top: 15%;
}
.transparent 
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 700;
	opacity: 0.5;
	filter: alpha(opacity=500);
	background: #cccccc;
	position: fixed;
	display: none;
	top: 0px;
	bottom: 0px;
    left: 0px;
    right: 0px;
}
.pop_up_div, .delete_pop_up_confirm 
{
    width: 580px;
	height: 260px;
	position:fixed;
	z-index: 999;
	background: #ffffff;
	text-align: center;
	padding: 44px 10px;
	font-size: 18px;
	color: #F00;
	left: 0;
	right: 0;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'mtavruli';
	font-weight:700;
	display:none;
}
.close_pop_up
{
	position: absolute;
	z-index: 999;
	right: 10px;
	top: -40px;
	cursor: pointer;
}
.margin_left_no
{
	margin-left:0px !important;
}
.margin_top_no
{
	margin-top:0px !important;
}
.margin_top
{
	margin-top:15px;
}
.margin_top_big
{
	margin-top:30px;
}
#display_block
{
	display:block;
}
.display_none
{
	display:none;
}
.line_height
{
	line-height:170%;
	font-size:14px;
}


/* header */
/* end header */
/* footer */
/* end footer */


/* numlinks */
.pager
{
	margin-top:48px;
}
.numlinks
{
	width: 30px;
    height: 30px;
	border:#737373 1px solid;
	padding: 7px 0px;
	margin:0 5px;
	color:#737373;
	display:block;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.numhighlight
{
	width: 30px;
    height: 30px;
	text-align:center;
	border:#737373 1px solid;
	background:#737373;
	padding: 7px 0px;
	color:#ffffff;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.numlink_before_image, .numlink_before_image_last
{
	text-align:center;
	color:#777777;
	border:#777777 1px solid;
}
.numlink_before_image:hover, .numlink_before_image_last:hover
{
	color:#ffffff;
	border:#777777 1px solid;
	background:#777777;
}
/* end numlinks */
/* owl carousel */
.owl_boxs_container
{
	width: 797px !important;
	padding: 18px 20px;
	background: #efefef;
	margin-top:15px;
	display:inline-block;
}
.owl-dots 
{
  margin-left: 375px;
}
.owl_boxs_navigation
{
	height:40px;
	margin-top:5px;
	border: #f1f1f1 1px solid;
    border-top: hidden;
   /* box-shadow: 0px 5px 5px #f1f1f1;*/
}
.owl_boxs_list
{
	width:250px;
	height:350px;
	position:relative;
}
.owl_boxs_one, .owl_boxs_one_company
{
	margin-left:22px;
}
.owl_boxs_name_container
{
	position:absolute;
	top:300px;
	left:0px;
}
.owl_boxs_name_container:before
{
  width: 250px;
  height: 50px;
  z-index: 20;
  content: '';
  position: absolute;
  opacity: 0.9;
  background: #222222;
}
.owl_boxs_name
{
  font-family: 'mtavruli';
  font-weight:700;
  font-size:14px;
  position: relative;
  z-index: 50;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px 5px 10px;
  display: block;
  color: #ffffff;
}
.owl_boxs_name a
{
	color: #ffffff;
}
.owl_boxs_one_company img
{
	width:100%;
	height:209px;
	transform-style: preserve-3d;
	display: block;
    -webkit-transform-style: preserve-3d;
}
/* end owl carousel */
/* main pop up */
.main_pop_up
{
	width: 340px;
    height: 400px;
    position: fixed;
    z-index: 998;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.user_info
{
	position:absolute;
	z-index:999;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:220px;
}
.user_info_image
{
	width:100%;
	height:100%;
	background:#ffffff;
}
.close_user_info img
{
	cursor:pointer;
	float:right;
}
.pop_up_div_container
{
	margin-top:10px;
}
/* end main pop up */
