@charset "utf-8";
/* SITE STYLES - PROPERTY OF METAVISUAL LTD */
/* TOP-LEVEL ELEMENTS */
body, input, textarea, select { font-family: montserrat, sans-serif; font-style: normal; font-size: 16px; }
/* Body */ body { margin: 0px; padding: 0px; background-color: #371f4f; color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; box-sizing: border-box; width: 100%; } .articleGroup, .contentrow { box-sizing: border-box; width: 100%; } .body-l3 { line-height: 24px; } #pagearea { background-color: #371f4f; }
/* Content zone */
/* language selection */ .lang_selection { display: table; margin: 1em auto; } .lang_selection .langmenu_handles { display: table-row; } .lang_selection .linkblock.lang_option { display: table-cell; height: auto; width: auto; white-space: nowrap; text-decoration: none; } .lang_selection .linkblock.lang_option:not(:first-child) { margin-left: 10px; padding-left: 10px; border-left: 2px solid #178E6F;} .lang_selection .linkblock.lang_option { color: #178E6F; height: auto; width: auto; } .lang_selection .linkblock.lang_option.selected { color: #097F64; }
/* subpage menu */ .subpagemenu { font-family: program, sans-serif; font-weight: bold; display: table; color: #879f31; margin-bottom: 20px; } .subpagemenu_pages { display: table-row; padding: 0; font-size: 16px; } ul.subpagemenu_pages li { display: table-cell; list-style: none; height: auto; width: auto; white-space: nowrap; padding-right: 10px; } ul.subpagemenu_pages li:not(:first-child) { margin-left: 10px; padding-left: 10px; border-left: 2px solid #b8d064;} ul.subpagemenu_pages li.menuitemblock_down { color: #000; } ul.subpagemenu_pages li:hover { color: #000; } ul.subpagemenu_pages li a { text-decoration: none; }  li.menuitemblock_down a, li.menuitemblock_up a:hover { color: #fff; } .pagemenu li.menuitemblock_down a, .pagemenu li.menuitemblock_up a:hover { color: #58338a; }
/* HEADINGS */ 
h1, h2, h3, h4, h5, h6, h7 { line-height: 1em; color: #fff; margin: 0px; font-style: normal; font-weight: normal; text-align: left; } 
h1 { font-size: 60px; margin: 48px 0 22px 0; text-transform: uppercase; font-weight: bold; } 
h2 { font-size: 56px; margin: 36px 0 22px 0; } 
h3 { color: #444444; font-size: 20px; margin: 22px 0 10px 0; font-weight: bold; }
/* SEARCH */
/* POWERED BY */ #poweredby { color: inherit; color: rgba(0,0,0,0.4); font-size: 90%; text-align: center; } #poweredby:hover { color: inherit; } #poweredby-inner > span { display: inline-block; padding: 10px; } #poweredby .divider { border-right: 1px solid rgba(0,0,0,0.25); margin-right: 10px; } #poweredby .title, #poweredby .txt { padding: 12px 5px; }
/* ... site warning for old browsers */ .siteWarning { margin: 1em auto; color: black; font-size: 90%; color: #000; } .siteWarning a { font-weight: bold; color: #000 !important; }
/* ARTICLE */ .title_before_group h1 { font-family: 'unextralight', sans-serif; color: #fff; margin-bottom: 0.5em; font-size: 32px; text-align: center; } .vanillaArticle .article-inner { /*padding: 20px 0;*/ } .paragraph { margin: 0 0 1em 0; font-size: 16px; } .article .date { font-size: 90%; color: #939598; }
/* */ .unobtrusive_msg.noResults { text-align: center; }
/* Unordered list */ ul li { list-style: disc; } ul, ol { text-align: left; padding-left: 20px; }
/* Read more */ .readmore_prompt { color: #667d0d; text-transform: uppercase; font-size: 18px; } .before_readmore_prompt { display: none; }
/* warning */ .warning { font-size: 90%; line-height: 1.2em; background-color: rgba(255,255,255,0.7); margin: 0px; padding: 0.25em; } .warning .aux { font-size: 90%; color: #666; }
/* pageTab */ .pageSelectionTabs { margin: 0 auto !important; } .pageTab.previousPage .icon, .pageTab.nextPage .icon { display: none; } .pageTab.previousPage .icon, .pageTab.nextPage .icon { display: none; } .pageSelectionTabs { display: table; border-spacing: 5px; margin: 0px; } a.pageTab, div.pageTab { background-color: transparent; border-color: transparent; border-image: none; border-style: solid; border-width: 1px; display: table-cell; padding: 3px 5px; } .pageTab.firstTab, .pageTab.lastTab, .pageTab.previousTab, .pageTab.nextTab { border-color: transparent; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; } .pageTab:hover:not(.disabled), .pageTab.currentlyActive { background-color: #7aa438; border-color: transparent; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; color: #e6f4c8; font-weight: bold; } .pageTab.disabled { color: #CCC; }
/* FORMS */ form.submitForm table { width: 100%; } form.submitForm td { padding: 0 0.5em; vertical-align: top; } form.submitForm h3 { margin-top: 0.5em; } form.submitForm .formButtons.bottom { text-align: right; }
/* preview */ /*body.adminactive .body-l2 { padding-top: 100px !important; }*/
