html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */   
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

	a {text-decoration:none;COLOR:#A9662A;}

html { font-size: 100%; padding: 0; margin: 0;font-family: 'Manrope', sans-serif!important;}
body {
margin:0;
padding:0;
font-family: 'Manrope', sans-serif!important;
font-size: 100%;
line-height: 1;
background:#fff;
font-weight:400;
overflow-x:hidden!important;
}



img {
  -ms-interpolation-mode: bicubic;
}


p {
    line-height: 24px;
    margin: 0 0 25px 0;
	color:#000;
	font-weight: 500;
font-size: 14px;
line-height: 22px;
}


.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}


h1, h2, h3, h4, h5, h6 {

  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
 
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 24px;margin-bottom:30px;
}

h2 {
  font-size: 20px;margin-bottom:30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}



hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

h1 {
  font-size: 24px;
  margin-bottom:30px;
}

h2 {
  font-size: 20px;margin-bottom:30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}
}
a{
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s
}

.pagewrap {max-width:1440px;margin:0 auto;padding:0 20px;position:relative;}
.pagewrapheader {max-width:1440px;margin:0 auto;padding:0 20px;position:relative;}
#topsection {width:100%;position:absolute;top:0px;left:0;background:url(img/topbg.png) repeat-x left bottom;z-index:9;}
#logo {width:270px;float:left;background:#D71921;padding:40px 0 44px 0;position:relative;}
#logo a img {width:100%;}
#topright {width:840px;float:right;position:relative;}
.toprighttop {width:100%;text-align:right;padding:38px 0 34px 0;position:relative;color:#fff;}
.lipsi {margin-right:40px;text-shadow: 0px 0px 2px #000000;}
.kentro {margin-right:30px;text-shadow: 0px 0px 2px #000000;}
.toprightbottom {width:100%;text-align:right;position:relative;margin-top:7px;}

#menou {width:100%;position:relative;margin-top:27px;}


.extratop2 {padding-top:70px;}

.headingimg {padding:240px 0;
background-repeat:no-repeat;
background-position:0 0;
background-size:cover;
z-index:8;width:100%;position:relative;
}

.details {margin:-70px auto 0 auto;max-width:1440px;z-index:9;position:relative;padding:0 15px;}
.pagetitle {float:left;font-weight: 800;font-size: 32px;color: #FFFFFF!important;text-transform:uppercase;text-shadow: 0px 0px 2px #000000;}
.vsecurtiy {float:right;font-weight: 800;font-size: 16px;text-align: right;color: #FFFFFF!important;display:none;}


.headingimghome {padding:0px 0 0px 0;
background-repeat:no-repeat;
background-position:0 0;
background-size:cover;z-index:5;width:100%;position:relative;
}

.detailshome1holder {width:100%;margin:0 auto;padding:0 20px;position:relative;background-repeat:no-repeat;
background-position:0 0;
background-size:cover;z-index:5;width:100%;position:relative;}

.detailshome1 {padding:20% 0 20% 0;
margin:0px 0 0 0;
max-width:550px;z-index:9;position:relative;
}

.detailshome1 p a {font-weight: 800;
font-size: 32px;
line-height: 42px;
color: #FFFFFF;text-shadow: 0px 0px 2px #000000;}



.headingimghome .owl-dots {position:absolute;width:100%;bottom:40px;right:0;z-index:1;text-align:center;}
.headingimghome .owl-dots .owl-dot {width: 9px!important;height: 9px!important;border:none!important;border-radius:50%;margin-right:7px!important;background:#fff;}
.headingimghome .owl-dots .owl-dot.active {background:#D71921!important;}



.detailshome2 {width:100%;position:relative;border-top: 1px solid #FFFFFF;z-index:9;padding:34px 0;} 
.detailshome2 p:nth-of-type(1) {width:33%;float:left;}
.detailshome2 p:nth-of-type(2) {width:33%;float:left;text-align: center;}
.detailshome2 p:nth-of-type(3) {width:33%;float:left;text-align: right;}


@media (max-width: 899px) and (min-width:494px) {
.detailshome1 p{display:block;margin-top:100px;}	
}



@media (max-width: 715px) and (min-width: 280px) {
.detailshome2 p:nth-of-type(1) {width:33%;float:left;display:none;}
.detailshome2 p:nth-of-type(2) {width:33%;float:left;text-align: center;display:none;}
.detailshome2 p:nth-of-type(3) {width:100%;float:none;text-align: left;}
.detailshome2 {width:100%;position:relative;border-top: 1px solid #FFFFFF;z-index:9;padding:34px 0 20px 0;} 
.detailshome1 {padding:20% 0 20% 0;
margin:0px 0 0 0;
max-width:550px;z-index:9;position:relative;font-weight: 800;
font-size: 24px;
line-height: 32px;
color: #FFFFFF;
}
.detailshome1 p a {font-weight: 800;
font-size: 24px;
line-height: 32px;
color: #FFFFFF;text-shadow: 0px 0px 2px #000000;}

.headingimghome {padding:0px 0 0px 0;
background-repeat:no-repeat;
background-position:50% 0;
background-size:cover;z-index:5;width:100%;position:relative;
}
.headingimg {padding:140px 0;
background-repeat:no-repeat;
background-position:50% 0;
background-size:cover;
z-index:8;width:100%;position:relative;
}
.extratop2 {padding-top:0px!important;}

}

.detailshome2 a {
	font-weight: 700;
	display:inline-block;
font-size: 14px;
line-height:49px;
text-align: center;
color: #FFFFFF;
}
.detailshome2 a:hover {color:#D71921;}



.koumpi {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #000000;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 24px;
width:181px;margin-bottom:78px;
}
.koumpi:hover {color: #fff!important;
border: 1px solid #D71921;background:#D71921;}

.koumpired {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #fff!important;
background:#D71921;
box-sizing: border-box;
border-radius: 24px;
width:195px;margin-bottom:78px;
}
.koumpired:hover {color: #fff!important;
background:#000000;}



.koumpitrans {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #fff;
border: 1px solid #fff;
box-sizing: border-box;
border-radius: 24px;text-shadow: 0px 0px 2px #000000;
}
.koumpitrans:hover {color: #fff!important;
border: 1px solid #D71921;background:#D71921;}





.xartislink {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #000000;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 24px;
width:240px;
float:right;
margin-right:50px;
}
.xartislink:hover {color: #fff!important;
border: 1px solid #D71921;background:#D71921;}

@media (max-width: 1347px) and (min-width: 280px) {
.xartislink {float:none;display:block;margin-right:0px;margin-top:25px;}
}



.contleft{width:50%;float:left;}
.contleftholder {padding:60px 0px 72px 135px;line-height: 26px;}
.contleftholderkeimeno {width:70%;}

.contleftholdereikones {width:85%;margin-top:40px;}
.contleftholdereikones span {width:33%;float:left;display:block;}
.contleftholdereikones span img {width:90%;margin:0 auto;border:1px solid #E5E5E5;}

.contright{width:50%;float:left;background:#d71921;padding-bottom:75px;}
.contrightholder {padding:145px 85px 0 85px;}


.payinfo {width:70%;border: 1px solid #E5E5E5;
box-sizing: border-box;padding:25px 29px;font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #000000;
margin-bottom:30px;
}

.extrabottom {padding-bottom:100px!important;}


@media (max-width: 949px) and (min-width: 580px) {
.contleftholder {padding:60px 0px 72px 50px;line-height: 26px;}	
.contrightholder {padding:145px 50px 0 50px;}
}
@media (max-width: 579px) and (min-width: 280px) {
.contleftholder {padding:60px 20px 72px 20px;line-height: 26px;}	
.contrightholder {padding:85px 20px 0 20px;}

}

@media (max-width: 949px) and (min-width: 691px) {

.payinfo {width:90%;border: 1px solid #E5E5E5;
box-sizing: border-box;padding:25px 29px;font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #000000;
margin-bottom:30px;
}
}

@media (max-width: 690px) and (min-width: 280px) {
.contleft{width:100%;float:none;}	
.contright{width:100%;float:none;}	
.payinfo {width:100%;border: 1px solid #E5E5E5;
box-sizing: border-box;padding:25px 29px;font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #000000;
margin-bottom:30px;
}
.extrabottom {padding-bottom:0px!important;}
}


.sloganstili {width:25%;float:left;}
.sloganstili span {max-width:110px;display:block;font-weight: 500;
font-size: 14px;
line-height: 19px;
color: #000000;}

.keimenostili {width:40%;float:left;}
.eikonastili {width:35%;float:left;text-align:right;}
.keimenostili2 {width:50%;float:left;}
.keimenostilietaireia {width:40%;float:left;}

.keimenostilietaireia a {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #000000;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 24px;
margin-bottom:8px;width:220px;display:block;
}
.keimenostilietaireia a:hover {color: #fff!important;
border: 1px solid #D71921;background:#D71921;}

.eikonastilimob {width:100%;display:none;}
.eikonastilimob img {width:100%;}

@media (max-width: 1127px) and (min-width: 594px) {
.sloganstili {width:15%;float:left;}
.keimenostili {width:55%;float:left;}
.keimenostilietaireia {width:55%;float:left;}
.eikonastili {width:30%;float:right;text-align:right;}
.eikonastili img {width:90%;}

}

@media (max-width: 593px) and (min-width: 280px) {
.sloganstili {width:100%;float:none;}
.sloganstili span {width:100%;margin-bottom:20px;}
.keimenostili {width:100%;float:none;}
.keimenostilietaireia {width:100%;float:none;padding-bottom:40px;}
.eikonastili {display:none;}
.eikonastili img {width:100%;}
.eikonastilimob {width:100%;display:block;}.eikonastilimob img {width:100%;display:block;}
.keimenostili2 {width:100%;float:none;}
}


.row1 {
  display: flex;
  justify-content: space-between;
}

.col1 {
  flex-basis: 30%;
  box-sizing: border-box;
  background: #D71921;
}

.col2 {
  flex-basis: 70%;
  box-sizing: border-box;

}
.giati{
	width: 187px;font-weight: 500;
font-size: 24px;
line-height: 33px;
display:block;
margin:50px auto auto auto;
color: #FFFFFF;}

.giatiinfo {width:40%;float:left;border: 1px solid #E5E5E5;
box-sizing: border-box;padding:50px 37px;font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #000000;
margin-bottom:30px;
margin-left:30px;
}
.giatiinfo:nth-of-type(3) {margin-bottom:0px!important;}
.giatiinfo:nth-of-type(4) {margin-bottom:0px!important;}

.giatiinfo strong {font-weight: 700;
font-size: 18px;
line-height: 25px;
padding-bottom:5px;
color: #D71921;
display:block;
}

@media (max-width: 770px) and (min-width: 280px) {
.row1 {
  display: block;
  justify-content: space-between;
}
.col1 {
  display: block;
  box-sizing: border-box;
  background: #D71921;
  padding:50px 0;
}

.col2 {
  display: block;
  box-sizing: border-box;

}
.giati{
	width: 187px;font-weight: 500;
font-size: 24px;
line-height: 33px;
display:block;
margin:0px auto auto auto;
color: #FFFFFF;}
.giatiinfo {width:95%;float:none;margin:30px auto;}
}





.rowhome {
  display: flex;
  justify-content: space-between;
}

.colhome1 {
  flex-basis: 50%;
  box-sizing: border-box;
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:cover;
}

.colhome2 {
  flex-basis: 50%;
  box-sizing: border-box;
background: #D71921;
color:#fff;
}

.colhome2keimeno {max-width:380px;margin:95px auto;}
.colhome2keimeno p {color:#fff;}
.colhome2keimeno a {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #fff;
border: 1px solid #ffff;
box-sizing: border-box;
border-radius: 24px;
margin-bottom:8px;width:220px;display:block;
}
.colhome2keimeno a:hover {color: #D71921!important;
border: 1px solid #fff;background:#fff;}



@media (max-width: 770px) and (min-width: 280px) {
.rowhome {
  display: block;
  justify-content: space-between;
}

.colhome1 {
  display: block;
  box-sizing: border-box;
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:cover;
  padding:200px 0;
}

.colhome2 {
 display: block;
  box-sizing: border-box;
background: #D71921;
color:#fff;
padding:50px 0;
}
.colhome2keimeno {width:90%;margin:0px auto;}
}





.securitybg {width:100%;position:relative;margin-top:-150px;z-index:9;}
.securitybg img {width:100%;}

.rowsec {
  display: flex;
  justify-content: space-between;position:relative;
}

.colsec1 {
  flex-basis: 50%;
  box-sizing: border-box;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  background-color:#E5E5E5;
}

.colsec2 {
  flex-basis: 50%;
  box-sizing: border-box;
background: #D71921;
color:#fff;
}

.colsec2keimeno  {max-width:450px;margin:138px auto 280px auto;padding:0 20px;}
.colsec2keimeno  p {color:#fff;font-size: 24px;
line-height: 33px;font-weight: 500;}
.colsec2keimeno  a {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #fff;
border: 1px solid #ffff;
box-sizing: border-box;
border-radius: 24px;
margin-bottom:8px;width:220px;display:block;
}
.colsec2keimeno  a:hover {color: #D71921!important;
border: 1px solid #fff;background:#fff;}

@media (max-width: 679px) and (min-width: 280px) {
.rowsec {
  display: block;
  justify-content: space-between;position:relative;
}

.colsec1 {
 display: none;
  box-sizing: border-box;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  background-color:#E5E5E5;
}

.colsec2 {
 display: block;
  box-sizing: border-box;
background: #D71921;
color:#fff;
padding:50px 0;
}
.securitybg {display: none;}
.colsec2keimeno  {width:90%;margin:0px auto 0px auto;padding:0 0px;display: block;}
}





.fullscr {
	background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  width:100%;position:relative;z-index:6;}

.fullscrtitlos {position:absolute;top:78px;left:30px;font-weight: 500;
font-size: 24px;
line-height: 33px;
width:180px;
color: #FFFFFF;z-index:10;filter: brightness(100%)!important;}
.fullscrkeimeno {margin:20% 15% 80px auto;float:right;max-width:500px;z-index:10;position:relative;}
.fullscrkeimeno p {color: #FFFFFF;}
.fullscrkeimeno  a {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #fff;
border: 1px solid #ffff;
box-sizing: border-box;
border-radius: 24px;
margin-bottom:8px;width:220px;display:block;
}
.fullscrkeimeno  a:hover {color: #D71921!important;
border: 1px solid #fff;background:#fff;}



@media (max-width: 940px) and (min-width: 280px) {
	.fullscrtitlos {position:relative;top:78px;left:30px;}
.fullscrkeimeno {margin:100px 0 80px 30px;float:none;max-width:500px;z-index:10;position:relative;display:block;}	.fullscr {padding-bottom:50px;}
}





.bottomkeimeno1 h1 {text-align:center;font-weight: 500;
font-size: 24px;
line-height: 33px;
text-align: center;
max-width:749px;
margin:0 auto 40px auto;
color: #000000;}
.bottomkeimeno1 h2 {text-align:center;font-weight: 500;
font-size: 24px;
line-height: 33px;
text-align: center;
max-width:749px;
margin:0 auto;
color: #D71921;}


.bottomkeimeno2 {max-width:1000px;margin:200px 12% 0 30%;}
.bottomkeimeno2left {width:53%;float:left;}
.bottomkeimeno2right {width:40%;float:right;}
.bottomkeimeno2left a {font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
padding:9px 20px;
color: #000000;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 24px;
width:100%;
}
.bottomkeimeno2left a:hover {color: #fff!important;
border: 1px solid #D71921;background:#D71921;}


.bottomkeimeno2rightmob {width:100%;display:none;}
.bottomkeimeno2rightmob img {width:100%;display:block;}
.bottomkeimeno1mob {width:100%;display:none;}
.bottomkeimeno1mob h1 {text-align:center;font-weight: 500;
font-size: 24px;
line-height: 33px;
text-align: center;
max-width:749px;
margin:0 auto 40px auto;
color: #000000;}
.bottomkeimeno1mob h2 {text-align:center;font-weight: 500;
font-size: 24px;
line-height: 33px;
text-align: center;
max-width:749px;
margin:0 auto 25px auto;
color: #D71921;}

@media (max-width: 1299px) and (min-width: 1061px) {
.bottomkeimeno2 {max-width:1000px;margin:200px 12% 0 15%;}
.bottomkeimeno2left {width:53%;float:left;}
.bottomkeimeno2right {width:40%;float:right;}
}
@media (max-width: 1060px) and (min-width: 862px) {
.bottomkeimeno2 {max-width:1000px;margin:200px 5% 0 5%;}
.bottomkeimeno2left {width:53%;float:left;}
.bottomkeimeno2right {width:40%;float:right;}
}
@media (max-width: 861px) and (min-width: 733px) {
.bottomkeimeno2 {max-width:1000px;margin:200px 5% 0 5%;}
.bottomkeimeno2left {width:63%;float:left;}
.bottomkeimeno2right {width:30%;float:right;}
.bottomkeimeno2right img {width:95%;}
}


@media (max-width: 732px) and (min-width: 280px) {
.bottomkeimeno2 {max-width:1000px;margin:40px auto 0 auto;padding:0 0px;}
.bottomkeimeno2left {width:100%;float:none;}
.bottomkeimeno2right {display:none;}
.bottomkeimeno2rightmob {width:100%;display:block;}
.bottomkeimeno2rightmob img {width:100%;display:block;}
.bottomkeimeno1mob {width:100%;display:block;}
.bottomkeimeno1 {display:none;}
}





#foot {background:#F8F8F8;padding:59px 0 20px 0;color:#000;border-top:1px solid #E5E5E5;}

.footleft1 {width:215px;float:left;padding-top:23px;}
.footleft1 a {color:#000;font-size:14px;font-weight: 500;line-height: 25px;display:block;}
.footleft1 a:hover {color:#d71921;}

.footleft2 {width:255px;float:left;padding-top:23px;}
.footleft2 a {color:#000;font-size:14px;font-weight: 500;line-height: 25px;display:block;}
.footleft2 a:hover {color:#d71921;}

.footright {width:235px;float:right;text-align:right;line-height: 22px;}
.footright img {margin-bottom:68px;}
.footright a {color:#000;font-size:14px;font-weight: 500;line-height: 22px;}
.footright a:hover {color:#d71921;}

.clear110 {clear:both;width:100%;height:110px;}
.clear110foot {clear:both;width:100%;height:110px;}
.clear110b {clear:both;width:100%;height:110px;}

.clear180 {clear:both;width:100%;height:180px;}

#copy1 {width:50%;float:left;font-size:12px;text-align:left;color:#000;font-family: 'Manrope', sans-serif;font-weight: 500;}
#copy2 {width:50%;float:right;font-size:12px;text-align:right;color:#000;font-family: 'Manrope', sans-serif;font-weight: 500;}
#copy2 a {color:#000;}
#copy2 a:hover {color:#d71921;}




@media (max-width: 767px) and (min-width: 580px) {
.footleft1 {width:240px;float:none;padding-top:23px;margin:0 auto;}
.footleft2 {width:240px;float:none;padding-top:23px;margin:0 auto;}
.footright {width:240px;float:none;text-align:left;line-height: 22px;margin:25px auto}
.footleft1 a, .footleft2 a {display:none;} 
.koumpi {display:block!important;margin-bottom:0px!important;width:195px!important;}
.koumpired {display:block!important;margin-bottom:8px!important;padding-top:13px!important;}
#copy1 {width:240px;float:none;font-size:12px;text-align:left;margin:0 auto;color:#000;font-family: 'Manrope', sans-serif;font-weight: 500;}
#copy2 {width:240px;float:none;font-size:12px;text-align:left;margin:20px auto;color:#000;font-family: 'Manrope', sans-serif;font-weight: 500;}
.clear110foot {clear:both;width:100%;height:60px;}
.clear110b {clear:both;width:100%;height:0px;}
.clear180 {clear:both;width:100%;height:60px;}
.clear110 {clear:both;width:100%;height:45px;}
}



@media (max-width: 579px) and (min-width: 280px) {
.footleft1 {width:240px;float:none;padding-top:23px;margin:0 0;}
.footleft2 {width:240px;float:none;padding-top:23px;margin:0 0;}
.footright {width:240px;float:none;text-align:left;line-height: 22px;margin:25px 0;}
.footleft1 a, .footleft2 a {display:none;} 
.koumpi {display:block!important;margin-bottom:0px!important;width:195px!important;}
.koumpired {display:block!important;margin-bottom:8px!important;padding-top:13px!important;}
#copy1 {width:240px;float:none;font-size:12px;text-align:left;margin:0 0;color:#000;font-family: 'Manrope', sans-serif;font-weight: 500;}
#copy2 {width:240px;float:none;font-size:12px;text-align:left;margin:20px 0;color:#000;font-family: 'Manrope', sans-serif;font-weight: 500;}
.clear110foot {clear:both;width:100%;height:60px;}
.clear110b {clear:both;width:100%;height:0px;}
.clear180 {clear:both;width:100%;height:60px;}
.clear110 {clear:both;width:100%;height:45px;}
}




#breadholder {max-width:1130px;margin:-80px 0 0 0;padding:0px 0 0px 0;}
#dl-menu {display:none;}


.breadcrumbs {font-weight: 500;
font-size: 12px;
line-height: 22px;
color: #000000;max-width:1560px;margin:55px auto 0 auto;padding:0 20px;position:relative;}
.breadcrumbs a {color:#000;}
.breadcrumbs a:hover {color:#d71921;}


.breadcrumbs2 {font-weight: 500;
font-size: 12px;
line-height: 22px;
color: #000000;max-width:1460px;margin:65px auto 0 auto;padding:0 20px;position:relative;}
.breadcrumbs2 a {color:#000;}
.breadcrumbs2 a:hover {color:#d71921;}

#toperiexomeno {max-width:1100px;margin:0px auto;padding:0px 0 0px 0;}


#cssmenu {
	padding: 0;
	margin: 0px 0 0 0;
	width: 100%;
	position:relative;
}

#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;position:relative;text-align:right;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0 0px 0 0;
	margin: 0;
	display:inline;
	position: relative;text-align:right;
}
#cssmenu > ul > li > a {
	color: #000;
font-size: 14px;
font-weight: 700;
padding: 9px 18px 9px 13px;
border-bottom:4px solid transparent;
}
#cssmenu > ul > li > a:hover {
	border-bottom:4px solid #D71921;
}
#cssmenu > ul > li.active > a
{
	border-bottom:4px solid #D71921;
}




.kinito {display:none;}
#menoumob {display:none;}
#menoumob2 {display:none;}







@media (max-width: 1168px) and (min-width: 1008px) {
#topright {width:680px;float:right;position:relative;}
.lipsi {margin-right:15px;font-size:12px;}
.kentro {margin-right:15px;font-size:12px;}
#cssmenu > ul > li > a {padding: 9px 15px 9px 8px!important;font-size: 13px!important;}
}










@media (max-width: 1007px) and (min-width: 495px) {
#topsection {width:100%;position:absolute;top:0px;left:0;background:url(img/topbg-b.png) repeat-x left bottom;z-index:9;}
#menoumob {display:block;margin-top:33px;text-align:right;}
.kinito {display:inline-block;width:40px;}
.lipsi {display:none!important;}
.kentro {font-size: 0px;}
.koumpitrans {font-weight: 500;
font-size: 0px;
line-height: 19px;
text-align: center;
padding:0px 0px;
color: #fff;
border: none;
box-sizing: border-box;
border-radius: 0px;
}
.koumpitrans:hover {color: #fff!important;
border: none;background:none;}
#topright {width:160px;float:right;position:relative;}
.toprightbottom {width:100%;text-align:right;position:relative;margin-top:7px;}
#menou {width:100%;position:relative;margin-top:27px;display:none!important;}
.toprighttop {width:100%;text-align:right;padding:26px 0 22px 0;position:relative;color:#fff;}
}



@media (max-width: 494px) and (min-width: 280px) {
	#topsection {width:100%;position:relative;top:0px;left:0;background:url(img/topbg-b.png) repeat-x left bottom;z-index:9;}
.pagewrapheader {padding:0 0 0 0;}
#logo {width:100%;float:none;text-align:center;background:#D71921;padding:28px 0 28px 0;position:relative;display:block;}
#logo a img {width:270px;margin:0 auto;}
#topright {width:100%;float:none;position:relative;padding:15px 0;}
.toprighttop {display:none;}
.toprightbottom {width:100%;text-align:center;position:relative;margin-top:0px;}
#menoumob {display:block;margin-top:0px;text-align:left;width:100px;float:left;margin-left:15px;}
#menoumob2 {display:block;margin-top:0px;text-align:right;width:130px;float:right;margin-right:15px;}
#menoumob2 a {margin-left:20px;}
#menou {width:100%;position:relative;margin-top:27px;display:none!important;}
.koumpitrans {font-weight: 500;
font-size: 0px;
line-height: 19px;
text-align: center;
padding:0px 0px;
color: #fff;
border: none;
box-sizing: border-box;
border-radius: 0px;
}
.koumpitrans:hover {color: #fff!important;
border: none;background:none;}
.pagetitle {float:left;font-weight: 800;font-size: 26px;color: #FFFFFF!important;text-transform:uppercase;margin-top:-50px;}
.details {margin:-40px auto 0 auto;max-width:1440px;z-index:9;position:relative;padding:0 15px;}

}











#cssmenu ul li.has-sub > a {
background:url(img/arrowmenu.png) no-repeat center right;
}

#cssmenu > ul > li:last-child {
padding-right:0px;
}

#cssmenu ul li.has-sub:hover > a {
border-bottom:4px solid #D71921;
}
#cssmenu ul li.has-sub:hover > div{
	display: block;opacity: 1;visibility:visible;
}
#cssmenu ul li.has-sub:hover > div ul{
	opacity: 1;-webkit-transition: all 0.5s ease-in;visibility:visible;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
#cssmenu ul li.has-sub:hover > div ul li { 
	display:block;
}

#cssmenu ul li > div > ul {
	opacity: 0;
	width: 170px;visibility:hidden;
	position: relative;
	margin-top: 0px;
	padding: 8px;
	margin-left:0px;
	background:#E5E5E5;
	z-index: 60;
	border-radius:5px;
	border: 1px solid rgba(0,0,0,0.17);
box-shadow: 0 0 5px rgba(0,0,0,0.1);
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}



#cssmenu ul li > div {
	opacity: 0;
	visibility:hidden;
	width: 100px;
	position: absolute;
	top: 0px;
	padding-top: 45px;
	left:0;
	z-index: 60;
}

#cssmenu ul li > div ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
	
}
#cssmenu ul li > div ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 7px 7px;
	font-size: 12px;
	color: #111;border-radius:5px;text-align:left;
}
#cssmenu ul ul a:hover {
	color: #D71921;

}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

div.wpforms-container-full .wpforms-form {max-width:500px!important;}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline-block!important;
    vertical-align: middle!important;
    font-size: 13px!important;
    font-weight: 400;
    line-height: 10px!important;
	color:#fff!important;
	margin-top:-6px!important;
}
div.wpforms-container-full .wpforms-form input[type="text"] {border-radius:2px!important;border:1px solid transparent!important;width:100%!important;}
div.wpforms-container-full .wpforms-form textarea {border-radius:2px!important;border:1px solid transparent!important;width:100%!important;}
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	 cursor: pointer!important;
    width: 100%!important;
    margin: 24px auto!important;
    display: block!important;
    float: none!important;
	
    border-radius:24px!important;border:1px solid transparent!important;padding:16px 0px!important;background:#fff!important;color:#000!important;font-size:14px!important;text-align:center!important;font-weight:700!important;transition: all 0.4s;    -moz-transition: all 0.4s;    -webkit-transition: all 0.4s;    -o-transition: all 0.4s
	
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {

 background:#000!important;color:#fff!important;
}

.wpforms-field-label {color:#fff;}

input[type="checkbox"],input[type="radio"] {
    display: inline-block!important;
    cursor: pointer;
    position: relative;
}



input[type="checkbox"],input[type="radio"] {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent!important;
    cursor: pointer;
  }

input[type="checkbox"]:checked,input[type="radio"]:checked {
    background-color: #fff!important;
}



input[type="checkbox"]:active,input[type="radio"]:active {
   border: 2px solid #fff;
    border-radius: 50%!important;
}

.wpforms-field-description {color:#fff!important;margin-left:30px!important;font-size:11px!important;}
.wpforms-field-description a  {color:#fff!important;text-decoration:underline!important;font-size:11px!important;}
.wpforms-field-description a:hover  {color:#ccc!important;text-decoration:none!important;}




#trigger-overlay {display:inline-block;width:87px;font-weight: 700;
font-size: 14px;
line-height: 10px;
color: #FFFFFF;cursor:pointer;}
#trigger-overlay:hover {color:#d71921;}
#trigger-overlay span {float:right;margin-top:6px;}

/* Overlay style */
.overlay {
	position: absolute;
	width: 100%;
	height: 1000px;
	top: 0;
	left: 0;
	background: #fff;z-index: 99900;text-align:center;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 99900;
	cursor:pointer;
}
#mobmenubottom {position:relative;text-align:center;margin-top:30px;width:100%;font-size:28px;}
#mobmenubottom p a {color:#000;}
#mobmenubottom  a:hover {color:#00cccc;}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	margin-top: 30px;

}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
}

.overlay ul li {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}

.overlay ul li a {
	font-size: 17px;
	font-weight: 500;
	padding:10px 0 10px 0;
	display: block;
	color: #000;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;position: relative;
}





        




.overlay ul li ul  {margin-top:10px;margin-bottom:20px;display:none;}
.overlay ul li a:hover ul li ul  {margin-top:10px;margin-bottom:20px;}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #D71921;
}

.overlay ul li ul li a {
	font-size: 16px;
	font-weight: 300;
	display: block;padding:5px 0!important;
	color: #000;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;

}



/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;overflow:visible;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		font-size: 24px;
	}
	.overlay ul li {
		min-height: 24px;
	}
}
