@font-face {
  font-family: "icons-font";
  src:url("fa-webfont.eot");
  src:url("fa-webfont.eot?#iefix") format("embedded-opentype"),
    url("fa-webfont.woff") format("woff"),
    url("fa-webfont.ttf") format("truetype"),
    url("fa-webfont.svg#icons-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

.social-over {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	text-align:center;
	z-index:99999;
}

.social-over .wbox {
	width:30%;
	height:30%;
	min-width:450px;
	min-height:250px;
	margin:15% auto;
	background:#fff;
	border-radius:6px;
	position:relative;
}

.social-over .wbox h1 {
	margin:0;
	padding:25px 0;
}

.social-over .fb-share-button, .social-over .twitter-share-button {
	position:absolute;
	bottom: 15%;
	font: 18px Helvetica, Arial, sans-serif;
	color:#fff;
}

.social-over .fb-share-button {
	left:25%;
	background: url("https://facebook.com/favicon.ico") no-repeat 10px center #3b5998;
    border: 1px solid #2c4578;
    border-radius: 4px;
    display: block;
    padding: 8px 12px 8px 35px;
}

.social-over .twitter-share-button {
	background: url("https://twitter.com/favicons/favicon.ico") no-repeat 10px center #c0deed;
    border: 1px solid #a6d0e3;
    border-radius: 4px;
    display: block;
    padding: 8px 12px 8px 35px;
    right: 25%;
}

a.print-tickets {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	text-transform:uppercase;
	background:#eee;
	border:1px solid #ccc;
	padding:25px 50px;
	margin:-25px 0 0 75px;
	color:#444;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

a.print-tickets:hover {
	background:#f90606;
	border:1px solid #f90606;
	color: #fff;
}

    
        @media print {
            #payment_terms {
                height: auto !important;
                overflow-y: visible !important;
            }
            #i_agree_label,
            div.nav-bg,
            .header-inner .follow,
            a.print,
            #pay-now {
                display: none !important;
            }
        }
        
form.tickets input.qty {
    display: inline-block;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    margin: 0;
}
form#checkout_form .product_image img {
    margin: 0;
}
form.tickets button.qty_dec, form.tickets button.qty_inc {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    line-height: 1;
    font-size: 14px;
    padding: 0;
}
form.tickets button.qty_dec:hover, form.tickets button.qty_inc:hover {
    background-color: #d14333;
    border: 1px solid #d14333;
    color: #fff;
}
form.tickets button.qty_dec:disabled, form.tickets button.qty_inc:disabled {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    opacity: 0.4;
}

.progressbar {
    position: relative;
    height: 15px;
    margin: 15px 0 0;
    max-width: 200px;
    display: none;
}
.progressbar .progress-label {
    font-size: 11px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.progressbar .ui-progressbar-value {
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #88bfe8 0%, #70b0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #88bfe8 0%,#70b0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
}

.upload_info > .files {
    display: block;
    margin: 15px 0 0;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}
.upload_info > .files .file {
    display: block;
    padding: 4px 0;
}
.upload_info > .files .file .view {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    margin:  0 5px 0 0;
    color: #000;
    text-decoration: none;
}
.upload_info > .files .file .view:hover {
    text-decoration: underline;
}
.upload_info > .files .file .delete {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.upload_info > .files .file .delete:hover {
    text-decoration: underline;
}

#main table, #main tr, #main th, #main td {
    border: none;
}

.site-brand hgroup {
    display: none;
}

#secondary > .widget-wrapper {
    padding: 0 !important;
    margin-left: 8px;
}

#secondary #search-8 {
    margin-bottom: 0;
}

#content > article {
    padding: 25px;
    overflow: hidden;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
    padding: 0.5em 1em;
    border: 1px solid rgba(0,0,0,0.07);
    display: block;
    width: 100%;
    box-sizing: border-box;
}

form label {
    display: block;
}

    @media (min-width: 765px) {

        td.indent {
            padding-left: 50px;
        }

    }
    
form .note {
    font: italic bold 12px Arial, Helvetica, sans-serif;
    color: #00aeef;
}
    
form .error {
    font: bold Arial, Helvetica, sans-serif;
    color: #e75b33;
    display: none;
}


article.page table,
article.page table tr,
article.page table td {
    background-color: transparent;
    border: none;
}

article.page #checkout_form td {
    vertical-align: top;
}

#refer_text, #refer_text_other {
    width: 45%;
    display: inline-block;
}

.hidden {
    display: none !important;
}

.opt-more {
    position: relative;
}

.opt-more sup {
    color: red;
    cursor: help;
}

.opt-more div {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #777;
    display: none;
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 20px;
    position: absolute;
    left: -150px;
    top: 25px;
    width: 320px;
    z-index: 9999;
}

.opt-more:hover div {
    display: block;
}

#fundraiser_form > table > tbody > tr > td {
    vertical-align: top !important;
}

#fundraiser_form table td {
    vertical-align: middle;
    padding: 5px;
}

@media only screen and (max-width : 768px) {

    body div#tickets img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
    
    body #sponsors .sponsors-column-wrap {
        display: block;
        text-align: center;
    }
    
    body #sponsors .sponsors-column-wrap .vc_col-sm-3 {
        width: 50%;
        margin: 0 auto;
    }
    
}

@media (max-width: 980px) {
}

@media (max-width: 650px) {
	
/*	.checkout, .checkout table, .checkout thead, .checkout tbody, .checkout th, .checkout td, .checkout tr, .mrow { 
		display: block; 
	}*/
	
	.checkout, .checkout table, .checkout thead, .checkout tbody, .checkout th, .checkout td, .checkout tr, .mrow { 
		display: block; 
	}
	
	thead tr, tr.head { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	/*tr { border: 1px solid #ccc; }*/
	
	.checkout td, .mrow { 
		border: none;
		position: relative;
		padding-left: 0%; 
	}
        
        .checkout td {
            width: 100% !important;
            text-align: center;
            padding: 0 !important;
        }
        
        .checkout td.product_image img {
            margin-top: 50px !important;
        }
        
/*        .checkout td .opt-label,
        .checkout td .opt-more {
            display: none !important;
        }*/
	
	/*td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}*/
	
	td.type, td.quantity, td.price { padding-left:2% !important; text-align:left !important; }
	
	td.type:before { content: "Ticket: "; }
	td.quantity:before { content: "Quantity: "; }
	td.price:before { content: "Price: "; }
	
	td.prod-qty { padding-left:0 !important; }
        
        tr.ttotals > td:nth-child(3),
        tr.ttotals > td:nth-child(5) {
            display: none;
        }
        
        td.gtotals {
            width: 100% !important;
            z-index: 99999;
        }
        
        td.gtotals td {
            text-align: center !important;
        }
	
        .mrow {
            width: 100% !important;
        }
	
        .mrow > table {
            margin-left: 0 !important;
        }
        
        .mk-page-section-wrapper.first {
            margin: 0px !important;
        }
}

.readonly {
    background-color: #f4f4f4 !important;
}

body table td {
    text-align: left;
    vertical-align: middle;
}

#b_cc_exp_m,
#b_cc_exp_y {
    min-width: 50px;
}

#checkout_form select.qty {
    min-width: 50px;
    text-align: center;
    margin: 0 auto;
}

.mk-page-section-wrapper.first {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    margin-top: 56px;
    margin-bottom: 75px;
}

.mk-page-section-wrapper.second {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    left: 0;
}

.resize-triggers {
    display: none !important;
}