/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- CONNECT - CAPTCHA -------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.loginBox .theForm {
    background: #f5f6f7;
    padding: 20px;
    margin-top: 30px;
}

.loginBox .theForm h4 {
    float: left;
    width: 100%;
    text-align: center;
    color: #0a1971;
    font-size: 16px;
    letter-spacing: 0.05px;
    line-height: 1.500em;
    margin: 5px 0 25px 0;
}

.theForm .formBox {
    width: 84%;
    height: 100%;
    margin: 0 8%;
    position: relative;
}

.theForm .formBox .field {
    position: relative;
    width: calc(50% - 12px);
    margin-bottom: 18px;
    display: inline-block;
    vertical-align: top;
}

.theForm .formBox .field.captcha {
    width: calc(50% - 35px);
    margin-right: 45px;
    position: relative;
}

.theForm .formBox em{font-size: 13px; color:#dc4d34; display: none; font-family: 'light_italic'}
.theForm .formBox .field input{width:100%;}
.theForm .formBox .field p {
    color: #575757;
    font-size: 14px;
    font-family: 'light';
    float: left;
    width: 100%;
    margin-top: 3px;
    padding-left: 4px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.theForm .formBox em.error {
    display: block;
    width: calc(50% - 12px);
    float: right;
    margin: 0;
}

.theForm .formBox .field.error input{border-color:#dc4d34;}
.theForm .formBox .field input[type="submit"] {
    background: #00a8ec;
    font-family: 'bold';
    font-size: 18px;
    letter-spacing: 1.5px;
    border: none;
    color: #fff;
    float: left;
    padding: 10px 0;
    max-width: 206px;
    display: block;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.theForm .formBox .field input[type="submit"]:hover{background:#0a1971;}
.theForm .checkBox a{text-decoration: underline;}
.theForm .checkBox a:hover{color:#00a8ec}
.theForm .field.submitBtn {
    margin-top: 7px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

/* TABLET */
@media screen and (max-width:992px){
   .theForm .formBox .field{
        margin-bottom: 15px;
    }

    .loginBox .rightSocial h4, .loginBox .theForm h4 {
        font-size: 14px;
    }

    .loginBox .rightSocial, .loginBox .theForm{
        padding: 14px;
    }

    .theForm .formBox em.error {
        text-align: left;
    }
}

@media screen and (max-width:768px){

    .theForm .formBox .field input[type="submit"]{
        font-size:14px;
    }

    .connectTo h2,
    .loginBox .theForm h4{
        text-align: left;
    }

    .loginBox .theForm h4{
        margin-bottom: 15px;
    }

    .loginBox .theForm {
        padding: 0;
        margin: 0 2%;
    }

    .theForm .formBox{
        width: 100%;
        margin: 0;
    }

    .loginBox .theForm{
        background: transparent;
        margin-top: 0;
    }

    .theForm .formBox .field.captcha {
        width: calc(100% - 35px);
        margin-right: 0;
    }

    .theForm .formBox em.error{
        width: 100%;
        margin: 0 0 15px 0;
        float: left;
    }

    .theForm .formBox .field {
        width: 100%;
    }
}

/* MOBILE */
@media screen and (max-width:639px){

    .theForm .formBox .field input[type="submit"] {
        max-width: 100%;
        margin-left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

   .loginBox .theForm{
        width: 98%;
   }

}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------MOUSTAKAS CSS - CONTENTS-----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*
Filename:modules.css
Site:NOVA Landing Benaki
version:1.0
Created on : 08 JAN 2016
Author: Alexandros Panagis
Description: Default styles for Home page
*/

/* 01. HTML, BODY & LINKS */
/* 02. GENERAL PURPOSE CLASSES */
/* 03. HEADER */
/* 04. TOP PROMO */
/* 05. CONNECT */
/* 06. PROMO BANNER */
/* 07. BENAKI LINKS */
/* 08. FOOTER */
/* 09. POP UPS */


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------01. HTML, BODY & LINKS---------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

*, *:before, *:after {box-sizing: border-box; -webkit-box-sizing: border-box;}

/* Border box for all Elements */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Eliminating default values of tags */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, figure, form, label, legend, caption {
    background: none;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Body */
body{
    font-family: 'regular', sans-serif;
    font-size:16px;
    background:#fff;
    width:100%;
    height:100%;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/* Links */
input[type="submit"],
.icon, a{color: inherit; display: inline-block; text-decoration: none; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
:focus{outline:none;}
a:hover{text-decoration: none;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------02. GENERAL PURPOSE CLASSES----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Disabling styles for desktop & mobile */
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
}

/* Wrappers */
.fullWrapper{width:100%; float:left;}
.mainWrapper {width: 100%; margin: 0 auto; padding:0 20px;}

/* Margins TOP */
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-70{margin-top:70px;}

/* Margins BOTTOM */
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}

/* Subtract classes */
.no-ml{margin-left: 0px !important;}
.no-mr{margin-right: 0px !important;}
.no-mt{margin-top: 0px !important;}
.no-mb{margin-bottom: 0px !important;}
.no-bg{background:none !important;}
.no-border{border:none !important;}

/* Align */
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}


/* Inputs */
textarea,
input[type="email"],
input[type="password"],
input[type="text"] {
    background: #fff;
    height: 44px;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-family: 'light';
}

input[type="password"]{letter-spacing: 2px;}
input[type="submit"]:hover{cursor: pointer;}

/* Checkbox */
.checkBox input[type="checkbox"] { display: none; }
.checkBox label {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 2px 4px 27px;
    font-size: 13px;
    font-family: 'light';
    float: left;
    width: auto !important;
}

.checkBox label:before { content: ''; position: absolute; left: 0px; top: 1px; width: 19px; height: 19px; background:url(../images/checkBox.png) no-repeat 0px -1px}
.checkBox label::-moz-selection { background: transparent; }
.checkBox label::selection { background: transparent; }
.checkBox input[type="checkbox"]:checked + label:before,
.checkBox input[type="checkbox"]:checked + input + label:before { background: url(../images/checkBox.png) 0px -25px no-repeat;  border: none; }
.checkBox .disabled { opacity: 0.2; }
.checkBox .disabled label {pointer-events: none; cursor: default;}

/* Select 2 */
.select2{width:100% !important;}
.select2-container {
    background: #fff !important;
    font-size: 18px;
    text-align: left !important;
    border: 1px solid #eeeeee;
    color: #a7a7a7;
    font-family: 'light';
    height: 50px;
}

.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    height: 36px;
    padding-top: 5px;
}

.select2-container--default .select2-results > .select2-results__options{background:#fff; border:2px solid #eeeeee; width:calc(100% - 2px); box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.2); -webkit-box-shadow:0px 3px 10px -4px rgba(0,0,0,0.2);}
.select2-dropdown{border:none; background:none;}
.selection{color:#e9e9e9; border-radius: 4px; width:100%; float:left; padding:5px;}
.select2-container--open .select2-dropdown--below{background:none;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:rgba(0,0,0,0.1); color:#673926;}
.select2-container--default .select2-results__option[aria-selected="true"]{background:#66cbf4; color:#fff; font-family: 'bold'}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a7a7a7;
    font-family: 'light';
    font-size: 16px;
}
.select2-results__option[aria-selected]{color:#575757;}
.select2-container--open .select2-dropdown--below{top:-5px;}
.select2-results__option{padding:9px 15px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:7px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    font-family: 'icomoon';
    content: "\e907";
    height: 20px;
    width: 20px;
    margin-left: -12px;
    margin-top: 0;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before{font-family: 'icomoon'; content:"\e907"; font-size: 14px; color:#66cbf4; font-weight: normal;}
.select2.select2-container--open .select2-selection__arrow b{transform: rotate(270deg); -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); margin-top:-1px; width:20px;}
.select2-container--open b{margin-top:-5px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{width:20px; height:20px;}
.select2-container--default .select2-search--dropdown .select2-search__field { background: #F8F8F8; height: 35px; border: none; padding-left: 8px; font-size: 16px; color: #333333;}
.select2-dropdown--above .select2-search{border-radius: 5px 5px 0 0;}


/* Placeholders */
input::-webkit-input-placeholder { font-family: 'light'; color:#a7a7a7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; letter-spacing: 0px;}
input::-moz-placeholder{ font-family: 'light'; color:#a7a7a7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; letter-spacing: 0px;} /* firefox 19+ */
input:-ms-input-placeholder{ font-family: 'light'; color:#a7a7a7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; letter-spacing: 0px;} /* ie */
input:-moz-placeholder{ font-family: 'light'; color:#a7a7a7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; letter-spacing: 0px;}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* Form fields */
.field{position: relative; float:left;}
.field em{color:#ef4023; position: absolute; font-size: 11px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 03. HEADER --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

header {
    padding: 19px 0;
}

.logo {
    float: left;
    margin-left: 1%;
}

.logo img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

.lang {
    float: right;
    margin-top: 13px;
    margin-right: 1%;
}

.lang li {
    list-style-type: none;
    font-family: 'bold';
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.lang li:not(:last-child):after {
    content: '';
    display: inline-block;
    margin: 0 12px;
    width: 1px;
    height: 22px;
    background:#00a8ec;
}

.lang li a{-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.35}
.lang li.active a {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;

}

.lang li img {
    max-width: 17px;
}

.lang li.active a:hover{cursor:default}
.lang li:not(.active):hover a{opacity:1; -webkit-filter: grayscale(10%); filter: grayscale(10%);}
.lang li:not(.active):hover a span{color:#00a8ec}
.lang li span {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 3px;
    color: #444444;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 04. TOP PROMO -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.topPromo {
    background: url(../images/blueBgnew.jpg) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 15px;
}

.topPromo .mainWrapper{position: relative; padding-top:31px;}
.topPromo .mainWrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #ffffff;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    position: absolute;
    top: 0;
    left: 89px;
}

.topPromo figure img{max-width: 100%; max-height: 90px;}
.topPromo article h2{width:100%; float:left; font-family:'cond_light'; font-size:26px; line-height:110%; color:#fff; letter-spacing: 1px;}
.topPromo article h2 span{font-family: 'cond'; font-size: 26px;}
.topPromo article h2 span b{font-family: 'cond'; font-weight: normal;}
.topPromo article p {
    font-family: 'light';
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 12px;
    padding-right: 5%;
}

.topPromo article p b{font-family:'bold'; font-weight: normal; line-height:24px; letter-spacing: 1px;}
.topPromo .links {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.topPromo .links a {
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'bold';
    margin-bottom: 15px;
}

.topPromo .links a:not(:last-child) {
    margin-right: 29px;
}

.topPromo .links a .icon-gear,
.topPromo .links a .icon-access {
    font-size: 25px;
    color: #fff;
    opacity: 0.7;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.topPromo .links a .icon-arrow {
    display: inline-block;
    font-size: 11px;
    color: #00a8ec;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.topPromo .links a:hover .icon-arrow {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.topPromo .links a span{border-bottom: 1px solid transparent; transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.topPromo .links a:hover span{border-bottom: 1px solid #fff;}
.topPromo .links a:hover i{opacity:1;}

/*----------------------------------------------------- Overrides per nasId class --------------------------------------------------------*/
.topPromo_WIFI-SKLAVENITIS-BLUE {
    background: url(../images/greyBg.png) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 05. CONNECT -------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.connectTo {padding-top:20px;}
.connectTo h2{float:left; width:100%; text-align: center; color:#5c6194; font-family: 'cond_light'; font-size:36px; letter-spacing: 1px; line-height:100%;}
.connectTo h3{float:left; width:100%; text-align: center; color:#0a1971; font-family: 'light'; font-size:21px; letter-spacing: 1.5px; margin-top:30px; line-height:100%;}
.connectTo .loginBox{float: left; width: 100%; position: relative; margin-top: 0;}
.connectTo.social_login .loginBox{margin-top: 10px;}
.connectTo .loginBox .orGraphic {
    font-family: 'bold_italic';
    position: absolute;
    top: 4px;
    color: #00a8ec;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fafafb;
    text-align: center;
    left: 50%;
    margin-left: -20px;
}

.connectTo .loginBox .rightSocial,
.connectTo .loginBox .leftForm {
    background: #f5f6f7;
    padding: 20px;
}

.connectTo.social_login .loginBox .rightSocial,
.connectTo.social_login .loginBox .leftForm {
    margin-top: 58px;
}

.connectTo:not(.social_login) .loginBox .leftForm {
    margin: 0 auto;
    margin-top: 58px;
    float: none;
    min-height: 139px;
}

.loginBox .rightSocial h4,
.loginBox .leftForm h4 {
    float: left;
    width: 100%;
    text-align: center;
    color: #575757;
    font-family: 'light';
    font-size: 18px;
    margin-top: -66px;
    letter-spacing: 1.3px;
}

.logSocial {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    height: 124px;
}

.loginBox .rightSocial h4 span{font-family: 'bold'}
.leftForm .formBox{float:left; width:100%; height:100%; position: relative;}
.leftForm:not(.captchaForm) .formBox .field.req:after {
    content: "*";
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'light';
    color: #898a8a;
}

.leftForm .formBox .field {
    position: relative;
    width: calc(50% - 12px);
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.field.spaceRight {
    margin-right: 23px;
}

.leftForm .formBox em{font-size: 13px; color:#dc4d34; display: none; font-family: 'light_italic'}
.leftForm .formBox .field input{width:100%;}
.leftForm .formBox .field p {
    color: #575757;
    font-size: 14px;
    font-family: 'light';
    float: left;
    width: 100%;
    margin-top: 3px;
    padding-left: 4px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.leftForm .formBox em.error {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
}

.leftForm .formBox .field.error input{border-color:#dc4d34;}
.leftForm .formBox .field input[type="submit"] {
    background: #00a8ec;
    font-family: 'bold';
    font-size: 18px;
    letter-spacing: 1.5px;
    border: none;
    color: #fff;
    float: right;
    padding: 10px 0;
    /*max-width: 206px;*/
    display: inline-block;
/*    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.checkBox {
    margin-top: 13px;
}
.leftForm .formBox .field input[type="submit"]:hover{background:#0a1971;}
.leftForm .checkBox a{text-decoration: underline;}
.leftForm .checkBox a:hover{color:#00a8ec}

.socialBox h5 {
    font-family: 'light';
    font-size: 16px;
    color: #a2a2a3;
    margin: 10px 0 17px;
    letter-spacing: 1px;
    text-align: center;
}

.logSocial a {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: inline-block;
    height: 44px;
    overflow: hidden;
    vertical-align: top;
}

.logSocialRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.logSocialRow:last-child {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.logSocial a:hover{opacity:0.85;}

.logSocial a i {
    font-size: 44px;
    float: left;
    border-right: 1px solid #fff;
    position: relative;
    width: 45px;
    height: 44px;
    z-index: 0;
    overflow: hidden;
}
.logSocial a i:after{position: absolute; content:""; width:100%; height:100%;background:#fff;top:0; left:0; z-index: -1}
.logSocial a span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'light';
    line-height: 43px;
    vertical-align: middle;
    padding-left: 14px;
}

.logSocial a span b{font-family: 'bold'; font-weight: normal;}
.logSocial .facebook i{color:#31569a;background: #31569a;}
.logSocial .facebook{background:#31569a;}
.logSocial .twitter i{color:#28a9e0}
.logSocial .twitter{background:#28a9e0}
.logSocial .google i{color:#4285f4}
.logSocial .google{background:#4285f4}
.logSocial .linked i{color:#0574b5}
.logSocial .linked{background:#0574b5}
.loginBox .info{margin-top:20px;}
.loginBox .info i{color:#33b9f0; font-size: 22px; float:left;}
.loginBox .info span{font-size:15px; font-family: 'light_italic'; letter-spacing: 0.5px;width: calc(100% - 35px); float:right;}
.loginBox .info span b{font-family: 'bold_italic'; font-weight: normal;}

/*.logSocial a.facebook i:after {
    background: #31569a;
}

.logSocial a.twitter i:after {
    background: #28a9e0;
}

.logSocial a.google i:after {
    background: #dc4d34;
}

.logSocial a.linked i:after {
    background: #0574b5;
}

.logSocial a i:before {
    position: relative;
    z-index: 1;
}*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 06. PROMO BANNER --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.promoBanner {
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
}

.social_login + .promoBanner {
     padding: 25px 0;
     margin: 0;
 }

.promoBanner img{max-width:100%;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 07. BEKANI LINKS --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.benakiLinks {
    background: url(../images/lightBlueBg.jpg) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 20px 0;
    position: relative;
}

.benakiLinks .banner-holder {
    position: relative;
    height: 90px;
}

.benakiLinks .linkTitle {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
    padding: 15px;
    color: #303030;
    font-family: 'regular';
    font-size: 16px;
    line-height: 1.2;
}

.benakiLinks .linkTitle:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.62) 38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.62) 38%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.62) 38%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.62) 38%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.benakiLinks .linkTitle a {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.benakiLinks .linkTitle a > span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.benakiLinks .linkTitle a:hover > span {
    border-bottom-color: currentColor;
}

.benakiLinks .linkTitle a:hover .icon-arrow {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.benakiLinks .linkTitle a .icon-arrow {
    font-size: 14px;
    color: #00a8ec;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.benakiLinks .linkTitle span{font-family: 'bold'}
.benakiLinks a:hover .linkTitle span,
.benakiLinks a:hover .linkTitle{text-decoration: underline;}
.benakiLinks a:hover .linkTitle:after{text-decoration: none;}
.benakiLinks a:hover .linkTitle:after{color:#0a1971;}
.benakiLinks figure {
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: repeat-x;
}


.benakiLinks figure img {
    width: auto;
    height: 100%;
    max-width: 100%;
    float: right;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 08. FOOTER --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer{padding-top:35px;}
section.promoBanner + footer{background-color:#f5f6f7;}
footer h2{width:100%; float:left; font-family:'cond_light'; font-size:53px; text-align: center; line-height:110%; color:#5c6194; letter-spacing: 1px;}
footer p {
    width: 80%;
    margin: 0 10% 0;
    float: left;
    font-family: 'light';
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #575757;
    letter-spacing: 0.065em;
}

footer p b{font-family: 'bold'; font-weight: normal;}
footer .bottomLinks{width:100%; text-align: center;}
footer .bottomLinks .linkBox {
    display: inline-block;
    margin: 15px 50px 33px 50px;
}

footer .bottomLinks .linkBox i {
    color: #fbae42;
    font-size: 40px;
    display: block;
    margin-bottom: 12px;
}

footer .bottomLinks .linkBox span{font-size:22px; font-family: 'bold'; color:#575757}
footer .bottomLinks .linkBox a{font-size:16px; text-decoration: underline; font-family: 'light'; color:#575757}
footer .bottomLinks .linkBox a:hover{color:#00a8ec; }
.copyright {
    color: #b1b2b2;
    font-size: 12px;
    font-family: 'light';
    padding: 8px 0 9px;
    text-align: center;
    background: #f5f6f7;
}
.copyright.bottom {
    position: fixed;
    bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- 09. POP UPS -------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.overlay{position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.6); z-index: 998; display:none;}
.popUp{position: fixed; width:810px; top:50%; left:50%; margin-left:-405px; height:auto; padding: 40px 60px; background:#f2f2f2; z-index: 999; display:none;}
.popUp .popUpLogo{float:left; width:100%; text-align: center;}
.popUp .whiteBox{background:#fff; width:100%; padding:20px 40px; float:left; margin-top:24px}
.popUp .icon-close{position: absolute; font-size: 20px; top:20px; right:20px; color: #0a1971; transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.popUp .icon-close:hover{cursor: pointer; color: #00a8ec;}

.popUp.open {
    display: block;
}

/* Success Login pop up*/
.successLogin {height:380px; margin-top:-190px;}
.successLogin .icon-success{font-size: 60px; color: #068800; display: table-cell; vertical-align: middle;}
.successLogin .whiteBox {display: table;}
.successLogin .whiteBox .boxText{float:left; width:100%; padding-left:40px;}
.successLogin .whiteBox .boxText label{float:left; width:100%; font-family:'cond_light'; font-size:28px; color:#484848;}
.successLogin .whiteBox .boxText span{float:left; width:100%; font-family:'cond'; font-size:18px; color:#484848; margin-top:10px}
.successLogin .whiteBox .boxText span b{color:#00a8ec; font-family: 'bold'}

/* Error pop up */
.errorPopup.successLogin{height:500px; margin-top:-250px;}
.errorPopup .icon-error{font-size:50px; color:#d6203c;display: table-cell; vertical-align: middle;}
.successLogin.errorPopup .whiteBox .boxText label {font-size:23px; font-family: 'cond' !important}
.successLogin.errorPopup .whiteBox span{font-size: 20px; font-family: 'cond_light' !important; margin-top:0 !important}
.errorPopup .bottomContent{float:left; width:100%; text-align: center;}
.errorPopup .bottomContent p{float:left; width:100%; font-size:18px; font-family: 'light'; letter-spacing: 1.3px; line-height: 24px; margin:25px 0 ;}
.errorPopup .bottomContent p b{font-family: 'bold'; }
.errorPopup .bottomContent a{font-family: 'bold'; font-size:18px; letter-spacing: 2px; background:#30b7ed; padding: 16.5px 90px; color:#fff; display: inline-block}
.errorPopup .bottomContent a:hover{background:#0a1971;}

/* Timeout pop up*/
.timeoutPopup{height:420px; margin-top:-210px;}
.timeoutPopup .whiteBox{text-align: center; padding:15px 40px;}
.timeoutPopup .whiteBox .boxText span{margin-top:0;}
.timeoutPopup .bottomContent{text-align: center; margin-top:30px; font-size:18px; font-family: 'light'; color:#575757; line-height: 26px; letter-spacing: 1px; float:left; width:100%;}
.timeoutPopup .bottomContent b{color:#00a8ec; font-size:22px; font-family: 'bold'; letter-spacing: 1.2px;}

/* Social pop up*/
.socialPopup{height:500px; margin-top:-250px;}
.socialPopup .popUpContent{float:left; width:76%; margin-left:12%; margin-right:12%;}
.socialPopup .popUpContent p{font-family: 'light'; font-size:18px; color:#575757; line-height:24px; letter-spacing: 1px; text-align: center; float:left; width:100%;}
.socialPopup .popUpContent p:first-child{margin-top:23px;}
.socialPopup .popUpContent p.whiteBg{background:#fff; padding:15px 0; margin:7px 0; width:90%; margin-left:5%;}
.socialPopup .popUpContent p b{font-family: 'bold'; font-weight: normal; }
.socialPopup .popUpContent em{font-family: 'light'; font-size: 15px; color:#484848; float:left; width:100%; text-align: center; font-style: normal;}
.socialPopup .popUpContent em b{color:#00a8ec; font-family: 'bold'}
.socialPopup .logSocial a{width:66%; margin:23px 22%;}


.loginBox .collapse-header,
.mob-form-header {
    display: none;
}

/*
.hotspot-logo {
    max-width: 140px;
}*/

/*terms*/

.mainWrapper.termsWrapper{
    max-width: 976px;
    margin-bottom: 83px;
    padding: 0 20px;
    position: relative;
}

.terms-container ol { counter-reset: item; float: left; width: 100%; }
.terms-container ol li {font-family: 'light';line-height: 1.375em;letter-spacing: 0.045em;color: #303030;font-size: 16px;}
.terms-container > ol > li {font-family: 'bold';float: left;width: 100%;}
.terms-container ol li{ display: block }
.terms-container ol li:before {font-family: 'bold'; content: counters(item, ".") ". "; counter-increment: item }
.terms-container > ol > li:not(:first-child){
    margin-top: 32px;
}
.terms-container ul {
    list-style-type: circle;
    display: table;
    margin: .5em;
    margin-left: 22px;
}

.terms-container ol li ul li {
    position: relative;
    padding-bottom: .5em;
    display: table-row;
}

.terms-container ol li ul li:before {
    font-family: normal;
    content: '\2022';
    counter-increment: initial;
    display: table-cell;
    width: 20px;
    font-size: 20px;
}

.connectTo .termsWrapper h2 {
    margin-bottom: 33px;
}

.terms-container ol li ol {
    margin-top: 20px;
}
.terms-container ol li ol li{
    margin-bottom: 20px;
}

.mainWrapper.termsWrapper:after{
    content: "";
    display: table;
    clear: both;
}