/*	################################################################


################################################################# */
/* STYLE */
@font-face {
font-family: BPG Arial;
src: url(../fonts/bpg_arial_2009.ttf);
} 

@font-face {
font-family:Arial;
src: url(../fonts/bpg_mrgvlovani_caps.ttf);
}

@font-face {
font-family: BPG Nino Mtavruli;
src: url(../fonts/bpg_nino_mtavruli_bold_0.ttf);
}
 
.Geo_Arial {font-family:BPG Arial; }
.Geo_Caps {font-family:Arial; }

sup { color:#4f0101; font-family:Arial, Helvetica, sans-serif; margin-right: 1px; font-weight:bold;}
.content-b p { font-family:BPG Arial; font-size:18px }

.border_cl
   {
   	background: #f6f6f6;
	
	
	 
    position: relative;
	border-radius:3px;
    
	margin-top: 20px;
    margin-bottom: 20px;
    /*box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
	}

.border_c_2
   {
   	background: #f5f5f5;
	
	/* border: 1px #ccc solid; */
		 
    position: relative;
	/* border-radius:3px; */
    /*
	margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
	}	
	
.btn3:focus,
.btn3 {
	min-height: 33px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
	background: #2a90e1;
	border:0px;
	color: #2a90e1;
	/* font-family: Montserrat, sans-serif; */
	font-size: 12px;
	/* font-weight: bold; */
	letter-spacing: 0.02em;
	line-height: 35px;
	text-align: center;
	 
	padding: 10px 50px;
	display: inline-block;
}

/* btn_s styles */

.button {
   /* background-color: #4CAF50; */ /* Green */
    background-color: #f5f5f5;
    border: none;
    color: #2a90e1;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_demo_geo {
    background-color: #2a90e1; /* blue wf */
    border: none;
    color: white;
	border: 1px solid #2a90e1;
    padding: 7px 20px 7px 20px;
	line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: 500;
    /* margin: 4px 2px; */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	/*border-radius: 3px;*/
}

.button_demo_geo:hover {
    background-color: transparent;
	border: 1px solid #2a90e1;
    color: #2a90e1;
}

.button_blue_geo {
    background-color: #2a90e1; /* blue wf */
    border: none;
    color: white;
	border: 1px solid #2a90e1;
    padding: 10px 20px 10px 20px;
	line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: 500;
    /* margin: 4px 2px; */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	/*border-radius: 3px;*/
}

.button_blue_geo:hover {
    background-color: #fff;
	border: 1px solid #2a90e1;
    color: #2a90e1;
}


.button_blue_geo2 {
    background-color: #2a90e1; /* blue wf */
    border: none;
    color: white;
	border: 1px solid #2a90e1;
    padding: 10px 20px 10px 20px;
	line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: 500;
    /* margin: 4px 2px; */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	/*border-radius: 3px;*/
}

.button_blue_geo2:hover {
    background-color: #fff;
	border: 1px solid #2a90e1;
    color: #2a90e1;
}


.button_white_geo {
    background-color: transparent; 
    border: none;
    color: white;
	border: 1px solid #fff;
    padding: 10px 20px 10px 20px;
	line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: 500;
    /* margin: 4px 2px; */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
	/*border-radius: 3px;*/
}

.button_white_geo:hover {
    background-color: #fff;
	border: 1px solid #2a90e1;
    color: #2a90e1;
}


.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}



 
/* .btn_s styles */

.border
   {
   	background: #98814f;
	 /*  border-radius: 0px;  */
	border-color:#000000;
    position: relative;
    display: block;
	margin-top: 20px;
    margin-bottom: 20px;
   /* box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  }
  
.story_box
   {
   	background: #fff;
	 /*  border-radius: 0px;  */
	border-color:#ccc;
    position: relative;
    display: block;
	margin-top: 20px;
    margin-bottom: 20px;
   /* box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  }
        
        
.border:hover
        {
           box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.14);
		   		   		
			cursor: pointer;
			
			-webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.05);
			
			transition: .5s;
    		position: relative;
        }
		
.story_box_no_hover
   {
   	background: #fff;
	 /*  border-radius: 0px;  */
	border-color:#000000;
    position: relative;
    display: block;
	margin-top: 20px;
    margin-bottom: 20px;
   /* box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  }
		
a.c1:link {color: #fff;  }
a.c1:visited {color: #fff; }
a.c1:hover { color: #2a90e1;  }

a.c2:link {color: #3a4953;  }
a.c2:visited {color: #3a4953; }
a.c2:hover { color: #3a4953;  }

a.c3:link {color: #e1bd85;  }
a.c3:visited {color: #e1bd85; }
a.c3:hover { color: #fff;  }

a.red-gold:link {color: #4F0101;  }
a.red-gold:visited {color: #4F0101; }
a.red-gold:hover { color: #996633;  }




a.gold-gold:link {color: #98814f ;  }
a.gold-gold:visited {color: #98814f; }
a.gold-gold:hover { color: #996633;  }

a.gold_m2:link {color: #a1915f ;  }
a.gold_m2:visited {color: #a1915f; }
a.gold_m2:hover { color: #4F0101;  }


a.a_white:link {color: #fff;  }
a.a_white:visited {color: #fff; }
a.a_white:hover { color: #fff;  }

a.a_white_red:link {color: #fff; text-decoration:none;  }
a.a_white_red:visited {color: #fff; text-decoration:none; }
a.a_white_red:hover { color: #4f0101; font-weight:bold; text-decoration:none;  }

a.a_gold_red:link {color: #b39c5f; text-decoration:none;  }
a.a_gold_red:visited {color: #b39c5f; text-decoration:none; }
a.a_gold_red:hover { color: #4f0101; font-weight:bold; text-decoration:none;  }

a.no_over:link {color: #333;  }
a.no_over:visited {color: #333; }
a.no_over:hover { color: #333;  }


a.icon-visible:link{color: transparent; font-size: 120px;     } 
a.icon-visible:visited {color: transparent; font-size: 120px;  }
a.icon-visible:hover { color: #fff; font-size: 120px; transition: all .3s ease; }


mult.icon-visible:link{color: transparent; font-size: 120px;     } 
mult.icon-visible:visited {color: transparent; font-size: 120px;  }
mult.icon-visible:hover { color: #fff; font-size: 120px; transition: all .3s ease; }

 

.span.dd:hover { background-color: #00FF33; padding: 20px 10px 20px 10px; background-color:#2a90e1; border-radius: 3px; margin-top: 5px; }
.li.dd:hover { background-color:#2a90e1; border-radius: 3px; margin-top: 5px; }
 

/* lang styles */
.dropbtn {
    background-color: #475155;
	border: 1px #ccc solid;
	/* border-radius: 3px;  */
    color: white;
    padding-top: 1px;
	padding-left: 15px;
	padding-right: 3px;
	margin-top: 2px;
	margin-right: 2px;
    font-size: 12px;
    
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #475155;
}

.dropdown {
    position: relative;
    display: inline-block; 
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #475155;
	color: #fff;
    min-width: 20px;
	width: 73px; 
    overflow: auto;
   /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 11111;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
	
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}

/* lang styles */
-->


<!--
.style_list1 
{
font-size: 16px;
font-family:BPG Arial;
color: #404040; 
 
}

.list_header
{
line-height:normal; 
letter-spacing: 1px; 
color: #404040; 
text-align: left; 
font-weight: 500; 
font-size:22px; 
padding-bottom: 10px;
font-family:Arial;
/* border-bottom: 1px solid #ccc; */

}

.style_list_header2
{
line-height:normal; 
letter-spacing: 1px; 
color: #404040; 
text-align: left; 
font-weight: 500; 
font-size:16px; 
padding-bottom: 10px;
font-family:Arial;
/*border-bottom: 1px solid #ccc;*/

}

.footer_header
{
line-height:normal; 
letter-spacing: 1px; 
color: #fff; 
text-align: left; 
font-weight: 500; 
font-size:16px; 
padding-bottom: 10px;
font-family:Arial;
border-bottom: 1px solid #fff;

}

.wf_h1
{
font-size: 24px; 
letter-spacing: 1px; 
color: #205a80;
 
color: #3a4953;

}


.prod_title_geo
{
color:#205a80; padding-bottom:10px; font-size: 18px; font-weight:500;
}

<!--
.1_slogan{ color:#fff; letter-spacing: 5px; color: #2a90e1; font-size:28px; font-weight: 500; border-bottom: 1px solid #f5f5f5;   }

@media (max-width: 620px)
{
.1_slogan{ color:#fff; letter-spacing: 5px; color: #2a90e1; font-size:16px; font-weight: 500; border-bottom: 1px solid #f5f5f5;   }
}
-->



@media (max-width: 620px)
{

.list_header
{
line-height:normal; 
letter-spacing: 1px; 
color: #404040; 
text-align: left; 
font-weight: 500; 
font-size:16px; 
padding-bottom: 10px;
font-family:Arial;
border-bottom: 1px solid #ccc;
text-align:center;

}

}
-->

.slogan_header
{
style="color: #3a4953;  letter-spacing: 1px; font-size:28px; font-weight: 500; 
}
