
body {
	font-size: 0.9em;
	overflow-x: hidden;
    color: #212121;
    height:100%;
    font-family: Trebuchet MS,sans-serif;
    background:url("../camel shadows.jpg") no-repeat center top;
    background-attachment: fixed;
    background-size: 100% auto;
    height: auto;
}


.pagination {margin-bottom: 25px;}


h1, h2, h3, h4, div.ticketHolder h4  .jumbotron h1, .jumbotron  h2, .jumbotron  h3, .jumbotron  h4{
	line-height: 1.3em;
	font-weight: normal;
	color: #212121;
}

a { color:#212121; }
h1 a { color:212121f; }
h1 a:hover { color: #ccc; }
a:hover, a:focus { text-decoration: none; list-style: none; color:#016B9F; }

#stepsName, #stepsName .stepsNameHighLight { color: #212121 !important; }

h3.panel-title { color: #212121 }

div.ticketHolder, #voucherHolder, #GAHolder { background-color:#ddd; }

#containerPad h3 {
	color:#212121;
}

#GAHolder h4 {
	margin-bottom: 10px;
	color: #fff;
}

.panel-heading h3 {
	color: #FFF!important;
}

button, .btn {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 0.85em;
	border-radius: 3px;
}


p {
	line-height: 17px;
	margin: 10px 0;
}

strong {
	font-weight: bolder;
}

strong.small.info {
	color: #FDB813 !important;
}

.container {
	max-width: 1150px;
	margin: 0 auto;

}
.containers {
	max-width: 1500px;
	margin: 0 auto;
}

#container {
	box-shadow: none;
	max-width: 1150px;
	background: #F6F5F4;
}

#containerPad {
	padding-top: 60px;
}

div.footer{ 
	background: rgba(0,0,0,0.7);
	margin-top:15px;
	margin-bottom:15px;
	color:#fff;
	height: auto;
	padding: 10px 10px;
	max-width: 1150px;
}
div.header{ 
	height: 250px;
	width: 1150px
	padding-top:10px;
	padding-bottom: 10px;
	background:url("../bg-header.jpg") no-repeat center center;
    background-size: 1150px;
    
}
#mainLogo {
    margin: 10px 0 20px 0;
}
.logo-container{
	max-width: 1100px;
	margin:0 auto;
}

.header-logo img {
	margin-top:37px;
	margin-left: 25px;
	width:175px;
}


div.header h1:before,div.header h1:after {
    content:'';
    display: inline-block;
    position:absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background:none;
    background-position:100% 100%;
}

.row .fadeImg img:hover {
	opacity: 0.6;
}

.row.highlightRow img {
	margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.vcenter {
    display: flex;
	align-items: center;
    vertical-align: middle;
	justify-content: center; 
	padding-top: 10px;
    float: none;
}


table.calendar td, table.calendar th{ border-bottom: 1px solid #000; color: #727273; }

table.calendar th.header, table.calendar th{ color: #fff;  background: rgba(0,0,0,0.2)!important; }
table.calendar tbody td.past-month-days { background: rgba(0,0,0,0.2)!important; }


table.calendar th.header {
	font-size: 1.6em;
	text-align: center;
}

table.calendar td.pastDate { color: #B0445B background:rgba(0,0,0,0.2); }
table.calendar td.currentDate { color:#212121; background-color:#EFAC61; }
table.calendar td.hasAvailability { background-color:#AE4331; color: #fff; font-weight: normal; }
table.calendar tbody td { background:rgba(234,222,170,0.3);}

table.calendar td.hasAvailability:hover, table.calendar td.hasAvailability.selected {
	background-color:#EB983A;
	color:#000;
	font-weight: bold;
}

.table-hover>tbody>tr:hover>th { background-color:#F6EC83; color:#000; }
.table-hover>tbody>tr:hover>td { background-color: #F6EC83;  color:#000; }
.table-hover th { font-weight: bolder; }

.panel-info {
/*	border-color: #000;*/
}

h3.panel-title {
	border-color: #000 !important;
	font-weight: bold;
}

.panel-info>.panel-heading {
	background-color:#EB983A;
	border-color:#EB983A;
	border-radius: 3px;
}

#clockHeader.panel-heading {
	color: #fff !important;
	border-color: #000;
}

.panel-body {
	color: #212121;
	background:#fff;
}

.progress-bar-success { }

#menuBar {
	max-width: 1150px;
	margin-top: 38px;
}

#steps li {
	color: #1F1F1F;
}

#steps li.active {
	color: #2368B2;
}


#billingAddress .formHint {
	font-size: 12px;
}

div.session div.panel-body {
	background-color: #ddd;
}

div.buttonHolder, div.buttons {
	text-align: right;
}

div#loginForm, div#registrationForm {
	width: 49%;
}

div#loginForm {
	float: right;
}

div#loginForm div.buttonHolder, div#loginForm div.buttons, div#registrationForm div.buttonHolder,
	div#registrationForm div.buttons {
	padding-right: 25px;
}

form .required {
	color: #7D0704;
	font-weight: bolder;
}

form fieldset {
	margin: 20px 0;
}

form legend {
	font-size: 130%;
	font-weight: bolder;
}

div.ticketHolder legend {
	color: #1F1F1F
}

.menu, .menu ul {
	color: #1F1F1F;
	list-style: none outside none;
	z-index: 150;
}

.menu li {
	float: left;
	color: #1F1F1F !important;
	font-size: 14px;
	font-weight: bolder;
	line-height: 20px;
	padding: 18px 10px 16px 10px;
}

.menu li:hover{
	background-color: #000;
}

.menu li:hover a {
	color: #fff !important;
}

.menu a {
	color: #000 !important;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.highlightRow {
	background-color: #000;
	color: #000;
	font-size: 1em;
}

.panel-default>.panel-heading {
	background-color:#EB983A;
	color: #fff;
	border-radius: 3px;
}


/************************* bootstrap modification *****************************/

.label-warning {
    background-color: #599ED7 !important;
     border-radius: 3px;
}

.label-info {
    background-color:#E9D171;
     border-radius: 3px;
     color:#212121;
}

a.btn-checkout, button.btn-checkout {
    background: #AE4331;
    display: inline-block;
    color: #fff;
    border: 1px solid #AE4331;
    text-transform: uppercase;
    border-radius: 1px;

}

a.btn-checkout:hover, button.btn-checkout:hover {
    background: none repeat scroll 0 0 none;
    text-decoration: underline;
    color: #fff;
  
}

.progress-bar, .progress-bar-success {
	background-color: #AE4331;

}
 .arrow_box:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: #AE4331;
    border-width: 6px;
    }

    .arrow_box_vocherredeem:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(174,67,49, 0);
    border-bottom-color: #AE4331;
    border-width: 6px;
}

    .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
   border-radius: 3px;
}

.btn-warning {
    color:#212121;
    border-color:#E9D171;
    background-color:#E9D171 !important;
    background-image: none !important;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 1px;

}
.btn-info {
    color: #fff;
    background:#599ED7!important;
    border-color:#599ED7;
    background-image: none !important;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 1px;

}

.btn-success {
    color: #fff !important;
    background-color:#AE4331 !important;
    border-color:#AE4331!important;
    background-image: none !important;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 1px;

}
.btn-warning:hover{
	text-decoration: underline;
	background:#E9D171!important;
    color: #000;
}

.btn-success:hover {
	text-decoration: underline;
	background:#AE4331!important;
    color: #fff;
}

.btn-info:hover{
	text-decoration: underline;
	background:#599ED7!important;
    color: #fff;
}
#Pcode {border-radius: 5px;}
textarea, input, select {border-radius: 5px!important;}

.row {margin-right: 0!important; margin-left: 0!important;}
div.ticketHolder h4 {
    text-align: center;
    color: #212121;
    font-weight: bold;
    font-size: 110%;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
	.header-logo img, .ddeck-logo {
	}
}

form fieldset label, form#popupForm fieldset label {
    font-weight: bold;
    color:#212121;
    margin-bottom: 10px;
}
@media (max-width: 1028px)and(min-width: 768px) {
	div.header{ 
	background:url("../bg-header.jpg") no-repeat center;
    background-size: 100%;
    width: 100%;
    height: auto;
	}
	#container{
		margin-top: -30px
	}
}
@media screen and  (max-width:765px){
	#container{
		margin-top: -50px
	}
	div.header{ 
	background:url("../bg-header.jpg") no-repeat center;
    background-size: 100%;
    width: 100%;
    height: auto;
}
