/** MAIN BACKGROUND **/
html {
    background-color: #FFFFFF;
    background-image: url('hero3.png'),url('bg.jpg');
    background-size: auto, cover;
    background-position: 17% 60px, bottom center;
    background-attachment: scroll, fixed;
    background-repeat: no-repeat, no-repeat;
}
body {}

@media only screen and (max-width: 640px) {
    html {
        background-color: #FFFFFF;
	background-image: url('bg.jpg');
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
    }
    #container header#page_header { background: none !important; }
    #container header#page_header nav#user_nav { background: #000000; }
    header#page_header #hero a#logo { 
	display: inline-block !important;
	background: none;
	box-shadow: none;
    }
}


/** HERO SLIDE **/
header#page_header #hero {}
header#page_header #hero a#logo
{
background: none;
box-shadow: none;
margin-top: ;
}
header#page_header #hero a#logo img {}
header#page_header #header_bg { background: rgba(0,0,0,0.50); }
header#page_header nav#user_nav { background: #000000; color: #666666; }
header#page_header nav#user_nav ul li a { color: #ff8202; }
header#page_header nav#user_nav ul li:first-child {
    border-right: 1px solid #666666;
}

/** MAIN CONTENT **/
#main_content { max-width: 1000px; margin-top: ; margin-bottom: 6em; }
#main_content section#package_select { 
    background-color: #c20b0b;
    border: 3px solid #666666;
    color: #000000;
}
nav.breadcrumbs { 
    background-color: #000000; 
    font-weight: bold; 
}
.ui-widget-header {    
    background: #000000;
    border: 3px solid #666666;
    font-weight: bold;
}
footer#page_footer { 
    background: #000000; 
    color: #666666; 
 }
#PrivacyPolicy a { color: #ff8202 !important; }

button.btn-success, input[type="button"].btn-success, input[type="submit"].btn-success, input[type="reset"].btn-success, .btn.btn-success, .table tbody tr td.is-actions a.btn-success, table tbody tr td.is-actions a.btn-success, form fieldset.dark-button-select input[type='radio']+label.btn-success, form fieldset.dark-button-select input[type='radio']+legend.btn-success, #main_content fieldset.time-picker input[type='radio']+label.btn-success, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success, #main_content form#guest_form fieldset input[type='radio']+label.btn-success, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success, body.authentication a#account_create {
    background: #000000;
    border: 3px solid #666666;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
button.btn-success:hover, button.btn-success:active, button.btn-success.active, input[type="button"].btn-success:hover, input[type="button"].btn-success:active, input[type="button"].btn-success.active, input[type="submit"].btn-success:hover, input[type="submit"].btn-success:active, input[type="submit"].btn-success.active, input[type="reset"].btn-success:hover, input[type="reset"].btn-success:active, input[type="reset"].btn-success.active, .btn.btn-success:hover, .table tbody tr td.is-actions a.btn-success:hover, table tbody tr td.is-actions a.btn-success:hover, form fieldset.dark-button-select input[type='radio']+label.btn-success:hover, form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, #main_content fieldset.time-picker input[type='radio']+label.btn-success:hover, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:hover, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:hover, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, body.authentication a#account_create:hover, .btn.btn-success:active, .table tbody tr td.is-actions a.btn-success:active, table tbody tr td.is-actions a.btn-success:active, form fieldset.dark-button-select input[type='radio']+label.btn-success:active, form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, #main_content fieldset.time-picker input[type='radio']+label.btn-success:active, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:active, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, body.authentication a#account_create:active, .btn.btn-success.active, .table tbody tr td.is-actions a.btn-success.active, table tbody tr td.is-actions a.btn-success.active, form fieldset.dark-button-select input[type='radio']+label.btn-success.active, form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, #main_content fieldset.time-picker input[type='radio']+label.btn-success.active, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success.active, #main_content form#guest_form fieldset input[type='radio']+label.btn-success.active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, body.authentication a.active#account_create {
    background: #000000;
    border: 3px solid #666666;
    color: #ff0325 !important;
    font-weight: bold !important;
}
#main_content > p > input:nth-child(2) { display:none;}
