@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Open+Sans:400,700);

body {
    background: #fff;
}

.wrapper {
    background: none;
}

.topwrapper {
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

body:not(.frontpage) .cols12 {
    background: #fff;
}

.index-forgottenpass .content .loginbox {
    margin-top: 10px;
}

.index-forgottenpass .content #addressform .cols4{
    margin-left: 0;
    margin-top: 10px;
}

.top-content {
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;    
}

body, a, .powered-by {
    color: #6b6b6b !important;
    font-family: 'Open Sans', sans-serif;
}
.main-menu {
    width: auto;
    float: right;
}

.main-menu a, #topmenu .main-menu a {
    color: #4b4f54 !important;
    background: none;
    transition: all .4s;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-menu a:hover, #topmenu .main-menu a:hover {
    color: #4b4f54 !important;
    opacity: .7 !important;
}

.panel {
    background: #f2f2f2;
}

.panel .head {
    color: #fff;
    background-color: #adadad;
}

.eventdetails-container .description p {
    color: #6b6b6b ;
}

.description-container {
    background: #f2f2f2;
}

.front-tiles-container .item .description {
    font-family: 'Open Sans', sans-serif;
    color: #6b6b6b;
}

.front-tiles-container .item .description .eventname {
    font-weight: 300;
}

.button, .button1, .button2, .button a {
    color: #6b6b6b;
    background: #dcdcdc;
    font-weight: 300;
    transition: all .2s;
}

.button:hover, .button1:hover, .button2:hover {
    color: #6b6b6b;
    background: #bcbcbc;
    letter-spacing: 0;
    cursor: pointer;
}

.head1, .head2, .head3 {
    font-family: 'Open Sans', sans-serif;
    color: #6b6b6b;
}

.basket-viewbasket:before,
.basket-viewbasket:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.basket-viewbasket:after {
    clear: both;
}

.basketoptions-container .shippingbox, .basketoptions-container .totalbox {
    width: 330px;
}

#topmenu .main-menu ul, #topmenu .nav {
        background: #fff !important;
    }

/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 767px){ 
    .top-content {
        margin-bottom: 0px;
    }

    #topmenu .nav {
        height: 50px;
    }

    #topmenu .mobile-nav-button {
        margin-right: 0;
    }

    #topmenu .main-menu a {
        padding-right: 0 !important;
    }

    .main-menu a, #topmenu .main-menu a {
        color: #000 !important;
        background: none;
        font-size: .8em;
    }

    .main-menu a:hover, #topmenu .main-menu a:hover {
        background: none;
        color: #000;
    }

    .chooseprice-details-container .data {
        max-width: 100%;
    }

    .head1 {
        font-size: 1em;
    }

    .head3 {
        font-size: .8em;
    }

    #choosePriceForm .freeseatsindicator {
        width: 10px;
        height: 10px;
        margin-right: 0px;
    }

    #choosePriceForm tr td {
        font-size: .8em;
    }

    #choosePriceForm tr td span {
        font-size: 6px !important;
    }

    #container {
        min-width: 0 !important;
    }

    .basketcontent-container .content .floatright {
        float: right !important;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .basket-viewbasket div:nth-child(4).floatright a:nth-child(2) {
        margin-left: 0;
    }

    #addressform table tbody tr td:nth-child(2n+2) {
        padding-left: 0;
    }

    #addressform table tbody tr td table {
        width: auto !important;
    }

    .main-menu li {
        padding-right: 20px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .main-menu a, #topmenu .main-menu a {
        color: #000 !important;
        background: #fff;
        margin-right: 20px;
    }

    input.antal {
        width: 60px;
    }

    .toplogo {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #topmenu .nav {
        height: 45px;
        margin-top: 10px
    }

    .main-menu li {
        padding-right: 0px;
    }

}

/* Everything up to desktops */
@media (max-width: 992px) {
	.main-menu a, #topmenu .main-menu a {
        background: #fff;
    }

    .main-menu {
        float: initial;
        width: 100%;
    }

    

    td.scrollButton {
        display: none;
    }

    .top-content {
        padding: 0;
    }

    .mobile-nav-button, .mobile-cart-button {
        margin-top: 15px;
    }

    .shippingbox .head2, .totalbox .head2 {
        margin: 0 15px 10px 0px;
    }

    .profileDesktop {
        display: none !important;
    }
}

/* Large devices (large desktops, 992px and up) */
@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }



    .nav {
        float: left;
    }
}

/* Styles, no matter the device. */

