﻿@font-face {
    font-family: myfonts;
    src: url('bpg_nino_mtavruli_normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: myfonts_glaho;
    src: url('bpg_glaho.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  
body {
	background:#EFf1f2;
	margin: 0 auto;
	font-size:13px;
	font-family:myfonts_glaho;
	}
#container {
	width:1024px;
	margin:0 auto;
	margin-top:0px;
	position:relative;
}


#banner{
	width:1024px;
	height:400px;
	background-image: url('img/banner.png');
	margin-top:0px;
	position:relative;
	
}

.address_line {
	width:1024px;
	height:25px;
	margin-top:0px;
	position:relative;
	text-align:right;
	padding-top:10px;
	
}

#menu_line {	
	width:auto;
	height:40px;
	margin-top:40px;
	position:relative;
	margin-left:424px;
	
}

#photo {
	width:365px;
	height:112px;
	float:right;
	margin-top:20px;
	position:relative;
	margin-right:15px;
	
}

#eliz-photo{
	width:235px;
	height:238px;
	margin-top:40px;
	position:relative;
	margin-left:0px;
	float:left;
}


#main{
	width:1024px;
	min-height:280px;
	background: white;
	margin-top:0px;
	position:relative;
		
}

#main_txt{
padding:10px 10px 10px 10px;
background: white;
}
#footer{
	width:1024px;
	height:50px;
	background: #FAF9FF;
	margin-top:0px;
	position:relative;
	padding-top:15px;
	
}

.address_line  img{ border:0;
margin-right:15px;
margin-left:5px;
}



/* Dropdown Button */
.dropbtn {
  color: #666666;
  background-color:#FAF9FF;
  padding: 5px;
  font-size: 16px;
  border: none;
  font-family:myfonts;
  min-width:100px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 min-width:100px;
  z-index: 1;
  font-family:myfonts;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropbtn  a{
	text-decoration:none;color:#666666;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: white;}

/* main area*/
.m_text {
	float:left;
	width:310px;
	margin-left:18px;
	margin-top:25px;
	
}

.m_text1 {
	float:left;
	width:310px;
	margin-left:18px;
	border:1px silver solid;
	
}
#main_txt h1 {font-family:myfonts;}

#main_txt ul  {
	list-style-type:square;
	color:#333333; 
	font-size:13px;
	font-family: myfonts_glaho;
}

#main_txt a{
color:#5A9191; 
text-decoration:none;
}

#main_txt a:hover{
color:maroon;
text-decoration:none;
}



#right_frame li {
	padding-bottom:3px;
	padding-top:0px;

}

}
/* footer*/
#footer p{
	
font-size:12px;
	margin:0px 0px 0px 15px;
	color:#666666;
	margin-left:15px;
	
}

.copyright {
	font-size:12px;
	margin:0px 0px 0px 15px;
	color:#666666;
	margin-left:15px;
}


.collapsible {
  background-color: #669999;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #5A9191;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.select_test  {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  font-family:myfonts_glaho;
  margin-top:10px;
}

.select_test  input[type=text], input[type=email], select {
  width: 95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family:myfonts_glaho;
  vertical-align:middle;
  }

.select_test label{
	font-weight:bold;
	font-family:myfonts_glaho;

}

.registerbtn {
  background-color: #669999;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 95%;
  opacity: 0.9;
  font-family:myfonts_glaho;
  }
  
 .registerbtn1 {
  color: #669999;
  padding: 10px 15px;
  margin: 8px 0;
  border: 1px #669999 solid;
  border-radius:3px;
  cursor: pointer;
  opacity: 0.9;
  font-family:myfonts_glaho;
  }
  
  
 .registerbtn:disabled {
   opacity:3;
   color:#CCCCCC;
  }


.registerbtn:hover,  .registerbtn1:hover {
  opacity:1;
}


.select_test p{
	text-align:center;
}

.getcode_frame {
	width:95%;
	
	border:2px #fff solid;
	padding:10px 0px 10px 0px;
	border-radius:5px;
	background-color:#EBEBEB;
	margin-bottom:20px;

}