html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, tr, th, td {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

a img {
    border: none;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

    a:focus, a:active {
        outline: none;
    }


div:after {
    content: " ";
    display: block;
    clear: both;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    background-image: url('../images/Kaliopi-hajde-da-pjevamo.jpg');
    background-repeat: no-repeat;
    background-color: #403D44;
    background-size: cover;
    background-position: center;
    height: 100%;
}


.hidden-lg {
    display: none;
}

.center {
    display: block;
    margin: 0 auto;
}


.main-wrap {
    width: 100%;
}

.container-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .container-left img, .container-right img, .links-holding a img {
        max-width: 100%;
    }

.container-right {
    width: 45%;
    float: right;
}

.w100 {
    width: 100%;
}

.right-fix {
    width: 85%;
    float: right;
}


.container-left-content {
    position: relative;
    text-align: center;
    padding: 0 50px;
	margin-top: 15px
}

.links-holding {
    width: 33%;
    margin: 0 auto;
    margin-top: 5%;
}

    .links-holding a {
        display: block;
        float: left;
        width: 25%;
    }

links-holding a:last-child {
    margin-right: 0px;
}


.itunes-fix {
    display: block;
    float: none !important;
    margin: 5% 0;
}

.watchfix {
    margin-top: 30px;
}

.w200 {
    width: 200px;
}

.partners {
    position: absolute;
    top: 10px;
    left: 50px;
}

.watch-fix {
    margin-top: 10%;
}

@media screen and (max-width: 518px) {

    body {
        background-position: center;
    }


    .container-left, .container-right {
        width: 100%;
    }

    .container-left-content {
        padding: 20px;
    }

  .links-holding a {
    margin-right: 0;
    width: 25%;
}


    .hidden-xs {
        display: none;
    }

    .container-left {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .container-left-content {
        position: absolute;
        left: 0;
        top: 10vh;
        padding: 20px;
        margin: 0;
        background-color: rgba(0,0,0,0.4);
    }

    body {
        background-position: 80%;
    }


    .partners {
        margin: 0;
        bottom: 0;
        top: initial;
    }

    .telekom-logo, .peugeot-logo {
float: left;
    }


    /*.telekom-logo img, .peugeot-logo img {
    max-width: 55px;
}*/

    .links-holding {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        background-position: 80%;
    }
}


@media screen and (max-height: 800px) {


    

    

.watch-fix {
    margin-top: 10%;
    max-width: 100% !important;
    display: block;
    margin: auto;
    margin-top: 5%;
}

}

@media screen and (max-height: 551px) {
 .container-left-content {
        margin-top: 10%;
		top: 0;
    }
	
	.itunes-fix img {
    max-width: 100px !Important;
}
}


