/*@import url("/count/35b3fc");*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
b {font-weight:600;}
a {font-size: 100%;vertical-align: baseline;background: transparent;text-decoration:none;}
a:hover {text-decoration:underline;}
ins {background-color: #fff;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000; font-style: italic;font-weight:bold;}
del {text-decoration:  line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;   border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input, select {vertical-align: middle;}

/* BASIC PAGE SETUP ============================================================================= */
body { margin : 0 auto;padding : 0;font-weight:normal;color:#2a2a31;text-align: left;}
button, input, select, textarea { color : #202020; }

/*  HEADINGS  ============================================================================= */
h1, h2, h3, h4, h5, h6 { font-weight:400;font-weight:400;margin-top: 0px;}
h1 { font-size :  1.7em;	margin-bottom : 0.2em;line-height : 1.3; }
h2 { font-size :  1.4em;	margin-bottom : 0.5em;margin-top : 0.5em;line-height : 1.2;}
h3 { font-size :  1.2em;	margin-bottom : 0.3em;line-height : 1.3; }
h4 { font-size :  1.1em;	margin-bottom : 0.5em;line-height : 1.25; }
h5 { font-size :  1em;		margin-bottom : 1.25em;}
h6 { font-size : 1em;	}


/*  TYPOGRAPHY  ============================================================================= */
p, ol, ul, dl, address { margin-bottom : .5em; font-size : 1em; /* 16 / 16 = 1 */ }
p {hyphens : auto;  }
ul, ol { margin :0; padding:0; }
li ul, li ol { margin : 0;font-size : 1em; /* 16 / 16 = 1 */ }
dl, dd { margin-bottom : 1.5em; }
dt { font-weight:400;font-weight:400; }
b, strong { font-weight:700; }
hr { display : block; margin : 1em 0; padding : 0;height : 1px; border : 0; border-top : 1px solid #ccc;}
small { font-size : 1em; /* 16 / 16 = 1 */ }
sub, sup { font-size : 75%; line-height : 0; position : relative; vertical-align : baseline; }
sup { top : -.5em; }
sub { bottom : -.25em; }
.subtext {	color: #000;	}

/* LINKS =============================================================================  */
/*a { color : #787200;}//-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
	transition: all 0.3s ease;text-decoration: underline;}
*/
ul a {text-decoration:none;}
/*a span {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}*/
	/*a:visited { color : #ee3344; }*/
/*a:focus { color : rgb(0,0,0); }*/
a:hover, a:active { outline : 0; }
a#backtotop {position:fixed;z-index:100;bottom:10px;right:10px;
	background:url(../images/backtotop.png) no-repeat;background-size:100%;
	width:28px;height:30px;text-indent:-9000px;}


/* IMAGES ============================================================================= */
img {
border : 0;}/*max-width: 100%;}*/

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */
table { border-collapse : collapse;border-spacing : 0;width : 100%; }
th, td, caption { padding : 0; }
tfoot { font-style : italic; }
caption { background-color : transparent; }


/*  SECTIONS  ============================================================================= */
.section {clear: both;padding: 0px;margin: 0px;}

/*  CODE  ============================================================================= */
pre.code {padding: 0;margin: 0;font-family: monospace;white-space: pre-wrap;font-size: 1.1em;}
strong.code {font-weight:400;font-weight:400;font-family: monospace;font-size: 1.2em;}
div.sql {font-size:11px;padding:15px 5px;display:block;color:#f00;white-space: pre;}

div.code {padding:20px;font-family:monospace;font-size:0.7em;background:#000;color:#fff;margin:10px 0 10px 0;}

/*  NOTES  ============================================================================= */
.note {position:relative;padding:1em 1.5em;margin: 0 0 1em 0;background: #fff;
	background: rgba(255, 255, 255, 0.5);overflow:hidden;}
.note:before {
	content:"";position:absolute;top:0;right:0;border-width:0 16px 16px 0;border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */}
.note.rounded {-webkit-border-radius:5px 0 5px 5px;-moz-border-radius:5px 0 5px 5px;border-radius:5px 0 5px 5px;}
.note.rounded:before {
	border-width:8px;border-color:#fff #fff transparent transparent;
	-webkit-border-bottom-left-radius:5px;-moz-border-radius:0 0 0 5px;border-radius:0 0 0 5px;}

/*  GLOBAL OBJECTS ============================================================================= */
.breaker { clear: both; }
.group:before,
.group:after {content:"";display:table;}
.group:after {clear:both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}
.floatleft{float: left;}
.floatright{float: right;}
*{ outline:none;}
a:focus {outline: none; }
div.clear {clear:both;height:0px;}
div.clearright {clear:right;height:0px;}
div.clearleft {clear:left;height:0px;}

/* VENDOR-SPECIFIC ============================================================================= */
html { -webkit-overflow-scrolling : touch; -webkit-tap-highlight-color : rgb(52,158,219);
	-webkit-text-size-adjust : 100%; -ms-text-size-adjust : 100%; }
.clearfix { zoom : 1; }
::-webkit-selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
::-moz-selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
::selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance : button; }
::-webkit-input-placeholder {font-size : .875em; line-height : 1.4; }
input:-moz-placeholder { font-size : .875em; line-height : 1.4; }
.ie7 img,.iem7 img { -ms-interpolation-mode : bicubic; }
input[type="checkbox"], input[type="radio"] { box-sizing : border-box; }
input[type="search"] { -webkit-box-sizing : content-box;-moz-box-sizing : content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { padding : 0;border : 0; }
p {/* http://www.w3.org/TR/css3-text/#hyphenation */-webkit-hyphens : auto;-webkit-hyphenate-character : "\2010";-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;-moz-hyphens : auto; }


/* Responsivenewss ============================================================================= */
/* ============================================================================================= */
.section {clear: both;padding: 0px;margin: 0px;}
.col {display: block;float:left;margin: 1% 0 1% 1.6%;}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}}

/* GRAVITY.GR CSS  ============================================================================= */
.wrapperIn {width:95%;margin:0 auto;}
.wrapper1380 {width:100%;margin:0 auto;max-width:1380px;position:relative;}


.wrapper1400 {margin:0 auto;max-width:1280px;}
.wrapper1140 {margin:0 auto;max-width:1140px;width:95%;}
.wrapper500 {margin:0 auto;max-width:500px;}

@media only screen and (min-width:1000px) and (max-width:1350px){
    .wrapperIn.mainWrapperIn {margin:0;}
}
.notresponsive .wrapperIn {width:960px;}
.relative {position:relative;}
a {text-decoration:none;}
a:hover {text-decoration:none;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

div.cmsOptions {display:block;position:absolute;top:136px;left:0;z-index:20;
    padding:0 5px 2px;line-height:1.2;text-align: left;z-index:8000;width:250px;
    }
div.cmsOptions a {    color: #777;
    font-size: 11px;
    display: inline-block;
    padding: 0 3px;
    margin-left: 0px;
    background-color: transparent;
    border-radius: 2px;
    line-height: 16px;}
div.cmsOptions a:hover {    color: #333;}
body.mobilemenu div.cmsOptions {display:none;}
/** {    transition:0.5s;}*/

/*
Εδώ κανονικά ήταν το main_beforethefold.css
*/

div.topWrap {border-bottom:1px solid #F2F2F2;text-align:right;height:52px;position:relative;}
div.topWrap div.wrapperIn {position:relative;}
ul.socialTop {display:block;position:absolute;top:left;list-style: none;text-align:left}
ul.socialTop li {display:block;height:52px;float:left;border-left:1px solid #F2F2F2;}
ul.socialTop li a {display:block;width:46px;height:52px;background: 50% no-repeat;text-align:left;text-indent:-9000px;}
/*ul.socialTop li a {display:block;}*/
ul.socialTop li.facebookpage a {background-image:url(/images/header_fb-p.png);}
ul.socialTop li.facebookgroup a {background-image:url(/images/header_fb-g.png);}
ul.socialTop li.youtube a {background-image:url(/images/header_youtube.png);}
ul.socialTop li.instagram a {background-image:url(/images/header_instagram.png);}
ul.socialTop li.twitter a {background-image:url(/images/header_twitter.png);}
ul.socialTop li.contactus a {background-image:url(/images/header_contact.png);}
ul.socialTop li.contactus {border-right:1px solid #F2F2F2;}




div.toptools {float:right;width:calc(100% - 213px);max-width:610px;}
div.toptools form {height:52px;margin:0;padding:0;float:left;
    width:calc(100% - 380px);
    background-color:#F8F8F8;}
div.toptools form input.searchinput {height:52px;
    border:0;box-sizing:border-box;padding-left:38px;
    line-height:52px;color:#000;font-size:1em;
    width:calc(100% - 44px);
        background:url(/images/header_search.png) no-repeat 18px 50%;}
div.toptools form input.submit {width:40px;border:0;height:52px;
    cursor:pointer;text-align:left;text-indent:-9000px;
    background:url(/images/header_search_submit.png) no-repeat 50%;}

div.toptools div.phones {border-right:1px solid #F8F8F8;
    float:left;text-align:left;
    background:url(/images/header_phone.png) no-repeat 18px 50%;
    box-sizing:border-box;padding:0 10px 0 38px;
    line-height:52px;
}
div.toptools div.phones a {display:inline-block;
    color: #8b8b8b;
    font-family: "Montserrat";
    font-size: 12px;
}
div.toptools div.phones a:after {content:"/";padding:0 5px;
    color:#f1bb5a;font-size:10px;}
div.toptools div.phones a:last-child:after {content:"";}

div.toptools div.contactus {border-right:1px solid #F8F8F8;
    float:left;text-align:left;
    box-sizing:border-box;padding:0;
    line-height:52px;
}
div.toptools div.contactus a {
    display:block;width:52px;height:52px;background: 50% no-repeat;text-align:left;text-indent:-9000px;
background-image:url(/images/header_contact.png);
border-left:1px solid #F2F2F2;}




@media only screen and (max-width:680px){
    /*div.toptools div.phones a.tel2 {display:none;}*/
    ul.socialTop {display:none;}
    div.toptools {float:none;width:100%;max-width:100%;}
    div.topWrap div.wrapperIn {width:100%;}
}
@media only screen and (max-width:485px){
    div.toptools div.phones {border-right:0;padding:5px 10px 0 45px;}
    div.toptools div.phones a {display:block;line-height:14px;text-align:right;}
    div.toptools div.phones a:after {content:"";}
    div.toptools form {width:calc(100% - 205px);}
}


div.menuWrap {text-align:left;height:100px;position:relative;clear:both;z-index:100;}
div.menuWrap div.wrapperIn {position:relative;height:100px;}
div.menuWrap h1 {float:left;height:100px;width:182px;}
div.menuWrap h1 a {display: block;height:100px;text-indent:-9000px;
    background:url(/images/header_logo_desk.png) no-repeat left 50%;}

div.menuWrap div.mainlinks {position:absolute;right:15px;top:34%;}
    div.menuWrap div.mainlinks a {display:inline-block;}
    div.menuWrap div.mainlinks a.language {background-color:#CECECE;
        border-radius:50%;
        color: #fff;
        font-family: "Roboto Condensed";
        font-size: 13px;
        font-weight: 400;
        width:20px;
        height:20px;line-height:20px;
        text-align:center;vertical-align:middle;}
div.menuWrap div.mainlinks a.showmenu {vertical-align:middle;
    width:41px;height:31px;margin-left:10px;
    text-align:left;text-indent:-9000px;
    background:url(/images/menu_mob.png) no-repeat 50% 50%;}
body.mobilemenu div.menuWrap div.mainlinks a.showmenu {
    background:url(/images/menu_mob_close.png) no-repeat 50% 50%;}
div.menuWrap {}
ul.mainmenu {display:none;}

ul.mainmenu div.mobilemenufooter {display:none;}

@media only screen and (min-width:920px){
    div.menuWrap div.mainlinks a.showmenu {display:none;}
    ul.mainmenu {top:0;right:45px;height:100px;position:absolute;
        text-align:right;width:auto;display: block}
    ul.mainmenu li {height:100px;vertical-align:middle;float:left;display:block;
        box-sizing:border-box;padding-top:29px;}
    ul.mainmenu li>ul.mainmenulevel2 {display:none;z-index:100;
        position:absolute;top:100%;left:0;right:0;
        border:1px solid #F1BB5A;border-top:5px solid #F1BB5A;
        padding:22px 40px;
    }
    ul.mainmenu>li>a {color: #000;font-family: "Roboto Condensed";font-size: 13px;font-weight: 400;
        line-height: 33px;padding:0 14px;display:block;}
    ul.mainmenu>li>a:hover {text-shadow: 0 1px 0 rgba(8,8,8,.11);
        color:#fff;background-color:#F1BB5A;}
    ul.mainmenu>li:hover>a {text-shadow: 0 1px 0 rgba(8,8,8,.11);
        color:#fff;background-color:#F1BB5A;}
    ul.mainmenu>li.sel>a {text-shadow: 0 1px 0 rgba(8,8,8,.11);
        color:#fff;background-color:#F1BB5A;}
    ul.mainmenu>li.selected>a {text-shadow: 0 1px 0 rgba(8,8,8,.11);
        color:#fff;background-color:#F1BB5A;}

    ul.mainmenu li:hover>ul.mainmenulevel2 {display:block;
        background-color:#fff;
      -webkit-column-count: 2;
     -moz-column-count: 2;
      column-count: 2;
  -webkit-column-width: 40%;
     -moz-column-width: 40%;
          column-width: 40%;
        float:none;}
    ul.mainmenu li:hover>ul.mainmenulevel2 li {
        border-bottom:1px solid #E1E1E1;padding:0;
        float:none;display:block;height:auto;
        text-align:left;
        break-inside: avoid-column;
    }
    ul.mainmenu li:hover>ul.mainmenulevel2 li a {display:block;
        padding:14px 0;
        color: #000;
        font-family: "Roboto Condensed";
        font-size: 15px;
        font-weight: 400px;
    }
    ul.mainmenu li:hover>ul.mainmenulevel2 li a:hover {color:#F1BB5A;}
    ul.mainmenu li:hover>ul.mainmenulevel2 li.sel a:hover {color:#F1BB5A;}

}



div.midwrap {background-color:#C6C6C6;height:500px;}
div.beforefooter {background-color:#fff;height:200px;}

div.footerwrap {
    background:#212121;
    padding:72px 0 20px;
    color:#c4c4c4;
}
div.footerwrap div.wrapperIn {position:relative;}

div.footerwrap.terms {
    background:#212121;
    padding:0 0;
    color:#c4c4c4;
}
div.footerwrap.terms ul {
    list-style: none;padding:10px 0;
    text-align:right;
}
div.footerwrap.terms ul li {
    display:inline-block;
    padding:0 0 0 15px;
    margin:0;
}
div.footerwrap.terms ul li a {
    font-size:11px;
    color:#7e7e7e;text-decoration:underline
}
div.footerwrap.terms ul li a:hover {
    text-decoration:none;color:#bbb;
}
div.newsletterWrap {width:282px;position: absolute;right:0;top:0;text-align: left;
    color: #858585;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300px;}
div.newsletterWrap h2 {color: #fff;
    font-family: "Montserrat";
    font-size: 22px;padding:0;line-height:1;margin:0 0 10px;}
div.newsletterWrap h2:after {content:"";display:block;
    margin-top:10px;
    width:80px;height:3px;background-color:#F1BB5A;}
div.newsletterWrap input.email {width:238px;height:38px;line-height:39px;
    border:1px solid #F1BB5A;
    color: #c5c5c5;
    font-family: "Roboto";
    font-size: 13px;
    font-style: italic;
    font-weight: 300px;
    box-sizing:border-box;padding:0 10px;
    margin:5px 0 0 ;
    background:transparent;}
div.newsletterWrap p {padding:10px 0;}
div.acceptgdpr p {padding:10px 0 10px 20px;position:relative;}
div.acceptgdpr p a {text-decoration:underline;color:inherit;}
div.acceptgdpr input {position:absolute;top:7px;left:-4px;}
div.newsletterWrap button {display:block;margin:10px 0 0 20px;
    width:157px;border:0;background:#F1BB5A;text-align:center;
    line-height:31px;color:#fff;font-size:12px;}

div.newsletterWrap div.alert {display:none;padding:10px 0;font-size:14px;
    font-style:italic;color:#0a0;}
div.newsletterWrap div.alert.failed {color:#c00;}


div.detailsWrap {width:240px;position: absolute;left:0;top:0;
    text-align:left;line-height:1.5;
    color: #c4c4c4;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300px;}

div.detailsWrap h2 {display: block;height:75px;text-indent:-9000px;
    text-indent:-9000px;
    background:url(/images/footer_logo.png) no-repeat left 0;}
div.detailsmapnewsletterwrap div.mapWrap {width:calc(100% - 570px);margin:0 0 0 250px;
    height:300px;background-color:#666;position:relative;}
    div.detailsmapnewsletterwrap div.mapWrap iframe {position:absolute;top:0;left:0;right:0;bottom:0;}

div.footersocialmedia {width:240px;position: absolute;left:0;bottom:0;
    text-align:left;line-height:1.5;}
div.footersocialmedia a {display:block;text-indent:-9000px;width:100px;height:16px;margin:10px 0 0 0;
        background:no-repeat top left;}
div.footersocialmedia a.page {background-image:url(/images/footer_fb_p.png);}
div.footersocialmedia a.fgroup {background-image:url(/images/footer_fb_g.png);}
div.footersocialmedia a.right {float:left;background-image:url(/images/footer_fb_d.png);}
div.footersocialmedia a.stirizoume {float:left;background-image:url(/images/footer_fb_s.png);}
div.footersocialmedia a.youtube {background-image:url(/images/footer_youtube.png);
        float:right;}

div.afterfooterWrap {background-color: #2f2f2f;padding:15px 0;text-align:left;
color: #7e7e7e;
font-family: "Roboto";
font-size: 11px;
font-weight: 300px;border-bottom:1px solid #3F3F3F;
}
div.afterfooterWrap p {padding:0;margin:0;}
div.afterfooterWrap a {float:right;font-size:12px;color: #7e7e7e;}


@media only screen and (max-width:880px){

div.footerwrap.terms ul {
    text-align:center;
}
div.footerwrap.terms ul li {
    padding:0 7px;
}

    div.newsletterWrap {width:100%;max-width:240px;position:relative;right:auto;top:auto;
        margin:0 auto 40px;
        clear:both;
        color: #858585;
        font-family: "Roboto";
        font-size: 12px;
        font-weight: 300px;}
        div.newsletterWrap button {margin:10px auto 0 auto;}
        div.newsletterWrap h2 {text-align:center;}
    div.newsletterWrap h2:after {content:"";display:block;
        margin:10px auto 0;
        width:80px;height:3px;background-color:#F1BB5A;}

    div.detailsWrap {width:100%;max-width:350px;position:relative;right:auto;top:auto;
        margin:0 auto 40px;clear:both;
        text-align:center;line-height:1.5;
        color: #c4c4c4;
        font-family: "Roboto";
        font-size: 12px;
        font-weight: 300px;}

    div.detailsWrap h2 {display: block;margin-bottom:10px;
        height:131px;text-indent:-9000px;
        text-indent:-9000px;
        background:url(/images/footer_logo_mob.png) no-repeat 50% top;}

    div.detailsmapnewsletterwrap div.mapWrap {width:100%;margin:0 auto;}

    div.footerwrap {padding-bottom:20px;}
    div.footersocialmedia {position:relative;margin:20px auto 0;width:100%;max-width:330px;}
    div.footersocialmedia > a {clear:none;float:left;margin-right:10px;}
    div.footersocialmedia > a:nth-child(2n + 1) {clear:left;}
    div.footersocialmedia > a:nth-child(5) {clear:none;}
    div.footersocialmedia a.youtube {float:right;}
}
@media only screen and (max-width:550px){
    div.afterfooterWrap p {display:none;}
    div.afterfooterWrap a {display:block;float:none;text-align:center;}
}

@media only screen and (max-width:350px){
    div.footersocialmedia {position:relative;margin:20px auto 0;width:100%;max-width:223px;}
    div.footersocialmedia > a {clear:none;float:left;margin-right:10px;}
    div.footersocialmedia > a:nth-child(2n + 1) {clear:left;}
    div.footersocialmedia > a:nth-child(5) {clear:both;float:none;margin:5px auto;
        padding-top:10px;background-position:50% 100%;}
}

/*body div.hiddenmenu {display:none}
body.mobilemenu div.hiddenmenu {display:block}*/

div.hiddenmenu {
    overflow-x: hidden;
    position:absolute;top:153px;right:0;width:0;
    max-width:600px;
    background-color:#fff;
    -webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
box-shadow:-12px 8px 15px rgba(0,0,0,.4);}
div.hiddenmenu ul {list-style: none;border-bottom:#f2f2f2;margin-bottom:20px;}
div.hiddenmenu>ul>li {display:block;width:100%;clear:both;padding:0;margin:0;
    border-top:1px solid #F2F2F2;}
div.hiddenmenu>ul>li>a {display:block;padding-left:55px;
    height:50px;line-height:50px;position:relative;
    color: #505050;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400px;}
div.hiddenmenu>ul>li>a:before {content:"";display:block;
    width:38px;height:50px;position:absolute;left:0;top:0;
        border-right:1px solid #f2f2f2;
        background:url(/images/submenu_mob_open.png) no-repeat 50%;}
div.hiddenmenu>ul>li {display:block;}
div.hiddenmenu>ul>li>ul {display:none;overflow:hidden;height:0;}

div.hiddenmenu>ul>li.hassub.selected>ul {display:block;height:auto;}
div.hiddenmenu>ul>li.hassub.selected>a {color:#F1BB5A;}
div.hiddenmenu>ul>li.hassub.selected>a:before {background:url(/images/submenu_mob_close.png) no-repeat 50%;border-right:0;}
div.hiddenmenu>ul>li.hassub.selected>ul {display:block;padding:0 0 10px;}
div.hiddenmenu>ul>li.hassub.selected>ul li {display:block;border:0;margin:0;padding:0;}
div.hiddenmenu>ul>li.hassub.selected>ul li a {padding:8px 0 8px 55px;
    display:block;
    color: #505050;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400px;
}
div.hiddenmenu>ul>li.hassub.selected>ul li.selected a {color:#F1BB5A;}
div.hiddenmenu div.mobilemenufooter {border-top:4px solid #F1BB5A;
    background-color:#212121;
    padding:0 0 50px;}
div.hiddenmenu div.mobilemenufooter div.detailsWrap h2 {display:none;}
div.hiddenmenu div.mobilemenufooter div.detailsWrap p {margin:25px auto;}
div.mobilemenufooter > div {position:relative;}


@media only screen and (max-width:920px){
    div.hiddenmenu {display:block;}
}
body.mobilemenu div.hiddenmenu {border:1px solid #F2F2F2;}
body.mobilemenu div.hiddenmenu ul.mainmenu {display:block;list-style:none;}



div.titleWrap {background-color:#F5F5F5;
    position:relative;
    padding:25px 0 25px;
    box-shadow:
        inset 0px 11px 8px -10px rgba(0,0,0,0.12),
        inset 0px -11px 8px -10px rgba(0,0,0,0.12); }
header.article {display: flex;
justify-content: space-between;
align-items:flex-end;min-height:109px;}
div.titleWrap div.right {width:50%;}
div.titleWrap div.title {width:50%;text-align:left;}

@media only screen and (max-width:800px){
    div.titleWrap div.right {display:none;}
    div.titleWrap div.title {width:100%;}
}
div.titleWrap h1 {font-family:"Roboto Condensed";font-weight:300;
font-size:32px;color:#000;bottom:0;vertical-align:baseline;}
div.titleWrap h1:after {content:"";display:block;
    margin-top:10px;
    width:80px;height:3px;background-color:#F1BB5A;}
div.titleWrap h1 a {display:inline-block;font-size:18px;font-weight:400;color:#b8b8b8;
    letter-spacing:-1px;}
div.titleWrap h1 a:before {content:"/";padding:0 10px;color:#b8b8b8;}
div.titleWrap h1 a:hover {color:#888;}


div.right ul.pagemenu {list-style:none;text-align:right;padding:11px 0 11px;}
div.right ul.pagemenu li {display:inline-block;padding:0;margin:0 0 4px 4px;}
div.right ul.pagemenu li a {display:block;line-height:30px;
    padding:0 15px;border:1px solid #E1E1E1;background-color:transparent;
    font-family:"Roboto Condensed";font-size:13px;color:#000;font-weight:400;}
div.right ul.pagemenu li a.selected {background-color:#fff;color:#F1BB5A;}
div.right ul.pagemenu li a:hover {background-color:#fff;color:#F1BB5A;}


div.thirdlevelmenu ul {list-style:none;margin:15px 0;font-size:13px;}
div.thirdlevelmenu ul li {font-size:14px;display:inline-block;margin-right:5px;}
div.thirdlevelmenu ul li a {display:block;
    color:#aaa;padding:4px 10px;border-radius:3px;}
div.thirdlevelmenu ul li a:hover {
    color:#000;box-shadow:0 0 5px rgba(0,0,0,.5);}
div.thirdlevelmenu ul li.selected a {background-color:#F1BB5A;color:#fff;
    color:#000;box-shadow:0 0 5px rgba(0,0,0,.5);}

div.mainpagedata {padding:80px 0;
    position:relative;
    color: #373737;font-family: "Roboto";font-size: 18px;
    /*line-height: 30px;*/
}

div.mainpagedata span.date {font-family:"Montserrat";font-size:14px;color:#f1bb5a;
    display:block;padding:0 0 5px 0;font-weight:600;}
div.mainpagedata h1 {
color: #000;
font-family: "Roboto Condensed";
font-size: 24px;
font-weight: 300;
padding:0 0 10px 21px;
position:relative;
}

div.newssharewrapper {margin:15px 0 20px;}
div.textsharewrapper {position:absolute;top:30px;}



div.mainpagedata h1:before {content:"";display:block;
    position:absolute;left:0;top:6px;
    vertical-align: baseline;width:4px;height:20px;background-color:#F1BB5A }

div.mainpagedata a.return {display:block;width:100px;padding:0 0 0 11px;
    margin:10px 0;line-height:16px;font-size:14px;color:#F1BB5A;
    background:url(/images/return.png) no-repeat 0 3px;}

div.mainpagedata div.text {padding:0 0 0 0;}
div.mainpagedata div.text.extratext {padding:20px 0 0 0;margin-top:20px;
    border-top:1px solid rgba(241,187,90,.5);}

div.mainpagedata div.insidetitle + div.text {padding:80px 0 0 0;}
div.mainpagedata div.text ul,
div.mainpagedata div.text ol {margin:20px 0 20px 20px;}


.transparency div.mainpagedata div.text ul {margin:20px 0 40px 0px;
    display: flex;flex-wrap:wrap;align-items: flex-start;justify-content: flex-start;
    list-style: none;}
.transparency div.mainpagedata div.text ul li {margin:0 10px 10px 0;padding:0;
    font-size:14px;font-weight: 600;}
.transparency div.mainpagedata div.text ul li a {display:block;padding:6px 12px 5px;
    color:#000;border:2px solid rgba(241, 187, 90,.8);transition: 0.2s}
.transparency div.mainpagedata div.text ul li a:hover {
    color:#fff;border:2px solid rgba(241, 187, 90,1);
    background-color: rgba(241, 187, 90,1)}
/*.transparency div.mainpagedata div.text ul li a {margin:0 10px 10px 0;
    padding:4px 8px;
    box-shadow: inset 11px 11px 8px -10px rgba(0, 0, 0, 0.12),
            inset -11px -11px 8px -10px rgba(0, 0, 0, 0.12);
    font-size:14px;font-weight: 600;}*/



div.mainpagedata div.text div.textwrap > h2 {font-weight:bold;font-size:1.2em;}

div.mainpagedata div.text div.youtube-embed-wrapper {max-width:500px;margin:20px auto;}

div.mainpagedata div.text a.mainpic {display:block;position:relative;
    float:right;width:50%;max-width:500px;margin:0 0 22px 50px;}
div.mainpagedata div.text a.mainpic:after {display:block;
        content:"";position:absolute;left:0;right:0;
        top:100%;height:29px;background:url(/images/shadow_photo.png) no-repeat;
        background-size:100% auto;background-position:50% 0;}
div.mainpagedata div.text a.mainpic img {width:100%;vertical-align:middle;}

@media only screen and (max-width:850px){
    div.mainpagedata div.text a.mainpic {display:block;position:relative;
        margin:0 auto 50px;width:100%;max-width:516px;clear:both;
        float:none;}
}

ul.photogallery {list-style:none;margin:80px 0 50px;
    display:flex;flex-wrap:wrap;}
ul.photogallery li {width:20%;/*height:245px;*/box-sizing:border-box;
    border-left:1px solid #fff;border-bottom:1px solid #fff;
    background-repeat:no-repeat;background-position:50%;
    background-size:cover;position:relative;flex-grow:0;}
ul.photogallery li a {display:block;
    background-repeat: no-repeat;background-position: 50%;background-size:cover;
    /*position:absolute;top:0;left:0;right:0;bottom:0;*/
}
ul.photogallery li a img {display:block;width:100%;
    /*object-fit:cover;width:100%;height:100%;*/
}
ul.photogallery li a.fancyvideo:after {display:block;content:"";
position:absolute;
left:0;right:0;top:0;bottom:0;background:url(/images/youtube_home_mob.png) no-repeat 50%;}


@media only screen and (max-width:1000px){
    ul.photogallery {flex-wrap: wrap}
    ul.photogallery li {width:25%;}
}
@media only screen and (max-width:700px){
    ul.photogallery li {width:33.3%;}
}


div.extras {display:block;margin:80px 0 0;}
div.extras {display:block;margin:80px 0 0;}
div.extras h3 {font-family:"Roboto";font-weight:700;position:relative;
    z-index:2;font-size:16px;color:#000;bottom:0;vertical-align:baseline;}
div.extras h3:after {content:"";display:block;
    margin-top:10px;width:80px;height:3px;background-color:#F1BB5A;}
div.extras ul {list-style:none;margin:-1px 0 0 0;padding:0;}
div.extras ul li {display:block;padding:0;border-top:1px solid #EDEDED;}
div.extras ul li a {display:block;padding:15px 0;font-size:14px;color:#000;
    font-family:"Roboto";}
div.extras ul li a:hover {text-decoration:underline;}


ul.pages {list-style: none;margin:0 0 38px;}
ul.pages li {display:inline-block;margin-right:3px;}
ul.pages li a {display:block;width:20px;height:20px;line-height:21px;
    background-color:#F5F5F5;color:#8c8c8c;text-align:center;
    font-size:12px;font-family:"Montserrat";font-weight:400;
    border:1px solid #E1E1E1;}
ul.pages li a:hover {color:#fff;border:1px solid #F1BB5A;background-color:#F1BB5A;}
ul.pages li a.sel {color:#fff;border:1px solid #F1BB5A;background-color:#F1BB5A;}

ul.lewslist {list-style:none;}

ul.newslist {list-style:none;margin:0 auto 30px;padding:0;
        display:flex;
        flex-wrap:wrap;
        align-content:flex-left;
}

ul.newslist li {width:33%;box-sizing: border-box;
            border-right:33px solid transparent;
            flex-wrap: wrap;
            justify-content:space-evenly;
            align-content:left;
            flex-grow: 0;position:relative;height:auto
            background-color:#fff;}
ul.newslist li.inactive {}
ul.newslist li.inactive:after {content:"ΑΝΕΝΕΡΓΟ";display:block;
    position:absolute;top:0px;left:0;right:0;text-align:center;
    font-size:25px;background-color:rgba(0,100,0,.2);color:#fff;text-shadow:0 0 10px rgba(0,0,0,1);
    font-weight:700;padding:30px 0; }
ul.newslist li.inactive:hover {opacity:1;}
    /*ul.newslist li:nth-child(3n) {border-right:0;}*/
    /*ul.newslist li:nth-child(1) {border-left:1px solid #e5e5e5;}*/
ul.newslist li a {padding:0;}
ul.newslist li a p.short {display:none;}
ul.newslist li a div.pic {
            /*height:218px;*/
            position:relative;
            background-image:url(/images/no_image.png);
            background-size:cover;background-repeat: no-repeat;background-position:50%;}
ul.newslist li a div.pic img {width:100%;}

ul.newslist li a div.pic span.cat {position:absolute;bottom:0;left:0;right:0;text-align:center;}
ul.newslist li a div.pic span.cat em {display:inline-block;height:27px;line-height:28px;font-style:normal;
    padding:0 25px;background-color:#f1bb5a;color:#fff;font-size:11px;font-weight:normal;}
ul.newslist li header {font-family:'Roboto Slab';display:block;padding:11px 0 48px;background-color:#fff;}
ul.newslist li header h1 {font-weight:300;color:#000;
    margin:0;font-size: 18px;font-family:"Roboto Condensed";padding:2px 0;}
ul.newslist li header h1:before {display:none;}
ul.newslist li header span.date {font-size:14px;font-family:'Montserrat';color:#f1bb5a;font-weight:700;}
ul.newslist li header span.more {font-size:13px;font-family:'Roboto Condensed';color:#f1bb5a;font-weight:300;font-style:italic;}


ul.newslist.articles li {width:33%;box-sizing: border-box;
            border-left:33px solid transparent;
            padding-top:33px;
            flex-wrap: wrap;
            justify-content:space-evenly;
            align-content:left;
            flex-grow: 0;position:relative;height:auto
}
ul.newslist.articles li:nth-child(3n+1) {border-left:0;}
    /*ul.newslist li:nth-child(1) {border-left:1px solid #e5e5e5;}*/
ul.newslist.articles li a {padding:0 20px;display:block;
            border: 1px solid #ddd;
            background-color: #f5f5f5;}
ul.newslist.articles li a div.pic {display:none;}
ul.newslist.articles li header {font-family:'Roboto Slab';display:block;padding:11px 0 48px;text-align: left;background-color:transparent;}
ul.newslist.articles li header h1 {color: #000;
font-family: "Roboto Condensed";
font-size: 20px;
font-style: italic;
font-weight: 300px;
margin:10px 0;
padding:0 0 0 15px;border-left:4px solid #f1bb59;}
ul.newslist.articles li header h1:before {display:none;}
ul.newslist.articles li header span.date {color: #f1bb59;font-family: "Montserrat";font-size: 13px;}
ul.newslist.articles li header span.more {font-size:13px;font-family:'Roboto Condensed';color:#f1bb5a;font-weight:300;font-style:italic;}
ul.newslist.articles li header p.short {display:block;
color: #000;
font-family: "Roboto Condensed";
font-size: 16px;
font-weight: 300px;}


@media only screen and (max-width:700px){
    ul.newslist li {width:50%;}
    ul.newslist li header {padding:15px 20px 48px;}
/*    ul.newslist li:nth-child(3n+1) {border-left:33px solid transparent;}
    ul.newslist li:nth-child(2n+1) {border-left:0;}
*/
    ul.newslist.articles li {width:50%;}
    /*ul.newslist.articles li header {padding:15px 20px 48px;}*/
    ul.newslist.articles li:nth-child(3n+1) {border-left:33px solid transparent;}
    ul.newslist.articles li:nth-child(2n+1) {border-left:0;}

}
@media only screen and (max-width:600px){
    ul.newslist li header h1 {font-size:18px;}
    ul.newslist.articles li header h1 {font-size:18px;}
}
@media only screen and (max-width:500px){
    ul.newslist {display:block;}
    ul.newslist li {display:block;width:100%;max-width:400px;margin:0 auto;border:0;}
    ul.newslist li:nth-child(2n+1) {border-left:0;}
    ul.newslist li:nth-child(3n+1) {border-left:0;}
    /*ul.newslist li a div.pic {height:150px;}*/

    ul.newslist.articles {display:block;}
    ul.newslist.articles li {display:block;width:100%;max-width:400px;margin:0 auto;border-left:0;}
    ul.newslist.articles li:nth-child(2n+1) {border-left:0;}
    ul.newslist.articles li:nth-child(3n+1) {border-left:0;}
}
/*            div.inlinefancywrap {display:none;}
            div.forfancy {max-width:500px;}
            div.acceptgdpr {display:block;}
            div.footer .newsletterform div.acceptgdpr p {padding:10px 50px 20px 25px;position:relative;}
            div.footer .newsletterform div.acceptgdpr p a {color:inherit;text-decoration:underline}
            div.footer .newsletterform input.accept {position:absolute;
                top:11px;left:0;display:inline-block;padding:0;height:14px;line-height:21px;margin:0 15px 0 0;width:14px;}

            div.acceptgdpr p {padding:10px 50px 20px 25px;position:relative;}
            div.acceptgdpr p a {color:inherit;text-decoration:underline}
            input.accept {position:absolute;
                top:11px;left:0;display:inline-block;padding:0;height:14px;line-height:21px;margin:0 15px 0 0;width:14px;}*/


div.contactWrap form.contactform {width:calc(100% - 320px);float:left;border-top:1px solid #D5D5D5;}
div.contactWrap form.contactform>div {border-bottom:1px solid #D5D5D5;min-height:56px;}
div.contactWrap form.contactform>div.recpatcha {border:0;min-height:auto;padding:20px 0 0 ;float:right;}
div.contactWrap form.contactform>div.clear {border-bottom:0;min-height:0;}
div.contactWrap form.contactform>div#contactcomments {border-bottom:0;min-height:0;}
div.contactWrap form.contactform>div label {display:block;position:relative;
    float:left;width:100px;height:56px;line-height:56px;color: #000;
    font-family: "Roboto";font-size: 14px;font-weight: bold;}
div.contactWrap form.contactform>div label:after {content:"";display:block;width:64px;height:2px;
    background-color:#f1bb5a;position:absolute;left:0;top:100%;}
div.contactWrap form.contactform>div input {float:left;width:calc(100% - 100px);
    border:0;height:56px;line-height:56px;color: #373737;padding:0;
    font-family: "Roboto";font-size: 15px;font-weight: 300;}
div.contactWrap form.contactform>div textarea {float:left;width:calc(100% - 100px);
    border:0;height:120px;line-height:20px;color: #373737;padding:19px 0;
    font-family: "Roboto";font-size: 15px;font-weight: 300;}
div.contactWrap form.contactform a.submit {display:block;float:right;
    height:43px;line-height:43px;background-color:#f1bb5a;color:#fff;font-weight:700;font-family:Roboto;font-size:14px;
        padding:0 40px;margin:45px 0;}
div.contactWrap p.delivered {padding:20px 0;border-bottom:1px solid #D5D5D5;}














div.contactWrap div.contactdetails {width:250px;float:right;
    text-align:left;line-height:1.5;
    color: #000;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300px;}
div.contactdetails h2 {display: block;height:75px;text-indent:-9000px;
    text-indent:-9000px;
    background:url(/images/header_logo_desk.png) no-repeat left 0;}

div.contactsocialmedia {text-align:left;line-height:1.5;margin-top:50px;}
div.contactsocialmedia a {display:block;text-indent:-9000px;width:100px;height:16px;margin:10px 0 0 0;
        background:no-repeat top left;}
div.contactsocialmedia a.page {background-image:url(/images/footer_fb_p.png);}
div.contactsocialmedia a.fgroup {background-image:url(/images/footer_fb_g.png);}
div.contactsocialmedia a.right {background-image:url(/images/footer_fb_d.png);}
div.contactsocialmedia a.stirizoume {float:left;background-image:url(/images/footer_fb_s.png);}
div.contactsocialmedia a.youtube {background-image:url(/images/footer_youtube.png);
        float:right;}


div.homeintro {margin:40px auto 100px;}
div.homeintro h2.hometitle {color: #000;font-family: "Roboto Condensed";font-size: 26px;font-weight: 300px;
    text-align:center;line-height:1.5;margin:0 0 30px;}
div.homeintro h2.hometitle:after {content:"";display:block;margin:12px auto;
    height:3px;width:60px;background-color:#F1BB5A}

div.homeintro div.homesidepic {width:40%;float:right;margin:0 0 20px 10%;}
div.homeintro div.homesidepic img {width:100%;}
div.homeintro p {color: #000;font-family: "Roboto";font-size: 15px;font-weight: 300;padding:0 0 15px;}

@media only screen and (max-width:680px){
    div.homeintro div.homesidepic {width:100%;max-width:500px;
        float:none;margin:0 auto 20px ;}
    div.homeintro h2.hometitle {color: #000;font-family: "Roboto Condensed";font-size: 22px;font-weight: 300px;
    text-align:center;line-height:1.3;margin:0 0 30px;}
}

@media only screen and (max-width:520px){
    div.homeintro h2.hometitle {font-size: 20px;line-height:1.3;margin:0 0 15px;}
}

ul.formalert {padding:10px 0 10px 20px;margin:0;}
ul.formalert li {font-size:14px;color:#b00;}

div.carusel_wrap {background:#C6C6C6;}
ul.homecarusel {list-style:none;margin:0 auto;width:100%;max-width:1186px;height:auto;}
ul.homecarusel li {position:relative;display:block;
    background-size:cover;background-repeat: no-repeat;
    background-position:50%}
ul.homecarusel li img {width:100%;}
ul.homecarusel li>a {position:absolute;top:0;left:0;right:0;bottom:0;
    background-position:50%;background-repeat:no-repeat;}

ul.homecarusel li a.fancyvideo {background:url(/images/youtube_home_desk.png) no-repeat 50%;}

@media only screen and (max-width:800px){
        ul.homecarusel li a.fancyvideo {background:url(/images/youtube_home_mob.png) no-repeat 50%;}
}

ul.homecarusel.hasmobile li.desktop {display:none;}
ul.homecarusel.hasmobile li.mobile {display:block;}
ul.homecarusel.hasmobile li.mobile img {width:100%;}
@media only screen and (min-width:600px){
    ul.homecarusel.hasmobile li.desktop {display:block;}
    ul.homecarusel.hasmobile li.mobile {display:none;}
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {display:block;position:absolute;border-width:0;border-color:transparent;border:0;cursor:pointer;
    background-size:100%;background-repeat:no-repeat;background-position:50%;padding:0;background-color:transparent;
    width:60px;height:60px;border:0;text-indent:-9000px;text-align:left;font-size:0;z-index:10;top:calc(50% - 30px);}

.slick-arrow.slick-prev {background-image:url(/images/banner_left.png);left:-80px;}
.slick-arrow.slick-next {background-image:url(/images/banner_right.png);right:-80px;}

ul.slick-dots {display:block;text-align:center;position:absolute;bottom:20px;left:0;right:0;}
ul.slick-dots li {display:inline-block;margin:0 4px;padding:0;}
ul.slick-dots li button {display:block;width:14px;height:14px;text-indent:-9000px;text-align: left;
    background-color:#fff;border:1px solid #DFDFDF;border-radius:7px;cursor:pointer;
    box-shadow:0 0 3px rgba(0,0,0,.3);}
    ul.slick-dots li button:hover {background-color:#F1BB5A;border-color:#F1BB5A;}
    ul.slick-dots li.slick-active button {background-color:#F1BB5A;border-color:#F1BB5A;}

@media only screen and (max-width:1380px){
.slick-arrow.slick-prev {left:20px;}
.slick-arrow.slick-next {right:20px;}
.slick-arrow {top:calc(50% - 15px);width:30px;height:30px;}
}

@media only screen and (max-width:700px){
}


div.homenewswrapper {margin:20px 0;padding:15px 0;position:relative;}

div.homenewswrapper.news {background-color: #f5f5f5;
    -moz-box-shadow: inset 0 0 5px rgba(8,8,8,.12);
    -webkit-box-shadow: inset 0 0 5px rgba(8,8,8,.12);
    box-shadow: inset 0 0 5px rgba(8,8,8,.12);
}
div.homenewswrapper.articles {border-bottom:1px solid #EDEDED;}

div.homenewswrapper.news ul.newslist li header {background-color:transparent;}


div.homenewswrapper h2 {color: #000;
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-weight: 300px;
    margin: 31px 0 63px;}
div.homenewswrapper h2:after {content:"";display:block;
    margin-top:10px;
    width:40px;height:5px;background-color:#F1BB5A;}

div.homenewswrapper a.allnews {display:block;
        padding:0 10px 0 63px;box-sizing: border-box;
        background:url(/images/more_home.png) no-repeat top left #cdcdcd;
        width:367px;height:41px;line-height:41px;
        color: #fff;
        font-family: "Roboto Condensed";
        font-size: 12px;
        font-weight: 400px;
        position:absolute;z-index:10;top:calc(100% - 20px);
        left:calc(50% - 184px);}

div.homenewswrapper.articles {padding-top:50px;}
div.homenewswrapper.articles h2 {color: #000;text-align:center;
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-weight: 300px;
    margin: 31px 0 20px;}
div.homenewswrapper.articles h2:after {content:"";display:block;
    margin:16px auto 0;
    width:66px;height:3px;background-color:#F1BB5A;}


div.insponsors {padding-top:50px;}
div.insponsors h2 {color: #000;text-align:center;
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-weight: 300px;
    margin: 31px 0 20px;}
div.insponsors h2:after {content:"";display:block;
    margin:16px auto 0;
    width:66px;height:3px;background-color:#F1BB5A;}

div.insponsors ul.sponsors {list-style:none;margin:20px auto 150px;padding:0;position:relative;
}
/*div.insponsors ul.sponsors:before {content:"";display:block;z-index:8000;
    position: absolute;left:0;top:0;bottom:0;width:1px;background-color:#fff;}
*/

div.insponsors ul.sponsors li.sponsor {position:relative;box-sizing:border-box;
    padding:30px;background-color:#fff;border:1px solid transparent;
    border-right:0;
}
div.insponsors ul.sponsors li a {display:block;height:140px;background-repeat:no-repeat;
    background-position:50%;background-size:contain;text-indent:-9000px;}
    /*position:absolute;top:20px;left:20px;right:20px;bottom:20px;}*/

div.insponsors ul.slick-dots {bottom:auto;top:calc(100% + 15px);}


h2.searchresult {color: #000;text-align:center;
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-weight: 300px;
    margin: 31px 0 20px;}
h2.searchresult:after {content:"";display:block;
    margin:16px auto 0;
    width:66px;height:3px;background-color:#F1BB5A;}
h2.searchresult span {color: #F1BB5A;}

ul.searchresult {list-style:none;margin:20px 0;}
ul.searchresult li {padding:8px;margin:0 0 5px;}
/*ul.searchresult li:hover {background-color:#F5F5F5;border-radius:4px;}*/
ul.searchresult li a {font-weight:300;color:#000;
    margin:0;font-size: 18px;font-family:"Roboto Condensed";padding:2px 0;}
ul.searchresult li span.date {font-size:14px;font-family:'Montserrat';color:#f1bb5a;font-weight:700;padding:0;}
ul.searchresult li span.menu {font-size:12px;font-family:'Roboto Condensed';color:#333;font-weight:700;}
ul.searchresult li a:hover span.title {text-decoration:underline;}


form.contact {position:relative;width:100%;}
form.contact div.inputs {padding-right:40%;position:relative;}
div.newsletter_form form.contact div.inputs {padding-right:0;width:60%;float:left;position:relative;}

form.contact div.inputs div.inputwrap {background-color:#fff;padding:18px 20px 15px;border:1px solid #E5E3E3;border-radius:3px;margin:0 0 5px;}
div.newsletter_form {margin:0 0 40px;}
div.newsletter_form form.contact div.inputs div.inputwrap {padding:4px 20px 4px;}
div.drama_form form.contact div.inputs div.inputwrap {padding:4px 20px 4px;}
form.contact div.inputs div.inputwrap label {display:block;color: #2d2424;font-family: "Sansation";font-size: 12.5px;font-weight: bold;;margin-bottom:3px;}
form.contact div.inputs div.inputwrap input,
form.contact div.inputs div.inputwrap select {border:0;background-color:#fff;width:100%;padding:0;font-size:14px;color: #786e6e;font-weight:300;font-size: 14px;}
form.contact div.textarea {position:absolute;top:0;right:0;bottom:0;width:calc(40% - 4px);}
form.contact div.submitwrap {position:relative;float:right;width:calc(40% - 4px);}
form.contact div.textarea textarea {border:0;background-color:#fff;width:100%;padding:0;font-size:14px;font-family: "Sansation";color: #786e6e;font-weight:300;font-size: 14px;height:250px;line-height:21px;}

form.contact div.g-recaptcha {float:right;margin:0 0 4px;}

form.contact input.submit {clear:both;float:right;line-height:48px;color: #fff;cursor:pointer;
font-family: "Sansation", sans-serif;font-size: 12px;padding:0 40px;border:0;border-radius:3px;
font-weight: bold;letter-spacing:3px;background-color:#F1BB5A;}
form.contact div.submitwrap  input.submit {float:none;padding:0 ;text-align:center;display:block;width:100%;}


.registerwrap {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:   flex-start  ;}
div.euroform {padding-top:50px;width:60%;margin:0 auto;
    text-align:center;}
div.euroform a {
    display: block;text-decoration: none;
    float: none;
    max-width:400px;
    height: 43px;
    line-height: 43px;
    background-color: #0c6db3;
    color: #fff;
    font-weight: 700;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 40px;
    margin: 45px auto;}
div.suggestions {width: 30%;display:flex;flex-wrap: wrap;padding: 40px 0;}
div.suggestions h4 {font-size: 16px;font-weight:600;margin:0 0 20px;}
div.suggestions a {color: #000;margin: 0 0 10px;font-size: 14px;}
div.suggestions a:hover {color: #F1BB5A;}



form.register {padding-top:30px;width:100%;max-width:900px;margin:0 auto;}
form.register div.mf {display:flex;
    border-bottom:1px solid #D5D5D5;
    flex-wrap: nowrap;justify-content: flex-start;
    align-items: flex-start;font-family: "Roboto";}
form.register div.mf:first-child {border-top:1px solid #D5D5D5;}
form.register div.mf>label {width:150px;padding:10px 0;
    margin-right:20px;
    color: #000;font-size: 14px;font-weight: bold;}
form.register div.mf div.inputwrapper {width:calc(100% - 180px);
    padding:10px 0;display:flex;}
form.register div.mf div.inputwrapper input {border: 0;
    /*height: 26px;line-height: 26px*/;color: #373737;width:100%;
    padding: 0;font-family: "Roboto";box-sizing: border-box;
    font-size: 15px;font-weight: 300;}
form.register div.mf div.inputwrapper input.check {border: 0;
    color: #373737;width:15px;padding: 0;}

form.register div.mf div.inputwrapper span.amount {border: 0;
    /*height: 26px;line-height: 26px*/;color: #373737;width:100%;
    padding: 0;font-family: "Roboto";box-sizing: border-box;
    font-size: 15px;font-weight: 600;}

form.register div.mf p {font-size:14px;color:#444;font-weight: 600}
form.register div.mf p.totalcost {font-size:18px;color:#444;font-weight: 600}
form.register div.mf div.inputwrapper select {border: 0;
    /*height: 26px;line-height: 26px*/;
    height:100%;line-height:100%;color: #373737;width:100%;
    padding: 0;font-family: "Roboto";box-sizing: border-box;
    font-size: 15px;font-weight: 300;}
form.register div.mf div.inputwrapper textarea {border: 0;
    height: 62px;line-height: 18px;color: #373737;width:100%;
    padding: 0;font-family: "Roboto";
    font-size: 15px;font-weight: 300;}

form.register div.mf div.wrapper {display:flex;flex-wrap: nowrap;
    justify-content: space-between;padding:8px 0;}

form.register div.mf div.wrapper span.radio {margin:0 2px;}
form.register div.mf div.wrapper span.radio input {display:none;}
form.register div.mf div.wrapper span.radio label {font-size:14px;
    padding:2px 5px;cursor:pointer;border:1px solid transparent;}
form.register div.mf div.wrapper span.radio label:hover {font-size:14px;
    border:1px solid #E1E1E1;}
form.register div.mf div.wrapper span.radio input:checked+label {
    border:1px solid #E1E1E1;background-color:#fff;color:#F1BB5A;font-weight:600;}

p.failedtocharge {margin: 30px auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #f00;
    background-color: rgba(255,0,0,0.5);
    color: #fff;
    font-weight: 600;}
form.register div.mf div.inputwrapper label.inline {font-size:14px;
    margin-left:10px;}
form.register div.mf div.inputwrapper label.inline a {text-decoration: underline;
    color:#373737;}

form.register a {color:inherit;text-decoration: underline;}
form.register a.submit,form.register a.validate,form.register a.reset {
    display: block;text-decoration: none;
    float: right;
    height: 43px;
    line-height: 43px;
    background-color: #f1bb5a;
    color: #fff;
    font-weight: 700;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 40px;
    margin: 45px 0;}

form.register a.reset {float:left;
    background: #666}


form.register div.mf p.accept {font-weight: normal;position:relative;padding-left:30px;}
form.register div.mf div.inputwrapper p.accept input {position:absolute;top:-1px;left:0;width:13px;}

table.details {margin:20px 0;}
table.details th {color: #000;font-size: 14px;font-weight: bold;padding:0;}
table.details td {padding:2px;}
table.details td input {box-sizing: border-box;padding:8px 4px;border:1px solid #D5D5D5;
    font-size:14px;font-weight:400;font-size:14px;max-width:100%;width:100%;font-family:Roboto;
    color:#373737;border-right:0;border-left:0;border-top:0;}
table.details td textarea {box-sizing: border-box;padding:8px 4px;border:1px solid #D5D5D5;
    font-size:14px;font-weight:400;font-size:14px;max-width:100%;height:50px;width:100%;font-family:Roboto;
    color:#373737;border-right:0;border-left:0;border-top:0;}
table.details td select {box-sizing: border-box;padding:7px 4px;border:1px solid #D5D5D5;
    font-size:14px;font-weight:400;font-size:14px;max-width:100%;width:100%;font-family:Roboto;
    color:#373737;border-right:0;border-left:0;border-top:0;}

table.details td input::-webkit-input-placeholder {font-size : .875em; line-height : 1.4; color:#aaa;}
table.details td input:-moz-placeholder { font-size : .875em; line-height : 1.4; color:#aaa;}



div.logosonline {display:flex;justify-content: center;align-items: center;
    margin:30px auto;}
div.logosonline img {margin:0 5px;}