.c-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* THM */
/* THM */
/* THM */
/* THM */
/* THM */
/* THM */
/* THM */
/* THM */
/* THM */
/* THM */
/*
	Kube Professional CSS-framework

	Copyright (c) 2012, Imperavi Inc.

	http://imperavi.com/kube/
*/
/* =Base, reset, normalize
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}
/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Responsive images and other embedded objects */
img,
object,
embed,
video {
  width: auto;
  max-width: 100%;
}
/* Responsive images aspeсt ratio */
img,
video {
  height: auto;
}
/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}
/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
}
/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}
/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}
/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
/* Clearfix */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #28333b;
  font-size: 1.125em;
  line-height: 1.6em;
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
  color: #336699;
}
a:focus,
a:hover {
  color: #54be9c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 2.142em;
  line-height: 1.1333em;
  margin-bottom: .2666em;
}
h2 {
  font-size: 1.714em;
  line-height: 1.1666em;
  margin-bottom: .4555em;
}
h3 {
  font-size: 1.429em;
  line-height: 1.4em;
  margin-bottom: .4em;
}
h4 {
  font-size: 1.143em;
  line-height: 1.6em;
  margin-bottom: .4555em;
}
h5 {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: .5em;
}
h6 {
  font-size: 0.857em;
  line-height: 1.5em;
  margin-bottom: .4555em;
  text-transform: uppercase;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin-bottom: 0;
}
hgroup {
  margin-bottom: 0.6em;
}
.subheader {
  font-weight: 300;
  color: #888;
}
h1.subheader {
  font-size: 1.357em;
  line-height: 1.263em;
}
h2.subheader {
  font-size: 1.214em;
  line-height: 1.412em;
}
h3.subheader {
  font-size: 1em;
  line-height: 1.286em;
}
h4.subheader,
h5.subheader {
  font-size: 0.95em;
  line-height: 1.385em;
}
h6.subheader {
  font-size: 0.8em;
  line-height: 1.364em;
}
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.6em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 2em;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset {
  margin-bottom: 1.6em;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
}
blockquote {
  margin-bottom: 1.6em;
  padding-left: 1.6em;
  border-left: 1px solid #ccc;
  color: #3b4042;
}
blockquote small,
cite {
  color: #8e9a9d;
  font-style: normal;
}
blockquote p {
  font-size: 1.1em;
  margin-bottom: .5em;
  font-style: italic;
}
small,
blockquote cite {
  font-size: 0.85em;
  line-height: 1;
}
blockquote .pull-right,
.row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block;
}
address {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  font-size: 0.85em;
  font-style: italic;
}
ins,
mark {
  background-color: #ffee55;
  color: #28333b;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 90%;
  font-family: Consolas, Monaco, Courier, monospace, sans-serif;
}
pre {
  font-size: 90%;
  color: #444;
  background: #f5f5f5;
  padding: .85em;
  white-space: pre-wrap;
  overflow: auto;
}
code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
kbd {
  padding: 0 .4em;
  border-radius: .3em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px white inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: normal;
  white-space: nowrap;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-size: .95em;
}
fieldset {
  padding: 2em 1.6em;
  margin-bottom: 1.6em;
  border: 1px solid #e8f0f0;
}
legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
}
tfoot th,
tfoot td {
  background-color: #f2f2f2;
}
th,
td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.8em 0.5em;
}
.com {
  color: #888;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #005cb9;
}
.str,
.atv {
  color: #8A6343;
}
.kwd,
.linenums,
.tag {
  color: #000;
}
.typ,
.atn,
.dec,
.var {
  color: #666;
}
.pln {
  color: #5890AD;
}
/* =Tables
-----------------------------------------------------------------------------*/
table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0.5em;
  color: #666;
}
table.simple td,
table.simple th {
  border: none;
  padding: 0.8em 0.7em 0.8em 0;
}
table.bordered td,
table.bordered th {
  border: 1px solid #ddd;
}
table.stroked td,
table.stroked th {
  border-bottom: 1px solid #eee;
}
table.striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
table.hovered tbody tr:hover td,
table.hovered thead tr:hover th {
  background-color: #f6f6f6;
}
.thead-gray td,
.thead-gray th {
  background-color: #f0f0f0;
}
.thead-black td,
.thead-black th {
  font-weight: normal;
  color: #f6f6f6;
  color: rgba(255, 255, 255, 0.9);
  background-color: #222;
}
table.bordered .thead-black td,
table.bordered .thead-black th {
  border: 1px solid #444;
}
/* =Forms
-----------------------------------------------------------------------------*/
.forms label {
  display: block;
  margin-bottom: 2px;
}
.descr {
  color: #8e9a9d;
  font-size: 0.85em;
  line-height: 1.6em;
}
div.descr {
  margin: 4px 0;
}
.columnar div.descr {
  margin-bottom: 10px;
}
.forms ul {
  list-style: none;
  margin: 0;
}
.forms ul li {
  margin-bottom: 10px;
}
.forms.columnar ul li {
  margin-bottom: 15px;
}
/* liner fieldset */
fieldset.liner {
  border: none;
  padding: 0;
}
fieldset.liner legend {
  padding: 0;
  width: 100%;
  padding-bottom: 12px;
}
fieldset.liner legend span {
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  display: block;
}
/* multicolumn */
.forms ul.multicolumn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.forms ul.multicolumn li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1.8em;
}
.forms ul.multicolumn li label {
  margin-bottom: 0;
}
.forms ul.multicolumn li.width-50 {
  width: 48%;
  margin-right: 2%;
}
.forms ul.multicolumn li.width-33 {
  width: 31%;
  margin-right: 2%;
}
/* columnar */
.forms.columnar legend {
  margin-bottom: 1em;
}
.forms.columnar label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 20px;
}
.forms.columnar .push,
.forms.columnar div.descr {
  margin-left: 170px;
}
.forms.columnar li fieldset label {
  float: none;
  width: auto;
  text-align: left;
  margin-right: 0;
}
.forms.columnar li fieldset {
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 170px;
  position: relative;
}
.forms.columnar li fieldset section {
  padding: 0;
  position: absolute;
  width: 150px;
  text-align: right;
  left: 0;
  top: 0;
}
.forms.columnar li fieldset section label {
  float: none;
  width: auto;
  margin-right: 0;
  text-align: right;
}
.forms.columnar li fieldset div.descr {
  margin-left: 0;
}
/* section */
.forms li.form-section {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 1.5em 0 .7em 0;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
.columnar li.form-section {
  padding-left: 170px;
}
/* tableforms */
table.tableforms td {
  font-size: 90%;
  padding: 1px 10px 3px 0 !important;
  border: none;
}
table.tableforms tr.labels td {
  padding-top: .8em !important;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -1px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
textarea {
  position: relative;
  z-index: 2;
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  /* THM */
  padding: 1px 4px 3px 4px;
  /* THM */
  background-color: white;
  /* THM */
  color: #28333b;
  /* THM */
  font-size: .95em;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: border ease 0.5s;
  -moz-transition: border ease 0.5s;
  -ms-transition: border ease 0.5s;
  -o-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
textarea {
  line-height: 1.4em;
}
/* Errors and Success */
.error,
.success {
  margin-left: 5px;
  font-weight: normal;
  font-size: 0.85em;
}
input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  border-color: #da3e5a;
  box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-success,
textarea.input-success,
select.input-success,
.input-success {
  border-color: #18a011 ;
  box-shadow: 0 0 0 2px rgba(24, 160, 17, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-gray,
textarea.input-gray,
select.input-gray,
.input-gray {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-search,
input[type="search"] {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  border-radius: 15px;
}
.input-append,
.input-prepend {
  display: inline-block;
  background-color: #eee;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 8px;
  color: #333;
  font-size: 1em;
  line-height: 23px;
}
.input-prepend {
  margin-right: -1px;
}
.input-append {
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
/* Placeholders */
::-webkit-input-placeholder {
  color: #8e9a9d;
  padding: 1px 2px;
}
/* FF19+ */
::-moz-placeholder {
  color: #8e9a9d;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8e9a9d;
}
:-ms-input-placeholder {
  color: #8e9a9d;
}
.btn {
  text-decoration: none;
  color: #000;
  border-radius: 2px;
  font-family: 'Helvetica Neue', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  padding: .5em 1.05em;
  font-weight: 500;
  font-size: .85em;
  background: #f3f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f2f2', GradientType=0);
  /* THM */
  white-space: nowrap;
  /* THM */
}
.btn:hover {
  background: #fff;
  border: 1px solid #ddd;
}
.btn-small {
  font-size: .7em;
}
.btn-big {
  font-size: 1.2em;
}
.btn-round {
  border-radius: 20px;
}
.btn-full {
  width: 100%;
}
.btn-active,
.btn-active:hover,
.btn.disabled,
.btn[disabled] .btn-disabled,
.btn-disabled:hover {
  background: #e3e3e3;
  border: 1px solid #ccc;
  text-shadow: 0 1px 1px #fff;
}
.btn-active,
.btn-active:hover {
  color: #666;
}
.btn.disabled,
.btn[disabled] .btn-disabled,
.btn-disabled:hover {
  color: #999;
}
.btn:focus .halflings,
.btn:hover .halflings {
  color: #3b4042;
}
.btn-active .halflings {
  color: #555;
}
/* Group  */
.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn-group > .btn,
.btn-group > input {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}
.btn-group > .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group > .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.btn-group > .btn.btn-round:first-child,
.btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.btn-group > .btn.btn-round:last-child,
.btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
/* Append  */
.btn-append {
  margin-left: -2px;
  border-radius: 0 4px 4px 0;
}
/* FF fix */
@-moz-document url-prefix("http://") {
  input[type=submit].btn::-moz-focus-inner,
  button.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
}
/* =Navs
-----------------------------------------------------------------------------*/
/* Horizontal */
.nav-h,
.nav-g {
  margin-bottom: 1.6em;
}
.nav-h:after,
.nav-g:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-h ul,
.nav-g ul {
  list-style: none;
  margin: 0;
}
.nav-h ul:after,
.nav-g ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-h ul li,
.nav-g ul li {
  float: left;
  margin-right: 1.5em;
}
.nav-h ul li a,
.nav-h ul li span,
.nav-g ul li a,
.nav-g ul li span {
  display: block;
}
.nav-h ul li a,
.nav-g ul li a {
  color: #28333b;
  text-decoration: none;
}
.nav-h ul li a:hover,
.nav-g ul li a:hover {
  color: #54be9c;
  text-decoration: underline;
}
.nav-h ul li span,
.nav-g ul li span {
  color: #8e9a9d;
}
/* Vertical */
.nav-v {
  margin-bottom: 1.6em;
}
.nav-v ul {
  list-style: none;
  margin: 0;
}
.nav-v ul li {
  border-bottom: 1px solid #eee;
}
.nav-v ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.nav-v ul li ul li:last-child {
  border-bottom: none;
}
.nav-v ul li ul li a,
.nav-v ul li ul li span {
  padding: 4px 0;
}
.nav-v ul li a,
.nav-v ul li span {
  display: block;
  padding: 5px 0;
}
.nav-v ul li a {
  color: #28333b;
  text-decoration: none;
}
.nav-v ul li a:hover {
  color: #54be9c;
  text-decoration: underline;
}
.nav-v ul li span {
  color: #8e9a9d;
}
/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 1.6em;
}
.breadcrumbs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumbs ul {
  font-size: .9em;
  color: #999;
  list-style: none;
  margin: 0;
}
.breadcrumbs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumbs ul li {
  float: left;
  margin-right: .5em;
}
.breadcrumbs li + li:before {
  content: " > ";
  color: #999;
  font-size: 12px;
  margin-right: .5em;
}
.breadcrumbs-sections li + li:before {
  content: " | ";
}
.breadcrumbs-path li + li:before {
  content: " / ";
}
.breadcrumbs ul li a {
  color: #666;
  text-decoration: none;
}
.breadcrumbs ul li a.active {
  color: #999;
}
.breadcrumbs ul li a:hover {
  color: #000;
  text-decoration: underline;
}
/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.6em;
}
.nav-tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-tabs ul {
  list-style: none;
  margin: 0;
}
.nav-tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-tabs ul li {
  float: left;
  margin-right: 2px;
}
.nav-tabs ul li a,
.nav-tabs ul li span {
  display: block;
  line-height: 1;
  padding: 8px 12px 9px 12px;
}
.nav-tabs ul li a {
  color: #747d80;
  text-decoration: none;
}
.nav-tabs ul li a:focus,
.nav-tabs ul li a:hover {
  color: #28333b;
  text-decoration: underline;
}
.nav-tabs ul li .active,
.nav-tabs ul li span {
  color: #28333b;
  background: #fff;
  margin-top: -2px;
  position: relative;
  padding: 8px 11px 9px 11px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
}
.nav-tabs ul li .active {
  cursor: default;
}
/* Pills */
.nav-pills {
  margin-bottom: 1.1em;
}
.nav-pills:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-pills ul {
  list-style: none;
  margin: 0;
}
.nav-pills ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-pills ul li {
  float: left;
  margin-right: .5em;
  margin-bottom: 0.6em;
}
.nav-pills ul li a,
.nav-pills ul li span {
  display: block;
  padding: 6px 11px;
  line-height: 1;
}
.nav-pills ul li a {
  color: #28333b;
  text-decoration: none;
  background-color: #f3f4f5;
}
.nav-pills ul li a:hover {
  color: #3b4042;
  text-decoration: underline;
}
.nav-pills ul li .active,
.nav-pills ul li .active:hover,
.nav-pills ul li span {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: none;
}
.nav-pills ul li .active,
.nav-pills ul li .active:hover {
  cursor: default;
  text-decoration: none;
}
/* =Pagination
-----------------------------------------------------------------------------*/
.pagination {
  position: relative;
  left: -7px;
  margin-left: 0;
  list-style: none;
}
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination li {
  float: left;
  margin-right: .5em;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 4px 7px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
.pagination li span {
  border: 1px solid #ddd;
}
.pagination li a:focus,
.pagination li a:hover {
  text-decoration: underline;
}
.label {
  border-radius: 2em;
  border: 1px solid #ddd;
  font-size: .7em;
  display: inline-block;
  font-weight: 600;
  line-height: 1.8em;
  padding: 0 1em;
  color: #000;
  text-decoration: none;
}
.label:hover {
  border-color: #bbb;
}
/* =Grid
-----------------------------------------------------------------------------*/
.row {
  margin-bottom: 1.6em;
}
.container.row {
  margin-bottom: 0;
}
.container:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.half,
.third,
.quarter,
.fifth,
.sixth,
.twothird,
.twofifth,
.threefifth,
.fourfifth,
.fivesixth,
.threequarter {
  margin-left: 3.19148936%;
  float: left;
  min-height: 1px;
}
.half:first-child,
.third:first-child,
.quarter:first-child,
.fifth:first-child,
.sixth:first-child,
.twothird:first-child,
.twofifth:first-child,
.threefifth:first-child,
.fourfifth:first-child,
.fivesixth:first-child,
.threequarter:first-child {
  margin-left: 0;
}
.sixth {
  width: 14.0070922%;
}
.fifth {
  width: 17.44680851%;
}
.quarter {
  width: 22.60638298%;
}
.third {
  width: 31.20567376%;
}
.half {
  width: 48.40425532%;
}
.threequarter {
  width: 74.20212766%;
}
.twothird {
  width: 65.60283688%;
}
.twofifth {
  width: 38.08510638%;
}
.threefifth {
  width: 58.72340426%;
}
.fourfifth {
  width: 79.36170213%;
}
.fivesixth {
  width: 82.80141844%;
}
.push-half,
.push-threequarter,
.push-quarter,
.push-third,
.push-twothird,
.push-fifth,
.push-twofifth,
.push-threefifth,
.push-fourfifth,
.push-sixth,
.push-fivesixth {
  position: relative;
}
.push-half {
  left: 51.59574468%;
}
.push-third {
  left: 34.39716312%;
}
.push-quarter {
  left: 25.79787234%;
}
.push-fifth {
  left: 20.63829787%;
}
.push-sixth {
  left: 17.19858156%;
}
.push-threequarter {
  left: 77.39361702%;
}
.push-twothird {
  left: 68.79432624%;
}
.push-twofifth {
  left: 41.27659574%;
}
.push-threefifth {
  left: 61.91489362%;
}
.push-fourfifth {
  left: 82.55319149%;
}
.push-fivesixth {
  left: 85.9929078%;
}
.split .half,
.split .third,
.split .quarter,
.split .fifth,
.split .sixth,
.split .twothird,
.split .twofifth,
.split .threefifth,
.split .fourfifth,
.split .fivesixth,
.split .threequarter {
  margin-left: 0;
}
.split .half {
  width: 50%;
}
.split .threequarter {
  width: 75%;
}
.split .quarter {
  width: 25%;
}
.split .third {
  width: 33.3%;
}
.split .twothird {
  width: 66.6%;
}
.split .fifth {
  width: 20%;
}
.split .twofifth {
  width: 40%;
}
.split .threefifth {
  width: 60%;
}
.split .fourfifth {
  width: 80%;
}
.split .sixth {
  width: 16.6%;
}
.split .fivesixth {
  width: 83.4%;
}
.inner {
  padding: 1.6em;
}
.inner-left {
  padding-left: 1.6em;
}
.inner-right {
  padding-right: 1.6em;
}
.inner-nobottom {
  padding-bottom: 1px;
}
.inner-double {
  padding: 3.2em;
}
.inner-double-left {
  padding-left: 3.2em;
}
.inner-double-right {
  padding-right: 3.2em;
}
.inner-double-nobottom {
  padding-bottom: 1px;
}
.row .push-right {
  float: right;
}
.row .centered {
  float: none;
  margin: 0 auto;
}
/* =Blocks
-----------------------------------------------------------------------------*/
.block-two,
.block-three,
.block-four,
.block-five,
.block-six {
  list-style: none;
  margin-left: -3.19148936%;
  margin-bottom: 0;
}
.block-two:after,
.block-three:after,
.block-four:after,
.block-five:after,
.block-six:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block-two > li,
.block-three > li,
.block-four > li,
.block-five > li,
.block-six > li {
  height: auto;
  float: left;
  margin-bottom: 1.6em;
  margin-left: 3.19148936%;
}
.block-two > li {
  width: 46.80851064%;
}
.block-three > li {
  width: 30.14184397%;
}
.block-four > li {
  width: 21.80851064%;
}
.block-five > li {
  width: 16.80851064%;
}
.block-six > li {
  width: 13.4751773%;
}
/* =Goodies
-----------------------------------------------------------------------------*/
.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.image-right {
  float: right;
  margin: 0 0 1em 1em;
}
.image-left img,
.image-right img {
  position: relative;
  top: .4em;
}
.supersmall {
  font-size: 0.7em;
}
.small {
  font-size: 0.85em;
}
.big {
  font-size: 1.2em;
}
input.big {
  padding: 2px 0;
  font-size: 1.2em;
}
.text-centered {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.clear {
  clear: both;
}
.last {
  margin-right: 0 !important;
}
.pause {
  margin-bottom: 0.75em !important;
}
.end {
  margin-bottom: 0 !important;
}
.handle {
  cursor: move;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.req,
.required {
  font-weight: normal;
  color: #bf4671;
}
.highlight {
  background-color: #e5ecf5 !important;
}
/* Width */
.width-33 {
  width: 33%;
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
input.width-100 {
  width: 98.6%;
}
textarea.width-100 {
  width: 99.4%;
}
select.width-100 {
  width: 99.4%;
}
/* Colors */
.black {
  color: #28333b;
}
.gray-dark {
  color: #3b4042;
}
.gray {
  color: #747d80;
}
.gray-light {
  color: #8e9a9d;
}
.white {
  color: #ffffff;
}
.red,
.error {
  color: #bf4671;
}
.green,
.success {
  color: #54be9c;
}
/* Link Colors Hover */
a.white:focus,
a.white:hover {
  color: #bfbfbf;
  color: rgba(255, 255, 255, 0.6);
}
a.green:focus,
a.green:hover,
a.red:focus,
a.red:hover,
a.error:focus,
a.error:hover {
  color: #28333b;
}
/* =Responsive Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .row .half,
  .row .third,
  .row .quarter,
  .row .fifth,
  .row .sixth,
  .row .twothird,
  .row .twofifth,
  .row .threefifth,
  .row .fourfifth,
  .row .fivesixth,
  .row .threequarter {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .push-half,
  .push-threequarter,
  .push-quarter,
  .push-third,
  .push-twothird,
  .push-fifth,
  .push-twofifth,
  .push-threefifth,
  .push-fourfifth,
  .push-sixth,
  .push-fivesixth {
    left: 0;
  }
  .row .pull-right {
    float: none;
  }
  /*
		Blocks
	*/
  .block-two,
  .block-three,
  .block-four,
  .block-five,
  .block-six {
    margin-left: 0;
    margin-bottom: 1.6em;
  }
  .block-two > li,
  .block-three > li,
  .block-four > li,
  .block-five > li,
  .block-six > li {
    float: none;
    margin: 0;
    width: 100%;
  }
  /*
		Forms
	*/
  .forms.columnar label {
    float: none;
    text-align: left;
    width: auto;
  }
  .forms.columnar .push,
  .forms.columnar div.descr {
    margin-left: 0;
  }
  .forms .multicolumn li {
    float: none;
    margin-right: 0;
  }
  .forms .multicolumn li.width-50,
  .forms .multicolumn li.width-33 {
    width: 100%;
  }
  .forms.columnar li fieldset,
  .forms.columnar li fieldset section,
  .forms.columnar li fieldset section label,
  .columnar li.form-section {
    width: 100%;
    padding-left: 0;
    text-align: left;
    position: static;
  }
  .forms fieldset {
    padding: 0;
    padding-top: 1em;
    border: none;
  }
  .forms fieldset legend {
    padding: 0;
  }
  /*
		Navs
	*/
  .nav-g,
  .nav-g ul,
  .nav-g ul li,
  .nav-g,
  .nav-v ul,
  .nav-v,
  .nav-tabs ul,
  .nav-pills,
  .nav-pills ul {
    float: none;
  }
  .nav-g ul li {
    margin: 0;
    margin-bottom: 1px;
  }
  .nav-tabs ul li {
    float: none;
  }
  .nav-tabs ul li a,
  .nav-tabs ul li span {
    margin-top: 0;
    bottom: 0;
  }
}
/* =Misc Kube Overrides
-----------------------------------------------------------------------------*/
.nav-tabs ul li a {
  text-decoration: none !important;
}
label,
section {
  font-weight: 400;
}
/* =Animation Fixes
-----------------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  /*
spaces to ! bug?
    text-rendering: optimizeLegibility;
*/
  /* Pick one, 1st default but breaks fixed bar*/
  /*    -webkit-backface-visibility:hidden; */
  /*    -webkit-transform-style: preserve-3d; */
}
img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
textarea {
  resize: none !important;
}
/* =Typography
-----------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  /* #F4F6F7 */
  background: #F4F6F7;
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px !important;
  padding: 40px 0px;
  font-weight: 400;
  font-variant: normal;
}
h1,
h2,
h3,
h4,
h5,
h4 {
  font-weight: 700;
  color: #21527d;
}
legend {
  color: #21527d;
  font-weight: 700;
  margin-bottom: 0px !important;
}
.biglh {
  line-height: 150% !important;
}
.clearer {
  clear: both;
  height: 1px;
  zoom: 1;
  line-height: 1px;
  overflow: hidden;
}
.align-left {
  text-align: left;
}
input {
  font-weight: 400;
}
/* Override ok? */
.btn {
  -webkit-border-radius: 2.01px;
  -moz-border-radius: 2.01px;
  border-radius: 2.01px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.big {
  line-height: 1.8em;
}
h4.underline {
  border-bottom: 1px solid #e2e8e8;
  margin-bottom: 20px;
}
.blueish {
  color: #4FA4D2;
}
.greenish {
  color: #5CBFA1 !important;
}
.blueishborder {
  border-bottom: 3px solid #dbe6f0 !important;
}
video:hover {
  cursor: pointer;
}
/* =Links
-----------------------------------------------------------------------------*/
a.nu,
a.nu:link,
a.nu:hover,
a.nu:hover,
a.nu:active {
  text-decoration: none !important;
}
a.nub,
a.nub:link,
a.nub:hover,
a.nub:hover,
a.nub:active {
  border-bottom: none !important;
}
/* =Layout
-----------------------------------------------------------------------------*/
#page {
  border: 1px solid #e2e8e8;
  background: #FFFFFF;
  max-width: 840px;
  padding: 30px 30px 26px 30px;
  margin: 24px auto;
  /*    .c-drop-shadow(0px, 1px, 4px, rgba(180, 180, 180, 0.1)); */
}
#page.slimpage {
  max-width: 778px;
}
#page.tinypage {
  max-width: 450px;
}
body.nopagebg #page {
  padding-top: 0px;
  border: none;
  background: none;
}
body.nopage {
  padding: 0px 0px;
}
.pageholder {
  margin: 0 auto;
  padding: 0px 30px;
  max-width: 840px;
}
@media only screen and (max-width: 767px) {
  #page {
    padding: 20px 15px;
  }
  .pageholder {
    padding: 0px 15px;
  }
  body.nopagebg #page {
    padding: 20px 15px;
  }
  .mi {
    min-width: 100px;
  }
}
/* =Header
-----------------------------------------------------------------------------*/
#logo {
  margin-top: -15px;
}
#logo a {
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 78px;
  height: 68px;
  background-image: url('/cdn/000210/img/sprites.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #logo a {
    background-image: url('/cdn/000210/img/sprites_2.png');
    background-size: 600px 600px !important;
  }
}
/* =Menu
-----------------------------------------------------------------------------*/
a.mi {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding: 0px 20px 0px 0px;
  margin-bottom: 10px;
  text-indent: 33px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  background-image: url('/cdn/000210/img/sprites.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  a.mi {
    background-image: url('/cdn/000210/img/sprites_2.png');
    background-size: 600px 600px !important;
  }
}
a.mi:hover {
  color: #336699;
}
a.mi:last-child {
  padding-right: 5px;
}
body.nopagebg .pageholder #m div {
  /* to keep the menu out of the flow */
  position: absolute;
  z-index: 499;
}
body.nopagebg .pageholder #m.menubg div {
  background-color: #FFFFFF;
  padding: 10px 10px 0px 10px;
  margin-top: -10px;
  margin-left: -10px;
}
#m1 {
  background-position: -572px 0px;
}
#m1:hover,
#m1.active {
  background-position: -572px -210px;
}
#m2 {
  background-position: -572px -30px;
}
#m2:hover,
#m2.active {
  background-position: -572px -240px;
}
#m3 {
  background-position: -572px -60px;
}
#m3:hover,
#m3.active {
  background-position: -572px -270px;
}
#m4 {
  background-position: -572px -90px;
}
#m4:hover,
#m4.active {
  background-position: -572px -300px;
}
/* =Misc
-----------------------------------------------------------------------------*/
.hide {
  display: none;
}
.nsb {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.nst {
  padding-top: 0px;
  margin-top: 0px;
}
.nob {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.desktop-only {
  display: inline-block;
}
.mobile-only {
  display: none;
}
.small-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline-block;
  }
  .center-mobile {
    text-align: center !important;
  }
  .left-mobile {
    text-align: left !important;
  }
  .nst-mobile {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .center-small {
    text-align: center !important;
  }
  .nolist-small {
    list-style-type: none !important;
    margin: 0px auto 20px auto !important;
    list-style-position: inside !important;
    max-width: 280px;
    text-align: left;
  }
  .small-only {
    display: inline-block;
  }
  .nst-small {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  video {
    min-height: 203px !important;
    height: auto !important;
  }
  #vid1h {
    width: 100%;
    height: 400px !important;
  }
}
.avatar {
  overflow: hidden;
  border: 0 none !important;
  -webkit-border-radius: 200.01px;
  -moz-border-radius: 200.01px;
  border-radius: 200.01px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* =Errors
-----------------------------------------------------------------------------*/
.parsley-error-list {
  color: #da3e5a;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-size: 15px !important;
}
.columnar .parsley-error-list {
  margin-left: 170px;
}
@media only screen and (max-width: 767px) {
  .columnar .parsley-error-list {
    margin-left: 0px;
  }
}
ul.parsley-error-list li {
  padding-top: 5px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
/* =Helper
-----------------------------------------------------------------------------*/
#helper {
  color: #FFFFFF;
  text-align: center;
  overflow: visible;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 12px;
  min-height: 30px;
  border: 2px solid #FFFFFF;
  width: 0px;
  height: auto;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: -130px;
  left: 49%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0a80c3;
  background: linear-gradient(to bottom, #77c6e6 0%, #0a80c3 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a80c3), color-stop(1, #77c6e6));
  background: -webkit-linear-gradient(top, #77c6e6 0%, #0a80c3 100%);
  background: -ms-linear-gradient(bottom, #0a80c3, #77c6e6);
  background: -moz-linear-gradient(center bottom, #0a80c3 0%, #77c6e6 100%);
  background: -o-linear-gradient(#77c6e6, #0a80c3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77c6e6', endColorstr='#0a80c3', GradientType=0);
  -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.1);
  box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.1);
}
#helper p {
  margin-bottom: 8px;
}
/* =Settings
-----------------------------------------------------------------------------*/
#imguserzone {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cdn/000210/img/user.jpg', sizingMethod='scale');
  background: url('/cdn/000210/img/user.jpg') top left no-repeat;
  background-size: 200px 200px;
  width: 200px;
  height: 200px;
  text-align: center;
  margin-bottom: 10px;
  border: 2px dashed #92AEB5;
}
#imguserzone #messages {
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
  padding: 3px;
  text-align: center;
  top: 80px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #imguserzone #messages {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
#imguserzone.dragenter {
  border: 2px dashed #77d8be;
}
/* =Editor
-----------------------------------------------------------------------------*/
#imgzone {
  border: 2px dashed #D9D9D9;
  width: 100%;
  height: 97px;
  background: #F9F9F9;
  text-align: center;
  padding-top: 20px;
}
#imgcover {
  margin-top: 6px;
  margin-bottom: 10px;
}
#imgzone.dragenter {
  border: 2px dashed #77d8be;
}
#imgheader-ex {
  line-height: 90px;
}
#imgheader-ex img {
  float: left;
  margin-right: 15px;
  border: 1px solid #CCCCCC;
}
#imgbutton {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f2f2 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f2f2), color-stop(1, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -ms-linear-gradient(bottom, #f3f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f3f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f2f2', GradientType=0);
}
#editor {
  padding: 30px 70px 0px 70px;
}
#editor input#p-title,
#editor textarea.editormarkdown {
  width: 100%;
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: none;
  font-size: 28px;
  color: #28333b !important;
  outline: none;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}
#editor input#p-title {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
  height: 36px;
  line-height: 30px;
}
#privateholder {
  float: right;
  padding-top: 12px;
}
#messages.post_add {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 10px;
  left: 0px;
  padding: 0px 15px;
  background: #77d8be;
  font-size: 18px;
  height: 38px;
  line-height: 36px;
  overflow: hidden;
  color: #FFFFFF;
  font-weight: 700;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #editor {
    padding: 0px;
  }
}
/* = Markdown
------------------------------------*/
#editor textarea.editormarkdown {
  padding: 0px 0px 20px 0px;
  height: 80px;
  font-size: 20px !important;
}
/* = Redactor
------------------------------------*/
#redactor-toolbar-0,
.redactor-toolbar {
  background-image: none !important;
  background: #FFFFFF !important;
  border: 1px solid #F2F2F2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  box-shadow: none !important;
}
.redactor-editor,
.redactor-editor:focus {
  padding: 8px 0px 0px 0px !important;
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  min-height: 90px;
  border: none !important;
}
.redactor-box-fullscreen .redactor-editor,
.redactor-box-fullscreen .redactor-editor:focus {
  padding: 10px !important;
}
.redactor-box {
  border: none !important;
}
.redactor-progress {
  height: 30px;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
}
.redactor-progress .redactor-progress-bar {
  background-color: #FFFFFF !important;
  height: 30px;
}
.redactor-progress-striped .redactor-progress-bar {
  background-image: none !important;
}
.redactor-progress-striped .redactor-progress-bar:after {
  text-indent: 10px;
  color: #63bf57 !important;
  content: "Uploading..." !important;
  background-image: none !important;
  font-weight: 700;
}
.redactor-modal-btn {
  box-shadow: none !important;
}
#redactor-file-link {
  box-shadow: none !important;
}
#redactor-tabs a {
  box-shadow: none !important;
  font-size: 16px !important;
  border: 1px solid #d2d2d2 !important;
  padding: 5px 15px;
}
#redactor-modal-image-droparea {
  padding-top: 12px !important;
  padding-bottom: 20px !important;
}
#redactor-droparea {
  padding: 20px 0px !important;
}
#redactor-modal-table-insert {
  margin-bottom: 16px !important;
}
#redactor-toolbar-0.redactor-toolbar.toolbar-fixed-box {
  background: #FFFFFF !important;
  opacity: 1 !important;
  border: 1px solid #F2F2F2 !important;
}
#redactor-toolbar-0 div.redactor-dropdown {
  z-index: 9999;
  opacity: 1 !important;
}
#redactor-tab-control-2 {
  display: none !important;
}
.redactor-editor,
.redactor-editor:focus,
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.55em !important;
  color: #28333b !important;
}
.redactor-placeholder:after {
  top: 8px;
  left: 0px;
}
.redactor-linebreaks.redactor-placeholder:after {
  top: 8px;
  left: 0px;
}
.redactor-box-fullscreen .redactor-placeholder:after {
  left: 10px;
}
.redactor-box-fullscreen .redactor-linebreaks.redactor-placeholder:after {
  left: 10px;
}
.redactor-editor span.redactor-placeholder,
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3 {
  color: #28333b !important;
}
a.redactor-format-h1 {
  font-size: 32px !important;
}
a.redactor-format-h2 {
  font-size: 26px !important;
}
a.redactor-format-h3 {
  font-size: 20px !important;
}
#redactor-modal {
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
}
.redactor-box-fullscreen {
  z-index: 999 !important;
}
#redactor-modal input,
#redactor-modal textarea {
  box-shadow: none !important;
}
#redactor-modal-close {
  line-height: 1 !important;
  vertical-align: baseline !important;
  margin-top: -8px !important;
}
#redactor-modal-body div,
#redactorInsertImageForm,
#redactor-modal label {
  font-size: 16px !important;
}
#redactor-modal section {
  padding: 0px 15px !important;
}
#redactor-modal header {
  font-size: 18px !important;
  padding: 8px 0px 0px 16px !important;
}
#redactor-insert-video-area {
  margin-bottom: 16px !important;
}
/* =Manage Posts
-----------------------------------------------------------------------------*/
.manage-date {
  padding-right: 5px;
}
.manage-body {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  #privateholder {
    float: none;
    padding-bottom: 10px;
    padding-top: 0px;
  }
}
/* =Site
-----------------------------------------------------------------------------*/
.loadmore {
  padding: 10px 0px 0px 0px;
  display: block;
  text-align: center;
}
.site-p-cover {
  float: right;
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin: 3px 0px 10px 25px;
}
.site-p-cover img {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 130px;
  height: 130px;
}
.site-title {
  font-weight: 700;
  margin-bottom: 10px;
}
#site-avatar {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}
#site-avatar-line,
#site-name-line {
  height: 1px;
  border-bottom: 1px solid #e2e8e8;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#site-avatar-line {
  bottom: -60px;
}
#site-avatar-line div {
  width: 180px;
  background: #FFFFFF;
  margin: 0 auto;
}
#site-name-line {
  bottom: -20px;
}
.site-author {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  background: #FFFFFF;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.site-about {
  color: #B7BDBD !important;
  padding-top: 3px;
  font-weight: 400;
}
.site-p-title {
  padding: 0px 0px 6px 0px;
  font-weight: 600;
}
.site-p-body a {
  color: #28333b !important;
}
.activationnotice {
  background: #e33b3b;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}
.thanksnotice {
  background: #1BC20D;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .site-title {
    font-size: 30px;
  }
  .site-author {
    font-size: 24px;
  }
  .site-about {
    padding-top: 0px;
  }
  .site-p-snippet h3 {
    font-size: 20px;
  }
  .site-p-body {
    font-size: 16px;
  }
  .site-p-cover,
  .site-p-cover img {
    width: 80px;
    height: 80px;
  }
}
/* =Post
-----------------------------------------------------------------------------*/
#post-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 650px;
  z-index: 0;
  overflow: hidden;
}
#headerimg {
  width: 100%;
  height: 650px;
}
.post-body .post-title h1.override {
  font-weight: 600 !important;
  letter-spacing: -1px;
  font-size: 38px !important;
  margin-top: 0px !important;
  color: #21527d !important;
  line-height: 1.3 !important;
}
.post-body {
  margin-top: 0px;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 36px !important;
  padding: 40px 65px 40px 65px;
  background: #FFFFFF;
  border: 1px solid #e2e8e8;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.post-body,
.post-profile-holder,
.post-more-holder {
  /* cover image fix */
  position: relative;
  z-index: 1;
}
.post-date {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  clear: both;
  margin-top: 30px;
  text-align: center;
}
.post-avatar-holder {
  width: 140px;
}
.post-avatar {
  width: 120px;
  height: 120px;
  vertical-align: top;
}
.post-author {
  font-weight: 600;
  margin-bottom: 3px;
}
.post-more-holder {
  text-align: right;
}
.post-more-h {
  font-size: 14px;
  font-weight: 700;
}
.post-more {
  text-align: right;
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0px;
}
.post-share-h,
.post-subscribe-h {
  display: block;
  font-weight: 700;
  color: #384853;
}
.kindleWidget {
  cursor: pointer;
  color: #336699;
}
.kindleWidget:hover {
  cursor: pointer;
  color: #54be9c;
}
@media only screen and (max-width: 767px) {
  .post-body .post-title h1.override {
    font-size: 34px !important;
  }
  .post-body {
    font-size: 18px !important;
    line-height: 27px !important;
    padding: 25px 40px;
  }
  .post-more-holder,
  .post-more {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .post-body .post-title h1.override {
    font-size: 26px !important;
  }
  .post-body {
    font-size: 16px !important;
    padding: 25px 12px;
  }
  .post-avatar-holder {
    width: 95px;
  }
  .post-avatar {
    width: 80px;
    height: 80px;
  }
  .post-author {
    margin-top: 2px;
    font-size: 16px;
  }
}
/* = UG Body + some Redactor 
------------------------------------*/
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.post-body h1,
.post-body h2,
.post-body h3 {
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  color: #28333b;
  letter-spacing: -1px;
}
.redactor-editor h1,
.post-body h1 {
  font-weight: 600 !important;
  font-size: 36px !important;
  padding-bottom: 10px !important;
}
.redactor-editor h2,
.post-body h2 {
  font-size: 32px !important;
  padding-bottom: 6px !important;
}
.redactor-editor h3,
.post-body h3 {
  font-size: 28px !important;
  padding-bottom: 4px !important;
}
.redactor-editor ul li,
.post-body ul li {
  list-style-type: circle;
}
@media only screen and (max-width: 480px) {
  .redactor-editor h1,
  .post-body h1 {
    font-size: 26px !important;
  }
  .redactor-editor h2,
  .post-body h2 {
    font-size: 24px !important;
  }
  .redactor-editor h3,
  .post-body h3 {
    font-size: 20px !important;
  }
}
.post-body p,
.redactor-editor p {
  margin-bottom: 26px !important;
}
.post-body blockquote {
  color: #656565 !important;
  font-style: italic !important;
  border-left: 6px solid #336699;
  margin-top: 20px;
  margin-bottom: 20px;
}
.redactor-editor a,
.post-body a {
  color: #336699 !important;
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 2px solid #dbe6f0 !important;
}
u,
u a {
  text-decoration: none !important;
}
.post-body a:hover {
  color: #54be9c !important;
}
/* CLEANUPS */
.post-body > h1:first-child,
.post-body > h2:first-child,
.post-body > h3:first-child {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
/* =Points
-----------------------------------------------------------------------------*/
.points-holder {
  text-align: center;
  margin: 20px auto 0px auto;
  height: 50px;
}
a.points-trigger {
  display: inline-block;
  cursor: pointer;
  margin: 0px;
  padding-right: 15px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  text-indent: 26px;
  text-align: left;
  z-index: 1;
  color: #28333b !important;
  font-size: 22px;
  border: 4px solid #F6F6F6 !important;
  -webkit-transition: background-color 0.5s, color 0.1s, border 0.3s;
  -moz-transition: background-color 0.5s, color 0.1s, border 0.3s;
  transition: background-color 0.5s, color 0.1s, border 0.3s;
  background-image: url('/cdn/000210/img/sprites.png');
  background-repeat: no-repeat;
  background-position: 7px -115px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  a.points-trigger {
    background-image: url('/cdn/000210/img/sprites_2.png');
    background-size: 600px 600px !important;
  }
}
a.points-trigger:hover {
  color: #FFFFFF !important;
  background-color: #77d8be;
  border: 4px solid #77d8be !important;
}
a.points-trigger.points-disabled:hover {
  color: #28333b !important;
  background-color: #FFFFFF;
  border: 4px solid #F6F6F6 !important;
  cursor: default !important;
}
@media only screen and (max-width: 480px) {
  a.points-trigger {
    font-size: 18px;
  }
}
/* =Comments
-----------------------------------------------------------------------------*/
.comments-owner {
  color: #336699 !important;
}
.comments-holder {
  margin-top: 20px;
}
.comments-holder textarea,
.comments-holder input[type=text] {
  box-shadow: none;
  border: 1px solid #e2e8e8;
  padding-left: 5px;
  -webkit-appearance: none;
}
.comments-holder h4.underline {
  font-weight: 700;
  margin-bottom: 8px;
}
.comments-holder input,
.comments-holder textarea {
  font-weight: 400;
}
/* =Pricing
-----------------------------------------------------------------------------*/
#pricing-panel {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 260px;
  background: #F0F5FC;
  border: 6px solid #416DA0;
  padding: 20px 0px;
  margin: 8px auto 0px auto;
}
#pricing-tag {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #CAD1DC;
  text-align: center;
  color: #53BA99;
  padding: 6px;
  background: #ecf3fb;
  background: linear-gradient(to bottom, #ecf3fb 0%, #e0eaf5 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0eaf5), color-stop(1, #ecf3fb));
  background: -webkit-linear-gradient(top, #ecf3fb 0%, #e0eaf5 100%);
  background: -ms-linear-gradient(bottom, #e0eaf5, #ecf3fb);
  background: -moz-linear-gradient(center bottom, #e0eaf5 0%, #ecf3fb 100%);
  background: -o-linear-gradient(#ecf3fb, #e0eaf5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf3fb', endColorstr='#e0eaf5', GradientType=0);
  text-shadow: 1px 1px 1px #FFFFFF;
}
#pricing-tag-c {
  position: relative;
  top: -22px;
  padding-right: 3px;
  font-size: 20px;
}
#pricing-tag-p {
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
}
#pricing-tag-m {
  clear: left;
  display: block;
}
/* =Home
-----------------------------------------------------------------------------*/
.btn-signup,
.btn-signupalert {
  font-weight: 700;
  border: 1px solid #63CAAB !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #67d2b2;
  background: linear-gradient(to bottom, #7ee6c9 0%, #67d2b2 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #67d2b2), color-stop(1, #7ee6c9));
  background: -webkit-linear-gradient(top, #7ee6c9 0%, #67d2b2 100%);
  background: -ms-linear-gradient(bottom, #67d2b2, #7ee6c9);
  background: -moz-linear-gradient(center bottom, #67d2b2 0%, #7ee6c9 100%);
  background: -o-linear-gradient(#7ee6c9, #67d2b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ee6c9', endColorstr='#67d2b2', GradientType=0);
}
.btn-signup:hover,
.btn-signupalert:hover {
  background: #7ee6c9;
  background: linear-gradient(to bottom, #79f9ce 0%, #7ee6c9 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7ee6c9), color-stop(1, #79f9ce));
  background: -webkit-linear-gradient(top, #79f9ce 0%, #7ee6c9 100%);
  background: -ms-linear-gradient(bottom, #7ee6c9, #79f9ce);
  background: -moz-linear-gradient(center bottom, #7ee6c9 0%, #79f9ce 100%);
  background: -o-linear-gradient(#79f9ce, #7ee6c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79f9ce', endColorstr='#7ee6c9', GradientType=0);
  border-color: #63CAAB;
  color: #FFFFFF !important;
}
.btn-signupalert {
  border: 1px solid #F234A0 !important;
  background: #f837a5;
  background: linear-gradient(to bottom, #f867b2 0%, #f837a5 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f837a5), color-stop(1, #f867b2));
  background: -webkit-linear-gradient(top, #f867b2 0%, #f837a5 100%);
  background: -ms-linear-gradient(bottom, #f837a5, #f867b2);
  background: -moz-linear-gradient(center bottom, #f837a5 0%, #f867b2 100%);
  background: -o-linear-gradient(#f867b2, #f837a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f867b2', endColorstr='#f837a5', GradientType=0);
}
.btn-signupalert:hover {
  background: #f852b4;
  background: linear-gradient(to bottom, #f884c6 0%, #f852b4 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f852b4), color-stop(1, #f884c6));
  background: -webkit-linear-gradient(top, #f884c6 0%, #f852b4 100%);
  background: -ms-linear-gradient(bottom, #f852b4, #f884c6);
  background: -moz-linear-gradient(center bottom, #f852b4 0%, #f884c6 100%);
  background: -o-linear-gradient(#f884c6, #f852b4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f884c6', endColorstr='#f852b4', GradientType=0);
  border-color: #BD68FF;
}
.home-h1 {
  color: #21527d;
  font-weight: 400 !important;
  line-height: 52px;
}
.home-h2 {
  font-weight: 400 !important;
}
.whiteholder {
  background: #FFFFFF;
  border-top: 1px solid #EAEBE6;
  border-bottom: 1px solid #EAEBE6;
}
.wbt {
  border-top: 1px solid #FFFFFF;
}
.wbb {
  border-bottom: 1px solid #FFFFFF;
}
#home-top,
#home-whatis,
#home-quote,
#home-features,
#home-nofeatures,
#home-video,
#home-pricing,
#home-questions,
#home-footer {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  padding: 40px 15px;
}
#home-top {
  text-align: left;
  padding: 10px 15px;
}
#home-login {
  float: right;
  text-align: right;
  font-weight: 700;
  margin: 24px 15px 0px 5px;
}
#home-whatis {
  padding-top: 12px;
  padding-bottom: 20px;
}
#home-whatis-holder {
  margin: 0 auto;
}
#home-video {
  padding-top: 20px;
  padding-bottom: 20px;
}
#home-whatis-bg {
/*   background: #1e4b71 url('/cdn/000210/img/stills/sp03.jpg') no-repeat center; */
  background-size: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-cover: cover;
  background-size: cover;
}
#home-pricing-bg {
  background: #1E4B71;
}
#home-pricing-bg p,
#home-pricing-bg .home-h1 {
  color: #FFFFFF !important;
}
#home-questions {
  padding-top: 55px;
  padding-bottom: 0px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home-h1,
  .home-h2 {
    font-size: 38px;
    line-height: 48px;
  }
  video {
    height: 516px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-h1 {
    font-weight: 700 !important;
  }
  #home-top {
    padding: 5px 15px 15px 0px;
    text-align: center;
  }
  #home-login {
    display: block !important;
    float: none !important;
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .home-h1 {
    font-size: 28px;
    line-height: 38px;
  }
  #an-tab {
    display: none !important;
  }
  .noborder-mobile {
    border-bottom: none !important;
  }
}
/* =Pages
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .about-photo {
    float: none !important;
    display: block !important;
    margin-left: 0px !important;
  }
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  font-size: 14px;
  color: #C0CACF;
  text-align: center;
}
#footer p {
  padding: 0px 10px;
}
#footer a {
  color: #C0CACF;
}
#mw {
  font-size: 20px;
  white-space: nowrap;
  margin: 0 auto;
  display: inline-block;
  height: 24px;
  line-height: 19px;
  background-image: url('/cdn/000210/img/sprites.png');
  background-repeat: no-repeat;
  background-position: 0px -80px;
  text-indent: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #mw {
    background-image: url('/cdn/000210/img/sprites_2.png');
    background-size: 600px 600px !important;
  }
}
a#mw {
  color: #C0CACF;
}
@media only screen and (max-width: 767px) {
  #mw {
    font-size: 20px;
  }
}
/* =Loading
-----------------------------------------------------------------------------*/
.loading {
  margin-left: 7px;
  display: inline-block;
}
.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .2em;
  background: #4fcdab;
  border-radius: .6em;
  -webkit-animation: loading 1s infinite alternate;
  -moz-animation: loading 1s infinite alternate;
  -o-animation: loading 1s infinite alternate;
  -ms-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}
.loading span:nth-of-type(2) {
  background: #3cc7a2;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #34b592;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #2ea182;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #298d72;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =Ads
-----------------------------------------------------------------------------*/
ins,
ins.adsbygoogle {
  background: #FFFFFF !important;
}
.adsbygoogle {
  width: 234px;
  height: 60px;
}
@media (min-width: 540px) {
  .adsbygoogle {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 860px) {
  .adsbygoogle {
    width: 728px;
    height: 90px;
  }
}
/* =Stickybar
-----------------------------------------------------------------------------*/
#stickybar {
  padding: 2px 0px 0px 0px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  position: fixed;
  background: #5bbd9f;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  top: 0px;
  height: 25px;
  z-index: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#stickybar a {
  color: #FFFFFF !important;
}
#stickybar a:hover {
  color: #dbf5f2 !important;
}
#stickybar span {
  border-bottom: 1px dotted #e2f5ef;
}
