@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Advent+Pro:100,200,300,400,500&subset=greek,latin-ext');

.slides img {
    width: 100%;
}

.disabled span{
    color:black !important;
    background:red !important;    
}
.enabled a{
    color:black !important;
    background:green !important;    
}
@media (min-width:768px){
    .modal-lg{width:765px}
}
@media (min-width:1280px){
    .modal-lg{width:1250px}
}

