@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.3em;
  margin: 0px;
  font-size: 12px;
  color: #4d535b;
}

.sb-inst-link:link,
.sb-inst-link:visited {
  text-decoration: none;
  color: #4d535b;
  font-weight: normal;
}

.sb-inst-link:hover {
  color: /*#1a6c55eb;*/ #4ba123;
}

a:link,
a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}

input.button {
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 8px;
}

img {
  border: 0 none;
  padding: 0;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
  padding: 10px 0;
  margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
  margin-left: auto;
  margin-right: auto;
}

body.width_medium div#wrapper {
  width: 1015px;
}

body.width_small div#wrapper {
  width: 773px;
}

body.width_fmax div#wrapper {
  min-width: 750px;
  max-width: 1050px;
}

div#header_l {
  position: relative;
}

div#header_r {
  height: 77px; /*65*/
  padding-left: 760px;
  padding-right: 30px;
  padding-top: 25px;
  overflow: hidden;
  text-align: left;
}

div#logo {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 298px;
  height: 75px;
  background: url(../images/otava_logo.png) 0 0 no-repeat;
  margin-left: 25px;
  margin-top: 25px;
}

div#newsflash {
  width: auto;
  margin-left: 350px;
  margin-right: 30px;
  border: 1px solid #00f;
}

div#tabarea {
  background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
  margin: 0 11px;
}

div#tabarea_l {
  background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
  padding-left: 32px;
}

div#tabarea_r {
  height: 42px;
  background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
  padding-right: 1px;
}

div#footer_r {
  padding-top: 10px;
  height: 47px;
  overflow: hidden;
}

div#footer_r div {
  text-align: center;
  font-size: 0.9em;
  color: #aaa;
}

div#footer_r a:link,
div#footer_r a:visited {
  color: #999;
}

div#footerspacer {
  height: 10px;
}

#pathway {
  padding: 0px 10px 8px;
  width: auto;
  margin-top: 6px;
  /*margin-right: 250px;*/
  text-align: left;
}

#search {
  float: right;
  width: 320px;
  margin-top: -20px;
  margin-right: 30px;
  height: 40px;
  overflow: hidden;
  text-align: right;
}

.searchmodule {
  position: absolute;
  background-image: url(../images/searchButton.gif);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

form#searchForm input {
  vertical-align: middle;
}

form#searchForm table {
  border-collapse: collapse;
}

form#searchForm td {
  padding: 5px;
}

#mod_search_searchword {
  padding-left: 3px;
  border-radius: 3px;
}

#area {
  padding: 0;
}

#whitebox {
  margin: 25px 21px 0px 21px;
  background: #fff;
  width: auto;
}

#whitebox div {
  text-align: left;
}

#whitebox_t {
  background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
  background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
  height: 10px;
  overflow: hidden;
  background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: auto;
  padding: 1px 8px;
}

#whitebox_b {
  margin-top: -5px;
  background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
  background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
  height: 13px;
  background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width: 20px;
  height: 32px;
}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width: 19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pillmenu li {
  float: left;
  background: url(../images/mw_menu_separator.png) top right no-repeat;
  margin: 0;
  padding: 0;
}

#pillmenu a {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  float: left;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
  margin-top: 2px;
  height: 21px;
  line-height: 21px;
  background-position: 0 0;
}

#leftcolumn {
  padding: 0;
  margin: 0;
  width: 33%;
  float: left;
}

#maincolumn,
#maincolumn_full {
  margin-left: 0%;
  padding-left: 0px;
  width: 66%;
  float: right;
}

#maincolumn_full {
  margin-left: 100;
  padding: 0;
  width: 100%;
}

table.nopad {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

table.nopad td.middle_pad {
  width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: bottom;
  color: #666;
  text-align: left;
  width: 100%;
}

h2,
.contentheading {
  padding: 10px;
  padding-left: 35px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  /* text-indent: 22px; */
  line-height: 1em;
  vertical-align: bottom;
  color: #4d535b;
  text-align: left;
  /*width: 100%;*/
  background: #f7f7f7 url(../images/title_front.gif);
  border: 1px solid #ccc;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

table.contentpaneopen h3 {
  margin-top: 25px;
}

h4 {
  font-family: Arial, Tahoma, sans-serif;
  color: #4d535b;
}

h3,
.componentheading,
table.moduletable th,
legend {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;

  font-size: 1.4em;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px dotted #a5a5a5;
}

h5 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  text-align: left;
}

/* small text */
.small {
  font-size: 0.9em;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: 0.9em;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.createdate {
  font-weight: bold;
  color: #999;
  padding: 3px;
  text-transform: uppercase;
  text-align: right;
}

.readon {
  -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(top, #ededed 5%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #777777 !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.readon:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #dfdfdf),
    color-stop(1, #ededed)
  );
  background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
  background-color: #dfdfdf;
  text-decoration: none;
}
.readon:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}

.button-stl {
  background: linear-gradient(to bottom, #efefef 5%, #ffffff 100%);
  border-radius: 6px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #4a4a4a !important;
  font-family: sans-serif;
  font-size: 11px;
  padding: 1px 10px 0px 10px;
  box-shadow: 0px 0px 1px #000000;
  min-height: 16px;
  width: 190px;
  text-align: center;
  margin-top: 5px;
}

@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
}

.button-online-search {
  background: linear-gradient(to bottom, #efefef 5%, #ffffff 100%);
  border-radius: 6px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #4a4a4a !important;
  font-family: sans-serif;
  font-size: 11px;
  padding: 1px 10px 0px 10px;
  box-shadow: 0px 0px 1px #000000;
  min-height: 16px;
  width: 190px;
  text-align: center;
  margin-top: 5px;
  animation: glowing 1300ms infinite;
}

.button-stl:hover {
  background: linear-gradient(to bottom, #ffffff 5%, #efefef 100%);
  /*background: linear-gradient(to bottom, #777575 5%, #212020 100%);*/
  color: #1f1f1f !important;
  /*border: 1px solid #c7c4c4;*/
  /*box-shadow: 0px 0px 10px #000000;*/
  text-decoration: none;
}

.button-online-search:hover {
  background: linear-gradient(to bottom, #ffffff 5%, #efefef 100%);
  /*background: linear-gradient(to bottom, #777575 5%, #212020 100%);*/
  color: #1f1f1f !important;
  /*border: 1px solid #c7c4c4;*/
  /*box-shadow: 0px 0px 10px #000000;*/
  text-decoration: none;
}

.button-stl:active {
  position: relative;
  top: 1px;
}

.button-online-search:active {
  position: relative;
  top: 1px;
}

/* form validation */
.invalid {
  border-color: #ff0000;
}
label.invalid {
  color: #ff0000;
}

/** overlib **/

.ol-foreground {
  background-color: #f6f6f6;
}

.ol-background {
  background-color: #666;
}

.ol-textfont {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10px;
}

.ol-captionfont {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}
.ol-captionfont a {
  color: #0b55c4;
  text-decoration: none;
  font-size: 12px;
}

.ol-closefont {
}

/* menu links */
a.mainlevel:link,
a.mainlevel:visited {
  padding-left: 5px;
}

a.mainlevel:hover {
}

/* spacers */
span.article_separator {
  display: block;
  height: 20px;
}

.article_column {
  padding-right: 5px;
}

.column_separator {
  padding-left: 5px;
}

td.buttonheading {
}

td.buttonheading img {
  border: none;
}

.clr {
  clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
  display: block;
  height: 20px;
}

/* edit button */
.contentpaneopen_edit {
  float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}

/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #4d535b;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

/* content styles */
table.contentpaneopen,
table.contentpane {
  margin: 0;
  padding: 5px;
  width: 100%;

  background-repeat: repeat-x;
  margin-bottom: 1px;
}

table.contentpaneopen li {
  margin-bottom: 5px;
}

table.contentpaneopen fieldset {
  border: 0;
  border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
  margin-top: 25px;
}

table.contentpaneopen h4 {
  font-family: Arial, Tahoma, sans-serif;
  color: #4d535b;
}

.highlight {
  background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
  margin-bottom: 0px;
}

div.moduletable,
div.module {
  /*margin-bottom: 10px;*/ /*margin-bottom: 25px;*/ /*fix !!!!*/
}

div.module_menu h3 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div {
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div {
  background: none;
  padding: 0;
}

div.module_menu ul {
  margin: 10px 0;
  padding-left: 20px;
}

div.module_menu ul li a:link,
div.module_menu ul li a:visited {
  font-weight: bold;
}

#leftcolumn div.module {
  /*padding: 10px;*/
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#leftcolumn div.module table {
  width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
  width: 144px; /*width: 225px;*/
  border: 1px solid #ccc;
  border-radius: 3px;
  /*margin: 15px 0 10px 0;*/
  padding: 2px;
  color: #4a4a4a;
  font: normal 88% sans-serif;
}
div.search input.button {
  width: 60px;
  box-shadow: 0px 0px 1px #000000;
  border: 1px solid #fff;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ccc 5%, #dfdfdf 100%);
  font-size: 11px;
  font: bold 88% sans-serif;
  color: #4a4a4a;
}

div.search input.button:hover {
  background: linear-gradient(to bottom, #dfdfdf 5%, #ccc 100%);
  color: #1f1f1f !important;
  text-decoration: none;
}
div.search input.button:active {
  position: relative;
  top: 1px;
}

form#form-login fieldset {
  border: 0 none;
  margin: 0em;
  padding: 0.2em;
}
form#form-login ul {
  padding-left: 20px;
}

form#com-form-login fieldset {
  border: 0 none;
  margin: 0em;
  padding: 0.2em;
}
form#com-form-login ul {
  padding-left: 20px;
}

/* thumbnails */
div.mosimage {
  margin: 5px;
}
div.mosimage_caption {
  font-size: 0.9em;
  color: #666;
}

div.caption {
  padding: 0 10px 0 10px;
}
div.caption img {
  border: 1px solid #ccc;
}
div.caption p {
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

div.img_caption {
  padding: 0 10px 0 10px;
}
div.img_caption img {
  border: 1px solid #ccc;
}
div.img_caption p {
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

/* Parameter Table */
table.paramlist {
  margin-top: 5px;
}

table.paramlist td.paramlist_key {
  width: 128px;
  text-align: left;
  height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
  font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #c30;
  text-align: center;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  margin: 3px 0px 10px;
  padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text {
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text {
  padding: 4px;
  font-size: 11px;
  background-color: #f7f7f7;
  text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span {
  padding: 2px;
}
.pagination a {
  padding: 2px;
}

/* Polls */
.pollstableborder td {
  text-align: left;
}

/* WebLinks */
span.description {
  display: block;
  padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}

legend {
  margin: 0;
  padding: 0 10px;
}

td.key {
  border-bottom: 1px solid #eee;
  color: #666;
}

/* Tooltips */

.tool-tip {
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
  font-size: 100%;
  margin: 0;
}

/* System Standard Messages */
#system-message {
  margin-bottom: 20px;
}

#system-message dd.message ul {
  background: #c3d2e5 url(../../system/images/notice-info.png) 4px center
    no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0px;
  padding-left: 40px;
  text-indent: 0px;
}

/* System Error Messages */
#system-message dd.error ul {
  color: #c00;
  background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center
    no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0px;
  padding-left: 40px;
  text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul {
  color: #c00;
  background: #efe7b8 url(../../system/images/notice-note.png) 4px center
    no-repeat;
  border-top: 3px solid #f0dc7e;
  border-bottom: 3px solid #f0dc7e;
  margin: 0px;
  padding-left: 40px;
  text-indent: 0px;
}

#syndicate {
  float: left;
  padding-left: 25px;
}

#power_by {
  float: right;
  padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
  padding: 2px 0;
}
hr {
  border: none 0;
  background: #fff url(../images/line_h.png);
  background-repeat: repeat-x;
  width: 100% !important;
  width: 100%;
  height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

/* BUTTONS */

/* Structure Search */

.strsearch {
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #77d42a),
    color-stop(1, #5cb811)
  );
  background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
  background-color: #268a16;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 10px;
  border: 1px solid #268a16;
  display: inline-block;
  cursor: pointer;
  color: #306108 !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #aade7c;
  min-width: 160px;
}
.strsearch:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #5cb811),
    color-stop(1, #77d42a)
  );
  background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
  background-color: #69c121;
  text-decoration: none;
  color: #306108 !important;
}
.strsearch:active {
  position: relative;
  top: 1px;
}

/* CSS MENUS */

@charset 'UTF-8';
/* Some stylesheet reset */
#cssmenu > ul {
  list-style: none;
  margin-top: 8px;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  width: 100%;
}
/* The list elements which contain the links */
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* General link styling */
#cssmenu > ul li a {
  /* Layout */

  display: block;
  position: relative;
  margin: 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #80868d;
  padding: 11px 20px;
  /* Typography */

  color: #424546;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  /* Background & effects */

  background: #e6e5ea;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li a:hover,
#cssmenu > ul li:hover > a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background: #535657;
  background: -webkit-linear-gradient(#535657, #3a3c3d);
  background: -moz-linear-gradient(#535657, #3a3c3d);
  background: linear-gradient(#535657, #3a3c3d);
  border-color: transparent;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #4ba123;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
  border-left: 4px solid #fff;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.25);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 5px;
  opacity: 0;
  width: 150px;
  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#cssmenu > ul ul li a {
  font-size: 12px;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  z-index: 1;
}

/* SIDP BUBBLES */

.bubble {
  position: relative;
  width: 180px;
  height: 180px;
  padding: 10px;
  margin: 10px;
  background: #f7f7f7;
  border: #cccccc solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bubble:after {
  content: "";
  position: absolute;
  top: 71px;
  right: -23px;
  border-style: solid;
  border-width: 29px 0 29px 23px;
  border-color: transparent #cccccc;
  display: block;
  width: 0;
  z-index: 1;
}

.bubble:before {
  content: "";
  position: absolute;
  top: 71px;
  left: 201px;
  border-style: solid;
  border-width: 29px 0 29px 23px;
  border-color: transparent #7f7f7f;
  display: block;
  width: 0;
  z-index: 0;
}
