/* 
    Created on : 2017.03.12.
    Author     : ioditis

Contains responsive styles

*/

@media screen and (max-width: 1000px) {
    .mainContainer {
        width: 100%;
        overflow: hidden;
    }
    
    .cookieMessage {
        width: 100%;
    }
    
    div .ek-header {
        display: block !important;
    }

    .footerContainer {
        width: 100%;
    }
    
    .headerBox {
        display: none;
    }
    

    .content {
	margin: 0px 32px 0 32px !important;
    }
    
    
    .body-tickets-section .ticketsContent .aside {
        display: none;
    }   
    
    .aside_tablet {
        display:block !important;        
        float: left;
        margin: 50px 20px 0px 0px;
    }
    
    table.concertTable {
        width: 100%;
    }    
    
   
    
}


@media screen and (max-width: 700px) {

    .logosBox
    {
        display: none;
    }
    
}


@media screen and (max-width: 620px) {


    .content {
	margin: 0px 20px 0 20px !important;
    }
    
    .languageMenuBox 
    {
        display: none;
    }
    
    .currencyTitle
    {
        display: none;
    }

    .headerBox .headerTools .currencyList
    {
        display: none;
    }
    
    .headerBox .headerTools .seperator
    {
        display: none;
    }
    
    
    .aside_tablet {
        display: none !important;
    }
    
    .aside_mobile {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    .socialWrapper {
        display:none !important;
    }
    
    .ek-hide600 {
        display: none !important;
    }
    
}

@media screen and (max-width: 540px) {
    table.concertTable {
        width: 100%;
        max-width: 480px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}

@media screen and (max-width: 500px) {
    table.concertTable {
        width: 100%;
        max-width: 440px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}

@media screen and (max-width: 480px) {
    table.concertTable {
        width: 100%;
        max-width: 440px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}

@media screen and (max-width: 440px) {
    table.concertTable {
        width: 100%;
        max-width: 380px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}

@media screen and (max-width: 400px) {
    table.concertTable {
        width: 100%;
        max-width: 340px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}

@media screen and (max-width: 360px) {
    .content {
	margin: 0px 15px 0 15px !important;
    }
    
    .ek-currency {
        display: none;
    }

    table.concertTable {
        width: 100%;
        max-width: 300px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}

@media screen and (max-width: 320px) {
    .mainContainer {
        width: 320px;
    }
    
    .cookieMessage {
        width: 320px;
    }
    
    .footerContainer {
        width: 320px;
    }

    table.concertTable {
        width: 100%;
        max-width: 260px;
        min-width: 200px;
    }
    
    .secondMarketTable {
        table-layout: fixed;
        width: 100%;
    }
    
    .breakWord {
        min-width: 50px;
        word-break: break-word;
    }
}


.headerBox .headerTools
{
    background-image: none;
    background: rgba(0,0,0,0.8);
    max-width:950px;
    width: 100%;
    height: 24px;
    padding: 11px 20px;
    font-size: 10px;
    z-index: 100;
}


.headerBox .headerTools .userBox {
    width: 467px;
    position: absolute;
    top: 3px;
    right: 30px;
}

.headerBox .headerTools .userBox .myAccount {
    /* left: 235px !important; */
    left: 183px !important;
}

.headerBox .headerTools .userBox .loggedIn .shoppingCartBox {
    left: 106px !important;
}

.headerBox .headerTools .userBox .logout {
    margin-left: 308px;
}

.headerBox .imageBox {
    margin-top: 0px;
}

