@CHARSET "UTF-8";
@media only screen and (min-width: 761px) {
    div#ticket_PC{
        display:block;
    }
    div#ticket_SM{
        display:none;
    }
    .section-cta {
        padding: 20px 0;
        color: #fff;
        background-color: #200631;
    }
    .container {
        width: 100%;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-md-12{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    div#ticket_PC .text-center {
        text-align: center;
    }
    div#ticket_PC .button-cta {
        border: 2px solid #fff;
        padding: 10px 50px;
        font-size: 40px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        transition: all .5s ease;
    }
    div#ticket_PC .button-cta:hover {
        color: #000;
        background-color: #fff;
        text-decoration: none;
    }
    div#ticket_PC a, a:hover, a:focus, a:active, a.active {
        outline: 0;
    }
    div#ticket_PC a{
        text-decoration: none;
        background-color: transparent;
    }
    div#ticket_PC .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    div#ticket_PC .fa-arrow-right:before {
        content: "\f061";
    }
    .section-cta h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        margin: 0 0 20px;
        letter-spacing: 0.4px;
        font-family: "Raleway", Sans-serif;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 760px) {
    div#ticket_PC{
        display:none;
    }
    div#ticket_SM{
        display:block;
    }
}