/*  --------------------------------- */


/*  UNIVERSAL

/*  --------------------------------- */

*,
*:before,
*:after {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}


/*  --------------------------------- */


/*  COLORS

/*  --------------------------------- */

header {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    z-index: 2;
}


/*  --------------------------------- */


/*  TYPOGRAPHY

/*  --------------------------------- */

html,
body {
    font-family: 'maintype';
    background-color: #262626;
    background-image: url('../images/backgrounds/bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

p {
    font-size: 18px;
}

h4 {
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1.8em;
}

h1 {
    padding-top: 24px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

a:hover {
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 3px solid #fff;
    transition: 0.3s;
}

button,
.button {
    color: #000;
    background-color: #FFF;
    border: none;
    font-style: normal;
    font-weight: normal;
    border-radius: 0;
    display: block;
    padding: 10px 40px;
    font-size: 20px;
    height: auto;
    letter-spacing: 1px;
    width: 100%;
    transition: 0.3s;
    float: right;
}

label,
button,
.button {
    padding: 16px 10px;
    background-color: #bdc818;
    color: #fff;
    display: block;
    width: 15%;
    float: left;
    text-align: center;
    font-size: 20px;
}

input[type="text"] {
    float: left;
    //margin: 20px auto;
    display: block;
    color: #000;
    background-color: white;
    border-radius: 0;
    border-width: 0px;
    padding: 13px 30px;
    width: 78%;
    font-size: 20px;
    box-sizing: content-box;
    float: left;
}

button,
.button {
    margin-right: 10px;
    font-weight: bold;
    padding: 16px 20px;
    width: auto;
    float: right;
}

button.cta {
    letter-spacing: 3px;
    font-size: 16px;
    padding: 16px 30px;
    float: none;
    margin: auto;
    text-transform: none;
}


/*  --------------------------------- */


/*  IMAGES

/*  --------------------------------- */

header img {
    padding-top: 20px;
    padding-left: 40px;
    max-width: 160px;
    display: block;
    float: left;
}

.extra-features img {
    max-height: 40px;
    padding-bottom: 20px;
}


/*  --------------------------------- */


/*  FORMS

/*  --------------------------------- */

.styled-select select {
    background: transparent;
    width: 268px;
    padding: 0px;
    font-size: 20px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

.styled-select {
    margin: 20px;
    width: 240px;
    height: 44px;
    overflow: hidden;
    background: url('../images/buttons/new-button.png') no-repeat right;
    border-bottom: 3px solid #FFF;
    display: inline-block;
}

option,
label {
    display: inline-block;
}

.extra-content {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.extra-content {
    padding: 0px 0px;
    display: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    margin: 20px auto;
    display: block;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    border-width: 3px;
    padding: 10px 30px;
    width: calc(100% - 66px);
    font-size: 20px;
    box-sizing: content-box;
}

.reveal {
    display: block !important;
}

.hide {
    display: none;
}

button:hover,
.button:hover {
    color: #FFF;
    transition: 0.3s;
    background-color: #000;
}

.footer {
    text-align: left;
    width: 100%;
}

.footer h3 {
    float: left;
    padding-left: 10px;
    padding-top: 22px;
    font-size: 14px;
}

.call-us {
    position: relative;
    float: right;
}

.call-us-now {
    position: absolute;
    top: 0;
    left: 0;
    content: "ΚΑΛΕΣΕ ΜΑΣ ΤΩΡΑ!";
    background-color: #000;
    width: 100%;
    padding: 20px;
    color: #FFF;
    border: 3px solid #fff;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
}

.call-us-now:hover {
    background-color: #FFF;
    color: #000;
    transition: 0.3s;
}

.cta-second {
    display: none;
}

.tooltip {
    margin: 20px 10px 0px 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.8s;
}

.tooltip:hover {
    opacity: 1;
    transition: 0.8s;
}

.biggerimages {
    max-height: 80px !important;
    transition: 0.5s;
}

.success {
    display: none;
    margin: 100px 0;
}

.signature {
    color: #666;
}

.signature a {
    border: 0;
    display: inline;
    font-size: 100%;
    padding: 0;
    margin: 0;
    color: #aaa;
}


/*  --------------------------------- */


/*  SECTIONS

/*  --------------------------------- */

.first {
    padding-top: 70px;
}

.bottom-light-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.green-borders {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #bdc818;
    border-bottom: 1px solid #bdc818;
    font-size: 30px;
}

.info {
    padding-top: 50px;
}

.footer {
    background-image: url('../images/backgrounds/footer.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}


/*  --------------------------------- */


/*  COLORS

/*  --------------------------------- */

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}
.gray{
    background-color:#666;
}
.green {
    color: #bdc818;
}

#c {
    position: fixed;
    display: block;
    z-index: 10000;
    background-color: #000;
}

#d {
    display: block;
}

body {
    overflow: hidden;
}

.colophon {
    padding-top: 35px;
    color: #ccc;
    letter-spacing: 3px;
    font-size: 10px;
}

.colophon img {
    max-width: 80px;
    padding-right: 15px;
}

#terms-of-use {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    left: 0;
    padding: 50px;
    z-index:1000;
}

#carousel {}

span.tooltipnew {
    display:block;
    /* width: 500px; */
    color: #FFFFFF;
    background: #000000;
    /* height: 200px; */
    line-height: 30px;
    text-align: center;
    /*visibility: hidden;*/
    border-radius: 6px;
    z-index: 1000;
    opacity: 0.8;
    padding: 30px;
    right:0;

    font-size:18px;
    position:relative;
        -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
}

span.tooltipnew:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}


@-webkit-keyframes scroll-down-anim {
    0% {
        top: -10px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}

@-moz-keyframes scroll-down-anim {
    0% {
        top: -7px;
    }
    50% {
        top: 3px;
    }
    100% {
        top: -7px;
    }
}

@-o-keyframes scroll-down-anim {
    0% {
        top: -7px;
    }
    50% {
        top: 3px;
    }
    100% {
        top: -7px;
    }
}

@keyframes scroll-down-anim {
  0% {
        top: 0px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

#instructions{
    padding-top:25px;
    border-top:3px solid #bdc818;
   /* border-bottom:3px solid #bdc818;*/
    margin-bottom:30px;
}


.overthebagsbranding{
    position:absolute;
    z-index:1000;
    text-align:center;
    bottom:00px;
    color:#fff;
    font-size:11px;
    letter-spacing:3px;
    font-weight: bold;
    right:7%;
    background-color:rgba(0,0,0,0.3);
    padding:20px;
        transition: 0.5s;

}
.overthebagsbranding img{
    max-width:60px;
        transition: 0.5s;
}
.overthebagsbranding img:hover{
    max-width:90px;
        transition: 0.5s;
}
.overthebagsbranding a{
    border:none;

}
.overthebagsbranding:hover{
    border:none;
    background-color:#000;
    transition: 0.5s;
}
.collapsed{
    height:30px;
    overflow:hidden;

}
.expanded{
    height:auto;
    overflow:visible;

}
.collapsed-inst{
    height:300px;
    overflow:hidden;
}
.expanded-inst{
     height:auto;
     border-bottom:3px solid #bdc818;
}
.bigger-text{
    font-size:18px;
    font-weight:bold;
}
.red{
    color:#c00;
}
@media (max-width: 960px) {
.desktop{
    display:block!important;
    }
    body{
        overflow: hidden!important;
        width:100vw!important;
    height:100vh!important;
    }
}
