html {
  overflow-y: scroll;
}
body {
  font-size: 14px;
  font-family: 'Ubuntu', Arial, sans-serif;
  background: #080A0E;
  color: #a1a6ac;
  line-height: 100%;
}
a {
  color: #FFF;
  text-decoration: none;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: #449675;
}
.MainSite h1, .MainSite h2, .MainSite h3, .MainSite h4 {
  font-family: 'Ubuntu', Arial, sans-serif;
}
.MainSite h1 {
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
}
.MainSite h2 {
  font-size: 30px;
  color: #227b86;
  font-weight: bold;
  line-height: 48px;
}
.MainSite h3 {
  font-size: 25px;
  color: #FFF;
  line-height: 36px;
}
.MainSite h4 {
  font-size: 20px;
  color: #227b86;
  line-height: 32px;
}
.MainSite h5, .MainSite h6 {
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
}
.MainSite h5 {
  text-transform: uppercase;
}
.MainSite p {
  margin-bottom: 16px;
}
.container, .pageWidth {
  width: auto !important;
  max-width: 1170px !important;
}
hr {
  height: 0;
  margin: 20px 0;
  background: transparent;
  border: 0;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
}
pre {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #efefef;
}
code {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0 2px;
}
.page-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
}
.page-header small {
  margin-top: -10px;
  margin-bottom: 20px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.MainSite .avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  line-height: 100%;
}
.MainSite .avatar.left {
  margin-right: 10px;
}
.MainSite .avatar.right {
  margin-left: 10px;
}
.icon_16 {
  font-size: 16px;
}
.icon_24 {
  font-size: 24px;
}
.icon_32 {
  font-size: 32px;
}
.icon_48 {
  font-size: 48px;
}
.icon_64 {
  font-size: 64px;
}
.MainSite ol.ol {
  counter-reset: li;
  margin-left: 2em;
}
.MainSite ol.ol > li {
  position: relative;
  margin-left: 2em;
  padding: 4px 8px;
  list-style: none;
}
.MainSite ol.ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  color: #fff;
  background: #194B7F;
  font-weight: bold;
  text-align: center;
}
.MainSite ul.square, .MainSite ul.disc, .MainSite ol.ol {
  margin-bottom: 20px;
}
.MainSite ul.square li, .MainSite ul.disc li, .MainSite ol.ol li {
  margin: 4px 0;
}
.MainSite ul.square, .MainSite li.square {
  list-style: square inside;
}
.MainSite ul.disc, .MainSite li.disc {
  list-style: disc inside;
}
.padded, .padded > li {
  padding: 10px 0;
}
.breadcrumb, .progress, .panel, .well, .pagination > li > a, .pagination > li > span, .thumbnail, .pager li > a, .pager li > span, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .list-group-item, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, a.list-group-item:hover, a.list-group-item:focus, .nav > li > a:hover, .nav > li > a:focus {
  background-color: #222;
}
.pager li > a, .pager li > span, .well, .panel-default, .pagination > li > a, .pagination > li > span, .thumbnail, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .list-group-item, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, a.list-group-item:hover, a.list-group-item:focus, .nav > li > a:hover, .nav > li > a:focus {
  border-color: #333;
}
.panel-default > .panel-heading, .panel-footer {
  color: #999;
  background-color: #111;
  border-color: #333;
  border-bottom: 2px solid #227B86;
}
.nav-tabs, .nav-tabs.nav-justified > li > a, .panel-footer {
  border-bottom-color: #333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, a.list-group-item:hover, a.list-group-item:focus, .nav > li > a:hover, .nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span, .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background: #111;
  color: #555;
  border-color: #333;
}
a.list-group-item .list-group-item-heading {
  color: #FFF;
}
.thumbnail .caption, a.list-group-item {
  color: #999;
}
.jumbotron, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #194b7f;
  border-color: #194b7f;
}
.btn-primary .badge, a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #194b7f;
}
.badge {
  background-color: rgba(0, 0, 0, 0.2);
}
.table {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.table > thead > tr > th {
  border-bottom-color: #227B86;
}
.table_border, .table_border td {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.table thead tr:first-child td:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}
.table thead tr:first-child td:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.table tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.table tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.table tr:nth-child(odd) {
  background-color: #2b2b2b;
}
.table tr:nth-child(even) {
  background-color: #262626;
}
.table > tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.table thead td {
  background: #444;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.table thead tr:first-child td:first-child {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table thead tr:first-child td:last-child {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.table .form_inputButton {
  max-width: 240px;
  margin: 0 auto;
}
.price {
  color: #FFF;
}
.price.price_hasSale .price_orig {
  text-decoration: line-through;
}
.price.price_hasSale .price_sale {
  color: #72b029;
}
.btn {
  border-radius: 2px;
  line-height: 36px;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #727272;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-primary {
  text-transform: uppercase;
  background: #227b86;
}
.btn.btn-lrg {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.btn.button_huge {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 75%;
}
.btn.button_download {
  text-transform: uppercase;
}
.btn.button_buy {
  background: #da4d0f;
}
.btn:hover {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background: #449675;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-lrg > span[class^="icon-"] {
  font-size: 80%;
  margin-right: 4px;
}
.btn-success {
  background-color: #72b029;
}
.btn-info {
  background-color: #0f87db;
}
.btn-danger {
  background-color: #db0f3f;
}
.btn-warning {
  background-color: #FABE28;
}
/*  FORM  ============================================================================= */
.form-control, .input-group-addon {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.2);
}
.form-control {
  background-color: #111;
}
.form_inputText, .form_inputButton {
  border: 0;
}
.input-group-btn .btn {
  line-height: 34px;
  height: 34px;
}
.form_inputText {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  line-height: 28px;
  height: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  padding: 0 4px;
  box-sizing: border-box;
}
/*  WIDGETS   ==================================================================== */
.widgetList li {
  margin: 10px 0;
  clear: both;
}
.widgetDate {
  background: #194b7f;
  border-radius: 2px;
  border-top: 2px solid #1e5a98;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  padding: 4px 0 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.widgetDate span {
  display: block;
  font-size: 26px;
}
.widgetMeta {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.widgetTitle {
  font-weight: bold;
}
.widgetDesc {
  display: block;
}
.widget_hotThreads > a.right, .widget_latestNews > a.right {
  opacity: 0.5;
  margin: 5px 5px 0 0;
}
.widget_hotThreads > a.right:hover, .widget_latestNews > a.right:hover {
  opacity: 1;
}
.widget_hotThreads .avatar.left {
  float: none;
  margin-right: 4px;
}
.widget_hotThreads .widgetList li, .widget_latestNews .widgetList li {
  margin: 20px 0;
}
/*  NOTICES   ==================================================================== */
.MainSite .alert {
  border-radius: 2px;
  padding: 20px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #444444;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 20px;
  line-height: 20px;
}
.MainSite .alert:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -16px;
  content: "\e614";
  font-family: 'icomoon';
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MainSite .alert h4 {
  color: inherit;
  font-weight: bold;
  line-height: 30px;
}
.alert.alert-warning {
  background: #FABE28;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}
.alert.alert-danger {
  background-color: #db0f3f;
}
.alert.alert-success {
  background-color: #72b029;
}
.alert.alert-info {
  background-color: #0f87db;
}
.alert.alert-warning:before {
  content: "\e636";
}
.alert.alert-danger:before {
  content: "\e635";
}
.alert.alert-success:before {
  content: "\e632";
}
.alert.alert-info:before {
  content: "\e637";
}
.alert-danger .alert-link, .alert-success .alert-link, .alert-info .alert-link {
  color: #FFF;
}
.alert-danger .alert-link:hover, .alert-success .alert-link:hover, .alert-info .alert-link:hover {
  color: rgba(0, 0, 0, 0.4);
}
.alert-dismissable .close {
  right: 0;
}
.panel-primary {
  border-color: #333;
}
.panel-primary > .panel-heading {
  border-color: #333;
  background-color: #333;
  color: #FFF;
}
.panel-info {
  border-color: #0f87db;
}
.panel-info > .panel-heading {
  border-color: #0f87db;
  background-color: #0f87db;
  color: #FFF;
}
.panel-success {
  border-color: #72b029;
}
.panel-success > .panel-heading {
  border-color: #72b029;
  background-color: #72b029;
  color: #FFF;
}
.panel-danger {
  border-color: #db0f3f;
}
.panel-danger > .panel-heading {
  border-color: #db0f3f;
  background-color: #db0f3f;
  color: #FFF;
}
.panel-warning {
  border-color: #FABE28;
}
.panel-warning > .panel-heading {
  border-color: #FABE28;
  background-color: #FABE28;
  color: rgba(0, 0, 0, 0.8);
}
/*  DESIGN   ==================================================================== */
#topBar {
  background: url("../images/topbar_main.jpg") 50% 0 repeat-x;
  height: 68px;
  line-height: 64px;
}
#topBar .container {
  position: relative;
}
#topBar .topbar_status, #main-navigation .navigation_main {
  margin-left: 140px;
}
#topBar .topbar_status {
  float: left;
  margin-top: 1.5em;
  line-height: 1em;
}
#topBar .topbar_status span#status-registry.updating:after {
  content: "Checking...";
}
#topBar .topbar_status span#status-registry.updating {
  color: #444;
}
#topBar .topbar_status span#status-registry.online:after {
  content: "Online";
}
#topBar .topbar_status span#status-registry.online {
  color: #5cac43;
}
#topBar .topbar_status span#status-registry.offline:after {
  content: "Offline";
}
#topBar .topbar_status span#status-registry.offline {
  color: #ac0000;
}
#topBar .topbar_status span#status-registry.error:after {
  content: "Error";
}
#topBar .topbar_status span#status-registry.error {
  color: #ac0000;
}
#topBar .topbar_status span#status-registry.maintenance:after {
  content: "Undergoing Maintenance";
}
#topBar .topbar_status span#status-registry.maintenance {
  color: #c70;
}
#topBar .topbar_status span {
  color: #5cac43;
  font-weight: bold;
}
#topBar .topbar_nav {
  float: left;
}
#topBar .topbar_nav li {
  float: left;
  padding: 0 10px;
}
#topBar a {
  color: #78818c;
}
#topBar a:hover {
  color: #FFF;
}
#topBar .topbar_choosers {
  float: right;
}
#topBar .topbar_choosers > div {
  position: relative;
  float: left;
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  margin: 14px 10px 0;
  border-radius: 2px;
  border: solid rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-width: 1px 0;
  background: #141414;
  background: -moz-linear-gradient(top, #141414 0%, #040404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141414), color-stop(100%, #040404));
  background: -webkit-linear-gradient(top, #141414 0%, #040404 100%);
  background: -o-linear-gradient(top, #141414 0%, #040404 100%);
  background: -ms-linear-gradient(top, #141414 0%, #040404 100%);
  background: linear-gradient(to bottom, #141414 0%, #040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#040404',GradientType=0);
}
#topBar .topbar_choosers > div:last-child {
  margin-right: 0;
}
#topBar .topbar_choosers .chooser_menu {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  right: 0;
  border-radius: 3px;
  background: #141414;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  line-height: 24px;
  display: none;
}
#topBar .topbar_choosers .chooser_menu:before {
  content: ' ';
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #141414;
  right: 20px;
  bottom: 100%;
}
#topBar .topbar_choosers .chooser_menu h4 {
  padding: 0 10px;
  line-height: 48px;
  color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px 3px 0 0;
}
#topBar .topbar_choosers .chooser_menu_list {
  margin-bottom: 0;
}
#topBar .topbar_choosers .chooser_menu .form_field {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
}
#topBar .topbar_choosers .chooser_menu .form_field input, #topBar .topbar_choosers .chooser_menu .form_field select, #topBar .topbar_choosers .chooser_menu .form_field textarea {
  width: 100%;
}
#topBar .topbar_choosers .chooser_menu .chooser_menu_list li {
  padding: 0 4px;
}
#topBar .topbar_choosers .chooser_menu .chooser_menu_list li a strong {
  color: #5CAC43;
}
#topBar .topbar_choosers .chooser_menu .chooser_menu_list li a:hover strong {
  color: inherit;
}
#logo {
  width: 142px;
  height: 168px;
  background: url("../images/logo_main.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
}
#logo a {
  display: inline-block;
  line-height: 168px;
}
#logo a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -20px;
  width: 100px;
}
#main-navigation {
  background: #0a0c15;
  box-shadow: inset 0 -6px 0 #111525, 0 3px 0 rgba(0, 0, 0, 0.5);
  height: 68px;
}
#main-navigation .navigation_main {
  position: relative;
}
#main-navigation .navigation_main .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#main-navigation .navigation_main .icon-menu {
  font-size: 20px;
  margin-right: 6px;
}
#main-navigation .navigation_main .icon-menu + span {
  vertical-align: text-top;
}
#main-navigation .navigation_main .navbar-toggle {
  float: left;
  border: none;
  color: #FFF;
  background: #111525;
  padding: 12px;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
#main-navigation .navigation_main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
#main-navigation .navigation_main li {
  float: left;
}
#main-navigation .navigation_main li a {
  text-transform: uppercase;
  color: #FFF;
  padding: 0 12px;
  line-height: 62px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
#main-navigation .navigation_main li a:hover {
  color: #449675;
  background-color: transparent;
}
#main-navigation .navigation_main li.current a {
  box-shadow: inset 0 -2px 0 #227b86;
  color: #227b86;
}
#main-navigation .button_buy {
  position: absolute;
  top: 10px;
  right: 0;
}
#main-navigation .button_download {
  position: absolute;
  top: 10px;
  right: 100px;
}
#callToAction {
  background: #080a0e url("../images/bg1.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding: 40px 0 0 0;
}
#callToAction h1 {
  font-size: 100px;
  text-align: right;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
#callToAction h1 span {
  font-size: 48px;
  color: #227b86;
  display: block;
}
#callToAction .callToAction_box {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 #227b86;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#callToAction .callToAction_box:after {
  content: ' ';
  position: absolute;
  height: 3px;
  width: 100px;
  background: #227b86;
  bottom: 0;
  right: 0;
}
#callToAction .callToAction_box .boxWrap {
  padding: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #227b86;
  text-align: center;
}
#callToAction .callToAction_box .boxWrap h2 {
  font-size: 24px;
  border-bottom: 2px solid #227b86;
  color: #FFF;
  padding: 10px 15px;
  margin: -20px -20px 20px -20px;
}
/* #callToAction .callToAction_infoBox {width: 340px; float: left; height: 360px;} */
#callToAction .callToAction_infoBox p {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
}
#callToAction .callToAction_videoBox {
  margin: 0 0 60px 0;
  position: relative;
  padding: 20px;
}
#callToAction .callToAction_videoBox .videoBox_boxWrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#callToAction .callToAction_videoBox iframe, #callToAction .callToAction_videoBox object, #callToAction .callToAction_videoBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#callToAction .callToAction_videoBox .videoBox_nav {
  position: absolute;
  right: 0;
  top: 100%;
}
#callToAction .callToAction_videoBox .videoBox_nav li {
  position: relative;
  float: left;
  margin-left: 2px;
}
#callToAction .callToAction_videoBox .videoBox_nav li a {
  border-bottom: 2px solid #449675;
  line-height: 46px;
  height: 46px;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  background: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
#callToAction .callToAction_videoBox .videoBox_nav li a:hover {
  color: #449675;
}
#callToAction .callToAction_videoBox .videoBox_nav li.current a {
  color: #FFF;
}
#callToAction .callToAction_videoBox .videoBox_nav li.current a:before {
  content: ' ';
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #449675;
  left: 50%;
  bottom: 0;
  margin-left: -4px;
}
#focusLinks {
  background: #1b1c1d url("../images/focuslinks_main.jpg") 50% 100% repeat-x;
  background-size: cover;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  padding-top: 2px;
  box-shadow: inset 0 -5px 0 #0b3848;
  opacity: 0.9;
  margin-top: 40px;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.5);
}
#focusLinks ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}
#focusLinks ul li:before, #focusLinks ul li:last-child:after {
  content: ' ';
  background: url("../images/focuslinks_column.png") 0 0 no-repeat;
  width: 10px;
  height: 107px;
  position: absolute;
  top: -2px;
  left: -5px;
  opacity: 0.6;
}
#focusLinks ul li:last-child:after {
  right: -5px;
  left: auto;
}
#focusLinks ul li a {
  display: block;
}
#focusLinks ul li span {
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: normal;
}
#socialize {
  background: url("../images/topbar_main.jpg") 50% 0 repeat-x;
  height: 68px;
  line-height: 68px;
}
#socialize .socialize_pages {
  margin: 0;
}
#socialize .socialize_pages li {
  float: left;
  margin: 0 10px;
  font-size: 32px;
}
#socialize .socialize_pages li a {
  color: #FFF;
  opacity: 0.25;
}
#socialize .socialize_pages li a:hover {
  opacity: 1;
}
#socialize .socialize_twitter_feed {
  overflow: hidden;
  text-overflow: ellipsis;
}
#socialize .socialize_twitter_feed span {
  white-space: nowrap;
  position: relative;
}
#socialize .socialize_twitter_feed .socialize_twitter_tag {
  padding-right: 0.5em;
  font-weight: bold;
  color: #4099FF;
}
#content {
  background: #0a0a0e;
  border: solid rgba(255, 255, 255, 0.05);
  border-width: 0 0 1px 0;
  padding: 40px 0;
  line-height: 150%;
}
#sponsors {
  background: #040406;
  height: 160px;
  line-height: 160px;
  text-align: center;
  overflow: hidden;
  display: block;
}
#sponsors .sponsors_wrap > div {
  display: inline-block;
  vertical-align: middle;
}
#sponsors .sponsors_wrap > div a {
  display: inline-block;
  background: url("../images/sponsors.png") 0 0 no-repeat;
  width: 240px;
  height: 140px;
  vertical-align: middle;
  opacity: 0.5;
}
#sponsors .sponsors_wrap > div a:hover {
  opacity: 1;
}
#sponsors .sponsors_wrap > div.sponsor_indiedb a {
  background-position: -240px 0;
}
#sponsors .sponsors_wrap > div.sponsor_steamgreenlight a {
  background-position: -240px -140px;
}
#sponsors .sponsors_wrap > div.sponsor_tekkit a {
  background: image_url("tekkit.png") 0 0 no-repeat;
}
#bottombar {
  background: #0B0E13;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-width: 1px 0;
  text-align: center;
}
#bottombar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottombar ul li {
  display: inline-block;
}
#bottombar a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 25px 10px;
}
#bottombar a:hover {
  color: #FFF;
}
#legal {
  background: #080a0e;
  padding: 40px 0;
  text-align: center;
}
#news_list h2.postTitle {
  display: inline;
  vertical-align: middle;
  padding-left: 6px;
}
#news_list li {
  margin-bottom: 20px;
}
.postMeta {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin: 10px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.postBody {
  padding: 10px 10px 20px 10px;
  border-bottom: 2px solid #227B86;
}
.MainSite h1 .price_hasSale {
  font-size: 36px;
}
@media (max-width: 991px) {
  #callToAction .callToAction_box.callToAction_infoBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #main-navigation .button_download,
  #main-navigation .button_buy {
    margin-right: 0;
  }
  #main-navigation .button_download {
    right: 55px;
  }
  .btn.btn-lrg > span[class^="icon-"] {
    margin-right: 0px;
  }
  #main-navigation .button_download .button-text,
  #main-navigation .button_buy .button-text {
    display: none;
  }
}
@media (max-width: 767px) {
  #callToAction h1 {
    text-align: center;
    font-size: 60px;
  }
  #callToAction h1 span {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header {
    text-align: center;
  }
  .MainSite h1 {
    font-size: 36px;
  }
  .MainSite h1 .price_hasSale {
    float: none;
  }
}
@media (max-width: 830px) {
  #logo {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin-left: -34px;
    margin-top: -50px;
  }
  #topBar .topbar_status {
    margin-left: 80px;
  }
  #main-navigation .navigation_main {
    margin-left: 0;
  }
  #main-navigation.nav-open .navbar-collapse {
    display: block;
    background: #194B7F;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1000;
    width: 100%;
  }
  #main-navigation.nav-open .navbar-collapse li {
    float: none;
    border-color: #1E5A98;
  }
  #main-navigation.nav-open .navbar-collapse li a {
    transition: none;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
  }
  #main-navigation.nav-open .navbar-collapse li a:hover {
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    background: none; /* Override desktop hover */
  }
  #main-navigation.nav-open .navbar-collapse li.current a {
    color: #FFF;
    box-shadow: none;
  }
  #main-navigation.nav-open .navbar-collapse .navbar-nav {
    margin: 0;
  }
  #callToAction .callToAction_videoBox .videoBox_nav li a {
    padding: 0 15px;
  }
  #focusLinks ul li a {
    padding: 0 10px;
    font-size: 15px;
    line-height: 22px;
  }
}
