
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
undefinedpre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
undefined.container2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

 {
  .container2 {
    width: 900px;
  }
}
undefined.row2 {
  margin-left: -20px;
  margin-right: -20px;
}
undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined.coll-lg-3, .coll-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}



.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

undefined@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
undefined.carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
undefined,
undefined {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
undefined.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

undefined.carousel {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
  .dw_columns > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dw_columns > .row > div:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 0;
  }

}
.dw_tabs .nav {
  margin-bottom: 20px;
  background: #000000;
  border-color: #000000;
}
.dw_tabs .nav-tabs > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px !important;
}
.dw_tabs .nav-tabs > li > a:hover,
.dw_tabs .nav-tabs > li > a:active,
.dw_tabs .nav-tabs > li > a:focus {
  background-color: #222222;
  border-color: #222222;
}
.dw_tabs .nav-tabs > li.active {
  position: relative;
}
.dw_tabs .nav-tabs > li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ee3224;
  bottom: -12px;
}
.dw_tabs .nav-tabs > li.active > a,
.dw_tabs .nav-tabs > li.active > .nav-tabs > li > a:hover,
.dw_tabs .nav-tabs > li.active > a:focus {
  background: #ee3224;
  color: #fff;
  border-color: #ee3224;
}
.dw_tabs .widget-title {
  display: none;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_rss ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  list-style: square;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_rss ul ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_links li,
.widget_rss li {
  margin: 5px 0;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_nav_menu a,
.widget_links a,
.widget_rss a {
  color: #000000;
  text-decoration: none;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover,
.widget_nav_menu a:hover,
.widget_links a:hover,
.widget_rss a:hover,
.widget_archive a:focus,
.widget_categories a:focus,
.widget_meta a:focus,
.widget_pages a:focus,
.widget_recent_comments a:focus,
.widget_recent_entries a:focus,
.widget_nav_menu a:focus,
.widget_links a:focus,
.widget_rss a:focus {
  color: #ee3224;
}
@media (min-width: 100px) {
  .content-inner {
    position: relative;
  }
  .content-inner:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 75.9%;
    background: #dddddd;
    z-index: 1;
  }


.dw_focus_widget_news_ticker .news-ticker-wrap,
.widget_news-ticker .news-ticker-wrap {
  height: 34px;
  overflow-y: hidden;
}
.dw_focus_widget_news_ticker ul,
.widget_news-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #777777;
}
.dw_focus_widget_news_ticker ul:hover,
.widget_news-ticker ul:hover {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.dw_focus_widget_news_ticker li,
.widget_news-ticker li {
  line-height: 34px;
}
.dw_focus_widget_news_ticker a,
.widget_news-ticker a {
  color: #000000;
  text-decoration: none;
  margin-right: 5px;
}
.dw_focus_widget_news_ticker a:hover,
.widget_news-ticker a:hover,
.dw_focus_widget_news_ticker a:focus,
.widget_news-ticker a:focus {
  color: #ee3224;
}
.dw_focus_widget_news_slider .widget-title,
.widget_news-slider .widget-title {
  text-align: center;
  color: #fff;
  border-top: 0;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.dw_focus_widget_news_slider .carousel-inner,
.widget_news-slider .carousel-inner {
  width: 710px;
  height: 400px;
  z-index: 1;
}
.dw_focus_widget_news_slider .carousel-inner img,
.widget_news-slider .carousel-inner img {
  width: 710px;
  height: auto;
}
.dw_focus_widget_news_slider .carousel-navigation,
.widget_news-slider .carousel-navigation {
  position: absolute;
  width: 250px;
  background: #262626;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.dw_focus_widget_news_slider .carousel-entry,
.widget_news-slider .carousel-entry {
  position: relative;
}
.dw_focus_widget_news_slider .carousel-entry:after,
.widget_news-slider .carousel-entry:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
.dw_focus_widget_news_slider .carousel-entry .entry-meta,
.widget_news-slider .carousel-entry .entry-meta {

  text-transform: uppercase;
  font-size: 11px;
}
.dw_focus_widget_news_slider .carousel-entry .entry-meta > span,
.widget_news-slider .carousel-entry .entry-meta > span {
  margin-right: 10px;
}
.dw_focus_widget_news_slider .carousel-entry .entry-meta > span i,
.widget_news-slider .carousel-entry .entry-meta > span i {
  margin-right: 2px;
}
.dw_focus_widget_news_slider .carousel-entry .entry-content,
.widget_news-slider .carousel-entry .entry-content,
.dw_focus_widget_news_slider .carousel-entry .entry-excerpt,
.widget_news-slider .carousel-entry .entry-excerpt {
  max-height: 60px;
  overflow: hidden;
  color: #999;
  margin-bottom: 10px;
}
.dw_focus_widget_news_slider .carousel-entry .cat-links,
.widget_news-slider .carousel-entry .cat-links {
  background: #ee3224;
  left: 0;
  top: 0;
  padding: 5px 15px;
  position: absolute;
  color: #fff;
}
.dw_focus_widget_news_slider .carousel-entry .cat-links a,
.widget_news-slider .carousel-entry .cat-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
.dw_focus_widget_news_slider .carousel-entry .entry-title,
.widget_news-slider .carousel-entry .entry-title {
  margin: 10px 0;
}
.dw_focus_widget_news_slider .carousel-entry .carousel-caption,
.widget_news-slider .carousel-entry .carousel-caption {
  text-align: left;
  left: 0;
  right: 0;
  margin-right: 120px;
  padding: 0px 20px;
  bottom: 10px;
}
.dw_focus_widget_news_slider .carousel-entry .carousel-caption a,
.widget_news-slider .carousel-entry .carousel-caption a {
  color: #fff;
}
.dw_focus_widget_news_slider .carousel-title-indicators,
.widget_news-slider .carousel-title-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 320px;
  overflow-y: auto;
}
.dw_focus_widget_news_slider .carousel-title-indicators li,
.widget_news-slider .carousel-title-indicators li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  cursor: pointer;
  color: #555555;
}
.dw_focus_widget_news_slider .carousel-title-indicators li.active,
.widget_news-slider .carousel-title-indicators li.active {
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.dw_focus_widget_news_slider .carousel-title-indicators li.active:before,
.widget_news-slider .carousel-title-indicators li.active:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  background: #ee3224;
}
.dw_focus_widget_news_slider .carousel-indicators,
.widget_news-slider .carousel-indicators {
  bottom: -3px;
}