body {
	font-family: 'Open Sans', sans-serif;	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;	
}

.container .row div {
	max-width: 980px;
}

.logoWrapper {
	margin: 0 0 30px;
	text-align: center;
}
	    
.row.header {
	margin-top: 10px; 	
}

.row.header h1 {
	background-color: #333;
	margin: 6px 0 0 0;
	padding: 8px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
    color: #d9d9d9;
    text-transform: uppercase;
    text-align: center;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}
.row.header h1 .smaller { font-size:0.8em; }

.row.body {
    position: relative;
    min-height: 580px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.row.body:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.row.body .panel {
	background-color: rgba(255, 255, 255, 0.85);
}

.row.securePayCredit {
	padding-top: 4px;
	text-align: right;
	font-size: 0.7em;
}
.row.securePayCredit a {
	color: black;
	font-weight: bold;
}

.bookingDetailsTable {
	margin-left: 20%;
}

.bookingDetailsTable th {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

.panel.promoPanel .panel-footer {
	margin: 0;
	border: 0;
	background: none;
	text-align:right;
	font-size: 0.8em;
	font-style: italic;
}

.row.footerLinks .rwd-line { display: inline; }
.row.footerLinks a {
    border-left: 1px solid #939598;
    padding: 0 3px;
	font-size: 0.8em;
    color: #939598;
}
.row.footerLinks .rwd-line:first-child a:first-child { border: 0; }
.row.footerLinks .rwd-line a:last-child { padding-right: 0; }

@media (min-width: 768px) {
	.rrow.footerLinks div:first-child { padding: 0; text-align: right; }
	.rrow.footerLinks div:last-child { padding: 0; text-align: left; }
	.rrow.footerLinks div:last-child a:first-child { border-left: 1px solid #939598; }
	.row.socialMedia div:first-child { text-align: left; }
	.row.socialMedia div:last-child { text-align: right; }
}
@media (max-width: 750px) {
	.row.footerLinks { text-align: center; }
	.row.footerLinks .rwd-line:first-child { display: block; }
	.row.footerLinks .rwd-line:not(:last-child) a:first-child { border: 0; }
	.row.header .tagline h1 { font-size: 0.85em; }
	.bookingDetailsTable { margin-left: 10%; }
	.footerLinks { margin: 15px 0; }
}
@media (max-width: 400px) {
	.row.header .tagline h1 { font-size: 0.8em; }
	.bookingDetailsTable { margin-left: 0; }
	.bookingDetailsTable th { padding-right: 5px; }
}
@media (max-width: 350px) {
	.row.header .tagline h1 { font-size: 0.65em; }
	.row.footerLinks .rwd-line { display: block; }
	.row.footerLinks .rwd-line:last-child a:first-child { border: 0; }
	.row.socialMedia div:first-child { padding: 0; }
	.row.socialMedia div:first-child a { padding: 0 0 0 2px; }
}

.paymentDialog .modal-header { 
	background-color: black !important; 
	border: 3px solid white; 
	border-bottom: 0; 
	padding: 10px 15px 8px !important;
}
.paymentDialog .modal-header .bootstrap-dialog-title {
	width: 100%;
}
.paymentDialog .modal-body { 
	padding-bottom: 0; 
}
