html, body {
    height: 100%;
    margin: 0;
}

body {
    font: normal normal normal 14px/22px Roboto, sans-serif;
    color: #555;
}

hr {
    margin: 15px 0;
    background-image: url("images/hr.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 16px;
    border: 0;
}

#l-sticky-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -240px;
}

#l-sticky-push, #l-sticky-foot {
    height: 240px;
}

.l-center-wrap {
    max-width: 1150px;
    min-width: 830px;
    margin: 0 auto;
    position: relative;
}

.l-center-wrap-2 {
    margin: 0 50px;
    position: relative;
}

#l-header-1 {
    height: 116px;
    position: relative;
    background-image: url("images/header-1-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #eee;
}

#l-logo-name {
    height: 100%;
    display: table;
    text-decoration: none;
    color: #888;
}

#l-logo-name > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 7px;
}

#l-logo-name > span {}
#l-logo-name > h1 {
  font-family:oswald, sans-serif;
  font-size:25px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding:14px;
}

#l-social-n-cultures {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

#l-social {
    float: left;
    overflow: hidden;
    margin-top: 2px;
}

#l-social > div {
    overflow: hidden;
}

#l-social > div > a {
    display: block;
    text-decoration: none;
    float: left;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    margin-left: 2px;
    opacity: 0.3;
}

#l-social > div > a.facebook {
    background-image: url("social-icons/facebook.png");
}

#l-social > div > a.twitter {
    background-image: url("social-icons/twitter.png");
}

#l-social > div > a.googleplus {
    background-image: url("social-icons/googleplus.png");
}

#l-cultures {
    float: left;
    margin-top: 2px;
    margin-left: 50px;
    margin-right: 10px;
    overflow: hidden;
    font: normal normal normal 16px/normal Roboto, sans-serif;
}

#l-cultures > a {
    text-transform: uppercase;
    display: inline-block;
    float: left;
    padding: 5px 8px;
    color: #555;
    text-decoration: none;
}

#l-cultures > a.active,
#l-cultures > a:hover {
}

#l-cart {
    position: absolute;
    bottom: 10px;
    right: 18px;
    overflow: hidden;
    display: block;
    font: normal normal normal 15px/normal Roboto, sans-serif;
    text-indent: 30px;
    height: 23px;
    padding-top: 2px;
    background-image: url("images/cart.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: #555;
}

#l-cart:hover {}

#l-menu {
	font-family:oswald, sans-serif;
	background-color: #ff6c0a;
    border-top: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    position: relative;
}

.w950 #l-menu { height: 35px; }
.w850 #l-menu { height: 33px; }
.w750 #l-menu { height: 31px; }
#l-menu > div > div {}

#l-menu > div > div > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#l-menu > div > div > ul > li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

#l-menu > div > div > ul > li > a,
#l-menu > div > div > ul > li > span {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 17px 0 17px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.w950 #l-menu > div > div > ul > li > a,
.w950 #l-menu > div > div > ul > li > span {
  font-family:Oswald, sans-serif;
  font-size:14px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  height:34px;
  line-height:100%;
  padding-top:10px; }
  
.w850 #l-menu > div > div > ul > li > a,
.w850 #l-menu > div > div > ul > li > span { font: normal normal normal 13px/100% Oswald, sans-serif; height: 32px; padding-top: 10px; }

.w750 #l-menu > div > div > ul > li > a,
.w750 #l-menu > div > div > ul > li > span { font: normal normal normal 11px/100% Oswald, sans-serif; height: 30px; padding-top: 10px; }

#l-menu > div > div > ul > li:first-child > a,
#l-menu > div > div > ul > li:first-child > span {
    border-left: 0;
}

#l-menu > div > div > ul > li > span > span.submenu {
    margin-left: 3px;
    opacity: 0.3;
}

#l-menu > div > div > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 120px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ff6c0a;
    font: normal normal normal 14px/normal oswald, sans-serif;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
}

#l-menu > div > div > ul > li > ul > li {
    margin: 0;
    padding: 0;
}

#l-menu > div > div > ul > li > ul > li > a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    min-width: 150px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.w950 #l-menu > div > div > ul > li > ul > li > a { font: normal normal normal 12px/normal oswald, sans-serif; padding: 5px 20px; }
.w850 #l-menu > div > div > ul > li > ul > li > a { font: normal normal normal 12px/normal oswald, sans-serif; padding: 5px 20px; }
.w750 #l-menu > div > div > ul > li > ul > li > a { font: normal normal normal 12px/normal oswald, sans-serif; padding: 5px 20px; }

#l-menu > div > div > ul > li > ul > li:first-child > a {}

#l-slideshow {
   background-color: #fff;
    background-image: url("/mini-common/patterns/static/pattern-002.png");
    background-position: center top;
    background-repeat: repeat;
    position: relative;
}

#l-slideshow > div > div {}
#l-slideshow > div > div > .items {
    display: block;
    position: relative;
}

#l-slideshow > div > div > .items:after {
    padding-top: 28.571429%;
    display: block;
    content: '';
}

#l-slideshow > div > div > .items > div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#l-slideshow > div > div > .items > div.has-link-1 {
    cursor: pointer;
}

#l-slideshow > div > div > .items > div > img.main {
    display: block;
    width: 100%;
}

#l-slideshow > div > div > .items > div > img.over {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#l-slideshow > div > div > .items > div > div.title-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

#l-slideshow > div > div > .items > div > div.title-body > * {
    padding: 0 20px;
    margin: 10px 0 0 0;
    color: #555;
}

#l-slideshow > div > div > .items > div > div.title-body > *:first-child {
    margin-top: 20px;
}

.w950 #l-slideshow > div > div > .items > div > div.title-body > h2 {
  font-family: Oswald, sans-serif;
  font-size:20px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:26px; }
  
.w850 #l-slideshow > div > div > .items > div > div.title-body > h2 { font: normal normal normal 20px/normal sans-serif; font-family:Oswald;}

.w750 #l-slideshow > div > div > .items > div > div.title-body > h2 { font: normal normal normal 17px/normal sans-serif; font-family:Oswald;}

.w950 #l-slideshow > div > div > .items > div > div.title-body > div {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight: 250;
  line-height: 160%;
  text-align:justify;
  }
  
.w850 #l-slideshow > div > div > .items > div > div.title-body > div { font-family: Oswald, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 250;
    line-height: 160%;
    text-align: justify;}
	
.w750 #l-slideshow > div > div > .items > div > div.title-body > div { font-family: Oswald, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 250;
    line-height: 160%;
    text-align: justify;
}

#l-slideshow > div > div > .arrows {}
#l-slideshow > div > div > .arrows > * {}
#l-slideshow > div > div > .arrows > .left {}
#l-slideshow > div > div > .arrows > .right {}
#l-slideshow > div > div > .footer {
    position: absolute;
    bottom: 0;
    right: 0px;
    text-align: right;
    z-index: 10000;
    font-family: Oswald;
}

#l-slideshow > div > div > .footer > div {
    display: inline-block;
    margin-right: 20px;
}

#l-slideshow > div > div > .footer > div > .prefix,
#l-slideshow > div > div > .footer > div > .suffix {
    float: left;
    display: none;
}

#l-slideshow > div > div > .footer > div > .center {
    height: 34px;
    float: left;
    text-align: center;
}

#l-slideshow > div > div > .footer > div > .center > span {
    display: inline-block;
    vertical-align: bottom;
    width: 10px;
    height: 10px;
    margin: 15px 5px 0 5px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.5);
}

#l-content-wrap {}

#l-quote {
    margin: 7px 0;
    background-color: #ccc;
}

#l-quote > div {
  color:#FFFFFF;
  text-align:center;
    background-image:url("images/quote.png");
  background-position:96px 100%;
  background-repeat:no-repeat;
  color:#FFFFFF;
  height:40px;
  margin:0 20%;
  min-height:40px;
  padding-top:10px;
  text-align:center;
}

.w950 #l-quote {     font-family:Oswald, sans-serif;
  font-size:24px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:23px;
  padding-top:4px; }
.w850 #l-quote { font: italic normal normal 16px/20px sans-serif; }

.w750 #l-quote { font: italic normal normal 14px/18px sans-serif; }
#l-quote > img.left {
    position: relative;
    top: 5px;
}
#l-quote > span {}

#l-quote > img.right {
    position: relative;
    top: -5px;
}

#l-news {
    margin-top: 20px;
    margin-bottom: 20px;
}

#l-news > div.label {
    font: italic normal bold 16px/normal sans-serif;
    color: #555;
    margin: 0 0 5px 5px;
}

#l-news > div.content {
    font: normal normal normal 13px/normal sans-serif;
}

#l-news > div.content > a {
    display: block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    margin-top: 2px;
    text-decoration: none;
    padding: 2px 5px;
    color: #888;
    border-top: 1px dashed #ddd;
}

#l-news > div.content > a:first-child {
}

#l-news > div.content > a > span.datetime {
    color: #888;
    font-size: 11px;
}

#l-news > div.content > a > span.title {
    font-weight: bold;
    color: #444;
}

#l-news > div.content > a > span.excerpt {
    color: #888;
    font-style: italic;
}

#l-news > div.content > a:hover {
}

#l-triblock {
    margin-top: 40px;
    overflow: hidden;
    background-image: url("images/hr.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
}

#l-triblock > div {
    position: relative;
    overflow: hidden;
    margin-right: -40px;
}

#l-triblock > div > div {
    float: left;
    margin-right: 40px;
}

#l-triblock > div > div > div.title {
  color:#888888;
  font-family:Oswald, sans-serif;
  font-size:18px;
  font-style:normal;
  font-variant:normal;
  font-weight:100;
  line-height:143%;
  padding-bottom:4px;
}

#l-triblock > div > div > div.title > a {
    color: #555;
    text-decoration: none;
}
#l-triblock > div > div > div.title > a:hover {
}

#l-triblock > div > div > div.photo {
    position: relative;
}

#l-triblock > div > div > div.photo * {
  border-top-color:#FF6C0A;
  border-top-style:solid;
  border-top-width:1px;
  display:block;
  width:100%;
}

#l-triblock > div > div > div.body {
  color:#555555;
  font-family:Roboto, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:140%;
  position: relative;
}

#l-triblock > div > div > div.body p {
    margin: 10px 0;
    text-align: justify;
}

#l-content {
    margin: 25px 0 0 0;
  color:#555555;
  font-family:Roboto, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:140%;
    padding-bottom: 40px;
}

#l-content h1 {
  border-left-color:#FF6C0A;
  border-left-style:solid;
  color:#555555;
  font-family:Oswald, sans-serif;
  font-size:25px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:33px;
  margin:8px 0 15px;
  padding-left:12px;
}

#l-content h2 {
  color:#555555;
  font-family:Oswald, sans-serif;
  font-size:20px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  margin:15px 0 12px;
  padding-left: 0px;
}

#l-content a {
    text-decoration: none;
    color: #ff6c0a;
}

#l-sticky-foot {
    background-color: #eee;
    border-top-color: #ccc;
    border-top-style: solid;
    overflow: hidden;
}

#l-sticky-foot div.banners {
    text-align: center;
	padding-top: 28px;
}

#l-sticky-foot div.banners > a {
    text-decoration: none;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

#l-sticky-foot .footer {
    text-align: center;
    font: normal normal normal 13px/145% Oswald, sans-serif;
    margin-top: 30px;
    color: #777;
}

#l-sticky-foot .developer {
    text-align: center;
    font: normal normal normal 11px/145% Roboto, sans-serif;
    margin-top: 0px;
    color: #eee;
}

#l-sticky-foot .developer > a {
    color: #eee;
}

.c-message-message {
  background-color:#30C902;
  border-radius:4px;
  color:#FFFFFF;
  font-family:oswald;
  font-size: 21px;
  margin-bottom: 20px;
  padding: 14px 0;
  text-align:center;
  text-transform:uppercase;
}

#l-auth {
    position: absolute;
    bottom: 8px;
    right: 0px;
    font: normal normal normal 12px Oswald, sans-serif;
}

#l-auth > div.person {
    cursor: pointer;
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    color: #7f0000;
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
}

#l-auth > div.menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    z-index: 10002;
    background-color: #fff;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 0;
    display: none;
}

#l-auth > div.menu > a {
    color: #ff6c0a;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    text-align: center;
}

#l-auth > div.menu > a.active {
}

#l-auth > div.menu > a:hover {
    background-color: #ffdac1;
}

#l-auth > a {
  background:#BBBBBB;
  border-left-color:#777777;
  border-left-style:solid;
  color:#FFFFFF;
  padding:4px 10px;
  text-decoration:none;
  text-transform:uppercase;
  margin-left: 1px;
}

#l-auth > a:hover {
  border-left-color:#FF6C0A;
  background:#777;
}

form.verza {}
form.verza > div.error-message {
    color: red;
}

form.verza > label {
    display: block;
    margin-top: 10px;
}

form.verza > label > span.label {
    display: block;
    font: normal normal bold 13px/145% Roboto, sans-serif;
    color: #555;
}

form.verza > label > span.label > span {
    color: #f05829;
}

form.verza > label > input[type="text"],
form.verza > label > input[type="password"] {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 6px 10px;
    width: 240px;
}

form.verza > label > textarea {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 6px 10px;
    width: 340px;
    height: 150px;
}

form.verza > label.has-errors > input[type="text"],
form.verza > label.has-errors > input[type="password"],
form.verza > label.has-errors > textarea {
    background-color: #ffffd5;
}

form.verza div.button {
    margin-top: 20px;
}

form.verza div.button > button {
    border: 0;
    border-radius: 5px;
    padding: 8px 25px;
    background-color: #f05829;
    color: #fff;
}

body.mo form.verza > label > input[type="text"],
body.mo form.verza > label > input[type="password"],
body.mo form.verza > label > textarea {
    width: 100%;
    -ie-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.mo {
    width: 100%;
    overflow-x: hidden;
    font-size: 13px;
}

#mo-wrap {
    max-width: 768px;
    min-width: 260px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding-bottom: 2em;
}

.mo-header {
    padding: 10px 10px;
}

#mo-logo-name {
    height: 100%;
    display: table;
    text-decoration: none;
    color: #888;
}

#mo-logo-name > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#mo-logo-name > span {
}

#mo-logo-name > span > img {
    height: 100%;
}

#mo-logo-name > h1 {
    font-family: Oswald;
    color: #555;
    font-size: 20px;
    padding: 5px 5px 5px 17px;
    line-height: 26px;
    font-weight: normal;
}

#mo-auth {
    background-color: #FF6C0A;
    text-align: right;
    padding: 5px;
    position: relative;
    font-family: oswald;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

#mo-auth > a {
    color: #fff;
    text-decoration: none;
}

#mo-auth > div.person {
    color: #fff;
    cursor: pointer;
}

#mo-auth > div.menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 30%;
    z-index: 100;
    background-color: #fff;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 0;
    display: none;
}

#mo-auth > div.menu > a {
    color: #ff6c0a;
    display: block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
}

#mo-auth > div.menu > a.active {
}

#mo-auth > div.menu > a:hover {
    background-color: #ffdac1;
}

#mo-content {
    padding: 10px 10px 5px 10px;
}

#mo-content h1 {
    color: #555;
    font-size: 22px;
    font-family: Oswald;
    border-left: 3px solid;
    border-left-color: #FF6C0A;
    margin-left: 0px;
    font-weight: normal;
    text-align: left;
	line-height: 28px;
    padding-left: 20px;
    margin-left: -10px;
    padding-bottom: 5px;
}

#mo-content a {
  text-decoration: none;
  color: #FF6C0A;
  font-stretch:normal;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-ligatures:normal;
  font-weight:normal;
  line-height:26px;
  margin:8px 0 15px;
}

#mo-menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(40, 40, 40, 0.98);
    color: #fff;
    padding: 40px 0px 20px 0px;
    margin: 10p;
    width: 100%;
    display: none;
}

#mo-menu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    line-height: 30px;
}

#mo-menu > ul > li {
    margin: 0;
    padding: 0;
}

#mo-menu > ul > li > a {
    margin-left: 20px;
    padding: 5px;
    display: block;
    color: #bbb;
    text-decoration: none;
    font-family: Oswald;
    font-size: 18px;
}

#mo-menu > ul > li.active > a,
#mo-menu > ul > li > a:hover {
    color: #fff;
    font-size: 20px;
    /* line-height: 40px; */
    font-family: Oswald;
    border-left: 3px solid;
    border-left-color: #FF6C0A;
    margin-left: 0px;
    padding-left: 22px;
}

#mo-menu > ul > li > span {
    margin-left: 40px;
    padding: 0;
    display: block;
    color: #bbb;
    text-decoration: none;
    font-size: 18px;
    line-height: 35px;
    font-family: Oswald;
}

#mo-menu > ul > li > span > span.submenu {}
#mo-menu > ul > li > ul {
    margin: 0 0 0.5em 2em;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 35px;
    font-family: Oswald;
}

#mo-menu > ul > li > ul > li {
    margin: 0;
    padding: 0;
    font-family: Oswald;
}

#mo-menu > ul > li > ul > li > a {
    margin-left: 40px;
    padding: 0;
    display: block;
    color: #bbb;
    text-decoration: none;
    font-family: Oswald;
}

#mo-menu > ul > li > ul > li.active > a,
#mo-menu > ul > li > ul > li > a:hover {
    color: #FFF;
    border-left: 3px solid;
    border-left-color: #FF6C0A;
    margin-left: -36px;
    padding-left: 72px;
}

#mo-menu-close {
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 25px;
    cursor: pointer;
    color: #FF6C0A;
    font-weight: bold;
}

#mo-menu-trigger {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    cursor: pointer;
}

#mo-menu-trigger > div {
    height: 4px;
    background-color: #ddd;
    width: 100%;
    margin-bottom: 6px;
}

#mo-quote {
    margin: 1em 0;
    background-color: #eee;
    font: italic normal normal 1em/1.2em sans-serif;
}

#mo-quote > div {
    background-color: #fff;
    color: #444;
    text-align: left;
    margin: 0 10% 0 10%;
    padding: 0 20px 0 75px;
    min-height: 30px;
    background-image: url("images/quote.png");
    background-position: 20px bottom;
    background-repeat: no-repeat;
}

#mo-quote > img.left {
    position: relative;
    top: 5px;
}
#mo-quote > span {
}

#mo-quote > img.right {
    position: relative;
    top: -5px;
}

#mo-news {
    margin: 1em 0;
}

#mo-news > div.label {
    font: italic normal bold 16px/normal sans-serif;
    color: #555;
    margin: 0 0 0.5em 0.5em;
}

#mo-news > div.content {
    font: normal normal normal 1em/normal sans-serif;
}

#mo-news > div.content > a {
    display: block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    margin-top: 2px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    color: #888;
    border-top: 1px dashed #ddd;
}

#mo-news > div.content > a:first-child {
}

#mo-news > div.content > a > span.datetime {
    color: #888;
    font-size: 11px;
}

#mo-news > div.content > a > span.title {
    font-weight: bold;
    color: #444;
}

#mo-news > div.content > a > span.excerpt {
    color: #888;
    font-style: italic;
}

#mo-news > div.content > a:hover {
}

#mo-triblock {
    margin: 1em 0 0 0;
    overflow: hidden;
    background-image: url("images/hr.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 0 10px 25px 10px;
}

#mo-triblock > div {
    position: relative;
    overflow: hidden;
}

#mo-triblock > div > div {}
#mo-triblock > div > div > div.title {
  border-left-color:#FF6C0A;
  border-left-style:solid;
  color:#555555;
  font-family:Oswald, sans-serif;
  font-size:16px;
  font-stretch:normal;
  font-style:normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight:normal;
  line-height:21px;
  margin:8px 0 12px;
  padding-left:10px;
  text-transform: uppercase;
}

#mo-triblock > div > div > div.title > a {
    color: #555;
    text-decoration: none;
}

#mo-triblock > div > div > div.title > a:hover {
}

#mo-triblock > div > div > div.photo {
    position: relative;
}

#mo-triblock > div > div > div.photo * {
    display: block;
    width: 100%;
}

#mo-triblock > div > div > div.body {
    color: #555;
    position: relative;
    font-size: 13px;
    font-family: roboto;
    line-height: 19px;
    padding-bottom: 8px;
    text-align: justify;
}

#mo-triblock > div > div > div.body p {
    margin: 0.5em 0;
}

body.mo .c-files-clearfix {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

body.mo .c-files-clearfix > a {
    float: none !important;
    margin-right: 0 !important;
    margin-top: 0.5em !important;
}

#mo-footer {
    background-color: #eee;
    overflow: hidden;
    padding-bottom: 15px;
}

#mo-footer .footer {
    text-align: center;
    font: normal normal normal 0.8em/1.2em Roboto, sans-serif;
    margin-top: 15px;
    color: #666;
}

#mo-footer .developer {
    text-align: center;
    font: normal normal normal 0.7em/1.2em Roboto, sans-serif;
    margin-top: 5px;
    color: #666;
}

#mo-footer .developer > a {
    color: #888;
}

div.std-simple-table {}
div.std-simple-table > div {
    overflow: hidden;
    background-color: #fff;
}

div.std-simple-table > div:nth-child(even) {
    background-color: #eee;
}

div.std-simple-table > div > div {
    padding: 8px 0;
}

div.std-simple-table > div > div.key {
    width: 30%;
    float: left;
    text-align: right;
    font-weight: bold;
}

div.std-simple-table > div > div.val {
    width: 70%;
    float: right;
    text-indent: 10px;
}

#colorbox, #cboxOverlay {
    z-index: 999999;
}

div.ex2 {
  max-width: 800px;
  margin: auto;
  border: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 0px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff6c0a;
  color: white;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  font-family: Oswald;
  border-radius: 0px;
  font-size: 15px;
}

#myBtn:hover {
  background-color: #555; 
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column_1 {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row_1:after {
  content: "";
  display: table;
  clear: both;
}

#youtube-videos #play-video-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
}

#youtube-videos label {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px
}

#youtube-videos #videos-table {
    width: 100%;
    margin-top: 20px;
    user-select: none
}

#youtube-videos #videos-table thead tr {
    background-color: #ddd;
}

#youtube-videos #videos-table th {
    text-align: left;
    padding: 6px 10px
}

#youtube-videos #videos-table td {
    padding: 6px 10px;
}

#youtube-videos #videos-table tbody > tr:hover {
    background-color: #f4f4f4;
}

#youtube-videos #videos-table tbody > tr {
    border-bottom: 1px dotted #ccc;
    cursor: pointer
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column_1 {
    width: 100%;
  }
}