body{
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

#bottom {
    min-height: 20px;
}

#waitContainer,
#outerContainer {
    display: none;
}

.adBannerTop {
    padding: 10px 0;
}

.adBannerMidContainer {
    padding: 10px 0 0 0;
}

.adBannerMid, .adBannerMidFull {
    padding: 0 0 5px 0;
    position: relative;
    margin: 0 auto;
    max-width: 540px;
}

.adBannerSplash {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top:0; left: 0;
    /*background: #000;*/
    background-color:rgba(100, 100, 100, 0.7);
    z-index:9999;
    font-size: 50px;
    text-align: center;
}

.adBannerBottom {
    padding: 10px 0 0 0;
}

.adBannerTop img{
    width: auto;
    height: auto;
    max-width: 402px;
    max-height: 200px;
}

.adBannerMid img{
    width: auto;
    height: auto;
    max-width: 540px;
    max-height: 375px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.adBannerMidFull img{
    width: auto;
    height: auto;
    max-width: 540px;
    max-height: 755px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.adBannerSplash img{
    width: auto;
    height: auto;
    max-width: 540px;
    max-height: 755px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#splashImg {
    cursor: pointer;
}

#splashWait{
    display: inline-block;
    position: fixed;
    top: 3px;
    right: 3px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    padding: 2px;
    opacity: 0.7;
    font-weight: 100;
}

#splashImgClose{
    display: inline-block;
    position: fixed;
    top: 3px;
    right: 3px;
    cursor: pointer;
    line-height: 25px;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#splashImgClose:hover,
#splashImgClose:active,
#splashImgClose:focus{
    text-decoration: none;
}

#splashImgClose:after{
    content: "\00d7";
    margin-left: 1px;
}

.adBannerBottom img{
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
}

@media screen and (max-width: 402px) {
    .adBannerTop img{
        /*width: 100%!important;*/
        max-width: 90%!important;
        margin: 0 5% !important;
    }
}

@media screen and (max-width: 540px) {
    .adBannerMid img, .adBannerMidFull img, .adBannerSplash img{
        /*width: 100%!important;*/
        max-width: 90%!important;
    }

    .adBannerMid img, .adBannerMidFull img {
        margin: 0 5% !important;
    }
}

form {
    margin: 0;
    padding: 0;
}

.main_center {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

@media screen and (max-width: 720px) {
    .main_center {
        width: auto !important;
        padding: 0 5% !important;
    }
}

.main_panels {
    width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 720px) {
    .main_panels {
        width: auto;
        padding: 0 5% !important;
    }
}

.main_panels .panel_item {
    margin-bottom: 23px;
}

.main_panels a.openbutton {
    font-size: 18px;
    /*font-weight: 600;*/
    text-decoration: none;
    background: #000;
    display: block;
    color: white;
    text-align: center;
    padding: 23px 10px 20px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 1.2;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

/*@media screen and (max-width: 720px) {
    .main_panels a.openbutton {
        font-size: 14px;
    }
}*/

.main_panels a.openbutton:hover,
.main_panels a.openbutton:focus{
    /*color: inherit!important;*/
    text-decoration: none!important;
}

.border_panel, .textcontent {
    margin: 30px 0 0 0;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 30px;
    border: 1px solid #E4E4E4;
}

.textcontent {
    font-size: 18px;
    line-height: 1.3;
}

.border_panel p {
    font-size: 18px;
    line-height: 1.2;
    margin: 25px 0;
}

.dataForm .field {
    margin-bottom: 20px;
}

.dataForm .label {
    font-size: 18px;
    /*font-weight: bold;*/
    display: block;
    margin-bottom: 13px;
    color: #333333!important;
    font-weight: 400;
    white-space: normal!important;
}

.dataForm pre {
    width: 96%;
    display: inline-block;
    font-size: 24px;
    padding: 6px 2%;
    text-align: left;
}

.dataForm input[type=text],
.dataForm input[type=email],
.dataForm input[type=password] {
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
    width: 96%;
    border: 2px solid #e4e4e4;
    margin: -2px;
    font-size: 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
}

.dataForm select {
    padding: 8px;
    width: auto;
    border: 2px solid #e4e4e4;
    margin: -2px;
    font-size: 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #333333;
    max-width: 100%;
    vertical-align: middle;
}

.dataForm .field .msg {
    color: #b90000;
    display: block;
    margin-top: 8px;
    /*font-weight: bold;*/
    vertical-align: middle;
}

.login_error {
    color: #b90000;
    display: block;
    margin-top: 8px;
    font-weight: bold;
    vertical-align: middle;
}

.checkbox {
    margin-top: 0;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 400;
}

.checkbox label:before {
    content: "";
    display: inline-block;

    width: 20px;
    height: 20px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 19px;
}

input[type=checkbox]:disabled + label {
    cursor: not-allowed!important;
}

input[type=checkbox]:disabled + label:before {
    content: "";
}

.dataForm .btn_container .button1 {
    min-width: 300px;
    padding: 0;
}

@media screen and (max-width: 720px) {
    .dataForm .btn_container .button1 {
        min-width: 0;
        width: 100%;
        padding: 0;
    }
}

#skip.panel_item a.openbutton,
.over_panel header,
.button1 {
    background-color: #000;
}

.button1 {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border: none;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    cursor: pointer;
    /*font-weight: bold;*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 0 20px;
    display: inline-block;
}

.button1:hover,
.button1:focus{
    color: #ffffff!important;
    text-decoration: none!important;
}

.button1.disabled,
.openbutton.disabled{
    opacity: 0.6;
    cursor: not-allowed!important;
}

.social_login_container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social_login_container .loader {
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.95);
    padding-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
}

.over_panel {
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10;
    top: -10000px;
}

.over_panel header {
    background-color: #000000;
    font-size: 32px;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    overflow: hidden;
}

.over_panel header a.close_prelogin {
    background: url(../img/bg_close.png) no-repeat center;
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #ffffff;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width: 720px) {
    .over_panel header a.close_prelogin {
        right: 9.375%;
    }
}

.dataform .btn_container {
    margin: 30px 0;
    text-align: left;
}

@media screen and (max-width: 720px) {
    .dataform .btn_container {
        margin: 20px 0;
        text-align: left;
    }
}

.dataform .btn_container .button1 {
    min-width: 300px;
    padding: 0;
}

@media screen and (max-width: 720px) {
    .dataform .btn_container .button1 {
        min-width: 0;
        width: 100%;
        padding: 0;
    }
}

a.back_prelogin {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px 20px;
}

a.back_prelogin:hover,
a.back_prelogin:focus {
    /*color: inherit!important;*/
    text-decoration: none!important;
}


.lang_select_container {
    width: 340px;
    margin: 20px auto 30px auto;
}

.lang_select {
    position: relative;
    background: #fff;
    border: 1px solid #444444;
    color: #222222;
    font-size: 14px;
    padding: 0 9px 0 7px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    text-align: left;
    overflow: hidden;
}

.lang_select::before {
    border-color: #222222 transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 0;
}

.lang_select ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang_select .lang.en {
    background-image: url(../img/flag_en.gif);
}

.lang_select .lang.el {
    background-image: url(../img/flag_el.gif);
}

.lang_select .lang {
    background: no-repeat left center;
    padding-left: 23px;
    min-height: 29px;
    display: block;
}

.lang_select.opened ul.select {
    display: block;
}

.lang_select ul.select {
    display: none;
}

.lang_select a {
    color: #222222!important;
    display: block;
}

.lang_select a:hover {
    color: #cacaca!important;
}

@media screen and (max-width: 720px) {
    .lang_select_container {
        padding: 0 18.75% !important;
        width: auto !important;
    }
}

#dataSpecUseProfile {
    display: none;
    margin: 5px;
    padding: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}

@media (max-width: 767px){
    .profile_entry .btn, .profile_label {
        font-size: 0.9em !important;
    }

    .profile_entry .btn {
        padding: 6px 8px;
    }

    .profile_entry > div {
        padding-bottom: 5px!important;
    }
}

.profile_label {
    padding: 6px 0;
    text-align: right;
}

/*////////////////////////////////////////////////////////////////////////
//  FONTS
///////////////////////////////////////////////////////////////////////*/

/* fira-sans-300 - greek_latin */

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/fira-sans-v7-greek_latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Fira Sans Light'), local('FiraSans-Light'),
    url('../fonts/fira-sans-v7-greek_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v7-greek_latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v7-greek_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v7-greek_latin-300.svg#FiraSans') format('svg');
    /* Legacy iOS */
}

/* fira-sans-300italic - greek_latin */

@font-face {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/fira-sans-v7-greek_latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local('Fira Sans Light Italic'), local('FiraSans-LightItalic'),
    url('../fonts/fira-sans-v7-greek_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v7-greek_latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v7-greek_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v7-greek_latin-300italic.svg#FiraSans') format('svg');
    /* Legacy iOS */
}

/* fira-sans-500 - greek_latin */

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v7-greek_latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Fira Sans Medium'), local('FiraSans-Medium'),
    url('../fonts/fira-sans-v7-greek_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v7-greek_latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v7-greek_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v7-greek_latin-500.svg#FiraSans') format('svg');
    /* Legacy iOS */
}