
/*color: #229038;* πράσινο/
/*color: #0aca30 light πράσινο*/
/*#e6E7E1  το μπεζ στο footer*/


h1 h2 h3 h4 h5 {
    color: #084e17;
}



html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 70px;
    padding-top: 70px;
    /*    background-color: #000000;
    color: white;
*/ font-family: sans-serif;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #e6E7E1;
}

a {
    text-decoration: none;
    color: #229038;
}

    a:hover {
        color: #0aca30;
    }



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 900px;
}


.bottomRightShadow {
    border: solid 1px #229038;
    box-shadow: 4px 4px 3px #229038;
    -moz-box-shadow: 4px 4px 3px #229038;
    -webkit-box-shadow: 4px 4px 3px #229038;
    -o-box-shadow: 4px 4px 3px #229038;
}

.LogoImage {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 60px;
}

.textHeaderRight {
    margin-top: 5px;
    font-size: 9px;
    position: fixed;
    margin-left: 37px;
}

.navbar {
    background-color: white!important;
    border-color: whitesmoke;
    opacity: 0.95;
}

/*#region Fade In στις σελίδες */
.fadeIn div {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*#endregion */



/* Menu --------------------------------------------*/
.navbar-inverse {
    background-color: white;
    border-color:whitesmoke;
    opacity: 0.95;
}

    .navbar-inverse .navbar-brand {
        color: #229038; /*το άλλαξα*/
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #0034ff; /*Menu color*/
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.3px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #229038;
        }

        .navbar-inverse .navbar-nav > li > a:before {
            content: "";
            position: absolute;
            width: 60%;
            height: 1.2px;
            bottom: 5px;
            left: 20%;
            background-color: #229038;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .navbar-inverse .navbar-nav > li > a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

.homeDiv {
    width: calc( 100% - 80px);
    margin-left: 65px;
    margin-right: 35px;
    margin-top: -110px;
    padding-top: 100px;
    float: left;
    overflow-x: hidden;
}


.videoParent {
    width: 100%;
    float: left;
    margin-right: 1px;
    margin-top: 40px;
}

.video {
    width: 100%;
    float: left;
}

.listHeader {
    background-color: #229038;
    height: 35px;
    text-align: center;
}


.videoListParent {
    width: 100%;
    margin-left: 3px;
    margin-top: 15px;
    float: left;
}

.videoList {
    width: 100%;
    height: 255px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.videoButton {
    background-color: transparent;
    width: 212px !important;
    height: 205px;
    padding: 2px;
    text-align: left;
    display: inline-block;
}

    .videoButton:hover {
        background-color: #fc8a4a !important;
    }



.videoImage {
    width: 160px;
}

.videoTitle {
    width: 180px;
    white-space: normal;
    float: left;
    padding: 2px;
    font-size: 10px;
    color: black;
}

/* Image λίγο μεγαλύτερο zoom effect στο hover ---------------------------------*/
.grow-img10 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}

    .grow-img10:hover {
        -moz-transform: scale(1.10);
        -o-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -webkit-transform: scale(1.10);
        transform: scale(1.10);
        overflow: hidden;
    }


.change_opacity {
    opacity: 1;
}

    .change_opacity:hover {
        opacity: 0.8;
    }


.btn-default {
    background-color: transparent;
    border-color: #229038;
    color: #0aca30;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #f3e8ec;
        background-color: #229038;
        border-color: #4388e9;
    }

    .btn-default:focus {
        outline: none;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -1px;
        background-color: #229038;
        color: #6c696a;
    }

/* Customers ---------------------------------*/
.customersList {
    margin-top: 20px;
    margin-bottom:20px;
}

.categoryImageParent {
    width: 98%;
    display: inline-block;
    margin: 0;
}


.customerImageParent {
    width: 46%;
    display: inline-block;
    margin: 0;
}

.customerImage {
    display: inline-block;
    width: 97%;
    margin-bottom: 14px;
}


/*Για να εμφανίζω ένα x button στο menu σε κινητά*/
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

/*#region Drop Down Menu*/
.dropdown {
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 600;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        background-color: #e1f1d5;
    }


    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }


    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }



    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }



    .dropdown-submenu.pull-left {
        float: none;
    }


        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }




.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #229038;
    white-space: nowrap;
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 600;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #0aca30;
        text-decoration: none;
        background-color: #e1f1d5;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #0aca30!;
    text-decoration: none;
    background-color: #e1f1d5;
    outline: 0;
}

/*#endregion*/

/*#region Auto drop down menu */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
/*#endregion*/


@media screen and (max-width: 1200px) {

    body {
        margin-top: 120px;
        padding-top: 120px;
    }



    .LogoImage {
        margin-left: 8px !important;
        margin-top: 6px;
        margin-bottom: 6px;
        width: 100px !important;
        height: auto;
    }


    .imageHeaderRight {
        margin-left: -5px;
    }

    .textHeaderRight {
        margin-top: -1px;
    }


    .videoParent {
        margin-top: 20px !important;
    }

    /* Menu --------------------------------------------*/



    .homeDiv {
        width: calc( 100% - 10px);
        height: 100vh;
        margin-top: -130px;
        padding-top: 130px;
        float: left;
        overflow-x: hidden;
        margin-left: 5px;
        margin-right: 5px;
    }


    .videoParent {
        width: calc(100% - 5px);
        float: left;
        margin-right: 1px;
        margin-top: 1px;
    }

    .videoCategoriesListParent {
        width: 50%;
    }

    .videoListParent {
        width: 90%;

    }



    .videoList {
        width: 95%;
        height: 650px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-left: 12px;
        margin-top: 5px;
        float: left;
        white-space: normal;
    }

    .videoCategoryButton {
        margin-top: 5px;
    }


    .videoButton {
        width: 98%;
        display: inherit;
    }

    .videoImage {
        width: 35%;
    }

    .videoTitle {
        width: 40%;
        white-space: normal;
        float: left;
        margin-left: 4px;
    }

    .LogoImage {
        margin-top: 5px;
        margin-left: 20px;
        width: 180px;
    }

    .sponsorImage {
        width: 45%;
        height: auto;
    }


    .bannersList {
        width: 96%;
        margin-top: 10px;
    }

    .banner {
        width: 25%;
    }

}

