﻿@media screen and (max-width: 960px)
{



    /***************HEADER********************/
    /*header
    {
        height: 200px;
    }*/




    /**************NAVIGATION****************/
    /*nav
    {
        position: relative;
        width: 100%;
    }

        nav ul
        {
            width: 100%;
        }

            nav ul li
            {
                width: 16.6666%;
            }

                nav ul li a
                {
                    text-align: center;
                }*/


    /*****************BANNER****************/
    .banner .contentcontainer
    {
        min-height: 200px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .banner .contentcontainer h1
        {
            margin: 30px 0px 30px 0px;
        }

    /*****************LOSSE PAGINA***********/

    .loosepageimage
    {
        width: 50%;
        margin: 0px 25px 25px 0px;
    }

    /*****************EVENTDETAILS***********/
    .eventdetails ul
    {
        width: 44%;
    }

    .logomobile
    {
        display: block;
    }

    .logodesktop
    {
        display: none;
    }
    /******************PROFILE****************/
    .profile .contentcontainer .form input[type=text], .profile .contentcontainer .form input[type=password]
    {
        padding: 22px 2% 22px 9%;
      
        width: 37%;
     
    }
input.number, input.bus
{
    width: 12% !important;
}  .profile .contentcontainer img
    {
     
        padding: 20px 20px 20px 20px;
      
    }

    /******************FOOTER****************/
    .footerevenlist, .footerlogin
    {
        display: none;
    }

    .footerlikebox, .footerpartners
    {
        width: 50% !important;
    }
}
