.modal {
    display: none;
        
    position:absolute;
    width:100%;
    height:100%;
    background-color:#CCCCCC;
    
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;

    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    
    top: 0;
    left: 0;
    padding: 0px;       
}

.modal_text {
    margin-top: 150px;
}

#ui-datepicker-div { display: none; }

#body_container {
    width: 1024px;
    height: 100%;
    position: relative;     
    margin: auto;
    min-height: 400px;
}


/*************************
 **      SLIDESHOW      **
 *************************/
.slideshow_container {
    /*width: 1280px;*/
    /*height: 800px;  */
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute; */
    /*top: 0px;*/
    /*left: 0px;    */
    /*z-index: 0;*/
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;    
}

.slideshow_image {  
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*width: 1280px;*/
    /*height: 800px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1280px;
    position: fixed;
    top: 0;
    width: 100%;    
}


/************************
 **       HEADER       **
 ************************/

.header_container {
    width: 1024px;
    height: 72px;
    /*margin: auto;*/
    /*margin: 0px 70px;*/
    background: #FFFFFF;
    /*position: absolute;*/
    /*position: fixed;*/
    top: 0px;
    /*left: 70px;*/
    z-index: 2;
}

.header_container_mobile {
    height: 93px;    
}

.header_content {
    width: 1024px;
    height: 98px;
    position: relative;    
}

.header_logo {
    /*background-image: url("../images/public/logo.png");*/
    width: 200px;
    position: absolute;
    top: 0px;
    left: 10px;  
    cursor: pointer;
}

.header_logo_mobile {
    /*background-image: url("../images/public/logo.png");*/
    width: 251px;
}


/************************
 **     LANGUAGES      **
 ************************/
.languages_container {
    position: absolute;
    top: 72px;
    right: 0px;
    z-index: 2;
    width: 74px;
}

.languages_container_mobile {
    position: absolute;
    top: 20px;
    right: 150px;
    z-index: 2;
}

.languages_item_mobile {
    /*height: 53px;*/
    margin: 0px 10px;
    color: #5b730e;
    font-size: 40px;
}

.languages_item_mobile_selected {
    color: #000000;
}

/************************
 **        MENU        **
 ************************/

.header_menu_container {
    height: 37px;
    top: 20px;
    left: 260px;
    position: absolute;
}

.menu_container { 
    color: #5B730E;
    font-family: 'Vollkorn', serif;    
    float: left;
    position: relative;
    list-style: none;
    margin: 0px;
}

.menu_container:hover {
    color: #000000;
}

.menu_container_selected {
    color: #000000;
    font-family: 'Vollkorn', serif;    
    float: left;
    position: relative;
    list-style: none;
    margin: 0px;
}

#menu_title {
    font-size: 13px;
    line-height: 15px;
    padding: 11px 11px;
    text-transform: uppercase;
    list-style: none;
    margin: 0px;
}

.menu_list {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    color: #5B730E;
    z-index: 999;
    list-style: none;
    margin: 0px;
    font-size: 13px;
    padding-top: 15px;
}

#menu {
    white-space: nowrap;
    padding: 2px 0 2px 0;
    cursor: pointer;
    padding: 11px 22px 8px;
    min-width: 100px;
    list-style: none;
    margin: 0px;
}

#menu:hover {
    color: #000000;
}

.menu_link {
    color: inherit;
    font-weight: initial;
    text-decoration: none;    
}

.menu_link:hover {
    color: inherit;
    font-weight: initial;
    text-decoration: none;
}

.menu_toggle {
    top: 20px;
    right: 10px;
    position: absolute;
}

.menu_toggle:hover {
    cursor: pointer;
}

.menu_off {
    width: 80px;
    height: 53px;
    background-image: url('../images/public/menu-off.png');    
}

.menu_on {
    width: 80px;
    height: 53px;
    background-image: url('../images/public/menu-on.png');       
}

.header_mobile_menu_container {
    display: none;
    background: #FFFFFF;
    z-index: 999;
    padding: 10px;
    position: absolute;
    top: 93px;
    right: 0px;
    /*min-width: 300px;*/
    min-width: 65%;
    color: #5B730E;
    font-family: 'Vollkorn', serif;     
    overflow: auto;
}

.menu_mobile_container {
    /*border-top: 1px solid #5B730E;*/
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
}

.menu_mobile_title {
    list-style: none;
    padding-left: 10%;
    margin: 0px;
}

.menu_mobile_title_border {
    border-top: 1px solid #5B730E;    
}

.menu_mobile_link {
    color: #5B730E;
    font-size: 50px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    line-height: 3.0;
}

.menu_mobile_no_link {
    color: #5B730E;
    font-size: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 3.0;
}

.menu_mobile_link:hover {
    cursor: pointer;
    text-decoration: none;  
    color: #000000;  
}

.menu_mobile {
    text-transform: none; 
    line-height: 2.5;    
    color: #5b730e;
    font-size: 50px;    
    margin-left: 20%;
    list-style: outside none none;
}

.menu_mobile:hover {
    cursor: pointer;
    text-decoration: none;  
    color: #000000;      
}

/************************
 **      CONTENT       **
 ************************/

#main {
    width: 1024px;
    /*margin: auto;*/
    /*margin: 0px 70px;*/
    position: absolute;
    top: 100px;
    bottom: 60px;
    /*left: 70px;*/
}

.main_transparency {
    width: 1024px;
    /*height: 552px;*/
    /*margin: auto;*/
    /*margin: 0px 70px;*/
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #FFFFFF;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.main_container {
    width: 1024px;
    /*height: 462px;*/  
    margin: auto;    
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding: 30px 30px;
}

.main_title_container {
    font-family: 'Vollkorn', serif;     
    margin-bottom: 20px;      
    /*line-height: 35px;       */
}

.main_title {
    color: #5B730E;    
    /*font-size: 28px;*/
    font-size: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: left;
    padding-right: 10px;
}

.main_sub_title {
    /*font-size: 17px;*/
    font-size: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: left;
    padding-right: 10px;    
    padding-top: 3px;
    font-style: italic;
}

.main_sub_title_step {
    margin: 0px 5px;
}

.main_sub_title_step_link {
    color: #5B730E;
    font-style: normal;    
}

.main_sub_title_step_link:hover {
    cursor: pointer;
    color: #000000;
    font-style: italic;
}

.main_sub_title_step_separator {
    color: #5B730E;
    font-style: normal;  
}

.main_description {
    /*font-size: 15px;*/
    font-size: 25px;
    /*line-height: 22px; */
    margin-bottom: 20px;      
}

.main_content {
    bottom: 30px;
    overflow: auto;
    padding-right: 10px;
    position: absolute;
    top: 88px;
    width: 964px;
    /*font-size: 14px;*/
    font-size: 20px;
}

.main_content_left {
    width: 690px;
    padding-right: 10px;
    float: left;
}

.main_content_right {
    width: 264px;
    float: left;    
}

#generic_link {
    color: #5B730E;
}

#generic_link:hover {
    color: #799913;
    text-decoration: underline;
    cursor: pointer;
}

.generic_file_container {
    margin-top: 20px;
}

.generic_file_content {
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding: 5px 20px;
}

.generic_file_title {
    color: #5B730E;
    min-width: 20px;    
}

.generic_file_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.generic_file_description {}

/************************
 **      GALLERIES     **
 ************************/
.galleries_thumbnail {
    float: left;
    /*width: 215px;*/
    width: 295px;
    /*height: 140px;*/
    height: 195px;
    background-position: center;
    margin-bottom: 20px;
}

.galleries_thumbnail_margin {
    margin-right: 25px;
}

.galleries_image {
    max-width: 976px;
    max-height: 648px;
}

/************************
 **      CONTACTS      **
 ************************/
.contacts_container {}

.contacts_row {
    margin-bottom: 10px;
}

.contacts_column {
    width: 50%;
}

.contacts_column_left {
    float: left;
}

.contacts_column_right {
    float: right;
}

.contacts_left_content {
    float: left;
    width: 264px;
    height: 408px;
}

.contacts_right_content {
    float: left; 
    width: 690px;
    height: 408px;  
}

.contacts_label {
    font-family: 'Vollkorn', serif;     
    color: #5B730E;
    font-size: 17px;
    /*line-height: 24px;    */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    text-transform: uppercase;
}

.contacts_info {
    margin-bottom: 0px;
}

.contacts_map {
    width: 100%;
    height: 300px;
}

/**************************
 **      CONTACT US      **
 **************************/
.contact_us_container {}

.contact_us_info {
    margin-bottom: 20px;
}

/**********************
 **      FOOTER      **
 **********************/
.logos_container {
    width: 386px;
    /*height: 80px;*/
    height: 50px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    right: 0px;
}

.logos_image {
    margin-top: -22px;
    margin-left: -174px;
    position: absolute;
    top: 50%;
    left: 50%;
}

/***********************
 **      BUTTONS      **
 ***********************/

.simpleButton {
    /*line-height: 30px;*/
    min-width: 30px;
    padding: 10px 40px;
    text-align: center;
    background-color: #5B730E;
    border-bottom: 1px solid #5B730E;
    border-right: 1px solid #5B730E;   
    clear: both;
    color: #FFFFFF;
    float: left;
    text-transform: uppercase;    
    margin-top: 30px;
    font-size: 12px;
    font-weight: bold;
}

.simpleButton:hover {
    background-color: #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;    
    cursor: pointer;
}

/************************
 **      ONE FORM      **
 ************************/
#form_container {
}

#form_container_title {
    border-bottom: 1px solid #000000;
    padding: 4px;
    
    background-color: #F4F4F4;
/*    background: -moz-linear-gradient(top, #FFFFFF, #FDEAFF);*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#718BA6));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e9e9e9', EndColorStr='#718BA6', GradientType=0);*/
    
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    
    box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
}

#form_container_title_text {
    float:left;
    font-weight: bold;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}

#form_button_edit {
    float:right;
}

#form_button_submit {
    float:left;
}

#form_button_back {
    float:left;
}

#form_button_delete {
    float:right;
}

.form_button {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 2px 10px 0px 10px;
    margin-right: 10px;
    cursor: pointer;

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;

    box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
}


.form_button_selected {
    background-color: #0089B7;
    border: 1px solid #555555;
    color: #FFFFFF;
}

.form_button:hover {
    background-color: #0089B7;
    border: 1px solid #555555;
    color: #FFFFFF;
}

.form_button_img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: top;
}

#form_delete_dialog {
}

#form_delete_dialog_img {
    float: left;
    width: 42px;
    height: 39px;
    margin: 10px 0px 0px 0px;
    background-image: url('../images/private/alert.gif');
}

#form_delete_dialog_txt {
    float: left;
    width: 250px;
    margin: 8px 0px 0px 8px;
    font-size: 12px;
    /*line-height: 16px;*/
}

#form_row {
    margin: 5px 0px 5px 0px; 
}

#form_label {
	float: left;
	width:25%;
}

#form_label_title {
    font-weight: bold;
    padding: 2px 2px 0px 2px;
}

#form_label_details {
    font-size: 80%;
    padding: 0px 2px 0px 2px;
}

#form_left {
	float: left;
	width: 25%;
}

#form_right {
    float: left;
}

#form_field {
    position: relative;
    float: left;
    width: 75%;
    background-color:#DCDCDC;
    overflow: hidden;
}

#form_error {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 13px;
    height: 12px;
    background-image: url("../images/private/warning.png");
}

#form_group_title {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

#form_group {
	width: 99%;
	margin: 2px 0px 5px 0px;
	border-width: 1px;
	border-style: dashed;
        padding: 5px;
}

.form_group {
	width: 99%;
	margin: 2px 0px 5px 0px;
	border-width: 1px;
	border-style: dashed;
        padding: 5px;
}

#form_checkbox {
	float:left;
	width:100%;
}


/************************
 **   DEFAULT CONFIGS  **
 ************************/
* {
    margin: 0; padding: 0;
} 

body {
    padding: 0;
    color: #000000;	
    background: #F2F2F2;   
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: auto;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;       
    position: absolute;
    top: 0px;
    bottom: 0px;
}

a {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    cursor: pointer;
    color: #5b730e;
}

img {
	border-style: none;
}

.link {
    cursor: pointer;
}

input, select {
    /*font: 14px  Verdana, 'Trebuchet MS', Arial, Sans-serif;*/
    color: #000000;
    padding: 2px;
}

ol {
    padding-left: 30px;
}


/************************
 **     OVERRIDES      **
 ************************/
.ui-dialog {
    line-height: 12px !important;
}

.ui-button {
    line-height: 12px !important;
/*    padding: 7px !important;*/
}

.ui-button-text {
    line-height: 8px !important;
    padding: 8px !important;
}

.ui-dialog-buttonpane {
    padding: 1px 10px 0px 0px !important;
}


/************************
 **  MESSAGES & ERRORS **
 ************************/
#layout_info {
    position: absolute;
    top: 110px;
    left: 312px;
    width: 400px;
}

#layout_info_image {
    float: left;
    width: 16px;
    padding-right:5px;
}

#layout_errors {
    padding: 3px;
    margin-bottom: 5px;
    background-color: #f6b4b4;
    border: 1px solid #c46363;
    width: 400px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    display: none;
}

#layout_messages {
    padding: 3px;
    margin-bottom: 5px;
    background-color: #a7e0ac;
    border: 1px solid #618264;
    width: 400px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    display: none;
}

#layout_warnings {
    padding: 3px;
    margin: 10px auto 15px auto;
    background-color: #FFD36D;
    border: 1px solid #CC8800;
    width: 400px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

#errors {
    float: left;
}

#messages {
    float: left;
}

#warnings {
    float: left; 
}

li {
    margin-left: 20px;
}
 
#old_browser_warning {
    position:relative;
    top:0px;
    width:100%;
    height:40px;
    background-color:#fff;
    margin-top:0px;
    padding:4px;
    border-bottom:solid 4px #000066;
    z-index: 999;
}
