
/*Razor tickets page*/
.header_wrapper_razor_white {
    background: #ffffff;
    border-bottom: 1px solid #dbdbdb;
}
.header_wrapper_razor_white .mainnav ul li a {
    color: #9d2235;
}
.header_wrapper_razor_white .mainnav ul li a.listarrow {
    background: rgba(0, 0, 0, 0) url("images/selectdropwdown.png") no-repeat scroll 96% 25px;
}
.header_wrapper_razor_white  .mainnav ul li a.listarrow.aup {
    background: rgba(0, 0, 0, 0) url("images/selectdropwdown.png") no-repeat scroll 96% -56px;
}
.header_wrapper_razor_white .mega-menu {
    background: #eeeeee;
}
.header_wrapper_razor_white .mainnav ul li a .menuarrow {
    background: url("images/menuarrow1.png") no-repeat left top;
}
.ticket_banner_wrapper {
    min-height: 720px;
}
.backbg {
    display: none;
}
.backbgbox {
    background-size: cover;
    background-position: center center;
}
.ticket_banner_wrapper {
    position: relative;
}
.tolay {
    background: rgba(157,34,53,0.62);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header_wrapper_razor_white .logo {
    padding-right: 130px;
}
.ticket_top {
    padding-top: 94px;
    padding-bottom: 50px;
}
.ticket_top h1 {
    color: #9d2235;
    font-size: 36px;
    font-family: 'InterstateBoldCondensed';
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.razor_ticket {
    width: 300px;
    min-height: 158px;
    background: url('images/razor_ticket.png') no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 86px;
    margin-bottom: 28px;
}
.razor_ticket h5 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'InterstateRegularCondensed';
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 7px;
}
.ticket_top h4 {
    color: #9d2235;
    font-size: 25px;
    font-family: 'Interstate Light Italic';
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
.ticket_banner_wrapper {
    padding-top: 30px;
}
.ticket_banner_wrapper .container {
    width: auto;
    max-width: 1520px;
}
.t_featurebox {
    width: 554px;
    display: inline-block;
}
.tc_title {
    width: 100%;
    height: 162px;
    background: url('images/ticket_shape.png') no-repeat center center;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 78px;
}
.tc_title h3 {
    color: #ffffff;
    font-size: 33px;
    font-family: 'InterstateRegular';
    font-weight: normal;
    line-height: 48px;
    text-transform: uppercase;
}
.t_featurebox {
    padding-bottom: 40px;
}
.t_featurebox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 32px;
}
.t_featurebox ul li {
    color: #ffffff;
    font-size: 21px;
    font-family: 'InterstateLight';
    font-weight: normal;
    line-height: 31px;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 32px;
}
.t_featurebox ul li strong {
    font-family: 'InterstateBold';
    font-weight: normal;
}
.t_featurebox ul li:before {
    content: ""; 
    display: block;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.right_brd:after {
    display: block;
    content: "";
    width: 2px;
    height: 494px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 128px;
}
.advantage_rte {
    padding-top: 80px;
    padding-bottom: 100px;
}
.advantage_rte h2 {
    color: #9d2235;
    font-size: 36px;
    font-family: 'InterstateBoldCondensed';
    font-weight: normal;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 28px;
}
.faq_wrapper {
    background: #9d2235;
    padding-top: 124px;
    padding-bottom: 98px;
}
.faq_wrapper h3 {
    color: #ffffff;
    font-size: 40px;
    font-family: 'InterstateBoldCondensed';
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.click_me {
    display: inline-block;
    min-width: 224px;
    height: 70px;
    background: #ffffff;
    border-radius: 4px;
    color: #9d2235;
    font-size: 25px;
    font-family: 'InterstateRegularCondensed';
    font-weight: normal;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    transition: all 0.1s ease-in;
    text-decoration: none;
}
.click_me:hover {
    color: #9d2235;
    background: #feeef1;
    text-decoration: none;
}
.advantage_rte h6 {
    color: #9d2235;
    font-size: 21px;
    font-family: 'Interstate Light Italic';
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 46px;
}
.topt_select {
    padding-bottom: 52px;
}
.topt_select ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topt_select ul li {
    display: inline-block;
    margin: 0 15px;
}
.topt_select ul li a {
    display: inline-block;
    min-width: 270px;
    height: 64px;
    background: #ffffff;
    border: 2px solid #9d2235;
    border-radius: 4px;
    color: #9d2235;
    font-size: 23px;
    font-family: 'InterstateRegularCondensed';
    font-weight: normal;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    transition: all 0.1s ease-in;
    text-decoration: none;
    outline: none !important;
}
.topt_select ul li a:hover {
    color: #9d2235;
    background: #feeef1;
    text-decoration: none;
}
.topt_select ul li.active a {
    background: #9d2235;
    color: #ffffff;
}
.t_feature_list {
    min-height: 368px;
}
.t_feature_list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.t_feature_list ol li {
    color: #373a36;
    font-size: 24px;
    font-family: 'InterstateRegularCondensed';
    font-weight: normal;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 68px;
    position: relative;
    padding-bottom: 32px;
}
.t_feature_list ol li > span {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #9d2235;
    border-radius: 50%;
    color: #fafafa;
    font-size: 24px;
    font-family: 'InterstateRegularCondensed';
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}