:root {
    --font-family: "arial", "sans-serif";
}

/*# sourceMappingURL=default_layout.css.map */
:root {
    --font-family-general: "Open Sans", sans-serif;
    --header-color: #ffffff;
    --header-background-bar: #3b3b3b;
    --header-background-top: #ffffff;
    --main-color: black;
    --main-background: #ffffff;
    --footer-color: #ffffff;
    --footer-background: #666666;
    --page-gradient: -webkit-linear-gradient(top, rgb(107, 107, 107) 0%, rgba(101, 98, 0, 0) 100%) !important;
    --main-gradient: -webkit-linear-gradient(top, rgb(111, 117, 144, 1) 0%, rgb(111, 117, 144, 0) 100%) !important;
    --newsletter-box-background: #565656;
    --default-ribbon-color: #b9b9b9;
    --primary-ribbon-color: #e8d923;
    --secondary-ribbon-color: #66dcff;
    --color-date-font: #3598dc;
    --color-view-font: #c49f47;
    --color-user-font: #585858;
    --color-fav-font: #e43a45;
    --color-comment-font: #926700;
}

/*# sourceMappingURL=default_skin.css.map */
:root {
    --header-color: #ffffff;
    --header-background-bar: #3d581e;
    --header-background-top: #ffffff;
    --main-color: black;
    --main-background: #ffffff;
    --footer-color: #ffffff;
    --footer-background: #666666;
    --page-gradient: -webkit-linear-gradient(top, rgb(90, 105, 72) 0%, rgba(101, 98, 0, 0) 100%) !important;
    --newsletter-box-background: #343e4a;
}

/*# sourceMappingURL=green_skin.css.map */
html {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html ::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}
html :-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}
html ::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}
html :-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}
html :hover::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}
html :hover:-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}
html :hover::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}
html :hover:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}
html :focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}
html :focus:-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}
html :focus::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}
html :focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}

body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-general);
}
body h1 {
  cursor: default;
  width: 100%;
}
body div {
  cursor: default;
}
body h2 {
  font-weight: 300;
  color: #444444;
  width: 100%;
}
body h2.panel {
  margin-top: 0;
  width: 100%;
}
body img.block {
  max-width: 100%;
  height: auto;
  display: block;
}
body input:focus {
  border: 1px solid #0000ff !important;
}
body hr.shadow-12 {
  width: 100%;
  margin-top: 0;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin-bottom: -12px;
}
body hr.shadow-abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
body hr.mt-40 {
  margin-top: 40px;
}
body hr.shadowed {
  height: 12px;
  border: 0;
  width: 100%;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
body h2.para {
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0 0 0;
}
body p {
  color: #555555;
}
body li {
  color: #555555;
}
body hr.type4 {
  margin-top: 1px;
  margin-bottom: 0;
  height: 12px;
  border: 0;
  -webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  background-color: unset !important;
}
body figure.media {
  width: 100%;
  height: auto;
  margin: 0;
}
body .ut-2 {
  background: rgba(209, 209, 209, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
body div.section {
  width: 100%;
  display: flex;
  max-width: 1280px;
}

header {
  color: var(--header-color);
  background: var(--header-background-top);
  flex-grow: 0;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  flex-direction: column;
}
header div.header-bottom-bar {
  background: var(--header-background-bar);
  height: 16px;
  width: 100%;
  position: relative;
}
header div.header-bottom-bar div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.51);
  border-bottom: 1px solid #214b7d;
}
header div.section {
  box-sizing: border-box;
  padding: 0 110px;
  align-items: stretch;
}
header div.section div {
  position: relative;
  flex-grow: 1;
}
header div.section div div {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #7d7d7d;
  text-transform: uppercase;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 700;
}
header div.section div div div.tab-g {
  position: absolute;
  -webkit-transition: background 0.3s ease 0s;
  border: 1px solid #ffffff;
  border-width: 1px 1px 0 1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header div.section div div:hover div.tab-g {
  -webkit-transition: background 0.3s ease 0s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0, rgba(0, 0, 0, 0.6) 100%) !important;
}
header div.section div div.selected {
  font-weight: 700 !important;
  background: var(--header-background-bar);
}
header div.section div div.selected a {
  font-weight: 700 !important;
}
header div.section * a {
  z-index: 1;
  border: none;
  box-sizing: border-box;
  padding: 9px 20px 11px 20px;
  min-height: 40px;
  max-height: 40px;
  color: var(--header-color);
  text-decoration: none;
  font-weight: 300;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

main {
  color: var(--main-color);
  position: relative;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 50;
}
main div.section {
  z-index: 100;
  box-sizing: border-box;
  padding: 40px 100px 300px 100px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-grow: 2;
}
main div.section div.page {
  flex-grow: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #eef1f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
main div.section div.page * div.padded-page-section {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
  padding: 20px;
}
main div.section div.page * div.padded-page-section h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: #444444;
}
main div.section div.page div.padded-page-block {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 2;
}
main div.section div.page div.padded-page-block > div:not(:first-child) {
  margin-top: 20px;
}
main div.section div.page div.padded-page-block div.page-split-block {
  flex-grow: 2;
  display: flex;
}
main div.section div.page div.padded-page-block div.page-split-block > div.main-section {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
main div.section div.page div.padded-page-block div.page-split-block > div.main-section > div:not(:first-child) {
  margin-top: 20px;
}
main div.section div.page div.padded-page-block div.page-split-block > div.sidebar-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
}
main div.section div.page div.padded-page-block div.page-split-block > div.sidebar-section > div {
  flex-grow: 0;
}
main div.section div.page div.padded-page-block div.page-split-block > div.sidebar-section > div:not(:first-child) {
  margin-top: 20px;
}
main div.section div.page div.padded-page-block div.page-split-block > div:not(:first-child) {
  margin-left: 20px;
}
main div.section div.page * h1 {
  font-weight: 300;
  color: #444444;
}
main div.section div.page div.page-footer {
  width: 100%;
  background: #585858;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: flex;
}
main div.section div.page div.page-footer div {
  flex-grow: 2;
}
main div.section div.page div.page-footer div a {
  color: #ffffff;
  -webkit-transition: color 0.5s ease 0s;
}
main div.section div.page div.page-footer div a:hover {
  -webkit-transition: color 0.5s ease 0s;
  color: #ffff77;
}
main div.section div.page div.page-footer div:last-child {
  text-align: right;
}

footer {
  color: var(--footer-color);
  background: var(--footer-background);
  font-size: 14px;
  flex-grow: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
footer div.section * a {
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 5px;
}
footer div.section * a:first-child {
  padding: 0 5px 0 0;
}
footer div.section * a:last-child {
  padding: 0 0 0 5px;
}
footer div.section div {
  flex-grow: 1;
}
footer div.section div:first-child {
  text-align: left;
}
footer div.section div:last-child {
  text-align: right;
}

.page-section-top-bar {
  display: flex;
  border-bottom: 1px dotted #aaaaaa;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  color: #555555;
}
.page-section-top-bar > div {
  display: flex;
  box-sizing: border-box;
}
.page-section-top-bar > div > div.text {
  box-sizing: border-box;
  padding-left: 5px;
}
.page-section-top-bar > div > div.text:not(:last-child) {
  box-sizing: border-box;
  padding-right: 20px;
}
.page-section-top-bar > div:not(:last-child) {
  box-sizing: border-box;
  padding-right: 20px;
}

div.form-button-holder {
  display: flex;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  justify-content: flex-end;
}
div.form-button-holder button {
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 4px !important;
  outline: none;
  background: #5b5b5b;
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-family: var(--font-family-general);
  -webkit-transition: color, background-color 0.5s ease 0s;
  font-size: 18px;
}
div.form-button-holder button:hover {
  background: #a4a4a4;
}

form.basic-form {
  margin: 0;
  width: 100%;
}
form.basic-form input {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cccccc;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
  padding: 10px;
  font-family: var(--font-family-general);
  font-size: 16px;
}

.header-links-container {
  display: flex;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  font-weight: unset;
  text-transform: unset;
  font-size: unset;
  flex-grow: 1;
}
.header-links-container div {
  flex-grow: 0 !important;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px !important;
  box-sizing: border-box;
  padding-left: 1px;
  margin: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
  justify-content: flex-end;
}
.header-links-container div a {
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  min-height: 35px !important;
  max-height: 35px !important;
}
.header-links-container div div {
  background: #000000;
}

.portlet {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
}
.portlet > .portlet-title {
  background: #67809F;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-weight: 300;
  display: flex;
  flex-grow: 1;
  text-transform: uppercase;
  max-height: 60px;
}
.portlet > .portlet-title > .title-text {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 5px;
}
.portlet > .portlet-title > .title-text > b {
  font-weight: 700;
}
.portlet > .portlet-title > .title-buttons {
  display: flex;
  align-items: center;
}
.portlet > .portlet-title > .title-buttons a {
  border: 1px solid #bac7d8;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 15px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.portlet > .portlet-title > .title-buttons a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}
.portlet > .portlet-body {
  background: #ffffff;
  min-height: 100px;
  display: flex;
  flex-grow: 2;
}

.content-list-box {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.content-snippet-list-box {
  display: flex;
  flex-direction: column;
}

.info-box {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  width: 100%;
  background: #6d3c3c;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}
.info-box > .info-box-title {
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: 300;
  display: flex;
  flex-grow: 1;
}
.info-box > .info-box-title > .title-text {
  flex-grow: 1;
}
.info-box > .info-box-title > .title-text > b {
  font-weight: 700;
}
.info-box > .info-box-line {
  background: #ffffff;
  max-width: 25%;
  margin: 10px 0 0 0;
  min-height: 3px;
}
.info-box > .info-box-body {
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 0;
}
.info-box > .button-container {
  box-sizing: border-box;
  padding: 5px 0;
  display: flex;
  justify-content: flex-start;
}
.info-box > .button-container a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 24px;
  -webkit-transition: color, background-color 0.5s ease 0s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
.info-box > .button-container a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.newsletter-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: var(--newsletter-box-background);
  padding: 50px 20px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.newsletter-box > .info-box-title {
  font-size: 24px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: 300;
  display: flex;
  flex-grow: 1;
  text-transform: uppercase;
}
.newsletter-box > .info-box-title > .title-text {
  flex-grow: 1;
}
.newsletter-box > .info-box-title > .title-text > b {
  font-weight: 700;
}
.newsletter-box > .info-box-line {
  background: #ffffff;
  max-width: 25%;
  margin: 10px 0 0 0;
  min-height: 3px;
}
.newsletter-box > .info-box-body {
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 0 20px 0;
  font-weight: 300;
}
.newsletter-box > .button-container {
  display: flex;
  justify-content: center;
}
.newsletter-box > .button-container input {
  height: 36px;
  border: 1px solid #ffffff;
  font-size: 16px;
  width: 300px;
  padding: 0 10px;
  outline: none;
  border-radius: 4px 0 0 4px;
}
.newsletter-box > .button-container button {
  text-decoration: none;
  color: #ffffff;
  background-color: #666666;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 2px 15px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 24px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  outline: none;
  -webkit-transition: color, background 0.5s ease 0s;
  cursor: pointer;
}
.newsletter-box > .button-container button:hover {
  -webkit-transition: color, background 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.icon-text-box {
  border: 1px solid #cccccc;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  color: #444444;
  border-radius: 4px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-text-box div.i-container {
  padding: 40px 0;
}
.icon-text-box div.i-container i {
  font-size: 100px;
  width: 100px;
  height: 100px;
}
.icon-text-box div.t-container {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #666666;
}
.icon-text-box div.d-container {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  padding: 5px;
}

.block-flex-20 {
  display: flex;
}

.note-frame {
  border-radius: 0;
}

.page-gradient {
  background: var(--page-gradient);
  position: fixed;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
}

.main-gradient {
  background: var(--main-gradient);
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
}

.mt-20 {
  margin-top: 20px;
}

.ml-5 {
  margin-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.content-list-box-type-2 {
  box-sizing: border-box;
  padding: 20px;
}
.content-list-box-type-2 div.box {
  border-radius: 0;
  background: #eeeeee;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content-list-box-type-2 div.box div.box-content {
  box-sizing: border-box;
  padding: 20px;
}
.content-list-box-type-2 div.box div.box-content div.user-info {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
.content-list-box-type-2 div.box div.box-content div.user-info a {
  color: #333333;
}
.content-list-box-type-2 div.box div.box-content div.title-info {
  box-sizing: border-box;
  padding: 20px 0;
}
.content-list-box-type-2 div.box div.box-content div.title-info a {
  font-size: 18px;
  text-transform: uppercase;
  color: #337ab7;
  text-decoration: none;
}
.content-list-box-type-2 div.box div.box-content div.title-info a:hover {
  text-decoration: underline;
  color: #559ad6;
}
.content-list-box-type-2 div.box div.box-content div.des-info {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.portlet-content-list-1 {
  font-family: var(--font-family-general);
  font-size: 18px;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0;
  background: #ffffff;
  border-top: 1px dotted #999999;
  overflow: hidden;
  border-radius: 0;
  flex-grow: 2;
  display: flex;
}
.portlet-content-list-1:first-child {
  border-top: none;
}
.portlet-content-list-1:hover {
  background: #f9f9f9;
  cursor: pointer;
}
.portlet-content-list-1 div.image-block {
  box-sizing: border-box;
  padding: 20px;
  max-width: 200px;
  min-width: 200px;
}
.portlet-content-list-1 div.image-block a {
  border-radius: 0;
  border: none;
}
.portlet-content-list-1 div.content-box {
  box-sizing: border-box;
  padding: 20px 0;
  flex-grow: 2;
  display: block;
}
.portlet-content-list-1 div.content-box div.icon-bar {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  font-weight: 400;
}
.portlet-content-list-1 div.content-box div.icon-bar div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.portlet-content-list-1 div.content-box div.icon-bar div i {
  margin-right: 10px;
}
.portlet-content-list-1 div.content-box a.title {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #444444;
  margin: 20px 0;
}
.portlet-content-list-1 div.content-box a.title:hover {
  text-decoration: underline;
}
.portlet-content-list-1 div.content-box div.content {
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
.portlet-content-list-1 div.arrow-box {
  box-sizing: border-box;
  margin-left: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 32px;
  color: #000000;
  padding: 10px;
}
.portlet-content-list-1 div.arrow-box:hover {
  border-left: 1px dotted #999999;
  background: #eafeff;
  cursor: pointer;
}
.portlet-content-list-1 div.arrow-box i {
  font-weight: 300;
  color: #999999;
}

.mt-element-ribbon {
  position: relative;
  align-items: flex-start;
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
  background-color: var(--default-ribbon-color);
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-primary {
  background-color: var(--primary-ribbon-color);
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-secondary {
  background-color: var(--secondary-ribbon-color);
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-clip {
  text-transform: uppercase;
  font-size: 14px;
  left: -10px;
  margin-left: 0;
  flex-grow: 0;
}

.mt-element-ribbon .ribbon {
  padding: 8px 28px;
  z-index: 5;
  float: left;
  margin: 10px 0 0 -2px;
  clear: left;
  position: relative;
}

.mt-element-ribbon .ribbon > .ribbon-sub {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
  border-color: #614f06 #F1C40F;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub:after {
  border-color: #62748f #bac3d0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mt-element-ribbon .ribbon.ribbon-color-warning:after {
  border-color: #c29d0b;
}

.mt-element-ribbon .ribbon.ribbon-border-hor:after {
  border-top: 1px dotted !important;
  border-bottom: 1px dotted !important;
  border-left: none;
  border-right: none;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.box-content-2 {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
}
.box-content-2 div.imageBlock {
  position: relative;
}
.box-content-2 div.imageBlock button {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  cursor: pointer;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.box-content-2 div.imageBlock button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.box-content-2 div.title-part {
  font-size: 16px;
  text-align: center;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
}
.box-content-2 div.title-part a {
  text-decoration: none;
  font-weight: 700;
  color: #666666;
}
.box-content-2 div.title-part a:hover {
  text-decoration: underline;
}
.box-content-2 div.text-part {
  flex-grow: 2;
  font-size: 14px;
  text-align: center;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  color: #222222;
  font-weight: 300;
}
.box-content-2 div.text-part i {
  margin-right: 10px;
}
.box-content-2 div.footer-part {
  display: flex;
  border-top: 1px solid #aaaaaa;
  width: 100%;
  line-height: 46px;
  font-size: 14px;
}
.box-content-2 div.footer-part div {
  flex-grow: 2;
  box-sizing: border-box;
  border-right: 1px dotted #aaaaaa;
  text-align: center;
  align-items: center;
}
.box-content-2 div.footer-part div i {
  margin-right: 10px;
}
.box-content-2 div.footer-part div:last-child {
  border-right: none;
}

.box-content-2-mini {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
}
.box-content-2-mini div.imageBlock {
  position: relative;
  border-bottom: 1px solid #999999;
}
.box-content-2-mini div.imageBlock button {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  cursor: pointer;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.box-content-2-mini div.imageBlock button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.box-content-2-mini div.icon-bar-block {
  align-items: center;
  display: flex;
  font-size: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 5px 0 0 5px;
  font-weight: 400;
}
.box-content-2-mini div.icon-bar-block div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}
.box-content-2-mini div.icon-bar-block div i {
  margin: 0 5px 0 8px;
}
.box-content-2-mini div.icon-bar-block div:first-child i {
  margin-left: 0;
}
.box-content-2-mini div.title-part {
  font-size: 12px;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
}
.box-content-2-mini div.title-part a {
  text-decoration: none;
  font-weight: 400;
  color: #666666;
}
.box-content-2-mini div.title-part a:hover {
  text-decoration: underline;
}
.box-content-2-mini div.text-part {
  flex-grow: 2;
  font-size: 14px;
  text-align: center;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  color: #222222;
  font-weight: 300;
}
.box-content-2-mini div.text-part i {
  margin-right: 10px;
}
.box-content-2-mini div.footer-part {
  display: flex;
  border-top: 1px solid #aaaaaa;
  width: 100%;
  line-height: 46px;
  font-size: 14px;
}
.box-content-2-mini div.footer-part div {
  flex-grow: 2;
  box-sizing: border-box;
  border-right: 1px dotted #aaaaaa;
  text-align: center;
  align-items: center;
}
.box-content-2-mini div.footer-part div i {
  margin-right: 10px;
}
.box-content-2-mini div.footer-part div:last-child {
  border-right: none;
}

.top-item-box {
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  width: 100%;
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  color: #444444;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: 0;
  min-height: 0;
}
.top-item-box div.text-container {
  flex-grow: 2;
  padding: 20px;
  box-sizing: border-box;
}
.top-item-box div.text-container div.icon-part {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-weight: 400;
  border-bottom: 1px dotted #999999;
}
.top-item-box div.text-container div.icon-part div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}
.top-item-box div.text-container div.icon-part div i {
  margin: 0 7px 0 21px;
}
.top-item-box div.text-container div.icon-part div:first-child i {
  margin-left: 0;
}
.top-item-box div.text-container div.title-part h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.top-item-box div.text-container div.title-part h2 a {
  text-decoration: none;
  color: #666666;
}
.top-item-box div.text-container div.title-part h2 a:hover {
  text-decoration: underline;
  color: #337ab7;
}
.top-item-box div.text-container div.des-part {
  font-size: 16px;
  font-weight: 300;
}
.top-item-box div.text-container div.button-part button {
  z-index: 1000;
  margin: 15px 0 0 0;
  top: 10px;
  right: 10px;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  cursor: pointer;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.top-item-box div.text-container div.button-part button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}
.top-item-box div.image-container {
  min-width: 50%;
  position: relative;
  pointer-events: none;
}
.top-item-box div.image-container div.image-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top-item-box div.image-container img {
  display: block;
  padding: 0;
  margin: 0;
}

div.fade-box-l-100 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
}

div.fade-box-color-white-l {
  background: linear-gradient(to right, white 0%, rgba(125, 185, 232, 0) 100%);
}

div.split-panel-flex-20 {
  display: flex;
}
div.split-panel-flex-20 > div {
  margin: 0 10px;
}
div.split-panel-flex-20 > div:first-child {
  margin-left: 0;
}
div.split-panel-flex-20 > div:last-child {
  margin-right: 0;
}

div.split-panel-flex-10 {
  display: flex;
}
div.split-panel-flex-10 > div {
  margin: 0 5px;
}
div.split-panel-flex-10 > div:first-child {
  margin-left: 0;
}
div.split-panel-flex-10 > div:last-child {
  margin-right: 0;
}

ul.site-blog {
  padding-left: 20px;
  font-size: 14px;
}
ul.site-blog li {
  margin-bottom: 20px;
  font-weight: bold;
}
ul.site-blog li div {
  margin-top: 5px;
  font-weight: normal;
  font-style: italic;
}
ul.site-blog li div a {
  margin-top: 5px;
  text-decoration: none;
}
ul.site-blog li div a:hover {
  text-decoration: none;
}

a.side-bar-big-button {
  background: #585858;
  border-radius: 4px;
  flex-grow: 0;
  display: flex;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  color: #ffffff;
}
a.side-bar-big-button i {
  font-size: 22px;
}
a.side-bar-big-button span {
  text-decoration: none;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
a.side-bar-big-button:hover {
  background: #808080;
}

div.sidebar-info-box {
  font-weight: bold;
  background: #6d3c3c !important;
  color: #ffffff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
}
div.sidebar-info-box div.text-area {
  font-weight: 300;
  font-size: 14px;
}
div.sidebar-info-box div.button-area {
  text-align: right;
  display: flex;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  justify-content: flex-start;
}
div.sidebar-info-box div.button-area a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 24px;
  -webkit-transition: color, background-color 0.5s ease 0s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
div.sidebar-info-box div.button-area a i {
  margin-left: 8px;
  box-sizing: border-box;
  margin-top: 1px;
}
div.sidebar-info-box div.button-area a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.mt-20 {
  margin-top: 20px;
}

.flex-2 {
  flex-grow: 2;
}

div.main-blog-part {
  margin-top: 20px;
}
div.main-blog-part div.profile-part {
  margin-right: 20px;
  float: left;
  border: 1px solid #999999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
div.main-blog-part div.profile-part img {
  width: 100%;
  height: 100%;
}
div.main-blog-part div.author-part {
  color: #2a6f72;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
div.main-blog-part div.content-part {
  font-family: var(--font-family-general);
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 300;
}
div.main-blog-part div.content-part b {
  font-weight: 600;
}
div.main-blog-part div.content-part strong {
  font-weight: 600;
}
div.main-blog-part div.content-part li {
  padding: 0 0 15px 0;
  box-sizing: border-box;
}

div.comment-list-box {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
}
div.comment-list-box div.content-part-2 {
  align-items: center;
  display: flex;
  font-size: 18px;
}
div.comment-list-box div.content-part-2 div.img-part-2 {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
}
div.comment-list-box div.content-part-2 div.img-part-2 img {
  width: 100%;
  height: 100%;
}

div.comment-post-box {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
}

a.sidebar-panel-button {
  text-decoration: none;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}
a.sidebar-panel-button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}

div.sidebar-featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.sidebar-featured img {
  border: 1px solid #cccccc;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 4px;
}
div.sidebar-featured div.icon-bar {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-weight: 400;
}
div.sidebar-featured div.icon-bar div {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
div.sidebar-featured div.icon-bar div i {
  margin-right: 10px;
}
div.sidebar-featured a.featured-title {
  margin: 15px 0;
  color: #666666;
  font-weight: 400;
  text-decoration: none;
}
div.sidebar-featured a.featured-title:hover {
  color: #888888;
  text-decoration: underline;
}

.list-entry a {
  font-size: 16px;
  margin-top: 10px;
  color: #555555;
}
.list-entry a:hover {
  color: #0000ff;
}

div.block-reverse {
  flex-direction: row-reverse;
}
div.block-reverse > div:not(:first-child) {
  margin-left: 0 !important;
  margin-right: 20px;
}

p {
  font-weight: 300;
}
p strong {
  font-weight: 600;
}

.color-date-font {
  color: var(--color-date-font);
}

.color-fav-font {
  color: var(--color-fav-font);
}

.color-comment-font {
  color: var(--color-comment-font);
}

.color-user-font {
  color: var(--color-user-font);
}
.color-user-font a {
  color: var(--color-user-font);
}

.color-view-font {
  color: var(--color-view-font-font);
}

a {
  -webkit-transition: color, background-color 0.5s ease 0s;
}
a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
}

div.about-text {
  display: flex;
}
div.about-text > div.sub-c {
  flex-grow: 2;
  font-size: 20px;
  font-weight: 300;
}
div.about-text p {
  font-size: 18px;
}

#scroll {
  z-index: 5000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 1;
}

div.content-list {
  align-items: flex-start;
  min-height: 0;
}
div.content-list a {
  text-decoration: none;
}
div.content-list a:hover {
  text-decoration: underline;
}
div.content-list div {
  margin: 5px 0;
}
div.content-list div div.des {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}

/*# sourceMappingURL=styles.css.map */
