/* Different size screens
-------------------------------------------------------------------------------*/
/*Very Low Width: < 767 */
@media only screen and (max-width: 767px) {
  .pad {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .tpad {
    padding-top: 4px;
  }
  .bpad {
    padding-bottom: 4px;
  }
  .spad {
    padding-left: 4px;
    padding-right: 4px;
  }
  .padx {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .padxx {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .padxxx {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tpadx {
    padding-top: 8px;
  }
  .tpadxx {
    padding-top: 12px;
  }
  .tpadxxx {
    padding-top: 16px;
  }
  .bpadx {
    padding-bottom: 8px;
  }
  .bpadxx {
    padding-bottom: 12px;
  }
  .spadx {
    padding-left: 8px;
    padding-right: 8px;
  }
  .spadxx {
    padding-left: 12px;
    padding-right: 12px;
  }
  .spadxxx {
    padding-left: 16px;
    padding-right: 16px;
  }
  .spad-neg {
    margin-left: -4px;
  }
  .spadx-neg {
    margin-left: -8px;
  }
  .tpad-neg {
    margin-top: -4px;
  }
  .tpadx-neg {
    margin-top: -8px;
  }
}
/*Lower Width: between 768 and 991*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pad {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tpad {
    padding-top: 5px;
  }
  .bpad {
    padding-bottom: 5px;
  }
  .spad {
    padding-left: 5px;
    padding-right: 5px;
  }
  .padx {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padxx {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .padxxx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tpadx {
    padding-top: 10px;
  }
  .tpadxx {
    padding-top: 15px;
  }
  .tpadxxx {
    padding-top: 20px;
  }
  .bpadx {
    padding-bottom: 10px;
  }
  .bpadxx {
    padding-bottom: 15px;
  }
  .spadx {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spadxx {
    padding-left: 15px;
    padding-right: 15px;
  }
  .spadxxx {
    padding-left: 20px;
    padding-right: 20px;
  }
  .spad-neg {
    margin-left: -5px;
  }
  .spadx-neg {
    margin-left: -10px;
  }
  .tpad-neg {
    margin-top: -5px;
  }
  .tpadx-neg {
    margin-top: -10px;
  }
}
/*Lower Width: between 992 and 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pad {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tpad {
    padding-top: 6px;
  }
  .bpad {
    padding-bottom: 6px;
  }
  .spad {
    padding-left: 6px;
    padding-right: 6px;
  }
  .padx {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .padxx {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .padxxx {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .tpadx {
    padding-top: 12px;
  }
  .tpadxx {
    padding-top: 18px;
  }
  .tpadxxx {
    padding-top: 24px;
  }
  .bpadx {
    padding-bottom: 12px;
  }
  .bpadxx {
    padding-bottom: 18px;
  }
  .spadx {
    padding-left: 12px;
    padding-right: 12px;
  }
  .spadxx {
    padding-left: 18px;
    padding-right: 18px;
  }
  .spadxxx {
    padding-left: 24px;
    padding-right: 24px;
  }
  .spad-neg {
    margin-left: -6px;
  }
  .spadx-neg {
    margin-left: -12px;
  }
  .tpad-neg {
    margin-top: -6px;
  }
  .tpadx-neg {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .pad {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tpad {
    padding-top: 8px;
  }
  .bpad {
    padding-bottom: 8px;
  }
  .spad {
    padding-left: 8px;
    padding-right: 8px;
  }
  .padx {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .padxx {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .padxxx {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .tpadx {
    padding-top: 16px;
  }
  .tpadxx {
    padding-top: 24px;
  }
  .tpadxxx {
    padding-top: 32px;
  }
  .bpadx {
    padding-bottom: 16px;
  }
  .bpadxx {
    padding-bottom: 24px;
  }
  .spadx {
    padding-left: 16px;
    padding-right: 16px;
  }
  .spadxx {
    padding-left: 24px;
    padding-right: 24px;
  }
  .spadxxx {
    padding-left: 32px;
    padding-right: 32px;
  }
  .spad-neg {
    margin-left: -8px;
  }
  .spadx-neg {
    margin-left: -16px;
  }
  .tpad-neg {
    margin-top: -8px;
  }
  .tpadx-neg {
    margin-top: -16px;
  }
}
/*Hi Width > 1500*/
@media only screen and (min-width: 1500px) {
  .pad {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tpad {
    padding-top: 10px;
  }
  .bpad {
    padding-bottom: 10px;
  }
  .spad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padxx {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padxxx {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tpadx {
    padding-top: 20px;
  }
  .tpadxx {
    padding-top: 30px;
  }
  .tpadxxx {
    padding-top: 40px;
  }
  .bpadx {
    padding-bottom: 20px;
  }
  .bpadxx {
    padding-bottom: 30px;
  }
  .spadx {
    padding-left: 20px;
    padding-right: 20px;
  }
  .spadxx {
    padding-left: 30px;
    padding-right: 30px;
  }
  .spadxxx {
    padding-left: 40px;
    padding-right: 40px;
  }
  .spad-neg {
    margin-left: -10px;
  }
  .spadx-neg {
    margin-left: -20px;
  }
  .tpad-neg {
    margin-top: -10px;
  }
  .tpadx-neg {
    margin-top: -20px;
  }
}
/* Tags
-------------------------------------------------------------------------------*/

body {
  color: #555555;
  font-family: 'Arvo', serif;
  overflow-x: hidden;
  font-size: 13px;
}
h1,
h2,
h3,
h5,
.heading {
  font-family: 'Montserrat', sans-serif;
  color: #444545;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 190%;
  font-weight: bold;
}
h3 {
  font-size: 175%;
  font-weight: bold;
}
h4 {
  font-size: 130%;
  font-weight: bold;
  font-family: 'Arvo', serif;
}
h3.alt,
h4.alt {
  color: #1cbbd8;
}
h4.border {
  color: #2a7abf;
  border-bottom: 2px solid #2a7abf;
  padding: 7px 0 8px 0;
}
h5 {
  color: #1cbad7;
  font-size: 105%;
  font-weight: bold;
}
p,
label {
  font-size: 100%;
}
p{line-height:22px;
}
p.larger {
  font-size: 120%;
}
a {
  color: #1cbbd8;
}
button {
  font-size: 130%;
}
button.plain {
  background-color: #fff;
  border: 1px solid #2a7abf;
  color: #2a7abf;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 98%;
}
button.plain:hover {
  background-color: #eef9fe;
}
ul {
  list-style-type: none;
}
blockquote {
  font-size: 100%;
}
/* Common Elements Classes
-------------------------------------------------------------------------------*/
.gradbtn,
.gradbk {
  background: #f27537;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f27537 0%, #f36e2b 30%, #f36e2b 70%, #ef4323 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f27537), color-stop(30%, #f36e2b), color-stop(70%, #f36e2b), color-stop(100%, #ef4323));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f27537 0%, #f36e2b 30%, #f36e2b 70%, #ef4323 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f27537 0%, #f36e2b 30%, #f36e2b 70%, #ef4323 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f27537 0%, #f36e2b 30%, #f36e2b 70%, #ef4323 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f27537 0%, #f36e2b 30%, #f36e2b 70%, #ef4323 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27537', endColorstr='#ef4323', GradientType=0);
  /* IE6-9 */
  color: #fff;
  border: none;
  text-shadow: 0px -2px 1px #b33332;
}
.gradbtn h1,
.gradbk h1,
.gradbtn h2,
.gradbk h2 {
  color: #fff;
}
.gradbtn:hover {
  background: #ef9267;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ef9267 0%, #f2976a 30%, #ed6e34 70%, #ea5135 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef9267), color-stop(30%, #f2976a), color-stop(70%, #ed6e34), color-stop(100%, #ea5135));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ef9267 0%, #f2976a 30%, #ed6e34 70%, #ea5135 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef9267 0%, #f2976a 30%, #ed6e34 70%, #ea5135 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef9267 0%, #f2976a 30%, #ed6e34 70%, #ea5135 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ef9267 0%, #f2976a 30%, #ed6e34 70%, #ea5135 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9267', endColorstr='#ea5135', GradientType=0);
  /* IE6-9 */
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
.center {
  text-align: center;
}
.center-page {
  margin: 0px auto;
  float: none;
}
.indent {
  text-indent: -2000px;
}
.nm *,
.nm {
  margin: 0;
}
.np,
div[class*='.col-md-'] .np {
  padding: 0;
}
.align-left {
  float: left;
}
.clearfix {
  clear: both;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.icon-left {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.icon-right {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}
ul.th li {
  font-weight: bold;
}
p.larger {
  font-size: 120%;
  line-height: 1.5;
}
h1.larger {
  font-size: 260%;
  text-transform: uppercase;
}
.body-content .connect {
  width: 250px;
  margin: 0 auto;
}
/* Layout & framework
-------------------------------------------------------------------------------*/
.page-container {
  width: 100%;}
  
.page-container .body-container {
  max-width: 1200px;
  margin: 0px auto;
  background-color: transparent;
}
.heading {
  height: 87px;
  background-color: #4f6372;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.heading .logo {
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  cursor: pointer;
  width: 296px;
  height: 87px;
  background-size: 296px 47px;
  margin-left: 0;
  margin-top: 0;
  float: left;
  background-position: center center;
}
.heading .navbar {
  margin-bottom: auto;
}
.heading .navbar-default {
  background-color: #4f6372;
  border-color: transparent;
}
.heading .navbar-brand {
  display: none;
  padding: 0;
  height: auto;
  margin-left: -85px;
}
.heading .navbar-brand img {
  height: 75px;
  width: auto;
}
.heading .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.heading .navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
  margin-right: 20px;
}
.heading .navbar-right {
  margin-top: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
  /*FIXME*/
  /*sign up button*/
}
.heading .navbar-right li {
  margin-left: 10px;
  background-image: none;
  background-color: transparent;
}
.heading .navbar-right li.home {
  display: none;
}
.heading .navbar-right a:link,
.heading .navbar-right a:visited {
  color: #dddddd;
}
.heading .navbar-right a:hover,
.heading .navbar-right a:active,
.heading .navbar-right a.selected,
.heading .navbar-right a.selected:hover,
.heading .navbar-right a.selected:active,
.heading .navbar-right a.selected:visited,
.heading .navbar-right li.open a.dd {
  color: #fff !important;
  border-bottom: 2px solid #1cbbd8;
}
.heading .navbar-right a.signup.selected {
  border-bottom: 2px solid #b33332 !important;
}
.heading .navbar-right a.nb,
.heading .navbar-right a.nb:hover,
.heading .navbar-right a.nb:active,
.heading .navbar-right a.nb:visited {
  background-color: transparent !important;
  background-image: none !important;
}
.heading .navbar-right .dropdown-menu {
  padding: 8px 0;
  margin-top: 27px;
  background: #d6d5d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6d5d5 0%, #ececed 47%, #ececed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d5d5), color-stop(47%, #ececed), color-stop(100%, #ececed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d5d5 0%, #ececed 47%, #ececed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d5d5 0%, #ececed 47%, #ececed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d5d5 0%, #ececed 47%, #ececed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6d5d5 0%, #ececed 47%, #ececed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d5d5', endColorstr='#ececed', GradientType=0);
  /* IE6-9 */
}
.heading .navbar-right .dropdown-menu li {
  margin: 0;
}
.heading .navbar-right .dropdown-menu a {
  text-transform: none;
  width: 100%;
  display: inline-block;
  color: #666;
  font-size: 90%;
}
.heading .navbar-right .dropdown-menu a:hover {
  background-color: #1cbbd8 !important;
  color: #fff;
}
.heading .navbar-right .button {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
}
.heading .navbar-right .button:hover,
.heading .navbar-right .button:active {
  border-bottom: 2px solid #B25E5E;
}
.banner {
  width: 100%;
  background: transparent url('/images/bg-bnr.jpg') no-repeat top center;
  /*background-size: 100% 100%;*/
  background-size: cover;
  -webkit-box-shadow: inset 0px 8px 10px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 8px 10px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 8px 10px 0px rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid #dadada;
}
.banner .bnr-vp {
  width: 83.3333%;
  height: auto;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  /*TODO*/
}
.banner .bnr-vp p.bnr-txt {
  text-align: justify;
  width: 80%;
  margin: 0 auto;
  font-size: 130%;
  line-height: 1.3;
}
.banner .bnr-vp button.free-trial {
  font-size: 150%;
}
.banner .bnr-vp h1 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 390%;
}
.banner .bnr-vp .screen-img {
  display: none;
}
.button,
button.free-trial {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ef4c25;
  border-bottom: 2px solid #b33332;
  background: #f5854f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5854f -1%, #f5854f 0%, #f5854f 33%, #ef4c25 71%, #ef4c25 71%, #ef4c25 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #f5854f), color-stop(0%, #f5854f), color-stop(33%, #f5854f), color-stop(71%, #ef4c25), color-stop(71%, #ef4c25), color-stop(100%, #ef4c25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5854f -1%, #f5854f 0%, #f5854f 33%, #ef4c25 71%, #ef4c25 71%, #ef4c25 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5854f -1%, #f5854f 0%, #f5854f 33%, #ef4c25 71%, #ef4c25 71%, #ef4c25 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5854f -1%, #f5854f 0%, #f5854f 33%, #ef4c25 71%, #ef4c25 71%, #ef4c25 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5854f -1%, #f5854f 0%, #f5854f 33%, #ef4c25 71%, #ef4c25 71%, #ef4c25 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5854f', endColorstr='#ef4c25', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button:hover,
button.free-trial:hover,
.button:active,
button.free-trial:active,
.button:visited,
button.free-trial:visited {
  color: #fff !important;
}
.button:hover,
button.free-trial:hover,
.button:active,
button.free-trial:active {
  border: 1px solid #ed5f40;
  border-bottom: 2px solid #B25E5E;
  background: #f49d75;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f49d75 -1%, #f49d75 30%, #ef4c25 71%, #ed5f40 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #f49d75), color-stop(30%, #f49d75), color-stop(71%, #ef4c25), color-stop(100%, #ed5f40));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f49d75 -1%, #f49d75 30%, #ef4c25 71%, #ed5f40 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f49d75 -1%, #f49d75 30%, #ef4c25 71%, #ed5f40 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f49d75 -1%, #f49d75 30%, #ef4c25 71%, #ed5f40 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f49d75 -1%, #f49d75 30%, #ef4c25 71%, #ed5f40 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49d75', endColorstr='#ed5f40', GradientType=0);
  /* IE6-9 */
}
button.button-alt,
.button-alt,
button.free-trial.button-alt {
  border: 1px solid #63b6cf;
  background: #86d5ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #86d5ed 0%, #63b6cf 57%, #63b6cf 57%, #63b6cf 65%, #63b6cf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86d5ed), color-stop(57%, #63b6cf), color-stop(57%, #63b6cf), color-stop(65%, #63b6cf), color-stop(100%, #63b6cf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #86d5ed 0%, #63b6cf 57%, #63b6cf 57%, #63b6cf 65%, #63b6cf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #86d5ed 0%, #63b6cf 57%, #63b6cf 57%, #63b6cf 65%, #63b6cf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #86d5ed 0%, #63b6cf 57%, #63b6cf 57%, #63b6cf 65%, #63b6cf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #86d5ed 0%, #63b6cf 57%, #63b6cf 57%, #63b6cf 65%, #63b6cf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86d5ed', endColorstr='#63b6cf', GradientType=0);
  /* IE6-9 */
  border-bottom: 2px solid #3e7a8c;
}
button.button-alt:hover,
.button-alt:hover,
button.free-trial.button-alt:hover,
button.button-alt:active,
.button-alt:active,
button.free-trial.button-alt:active {
  border: 1px solid #bbdfe8;
  background: #bbdfe8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbdfe8 0%, #63b6cf 57%, #8abfce 100%, #92c1ce 100%, #8ec0ce 100%, #92c1ce 100%, #8abfce 101%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbdfe8), color-stop(57%, #63b6cf), color-stop(100%, #8abfce), color-stop(100%, #92c1ce), color-stop(100%, #8ec0ce), color-stop(100%, #92c1ce), color-stop(101%, #8abfce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbdfe8 0%, #63b6cf 57%, #8abfce 100%, #92c1ce 100%, #8ec0ce 100%, #92c1ce 100%, #8abfce 101%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbdfe8 0%, #63b6cf 57%, #8abfce 100%, #92c1ce 100%, #8ec0ce 100%, #92c1ce 100%, #8abfce 101%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bbdfe8 0%, #63b6cf 57%, #8abfce 100%, #92c1ce 100%, #8ec0ce 100%, #92c1ce 100%, #8abfce 101%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bbdfe8 0%, #63b6cf 57%, #8abfce 100%, #92c1ce 100%, #8ec0ce 100%, #92c1ce 100%, #8abfce 101%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdfe8', endColorstr='#8abfce', GradientType=0);
  /* IE6-9 */
  border-bottom: 2px solid #5B7D87;
}
.page-container .body-content .body-container {
  padding: auto 12px;
}
.body-content {
  min-height: 600px;
}
.body-content a {
  font-weight: bold;
  text-decoration:underline;
}
.body-content p:last-child {
  padding-bottom: 25px;
}
.body-content img {
  max-width: 100%;
}
.body-content p.j {
  text-align: justify;
}
.body-content table td {
  padding: 2px;
}
#push, footer{
	height:239px;}

footer .body-container{	
  max-width: 1200px;
  margin:0px auto;}

footer {
  color: #494949;
  margin-top: -18px;
}
footer p,
footer ul li {
  color: #494949;
  font-size: 90%;
}
footer nav ul {
  list-style: none;
  padding-left: 0;
}
footer nav a,
footer nav a:hover,
footer nav a:active,
footer nav a:visited {
  color: #858585;
  white-space: nowrap;
}
footer nav a.selected,
footer nav a.selected:hover,
footer nav a.selected:active,
footer nav a.selected:visited {
  color: #fff;
  text-decoration: none;
}
footer h5 {
  color: #fff;
  font-size: 130%;
}
footer .prefoot {
  padding-bottom: 30px;
}
footer .subfoot {
  color: #b7b7b8;
  background-color: #292929;
}
footer .subfoot p {
  color: #b7b7b8;
  margin: 0px;
}
footer .subfoot ul {
  margin-bottom: 0px;
}
footer .subfoot ul.rightnav {
  text-align: right;
}
footer .subfoot ul.rightnav li {
  width: auto;
  display: inline-block;
}
footer .subfoot a,
footer .subfoot a:hover,
footer .subfoot a:active,
footer .subfoot a:visited {
  color: #b7b7b8;
}
footer .supfoot {
  background-color: #38383a;
  color: #fff;
}
footer .social, .social {
  width: 40px;
  height: 40px;
  margin: 2px;
  background-repeat: no-repeat;
  display: inline-block;
}
footer .social .fa,  .social .fa {
  color: #1cb8d6;
  font-size: 40px;
}
footer .newsletter {
  width: 75%;
  min-width: 275px;
  max-width: 300px;
  margin: 0 auto;
}
footer .newsletter .form-group .input-group {
  border: 2px solid #1cb8d6;
  border-radius: 7px;
}
footer .newsletter .form-group .input-group input {
  background-color: #737373;
  color: #000;
  border: 1px solid transparent;
}
footer .newsletter .form-group .input-group input:active {
  border: 1px solid #333;
}
footer .connect {
  width: 200px;
  margin: 0 auto;
}
/* Pages
-------------------------------------------------------------------------------*/
/*PLANS PAGES STYLES*/
.plans.gen {
  width: 804px;
  margin: 0 auto;
}
.plans.gen .plan {
  float: left;
  background-color: #edeeee;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-left: 1px solid #D8DADA;
  border-right: 1px solid #D8DADA;
  width: 238px;
}
.plans.gen .plan.lite {
  z-index: -1;
}
.plans.gen .plan.alt {
  width: 330px;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  position: relative;
}
.plans.gen .plan.alt .features.product-selects .feature {
  padding-left: 60px;
}
.plans.gen .plan.alt .features.product-selects .feature .save {
  margin-left: 36px;
}
.plans.gen .plan.plan-cta {
  width: 100%;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-left: 1px solid #D8DADA;
  border-right: 1px solid #D8DADA;
  margin-top: -1px;
}
.plans.gen .plan.plan-head {
  width: 100%;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.25);
}
.plans.gen .plan.nr {
  margin: 0 auto;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  border-right: none;
}
.plans.gen .plan.nr .features li:first-child {
  height: auto;
  padding: 12px;
}
.plans.gen .plan.vals label {
  display: none;
}
.plans.gen .plan .price {
  color: #fff;
  width: 232px;
  height: 176px;
  margin: 0 auto;
  margin-top: -1px;
  background: url("/images/bg-blue-banner-ribbon.png") no-repeat top center;
}
.plans.gen .plan .price.alt {
  background: url("/images/bg-orange-banner-ribbon.png") no-repeat top center;
}
.plans.gen .plan .price h1 {
  color: #fff;
  font-size: 390%;
  font-weight: normal;
  margin-top: 0;
}
.plans.gen .plan .price h1 sup {
  top: -0.75em;
  font-size: 50%;
  font-weight: normal;
  padding-right: 4px;
}
.plans.gen .plan .price h1 sub {
  font-size: 25%;
  font-weight: normal;
  margin-left: -12px;
  font-family: 'Arvo', serif;
  top: 0;
}
.plans.gen .plan .price p {
  margin-top: 32px;
  margin-bottom: 0;
}
.plans.gen .plan .features ul {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-left: 4px;
}
.plans.gen .plan .features li,
.plans.gen .plan .features div.feature {
  text-align: center;
  font-size: 120%;
  letter-spacing: -0.5px;
  border-top: 1px solid white;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  margin-left: -4px;
  width: 100%;
}
.plans.gen .plan .features li:first-child,
.plans.gen .plan .features div.feature:first-child {
  border-top: none;
  height: 1px;
  padding: 0;
  min-height: 0;
}
.plans.gen .plan .features li:last-child,
.plans.gen .plan .features div.feature:last-child {
  border-bottom: none;
  height: 1px;
  padding: 0;
  min-height: 0;
}
.plans.gen .plan .features li.np,
.plans.gen .plan .features div.feature.np {
  padding-top: 4px;
  padding-bottom: 0;
}
.plans.gen .plan .features li .fa-check,
.plans.gen .plan .features div.feature .fa-check {
  color: #f36e2c;
  font-size: 130%;
}
.plans.gen .plan .features li .inp,
.plans.gen .plan .features div.feature .inp {
  width: 16px;
  vertical-align: top;
  display: inline-block;
}
.plans.gen .plan .features li .paren,
.plans.gen .plan .features div.feature .paren {
  font-size: 80%;
  top: -8px;
  position: relative;
  height: 1px;
  overflow: visible;
}
.plans.gen .plan .features li .save,
.plans.gen .plan .features div.feature .save {
  color: #fff;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  font-weight: normal;
  letter-spacing: 1px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0;
  background-color: #80c042;
  text-align: center;
  font-size: 96%;
  line-height: 1;
  padding-top: 3px;
  position: relative;
  top: -8px;
}
.plans.gen .plan .features li .save span,
.plans.gen .plan .features div.feature .save span {
  font-size: 80%;
}
.plans.gen .plan .features div.feature {
  margin-left: 0;
  padding-bottom: 4px;
  min-height: 67px;
}
.plans.gen .plan .features div.feature.lite {
  height: 201px;
}
.plans.gen .plan .features div.feature.lite label {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}
.plans.gen .plan .features.product-selects {
  background-color: #fff;
  margin-top: -3px;
}
.plans.gen .plan .features.product-selects .feature {
  text-align: left;
}
.plans.gen .plan .features.product-selects .feature label {
  width: 136px;
}
.plans.gen .plan .features-link {
  display: none;
}
.plans.gen .plan .features-link p.plan-desc {
  text-align: left;
  padding: 0 6px;
  color: #333;
  font-size: 90%;
}
.plans.gen .plan .features-link .show-link,
.plans.gen .plan .features-link .hide-link {
  text-align: center;
  padding: 4px;
}
.plans.gen .plan .features-link .hide-link {
  display: none;
}
.plans.gen .plan .cta {
  padding: 12px 0;
}
/*MAIN PLANS PAGE STYLES*/
.usenet-plans .subhead {
  color: #efefef;
  background-color: #292929;
}
.usenet-plans .subhead p {
  color: #efefef;
  margin: 8px 0px;
}
.usenet-plans .subhead a,
.usenet-plans .subhead a:hover,
.usenet-plans .subhead a:active,
.usenet-plans .subhead a:visited {
  color: #efefef;
  text-decoration:underline;
}
.usenet-plans .subhead h1 {
  text-align: right;
  color: #fff;
  font-weight: normal;
  margin: 12px 0;
}
.usenet-plans .show-plans .plans {
  margin-top: 90px;
}
.usenet-plans .show-plans .large-shadow {
  background-size: 80%;
  width: 100%;
}
.usenet-plans .show-plans .plans.gen {
  width: 1058px;
}
.usenet-plans .show-plans .plans.gen .plan {
  border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.usenet-plans .show-plans .plans.gen .plan.rad {
  border-bottom-right-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
}
.usenet-plans .show-plans .plans.gen .plan.headings {
  width: 254px;
  border-top-left-radius: 16px;
  -moz-border-top-left-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.usenet-plans .show-plans .plans.gen .plan.headings .features li {
  text-align: left;
  color: #333;
}
.usenet-plans .show-plans .plans.gen .plan.headings .head {
  background-color: transparent;
}
.usenet-plans .show-plans .plans.gen .plan.headings .price {
  background-image: none;
}
.usenet-plans .show-plans .plans.gen .plan.headings .cta p {
  font-size: 120%;
  color: #333;
  text-align: left;
  padding-left: 12px;
  padding-bottom: 11px;
}
.usenet-plans .show-plans .plans.gen .plan .features li {
  max-height: 48px;
  height: 48px;
}
.usenet-plans .show-plans .plans.gen .plan .features li label {
  font-weight: normal;
  color: #333;
}
.usenet-plans .show-plans .plans.gen .plan .features li label:after {
  content: ":";
}
.usenet-plans .show-plans .plans.gen .plan .features li.np {
  line-height: 1.35;
}
.usenet-plans .show-plans .plans.gen .plan .features li:last-child {
  height: 1px;
}
.usenet-plans .show-plans .plans.gen .plan .features li .fa-check {
  font-size: 170%;
  padding: 6px 0 9px;
  color: #1cbbd8;
}
.usenet-plans .show-plans .plans.gen .plan .features li .fa-check.alt {
  color: #f36e2c;
}

.usenet-plans .show-plans .plans.gen .plan .features li .fa-times {
  font-size: 170%;
  padding: 6px 0 9px;
  color: #1cbbd8;
}

/*HOME PAGE*/
.home .os-img {
  display: none;
  margin-top: 8px;
}
.home .screen-img {
  width: 100%;
}
.home .home-top h1 {
  text-transform: uppercase;
  font-size: 260%;
}
.home .home-top .plan {
  /*TODO*/
  width: 343px;
  height: 598px;
}
.home .home-top .plan div {
  border: 1px solid transparent;
}
.home .home-top .plan.lite,
.home .home-top .plan.unlimited {
  background: url('../images/unlimited-lte-back.png') no-repeat top center;
}
.home .home-top .plan.lite .head,
.home .home-top .plan.unlimited .head {
  height: 140px;
}
.home .home-top .plan.lite .head h2,
.home .home-top .plan.unlimited .head h2 {
  text-transform: uppercase;
  margin-top: 94px;
  color: #fff;
  font-weight: normal;
}
.home .home-top .plan.lite .price,
.home .home-top .plan.unlimited .price {
  height: 204px;
  color: #fff;
}
.home .home-top .plan.lite .price h1,
.home .home-top .plan.unlimited .price h1 {
  color: #fff;
  font-size: 390%;
  font-weight: normal;
  margin-top: 0;
}
.home .home-top .plan.lite .price h1 sup,
.home .home-top .plan.unlimited .price h1 sup {
  top: -0.75em;
  font-size: 50%;
  font-weight: normal;
  padding-right: 4px;
}
.home .home-top .plan.lite .price h1 sub,
.home .home-top .plan.unlimited .price h1 sub {
  font-size: 25%;
  font-weight: normal;
  padding-left: 4px;
  font-family: 'Arvo', serif;
}
.home .home-top .plan.lite .price p,
.home .home-top .plan.unlimited .price p {
  margin-top: 32px;
}
.home .home-top .plan.lite .features,
.home .home-top .plan.unlimited .features {
  height: 130px;
}
.home .home-top .plan.lite .features li,
.home .home-top .plan.unlimited .features li {
  text-align: center;
  font-size: 130%;
  border-top: 1px solid white;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  margin-left: -4px;
  width: 89%;
}
.home .home-top .plan.lite .features li:first-child,
.home .home-top .plan.unlimited .features li:first-child {
  border-top: none;
  height: 1px;
  padding: 0;
}
.home .home-top .plan.lite .features li:last-child,
.home .home-top .plan.unlimited .features li:last-child {
  border-bottom: none;
  height: 1px;
  padding: 0;
}
.home .home-top .plan.powerpack {
  background: url('../images/bg-powerpack.png') no-repeat top center;
}
.home .home-top .plan.powerpack .head {
  height: 65px;
}
.home .home-top .plan.powerpack .head h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
.home .home-top .plan.powerpack .bnr {
  height: 48px;
}
.home .home-top .plan.powerpack .bnr h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.home .home-top .plan.powerpack .price {
  height: 168px;
  color: #fff;
}
.home .home-top .plan.powerpack .price h1 {
  color: #fff;
  font-size: 390%;
  font-weight: normal;
  margin-top: 0;
}
.home .home-top .plan.powerpack .price h1 sup {
  top: -0.75em;
  font-size: 50%;
  font-weight: normal;
  padding-right: 4px;
}
.home .home-top .plan.powerpack .price h1 sub {
  font-size: 25%;
  font-weight: normal;
  padding-left: 4px;
  font-family: 'Arvo', serif;
}
.home .home-top .plan.powerpack .price p {
  margin-top: 16px;
}
.home .home-top .plan.powerpack .features {
  height: 196px;
}
.home .home-top .plan.powerpack .features li {
  text-align: center;
  font-size: 130%;
  border-top: 1px solid white;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  margin-left: -24px;
  width: 102%;
}
.home .home-top .plan.powerpack .features li:first-child {
  border-top: none;
  height: 1px;
  padding: 0;
}
.home .home-top .plan.powerpack .features li:last-child {
  border-bottom: none;
  height: 1px;
  padding: 0;
}
.home .home-bottom {
  background-color: #f3fafc;
}
.home .home-bottom .inner {
  background: url('../images/shadow-back.png') no-repeat top center;
}
.home .home-bottom .mobius-left,
.home .home-bottom .mobius-right {
  background-image: url('/images/mobius-back.png');
  height: 220px;
  max-width: 600px;
  padding-top: 16px;
  margin: 0 auto;
}
.home .home-bottom .mobius-left h3,
.home .home-bottom .mobius-right h3 {
  color: #fff;
  font-size: 165%;
  font-weight: normal;
}
.home .home-bottom .mobius-left p,
.home .home-bottom .mobius-right p {
  color: #333;
  width: 98%;
  text-align: justify;
}
.home .home-bottom .mobius-left .icon,
.home .home-bottom .mobius-right .icon {
  width: 100px;
  height: 100px;
  float: left;
  margin: 32px 12px 24px 33px;
  border: 1px solid transparent;
}
.home .home-bottom .mobius-left .icon.icon1,
.home .home-bottom .mobius-right .icon.icon1 {
  background: url('../images/IconFeat1.png') no-repeat top left;
}
.home .home-bottom .mobius-left .icon.icon2,
.home .home-bottom .mobius-right .icon.icon2 {
  background: url('../images/IconFeat2.png') no-repeat top left;
}
.home .home-bottom .mobius-left .icon.icon3,
.home .home-bottom .mobius-right .icon.icon3 {
  background: url('../images/IconFeat3.png') no-repeat top left;
}
.home .home-bottom .mobius-left .icon.icon4,
.home .home-bottom .mobius-right .icon.icon4 {
  background: url('../images/IconFeat4.png') no-repeat top left;
}
.home .home-bottom .mobius-left .icon.icon5,
.home .home-bottom .mobius-right .icon.icon5 {
  background: url('../images/IconFeat5.png') no-repeat top left;
}
.home .home-bottom .mobius-left .icon.icon6,
.home .home-bottom .mobius-right .icon.icon6 {
  background: url('../images/IconFeat6.png') no-repeat top left;
}
.home .home-bottom .mobius-left {
  background-position: top left;
}
.home .home-bottom .mobius-left p {
  width: 94%;
}
.home .home-bottom .mobius-left h3 {
  margin-top: 8px;
}
.home .home-bottom .mobius-right {
  background-position: top right;
}
.home .home-bottom .mobius-right .icon {
  margin-left: 50px;
}
.home .home-bottom .mobius-right h3 {
  margin-top: 8px;
}

p.get-started{font-size:16px;}

/*SUPPORT PAGE*/
.support {
  font-family: 'Montserrat', sans-serif;
  /*SUPPORT TABS */
}
.support h5 {
  background-color: #1cbbd8;
  padding: 8px;
  color: #fff;
}
.support .contact {
  padding-left: 12px;
}
.support .contact label {
  display: block;
  margin-bottom: 0px;
}
.support .contact .emails div {
  margin-bottom: 0px;
}
.support .browser img {
  float: left;
  margin-right: 8px;
}
.support .general-support {
  margin-top: 45px;
}
.support .support-topics-menu {
  display: none;
}
.support .support-topics-menu #tabSelectTopic {
  color: #1cbbd8;
  font-weight: bold;
}
.support .support-topics-menu #tabSelectTopic option:active {
  color: #1cbbd8;
  font-weight: bold;
}
.support .support-topics-menu #tabSelectTopic option:not(:checked) {
  color: #333;
  font-weight: normal;
}
.support .tabs-left > .nav-tabs {
  border-bottom: 0;
  width: 25%;
  float: left;
}
.support .tab-content > .tab-pane {
  margin-bottom: 50px;
  display: none;
  min-height: 400px;
}
.support .tab-content {
  width: 70%;
  float: left;
}
.support .tab-content.answers-list {
  width: 98%;
}
.support .tab-content .interior_hdr_sm {
  color: #666;
  font-size: 150%;
}
.support .tab-content .answers-list .bold {
  background-color: #1cbbd8;
  color: #fff;
  padding: 8px;
  display: block;
}
.support .tab-content .answers-list blockquote {
  padding: 0 8px;
}
.support .tab-content .answers-list blockquote .bold {
  background-color: transparent;
  color: #333;
}
.support .tab-content .answers-list .answer {
  border: 1px solid #1cbbd8;
  margin-bottom: 12px;
  margin-top: 12px;
}
.support .tab-content .answers-list .answer:first-child {
  margin-top: 32px;
}
.support .tab-content .answers-list p {
  padding: 8px;
}
.support .tab-content > .active {
  display: block;
}
.support .tabs-left > .nav-tabs > li {
  float: none;
}
.support .tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.support .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.support .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  font-weight: bold;
  color: #666;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.support .tabs-left > .nav-tabs > li > a:hover,
.support .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  color: #1cbbd8;
}
.support .tabs-left > .nav-tabs .active > a,
.support .tabs-left > .nav-tabs .active > a:hover,
.support .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color: #1cbbd8;
}
/*arrow on support page*/
.back-top {
  position: fixed;
  top: 50px;
  margin-left: -150px;
  display: none;
}
/*BROWSER PAGE*/
.browser p.lg {
  font-size: 150%;
}
.browser .features h3 {
  color: #1cbbd8;
  font-weight: normal;
}
.browser .icon {
  width: 89px;
  height: 89px;
  float: left;
  margin: 16px 12px 24px 33px;
  border: 1px solid transparent;
}
.browser .icon-brow1,
.browser .icon-brow2,
.browser .icon-brow3,
.browser .icon-brow4,
.browser .icon-brow5,
.browser .icon-brow6,
.browser .icon-brow7,
.browser .icon-brow8,
.browser .icon-brow9,
.browser .icon-brow10 {
  background: url('/images/browser-icons.png') no-repeat;
}
.browser .icon-brow3 {
  background-position: -101px -194px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow4 {
  background-position: -1px -387px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow5 {
  background-position: -96px -387px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow6 {
  background-position: -95px -300px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow7 {
  background-position: 0 -299px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow8 {
  background-position: -100px -99px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow9 {
  background-position: -102px 0;
  width: 87px;
  height: 87px;
}
.browser .icon-brow10 {
  background-position: -1px -200px;
  width: 87px;
  height: 87px;
}
.browser .icon-brow1 {
  background-position: -1px -100px;
  width: 89px;
  height: 89px;
}
.browser .icon-brow2 {
  background-position: -3px -2px;
  width: 87px;
  height: 87px;
}
/*PLAN CUSTOMIZER PAGE*/
.usenet-plan-customizer form {
  clear: left;
  padding-top: 24px;
}
.usenet-plan-customizer form input[type="radio"] {
  margin-left: 24px;
}
.usenet-plan-customizer form .bold {
  font-size: 112%;
}
.usenet-plan-customizer form label {
  font-weight: normal;
  font-size: 105%;
}
/*CUSTOMIZE PLAN - SUBMIT PAGE*/
.customize-plan .plans.gen {
  max-width: 1200px;
  width: 1200px;
}
.customize-plan .plans.gen .plan1,
.customize-plan .plans.gen .plan2,
.customize-plan .plans.gen .plan3,
.customize-plan .plans.gen .plan4 {
  width: 300px;
}
.customize-plan .plans.gen .plan .features .fa-check {
  font-size: 170%;
  padding: 6px 0 9px;
}
.customize-plan .plans.gen .plan .features ul.th li {
  text-align: left;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.customize-plan .plans.gen .plan .features ul.li {
  border-left: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
}
/*EASYNEWS PAGE*/
.easynews-xl-plan .plans.gen {
  max-width: 600px;
}
.easynews-xl-plan .plans.gen .plan {
  float: left;
  width: 300px;
  margin: 0 auto;
}
.easynews-xl-plan .plans.gen .plan.plan-pp {
  border-left: 1px solid #D8DADA;
}
.easynews-xl-plan .plans.gen .plan.plan-cta {
  width: 100%;
}
.easynews-xl-plan .plans.gen .plan.plan-easy {
  border-right: 1px solid #D8DADA;
}
.easynews-xl-plan .plans.gen .plan.plan-easy .features {
  margin-left: -3px;
}
.easynews-xl-plan .plans.gen .plan ul {
  margin-left: 0;
}
.easynews-xl-plan .plans.gen .plan ul.bdr {
  border-right: 1px solid #ccc;
}
.easynews-xl-plan .plans.gen .plan .head {
  -webkit-box-shadow: 2px 1px 2px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 1px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 1px 2px 0px rgba(50, 50, 50, 0.25);
}
.easynews-xl-plan .plans.gen .plan .features li {
  text-align: left;
  margin: 0;
  padding-left: 30px;
}
.easynews-xl-plan .plans.gen .plan .features li:first-child {
  height: auto;
  padding: 12px;
  padding-left: 30px;
}
.easynews-xl-plan .plans.gen .plan .features li.db {
  height: 89px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
  line-height: 1.3;
  margin-top: 8px;
  text-align: justify;
  font-size:14px;
}
.easynews-xl-plan .plans.gen .plan .features li .fa {
  color: #f36e2c;
  margin-left: 20px;
  font-size: 130%;
}
.easynews-xl-plan .col.easynews h2 {
  background: url('/images/easynews-header.png') no-repeat top center;
  margin-top: 15px !important;
}
.easynews-xl-plan .show-plans .plans .plan .head h2 {
  text-transform: none;
  margin-top: 0;
}
/*AFFILIATE PAGE*/
.affiliate-program h4 {
  color: #1cbbd8;
}
/*PARTNERS PAGES*/
.partners .partners-head {
  margin-top: 65px;
  max-width: 380px;
}
.partners .partners-head h1,
.partners .partners-head h3 {
  padding: 0;
  margin: 0;
}
.partners .partners-head h1 {
  font-size: 390%;
}
.partners .partners-head h3.left {
  margin-left: 20px;
}
.partners .partners-head h3.right {
  text-align: right;
  margin-right: 20px;
}
.partners .partner-top .plan {
  width: 384px;
  height: 404px;
}
.partners .partner-top .plan div {
  border: 1px solid transparent;
}
.partners .partner-top .plan.mo {
  background: url('/images/bg-1mo.png') no-repeat top center;
}
.partners .partner-top .plan.yr {
  background: url('/images/bg-1yr.png') no-repeat top center;
}
.partners .partner-top .plan.mo .head,
.partners .partner-top .plan.yr .head {
  height: 65px;
}
.partners .partner-top .plan.mo .head h2,
.partners .partner-top .plan.yr .head h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding-top: 8px;
  margin-top: 0;
  font-size: 160%;
}
.partners .partner-top .plan.mo .price,
.partners .partner-top .plan.yr .price {
  height: 208px;
  color: #fff;
}
.partners .partner-top .plan.mo .price h1,
.partners .partner-top .plan.yr .price h1 {
  color: #fff;
  font-size: 390%;
  font-weight: normal;
  margin-top: 0;
}
.partners .partner-top .plan.mo .price h1 sup,
.partners .partner-top .plan.yr .price h1 sup {
  top: -0.75em;
  font-size: 50%;
  font-weight: normal;
  padding-right: 4px;
}
.partners .partner-top .plan.mo .price h1 sub,
.partners .partner-top .plan.yr .price h1 sub {
  font-size: 25%;
  font-weight: normal;
  padding-left: 4px;
  font-family: 'Arvo', serif;
}
.partners .partner-top .plan.mo .price p,
.partners .partner-top .plan.yr .price p {
  margin-top: 16px;
}
.partners .partner-top .plan.mo .price .old-price,
.partners .partner-top .plan.yr .price .old-price {
  display: inline-block;
  font-size: 180%;
}
.partners .partner-top .plan.mo .price .old-price span.strike,
.partners .partner-top .plan.yr .price .old-price span.strike {
  display: inline-block;
  width: 89px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  margin-top: 15px;
  margin-left: -12px;
}
.partners .partner-top .plan.mo .features,
.partners .partner-top .plan.yr .features {
  height: 196px;
}
.partners .partner-top .plan.mo .features li,
.partners .partner-top .plan.yr .features li {
  text-align: center;
  font-size: 130%;
  border-top: 1px solid white;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  margin-left: -24px;
  width: 102%;
}
.partners .partner-top .plan.mo .features li:first-child,
.partners .partner-top .plan.yr .features li:first-child {
  border-top: none;
  height: 1px;
  padding: 0;
}
.partners .partner-top .plan.mo .features li:last-child,
.partners .partner-top .plan.yr .features li:last-child {
  border-bottom: none;
  height: 1px;
  padding: 0;
}
.partners .partner-top .plan .cta button {
  width: 50%;
}
.partners .prefoot h1 {
  text-transform: uppercase;
}
.partners .prefoot .btns button {
  width: 200px;
}
.partners .prefoot .btns.right {
  text-align: right;
}
.partners .prefoot .btns.left {
  text-align: left;
}
.partners .ribbon-head {
  width: 100%;
  max-width: 1020px;
  height: 90px;
  /*TODO*/
  background: url('../images/ribbon-heading.png') no-repeat center center;
  color: #fff;
  padding-top: 32px;
  margin: 0 auto;
}
.partners .ribbon-head h4 {
  font-weight: normal;
  font-size: 150%;
}
.partners .sub-plans {
  padding-bottom: 50px;
}
/*PLANS LAYOUT PAGES*/
.show-plans {
  /*TODO - heights and widths, also images*/
}
.show-plans .large-shadow {
  width: 976px;
  height: 44px;
  background: url("/images/large_shadow.png") no-repeat center center;
  margin: 34px auto 12px auto;
}
.show-plans .plans .plan div {
  border: 1px dotted transparent;
}
.show-plans .plans .plan .head {
  background-color: #73848e;
  height: 57px;
}
.show-plans .plans .plan .head h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: normal;
}
.show-plans .plans .plan.powerpack {
  margin-top: -24px;
}
.show-plans .plans .plan.powerpack .sup-head h4 {
  padding: 18px 12px;
  margin: 0;
  text-transform: uppercase;
  background-color: #80c042;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-weight: normal;
  letter-spacing: 1px;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  margin-top: -90px;
  text-align: center;
}
.show-plans .plans .plan.powerpack .sup-head h4 .sm {
  font-size: 88%;
  font-weight: normal;
  letter-spacing: normal;
}
.show-plans .plans .plan.powerpack .head {
  height: 80px;
  background-color: #384e5d;
}
.show-plans .plans .plan.powerpack .head h2 {
  margin-top: 36px;
}
.newshosting-easynews-partnership span.bold {
  font-size: 130%;
  color: #2a7abf;
  display: inline-block;
  padding-right: 8px;
}

/***----------VPN---------------****/

.vpn {
  font-family: 'Montserrat', sans-serif;
  /*SUPPORT TABS */
}

.vpn .general-support {
  margin-top: 45px;
}
.vpn .vpn-topics-menu {
  display: none;
}
.vpn .vpn-topics-menu #tabSelectTopic {
  color: #1cbbd8;
  font-weight: bold;
}
.vpn .vpn-topics-menu #tabSelectTopic option:active {
  color: #1cbbd8;
  font-weight: bold;
}
.vpn .vpn-topics-menu #tabSelectTopic option:not(:checked) {
  color: #333;
  font-weight: normal;
}
.vpn .tabs-left > .nav-tabs {
  border-bottom: 0;
  width: 15%;
  float: left;
}
.vpn .tab-content > .tab-pane {
  margin-bottom: 50px;
  display: none;
  min-height: 400px;
}
.vpn .tab-content {
  width: 83%;
  float: left;
}

.vpn .vpn_setup.tab-content {
  width: 100%;
  float: left;
}


.vpn .tab-content.answers-list {
  width: 98%;
}
.vpn .tab-content .interior_hdr_sm {
  color: #666;
  font-size: 150%;
}
.vpn .tab-content .answers-list .bold {
  background-color: #1cbbd8;
  color: #fff;
  padding: 8px;
  display: block;
}
.vpn .tab-content .answers-list blockquote {
  padding: 0 8px;
}
.vpn .tab-content .answers-list blockquote .bold {
  background-color: transparent;
  color: #333;
}
.vpn .tab-content .answers-list .answer {
  border: 1px solid #1cbbd8;
  margin-bottom: 12px;
  margin-top: 12px;
}
.vpn .tab-content .answers-list .answer:first-child {
  margin-top: 32px;
}
.vpn .tab-content .answers-list p {
  padding: 8px;
}
.vpn .tab-content > .active {
  display: block;
}
.vpn .tabs-left > .nav-tabs > li {
  float: none;
}
.vpn .tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.vpn .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.vpn .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  font-weight: bold;
  color: #666;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vpn .tabs-left > .nav-tabs > li > a:hover,
.vpn .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  color: #1cbbd8;
}
.vpn .tabs-left > .nav-tabs .active > a,
.vpn .tabs-left > .nav-tabs .active > a:hover,
.vpn .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color: #1cbbd8;
}

.vpn-top {
  position: fixed;
  top: 50px;
  margin-left: -150px;
  display: none;
}

.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

h4.panel-title{
	cursor:pointer;}
	

.vpn .vpn-setup-tabs {
  border-bottom: none;
  margin:30px 0px;
  text-align:center;
}
.vpn .vpn-setup-tabs > li {
	margin:0px 10px;
	float:none;
	display:inline-block;}

.vpn .vpn-setup-tabs > li > a{
	border-radius: 5px;
	border:2px solid transparent;
	}
	
.setup_icon{
	display:block;
	width:140px;
	height:140px;
	text-align:center;}
	
	
.windows_icon{
	background:url("/images/windows.png") no-repeat top center;}
.vpn .nav-tabs > li > a.windows_icon:hover,
.vpn .nav-tabs > li.active > a.windows_icon{
	background:url("/images/windows.png") no-repeat top center;
	border: 2px solid #1CBBD8;
	background-color:#fff;}
	

.mac_icon{
	background:url("/images/macosx.png") no-repeat top center;}
.vpn .nav-tabs > li > a.mac_icon:hover,
.vpn .nav-tabs > li.active > a.mac_icon{
	background:url("/images/macosx.png") no-repeat top center;
	border: 2px solid #1CBBD8;
	background-color:#fff;}
	

.icon_text{
	display:block; margin-top:85px;}
	
	
.software_bkgrd{background-color:#efefef; border: 2px solid #ccc; border-radius:5px;}
	
.vpn #setup-tabs .tab-content{margin:0px auto; float:none;}
.vpn #setup-tabs .tab-content > .tab-pane{min-height:inherit !important;}

.vpn .tab-content.answers-list {
  width: 98%;
}
.vpn .tab-content .answers-list .bold {
  background-color: #1cbbd8;
  color: #fff;
  padding: 8px;
  display: block;
}
.vpn .tab-content .answers-list .answer {
  border: 1px solid #1cbbd8;
  margin-bottom: 12px;
  margin-top: 12px;
}
.vpn .tab-content .answers-list .answer:first-child {
  margin-top: 32px;
}
.vpn .tab-content .answers-list p {
  padding: 8px;
}

	
/* Different size screens
-------------------------------------------------------------------------------*/
/*Phones portrait */
@media only screen and (max-width:320px){
	.heading {
		height:80px;}
		
	.heading .logo {
  	background-size: 222px 35px;
    width: 222px;
	height: 35px;
	margin-top: 20px;
}
	.navbar-toggle {
	margin-top:20px;}
}



@media only screen and (max-width: 650px) {
  /*and (orientation : portrait) { */
  /*SUPPORT PAGE*/
  .support #tabbyTabs, .vpn #tabbyTabs {
    display: none;
  }
  .support .support-topics-menu, .vpn .vpn-topics-menu {
    display: block;
  }
  
  .vpn .vpn-topics-menu{
	  margin-bottom:20px;}
	  
 .support .tab-content, .vpn .tab-content {
    width: 100%;
  }
  .support .tabs-left > .nav-tabs, .vpn .tabs-left > .nav-tabs {
    width: 29%;
  }

.vpn .tab-content {
  width: 100% !important;
}

}

/*Very Low Width: < 767 */
@media only screen and (max-width: 767px) {
  .heading .logo {
    z-index: 20000;
    position: relative;
  }
  .heading .navbar-right .dropdown-menu {
    margin-top: 0;
    width: 96%;
  }
  .heading .navbar-right li {
    padding-left: 14px;
    max-width: 90%;
  }
  .heading .navbar-right li.sign-up {
    margin-left: 15px;
  }
  .heading .navbar-collapse {
    padding-bottom: 20px;
  }
  .heading .navbar-collapse .mainnav {
    max-width: 100%;
  }
  .navbar-default {
    z-index: 10000;
  }
  p.get-started {
    max-width: 90%;
    margin-left: 16px;
  }
  .home .home-bottom h1 {
    padding-top: 30px;
  }
  .home .home-bottom .mobius-left,
  .home .home-bottom .mobius-right {
    padding-top: 16px;
  }
  .home .home-bottom .mobius-left .icon,
  .home .home-bottom .mobius-right .icon {
    margin: 0 2px 0 0;
    width: 60px;
    height: 180px;
  }
  .home .home-bottom .mobius-left .icon.icon1,
  .home .home-bottom .mobius-right .icon.icon1,
  .home .home-bottom .mobius-left .icon.icon2,
  .home .home-bottom .mobius-right .icon.icon2,
  .home .home-bottom .mobius-left .icon.icon3,
  .home .home-bottom .mobius-right .icon.icon3,
  .home .home-bottom .mobius-left .icon.icon4,
  .home .home-bottom .mobius-right .icon.icon4,
  .home .home-bottom .mobius-left .icon.icon5,
  .home .home-bottom .mobius-right .icon.icon5,
  .home .home-bottom .mobius-left .icon.icon6,
  .home .home-bottom .mobius-right .icon.icon6 {
    background-size: 60px;
  }
  .home .home-bottom .mobius-left h3,
  .home .home-bottom .mobius-right h3 {
    margin-top: 0;
  }
  footer nav,
  footer .subfoot ul.rightnav,
  footer .copy {
    text-align: center;
  }
  footer .subfoot ul {
    padding-left: 0;
  }
  .dropdown-menu > li > a:hover{padding:2px 20px;}
}
/*Low Width: < 991 */
@media only screen and (max-width: 991px) {
  .home .home-bottom h1 {
    padding-top: 30px;
  }
  /*headings*/
  .usenet-plans .subhead,
  .usenet-plan-customizer h1.center,
  .body-content h1:first-child {
    padding-top: 42px;
  }
  .support .body-content h1:first-child {
    padding-top: 0;
  }
  .partners .prefoot .btns.right {
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .partners .prefoot .btns.left {
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  footer nav {
    text-align: center;
  }
  .page-container .body-container {
    padding: 0 8px;
  }
  /*PLANS PAGES LAYOUT STYLES*/
  .show-plans .plans.gen {
    width: 100%;
    padding: 12px;
  }
  .show-plans .plans.gen .plan {
    float: none;
  }
  .show-plans .plans.gen .plan-col-sm,
  .show-plans .plans.gen .plan-col-lg {
    margin: 0 auto 28px auto;
  }
  .show-plans .plans.gen .plan-col-lg {
    margin-top: 75px;
  }
  .show-plans .large-shadow {
    display: none;
  }
  .plans.gen .plan.plan-cta,
  .plans.gen .plan.plan-head {
    width: 300px;
    margin: 0 auto;
  }
  .plans.gen .plan.vals label {
    display: block;
  }
  .plans.gen .plan.headings {
    display: none;
  }
  .plans.gen .plan .features {
    display: none;
  }
  .plans.gen .plan .features.product-selects {
    display: block;
  }
  .plans.gen .plan .features-link {
    display: block;
  }
  .customize-plan .plans.gen .plan .features,
  .easynews-xl-plan .plans.gen .plan .features {
    display: block;
  }
  .easynews-xl-plan .plans.gen .plan.plan-cta {
    width: 300px;
  }
  /*MAIN PLANS PAGE STYLES*/
  .usenet-plans .subhead h1 {
    text-align: left;
  }
  .usenet-plans .show-plans .plans {
    margin-top: auto;
  }
  .usenet-plans .show-plans .plans.gen {
    width: 100%;
  }
  .usenet-plans .show-plans .plans.gen .plan .features li {
    max-height: none;
    height: auto;
  }
  /*browser page*/
  .browser .home-bottom .row.tpadxx {
    padding-top: 0;
  }
  .browser .home-bottom .row.tpadxx:before {
    content: "";
    display: initial;
  }
  .browser .home-bottom .col-md-6 {
    clear: left;
    border-top: 1px dotted #2a7abf;
  }
  .browser .home-bottom .col-md-6.nbr {
    border-top: none;
  }
  .browser .home-bottom .col-md-6 h3 {
    padding-top: 24px;
  }
  .dropdown-menu > li > a:hover{padding:2px 20px;}
  
.vpn_features div{text-align:center;}


.vpn .tab-content {
  width: 75%;
  float: left;
}
}
/*Lower Width: between 768 and 991*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading .navbar-right {
    font-size: 100%;
    margin-top: -15px;
    margin-left: 12px !important;
	float:left !important;
  }
  .heading .navbar-right .dropdown-menu {
    margin-top: 11px;
  }
  .heading .navbar-nav > li > a{
	  margin-right:10px;}
	  
  .heading .logo {
    z-index: 20000;
    position: relative;
  }
  .heading .navbar-collapse{
	  height:120px !important;}
}
/*Lower Width: between 992 and 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
  .heading .navbar-right {
    font-size: 100%;
    margin-right: 8px !important;
  }
  
  .heading .navbar-nav > li > a{
	  margin-right:10px;}
  .heading .navbar-default {
    background-color: transparent;
  }
  .customize-plan .plans.gen {
    width: 800px;
  }
  .customize-plan .plans.gen .plan .features li {
    height: 75px;
  }
  .customize-plan .plans.gen .plan .features li:last-child {
    height: 1px;
  }
  .customize-plan .plans.gen .plan1,
  .customize-plan .plans.gen .plan2,
  .customize-plan .plans.gen .plan3,
  .customize-plan .plans.gen .plan4 {
    width: 200px;
  }
  .plans.gen .plan .features {
    display: block !important;
  }
}
/*Lower Width: < 1200*/
/*Standard Width: > 1199, between 1200 and 1499*/
@media only screen and (min-width: 1199px) {
  .plans.gen .plan .features {
    display: block !important;
  }
  .dropdown-menu > li > a:hover{padding:2px 20px;}
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, 
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color:#DDD;}
  
	html,
	body{
		height:100%;}

  .page-container {
  width: 100%;
  min-height:100%;
  height:auto !important;
  height:100%;
  margin:0 auto -239px;
}
}
/*Hi Width > 1500*/
