section#first:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
}

.invert:not(.fixed) .ttt-logo {
    max-width: 60%;
    min-width: 130px;
}

.ttt-title {
    margin: 0 auto;
    display: inherit;
    padding-top: 110px;
    max-width: 350px;
    z-index: 2;
    position: relative;
}

.home-scrolldown {
    text-align: center;
    height: 11%;
    display: table;
    position: relative;
    z-index: 2;
    margin-top: -10px;
}

.scroll-icon.smoothscroll {
    display: table-cell;
    font-family: "montserrat-medium", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF !important;
    animation: animate-it 3s ease infinite;
    -webkit-animation: animate-it 3s ease infinite;
    text-decoration: none;
    /* position: absolute; */
    /* width: 400px; */
    background: #342f3b;
    vertical-align: middle;
}

.scroll-icon.smoothscroll span {
    clear: both;
    width: 100%;
    display: block;
}

#supportLogos {
    background-color: #1d1b21;
}

header.overflow.fixed {
    position: fixed;
}
.navbar-default .navbar-nav.invert > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav.invert > li.active > a, .navbar-default .navbar-nav.invert > li.active > a:hover, .navbar-default .navbar-nav.invert > li.active > a:focus, .navbar-default .navbar-nav.invert > li > a:hover, .navbar-default .navbar-nav.invert > li > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav.invert > li.active > a:after, .navbar-default .navbar-nav.invert > li.active > a:hover:after, .navbar-default .navbar-nav.invert > li > a:hover:after {
    background-color: #d51218;
}

.pretitle.superbig:before {
    width: 30px;
    margin: 0 26px 12px;
    border: none;
}
.custom-line .pretitle:before,
.custom-line .pretitle:after {
display: none;
}

.title.big {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
}

.pretitle.left {
    margin-bottom: 10px;
}

.title.left-horizontal {
    margin-bottom: 40px;
    font-size: 55px;
    font-weight: 400;
}

/* Events */

.mt-5, .my-5 {
    margin-top: 3rem!important;
}

.event-box {
    text-align: center;
    padding: 20px 30px 50px 30px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    min-height: 620px;
}

#events .event-box .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#events .event-box .row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.fifa-box {
    text-align: center;
    padding: 0px 50px;
}

.event-box .date, .fifa-box .date {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.event-box .hours, .fifa-box .hours {
    font-size: 14px;
    line-height: 1.2;
}

.event-box .hours i, .fifa-box .hours i {
    display: inline-block !important;
    margin-right: 10px;
}

.event-box .seperator, .fifa-box .seperator {
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
    width: 100px;
    height: 2px;
    margin: 15px auto;
    display: none;
}

.currentSlide {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #cc1216;
    color: #fff;
    padding: 5px;
}

.event-box h3, .fifa-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0px;
}

.event-box h5, .fifa-box h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.event-box p, .fifa-box p {
    font-size: 14px;
    line-height: 1.3;
    margin: 30px auto 0px auto;
    min-height: 80px;
    font-weight: 300;
}

.event-box .calendar, .fifa-box .calendar {
    font-size: 14px;
    color: rgb(0, 55, 117);
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    padding: 13px 32px;
    display: none;
}

.event-box:hover .calendar, .event-box:hover .fa {
    color: #fff !important;
}

.event-box .fa, .fifa-box .fa {
    /* padding-right: 0px; */
    display: block;
    margin: 15px auto;
}

.event-box:hover {
    color: #fff;
    transition: background-color 0.8s ease;
    -webkit-transition: background-color 0.8s ease;
    -moz-transition: background-color 0.8s ease;
    -ms-transition: background-color 0.8s ease;
    -o-transition: background-color 0.8s ease;
}

.event-box:hover .seperator {
    background-color: #fff;
    opacity: 1;
}

.event-box.color1 {
    border-top: 20px solid #c6604f;
}

.event-box .fa-calendar-alt {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.event-box .fa-clock, .fifa-box .fa-clock {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.event-box .border-right {
    border-right: 2px solid rgba(0, 0, 0, 0.2) !important;
}


.event-box:hover .border-right {
    border-right: 2px solid #fff !important;
}

.event-box.color {
    border-top: 20px solid #0cbdc4;
}

.event-box.color .fa {
    color: #0cbdc4;
}

.event-box.color:hover {
    background-color: #0cbdc4;
}

.event-box.color1 .fa {
    color: #c6604f;
}

.event-box.color1:hover {
    background-color: #c6604f;
}

.event-box.color2 {
    border-top: 20px solid #7ea163;
}

.event-box.color2 .fa {
    color: #7ea163;
}

.event-box.color2:hover {
    background-color: #7ea163;
}

.event-box.color3 {
    border-top: 20px solid #2e9cae;
}

.event-box.color3 .fa {
    color: #2e9cae;
}

.event-box.color3:hover {
    background-color: #2e9cae;
}

.event-box.color4 {
    border-top: 20px solid #77719a;
}

.event-box.color4 .fa {
    color: #77719a;
}

.event-box.color4:hover {
    background-color: #77719a;
}

.event-box.color5 {
    border-top: 20px solid #bd657e;
}

.event-box.color5 .fa {
    color: #bd657e;
}

.event-box.color5:hover {
    background-color: #bd657e;
}

.event-box.color6 {
    border-top: 20px solid #1f3c69;
}

.event-box.color6 .fa {
    color: #1f3c69;
}

.event-box.color6:hover {
    background-color: #1f3c69;
}

input[type="submit"]:hover {
    background-color: #fff;
}

.fifa-container.color7 {
    border-top: 20px solid #000000;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}

.video-image-fallback__container {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.live-video-block {
    width: 100%;
    margin: 0;
    z-index: 51;
}

.no-top {
    padding-top: 0!important;
    margin-top: 0!important;
}

body video.lazying {
    filter: blur(0);
    opacity: 1;
    transition: opacity .5s,filter .4s ease-in-out;
    -webkit-transition: opacity .5s,filter .4s ease-in-out;
    -moz-transition: opacity .5s,filter .4s ease-in-out;
    -ms-transition: opacity .5s,filter .4s ease-in-out;
    -o-transition: opacity .5s,filter .4s ease-in-out;
}

body .videoliveblock .live-video-block__image {
    filter: blur("20px");
    opacity: .85;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0px 15px;
    transition: opacity .5s,filter .4s ease-in-out;
    -webkit-transition: opacity .5s,filter .4s ease-in-out;
    -moz-transition: opacity .5s,filter .4s ease-in-out;
    -ms-transition: opacity .5s,filter .4s ease-in-out;
    -o-transition: opacity .5s,filter .4s ease-in-out;
}

audio, canvas, output, progress, video {
    display: inline-block;
    width: 100%;
}

.live-video-block figure, .product-hero__canvas__bg figure {
    margin: 0;
    display: inline;
    position: relative;
}

.live-video-block__image, .live-video-block__video {
    width: 100%;
}

.avatar {
    position: absolute;
    right: -5%;
    top: 3%;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    max-width: 30%;
}

#more .desc {
    padding: 0px 15px;
    text-align: center;
}

#more .desc h4 {
    margin: 30px 0px 20px 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

#more .desc p {
    font-size: 16px;
    line-height: 1.2;
}

#terms a {
    color: #d51317;
}


.parallax-section .subtitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.parallax-section mark{
    background: #1C1C1C;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
    text-transform: uppercase;
}

.section.features li.first{
    background-image: url("../images/details_01.png");
    background-size: cover;
}

.section.features li.second{
    background-image: url("../images/details_02.png");
    background-size: cover;
}

.section.features li.third{
    background-image: url("../images/details_03.png");
    background-size: cover;
}

.section.features li.fourth{
    background-image: url("../images/details_04.png");
    background-size: cover;
}

.features ul li {
    min-height: 480px;
}

.features ul li.first h4,
.features ul li.third h4 {
    color: #FFFFFF;
}
.features ul li.second h4,
.features ul li.fourth h4 {
    color: #d51218;
}

.features ul li.first p,
.features ul li.third p {
    font-style: normal;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 30px;
    color: #ffffff;
}
.features ul li.second p,
.features ul li.fourth p {
    font-style: normal;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 30px;
    color: #d51218;
}

#blog2-post-author1 {
    background-image: url('../images/diadraseis_icons01.jpg');
}
#blog-photo-post1 {
    background-image: url('../images/diadraseis_images01.jpg');
}

#blog2-post-author2 {
    background-image: url('../images/diadraseis_icons02.jpg');
}
#blog-photo-post2 {
    background-image: url('../images/diadraseis_images02.jpg');
}
#blog2-post-author3 {
    background-image: url('../images/diadraseis_icons03.jpg');
}
#blog-photo-post3 {
    background-image: url('../images/diadraseis_images03.jpg');
}
#blog2-post-author4 {
    background-image: url('../images/diadraseis_icons04.jpg');
}
#blog-photo-post4 {
    background-image: url('../images/diadraseis_images04.jpg');
}
#blog2-post-author5 {
    background-image: url('../images/diadraseis_icons05.jpg');
}
#blog-photo-post5 {
    background-image: url('../images/diadraseis_images05.jpg');
}
#blog2-post-author6 {
    background-image: url('../images/diadraseis_icons06.jpg');
}
#blog-photo-post6 {
    background-image: url('../images/diadraseis_images06.jpg');
}

.blog-post:hover .overcard.post-1 {
    background-color: #00346e;
}
.blog-post:hover .overcard.post-2 {
    background-color: #f40000;
}

.blog-post:hover .overcard.post-3 {
    background-color: #000000;
}

.blog-post:hover .overcard.post-4 {
    background-color: #016e5b;
}

.blog-post:hover .overcard.post-5 {
    background-color: #ae0083;
}
.blog-post:hover .overcard.post-6 {
    background-color: #000C50;
}

.blog-post-date {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    padding-top: 15px;
}

.blog-post-content.overcard .blog-post-title {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    height: 60px;
}

.blog-post-content.overcard {
    padding: 40px 15px 20px;
    height: 600px;
}

.blog-post.original p{
    line-height: 18px;
}

.blog-post-author {
    border-radius: 0;
}

.pretitle:after, .pretitle:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    border-bottom: 2px solid #d31217;
    margin: 0 12px 5px;
}

.carusel-about-photo {
    border: 3px solid #d51317;
    max-height: 570px;
}

.carusel-about-text .pretitle {
    font-size: 23px;
    line-height: 28px;
}
.carusel-about-text .carousel-cell p.paragraph-red{
    color: #d31217;
    font-weight: 500;
    font-size: 15px;
}

.carusel-about-text .carousel-cell p.paragraph {
    font-size: 14px;
    margin-top: 15px;
    line-height: 16px;
    color: #000000;
    letter-spacing: normal;
}

.contact-basic p:not(.pretitle).next-map, .contact-form p:not(.pretitle).next-map{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 25px;

}

#brands, #ipostiriktes {
    padding: 50px 0px 0px 0px;
}

#contact {
    padding-top: 50px;
}

#brands img {
    border: 2px solid #eee;
}

#brands h3 {
    font-weight: bold;
    position: relative;
    padding: 0px 15px;
    font-size: 20px;
    line-height: 22px;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
}

#brands p {
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px;
}

#brands p.cta {
    margin-top: 15px;
}

.header-right {
    text-align: right !important;
    padding-right: 16%;
    padding-left: 16%;
}

.tasty-text {
    font-size: 15px;
    padding-right: 16%;
    padding-left: 16%;
    line-height: 18px;
    letter-spacing:normal;
}

.header-left {
    text-align: left !important;
    padding-right: 16%;
    padding-left: 16%;
}

.text-right .separator {
    height: 2px;
    width: 65px;
    background-color: #ffffff;
    /* margin: 30px 15% 20px; */
    /* text-align: left; */
    margin-right: 16%;
    margin-bottom: 30px;
}

.text-left .separator {
    height: 2px;
    width: 65px;
    background-color: #ffffff;
    /* margin: 30px 15% 20px; */
    /* text-align: left; */
    margin-left: 16%;
    margin-bottom: 30px;
}

.blog-post.original p.text-center{
    letter-spacing: normal;
}

.kotsovolos-logo {
    display: none;
}

header.overflow.fixed .kotsovolos-logo {
    display: inline-block;
    width: 180px;
    height: auto;
    position: relative;
    top: -15px;
    left: 10px;
}

header.overflow.invert {
    background-color: #000000 !important;
}

#supportLogos {
    padding: 80px 0px;
}

#supportLogos .supportLogosRow, #supportLogos .sponsorsLogosRow {
    padding: 20px 0px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

#supportLogos .sponsorsLogosRow {
    justify-content: center;
}

#supportLogos h1 { 
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #b14994;
    margin-top: 40px;
    margin-bottom: 40px;
}

#supportLogos .supportLogosRow .col-xs-6 img{
	vertical-align: middle;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (max-width: 1440px) and (min-width: 1025px) {
    .event-box {
        min-height: 660px;
    }
}

@media (max-width: 1140px){
    .invert:not(.fixed) .ttt-logo {
        max-width: 30%;
    }
}

@media (max-width: 1024px){

    .ttt-title {
        padding-top: 150px;
        max-width: 280px;
    }

    .event-box {
        min-height: auto;
    }
}

@media (min-width: 769px){
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 768px){
	.col-sm-5ths {
        width: 20%;
        float: left;
    }

	#supportLogos h1{ font-size: 42px; line-height: 50px; margin-top: 40px; margin-bottom: 40px;}
    #supportLogos .supportLogosRow .col-xs-6 {
		line-height: 65px;
    }

    #supportLogos .sponsorsLogosRow img:first-child {
        margin-right: 100px;
    }
}

@media (max-width: 767px){
    #supportLogos .sponsorsLogosRow img:first-child {
        margin-right: 50px;
    }
}

@media (min-width: 992px){
	.col-md-5ths {
        width: 20%;
        float: left;
    }
    #supportLogos .supportLogosRow .col-xs-6 {
		line-height: 92px;
    }
    
    .navbar-toggle {
        display: none !important;
    }
}
@media (min-width: 1200px){
	.col-lg-5ths {
        width: 20%;
        float: left;
    }
    #supportLogos .supportLogosRow .col-xs-6 {
		line-height: 120px;
	}
}
@media (min-width: 1600px){
    .blog-post.original .banner {
         height: 400px;
    }
}

header.overflow .navbar-brand img {
    width:70px;
}

@media (min-width: 992px){
    .navbar-default .navbar-nav {
        position: absolute;
        right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1330px){
    .row.custom .col-md-2 {
        width: 50%;
    }
}

@media (max-width: 992px){
    .row.custom .col-md-2 {
        width: 100%;
    }
    .invert .navbar-default .navbar-collapse {
        background-color: #000;
        border-color: #000;
        position: relative;
        z-index: 9;
    }


    header.overflow .navbar {
        min-height: 78px;
    }

    .navbar-toggle {
        margin: 23px 15px 23px 0px !important;
    }
}

@media (max-width: 600px){
    .spinner {
        left:38%;
        top: 40%;
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1330px){
    #diadraseis {
        padding-top: 105px !important;
    }
}

@media (max-width: 768px){

    #mask {
        display: none;
    }

    .blog-post-author {
        width: 80px;
        height: 80px;
    }
    .playerVideo{
        display: none;
    }

    .title {
        font-size: 34px;
        line-height: 40px;
    }

    .subtitle.new {
        width: 100% !important;
    }

    .title.big {
        font-size: 32px;
        line-height: 36px;
    }

    .title.left-horizontal {
        font-size: 40px;
    }

    .carusel-about-photo {
        width: 100% !important;
    }

    .button-about {
        left: 0px;
        top: 410px;
    }

    .row.is-table-row.visible > div {
        text-align: left !important;
    }

    #brands h3 {
        margin-top: 20px;
    }

    .carusel-about-text {
        position: relative;
        top: 0px;
        width: 100%;
    }

    .carusel-about-text .pretitle.left {
        margin-top: 0px;
    }
}
@media (max-width: 480px){

    header .navbar-brand {
        width: 100%;
        max-width: 100%;
        max-height: 52px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .parallax-section mark {
        padding: 0px 10px;
    }

    .subtitle.new, .pretitle {
        width: 100%;
        max-width: 100% !important;
    }

    .pretitle {
        font-size: 18px;
        line-height: 22px;
    }

    .invert .navbar-default .navbar-collapse {
        top: 78px;
    }

    #supportLogos {
        padding: 80px 0px 40px 0px;
    }

    #supportLogos h1 {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    #supportLogos h1:first-child {
        margin-top: 0px !important;
    }

    .carusel-about-text .carousel-cell {
        padding: 50px 30px 30px 30px;
    }

    .carusel-about-text .carousel-cell p.paragraph-red {
        line-height: 20px;
    }

    .carusel-about-text {
        height: 410px;
    }

    .carusel-about-text .pretitle {
        font-size: 22px;
    }

    .title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .title.left-horizontal {
        font-size: 28px;
        line-height: 32px !important;
    }

    .navbar-toggle {
        position: absolute;
        right: 0px;
        z-index: 99999;
    }

    .image-cover {
        background-position: 45% 0px !important;
        background-repeat: no-repeat !important;
        /* margin-top: -60px !important; */
        /* height: calc( 100% + 60px ) !important; */
    }

    .invert:not(.fixed) .ttt-logo {
        display: block;
        max-width: 170px;
        margin: 0 auto;
    }

    .ttt-title {
        padding-top: 65%;
        max-width: 250px;
    }

    #bg-home5-grid1 .voffset720{
        padding-bottom: 450px !important;
    }

    #supportLogos .supportLogosRow {
        flex-flow: column;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        align-items: center;
    }

    #supportLogos .supportLogosRow, #supportLogos .sponsorsLogosRow {
        padding: 0px !important;
    }
}

@media (max-width: 425px){
    .carusel-about-text {
        height: 440px;
    }
}

@media (max-width: 375px){
    .carusel-about-text {
        height: 500px;
    }
}

@media (max-width: 320px){

    .invert:not(.fixed) .ttt-logo {
        max-width: 130px;
    }

    header.overflow.fixed .kotsovolos-logo {
        width: 140px;
        top: -20px;
    }

    #supportLogos .sponsorsLogosRow img:first-child {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    #supportLogos h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .carusel-about-text {
        height: 610px;
    }
}

.navbar-default .navbar-nav.invert > li > a {
 letter-spacing: normal;
}

.subtitle.new {
    letter-spacing: normal;
    max-width: 70%;
    margin: 0 auto;
}
.pretitle {
    letter-spacing: normal !important;
    max-width: 80%;
    line-height: 26px;
    margin: 0 auto;
}

.section.about-slider .pretitle {
    margin-left: 0px !important;
}

.next-map-red {
    letter-spacing: normal !important;
}
p {
    letter-spacing: normal !important;
}
/*iframe {*/
    /*display: none;*/
/*}*/

.button-about li {
    background: #cc1216;
    background-position: center center;
    background-repeat: no-repeat;
}
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}