/* CSS Document */

@font-face {
  font-family: 'robotocondensed-bold-webfont';
  src: url('../resources/fonts/robotocondensed-bold-webfont.eot');
  src: url('../resources/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('../resources/fonts/robotocondensed-bold-webfont.woff') format('woff'), url('../resources/fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../resources/fonts/robotocondensed-bold-webfont.svg#robotocondensed_bold_webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.first-letter {
  color: red;
}

.tsg-rwd-side-menu-csi-filter-navigation {
  display: none;
}

.nav-frame {
  width: 100%;
  float: left;
  margin: 0px auto;
  font-family: 'robotocondensed-bold-webfont';
  padding: 0px 0px 5px 0px;
  min-width: 140px;
}

.nav-frame ul {
  width: 100%;
  float: left;
  list-style: none;
  padding-left: 0;
}

.nav-row {
  list-style-type: none;
  display: block;
  float: left;
  width: 100%;
  border: none;
  font-size: 1em;
  line-height: .3em;
  text-align: center;
  background-color: #fff;
  padding: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nav-row-open {
  height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px #bbb solid;
}

.nav-row li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  height: 15px;
  text-align: center;
  width: 5%;
}

.nav-frame-drop-btn {
  float: left;
  width: 92.5%;
  height: 20px;
  text-align: center;
  padding: 5px 4% 10px 4%;
  margin-top: 0px;
  font-size: .9em;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nav-frame-drop-btn-margin {
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tsg-rwd-csi-csi-menu-items {
  display: none !important;
}

.tsg-rwd-csi-csi-menu-items-show {
  border: none;
  display: block !important;
}

.tsg-rwd-csi-csi-menu-items-hide {
  border: none;
  display: none !important;
}

.nav-btn-selected {
  display: block;
  line-height: 1em;
  background-color: #bbb !important;
  color: #fff !important;
  border: none;
  top: -10px;
  padding: 5px 3px 0px 3px;
  border-top: 2px #bbb solid;
  border-bottom: 4px #bbb solid;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {}
