/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * codeeditor,fa,filebrowser,flexslider,foldergallery,fotorama,hi_fancybox,hi_updatecheck,jquery,meta_tags,news,pagemanager,page_params,pfw,polyglott,shariff,slideshow,themeswitcher,tinymce4,twocents,uploader,wdir,zgallery
 */


/****************************************************** ./assets/css/core.css */

/*
 * Adminmenu
 */

#xh_adminmenu_scrolling {
    z-index: 999;
}

#xh_adminmenu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#xh_adminmenu {
    width: 100%;
    background-color: #2e3436;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid #aaa;
    color: #d3d7cf;
}

#xh_adminmenu ul {
    height: 36px;
    list-style-type: none !important;
    list-style-image: none;
    font-family: arial, sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #2e3436;
}

#xh_adminmenu li {
    list-style-type: none !important;
    float: left;
    position: relative;
    width: 125px;
    background-color: #2e3436;
    text-align: center;
    color: #d3d7cf;
    padding: 8px 0 0 0;
    margin: 2px 0 0 0;
}

#xh_adminmenu li a:hover,
#xh_adminmenu li:hover {
    background-color: #3f4446;
}

#xh_adminmenu a,
#xh_adminmenu a:visited,
#xh_adminmenu span {
    display: block;
    color: #d3d7cf;
    height: 28px;
    padding: 0 6px 0 6px;
    text-decoration: none;
    font-style: normal;
}

#xh_adminmenu span {
    cursor: default;
}

#xh_adminmenu ul ul {
    list-style-type: none !important;
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    margin: 0;
    z-index: 9999;
    visibility: hidden;
}

#xh_adminmenu ul ul li {
    background: #4f5456;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul li a,
#xh_adminmenu ul ul li span {
    height: 16px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul li:hover {
    height: 26px;
    padding: 3px 0 0 0;
    background: #c50;
}

#xh_adminmenu ul ul li a:hover,
#xh_adminmenu ul ul li span:hover {
    background: #c50;
    height: 20px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul {
    left: 100%;
    top: 0px;
    width: 100%;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li {
    background: #c50;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li a,
#xh_adminmenu ul ul ul li span {
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li:hover {
    background: #e70;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li a:hover,
#xh_adminmenu ul ul ul li span:hover {
    background: #e70;
    height: 20px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu li:hover > ul {
    visibility: visible;
}

/*
 * Pluginmenu
 */

.edit {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    border: 1px solid;
    margin: 2px 0;
}

.edit td {
    padding: 4px 6px;
}

/*
 * Debug mode
 */

.xh_debug {
    height: 18px;
    background: #900;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    border: 0px solid #000;
    padding: 2px 6px;
    margin: auto;
}

.xh_debug_warnings {
    background: #fc0;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 4px 6px;
}

/*
 * Messages
 */

.xh_success,
.xh_info,
.xh_warning,
.xh_fail,
.cmsimplecore_warning {
    padding: 0.7em;
    padding-left: 36px;
    border-radius: 7px;
}

.xh_success {
    background: #e1f8cb url("success.png") no-repeat 10px;
    color: #37620d;
    border: 1px solid #c6d880;
}

.xh_info {
    background: #e9f5fb url("info.png") no-repeat 10px;
    color: #16597a;
    border: 1px solid #84c7e9;
}

.xh_warning,
.cmsimplecore_warning {
    background: #ffffbb url("warning.png") no-repeat 10px;
    color: #756730;
    border: 1px solid #ffd324;
}

.xh_fail {
    background: #fbe5e2 url("fail.png") no-repeat 10px;
    color: #992213;
    border: 1px solid #f2a197;
}

/*
 * Mailform
 */

#xh_mailform div {
    width: 250px;
    margin: 0 0 8px 0;
}

#xh_mailform .text, .xh_mailform textarea {
    width: 100%;
    box-sizing: border-box;
}

.xh_captcha_code {
    float: left;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 1px 5px 2px 5px;
    margin: 0 4px;
}

.text, .xh_captcha_input, .xh_mailform textarea {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #222;
    background-color: white;
    padding: 2px 4px;
    margin: 0 0 2px 0;
}

.xh_captcha_input  {
    float: left;
    width: 5em;
    border: 1px solid #666;
    margin: 0 0 10px 0;
}

/*
 * System Check
 */

#xh_system_check {
    list-style: none;
    padding-left: 0;
}

#xh_system_check li {
    margin-left: 0;
}

#xh_system_check img {
    padding-right: 1em;
}

li.xh_system_check_cat_start {
    margin-top: 1em;
}

/*
 * Configuration
 */

#xh_config_form fieldset {
    padding: 1em 0.5em;
    margin: 1em 0;
}

#xh_config_form div.xh_label,
#xh_config_form div.xh_field {
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

#xh_config_form div.xh_label {
    width: 35%;
}

#xh_config_form div.xh_field {
    width: 65%;
}

#xh_config_form .xh_field button {
    margin: 0 0 6px 0;
}

#xh_config_form .xh_field select,
#xh_config_form div.xh_field {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#xh_config_form .xh_field select {
    border: 1px solid #bbb;
    font-size: 13px;
    margin: 0 0 6px 0;
}

#xh_config_form div.xh_label span.xh_label {
    margin: 3px 0;
}

#xh_config_form img {
    margin: 0;
}

#xh_config_form input[type="checkbox"] {
    margin: 0.3em 0;
}

#xh_config_form br {
    clear: both;
}

#xh_config_form input.xh_setting,
#xh_config_form input.cmsimplecore_settings,
#xh_config_form textarea.xh_setting,
#xh_config_form textarea.cmsimplecore_settings {
    width: 90%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #222;
    padding: 1px 2px;
    margin: 0 0 6px 0;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 0;
}

#xh_config_form textarea.xh_setting,
#xh_config_form textarea.cmsimplecore_settings {
    height: 49px;
    overflow: hidden;
}

#xh_config_form textarea.xh_setting_short,
#xh_config_form textarea.cmsimplecore_settings_short {
    height: 18px;
}

.xh_config_form_advanced_button {
    display: block;
    margin: 1em 0;
}

#xh_change_password label {
    display: inline-block;
    min-width: 12em;
}

/*
 * Tooltips
 */

.pl_tooltip {
    font-family: arial, sans-serif;
    font-size: 14px;
}

a.pl_tooltip,
a.pl_tooltip:link,
a.pl_tooltip:visited,
a.pl_tooltip:active {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    border: 0;
}

a.pl_tooltip:hover {
    /* IE needs some change for the a:hover to handle the a:hover span */
    background-color: transparent;
}

a.pl_tooltip span {
    display: none;
}

a.pl_tooltip span p {
    width: auto !important;
}

a.pl_tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 360px;
    z-index: 10;
    border: 1px dotted;
    padding: 2px 10px 2px 10px;
    background: #eee;
    color: #222;
    text-align: left;
}

a.pl_tooltip img {
    border: 0;
}

/*
 * New tooltip styling, which allows <p> elements in the help texts.
 * TODO: change that everywhere, and get rid of the old styles for XH 2.0
 */

div.pl_tooltip {
    font: normal normal 14px arial, sans-serif;
    text-decoration: none;
    position: relative;
    border: 0;
    float: left;
    margin-right: .25em;
}

div.pl_tooltip:hover {
    /* IE needs some change for the a:hover to handle the a:hover span */
    /* TODO: check if that's necessary for IE >= 7 */
    background-color: transparent;
}

div.pl_tooltip > div {
    display: none;
}

div.pl_tooltip > div p {
    width: auto !important;
}

div.pl_tooltip:hover > div {
    display: block;
    position: absolute;
    top: 1em;
    left: .7em;
    width: 360px;
    z-index: 10;
    border: 1px dotted #666;
    padding: 7px 10px;
    background: #eee;
    color: #222;
    text-align: left;
}

div.pl_tooltip img {
    border: 0;
    /*vertical-align: text-top;*/
}

/*
 * Pagedata tabs and views.
 */

#xh_pdtabs {
    font-weight: normal;
    margin-top: 10px;
    color: #000;
}

#xh_pdtabs a {
    border: 1px solid #888;
    padding: 1px 3px 2px 3px;
    background-color: #ddd;
    background-image: linear-gradient(to bottom, #eee, #ccc);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

#xh_pdtabs a:hover {
    color: red;
    cursor: pointer;
    background-color: #cde;
    background-image: linear-gradient(to bottom, #def, #bcd);
}

#xh_pdtabs .xh_active_tab,
#pdtabs .xh_active_tab:hover {
    background-color: #cdc;
    background-image: linear-gradient(to top, #fff, #aba);
    padding-top: 3px;
}

#xh_pdviews {
    background:#fff;
    color: #000;
}

#xh_pdviews .xh_view_toggle {
    width: 20px;
    height: 20px;
    float: right;
    background: url(cross.png) no-repeat top right;
    cursor: pointer;
}

#xh_pdviews .xh_active_view {
    display: block;
    padding: 1.5ex 3ex;
    border: 1px solid #808080;
}

#xh_pdviews .xh_inactive_view {
    display: none;
    display: block;
    padding: 1.5ex 3ex;
    border: 1px solid #808080;
    display: none;
}

/*
 * Modal dialogs
 */

div.xh_modal_dialog_overlay {
    position: fixed;
    display: table;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

div.xh_modal_dialog_center {
    display: table-cell;
    vertical-align: middle;
}

div.xh_modal_dialog {
    overflow: auto;
    color: black;
    background: white;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1em;
}

div.xh_modal_dialog_error {
    padding-top: 1em;
    color: red;
    font-weight: bold;
}

div.xh_modal_dialog_buttons {
    text-align: right;
    padding-top: 0.5em;
}

div.xh_modal_dialog_buttons button {
    width: 5em;
}

form.xh_inline_form {
    display: inline;
}

/*
 * Login form
 */

body.xh_login {}

body.xh_login div.xh_login {
    width: 30em;
    margin: 2em auto 0 auto;
}

div.xh_break {
    float: none;
    clear: both;
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
}

/*
 * Miscellaneous
 */

#xh_logfile {
    height: 40em;
    overflow: auto;
    border: 1px solid #888;
    background:white;
    color:black;
    font: 12px/1.6 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#xh_pagedata ul {
    list-style: none;
}

textarea.xh_file_edit {
    width: 99%;
    font-family: Consolas, 'courier new', monospace;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 0 !important;
}

.flag {
    border: 0;
}

.xh_find {
    background: #fd0;
    color: #000;
}

img.helpicon {
    background: none;
}



/************************************ ./plugins/codeeditor/css/stylesheet.css */

.CodeMirror {
  border: 1px solid #999;
}

.CodeMirror-fullscreen {
  z-index: 9999 !important;
  border: 0;
}

/*
 * The preview.
 */
.codeeditor_preview {
    margin: 1em 0;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    border-radius: 1em;
    padding: 1em 0;
}



/******************************************** ./plugins/fa/css/stylesheet.css */

.fa_logo {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
.fa_license {
    text-align: justify;
}



/*********************************** ./plugins/filebrowser/css/stylesheet.css */

#xhFilebrowser, #xhFilebrowserMenu {
background: #fff;
min-width: 440px;
color: #333;
border: 1px solid #999999;
margin: 1px 0;
overflow: auto;
padding: 8px 16px;
font-family: arial, sans-serif;
font-size: 14px;
}

#xhFilebrowserMenu {
font-weight: 700;
}


/* FILEBROWSER MENU */

#xhFilebrowser {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: 900;

}

#xhFilebrowser  fieldset, #xhFilebrowserMenu  fieldset {
margin: 5px;
display:none;
}

#xhFilebrowser fieldset legend, #xhFilebrowserMenu fieldset legend {
   font-weight: bold;
}


/* FILEBROWSER LISTS */

span.xhfb_files {
font-weight: 700;
color: #900;
}

p.xhfb_files {
font-weight: 700;
padding: 0;
}

#xhFilebrowser ul, #xhFilebrowserMenu ul {
list-style-image: none;
list-style-position:inside;
padding: 0;
margin: auto;
}

#xhFilebrowser ul.unseen, #xhFilebrowserMenu ul.unseen{
display: none;
}

#xhFilebrowser li.openFolder, #xhFilebrowserMenu li.openFolder {
list-style-image:url(../../plugins/filebrowser/css/icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 14px;
font-weight: 900;
}

#xhFilebrowser li.folder, #xhFilebrowserMenu li.folder{
list-style-image:url(../../plugins/filebrowser/css/icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 13px;
font-weight: 300;
}


#xhFilebrowser li.openFolder ul, #xhFilebrowserMenu li.openFolder ul {margin-left: 20px;}


/* FILEBROWSER FOLDERS */

#xhFilebrowser #filebrowser_folders {
    float: left;
    width: 40%;
    overflow: auto;

}

#filebrowser_subfolders {
    padding: 0 0 10px 0;
}

#filebrowser_subfolders li {
    font-size: 13px;
    font-weight: 900;
}


/* FILEBROWSER FILES */

#filebrowser_files {
    font-weight: 300;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

#filebrowser_files li {
    list-style-type: none;
    font-size: 13px;
    padding: 2px 0;
    margin: 0;
}

#filebrowser_files li:hover {
   background-color: #ccc;
}

#filebrowser_files li.odd {}

#filebrowser_files ul, #filebrowser_files ul li {
    margin-left: 0em;
    padding-left: 0em;
}

#xhFilebrowser a { color: #333;}
a.xhfbfile, span.xhfbfile {padding: 0 2px 0 0; line-height: 1em;}
a.xhfbfile img, span.xhfbfile img {border: none; margin: 6px;}
a.xhfbfile span, span.xhfbfile span {display: none;}
a.xhfbfile:hover span, #filebrowser_files ul li:hover a.xhfbfile span,
span.xhfbfile:hover span, #filebrowser_files ul li:hover span.xhfbfile span {
    display: block;
    float: right;
    border: #aaa 1px solid;
    padding: 2px;
    background-color: #ddd;
}
a.xhfbfile:hover, span.xhfbfile:hover {
    background-color: #ccc;
    cursor:pointer;
}
#xhFilebrowser div {
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
}


#filebrowser_subfolders  fieldset legend {}

#xhFilebrowser a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser a:active {color: #c60; text-decoration: none;}
#xhFilebrowser a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.openFolder a:link {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:visited {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.folder a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowserMenu a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:hover {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:active {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:focus {color: #c60; text-decoration: none;}


/************************************ ./plugins/flexslider/css/stylesheet.css */

/* simpler vertical control; to use, uncomment the following*/
/*
body .flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3);  }
body .flex-direction-nav .flex-prev { left: 0; }
body .flex-direction-nav .flex-next { right: 0; text-align: right; }
body .flexslider:hover .flex-prev { opacity: 0.7; left: 0px; }
body .flexslider:hover .flex-next { opacity: 0.7; right: 0px; }
*/

body .flex-direction-nav a {
  overflow: visible;
}
body .flex-direction-nav a:before {
  font-size: 2em;
}

body .flexslider:hover .flex-direction-nav .flex-next:hover:before,
body .flexslider:hover .flex-direction-nav .flex-prev:hover:before{
  color: red;
}

/* bugfix, see https://github.com/woocommerce/FlexSlider/issues/1491 */
body .flexslider {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* Reset so that template css will not interfere with flexslider*/
body .flexslider ul,
body .flexslider ul.slides,
body .flexslider ul.slides li {
    margin: 0;
    padding:0;
}
body .flexslider ul.flex-direction-nav li {
   list-style-type: none;
}
body .flexslider ul.slides li img {
    margin:0;
}
body .flexslider ul.slides li:before{
    content:"" !important;
    content:none !important;
}
body .flexslider ul.slides li div.flex-text ul > li {
    overflow-y:visible;
}

/*==================================*/
/* Setting for text only slides     */
body .flexslider ul.slides li div.flex-text {
    margin:10% 15% 0;
    border:.5em solid #eee;
    padding:1em 1em 0;
    border-radius:.5em;
}
body .flexslider ul.slides li div.flex-text h1,
body .flexslider ul.slides li div.flex-text h2,
body .flexslider ul.slides li div.flex-text h3,
body .flexslider ul.slides li div.flex-text h4,
body .flexslider ul.slides li div.flex-text h5,
body .flexslider ul.slides li div.flex-text h6 {
    margin-top:0;
}
body .flexslider ul.slides li div.flex-text ul {
    list-style:square outside none;
}
body .flexslider ul.slides li div.flex-text ul,
body .flexslider ul.slides li div.flex-text ol {
    margin:1em 0;
    padding-left:1.75em;
}
body .flexslider ul.slides li div.flex-text ul ul,
body .flexslider ul.slides li div.flex-text ul ol,
body .flexslider ul.slides li div.flex-text ol ol,
body .flexslider ul.slides li div.flex-text ol ul {
    margin:0;
}


/* Settings for image text */
body .flexslider ul.slides li p.flex-caption {
    width: 100%;
    padding: 2px 0;
    margin:0;
    display:inline-block;
    text-align:center;
}
body .flexslider ul.slides li p.flex-normal {
}
body .flexslider ul.slides li p.flex-inverted {
    letter-spacing:1px;
    font-size:1em;
    color:white;
    font-weight:bold;
    background:#777;
    text-shadow: 2px 2px 6px  #000;
}
/* This setting is for overlay text */
body .flexslider .slides>li {
    position: relative
}
body .flexslider ul.slides li p.flex-overlay {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-weight:bold;
    letter-spacing:1px;
}
body .flexslider ul.slides li p.flex-overlay2 {
    width: 96%;
    padding: 0 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    text-shadow: 1px 1px 4px rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7), 1px 1px 4px  rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7);
    font-weight:bold;
    letter-spacing:1px;
}
body .flexslider ul.slides li p.flex-overlay3 {
    position: absolute;
    left: 0;
    bottom: 15%;
    background: rgba(0,0,0,.3);  
    color: #fff;
    font:bold 60px sans-serif;
    padding:2%;
    width:50%;
    text-align:center;
    overflow-y: hidden;
}
@media (max-width: 979px) {
    body .flexslider ul.slides li p.flex-overlay3 {
     font-size: 6vmin;
    }
}

body .flexslider ul.slides li a:hover p {
    text-decoration: underline;
}
body a:hover p.flex-inverted {
    background:#f77;
}


/* Navigation for static "slider" */
body .extradirnav {
    font-size:1.4em;
}
body .extradirnav a {
    text-decoration:none;
    color:#555;
    font-family: "flexslider-icon" !important;
}
body .extradirnav a:hover {
    color:red;
}
body .flexfullsize {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10000;
    background:rgba(0,0,0,.7);
}
body input.flexfullsizebutton {
    vertical-align:sub;
    width:20px;
    height:20px;
    position:relative;
    z-index:0;
}
body input.flexfullsizebutton:hover {
    background:#fbb;
}
body .flexfullsize .flexslider ul.slides li p.flex-normal {
    position: absolute;
    bottom: 0;
    background:white;
}
body .flexfullsize .flexslider ul.slides li p.flex-inverted {
    position: absolute;
    left: 0;
    bottom: 0;
}



/********************************* ./plugins/foldergallery/css/stylesheet.css */

/**
 * Galleries
 */
.foldergallery_figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.foldergallery figure {
    display: table;
    margin: 0.5em;
}
.foldergallery figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
}



/************************************** ./plugins/fotorama/css/stylesheet.css */

/*
 * Plugin administration
 */
.fotorama_logo {
    float: left;
}
.fotorama_license {
    text-align: justify;
}
#fotorama_admin table {width: 100%; margin: 1em 0 2em 0;}
#fotorama_admin table input {vertical-align: middle;}
#fotorama_admin table input[type=text], #fotorama_admin table select {
  box-sizing: border-box;
  width: 99%;
  padding: 2px 5px;
}
#fotorama_admin table tr{
  cursor: pointer
}
#fotorama_admin table tr.selected {
  background-color: #b8c9d8;
  color: #fff;
  font-weight: bold;
}

#fotorama_admin table td a {padding: 0 5px;}
#fotorama_admin table td {padding: 2px;}
#fotorama_admin form {display: inline;}
#fotorama_admin table thead {
  background: #ddd;
  font-size: 11px;
  line-height: 2em;
  text-align: center;
}
#fotorama_admin button {
  background : -moz-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : -webkit-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : -o-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : -ms-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : linear-gradient(top, #5f6166 0%, #00060a 100%);
  filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6166', endColorstr='#00060a',GradientType=0 );
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  margin: 5px 2px;
  padding: 5px 10px;
}

#fotorama_popup {
  position: fixed;
  width: 200px;
}
#fotorama_popup > img {
  height: auto;
  width: 100%;
}

/* 
################################
       Fotorama Slider
################################ 
*/

.fotorama__wrap {}

.fotorama__stage {}

.fotorama__stage img {}

.fotorama__caption__wrap {
background: #000!important;
border: 1px solid #999;
border-radius: 0 0 5px 0;
opacity: 0.6!important;
}

.fotorama__privacy {
  position: absolute;
  bottom: 0;
  color: beige;
  text-align: center;
  background: rgba(0,0,0,0.6);
  margin: 10px 20px;
  padding: 5px;
  width: calc(100% - 40px);
  font-size: 0.9rem;
  line-height: normal;
  box-sizing: border-box;
}

.fotorama__caption {
color: #fff!important;
top:0;
}

.fotorama__nav {
padding: 3px 0!important;
}

.fotorama__video {
top:0!important;
margin: auto auto!important;
}

.fotoramaVideo {
max-width: 800px!important;
margin: 0 auto;
}

.fotoramaIframeContainer {
height: 96%; 
padding: 6px 16px 0 16px; 
margin: 0;
}

.fotoramaIframe {
width: 100%; 
height: 100%; 
border:0;
}

.fotoramaHtml {
height: 99%;
max-height: 99%; 
overflow: auto;
padding: 6px 20px;
}


/* 
################################
       Slider Classes
################################ 
*/

/* mmsl_dark */

.mmsl_dark_container {
max-width: 520px; 
background: #fff; 
border: 1px solid #999; 
border-radius: 5px; 
box-shadow: #666 6px 6px 6px;
padding: 6px;
margin: 16px auto 24px auto;
}

.mmsl_dark {
background: #222;
}

.mmsl_dark .fotorama__nav {
background: #111;
border-top: 1px solid #666;
padding: 3px 0!important;
}

.mmsl_dark .fotoramaIframeContainer {
height: 96%; 
padding: 6px 16px 0 16px; 
margin: 0;
}

.mmsl_dark .fotoramaIframe {
width: 100%; 
height: 100%; 
border:0;
}

.mmsl_dark .fotorama__thumb {
background: #111!important;
}

.mmsl_dark .fotorama__thumb img {
max-width: 96%!important;
max-height: 96%!important;
border: 1px solid #666!important;
}

.mmsl_dark .fotorama__thumb-border {
border-color: #999;
}


/* mmsl_light */

.mmsl_light_container {
max-width: 400px;
background: #eee;
border: 1px solid #999;
border-radius: 3px;
padding: 6px;
margin: 16px auto;
}

.mmsl_light {
margin: 16px 16px 0 16px;
}

.mmsl_light .fotoramaIframeContainer {
height: 96%; 
padding: 0; 
margin: 0;
}

.mmsl_light .fotoramaIframe {
width: 100%; 
height: 100%; 
border:0;
}

.mmsl_light .fotoramaHtml {
padding: 0;
}


/* 
################################
    MultiMediaSlider Backend
################################ 
*/

.mmsl_admin_no_slider_selected {
width: 100%;
float: left;
background: #900; 
color: #fff; 
text-align: center; 
padding: 8px 0;
margin: 12px 0 0 0;
}

.mmsl_admin_selected_slider {
width: 100%;
float: left;
background: #060; 
color: #fff; 
text-align: center; 
padding: 8px 0;
margin: 12px 0 0 0;
}

textarea.mmslBackendDatafile {
width:96%; 
height: 360px; 
background: #fff; 
color: #555;
font-family: courier new, monospace; 
font-size: 15px; 
border: 1px solid #999; 
padding: 3px 6px; 
}

#buttonbar {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
#buttonbar button {
    padding: 5px 10px;
}

.fullscreen { 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: -100; 
}

@media only screen and (max-width: 520px) {
  .fotorama__privacy {
    font-size: 2.5vw;
    margin: 0;
    width: 100%;,
    bottom: 10px;
  }
}

@media only screen and (max-width: 380px) {
 .fotorama__privacy {
    font-size: 2.3vw;
    bottom: 30px;
  }
}


/******************************** ./plugins/hi_updatecheck/css/stylesheet.css */

#upd_list_container {
    max-width: 500px;
}
.upd_container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.upd_container p {
    margin: 5px 0;
}

hr.upd_list {
    background-color: #999999;
    border: 0 none;
    clear: both;
    color: #999999;
    height: 1px;
}

/*** Messageboxes ***/
.upd_info, .upd_success, .upd_warning, .upd_error {
    min-width: 220px;
    max-width: 440px;
    display: inline-block;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    /*background-position: 10px center;*/
    background-position: 10px 10px;
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius:4px; /* Safari, Chrome */
    -khtml-border-radius:4px; /* Konqueror */
    border-radius:4px; /* CSS3 */
}
.upd_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}

/*** Messages-List ***/

ul.upd_list {
	margin: 0;
	padding: 0;
    max-width: 600px;
    list-style: none;
    border-top: 1px solid #999;
}

ul.upd_list li {
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0 0 0 0px;
}

.upd_info_list, .upd_success_list, .upd_warning_list, .upd_error_list, .upd_noinfo_list {
    margin: 0;
    padding:15px 10px 15px 50px;
    border: 0px solid;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*background-position: 10px center;*/
}
.upd_info_list {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success_list {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning_list {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error_list {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}
.upd_noinfo_list {
    color: #999;
    border: 0px solid #CCC;
    background-color: #FFF;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning_grey.png');
}
p.upd_license {
    text-align: justify;
}
img.upd_plugin_icon {display: block; float: left; margin: 0 20px 0 0}

/* Editmenu-Notification */

#editmenu_update, #xh_adminmenu_update {
    display: none;
}

li#editmenu_update, li#xh_adminmenu_update {
    padding: 4px 0;
    width: 44px;
}

#editmenu_update img, #xh_adminmenu_update img {
    border: 0 none;
}

/* Fix for older (splitted) editmenu */
#edit_menu {
    width: auto;
}


/************************************* ./plugins/meta_tags/css/stylesheet.css */

#meta_tags hr {
	margin:6px 0;
	visibility:hidden;
}


/****************************************** ./plugins/news/css/stylesheet.css */

/**
 * @file css/stylesheet.css
 * @brief Containing frontend and backend style.
 * 
 * @author David Stutz
 * @version 1.1.0
 * @license GPLv3
 * @package news
 * @see http://sourceforge.net/projects/cmsimplenews/
 * 
 *  This file is part of the news plugin for CMSimple.
 *
 *  The plugin is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  The plugin is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  @see <http://www.gnu.org/licenses/>.
 */
 /*
 * Frontend style.
 */
/* Entry div. */
.news-entry {
	margin: 1em auto 2em;
  display: inline-block;
}
/* Entry's title div. */
.news-entry-title {
	font-weight: normal;
	font-size: 13pt;
	padding: 5px 0;
	margin-bottom: .5em;
	border-bottom: 1px solid #777;
}
.newsXH-link {
  color: #67612c;
  cursor: pointer;
}
/* Entry's date span (in title). */
.news-entry-title-date {
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
}
/* Entry's short description div. */
.news-entry-short {
	
}
/* Entry's description div. */
.news-entry-description {
	
}
/* Entry's link div. */
.news-entry-link {
	display: block;
}

/* News archive div. */
.news-archive {
	width: 100%;
	padding: 15px 0;
}
/* News archive header. */
.news-archive-header {
	font-size: 16pt;
	margin-bottom: 1em;
	font-weight: bold;
}

.news-archive-navi {
  background: #eee;
  font-size: 11pt;
  margin-bottom: 1em;
  text-align: center;
  padding: 4px 0;
}

.news-archive-navi > span {
    background: #ffffff;
    border: 1px solid #999;
}

/* News archive footer. */
table.news-archive-footer {
	width: 100%;
}

/**
 * 	Newsticker.
 */
.newsticker {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.newsticker > figure {
  box-sizing: border-box;
  background: #eee;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width:100%;
  height:auto;
  z-index:-1;
}
.newsticker-entry-date {
  display: block;
  padding: 0px 0px 5px 0;
}

/* Newsslider driver. */
/* Main window containing the ul (not the controls and pager). */
.bx-window {
	
}

/* Main li with entry content. */
.newsslider li::before {content: inherit !important;}
.newsslider-entry, .bx-window li {
	padding: 10px;
}

.newsslider-entry-title {
	font-weight: bold;
	font-size: 12pt;
}

.newsslider-entry-title-date {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 2em;
}

.newsslider-entry-description {
	
}

.newsslider-entry-date {
	
}

/**
 * 	Blockquotes.
 */
.newsblock-entry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
	background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin: 0 0 1.2em;
  overflow: hidden;
  text-align: left;
}
.newsblock-flexin {
  padding: 5px 20px;
}
.newsblock-flexin:nth-child(1) {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.newsblock-flexin:nth-child(2) {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.newsblock-flexin .newsblockbtn {
  background-color: #0094de;
  cursor: pointer;
  border: medium none;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
  text-transform: uppercase;
}
.newsblock-flexin .newsblockbtn:hover {
    background-color: red;
    color: white;
}
.newsblock-entry-short {
	margin: 0;
}
.newsblock-entry-title {
  color: #0094de;
  font-size: 14pt;
}
.newsblock-entry-short p {
	font-size: 12px;
}
.newsblock-entry-date {
  float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
  padding: 0 0 0 10px;
}

/**
 * Newsscroller.
 */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.newsscroller {
  overflow: hidden;
  width: 100%;
}
.newsscroller-wrap {
  box-sizing: unset;
  margin: 0; 
  padding: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
}
.newsscroller-wrapin {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.newsscroller_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.2rem;
}
.newsscroller-wrapin:hover { animation-play-state: paused }

/*
 * Backend style.
 * No changes needed.
 */

.news-head {
	margin-bottom: .5em;
}

.news-submit {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	height:32px !important;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.news-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.news-submit:active {
	position:relative;
	top:1px;
}
.news-small {
	font-size: 80%;
}
.news-error, .news-success, .news-help, .news-notice {
	padding: .8em .8em .8em 2.6em;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
}
.news-error {
	color:#8a1f11;
	border-color:#FBC2C4;
	background: #FBE3E4 url('../../plugins/news/css/../images/error.png') scroll no-repeat .8em .8em;
}
.news-success {
	color:#264409;
	border-color:#C6D880;
	background: #E6EFC2 url('../../plugins/news/css/../images/success.png') scroll no-repeat .8em .8em;
}
.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background: #BDCDE3 url('../../plugins/news/css/../images/help.png') scroll no-repeat .8em .8em;
}
.news-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
table.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background-image: none;
}
.news-select {
	width: 30%;
	min-width: 80px;
}
.news-editor-short {
	max-height: 120px;
}
.news-collapsed {
	background-image: url(../../plugins/news/css/../images/collapsed.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-shown {
	background-image: url(../../plugins/news/css/../images/shown.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-input-title {
	max-width: 90%;
	width: 90%;
}
.newscase-entry {
	/*line-height: 10px;*/
	margin: 8px 0 0;
	padding: 5px 10px;
}
.newscase-entry-title {
	
}
.newscase-entry-title-date {
	float: right;
}
.newscase-entry-short {
	font-size: 10px;
}
.newscase-entry-short p {
	margin: 3px 0;
}
table.edit textarea {
  min-width: 90%;
}


/*********************************** ./plugins/pagemanager/css/stylesheet.css */

/*
 * Treeview
 */

#pagemanager {
    border: 1px solid #999;
    padding: 16px;
    margin: 1px 0;
    /* the following lines enable a scrollable treeview; adjust the height to your needs */
    height: 400px;
    overflow: scroll !important;
}

#pagemanager.pagemanager_vertical {
    margin-left: 27px;
}

/*
 * Toolbar
 */

#pagemanager_toolbar {
    text-align: center;
}
#pagemanager_toolbar button {
    margin: 0.7em 0.3em 0.7em 0.3em;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
#pagemanager_toolbar button span {
    display: inline-block;
}
#pagemanager_toolbar button[disabled] span {opacity: 0.3}
.pagemanager_tool_wrapper {
    position: relative;
    display: inline-block;
}
.pagemanager_tool_inner {
    position: absolute;
    display: none;
    z-index: 1;
}
#pagemanager_toolbar .pagemanager_tool_inner button {
    margin: 0;
    width: 100%;
}

/*
 * Context menu
 */

/* To have enough space for the whole context menu, if the template has a small footer */
#pagemanager_footer {
    height: 150px;
}

/*
 * Plugin info
 */

.pagemanager_logo {
    float: left;
    margin: 0 1em 0.5em 0;
}
.pagemanager_license {
    text-align: justify;
}



/*********************************** ./plugins/page_params/css/stylesheet.css */

#page_params hr {
	margin:8px 0;
}
#page_params input {
    width: auto;
}
#page_params img {
    margin:0;
}



/******************************************* ./plugins/pfw/css/stylesheet.css */

/*
 * Back-end
 */
.pfw_logo {
    float: left;
    width: 128px;
    height: 128px;
    margin: 0 1.5em 0.5em 0;
}
.pfw_license {
    text-align: justify;
}



/************************************* ./plugins/polyglott/css/stylesheet.css */

/*
 * Translation table
 */

.polyglott_translations {
    overflow-x: auto;
    margin: 1em 0;
}
.polyglott_translations table {
    border-collapse: collapse;
    width: 99%;
}
.polyglott_translations td {
    border: 1px solid #888;
}
.polyglott_translations td {
    padding: 0 0.2em;
}



/*************************************** ./plugins/shariff/css/stylesheet.css */

/*!
 * shariff - v1.24.1 - 17.11.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/*
 * Shariff_XH V. 1.0 RC1
 * Olaf Penschke
 */
* {
	margin: 0;
	padding: 0
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family:'FontAwesome';
	src:url('../../plugins/shariff/css/../fafonts/shariff_xh_4_7_0.eot?v=4.7.0');
	src:url('../../plugins/shariff/css/../fafonts/shariff_xh_4_7_0.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../plugins/shariff/css/../fafonts/shariff_xh_4_7_0.woff?v=4.7.0') format('woff'),url('../../plugins/shariff/css/../fafonts/shariff_xh_4_7_0.ttf?v=4.7.0') format('truetype'),url('../../plugins/shariff/css/../fafonts/shariff_xh_4_7_0.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal
}

ol, ul, li {
	list-style: none;
}
li::before {
	content: none!important
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.small li {
	/*-webkit-flex: none!important;*/
	-ms-flex: none!important;
	flex: none!important;
	width: 35px!important;
	min-width: 35px!important;
	max-width: 35px!important;
	height: 35px!important;
	text-align: center!important;
	vertical-align: middle!important
}
.small li a {
	height: 35px!important
}
.small li .fa {
	line-height: 35px!important
}
.small .orientation-vertical .info {
	float: left!important
}
.small li .share_count {
	visibility: hidden
}
.small a:hover > .share_count {
	visibility: visible;
	width: 35px!important;
	min-width: 35px!important;
	max-width: 35px!important;
	height: 35px!important;
	line-height: 35px!important;
	padding: 0!important;
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	text-align: center!important;
	vertical-align: middle!important;
	font-size: 14px!important
}

.medium li {
	/*-webkit-flex: none!important;*/
	-ms-flex: none!important;
	flex: none!important;
	width: 80px!important;
	min-width: 80px!important;
	max-width: 80px!important;
	height: 30px!important;
	vertical-align: middle!important
}
.medium li a {
	height: 30px!important
}
.medium li .fa {
	line-height: 30px!important
}
.medium li .info {
	width: 23px!important
}
.medium .info .fa-info {
	width: 23px!important
}
.medium .orientation-vertical .info {
	float: left!important
}
.medium .orientation-horizontal .info {
	width: 23px!important;
	min-width: 23px!important;
	max-width: 23px!important
}
.medium li .share_count {
	visibility: hidden
}
.medium a:hover > .share_count {
	visibility: visible;
	height: 30px!important;
	min-width: 20px!important;
	line-height: 30px!important;
	padding: 0 4px!important;
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	text-align: center!important;
	vertical-align: middle!important;
	font-size: 14px!important
}
/*.medium a:hover > .share_text {
	visibility: hidden
}*/

.round li {
	/*-webkit-flex: none!important;*/
	-ms-flex: none!important;
	flex: none!important;
	width: 35px!important;
	min-width: 35px!important;
	max-width: 35px!important;
	height: 35px!important;
	border-radius: 50%!important;
	text-align: center!important;
	vertical-align: middle!important
}
.round li a {
	height: 35px!important
}
.round li .fa {
	line-height: 35px!important
}
.round .orientation-vertical .info {
	float: left!important
}
.round li .share_count {
	visibility: hidden
}
.round a:hover > .share_count {
	visibility: visible;
	width: 35px!important;
	min-width: 35px!important;
	max-width: 35px!important;
	height: 35px!important;
	line-height: 35px!important;
	padding: 0!important;
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	text-align: center!important;
	vertical-align: middle!important;
	font-size: 14px!important
}

.shariff::after,.shariff::before {
	content: " ";
	display: table
}

.shariff::after {
	clear: both
}

.shariff ul {
	padding: 0;
	margin: 0;
	list-style: none!important
}

.shariff li {
	height: 35px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: none!important;
	background-position: 0!important;
	padding: 0!important;
	margin: 0 5px 5px 0!important
}

.shariff li a {
	color: #fff!important;
	position: relative;
	display: block;
	height: 35px;
	text-decoration: none;
	box-sizing: border-box
}

.shariff li .share_count,.shariff li .share_text {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: 35px
}

.shariff li .fa {
	width: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle
}

.shariff li .share_count {
	padding: 0 8px;
	height: 33px;
	position: absolute;
	top: 1px;
	right: 1px
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-xing:before {
	content: "\f168"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-plus:before {
	content: "\f067"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-lock:before {
	content: "\f023"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-info:before {
	content: "\f129"
}

.shariff .orientation-horizontal {
	display: -webkit-box
}

.shariff .orientation-horizontal li {
	-webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
	-webkit-box-flex: 0
}

.shariff .orientation-horizontal {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.shariff .orientation-horizontal li {
	float: left;
	-ms-flex: none;
	flex: none;
	width: 35px;
	margin-right: 3%;
	margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
	margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
	display: block;
	text-indent: -9999px;
	padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
	display: none
}

.shariff .theme-grey .shariff-button a {
	background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
	background-color: #ccc;
	color: #333
}

.shariff .theme-white .shariff-button {
	border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
	background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
	background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
	background-color: #fff;
	color: #999
}

.shariff .orientation-vertical {
	min-width: 110px
}

.shariff .orientation-vertical li {
	display: block;
	width: 100%;
	margin: 5px 0
}

.shariff .orientation-vertical li .share_count {
	width: 24px;
	text-align: right
}

@media only screen and (min-width: 360px) {
		.shariff .orientation-horizontal li {
		margin-right: 1.8%;
		min-width: 80px;
		width: auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.shariff .orientation-horizontal li .share_count {
		display: block
	}

	.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li {
		min-width: 110px;
		max-width: 160px
	}

	.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text {
		text-indent: 0;
		display: inline
	}

	.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li {
		-ms-flex: none;
		flex: none
	}
}

@media only screen and (min-width: 640px) {
		.shariff .orientation-horizontal.col-3 li {
		min-width: 110px;
		max-width: 160px
	}

	.shariff .orientation-horizontal.col-3 li .share_text {
		text-indent: 0;
		display: inline
	}
}

@media only screen and (min-width: 768px) {
		.shariff .orientation-horizontal li {
		min-width: 110px;
		max-width: 160px
	}

	.shariff .orientation-horizontal li .share_text {
		text-indent: 0;
		display: inline
	}

	.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li {
		-ms-flex :1 0 auto;
		flex :1 0 auto
	}
}

@media only screen and (min-width: 1024px) {
		.shariff li {
		height: 30px
	}

	.shariff li a {
		height: 30px
	}

	.shariff li .fa {
		width: 30px;
		line-height: 30px
	}

	.shariff li .share_count,.shariff li .share_text {
		line-height: 30px
	}

	.shariff li .share_count {
		height: 28px
	}
}

.shariff .addthis a {
	background-color: #f8694d
}

.shariff .addthis a:hover {
	background-color: #f75b44
}

.shariff .addthis .fa-plus {
	font-size: 14px
}

.shariff .addthis .share_count {
	color: #f8694d;
	background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
	color: #f8694d!important
}

@media only screen and (min-width: 600px) {
		.shariff .addthis .fa-plus {
		font-size: 14px;
		position: relative;
		top: 1px
	}
}

.shariff .diaspora a {
	background-color: #999
}

.shariff .diaspora a:hover {
	background-color: #b3b3b3
}

.shariff .diaspora .fa-times-circle {
	font-size: 17px
}

.shariff .theme-white .diaspora a {
	color: #999!important
}

@media only screen and (min-width: 600px) {
		.shariff .diaspora .fa-times-circle {
		font-size: 16px
	}
}

.shariff .facebook a {
	background-color: #3b5998
}

.shariff .facebook a:hover {
	background-color: #4273c8
}

.shariff .facebook .fa-facebook {
	font-size: 22px
}

.shariff .facebook .share_count {
	color: #183a75;
	background-color: #99adcf
}

.shariff .theme-white .facebook a {
	color: #3b5998!important
}

@media only screen and (min-width: 600px) {
		.shariff .facebook .fa-facebook {
		font-size: 19px
	}
}

.shariff .flattr a {
	background-color: #7ea352
}

.shariff .flattr a:hover {
	background-color: #F67C1A
}

.shariff .flattr a:hover .share_count {
	color: #d56308!important;
	background-color: #fab47c
}

.shariff .flattr .fa-money {
	font-size: 22px
}

.shariff .flattr .share_count {
	color: #648141;
	background-color: #b0c893
}

.shariff .theme-white .flattr a {
	color: #F67C1A!important
}

@media only screen and (min-width: 600px) {
		.shariff .flattr .fa-money {
		font-size: 19px
	}
}

.shariff .googleplus a {
	background-color: #d34836
}

.shariff .googleplus a:hover {
	background-color: #f75b44
}

.shariff .googleplus .fa-google-plus {
	font-size: 22px
}

.shariff .googleplus .share_count {
	color: #a31601;
	background-color: #eda79d
}

.shariff .theme-white .googleplus a {
	color: #d34836!important
}

@media only screen and (min-width: 600px) {
		.shariff .googleplus .fa-google-plus {
		font-size: 19px
	}
}

.shariff .info {
	border: 1px solid #ccc
}

.shariff .info a {
	color: #666!important;
	background-color: #fff
}

.shariff .info a:hover {
	background-color: #efefef
}

.shariff .info .fa-info {
	font-size: 20px;
	width: 33px
}

.shariff .info .share_text {
	display: block!important;
	text-indent: -9999px!important
}

.shariff .theme-grey .info a {
	background-color: #fff
}

.shariff .theme-grey .info a:hover {
	background-color: #efefef
}

.shariff .orientation-vertical .info {
	width: 35px;
	float: right
}

@media only screen and (min-width: 360px) {
		.shariff .orientation-horizontal .info {
		-ms-flex: none!important;
		flex: none!important;
		width: 35px;
		min-width: 35px!important
	}
}

@media only screen and (min-width: 1024px) {
		.shariff .info .fa-info {
		font-size: 16px;
		width: 23px
	}

	.shariff .orientation-horizontal .info {
		width: 25px;
		min-width: 25px!important
	}

	.shariff .orientation-vertical .info {
		width: 25px
	}
}

.shariff .linkedin a {
	background-color: #0077b5
}

.shariff .linkedin a:hover {
	background-color: #0369a0
}

.shariff .linkedin .fa-linkedin {
	font-size: 22px
}

.shariff .linkedin .share_count {
	color: #004785;
	background-color: #33AAE8
}

.shariff .theme-white .linkedin a {
	color: #0077b5!important
}

@media only screen and (min-width: 600px) {
		.shariff .linkedin .fa-linkedin {
		font-size: 19px
	}
}

.shariff .mail a {
	background-color: #999
}

.shariff .mail a:hover {
	background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
	font-size: 21px
}

.shariff .theme-white .mail a {
	color: #999!important
}

@media only screen and (min-width: 600px) {
		.shariff .mail .fa-envelope {
		font-size: 18px
	}
}

.shariff .pinterest a {
	background-color: #bd081c
}

.shariff .pinterest a:hover {
	background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
	font-size: 22px
}

.shariff .pinterest .share_count {
	color: #a31601;
	background-color: #eda79d
}

.shariff .theme-white .pinterest a {
	color: #bd081c!important
}

@media only screen and (min-width: 600px) {
		.shariff .pinterest .fa-pinterest-p {
		font-size: 19px;
		position: relative;
		top: 1px
	}
}

.shariff .reddit a {
	background-color: #ff4500
}

.shariff .reddit a:hover {
	background-color: #ff6a33
}

.shariff .reddit .fa-reddit {
	font-size: 17px
}

.shariff .reddit .share_count {
	color: #f8694d;
	background-color: #f1b8b0
}

.shariff .theme-white .reddit a {
	color: #ff4500!important
}

@media only screen and (min-width: 600px) {
		.shariff .reddit .fa-reddit {
		font-size: 16px
	}
}

.shariff .stumbleupon a {
	background-color: #eb4924
}

.shariff .stumbleupon a:hover {
	background-color: #ef7053
}

.shariff .stumbleupon .fa-stumbleupon {
	font-size: 17px
}

.shariff .stumbleupon .share_count {
	color: #f8694d;
	background-color: #f1b8b0
}

.shariff .theme-white .stumbleupon a {
	color: #eb4924!important
}

@media only screen and (min-width: 600px) {
		.shariff .stumbleupon .fa-stumbleupon {
		font-size: 16px
	}
}

.shariff .twitter a {
	background-color: #55acee
}

.shariff .twitter a:hover {
	background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
	font-size: 28px
}

.shariff .twitter .share_count {
	color: #0174a4;
	background-color: #96D4EE
}

.shariff .theme-white .twitter a {
	color: #55acee!important
}

@media only screen and (min-width: 600px) {
		.shariff .twitter .fa-twitter {
		font-size: 24px
	}
}

.shariff .whatsapp a {
	background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
	background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
	font-size: 28px
}

.shariff .theme-white .whatsapp a {
	color: #5cbe4a!important
}

@media only screen and (min-width: 600px) {
		.shariff .whatsapp .fa-whatsapp {
		font-size: 22px
	}
}

.shariff .xing a {
	background-color: #126567
}

.shariff .xing a:hover {
	background-color: #29888a
}

.shariff .xing .fa-xing {
	font-size: 22px
}

.shariff .xing .share_count {
	color: #15686a;
	background-color: #4fa5a7
}

.shariff .theme-white .xing a {
	color: #126567!important
}

@media only screen and (min-width: 600px) {
		.shariff .xing .fa-xing {
		font-size: 19px
	}
}

.shariff .tumblr a {
	background-color: #36465D
}

.shariff .tumblr a:hover {
	background-color: #44546B
}

.shariff .tumblr .fa-tumblr {
	font-size: 28px
}

.shariff .theme-white .tumblr a {
	color: #5cbe4a!important
}

@media only screen and (min-width: 600px) {
	.shariff .tumblr .fa-tumblr {
		font-size: 22px
	}
}

.shariff .threema a {
	background-color: #333
}

.shariff .threema a:hover {
	background-color: #1f1f1f
}

.shariff .threema .fa-lock {
	font-size: 28px
}

.shariff .theme-white .threema a {
	color: #333!important
}

@media only screen and (min-width: 600px) {
	.shariff .threema .fa-lock {
		font-size: 22px
	}
}

.shariff .weibo a {
	background-color: #F56770
}

.shariff .weibo a:hover {
	background-color: #FA7F8A
}

.shariff .weibo .fa-weibo {
	font-size: 28px
}

.shariff .weibo .share_count {
	color: #0174a4;
	background-color: #F56770
}

.shariff .theme-white .weibo a {
	color: #F56770
}

@media only screen and (min-width:600px) {
	.shariff .weibo .fa-weibo {
		font-size: 24px
	}
}

.shariff .tencent-weibo a {
	background-color: #26ACE0
}

.shariff .tencent-weibo a:hover {
	background-color: #38BBEB
}

.shariff .tencent-weibo .fa-tencent-weibo {
	font-size: 28px
}

.shariff .tencent-weibo .share_count {
	color: #0174a4;
	background-color: #26ACE0
}

.shariff .theme-white .tencent-weibo a {
	color: #26ACE0
}

@media only screen and (min-width:600px) {
	.shariff .tencent-weibo .fa-tencent-weibo {
		font-size: 24px
	}
}

.shariff .qzone a {
	background-color: #2B82D9
}

.shariff .qzone a:hover {
	background-color: #398FE6
}

.shariff .qzone .fa-qq {
	font-size: 28px
}

.shariff .qzone .share_count {
	color: #0174a4;
	background-color: #2B82D9
}

.shariff .theme-white .qzone a {
	color: #2B82D9
}

@media only screen and (min-width:600px) {
	.shariff .qzone .fa-qq {
		font-size: 24px
	}
}


/********************************* ./plugins/themeswitcher/css/stylesheet.css */

/*
 * Theme selection.
 */

.themeswitcher_select_form {}
.themeswitcher_select_form label {
    padding-right: 1em;
}
.themeswitcher_select_form select {}
.themeswitcher_select_form button {}



/************************************** ./plugins/twocents/css/stylesheet.css */

/*
 * Front-end.
 */

/*
 * For a fancier styling of the following, see
 * <https://cmsimpleforum.com/viewtopic.php?t=7933&p=58481#p58468>.
 */
.twocents_loading {
    visibility: hidden;
}
.twocents_comments {
}
.twocents_pagination {
    margin: 1em 0;
    font-size: small;
    text-align: right;
}
.twocents_button {
    display: inline-block;
    border: 1px solid #888;
    padding: 0.1em 0.5em;
    text-decoration: none;
    cursor: pointer;
}
.twocents_comment {
    overflow: hidden;
}
.twocents_attribution {

}
.twocents_message {
    margin: 1em 0 1em 1em;
}
.twocents_hidden {
    opacity: 0.7;
    /*background: #fbb;*/
}
.twocents_admin_tools {
    float: right;
}
.twocents_admin_tools form {
    display: inline-block;
}
.twocents_admin_tools button {
    margin-left: 0.5em;
}
.twocents_form {
    width: 30em;
    max-width: 99%;
    margin: 2em 0;
}
.twocents_form > div {
    margin: 1em 0;
}
.twocents_form label span {
    display: block;
}
.twocents_form label input, .twocents_form textarea {
    width: 99%;
}
.twocents_form textarea {
    height: 12em;
}
.twocents_editor_toolbar {
    text-align: center;
}
.twocents_editor_toolbar button {
    margin: 0;
}
.twocents_editor {
    min-height: 12em;
    border: 1px solid #888;
}
.twocents_form_buttons {
    width: 99%;
    text-align: center;
}
.twocents_form_buttons button {
    margin: 0 0.5em;
}
.twocents_scroll_marker {
    height: 1em;
}
.twocents_write_button {
    margin: 1em 0;
}



/************************************** ./plugins/uploader/css/stylesheet.css */

/**
 * Uploader widget
 */
.uploader_widget {
    margin: 1em 0;
}
.uploader_controls {}
.uploader_filelist {}
.uploader_row_template {
    display: none !important;
}
.uploader_row {}
.uploader_filename, .uploader_size, .uploader_progress {
    padding-right: 1em;
}
.uploader_size, .uploader_progress {
    text-align: right;
}
.uploader_buttons {}
.uploader_pickfiles {}
.uploader_uploadfiles {}

/**
 * Plugin info
 */
.uploader_logo {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.uploader_license {
    text-align: justify;
}
.uploader_syscheck {}



/****************************************** ./plugins/wdir/css/stylesheet.css */

/*
 * Front-end
 */

.wdir_table {
  border-collapse: collapse;
  width: 100%;
}
.wdir_table thead {
  background: #cecdcd;
  color: #fff;
  line-height: 1.8em;
}
.wdir_table thead th {
  border: 1px solid #b6b6b6;
  padding: 0 1.6em 0 0.3em;
}
.wdir_ascdesc {
  background: url("../../plugins/wdir/css/ascdesc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.wdir_asc {
  background: url("../../plugins/wdir/css/asc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.wdir_desc {
  background: url("../../plugins/wdir/css/desc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.wdir_table tbody td {
  padding: 0.2em 0.5em;
}
.wdir_name {
  text-align: left;
}
.wdir_name img {
margin: 0 0 -4px;
}
.wdir_name a {
  line-height: 24px;
  padding-left: 1em;
}
.wdir_name label {
  background: #333;
  border-radius: 3px;
  padding: 3px 8px;
  color: #eee;
  font-size: 12px;
  cursor: pointer;
}
.wdir_size {
  text-align: right;
}
.wdir_changed {}

/*
 * Back-end
 */

.wdir_icon {
    float: left;
    margin: 0 16px 0 0;
}
.wdir_license {
    text-align: justify;
}
.wdir_table input[type="button"] {
  background: none;
  border: none;
  color: unset;
  line-height: 1.5em;
  margin: 0 0 0 15px;
  padding: 0
}

#wdir_admin {margin: 1em 0 2em 0;}
#wdir_admin input {vertical-align: middle;}
#wdir_admin input[type=text], #wdir_admin table select {
  width: 99%;height: 25px;padding: 0 5px;
}
#wdir_admin thead {
  font-size: 11px;
  line-height: 2.5em;
}


/************************************** ./plugins/zgallery/css/stylesheet.css */

/* CHANGE - picture thumbnail background tile. */
.zgal_pic_thumb_holder {
  position: relative; width:140px; height:140px; margin:0 auto;
  border:0px solid #ccc; border-radius:8px;
/*  background:url(../../plugins/zgallery/css/gth_simple_140.gif); */
}

.zgal_gallery_holder{
border: none;
margin:0px 0px;
padding:0px;
padding-bottom: 25px;
width:100%;
}

.zgal_thumbs_holder {text-align:center;}

.zgal_gallery_legend{text-align:left;margin:0px;padding:0px;}

.zgal_gallery_title_t{
font-weight:bold;
margin-bottom:9px;
text-align: center;
}
.zgal_gallery_title_b{
font-weight:bold;
margin-top:9px;
text-align: center;
}

.zgal_gallery_thumb_title_t{
font-weight:normal;
text-align: center;
line-height: 1.4;
padding:0;
margin:0;
margin-bottom:7px;
}
.zgal_gallery_thumb_title_b{
font-weight:normal;
text-align: center;
line-height: 1.4;
padding:0;
margin:0;
margin-top:7px;
}

.zgal_gallery_pic_index{margin-bottom: 27px;} /* space title - thumbnail*/

.zgal_gallery_extrainfo{}

/*Thumbnail Style*/

.zgal_thumbnailitem{ 
  line-height:1.0;
  text-align:center;
  width:154px;
  margin-top:7px;
  margin-bottom:7px;
  display:inline-block;
}

.zgal_thumb img{}
.zgal_thumb2 img{}

.zgal_gal_mid_pic_holder {position: relative; width:98%; height:500px; margin:0 auto;border: 0px solid #383838;border-radius:8px;}
div.zgal_gal_mid_pic_holder img.zgal_isThumb {border: 0px solid #222; padding:6px;}
div.zgal_gal_mid_pic_holder a img.zgal_isThumb {border: 0px solid #222;}
div.zgal_gal_mid_pic_holder a:hover img.zgal_isThumb {border: 0px solid #fff;}

.zgal_admin_thumb_holder {
  position: relative; width:120px; height:120px; margin:0 auto;  
}

.zgal_admin_mid_pic_holder {
  position: relative; width:98%; height:500px; margin:0 auto;  
}
div.zgal_admin_mid_pic_holder img.zgal_isThumb {border: 1px solid #fff; padding:6px; background:#fff;}
div.zgal_admin_mid_pic_holder a img.zgal_isThumb {border: 1px solid #fff;}
div.zgal_admin_mid_pic_holder a:hover img.zgal_isThumb {border: 1px solid #222; background:#fff;}

.zgal_centerMe {
  /* overflow: auto; */
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0; 
}

.zgal_centerMe.zgal_isThumb {
  height: auto;
}
.zgal_centerMe.zgal_isThumb img { 
  width: 100%;
  height: auto;
}

img.zgal_isThumb {border: 1px solid #ddd; padding:3px; background:#fff;}
a img.zgal_isThumb {border: 1px solid #ddd;}
a:hover img.zgal_isThumb {border: 1px solid #999; background:#fff;}

/*Admin Fields*/

.zgal_admin_legend {background-color:#f7f7f7;color:#000000; font-weight:bold; }

div.zgal_start_admin_table {background-color:#f7f7f7;color:#000000; margin-left:0px; padding-top:6px;}
div.zgal_start_admin_table table{margin-left:0px;}

.zgal_admin_table1{background-color: #f7f7f7; color:#000000; width:100%;}
.zgal_admin_table2 {background-color: #f7f7f7; color:#000000; width:100%;}

.zgal_admin_table_title{ border-top: 3px #f7f7f7 solid;border-bottom: 3px #f7f7f7 solid; border-left: 1px #f7f7f7 solid; border-right: 1px #f7f7f7 solid; }
.zgal_start_admin_table fieldset {border: 1px solid #ccc; padding:12px; margin-top:6px;}
.zgal_start_admin_table form {margin:0px;}

.zgal_admin_table_title{background-color:#cccccc;color:#000000; padding:2px;}

.zgal_admin_table_row{ border-bottom: 1px #cccccc dotted; color:#000000; padding:2px;}
.zgal_admin_table_row{background-color:#f7f7f7;color:#000000; }
.zgal_admin_table_row a{color:#000000;}
.zgal_admin_table_row a:link,.zgal_admin_table_row a:visited{color:#000000; border:none;}
.zgal_admin_table_row a:active,.zgal_admin_table_row a:hover{color:#cc0000; border:none;}

.zgal_admin_table_row2{background-color:#f7f7f7;color:#000000;}
.zgal_admin_table_row2 td{background-color:#f7f7f7;color:#000000; }
.zgal_admin_table_row2 fieldset {border: 1px solid #ccc; padding:12px; margin-top:6px;}
.zgal_admin_table_row2 form {margin:0px;}
div.zgal_admin_table_row2 {margin-left:0px;}
div.zgal_admin_table_row2 table{margin-left:0px;}

.zgal_admin_input {
padding:4px;width:98%; background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 0px;}
.zgal_admin_input:focus {
padding:4px;width:98%; background-color: #ffffff;color: #102132;border: 1px solid #cc0000;margin-right: 0px;}
.zgal_admin_textarea {padding:4px;height: 150px; width:98%; background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 0px; font-size:10pt;}
.zgal_admin_textarea:focus{padding:4px;height: 150px; width:98%; background-color: #ffffff;color: #102132;border: 1px solid #cc0000;margin-right: 0px;}

/* Remove any unwanted borders if an image is used in admin navigation links */
a.zgal_nav {border:none; text-decoration:none;} 

/* Gallery dropdown selector in admin */
.zgal_admin_gal_select {width:100%; background-color:#f7f7f7;padding-top:4px;padding-left:1px;}
.zgal_admin_gal_select form{margin: 0px;}

div.zgal_admin_upload {padding-top:6px;}

.zgal_gallery_input{background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 4px; margin-left: 6px;}
.zgal_gallery_submit{}

.zgal_copyright {font-size:.8em;}

/*  Media Queries
================================================== */
/*	
Note: Set point to remove page tile border of 
mid-sized gallery images on mobile devices.
*/
	@media only screen and (max-width: 520px) {
	.zgal_gal_mid_pic_holder {border: 0px solid #383838;}
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
	

