@charset "UTF-8";
/* CSS Document */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #282726;
  overflow-x: hidden;
  overflow-y: hidden;
}
#slidewrapper {
  width: 940px;
  height: 560px;
}
#slideshow {
  width: 940px;
  height: 520px;
}
#slideshow .slide {
  position: relative;
  overflow: hidden;
  width: 940px !important;
  height: 540px !important;
}
#slideshow .slide .textcol {
  float: left;
  width: 270px;
  margin-left: 15px;
  height: 468px;
  margin-top: 25px;
  overflow-x: hidden;
  overflow-y: auto;
}
#slideshow .slide .textcol::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#slideshow .slide .textcol::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

#slideshow .slide .textcol p {
  font-family: "Cardo", serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.osx #slideshow .slide .textcol p {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#slideshow .slide .textcol p.mousetype {
  padding-top: 3px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 9px;
  line-height: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
.osx #slideshow .slide .textcol p.mousetype {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#slideshow .slide .textcol h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffa500;
  margin-bottom: 5px;
  padding-left: 20px;
}
.osx #slideshow .slide .textcol h3 {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#slideshow .slide .slidecontent {
  float: right;
  width: 593px;
  margin-right: 50px;
  margin-top: 40px;
}
#slidenav {
  width: 940px;
  height: 20px;
  padding-top: 20px;
  z-index: 900;
}
#slidenav a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #ffa500;
  text-decoration: none;
}
.osx #slidenav a {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#slidenav #prev2 {
  float: left;
  margin-left: 318px;
  margin-right: 18px;
}
#count {
  position: absolute;
  left: 36px;
  top: 21px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #cccccc;
}
.osx #count {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
