html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    font-size: 1.01em;
    font: inherit;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body
{
    background: #006b9e; /*#dfe0ca*/ 
    /* line-height: 1.3em; */
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
    font-style: normal;
    font-weight: 400;
    /* display: grid; */
}

img {
     max-width: 100%;
}

INPUT, SELECT
{
    font-size: 0.9em;
}
TH, TD
{
    font-size:1em
}

.reset-box
{
  overflow:hidden;
  display:table;
}

.reset
{
  margin: 0;
  padding: 0;
}

@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.mwarp
{
    margin-left:auto;
    margin-right:auto;
    max-width: 1200px;
    height: 100%;
    overflow: hidden;
}

.nwarp
{
    margin-left:auto;
    margin-right:auto;
    justify-content: center;
    max-width: 1000px;
    width: 70%;
    height: 100%;
}

#main
{
    content: "";
    clear: both;
    display: block;
}

#top /*εκεί που είναι το μενού*/
{
    background: #006b9e; /*#b72126;*/
    height: 54px;
    width: 100%;
    font-size: 1em;
}

#navmenu
{
    /* background: #006b9e; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float:left;
    border-bottom: 9px solid #b72126;
    height: 45px;
    width: 100%;
    font-size: 1.15em;
}

#navmenu ul
{
    background: #006b9e;
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    padding: 0;
    list-style: none;
    position: relative;
    list-style-type: none;
    z-index: 9999;

}

#navmenu li
{
    z-index: 9999;
}
#navmenu ul:after
{
    content: "";
    clear: both;
    display: block;
}

/*Hide child lists by default*/
#navmenu ul ul
{
    display: none;
    position: absolute;
    top: 100%;
}

/*display on hover*/
#navmenu ul li:hover > ul {
    display: block;
    z-index: 9999;

}

/*Floating the main list left*/
#navmenu ul li
{
    display: block;
    padding: 14px 16px 10px 16px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    border-left: 1px solid #b72126;
    border-right: 1px solid #b72126;
}

#navmenu ul li:hover
{
    color: #ffffff;
    background: #FF9900;
}

#navmenu ul li a
{
    display: block;
    color: #FFFFFF; text-decoration: none;
}
#navmenu ul li:hover > ul
{
    display: block;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
}

#navmenu ul li:first-child { border-left: none; }
#navmenu ul li:last-child { border-right: none; }

#navmenu ul ul li
{
    float: none;
    border-left: none;
    border-right: none;
    position: relative;
}

#navmenu ul ul ul  
{
    position: absolute; left: 100%; top:0;
}

#navmenu ul ul li a
{
    padding: 10px 30px;
}

#navmenu ul li:hover > ul
{
    display: block;
    background: #b5b5b0; border-radius: 0px; padding: 0;
}


#header /*εκεί που είναι το slider. */
{
    position:relative;
    background: #ffc12c/*ffc12c*/;
    height: 400px;
    font-size: 2em;
}

#logo
{
    background: url('../images/logo.png') no-repeat center;
    position:absolute;
    float:left;
    left: 0px;
    width: 100%;
    height: 320px;
    margin: 53px 0px 30px 0px;
    z-index: 3;
}
#banner
{
    position:relative;
    float:right;
    /* left: 605px; */
    right: 100px;
    width: 694px;
    height: 364px;
    z-index: 0;
}

#mainbody
{
    /* min-height: 765px; */
    min-height: 76%;
}

#contentbody {
    background:#00000005;
    padding: 5px;
}


#content ul.circle {list-style-type: circle;}

#content
{
    position: relative;
    float: left;
    background: #b7b7b7cc; /*c4c79e, ffc12c*/
    left: 0px;
    /* min-width: 730px; */
    width: 78%;
    margin: 40px 5px;
    font-size: 1em;
	/* list-style:circle; */
}

#sidebar
{
    position: relative;
    float: right;
    right: 0px;
}

#sidebar ul li
{
    position: relative;
    list-style:none;
    float:left;
    margin: 1px 20px;
    padding: 0px 0px 5px 5px;
    font-size: 0.9em;
    line-height: 1.14em;
}

.pos    
{
    background: #b7b7b7cc;
    width: 235px;
    max-height: 100%;
    margin: 25px 5px;
    overflow: hidden;
    
}
    
.moduletable
{
    padding: 15px 5px;
    overflow: hidden;
}

.pos h3
{
    position: relative;
    color: #b5b5b5;
    text-align:center;
    padding: 5px;
}

#article
{
    padding: 40px 40px 40px 40px;
}

#footer
{
    position: relative;
    background: #ffc12c;
    height:40px;
    width: 100%;
    bottom: 0px;
    font-size: 0.8em;
}

/* #### bootstrap Form #### */
label
{
    display: block;
    margin: 0px 0px 5px;
}

label>span
{
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}

input[type="text"], input[type="email"], textarea, select
{
    border: 1px solid #CCC;
    color: #1A1D23;
    height: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 12px;
    width: 68%;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea{
    height:100px;
    border: 1px solid #CCC;
    color: #888;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 12px;
    width: 68%;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}

.button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    /* remove list bullets */
    padding: 0px;}

.pagination li a {
    display: block;
    /* let links fill the list item */
    padding: 8px 12px;
    text-decoration: none;
    /* border: 1px solid gray; */
    /* color: black; */
    margin: 0 4px;
    border-radius: 5px;
    /* add rounded borders */
}

.pagination li a.active {
    background-color: #ffc12c;
    color: white;
}

.pagination li a.disabled {
    color: white;
    cursor: not-allowed;
    pointer-events: none;
}

select {
    display: block;
    background: #FFF url('arrow-down.svg') no-repeat right;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    min-width: 26px;
    height: 26px;
}

span.icon-angle-left {
    display: block;
    min-width: 26px;
    height: 26px;
}

li a span.icon-angle-left[aria-hidden="true"] {
    display: block;
    background: url('arrow-left.svg') no-repeat;
    appearance: none;
    /* text-indent: 0.01px; */
    /* text-overflow: ''; */
    min-width: 26px;
    height: 26px;
}

span.icon-angle-right {
     display: block;
     min-width: 26px;
     height: 26px;
 }

li a span.icon-angle-right[aria-hidden="true"] {
    display: block;
    background: url('arrow-right.svg') no-repeat;
    appearance: none;
    /* text-indent: 0.01px; */
    /* text-overflow: ''; */
    min-width: 26px;
    height: 26px;

}
span.icon-angle-double-left {
     display: block;
     min-width: 26px;
     height: 26px;
 }

li a span.icon-angle-double-left[aria-hidden="true"] {
    display: block;
    background: url('double-arrow-left.svg') no-repeat;
    appearance: none;
    /* text-indent: 0.01px; */
    /* text-overflow: ''; */
    min-width: 26px;
    height: 26px;

}
span.icon-angle-double-right  {
     display: block;
     min-width: 26px;
     height: 26px;
 }

li a span.icon-angle-double-right[aria-hidden="true"] {
    display: block;
    background: url('double-arrow-right.svg') no-repeat;
    appearance: none;
    /* text-indent: 0.01px; */
    /* text-overflow: ''; */
    min-width: 26px;
    height: 26px;
}

.contact dl {
    margin: auto !important;
}

.contact dl dt {
    margin: initial;
}