<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* MENU */


html,
body {
  /* Location of the image */
  background-image: url(/picture_library/1.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
 html, body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(/picture_library/1m.jpg);
  }
	}


#navbar-brand1 {
  padding: 0px;
}
.navbar-brand&gt;img {
  height: 100%;
  padding: 1px;
  width: auto;
}

.red16 {
	color: #F00;
	
	font-weight: bold;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	
	line-height: 30px;
	background-color: #006666;
	color: #DCDCDC;
	text-align: center;
}

.subtitle {
	font-family: Tahoma, Geneva, sans-serif;

	line-height: 22px;
	font-weight: bold;
	color: #006666;
}

.alek-maxWidth {
       max-width:1070px;
}
.alek-maxWidth_1 {
       max-width:1100px;
	   background-color: rgb(238, 238, 238);	   
}
.alek-maxWidth_sp {
       max-width:600px;
}
.rowTopMargin{
	margin-top: 10px;	
}
.rowTopMargin_conter{
	margin-top: 60px;
		
}

.rowTopMargin_and{
	margin-top: 50px;	
}

body {
	padding-top:10px;
}


@media (max-width: 767px){
	.alek-maxWidth_1{
		background-color : transparent;
	}
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: cadetblue;
}
table.sample th {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	font-size: 16px;
	-moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;
}
table.sample td {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	-moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;
	
	font-size: 14px;
	
}
/*arxi lista social media*/
#social{
	float: left;
	margin-top: 0px;
	
}
#socialList{
	margin-top: 0px;
}
.icon{ 
    width: 30px;
    height: 30px;
  
    top: -15px;
    left: -15px;
    position: absolute;
    margin: 50% 0 0 50%;
}
#Yticon{
	width: 60px;
    height: 60px;
  
    top: -30px;
    left: -30px;
}

#circleFb{
	position: relative;
    width: 45px;
    height: 45px;
    background: white;    
    border-radius: 40px;
    text-align: center;
}
#circleG{
	position: relative;
    width: 45px;
    height: 45px;
    background: white;    
    border-radius: 40px;
    text-align: center;
}
#circleT{
	position: relative;
    width: 45px;
    height: 45px;
    background: white;    
    border-radius: 40px;
    text-align: center;
}
#circleY{
	position: relative;
    width: 45px;
    height: 45px;
    background: white;    
    border-radius: 40px;
    text-align: center;
}
#circleFb:hover  .icon {
	-webkit-filter: brightness(0) invert(1);
	
}
#circleG:hover   .icon{
	-webkit-filter: brightness(0) invert(1);
	
}
#circleT:hover  .icon {
	-webkit-filter: brightness(0) invert(1);
	
}
#circleY:hover  .icon {
	-webkit-filter: brightness(0) invert(1);
	
}
#circleFb:hover{
	background-color: #3B5998;
}
#circleG:hover{
	background-color: #db5a3c;
}
#circleT:hover{
	background-color: #4099ff;
}
#circleY:hover{
	background-color: #db5a3c;
}

#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	
}

#nav li{
	margin-top: 9px;	
	float: left;
	padding-left: 21px;
}

#nav li a { 
	color: black; 
	opacity:0.6; 
	font-size: 16px; 
	text-decoration: none; 
	font-family: 'Wellfleet'; 
}
#nav li a.active {
	 color: black;
	 opacity:1; 
	 border-bottom: 2px solid blue; 
}
#nav li a:hover {
	color: black;
	opacity:1;  
}




/*telos lista social media*/</pre></body></html>