/* Fonts
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(seamtrak-iconfont.css);
/* Nonresponsive Bootstrap Code
================================================== */
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
body {
  min-width: 970px;
  padding-top: 70px;
  padding-bottom: 30px;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}

.page-header .lead {
  margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container {
  width: 970px;
  max-width: none !important;
}

/* Demonstrate the grids */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Utility Classes
================================================== */
.triangle, .dropdown-menu:before, .dropdown-menu:after, .nav-pills > li.active:after {
  width: 0;
  height: 0;
  display: inline-block;
}

.circle, [data-toggle="buttons"] .btn-info, .btn-info[data-toggle="button"] .badge, .btn-switch:before, .btn-switch:after {
  border-radius: 100px;
}

.no-border, .form-control, [data-toggle="buttons"] .btn-info, .well, .panel .panel-heading,
.panel .panel-footer, .nav-pills, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li:hover > a, .nav-pills > li:hover > a:hover, .nav-pills > li:hover > a:focus {
  border: none;
}

.no-background, [data-toggle="buttons"] .btn-info, .panel {
  background: none;
}

.no-box-shadow, [data-toggle="buttons"] .btn-info, .btn-info.active[data-toggle="button"], .dropdown-menu {
  box-shadow: none;
}

.no-border-radius, .form-control {
  border-radius: 0;
}

/* Base Styles
================================================== */
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #141f28 url(../img/bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

input, textarea, select {
  -webkit-font-smoothing: antialiased;
}

a, a:focus, .btn-link {
  color: #fff;
  outline:0;
}
a:hover, a:active, .btn-link:hover, .btn-link:active, .dropdown-toggle:focus {
  text-decoration: none;
}

.form a {
  color: #4f85ad;
}
small a {
  color: #7792a9;
}
small a .outlined {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #4f85ad;
}

h1, .h1 {
  font-size: 38px;
}

h2, .h2 {
  font-size: 23px;
}

big {
  font-size: 29px;
  color: #fff;
}

small {
  color: #7792a9;
}

label {
  font-weight: normal;
}
label small {
  color: #82929c;
}

img {
  max-width: 100%;
}

/* Icons
================================================== */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.icon-lg {
  font-size: 32px;
  margin-right: 5px;
}

/* BS Forms
================================================== */
.form-control::-webkit-input-placeholder {
  color: #63717a;
}

.form-control:-moz-placeholder {
  color: #63717a;
}

.form-control::-moz-placeholder {
  color: #63717a;
}

.form-control:-ms-input-placeholder {
  color: #63717a;
}

.form-control {
  color: #fff;
  background: #0c141a;
  background: rgba(12, 20, 26, 0.6);
}

.has-error .form-control {
	border-color: #a94442;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169,68,66,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169,68,66,.6);
}

.input-lg, .form-horizontal .form-group-lg .form-control {
  font-size: 21px;
  height: 50px;
}

.input-md, .form-horizontal .form-group-md .form-control {
  font-size: 19px;
  height: 40px;
}

label {
  font-size: 16px;
}

.help-block {
  font-size: 12px;
  color: #7792a9;
}

.form-submit {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.btn {
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 27px;
  height: 70px;
  padding: 12px 88px;
}

.btn-md, .btn-group-md > .btn {
  font-size: 19px;
}
.form-submit .btn-md, .form-submit .btn-group-md > .btn {
  padding: 10px 45px;
}

#achievementsPage .btn-achievement {
	width:482px;
	margin:2px;
	display:inline-block;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 16px;
}

.btn-default, .btn-switch {
  text-shadow: 0 1px 0 #fff;
  background: #dfdfdf;
  border-color: #dfdfdf;
}
.btn-default, .btn-switch, .btn-default:focus, .btn-switch:focus, .btn-default:hover, .btn-switch:hover, .btn-default:active, .btn-switch:active {
  color: #a1a1a1;
}

.btn-warning, .btn-switch.active {
  text-shadow: 0 1px 2px #573D00;
  background-color: #ffb915;
  border-color: #ffb915;
}
.btn-warning, .btn-switch.active, .btn-warning:focus, .btn-switch.active:focus, .btn-warning:hover, .btn-switch.active:hover, .btn-warning:active, .btn-switch.active:active {
  color: #fff;
}

.btn-info {
  background-color: #1a2c3b;
  border-color: #1a2c3b;
  /* data-toggle="button" */
}
.btn-info, .btn-info:focus, .btn-info:hover, .btn-info:active {
  color: #7792a9;
}
.btn-info:focus, .btn-info:hover, .btn-info:active {
  background-color: #172734;
  border-color: #172734;
}
.btn-info .badge {
  color: #778c9d;
  background: #0f1d29;
}
[data-toggle="buttons"] .btn-info {
  min-width: 55px;
  margin: 0 2px;
  padding: 5px 10px;
}
[data-toggle="buttons"] .btn-info.active {
  color: #ffb915;
  background: #324454;
}
.btn-info[data-toggle="button"] {
  padding: 15px;
  display: table-cell;
}
.btn-info[data-toggle="button"].btn-block {
  display: block;
}
.btn-info[data-toggle="button"] .btn-text, .btn-info[data-toggle="button"] .icon, .btn-info[data-toggle="button"] .badge {
  display: table-cell;
  vertical-align: middle;
}
.btn-info[data-toggle="button"] strong, .btn-info[data-toggle="button"] .badge {
  text-shadow: 0 3px 4px #000;
}
.btn-info[data-toggle="button"] .btn-text {
  line-height: 1.1;
  text-align: left;
  width: 100%;
  padding-left: 10px;
}
.btn-info[data-toggle="button"] .icon {
  font-size: 30px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.btn-info[data-toggle="button"] .icon-check {
  display: none;
}
.btn-info[data-toggle="button"] .icon-padlock {
  display: table-cell;
  color: #485662;
}
.btn-info[data-toggle="button"] strong {
  font-weight: normal;
  color: #778c9d;
}
.btn-info[data-toggle="button"] .help-text {
  font-size: 12px;
  color: #45596a;
}
.btn-info[data-toggle="button"] .badge {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 25px;
}
.btn-info.active[data-toggle="button"] {
  color: #fff;
  background-color: #ffb915;
  border-color: #ffb915;
}
.btn-info.active[data-toggle="button"] strong, .btn-info.active[data-toggle="button"] .badge {
  color: #fff;
  text-shadow: 0 1px 2px #573D00;
}
.btn-info.active[data-toggle="button"] .icon-check {
  display: table-cell;
  line-height: 1;
  text-shadow: 0 0 2px #573D00;
}
.btn-info.active[data-toggle="button"] .icon-padlock {
  display: none;
}
.btn-info.active[data-toggle="button"] .help-text {
  color: #7f6d43;
}
.btn-info.active[data-toggle="button"] .badge {
  color: #fff;
  background: #dfa211;
}

.btn-primary {
  background: #718699;
  border-color: #718699;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background-color: #5a6c7d;
  border-color: #5a6c7d;
}

.btn-link:focus, .btn-link:hover, .btn-link:active {
  color: #ffb915;
}
.btn-link:focus .text-muted, .btn-link:hover .text-muted, .btn-link:active .text-muted {
  color: inherit;
}

/* Custom element for toggling states.
Unstyled except to set the visibility of button state text. */
.btn-toggle .btn-toggle-text, [data-toggle="button"] .btn-toggle-text {
  min-width: 40px;
}
.btn-toggle .btn-toggle-on, [data-toggle="button"] .btn-toggle-on {
  display: none;
}
.btn-toggle .btn-toggle-off, [data-toggle="button"] .btn-toggle-off {
  display: inline-block;
}
.btn-toggle.active .btn-toggle-on, [data-toggle="button"].active .btn-toggle-on {
  display: inline-block;
}
.btn-toggle.active .btn-toggle-off, [data-toggle="button"].active .btn-toggle-off {
  display: none;
}

/* Custom element for toggling states.
Must posess the .btn-toggle class also.
Styled like a switch button. */
.btn-switch {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
  position: relative;
  padding-left: 48px;
  padding-right: 8px;
}
.btn-switch:before, .btn-switch:after {
  content: '';
  position: absolute;
  background: #fff;
}
.btn-switch:before {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.32);
}
.btn-switch:after {
  box-shadow: inset 0 5px 21px rgba(0, 0, 0, 0.14);
}
.btn-switch .btn-toggle-text {
  min-width: 40px;
}
.btn-switch.active {
  box-shadow: none;
}
.btn-switch.active:before, .btn-switch.active:after {
  left: auto;
}
.btn-switch.btn-md {
  font-size: 20px;
  padding-left: 49px;
  padding-right: 14px;
}
.btn-switch.btn-md:before {
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
}
.btn-switch.btn-md:after {
  top: 5px;
  left: 5px;
  width: 28px;
  height: 28px;
}
.btn-switch.btn-md.active {
  padding-left: 14px;
  padding-right: 49px;
}
.btn-switch.btn-md.active:before, .btn-switch.btn-md.active:after {
  left: auto;
}
.btn-switch.btn-md.active:before {
  right: -1px;
}
.btn-switch.btn-md.active:after {
  right: 5px;
}
.btn-switch.btn-lg {
  padding-left: 80px;
  padding-right: 30px;
}
.btn-switch.btn-lg .btn-toggle-text {
  min-width: 52px;
}
.btn-switch.btn-lg:before {
  top: 2px;
  left: 2px;
  width: 64px;
  height: 64px;
}
.btn-switch.btn-lg:after {
  top: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
}
.btn-switch.btn-lg.active {
  padding-left: 30px;
  padding-right: 80px;
}
.btn-switch.btn-lg.active:before, .btn-switch.btn-lg.active:after {
  left: auto;
}
.btn-switch.btn-lg.active:before {
  right: 2px;
}
.btn-switch.btn-lg.active:after {
  right: 10px;
}

.btn-switch-group {
  display: table;
  overflow: hidden;
}

.btn-switch-label {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.btn-member {
	min-height:32px;
	background-color:#324454;
	border-color:#324454;
}

.btn-member.active {
	border-color:#35CC36;
	background-color:#35CC36;
}

.btn-member.btn-md:before {
  top: -1px;
  left: -1px;
  width: 32px;
  height: 32px;
}
.btn-member.btn-md:after {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}

/* Page: Member
================================================== */
.member-logo {
  top: -70px;
}
#member {
    margin-top:0px;
}
#member .page-title {
  margin-top: -30px;
  margin-bottom: 40px;
}
#member h2 {
  margin: 0;
}
#member .list-group-item {
  vertical-align: top;
  border-left: none;
  border-right: none;
}
#member .list-group-item.text-center {
  text-align: center;
}
#member .asterisk {
  display: inline-block;
  vertical-align: top;
}
#member .list-group-md .list-group-item-header, #adminPage .list-group-md .list-group-item-header {
    background-color:#324454;
    border-color:#324454;
    font-size:18px;
    text-align:center;
    padding: 16px 16px;
}

#member .list-group {
    background-color:#000000;
}

#member big {
  font-size: 42px;
  line-height: 1;
}

#member p:last-child {
  margin-bottom: 0;
}

#member .list-group {
  background: #0a1823;
  border-radius: 2px;
}
#member .list-group-item:last-child {
  border: none;
}
#member .list-group .col-xs-4 {
    padding:0;
}

#member .pricing {
  min-height: 135px;
}
#member big.price {
  display: inline-block;
  margin-bottom: 10px;
}
#member .plan-price {
  margin-bottom: 0;
  position: relative;
  top: 10px;
}
#member .plan-price strong {
    vertical-align:top;
    line-height:44px;
    font-size:100%;
    color:#7792a9;
    display:inline-block;
    margin-left:10px;
    margin-right:4px;
    font-size:18px;
    font-weight: normal;
    line-height: 1.5;
}
#member .packageSelect {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#member .packageSelect.btn-warning {
  padding: 0;
}
#member .packageSelect.btn-warning small {
  font-size: 14px;
  font-weight: 400;
  color: #7f6d43;
  text-shadow: none;
  display: block;
}
#member .packageSelect.btn-info {
  color: #fff;
  text-shadow: 0 1px 2px #573D00;
  background: #324454;
}
#member .glyphicon-ok {
  margin-right: 5px;
}

.member-well.well {
  /*background: #27333d;*/
}
.member-well .container {
  width: auto;
  max-width: 1100px !important;
}
.member-well p {
  color: #7c8d9a;
}
.member-well h2 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.member-include {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.member-include.well {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #27333d), color-stop(100%, #1a2229));
  background-image: -moz-linear-gradient(#27333d, #1a2229);
  background-image: -webkit-linear-gradient(#27333d, #1a2229);
  background-image: linear-gradient(#27333d, #1a2229);
}
.member-include p {
  font-size: 16px;
}
.member-faq {
  margin-bottom: 0;
  padding-bottom: 60px;
}
.member-faq.well {

}
.member-faq p {
  font-size: 14px;
}
.member-faq h3 {
  font-size: 20px;
}

/* BS Dropdown
================================================== */
.dropdown .dropdown-toggle .caret {
  display: inline-block;
}
.dropdown .dropdown-toggle .minus {
  display: none;
  margin-left: 1px;
}
.dropdown.open .dropdown-toggle .caret {
  display: none;
}
.dropdown.open .dropdown-toggle .minus {
  display: inline-block;
}

.dropdown.open .dropdown-toggle
, .dropdown-toggle:active
 {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 27px rgba(255, 245, 220, 0.75), 0 0 27px rgba(255, 245, 220, 0.75), 0 0 27px rgba(255, 245, 220, 0.75);
}
.dropdown.open .dropdown-toggle
.icon-user, .dropdown-toggle:active
.icon-user {
  color: #fff;
}

.dropdown-menu {
  margin-top: 10px;
  background-color: #0a1823;
  border: 2px solid #384b5a;
}
.dropdown-menu > li > a {
  color: #fff;
  padding: 5px 23px;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 8px 0 4px;
  background-color: #384b5a;
}
.dropdown-menu:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 13px;
  top: -9px;
  border-left: 10.5px inset transparent;
  border-right: 10.5px inset transparent;
  border-bottom: 10px solid #0a1823;
}
.dropdown-menu:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 11px;
  top: -12px;
  border-left: 12.5px inset transparent;
  border-right: 12.5px inset transparent;
  border-bottom: 12px solid #384b5a;
}

/* BS Wells
================================================== */
.well {
  background: #0a1823;
}

/* Custom well style: -outlined (Achievements) */
.well-outlined {
  background: none;
  border: 1px solid #666;
  border: 1px solid rgba(241, 241, 242, 0.3);
}

/* Custom well style: -sm (Achievements) */
.well-sm {
  font-size: 14px;
  display: inline-block;
  min-width: 200px;
}
.well-sm .btn-sm {
  font-size: 12px;
}

/* Custom well style: -mode (Choose Mode) */
.well-mode {
  overflow: hidden;
  margin-bottom: 0;
  padding: 17px;
  border-radius: 2px;
}
.well-mode .well-heading {
  font-size: 16px;
  margin: -17px -17px 17px;
  padding: 17px;
  background: #324454;
}
.well-mode .well-heading .icon {
  float: right;
}
.well-mode p {
  font-size: 16px;
}
.well-mode .stats {
  margin: 20px 0;
}
.well-mode big {
  font-size: 32px;
}
.well-mode strong {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.well-mode p, .well-mode small a {
  color: #7792a9;
}
.well-mode small li > a {
  color: #fff;
  text-decoration:none;
}
.well-mode small a {
  text-decoration: underline;
}
.well-mode .btn-lg {
  font-size: 23px;
  height: auto;
  padding: 12px 24px;
}

/* BS Panels
================================================== */
.panel {
  border-color: #384b5a;
}
.panel .panel-heading,
.panel .panel-footer {
  color: #fff;
  padding: 17px;
}
.panel .panel-heading {
  background: #324454;
}
.panel .panel-footer {
  background: #0a1823;
}

/* BS Overrides
================================================== */

.popover {
	background-color: #324454;
}
.popover-content {
	background: #324454;
}

legend {
  color: #fff;
}

hr, legend {
  border-color: #384b5a;
}

.jumbotron,
.pagination li > a,
.pager li > a {
  background: #0a1823;
  border-color: #384b5a;
}

a.list-group-item {
  color: #fff;
}
a.list-group-item .list-group-item-heading {
  color: #4f85ad;
}

.table tbody tr.success td {
  color: green;
  background: none;
}
.table tbody tr.danger td {
  color: crimson;
  background: none;
}
.table tbody tr.warning td {
  color: #ffb915;
  background: none;
}
.table tbody tr.active td {
  color: #ffb915;
  background: none;
}
.table tbody tr.active:hover td {
  background: none;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #0a1823;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #7792a9;
}

.table-bordered {
  border-color: #384b5a;
}

/* BS Tables
================================================== */
.table {
  font-size: 22px;
}
.table thead tr th,
.table tbody tr th {
  color: #324454;
  font-weight: normal;
  text-transform: uppercase;
}
.table thead tr th {
  font-size: 12px;
}
.table thead tr th,
.table tbody tr th,
.table tbody tr td {
  vertical-align: middle;
  border-width: 1px;
  border-color: #384b5a;
}

.td-btn {
  text-align: center;
  width: 5%;
}

/* BS Lists
================================================== */
.list-group-item {
  font-size: 16px;
  text-align: left;
  padding: 15px 20px;
  background: none;
  border-color: #384b5a;
  /* Custom class */
}
.list-group-lg .list-group-item {
  padding: 30px 43px;
}
.list-group-md .list-group-item {
  padding: 20px 33px;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item + .list-group-item {
  border-top: none;
}
.list-group-item h3 {
  margin-top: 0;
}
.list-group-item .help-block {
  margin-bottom: 20px;
}
.list-group-item .help-block:last-child {
  margin-bottom: 0;
}

.list-group-item-heading {
  font-size: 28px;
  margin-top: 0;
}
.list-group-item-heading + .help-block {
  font-size: 18px;
}

.well > .help-block {
    font-size:18px;
}

/* BS Text
================================================== */
.text-muted {
  color: #738695;
}

.text-primary {
  color: #4f85ad;
}

.text-info {
  color: #7792a9;
}

.text-warning {
  color: #ffb915;
}

.text-success {
  color: #35CC36;
}

/* BS Alerts
================================================== */
.alert-danger {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 10px 30px;
  background: rgba(255, 185, 21, 0.5);
  border: 2px solid #ffb915;
  border-radius: 100px;
}
.alert-danger a {
  font-weight: 700;
}
.alert-danger a:hover {
  color: #fff;
}

/* BS Tabs & Pills
================================================== */
.tab-pane {
  padding-top: 20px;
}
.tab-pane .h2 {
  margin-top: 0;
}
.tab-pane .h2 + p.help-block {
  margin-bottom: 32px;
}

.tab-content {
  text-align: left;
  margin: 0 auto;
  padding-top: 24px;
}

.nav-pills {
  margin-top: 50px;
}
.nav-pills > li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-left: 6px inset transparent;
  border-right: 6px inset transparent;
  border-top: 6px solid #324454;
}
.nav-pills > li.active > a, .nav-pills > li:hover > a {
  border-radius: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li:hover > a, .nav-pills > li:hover > a:hover, .nav-pills > li:hover > a:focus {
  color: #fff;
  background: #324454;
}
.nav-pills > li > a {
  font-size: 14px;
  font-size: 16px;
  margin: 0 1px;
  padding: 15px;
}

/* BS Modals
================================================== */
.quicktour .close {
  float: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
}

.modal-header {
  border-bottom: 1px solid #384b5a;
}

.modal-content {
  border: 2px solid #384b5a;
  background: #0a1823;
  border-radius: 2px;
  box-shadow: none;
}
.modal-content .h1 {
  font-size: 32px;
  margin: 10px 0 20px;
}
.modal-content .close {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 9px;
}
.modal-content .close:hover {
  color: #738695;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 400px;
  }
}
.modal-sm .h1 {
  font-size: 38px;
}

.modal-dialog {
  margin-top: 180px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .1s ease-out;
          transition: transform .1s ease-out;
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.modal-body {
  color: #7792a9;
  padding: 40px;
}
.modal-body .h1 {
  color: #fff;
}
.modal-body .h1:first-child {
  margin-top: 0;
}
.modal-body .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.modal-backdrop {
  background: #17242f;
  opacity: 0.7;
}

/* Page: Elements
================================================== */
.page {
  max-width: 1024px;
  min-height: 100%;
  max-height: 768px;
  margin: 50px auto 0;
}

.logo {
  /* 774.5 x 172 */
  width: 774.5px;
  position: relative;
  left: 105px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navigation .logo {
	left:0;
}

/* Page: Loading
================================================== */
.page-loading {
  color: #738695;
  text-align: center;
}

.loading-logo {
  margin-top: 150px;
}

/* Page: Sign In
================================================== */
.page-signin {
  text-align: center;
}

.signin-signup {
  margin-top: 70px;
}

.form-signin, .form-invite, .form-register {
  width: 440px;
  margin: 0 auto;
}

.form-group {
  text-align: left;
}
.form-group label {
  line-height: 22px;
  display: block;
}
.form-group label small {
  font-size: 12px;
}

/* Page: Home Screen
================================================== */
.page-homescreen small {
  font-size: 12px;
}
.page-homescreen .btn-md {
  padding-left: 29px;
  padding-right: 29px;
}

#starttraining {
  display: inline-block;
}

#settings {
  font-size: 22px;
}

.homescreen-logo {
  width: 486px;
  left: 65.8876694595px;
  margin-top: 105px;
}

.homescreen-links {
  margin-top: 130px;
}
.homescreen-links a {
  display: inline-block;
  margin: 0 30px;
}

.quicktour {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s linear all;
          transition: 2s linear all;
}
.quicktour.hidden {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.quicktour-controls {
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.quicktour-controls .close {
  font-size: 28px;
  color: #ffb915;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.quicktour-controls label {
  margin-left: 40px;
  margin-top: 0;
  padding-top: 0;
  display: block;
}
.quicktour-controls a {
  text-decoration: underline;
}

.quicktour-video {
  max-width: 720px;
  margin: 100px auto 0;
}

.quicktour-hint {
  text-align: left;
}
.quicktour-hint .h2, .quicktour-hint .btn {
  font-size: 18px;
  margin-bottom: 0;
}
.quicktour-hint p {
  font-size: 12px;
}
.quicktour-hint .help-block {
  margin-bottom: 30px;
}
.quicktour-hint a {
  color: #7792a9;
}
.quicktour-hint > div {
  width: 225px;
}

.spotlight {
  position: relative;
  z-index: 6;
}
.spotlight#video {
  display: block;
}
.spotlight#account:after, .spotlight#videolibrarym:after, .spotlight#achievements:after, .spotlight#leaderboard:after, .spotlight#settings:after, .spotlight#starttraining:after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../img/bg.jpg) 50% 50% no-repeat fixed;
  background-size: cover;
  border-radius: 100px/50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8), inset 0 2px 10px rgba(0, 0, 0, 0.8), inset 0 -2px 10px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.8), inset 0 0 40px rgba(0, 0, 0, 0.8);
}
.spotlight#account:after, .spotlight#videolibrarym:after {
  top: -30px;
  bottom: -30px;
  left: -40px;
  right: -40px;
}
.spotlight#achievements:after, .spotlight#leaderboard:after {
  top: -30px;
  bottom: -30px;
  left: -40px;
  right: -40px;
}
.spotlight#settings:after {
  top: -20px;
  bottom: -30px;
  left: -50px;
  right: -50px;
}
.spotlight#starttraining:after {
  top: -15px;
  bottom: -15px;
  left: -50px;
  right: -50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9), inset 0 0 40px rgba(0, 0, 0, 0.9), inset 0 0 60px rgba(0, 0, 0, 0.9);
}

[data-whose] {
  position: absolute;
  z-index: 7;
}

/* Positioning had to be done in JS */
[data-whose="#account"], [data-whose="#videolibrarym"] {
  top: 50px;
}

[data-whose="#starttraining"] .help-block {
  margin-bottom: 10px;
}

.body-homescreen {
  overflow: hidden;
}


/* Page: Account
================================================== */
.centerblock, .nav-pills.account-pills, .nav-pills.leaderboard-pills {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-pills.account-pills {
  max-width: 625px;
}
.nav-pills.leaderboard-pills {
  max-width: 590px;
}

.tab-content.account-tabcontent {
  max-width: 440px;
}
.tab-content.leaderboard-tabcontent {
  max-width: 520px;
}

/* Page: Leaderboard
================================================== */
.page-leaderboard .table .icon-star,
.page-leaderboard .table .icon-star-outline {
  position: relative;
  top: -3px;
}

.leaderboard-show {
  font-size: 12px;
  margin-bottom: 25px;
}

.row-you {
  color: #ffb915;
}

.row-favorite .icon {
  font-size: 90%;
  color: #ffb915;
  /*
  text-shadow:
  	 0   1px 0 $lightyellow,  0   1px 0 $lightyellow,  0   1px 0 $lightyellow,  0   1px 0 $lightyellow,
  	 0  -1px 0 $lightyellow,  0  -1px 0 $lightyellow,  0  -1px 0 $lightyellow,  0  -1px 0 $lightyellow,
  	 1px 0   0 $lightyellow,  1px 0   0 $lightyellow,  1px 0   0 $lightyellow,  1px 0   0 $lightyellow,
  	-1px 0   0 $lightyellow, -1px 0   0 $lightyellow, -1px 0   0 $lightyellow, -1px 0   0 $lightyellow;
  */
}

/* Navigation
================================================== */
.page-title {
  margin-top: 0;
}

.page-subtitle {
  color: #63717a;
  margin-top: 0;
}

.navigation {
  max-width: 1200px;
  margin: 50px auto;
}

.goback {
  float: left;
  line-height: 26px;
  left: 50px;
}
.goback [class^="icon-"], .goback [class*=" icon-"] {
  font-size: 24px;
}

.navigation-account {
  float: right;
}
.navigation-account .icon-user, .icon-play-multi {
  font-size: 30px;
  color: #5a6c7b;
  /* gray */
  display: inline-block;
  vertical-align: middle;
}

.icon-play-multi {
  margin-right:2px;
 }

.navigation-account .dropdown-menu {
  left: auto;
  right: 0;
}

/* Page: Settings
================================================== */
/* Image Selection */
.image-btn-group {
  width: 100%;
}
.image-btn-group .btn {
  font-size: 16px;
  position: relative;
  padding: 13px;
  box-shadow: none;
}
.image-btn-group .btn.active, .image-btn-group .btn.active:hover {
  background: rgba(255, 185, 21, 0.15);
}
.image-btn-group .btn.active img, .image-btn-group .btn.active:hover img {
  border: 2px solid #ffb915;
}
.image-btn-group .btn.locked {
  cursor: not-allowed;
}
.image-btn-group .btn.locked:after {
  font-family: 'seamtrak-iconfont';
  font-size: 32px;
  content: "\e60b";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 100px;
  color: #fff;
  background: #263948;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.image-btn-group .btn:hover, .image-btn-group .btn.disabled:hover {
  color: #fff;
  background: #5e778c;
  background: rgba(94, 119, 140, 0.075);
}
.image-btn-group .btn:hover img, .image-btn-group .btn.disabled:hover img {
  border-color: #718699;
}
.image-btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.image-btn-group > .btn:last-child:not(:first-child),
.image-btn-group > .dropdown-toggle:not(:first-child),
.image-btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 2px;
}
.image-btn-group img {
  display: block;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 2px;
}

/* Page: Achievements
================================================== */
.achievements-points big {
  color: #ffb915;
}
.achievements-points p {
  margin-top: 0;
}

.share {
  font-size: 14px;
}
.share [class^="icon-"], .share [class*=" icon-"] {
  font-size: 24px;
  margin: 0 2px;
}
.share a {
  color: #fff;
}

.achievements-tabcontent {
  padding: 20px;
}
.achievements-tabcontent .tab-pane > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.achievements-tabcontent .tab-pane > .row > .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* Page: Choose Mode
================================================== */
.page-choosemode .help-block {
  text-align: left;
  margin-bottom: 30px;
}
.page-choosemode .h2 {
  margin-top: 0;
}

.choosemode-train {
  padding-right: 30px;
}

.choosemode-compete {
  padding-left: 30px;
  border-left: 1px solid #3c5569;
}
.choosemode-compete > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.choosemode-compete > .row .col-xs-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/* Page: Gameplay
================================================== */
.body-gameplay-highschool-left {
  background-image: url(../img/gameplaybg/highschool-left.jpg);
}
.body-gameplay-highschool-right {
  background-image: url(../img/gameplaybg/highschool-right.jpg);
}
.body-gameplay-littleleague-left {
  background-image: url(../img/gameplaybg/littleleague-left.jpg);
}
.body-gameplay-littleleague-right {
  background-image: url(../img/gameplaybg/littleleague-right.jpg);
}
.body-gameplay-majorleague-left {
  background-image: url(../img/gameplaybg/majorleague-left.jpg);
}
.body-gameplay-majorleague-right {
  background-image: url(../img/gameplaybg/majorleague-right.jpg);
}
.body-gameplay-sandlot-left {
  background-image: url(../img/gameplaybg/sandlot-left.jpg);
}
.body-gameplay-sandlot-right {
  background-image: url(../img/gameplaybg/sandlot-right.jpg);
}

.page-gameplay {
  text-align: left;
  position: relative;
  position: absolute;
  top: 50px;
  bottom: 50px;
  margin: 0 auto;
  min-height: 640px;
  max-height: none;
}
@media (min-width: 0) {
  .page-gameplay {
    width: 900px;
    left: 50%;
    margin-left: -450px;
  }
}
.page-gameplay strong {
  font-size: 12px;
  color: #7792a9;
  font-weight: bold;
  text-transform: uppercase;
}
.page-gameplay big {
  font-size: 60px;
}

.gameplay-average .ball-icon, .gameplay-average big, .gameplay-average strong, .gameplay-average .points {
  display: inline-block;
  vertical-align: middle;
}
.gameplay-average big {
  line-height: 1;
}
.gameplay-average .points {
  margin-left: 10px;
}
.gameplay-average .stats {
  margin-left: 54px;
  margin-bottom: 5px;
}
.gameplay-average .stats strong {
  margin-left: 5px;
}

.gameplay-count {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 22px;
}

.gameplay-mode {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
}

.btn-pause, .btn-play {
  float: left;
  line-height: 1;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  padding: 12px;
}
.btn-pause .icon, .btn-play .icon {
  font-size: 34px;
  color: #fff;
}

.gameplay-keyboard {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gameplay-keyboard p:last-child {
  margin-bottom: 0;
}

.btn-keyboard {
  font-size: 18px;
  text-align: left;
  height: auto;
  padding: 11px;
  width: 200px;
}


.icons-keyboard {
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin-right: 11px;
  outline:2px;
  border: 2px solid;
  font-size:14px;
  box-shadow:0px 5px 10px #666666;
  border-radius:4px;
  width:26px;
  height:26px;
  padding:0px 0 0 3px;
}
.icons-keyboard .icon {
  font-size: 18px;
  color: #dfa211;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}
.icons-keyboard .icon.active {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}
.icons-keyboard .icon-keyup {
  font-size: 17.5px;
  display: block;
  margin-bottom: 2px;
}
.icons-keyboard .icon-keyleft, .icons-keyboard .icon-keydown, .icons-keyboard .icon-keyright {
  float: left;
}
.icons-keyboard .icon-keydown {
  margin: 0 2px 0 2px;
}


#pitchtimer {
	display:none;
}
#hitmiss {
	position:absolute;
	top:40%;
	left:22%;
	font-size:60px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#hitmiss.active {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.ball {
  visibility: hidden;
  position:absolute;
  top:20px;
  left:20px;
}

#ballcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
}

#ballcontainer.ball-Small {
  margin-top: -50px;
  margin-left: -50px;
}
.ball-Small {
  width: 100px;
  height: 100px;
}

#ballcontainer.ball-Medium {
  margin-top: -100px;
  margin-left: -100px;
}
.ball-Medium {
  width: 200px;
  height: 200px;
}

#ballcontainer.ball-Large {
  margin-top: -150px;
  margin-left: -150px;
}
.ball-Large {
  width: 300px;
  height: 300px;
}

#answertimer {
	position:relative;
}

/*
.ball.ball-Medium {
  border:0;
  border-radius: 300px;
  background-color:rgba(255,255,255,.6);
}
*/

#ballcontainer .progress {
  margin-top:15px;
  height:12px;

}

#ballcontainer .progress-bar {
	background-color:#7792a9;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;​
}

.ball-icon {
  /* 95 x 97 */
  width: 47.5px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidel {
  from {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slidel {
  from {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slider {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slider {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes carousell {
  from {
    -webkit-transform: translateX(50%) rotateY(45deg);
            transform: translateX(50%) rotateY(45deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes carousell {
  from {
    -webkit-transform: translateX(50%) rotateY(45deg);
            transform: translateX(50%) rotateY(45deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes carouselr {
  from {
    -webkit-transform: translateX(-50%) rotateY(-45deg);
            transform: translateX(-50%) rotateY(-45deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes carouselr {
  from {
    -webkit-transform: translateX(-50%) rotateY(-45deg);
            transform: translateX(-50%) rotateY(-45deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wrap {
  /* iPad bug: if one animation is longer than the other (Gameplay page) */
}
.transition-carousell .wrap {
  -webkit-animation: fade .5s, slidel .5s;
          animation: fade .5s, slidel .5s;
}
.transition-carouselr .wrap {
  -webkit-animation: fade .5s, slider .5s;
          animation: fade .5s, slider .5s;
}

body {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  /* conflicts with quicktour */
  overflow-x: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.body-gameplay {
  overflow: hidden;
}

.quicktour {
  -webkit-transform: translateY(-50px);
}



.form-forgot, .form-reset {
  width: 516px;
  height: 420px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -268px;
}

.form-forgot header a, #resetPasswordFrm header a {
    margin-left:10px;
}

.logoutbar a {
    margin-left:10px;
}

.alert-warning a {
	color:#000;
}
