body {
  background-image: url('/public/img/bkg/retina_dust.png');
  background-color: #f5f5f5;
}
.main-content {
  margin-top: 105px;
}
.ticker {
  font-weight: 400;
  line-height: 12px;
}
.ticker:before {
  position: relative;
  top: -1%;
  margin-right: 1px;
  font-size: 95%;
  font-weight: 400;
  color: #247c9e;
  font-family: verdana;
  content: "(e)";
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.0189em;
}
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*.btn-styles(@btn-color: #555;) {
  #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 10%));
  border-color: darken(@btn-color, 12%);

  &:active,
  &.active {
    background-color: darken(@btn-color, 10%);
    border-color: darken(@btn-color, 12%);
  }
}

// Common styles
.btn {
  // Remove the gradient for the pressed/active state
   .btn-styles(@btn-default-bg);
   background-color: #f5f5f5;
  &:active,
  &.active {
    background-image: none;
  }
}

// Apply the mixin to the buttons
.btn-default { .btn-styles(@btn-default-bg;); text-shadow: 0 1px 0 #fff; border-color: #ddd;    color:@blueDark;
 }
.btn-primary { .btn-styles(@btn-primary-bg); }
.btn-success { .btn-styles(@btn-success-bg); }
.btn-warning { .btn-styles(@btn-warning-bg); }
.btn-danger  { .btn-styles(@btn-danger-bg); }
.btn-info    { .btn-styles(@btn-info-bg); }
*/
.lightgray,
.lightgrey,
.litegrey {
  color: #999999;
}
.nav-tabs > li.warning > a {
  background: #ff8c1b;
  color: #ffffff;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4286f5), to(#2a76f4));
  background-image: -webkit-linear-gradient(top, #4286f5, 0%, #2a76f4, 100%);
  background-image: -moz-linear-gradient(top, #4286f5 0%, #2a76f4 100%);
  background-image: linear-gradient(to bottom, #4286f5 0%, #2a76f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4286f5', endColorstr='#ff2a76f4', GradientType=0);
  background-color: #2a76f4;
}
hr {
  margin: -2.571428571 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
.hoz {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.08) inset;
  border-bottom: 1px solid rgba(220, 220, 220, 0.15);
  margin: 5.428571429 0;
  height: 2px;
  clear: both;
}
.navbar-form {
  border-radius: 10px;
}
.navbar-form .form-control {
  margin-top: 2px;
  height: 26px;
}
.navbar-fixed-top {
  height: 40px;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.align-center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
  border-color: #b2dba1;
}
.alert-info {
  border-color: #9acfea;
}
.alert-warning {
  border-color: #f5e79e;
}
.alert-danger {
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4286f5), to(#1267f2));
  background-image: -webkit-linear-gradient(top, #4286f5, 0%, #1267f2, 100%);
  background-image: -moz-linear-gradient(top, #4286f5 0%, #1267f2 100%);
  background-image: linear-gradient(to bottom, #4286f5 0%, #1267f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4286f5', endColorstr='#ff1267f2', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cba47), to(#499638));
  background-image: -webkit-linear-gradient(top, #5cba47, 0%, #499638, 100%);
  background-image: -moz-linear-gradient(top, #5cba47 0%, #499638 100%);
  background-image: linear-gradient(to bottom, #5cba47 0%, #499638 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cba47', endColorstr='#ff499638', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4286f5), to(#1267f2));
  background-image: -webkit-linear-gradient(top, #4286f5, 0%, #1267f2, 100%);
  background-image: -moz-linear-gradient(top, #4286f5 0%, #1267f2 100%);
  background-image: linear-gradient(to bottom, #4286f5 0%, #1267f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4286f5', endColorstr='#ff1267f2', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff8c1b), to(#e77200));
  background-image: -webkit-linear-gradient(top, #ff8c1b, 0%, #e77200, 100%);
  background-image: -moz-linear-gradient(top, #ff8c1b 0%, #e77200 100%);
  background-image: linear-gradient(to bottom, #ff8c1b 0%, #e77200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8c1b', endColorstr='#ffe77200', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e12726), to(#ba1b1a));
  background-image: -webkit-linear-gradient(top, #e12726, 0%, #ba1b1a, 100%);
  background-image: -moz-linear-gradient(top, #e12726 0%, #ba1b1a 100%);
  background-image: linear-gradient(to bottom, #e12726 0%, #ba1b1a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12726', endColorstr='#ffba1b1a', GradientType=0);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #1267f2;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4286f5), to(#1e6ff3));
  background-image: -webkit-linear-gradient(top, #4286f5, 0%, #1e6ff3, 100%);
  background-image: -moz-linear-gradient(top, #4286f5 0%, #1e6ff3 100%);
  background-image: linear-gradient(to bottom, #4286f5 0%, #1e6ff3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4286f5', endColorstr='#ff1e6ff3', GradientType=0);
  border-color: #1e6ff3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4286f5), to(#2a76f4));
  background-image: -webkit-linear-gradient(top, #4286f5, 0%, #2a76f4, 100%);
  background-image: -moz-linear-gradient(top, #4286f5 0%, #2a76f4 100%);
  background-image: linear-gradient(to bottom, #4286f5 0%, #2a76f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4286f5', endColorstr='#ff2a76f4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
}
.well {
  border-color: #dbdbdb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
.muted {
  color: #999999;
}
.thin {
  font-weight: 300;
}
.heavy {
  font-weight: 600;
}
.large {
  font-size: 1.50em;
  line-height: 1.2em;
}
.medium {
  font-size: 1.15em;
}
.small {
  font-size: 90%;
}
.smaller {
  font-size: 85%;
}
.danger,
.red {
  color: #de201f;
}
.litered {
  color: #e96160;
}
.blue {
  color: #40b4e5;
}
.black {
  color: #000000;
}
.lightblue {
  color: #79bde8;
}
.darkblue {
  color: #0f5d7b;
}
.success,
.green {
  color: #5cba47;
}
.warning,
.orange {
  color: #ff8c1b;
}
.brightorange {
  color: #ffb368;
}
.empire-blue {
  color: #2aabe2;
}
.gray,
.grey {
  color: #5b5b5b;
}
.litegrey,
.litegray {
  color: #999999;
}
.lightergray {
  color: #eeeeee;
}
.white {
  color: #ffffff;
}
.mar-top015 {
  margin-top: -15;
}
.mar-top0 {
  margin-top: 0;
}
.mar-top5 {
  margin-top: 5px;
}
.mar-top15 {
  margin-top: 15px;
}
.mar-top25 {
  margin-top: 25px;
}
.mar-top35 {
  margin-top: 35px;
}
.mar-top45 {
  margin-top: 45px;
}
.mar-bottom0 {
  margin-bottom: 0;
}
.mar-bottom5 {
  margin-bottom: 5px;
}
.mar-bottom15 {
  margin-bottom: 15px;
}
.mar-bottom25 {
  margin-bottom: 25px;
}
.mar-bottom35 {
  margin-bottom: 35px;
}
.mar-bottom45 {
  margin-bottom: 45px;
}
.mar-top10 {
  margin-top: 10px;
}
.mar-top20 {
  margin-top: 20px;
}
.mar-top30 {
  margin-top: 32px;
}
.mar-top40 {
  margin-top: 40px;
}
.mar-top50 {
  margin-top: 50px;
}
.mar-top60 {
  margin-top: 60px;
}
.mar-top70 {
  margin-top: 70px;
}
.mar-top80 {
  margin-top: 80px;
}
.mar-left0 {
  margin-left: 0;
}
.mar-left5 {
  margin-left: 5px;
}
.mar-left10 {
  margin-left: 10px;
}
.mar-left15 {
  margin-left: 15px;
}
.pad-left0 {
  padding-left: 0;
}
.pad-left5 {
  padding-left: 5;
}
.pad-left10 {
  padding-left: 10;
}
.pad-left15 {
  padding-left: 15;
}
.pad-left20 {
  padding-left: 20;
}
.mar-right0 {
  margin-right: 0;
}
.mar-right5 {
  margin-right: 5px;
}
.mar-right10 {
  margin-right: 10px;
}
.mar-right15 {
  margin-right: 15px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav.nav-pills-sm {
  padding: 4px 8px;
}
/*
.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  // border:none;
}
.nav-justified > li > a {
  padding-top: 6px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);  
  background-color: darken(@btn-default-bg, 8%);
  //border:none;
    color: @gray;

}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: darken(@btn-default-bg, 10%);  background-image: none;
  color: @gray-light;
  text-decoration: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  border:none;
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

*/
.table-premium {
  border: 0;
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
  line-height: 17px;
}
.table-premium thead th,
.table-premium thead td {
  background-color: none;
  border-right: 8px solid #dddddd;
  padding: 0;
}
.table-premium thead th,
.table-premium thead td {
  border-left: 1px solid #dddddd;
}
.table-premium tbody th,
.table-premium tbody td {
  border-right: 8px solid #dddddd;
}
.table-premium tr td:first-child {
  border-left: none;
  min-width: 302px;
  padding: 8px;
  font-size: 14px;
}
.table-premium tr td:first-child .litegrey {
  font-size: 12px;
  font-weight: 200;
}
.table-premium tbody td:first-child,
.table-premium tbody td:first-child.text-left {
  border-right: 1px solid #dddddd;
  border-left: 0;
  text-align: left;
}
.table-premium th {
  text-shadow: none;
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}
.nav-tabs {
  margin-bottom: 15px;
}
.nav-tabs > li.active > a {
  color: #ffffff;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #eeeeee;
  background-color: #4db9e7;
}
.nav-tabs > li > a {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 6px 8px;
  border-radius: 8px 8px 0 0;
  color: #1c98cc;
  margin-right: 4px;
  font-weight: 400;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #999999;
  color: #ffffff;
  border: 1px solid #d0d0d0;
}
.nav-tabs.active > a {
  color: #222222;
  letter-spacing: 0.079em;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .align-center {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    margin-top: 5px;
  }
  .form-inline .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-pills > li,
  .nav-tabs > li {
    margin-top: 5px;
  }
  .btn {
    margin-top: 5px;
  }
  .align-center {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.navbar-white {
  background-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  border-color: #e7e7e7;
  border-radius: 0;
  z-index: 999;
  margin-top: 40px;
  min-height: 40px;
  font-weight: 500px;
  letter-spacing: 0.079em;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-white .nav-pills {
  margin: 9px 0px 8px 0px;
}
.navbar-white .nav-pills > li {
  float: left;
}
.navbar-white .nav-pills > li > a {
  border-radius: 12px;
  /*background-color:@gray-light;
            color:@white;
             text-shadow: 0 1px 0 rgba(0,0,0,.25);*/
  background-color: #ffffff;
  letter-spacing: 0.085em;
}
.navbar-white .nav-pills > li > a:hover,
.navbar-white .nav-pills > li > a:focus {
  background-color: #4c8cf6;
  color: #ffffff;
}
.navbar-white .nav-pills > li + li {
  margin-left: 6px;
}
.navbar-white .nav-pills > li.active > a,
.navbar-white .nav-pills > li.active > a:hover,
.navbar-white .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #4286f5;
}
.navbar-white .nav-pills > li.highlight > a,
.navbar-white .nav-pills > li.highlight > a:hover,
.navbar-white .nav-pills > li.highlight > a:focus {
  color: #ffffff;
  background-color: #e12726;
}
.navbar-white .nav-pills > li.emphahsis > a,
.navbar-white .nav-pills > li.emphahsis > a:hover,
.navbar-white .nav-pills > li.emphahsis > a:focus {
  color: #ffffff;
  background-color: #72a5f8;
}
.navbar-white .nav-pills > li.rewards > a,
.navbar-white .nav-pills > li.rewards > a:hover,
.navbar-white .nav-pills > li.rewards > a:focus {
  color: #ffffff;
  background-color: #63bd4e;
}
.navbar-white .nav-pills > li.disabled > a,
.navbar-white .nav-pills > li.disabled > a:hover,
.navbar-white .nav-pills > li.disabled > a:focus {
  color: #ffffff;
  background-color: #bfbfbf;
}
.navbar-white .nav > li > a {
  padding: 4px 14px 3px 12px;
}
@media (max-width: 991px) {
  .navbar-white .nav-pills {
    padding-top: 4px;
  }
  .navbar-white .nav-pills > .active > a,
  .navbar-white .nav-pills > .active > a:hover,
  .navbar-white .nav-pills > .active > a:focus {
    border-bottom-color: #ffffff;
  }
  .navbar-white .nav > li.pull-right {
    float: none;
  }
  .navbar-white .nav > li > a {
    padding: 3px 10px 4px 10px;
  }
}
@media (max-width: 1199px) {
  .main-content {
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .main-content {
    margin-top: 135px;
  }
  .navbar-white {
    margin-left: -10px;
    margin-right: -10px;
  }
  .navbar-white .nav-pills {
    margin: 0;
    width: 100%;
  }
  .navbar-white .nav-pills > li {
    margin: 2px 0;
  }
  .navbar-white .nav-pills > li > a {
    padding: 3px 6px 3px 5px;
  }
  .navbar-collapse {
    background-color: #40b4e5;
  }
  .navbar-collapse .nav > li {
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .navbar-collapse .nav > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .discuss-actions > div {
    line-height: 2;
  }
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media .media-discuss,
.media-body .media-discuss {
  background-color: #e7e7e7;
  /*background-color:rgba(204, 231, 244, 0.25);*/
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 6px 4px 6px 8px;
  margin: 3px 5px;
}
.media .media-discuss .media-body,
.media-body .media-discuss .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  font-size: 12px;
  line-height: 14px;
  white-space: normal;
}
.media .toggle:hover,
.media-body .toggle:hover {
  cursor: pointer;
}
.media-counter {
  margin-top: 10px;
  margin-right: 15px;
  padding: 2px 5px 2px;
  border-radius: 6px;
  color: #666;
}
.arrow_box {
  position: relative;
  background-color: #e7e7e7;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(237, 243, 245, 0);
  border-bottom-color: #e7e7e7;
  border-width: 10px;
  left: 4%;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e7e7e7;
  border-width: 11px;
  left: 4%;
  margin-left: -11px;
}
.media-counter:hover {
  -webkit-box-shadow: 0 2px 5px rgba(45, 157, 200, 0.8);
  -moz-box-shadow: 0 2px 5px rgba(45, 157, 200, 0.8);
  box-shadow: 0 2px 5px rgba(45, 157, 200, 0.8);
  cursor: pointer;
}
.media-counter.active:hover {
  color: #40b4e5;
}
.media .arrow,
.media .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.media .arrow:after {
  content: "";
  z-index: -1;
}
.media,
.media .media {
  margin-top: 8px;
  padding-top: 4px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
  margin: 0;
}
.media > .thread,
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.media.toggle:hover {
  -webkit-box-shadow: 0 1px 3px #2d9dc8;
  -moz-box-shadow: 0 1px 3px #2d9dc8;
  box-shadow: 0 1px 3px #2d9dc8;
}
.well-small {
  background-color: #fff;
}
.pinned {
  background-color: #cce7f4;
  border-color: #bce8f1;
  color: #2d6987;
}
.pinned:hover {
  border-color: #91d9e8;
  -webkit-box-shadow: 0 1px 3px #2d9dc8;
  -moz-box-shadow: 0 1px 3px #2d9dc8;
  box-shadow: 0 1px 3px #2d9dc8;
}
.dicussion:first-child {
  margin-top: 0;
}
.fa-x,
.fa-large {
  font-size: 1.5em;
}
.bg-default {
  background-color: #ffffff;
}
.paypal-button {
  text-align: center;
}
.paypal-button button {
  white-space: nowrap;
  overflow: hidden;
  align-items: flex-start;
  text-align: center;
  border-radius: 13px;
  font-family: "Arial", bold, italic;
  font-weight: bold;
  font-style: italic;
  border: 1px solid #ffa823;
  color: #0E3168;
  background: #ffa823;
  box-sizing: border-box;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 0;
}
.paypal-button button:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  top: 0;
  left: 0;
  background: #ffa823;
  background: -webkit-linear-gradient(top, #ffaa00 0%, #ffaa00 80%, #fff8fc 100%);
  background: -moz-linear-gradient(top, #ffaa00 0%, #ffaa00 80%, #fff8fc 100%);
  background: -ms-linear-gradient(top, #ffaa00 0%, #ffaa00 80%, #fff8fc 100%);
  background: linear-gradient(top, #ffaa00 0%, #ffaa00 80%, #fff8fc 100%);
  z-index: -2;
}
.paypal-button button:after {
  content: " ";
  position: absolute;
  width: 98%;
  height: 60%;
  border-radius: 40px 40px 38px 38px;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #fefefe 0%, #fed994 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #fed994 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #fed994 100%);
  background: linear-gradient(top, #fefefe 0%, #fed994 100%);
  z-index: -1;
  -webkit-transform: translateX(1%);
  -moz-transform: translateX(1%);
  -ms-transform: translateX(1%);
  transform: translateX(1%);
}
.btn-search {
  margin-top: 0;
  border-left: 0;
}
.nav-list .fa.pull-right {
  margin-top: 3px;
}
.text_truncate {
  display: block;
  max-height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.connections .network {
  padding: 0 0px 4px 2px;
  margin-right: 4px;
  text-align: center;
}
.connections .network > a {
  color: #5b5b5b;
}
.site-announcements {
  border: 2px solid #377ef7;
  margin: 15px auto;
  position: relative;
  background-image: none;
  background-repeat: repeat-x;
  background-color: #fff;
  padding: 15px 0;
}
.announcement-img {
  width: 150px; 
  max-width: 150px !important;
  display: inline-block !important; 
  vertical-align: middle;
}
.announcement-msg {
  display: inline-block; 
  margin-left: 20px; 
  vertical-align: middle;
  width: 70%;
}
.site-announcements .carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #cacaca;
  width: 10% !important;
}
.site-announcements .carousel-inner {
  width: 90% !important;
  margin: auto;
}
.site-announcements .carousel-control .fa-chevron-left {
  left: 25% !important;
}
.site-announcements .carousel-control .fa-chevron-right {
  left: 60% !important;
}
@media (max-width: 991px) {
  .at4-whatsnext-outer-container {
    z-index: -1;
    display: none!important;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
