﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}*/

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

/*.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

/*body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}*/
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
/**/





body {
    padding-top: 90px;
    padding-bottom: 20px;
    /*background-color: #000000;
    color: white;*/
    font-family: sans-serif;
    letter-spacing: 2px;
}

a {
    color: aliceblue;
}

/* 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 #1b6ec2;
    box-shadow: 4px 4px 3px #1b6ec2;
    -moz-box-shadow: 4px 4px 3px #1b6ec2;
    -webkit-box-shadow: 4px 4px 3px #1b6ec2;
    -o-box-shadow: 4px 4px 3px #1b6ec2;
}

.LogoImage {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 60px;
}

.textHeaderRight {
    margin-top: 5px;
    font-size: 9px;
    position: fixed;
    margin-left: 37px;
}


/* Menu --------------------------------------------*/
.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
    opacity: 0.95;
}

    .navbar-inverse .navbar-brand {
        color: #ed1B24; /*το άλλαξα*/
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ed1B24; /*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: #ff2e37;
        }

        .navbar-inverse .navbar-nav > li > a:before {
            content: "";
            position: absolute;
            width: 60%;
            height: 1.2px;
            bottom: 5px;
            left: 20%;
            background-color: #ff2e37;
            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;
}

.video {
    width: 100%;
    float: left;
}

.listHeader {
    background-color: #227ad3;
    padding: 7px;
    height: 33px;
}


.videoListParent {
    width: 100%;
    margin-left: 3px;
    margin-top: 15px;
    float: left;
}

.videoList {
    width: 100%;
    height: 355px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.videoButton {
    background-color: transparent;
    width: 412px !important;
    height: 340px;
    padding: 2px;
    text-align: left;
    display: inline-block;
}

    .videoButton:hover {
        background-color: #0366d6 !important;
    }

.videoImage {
    width: 160px;
}

.videoTitle {
    width: 180px;
    white-space: normal;
    float: left;
    padding: 2px;
    font-size: 10px;
    color: white;
}

/* 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: #0366d6;
    color: #647dc3;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #f3e8ec;
        background-color: #629dcf;
        border-color: #ed1B24;
    }

    .btn-default:focus {
        outline: none;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -1px;
        background-color: #b99ea6;
        color: #6c696a;
    }

/* Customers ---------------------------------*/
.customersList {
    margin-top: 20px;
}


.customerImageParent {
    width: 48%;
    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);
}


@media screen and (max-width: 1200px) {


    .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 --------------------------------------------*/

    .navbar-collapse {
        background-color: #cebbc1;
        width: 220px;
        float: right;
    }



    .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%;
        background-color: #73bbf1;
    }



    .videoList {
        width: 95%;
        height: 650px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-left: 12px;
        margin-top: 5px;
        float: left;
        white-space: normal;
        background-color: black;
    }

    .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%;
    }
}
