@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=greek);
html,body   
{ 
    padding: 0;
	border: 0;
	font-size: 11pt;
	font-family: verdana;
	vertical-align: baseline;
    margin:0; 
	width:100%;
	height:100%;
	background-color: whitesmoke;
	}
	.hidden {
	
	display:none!important;
	
	}
	
#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8, #box9, #box10, #box11, #box12, #box13, #box14, #box15, #box16{

position: relative;
right:0px;

    
    
    height: 98%;



}
	

.left-arrow{
position:absolute;
cursor: pointer;
z-index:13;
background-image: url("../images/left-arrow.png") ;
 color:#4a433f;
background-repeat: no-repeat;
background-size: 100% 90%;



width: 2%;
height: 13%;
 margin-left: 27%;
top: 55%;
}
.left-arrow:hover{

opacity:0.7;
}
.right-arrow:hover{
	opacity:0.7;
}
.right-arrow{
position:absolute;
cursor: pointer;
z-index:13;
background-image: url("../images/right-arrow.png") ;
color:#4a433f;
background-repeat: no-repeat;
background-size: 100% 90%;
width: 2%;
height: 13%;
margin-left: 70%;
top: 55%;

}
	
	
	
.crubs{
	padding-top:5px;
	padding-left:5px;
	font-size:10px;
}	
	 
.crubs a{

	color:#FF9900 !important; 
}

a:link 
{ 
color: #000066; 
text-decoration:none;  
}

a:visited { 
color: #290014; 
text-decoration:none; 
}

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



h1    {
	font-size : 36pt;
    color :#003366;
	text-align : center;
}

h2     {
	font-size : 24pt;
	color :#003366;
    text-align : center;
}

h3     {
	font-size : 18pt;
    text-align : center;
}

h4     {
	font-size : 14pt;
    text-align : center;
}

h5     {
	font-size : 12pt;
    text-align : center;
}

h6     {
	font-size : 11pt;
    text-align : center;
}



hr    
{ color: #FF0000; }

.wrapper {
position:relative;
width:92%;
margin: 0 auto;
}
#dropdown-menu{
padding-top:5px;
margin: 0 auto;
width: 17%;
border : 1px gray;

}

.othersections {
	/* position:relative ; */
	width: 90%;
	/* height:14%; */
	line-height:14%;
	/* height: 10%; */
/* 	text-align : center; */
	font-size : 8pt;
	border: 1px dashed #E6E6B8;
	border-radius: 10px;
/* 	padding:5px; */
	display:block;
	margin: 0 auto;
	top:10px;
	background-color: white;
	overflow:hidden;
}


#otherlogo{
float:left;

width:8%;
height:100%;
line-height:20px;
/* height: 8%; */
/* -ms-transform:rotate(270deg); 
-webkit-transform:rotate(270deg); 
transform:rotate(270deg);  */
font-size:9pt;
text-align:center;
border: 1px dashed #E6E6B8;
border-radius: 2px;
padding:5px;


}


.txt{
border: 1px dashed whitesmoke;


}
.txt:hover{
background-color:gray;
cursor:pointer;
border: 1px dashed whitesmoke;
color:white;
}

#mainlang{
float:left;
padding: 5px;
width: 90%;
height:100%;
text-align:center;
border: 1px dashed #E6E6B8;
}
.clear{
clear:both;
}
.main{
	font-family: 'Ubuntu Condensed', 'sans-serif';
	position:relative;
	width:70%;
	margin:0 auto;
	margin-top:30px;
}
.main img{
	width:30%;
	margin:0 auto;
	display:block;
	
}
.writers{
text-align:center;
font-size: 8pt;
color:#990000;
}
.writers_title{
font:size:9pt;
font-weight:800;
}
#writerstext{
word-spacing:2px;
letter-spacing:1px
}

header {
	text-align : left;
	font-size : small;
    margin-top : 0pt;
}

footer {
width:50%;
margin:0 auto;
border-radius:15px;
margin-top:12px;
font-size: 8pt;
border: 1px grey dashed ;
padding: 4px;
text-align: center;
background-color: white;
line-height:25px;
}
/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
