/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('https://d2zn966dtg2qdw.cloudfront.net/images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url('https://d2zn966dtg2qdw.cloudfront.net/images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('https://d2zn966dtg2qdw.cloudfront.net/images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('https://d2zn966dtg2qdw.cloudfront.net/images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('https://d2zn966dtg2qdw.cloudfront.net/images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*!
 * Bootstrap-select v1.7.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }
  .text-primary:hover {
    color: #3071a9; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; }

  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .glyphicon:empty {
    width: 1em; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .caret {
  border-top-color: #333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn:first-child > .btn {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn {
    margin-left: -1px; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #2a6496;
      border-bottom-color: #2a6496; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: auto; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  margin-bottom: 20px; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading > .dropdown .caret {
      border-color: #333333 transparent; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading > .dropdown .caret {
      border-color: #fff transparent; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading > .dropdown .caret {
      border-color: #468847 transparent; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading > .dropdown .caret {
      border-color: #c09853 transparent; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading > .dropdown .caret {
      border-color: #b94a48 transparent; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading > .dropdown .caret {
      border-color: #3a87ad transparent; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format("woff2"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontawesome-webfont.woff?v=4.3.0') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* FONTS */
@font-face {
  font-family: 'DIN-Light';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Light_gdi.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Light_gdi.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Light_gdi.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Light_gdi.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Light_gdi.svg#DIN-Light') format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122; }
@font-face {
  font-family: 'DINPro-Regular';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DINPro-Regular_gdi.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DINPro-Regular_gdi.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DINPro-Regular_gdi.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DINPro-Regular_gdi.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DINPro-Regular_gdi.svg#DINPro-Regular') format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }
@font-face {
  font-family: 'DIN-Medium';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Medium_gdi.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Medium_gdi.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Medium_gdi.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Medium_gdi.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/DIN-Medium_gdi.svg#DIN-Medium') format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122; }
@font-face {
  font-family: 'Geneva-partner';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva.woff2') format("woff2"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva.svg#Geneva') format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Geneva-partner';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva-Bold.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva-Bold.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva-Bold.woff2') format("woff2"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva-Bold.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva-Bold.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Geneva-Bold.svg#Geneva-Bold') format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'D-DIN-partner';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN-Bold.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN-Bold.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN-Bold.woff2') format("woff2"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN-Bold.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN-Bold.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN-Bold.svg#D-DIN-Bold') format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'D-DIN-partner';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN.woff2') format("woff2"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/D-DIN.svg#D-DIN') format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Hermes-Regular';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Hermes_gdi.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Hermes_gdi.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Hermes_gdi.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Hermes_gdi.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/Hermes_gdi.svg#Hermes-Regular') format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122; }
/* FONTELLO */
@font-face {
  font-family: 'fontello';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontello.eot?60633109');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontello.eot?60633109#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontello.woff?60633109') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontello.ttf?60633109') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/fontello.svg?60633109#fontello') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://font/fontello.svg?60633109#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e802'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e803'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e804'; }

/* '' */
.icon-check:before {
  content: '\e805'; }

/* '' */
.icon-plus-circled-1:before {
  content: '\e806'; }

/* '' */
.icon-check-empty:before {
  content: '\e807'; }

/* '' */
.icon-dot-circled:before {
  content: '\e808'; }

/* '' */
.icon-circle-empty:before {
  content: '\e809'; }

/* '' */
.icon-menu:before {
  content: '\e80a'; }

/* '' */
.icon-left-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80c'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e80d'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e80e'; }

/* '' */
.icon-left-open-1:before {
  content: '\e80f'; }

/* '' */
.icon-right-open-1:before {
  content: '\e810'; }

/* '' */
.icon-play-circled:before {
  content: '\e811'; }

/* '' */
.icon-bookmark:before {
  content: '\e812'; }

/* '' */
.icon-heart-circled:before {
  content: '\e813'; }

/* '' */
.icon-book-open:before {
  content: '\e814'; }

/* '' */
.icon-doc:before {
  content: '\e815'; }

/* '' */
.icon-user:before {
  content: '\e816'; }

/* '' */
.icon-building-filled:before {
  content: '\e817'; }

/* '' */
.icon-pencil:before {
  content: '\e818'; }

/* '' */
/* COLORS variables */
/* Fonts variables */
/* BODY variables */
/* HEADER variables */
/* FOOTER variables */
/* Sections variables */
html, body {
  font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #323333; }

*:hover, *:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DIN-Medium";
  margin-top: 0;
  line-height: 1.85rem; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1.4rem; } }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit; }
    h1 a.archive-list-title, h1 a.archive-list-title:hover, h1 a.archive-list-title:focus, h2 a.archive-list-title, h2 a.archive-list-title:hover, h2 a.archive-list-title:focus, h3 a.archive-list-title, h3 a.archive-list-title:hover, h3 a.archive-list-title:focus, h4 a.archive-list-title, h4 a.archive-list-title:hover, h4 a.archive-list-title:focus, h5 a.archive-list-title, h5 a.archive-list-title:hover, h5 a.archive-list-title:focus, h6 a.archive-list-title, h6 a.archive-list-title:hover, h6 a.archive-list-title:focus {
      color: #323333;
      font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
      font-size: 1rem;
      font-weight: bold; }
    h1 a.archive-list-author, h2 a.archive-list-author, h3 a.archive-list-author, h4 a.archive-list-author, h5 a.archive-list-author, h6 a.archive-list-author {
      font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
      font-weight: normal; }
    h1 a.archive-sidebar-title, h2 a.archive-sidebar-title, h3 a.archive-sidebar-title, h4 a.archive-sidebar-title, h5 a.archive-sidebar-title, h6 a.archive-sidebar-title {
      font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
      font-size: 0.9em;
      font-weight: bold; }
    h1 a.companies-list-title, h1 a.community-list-title, h1 a.jobs-list-title, h1 a.companies-list-title:hover, h1 a.community-list-title:hover, h1 a.jobs-list-title:hover, h1 a.companies-list-title:focus, h1 a.community-list-title:focus, h1 a.jobs-list-title:focus, h2 a.companies-list-title, h2 a.community-list-title, h2 a.jobs-list-title, h2 a.companies-list-title:hover, h2 a.community-list-title:hover, h2 a.jobs-list-title:hover, h2 a.companies-list-title:focus, h2 a.community-list-title:focus, h2 a.jobs-list-title:focus, h3 a.companies-list-title, h3 a.community-list-title, h3 a.jobs-list-title, h3 a.companies-list-title:hover, h3 a.community-list-title:hover, h3 a.jobs-list-title:hover, h3 a.companies-list-title:focus, h3 a.community-list-title:focus, h3 a.jobs-list-title:focus, h4 a.companies-list-title, h4 a.community-list-title, h4 a.jobs-list-title, h4 a.companies-list-title:hover, h4 a.community-list-title:hover, h4 a.jobs-list-title:hover, h4 a.companies-list-title:focus, h4 a.community-list-title:focus, h4 a.jobs-list-title:focus, h5 a.companies-list-title, h5 a.community-list-title, h5 a.jobs-list-title, h5 a.companies-list-title:hover, h5 a.community-list-title:hover, h5 a.jobs-list-title:hover, h5 a.companies-list-title:focus, h5 a.community-list-title:focus, h5 a.jobs-list-title:focus, h6 a.companies-list-title, h6 a.community-list-title, h6 a.jobs-list-title, h6 a.companies-list-title:hover, h6 a.community-list-title:hover, h6 a.jobs-list-title:hover, h6 a.companies-list-title:focus, h6 a.community-list-title:focus, h6 a.jobs-list-title:focus {
      color: #323333;
      font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
      font-weight: normal;
      font-size: 0.85em; }
  h1 .follow-link, h2 .follow-link, h3 .follow-link, h4 .follow-link, h5 .follow-link, h6 .follow-link {
    font-size: 14px; }

.companies-sidebar-title {
  margin-bottom: 0px;
  padding-top: 10px; }
  .companies-sidebar-title a {
    font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-weight: normal;
    font-size: 0.65em; }

h1 {
  font-size: 3.64583rem;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 3.26667rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.33333rem;
      line-height: 2.2rem; } }

h2 {
  font-size: 2.21667rem;
  margin-bottom: 5px;
  line-height: 2.4rem; }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 2.1rem;
      line-height: 2.2rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.77333rem;
      line-height: 1.8rem; } }

h3, .h3 {
  font-size: 1.98333rem;
  line-height: 2rem; }
  @media only screen and (max-width: 991px) {
    h3, .h3 {
      font-size: 1.75rem;
      line-height: 1.8rem; } }
  @media only screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 1.63333rem;
      line-height: 1.6rem; } }

h4 {
  font-size: 1.66717rem;
  font-weight: normal; }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 1.51667rem; } }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 1.28333rem; } }

h5 {
  font-size: 1.28333rem;
  margin-bottom: 5px; }
  @media only screen and (max-width: 991px) {
    h5 {
      font-size: 1.16667rem; } }

h6 {
  margin-bottom: 5px;
  font-size: 1.13167rem;
  line-height: 1.3rem; }
  h6.small-margin {
    margin-bottom: 3px; }

small {
  font-size: 0.81667rem; }

big {
  font-family: "DIN-Medium"; }

a, button {
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms; }

button {
  border: none; }

p {
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #a1a1a1; }
  a:hover, a:focus {
    color: #a1a1a1;
    text-decoration: underline;
    outline: none; }
  a.more-link:before {
    content: '>';
    margin-right: 5px; }
  a.more-link-no-sign:before {
    margin-right: 5px; }
  a.more-link:hover, a.more-link:focus {
    color: #323333; }
  a.view-all-link {
    font-size: 12px; }
  a.active-link {
    font-weight: bold; }

.follow-link {
  color: #a1a1a1;
  text-transform: none; }
  .follow-link i {
    color: #ea2123;
    font-size: 18px;
    vertical-align: middle;
    line-height: 100%;
    margin: 0 4px; }

address {
  color: #a1a1a1; }

.caption, .small-caption {
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.8rem; }
  .caption h1, .caption h2, .caption h3, .caption h5, .caption h5, .caption h6, .small-caption h1, .small-caption h2, .small-caption h3, .small-caption h5, .small-caption h5, .small-caption h6 {
    line-height: 1.8rem; }
  .caption.line, .small-caption.line {
    border-bottom: 5px solid #404141;
    padding-bottom: 13px; }
    .caption.line.bold, .small-caption.line.bold {
      font-weight: bold; }
    .caption.line.font-19, .small-caption.line.font-19 {
      font-size: 19px; }
    .caption.line.companies-title-padding, .small-caption.line.companies-title-padding {
      padding-bottom: 10px; }
    .caption.line.community-padding-fix, .small-caption.line.community-padding-fix {
      padding-bottom: 8px;
      margin-bottom: 20px; }
    .caption.line.jobs-padding-fix, .small-caption.line.jobs-padding-fix {
      padding-bottom: 9px; }
    .caption.line.pb12, .small-caption.line.pb12 {
      padding-bottom: 12px; }
    .caption.line.pt, .small-caption.line.pt {
      padding-top: 14px; }
    .caption.line.pt-3, .small-caption.line.pt-3 {
      padding-top: 3px; }
    .caption.line.title-margin20, .small-caption.line.title-margin20 {
      margin-bottom: 20px; }
    .caption.line.main-menu-title, .small-caption.line.main-menu-title {
      line-height: 18px;
      font-size: 14px; }
  .caption.line-small, .small-caption.line-small {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px; }
  .caption.grey-line, .small-caption.grey-line {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px; }
  .caption.transform-norm, .small-caption.transform-norm {
    text-transform: none; }
  .caption.line-head, .small-caption.line-head {
    padding-bottom: 12px !important; }
  .caption.head-padding, .small-caption.head-padding {
    padding-bottom: 6px; }

.small-caption {
  margin-bottom: 10px; }

.bold-text {
  font-family: "DIN-Medium"; }
  .bold-text.people-aside {
    font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    margin-bottom: 0px; }

.regular-text {
  font-family: "DINPro-Regular"; }

.grey-text, #right-sidebar > p {
  color: #a1a1a1; }

.dark-text, .dark-text:hover, .dark-text:focus {
  color: #323333; }
  .dark-text a, .dark-text:hover a, .dark-text:focus a {
    color: #323333; }
  .dark-text.main-menu-item, .dark-text:hover.main-menu-item, .dark-text:focus.main-menu-item {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.88em;
    font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    line-height: 18px; }
    .dark-text.main-menu-item.news-em-fix, .dark-text:hover.main-menu-item.news-em-fix, .dark-text:focus.main-menu-item.news-em-fix {
      font-size: 0.95em; }
    .dark-text.main-menu-item.archive-em-fix, .dark-text:hover.main-menu-item.archive-em-fix, .dark-text:focus.main-menu-item.archive-em-fix {
      font-size: 1em; }
    .dark-text.main-menu-item.events-em-fix, .dark-text:hover.main-menu-item.events-em-fix, .dark-text:focus.main-menu-item.events-em-fix {
      font-size: 0.86em; }
  .dark-text.em, .dark-text:hover.em, .dark-text:focus.em {
    font-size: 1.03em; }

.black-text, .black-text:hover, .black-text:focus {
  color: #323333; }
  .black-text i a, .black-text:hover i a, .black-text:focus i a {
    color: #323333; }

.green-text {
  color: #33a11d; }

.blue-text {
  color: #1098ee; }

.edit {
  color: #323333;
  text-transform: none; }
  @media only screen and (max-width: 767px) {
    .edit {
      font-size: 10px; } }
  .edit i {
    margin-right: 5px;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .edit i {
        font-size: 12px; } }

.share i {
  margin: 0 4px; }

.dl-horizontal.left dt {
  text-align: left;
  font-weight: normal; }
.dl-horizontal.left dd, .dl-horizontal.left dt {
  margin-bottom: 14px; }

.old-h1, .old-h2, .old-h3, .old-h4, .old-h5, .old-h6 {
  color: #333333;
  font-family: inherit;
  font-weight: normal;
  margin: 9px 0;
  text-rendering: optimizelegibility; }
  .old-h1 small, .old-h2 small, .old-h3 small, .old-h4 small, .old-h5 small, .old-h6 small {
    color: #999999;
    font-weight: normal; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal; }

.old-h1, .h1 {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "DIN-Medium";
  border-bottom: 5px solid #404141;
  padding-bottom: 10px; }

.old-h2, .h2 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "DIN-Medium"; }

.old-h4, .h4 {
  font-size: 20px;
  line-height: 27px; }

.old-h5, .h5 {
  font-size: 14px;
  line-height: 18px; }

.old-h6, .h6 {
  font-size: 12px;
  line-height: 18px; }

/*Buttons*/
.custom-btn {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 3px 16px;
  background: #404141;
  border: none;
  border-radius: 0; }
  .custom-btn:hover, .custom-btn:focus {
    background: #333434;
    color: #ffffff; }
  .custom-btn.btn-blue {
    background: #00abec; }
    .custom-btn.btn-blue:hover, .custom-btn.btn-blue:focus {
      background: #0099d3; }
  .custom-btn.btn-transpent {
    color: #323333;
    background: transparent; }
  .custom-btn.btn-green {
    background: #32a626; }
  .custom-btn.btn-gray {
    background: #EBEBEB; }
  .custom-btn.btn-orange {
    background-color: #f3a845;
    background-image: -webkit-linear-gradient(top, #f3a845, #df9435);
    background-image: linear-gradient(to bottom,#f3a845, #df9435); }
  .custom-btn.btn-small {
    padding: 2px 12px;
    font-size: 12px; }
  .custom-btn.btn-block {
    display: block; }
  .custom-btn.large-btn {
    padding: 6px 18px;
    font-size: 16px; }
  .custom-btn.mr {
    margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    .custom-btn.mobile-btn-block {
      display: block;
      width: 100%; } }
  .custom-btn.bold-btn {
    font-family: "DIN-Medium"; }
  .custom-btn.not-clickable {
    background-color: #a1a1a1; }

.navbar-toggle {
  margin: 0;
  padding: 2px 4px;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff; }

/* FORMS styles */
form.grey-from .form-control {
  background: #eeeeee; }

fieldset {
  margin-bottom: 25px; }
  fieldset:last-child {
    margin-bottom: 0; }
  fieldset.grey-fieldset {
    background: #eeeeee; }
  fieldset.padding {
    padding: 15px; }
  fieldset.custom-padding {
    padding: 15px 0; }

legend {
  border: none;
  font-family: "DIN-Medium";
  text-transform: uppercase; }

label {
  font-weight: normal; }

.input-wrapper {
  position: relative; }

.search-form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #bfbfbf;
  border-radius: 0;
  padding-left: 25px;
  box-shadow: none; }
  .search-form input:focus {
    box-shadow: none;
    border-color: #bfbfbf; }
.search-form button {
  background: transparent;
  color: #4c4c4c;
  border: none;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -2px;
  height: 100%;
  padding: 0;
  line-height: 21px; }

.search-field-holder input {
  padding-left: 20px; }
.search-field-holder button {
  position: absolute;
  top: 0;
  height: 100%;
  left: 2px;
  padding: 0;
  background: transparent; }
  .search-field-holder button i {
    font-size: 12px;
    line-height: 21px;
    vertical-align: bottom;
    color: #323333; }

.form-control {
  font-size: 12px !important;
  height: 21px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-top: 2px;
  padding-bottom: 2px; }
  .form-control:focus {
    box-shadow: none; }

textarea {
  resize: none; }

.form-group:last-child {
  margin-bottom: 0; }

.mandatory-field {
  color: #ff0000;
  vertical-align: top; }

.white-form label {
  color: #ffffff; }
.white-form .form-control {
  height: 24px;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  border: none; }
  .white-form .form-control:focus {
    box-shadow: none; }

/*Custom checkbox*/
.custom-checkbox-box {
  position: relative; }
  .custom-checkbox-box label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: "DIN-Light"; }
  .custom-checkbox-box label:before, .custom-checkbox-box label:after {
    font-family: FontAwesome;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .custom-checkbox-box label:before, .custom-checkbox-box label:after {
        font-size: 16px; } }
  .custom-checkbox-box label:before {
    content: '\f096';
    /*unchecked*/ }
  .custom-checkbox-box label:after {
    content: '\f046';
    /*checked*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.35s; }
  .custom-checkbox-box input[type="checkbox"] {
    display: none; }
  .custom-checkbox-box input[type="checkbox"]:checked + label:after {
    max-width: 25px;
    opacity: 1; }

/*Custom radio*/
.custom-radio {
  position: relative; }
  .custom-radio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: "DIN-Light"; }
  .custom-radio label:before, .custom-radio label:after {
    font-family: FontAwesome;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .custom-radio label:before, .custom-radio label:after {
        font-size: 16px; } }
  .custom-radio label:before {
    content: '\f10c';
    /*unchecked*/ }
  .custom-radio label:after {
    content: '\f192';
    /*checked*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.35s; }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio input[type="radio"]:checked + label:after {
    max-width: 25px;
    opacity: 1; }

.captcha-holder {
  margin-bottom: 25px; }

#sortby-holder:after {
  content: "";
  display: table;
  clear: both; }
#sortby-holder label {
  float: left;
  margin-right: 10px;
  font-weight: normal; }
#sortby-holder .bootstrap-select {
  float: left;
  max-width: 280px;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    #sortby-holder .bootstrap-select {
      max-width: 100%;
      float: none; } }
  #sortby-holder .bootstrap-select.small {
    max-width: 155px; }
    @media only screen and (max-width: 991px) {
      #sortby-holder .bootstrap-select.small {
        max-width: 130px; } }
    @media only screen and (max-width: 767px) {
      #sortby-holder .bootstrap-select.small {
        max-width: 100%; } }

.has-error .custom-control-label {
  color: #b94a48; }

.lbb-container {
  color: #323333;
  padding-top: 50px;
  padding-bottom: 50px; }
  .lbb-container .lbb-title {
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: solid 5px #404141;
    text-transform: uppercase;
    font-size: 22px; }
  .lbb-container p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px; }
  .lbb-container .lbb-btn {
    height: 29px;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 8px;
    font-family: "DIN-Medium"; }
    .lbb-container .lbb-btn.color-black {
      background: #404141;
      color: #ffffff; }
    .lbb-container .lbb-btn.color-blue {
      background: #0291cd;
      color: #ffffff; }
    .lbb-container .lbb-btn.color-orange {
      background: #f8761a;
      color: #ffffff; }
    .lbb-container .lbb-btn.color-gray {
      background: #e5e5e5;
      color: #404141; }
  .lbb-container .table-footer {
    border-top: solid 5px #404141;
    padding-top: 3px;
    text-align: right; }
    @media screen and (max-width: 1000px) {
      .lbb-container .table-footer {
        display: none; } }
  .lbb-container .lbb-price-table .lbb-price-table-body {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .lbb-container .lbb-price-table .lbb-price-table-body {
        flex-wrap: wrap; } }
  .lbb-container .lbb-price-table .lbb-price-column {
    min-width: 142px;
    max-width: 142px;
    border-right: solid 4px #fff; }
    @media screen and (max-width: 1000px) {
      .lbb-container .lbb-price-table .lbb-price-column {
        max-width: none;
        width: 100%; } }
    .lbb-container .lbb-price-table .lbb-price-column:last-child {
      border-right: none; }
    .lbb-container .lbb-price-table .lbb-price-column:first-child {
      max-width: none;
      width: 100%;
      border-right: none; }
      @media screen and (max-width: 1000px) {
        .lbb-container .lbb-price-table .lbb-price-column:first-child {
          display: none; } }
      .lbb-container .lbb-price-table .lbb-price-column:first-child .title {
        height: 50px;
        border-bottom: solid 1px #f4f5f5;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis; }
        .lbb-container .lbb-price-table .lbb-price-column:first-child .title:first-child {
          height: 100px;
          border-bottom: solid 5px #404141;
          font-size: 18px;
          line-height: 24px;
          width: 100%;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          -o-align-items: flex-end;
          align-items: flex-end;
          padding-bottom: 5px;
          font-family: "DIN-Medium"; }
    .lbb-container .lbb-price-table .lbb-price-column .header-item {
      background: #ebebeb;
      text-align: center;
      font-size: 14px;
      padding-bottom: 5px;
      border-bottom: solid 5px #404141;
      height: 100px; }
      .lbb-container .lbb-price-table .lbb-price-column .header-item span {
        display: block;
        font-size: 12px; }
      .lbb-container .lbb-price-table .lbb-price-column .header-item .header-item-title {
        height: 28px;
        padding: 3px 0 0 24px;
        margin-bottom: 9px;
        text-align: left;
        background: #404141;
        font-size: 18px;
        color: #b5b3b2;
        position: relative;
        font-family: "DIN-Medium"; }
        .lbb-container .lbb-price-table .lbb-price-column .header-item .header-item-title img {
          position: absolute;
          top: 2px;
          left: 2px; }
    .lbb-container .lbb-price-table .lbb-price-column .item {
      height: 50px;
      border-bottom: solid 1px #f1f2f2;
      background: #ebebeb;
      font-size: 14px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .lbb-container .lbb-price-table .lbb-price-column .item .bullet {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #cccccc;
        position: relative;
        box-shadow: inset 0 1px 2px #6d6d6c; }
        @media screen and (max-width: 1000px) {
          .lbb-container .lbb-price-table .lbb-price-column .item .bullet {
            display: none; } }
        .lbb-container .lbb-price-table .lbb-price-column .item .bullet .bullet-x {
          position: absolute;
          left: 20px;
          margin-top: -2px; }
          @media screen and (max-width: 480px) {
            .lbb-container .lbb-price-table .lbb-price-column .item .bullet .bullet-x {
              width: 100%;
              position: absolute;
              text-align: center;
              top: 10px; } }
      .lbb-container .lbb-price-table .lbb-price-column .item .mobile-bullet {
        display: none; }
        @media screen and (max-width: 480px) {
          .lbb-container .lbb-price-table .lbb-price-column .item .mobile-bullet {
            width: 100%;
            float: left;
            margin-left: 0; } }
        @media screen and (max-width: 1000px) {
          .lbb-container .lbb-price-table .lbb-price-column .item .mobile-bullet {
            display: block;
            margin-left: 10px; } }
      @media screen and (max-width: 1000px) {
        .lbb-container .lbb-price-table .lbb-price-column .item.item-invalid {
          display: none; } }
      @media screen and (max-width: 480px) {
        .lbb-container .lbb-price-table .lbb-price-column .item {
          padding: 10px 15px 7px;
          display: table;
          text-align: center;
          min-height: auto;
          height: auto;
          width: 100%; }
          .lbb-container .lbb-price-table .lbb-price-column .item .trophies {
            width: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center; } }
      .lbb-container .lbb-price-table .lbb-price-column .item .xs_block {
        display: none; }
        @media screen and (max-width: 480px) {
          .lbb-container .lbb-price-table .lbb-price-column .item .xs_block {
            display: inline-flex; } }
      .lbb-container .lbb-price-table .lbb-price-column .item .lg_block {
        display: block; }
        @media screen and (max-width: 480px) {
          .lbb-container .lbb-price-table .lbb-price-column .item .lg_block {
            display: none; } }
  .lbb-container button.subscribe-disable, .lbb-container button[data-disabled] {
    cursor: not-allowed !important; }

.drop-holder {
  border: 2px dashed;
  padding: 10px;
  border-radius: 5px;
  background: #EEEEEE; }

.drop-holder.over {
  border: 2px dotted;
  background: #ffffff; }

i.fa-trophy {
  font-size: 22px;
  color: rgba(16, 16, 16, 0.2);
  text-shadow: 0px 1px 3px #fff, 0 0 0 #000, 5px 4px 6px transparent;
  float: left;
  margin: 2px; }

.registration-step-6 #div_id_logo .fileUpload {
  width: 90px; }

.note-editable iframe, .note-video-clip {
  width: 100%; }

.help-block.error.ml {
  display: inline-block; }

.request_new_credit {
  cursor: pointer;
  float: right; }

.help-block.warning {
  color: #ff9900; }

.dropdown-menu.inner {
  max-height: 275px !important; }

.credits-box {
  height: 600px !important;
  width: 100%;
  margin-top: 35px; }

@media (min-width: 768px) {
  .registration-step-6 #div_id_logo label {
    width: 16.6%; }
  .registration-step-6 #hint_id_logo {
    width: 100%;
    display: inline-block; } }
@media (max-width: 768px) {
  .credits-box {
    margin-top: 0px; } }
.registration-step .dropdown-menu.inner {
  max-height: 275px !important; }

.upload-image .help-block.error.ml {
  margin-left: 0; }

/* HEADER */
header {
  padding: 20px 0 0 0;
  background: #323333; }
  header .social-list {
    margin-top: -2px; }
  header .media-left {
    min-width: 120px; }

.header-top-part {
  margin-bottom: 30px; }

.header-middle-part {
  margin-bottom: 20px; }

.banner-list ul {
  margin-bottom: 10px; }
.banner-list li {
  margin-top: 10px;
  min-width: 80px;
  float: left;
  box-sizing: content-box; }
  .banner-list li:first-child {
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 35px; }
.banner-list a {
  display: block; }

#logo {
  max-width: 255px;
  width: 100%;
  display: block; }
  #logo img {
    width: 100%; }

@media only screen and (max-width: 767px) {
  .header-bottom-part {
    text-align: center; } }

.header-search-holder {
  float: left;
  margin-right: 25px;
  max-width: 217px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .header-search-holder {
      max-width: 100px; } }
  @media only screen and (max-width: 1199px) {
    .header-search-holder {
      max-width: 180px; } }
  .header-search-holder.loggining {
    max-width: 150px;
    margin-right: 0px; }
    @media only screen and (max-width: 767px) {
      .header-search-holder.loggining {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0; } }
  .header-search-holder .search-form input {
    border-bottom: 2px solid #4c4c4c;
    color: #ffffff; }
    .header-search-holder .search-form input:focus {
      border-color: #4c4c4c; }

.header-navigation {
  padding-left: 0px;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 991px) {
    .header-navigation {
      padding-left: 0;
      margin: 0 0 25px 0; } }
  .header-navigation i {
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms; }
  .header-navigation .dropdown.open a {
    background: transparent; }
  .header-navigation .dropdown.open i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .header-navigation > li {
    border-right: 1px solid #5b5b5b; }
    .header-navigation > li:last-child {
      border-right: none; }
    @media only screen and (max-width: 767px) {
      .header-navigation > li {
        border: none; } }
    .header-navigation > li > a {
      font-size: 13px;
      text-transform: uppercase;
      font-family: "DIN-Light";
      padding: 0px 8px;
      color: #ffffff; }
      .header-navigation > li > a:hover, .header-navigation > li > a:focus {
        background: transparent;
        color: #ffffff;
        text-decoration: underline; }
      @media only screen and (max-width: 991px) {
        .header-navigation > li > a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .header-navigation > li > a {
          padding: 4px 8px; } }
  .header-navigation i:before {
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms; }
  @media only screen and (max-width: 767px) {
    .header-navigation i {
      display: none; } }

.megamenu-item img {
  width: 100%;
  max-width: 100%; }

.login-block {
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  width: 100%;
  z-index: 5000;
  color: #ffffff; }
  .login-block .line {
    border-left: 1px solid #ffffff;
    padding-left: 40px; }
    @media only screen and (max-width: 991px) {
      .login-block .line {
        padding-left: 15px; } }
    @media only screen and (max-width: 767px) {
      .login-block .line {
        border: none; } }
  .login-block .media-left {
    padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .login-block .custom-btn {
      margin-bottom: 10px; } }

#login-logo {
  width: 40px;
  display: block; }
  #login-logo img {
    max-width: 100%; }

.sign-up-box {
  padding-top: 30px; }

.account-avatar {
  width: 30px;
  margin-right: 15px;
  float: left; }
  .account-avatar img {
    max-width: 100%; }

.account-name {
  color: #ffffff;
  margin-bottom: 0px; }

.dropdown:hover .mega-menu-dropdown-menu {
  display: block; }

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
  position: static; }

.mega-menu .container {
  position: relative; }
.mega-menu .mega-menu-content {
  padding: 25px 25px 0 25px;
  background: #ffffff; }
  @media only screen and (max-width: 767px) {
    .mega-menu .mega-menu-content {
      padding: 5px; } }
  .mega-menu .mega-menu-content .item {
    margin-bottom: 20px; }
  .mega-menu .mega-menu-content .media-left {
    min-width: 56px;
    max-width: 56px; }
    .mega-menu .mega-menu-content .media-left.with-calendar {
      min-width: 75px;
      max-width: 75px; }
.mega-menu .dropdown .mega-menu-dropdown-menu {
  margin-top: -20px; }
  @media only screen and (max-width: 991px) {
    .mega-menu .dropdown .mega-menu-dropdown-menu {
      margin-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .mega-menu .dropdown .mega-menu-dropdown-menu {
      display: none !important;
      visibility: hidden; } }
.mega-menu .dropdown-menu {
  left: 0;
  max-width: 860px;
  margin-top: 20px; }

#google_translate_element {
  text-align: right; }

/* FOOTER */
footer {
  background: #323333;
  padding: 20px 0 40px 0; }
  footer .caption {
    color: #ffffff; }
  footer li a {
    line-height: 20px; }
  footer .old-h5 {
    color: #ffffff;
    text-transform: uppercase; }

.footer-top-part {
  margin-bottom: 25px; }
  .footer-top-part ul {
    margin-bottom: 0; }
  .footer-top-part hr {
    margin: 10px 0; }

.footer-divider {
  height: 5px;
  background: #ffffff;
  margin: 20px 0; }

.footer-bottom-part {
  color: #ffffff; }
  .footer-bottom-part h3 {
    font-family: "DINPro-Regular"; }

.copyright {
  margin-top: 20px;
  color: #6d6d6d; }

.widget-holder {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .widget-holder {
      text-align: center; } }

/* Badge styles */
.badge {
  line-height: 18px;
  margin: 1px 5px;
  border-radius: 0;
  background: #fff000;
  color: #323333; }
  .badge.badge-grey {
    background: #a1a1a1;
    color: #ffffff; }
  .badge.badge-cirle {
    border-radius: 20px; }

/* Reset styles */
.container {
  max-width: 970px; }

.navbar-collapse {
  box-shadow: none; }

section {
  margin-bottom: 25px; }

.holder, .iframe-holder {
  margin-bottom: 20px; }
  .holder:after, .iframe-holder:after {
    content: "";
    display: table;
    clear: both; }
  .holder:last-child, .iframe-holder:last-child {
    margin-bottom: 0; }
  .holder.small-holder, .iframe-holder.small-holder {
    margin-bottom: 18px; }
  .holder.archive-details-holder, .iframe-holder.archive-details-holder {
    margin-bottom: 10px; }
  .holder.details-margin, .iframe-holder.details-margin {
    margin-bottom: 0px; }

.pt {
  padding-top: 20px; }

.pb {
  padding-bottom: 20px; }

.mt {
  margin-top: 25px; }

.mr {
  margin-right: 15px; }

.ml {
  margin-left: 15px; }

.mb {
  margin-bottom: 20px; }

.mb-small {
  margin-bottom: 10px; }

.mt-small {
  margin-top: 10px; }

.no-margin {
  margin-bottom: 0; }

.margin-fix {
  margin-bottom: 15px; }

.bordered-block {
  border-top: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding: 12px 0;
  border-bottom: 2px solid #eeeeee; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin-bottom: 20px; }
  ul:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    ul {
      margin-bottom: 10px; } }

img {
  max-width: 100%; }

figure {
  margin-bottom: 0px; }

.dropdown-menu {
  border-radius: 0; }

@media only screen and (max-width: 767px) {
  .mobile-text-center {
    text-align: center; } }

.custom-col-left {
  padding-right: 0; }
  @media only screen and (max-width: 767px) {
    .custom-col-left {
      padding-right: 15px; } }

.custom-col-right {
  padding-left: 0; }
  @media only screen and (max-width: 767px) {
    .custom-col-right {
      padding-left: 15px; } }

@media only screen and (max-width: 991px) {
  .push-sm-down {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .push-down {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .push-down-small {
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .push-down-big {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .push-down-bigger {
    margin-bottom: 80px; } }

@media only screen and (max-width: 991px) {
  .hidden-tablet {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

.visible-tablet {
  display: none; }
  @media only screen and (max-width: 991px) {
    .visible-tablet {
      z-index: 2;
      position: relative;
      display: inline-block !important; } }

.visible-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-mobile {
      z-index: 2;
      position: relative;
      display: inline-block !important; } }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-body {
  width: 10000px; }

.media, .media-body {
  overflow: hidden; }
  .media.mb, .media-body.mb {
    margin-bottom: 15px; }

.bootstrap-select.btn-group button {
  border-radius: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #eeeeee;
  color: #a5a5a5;
  font-size: 12px; }

.text-uppercase {
  text-transform: uppercase; }

.dark-panel {
  padding: 20px 25px;
  background: #323333; }
  @media only screen and (max-width: 767px) {
    .dark-panel {
      padding: 20px 15px; } }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.mr {
  margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .mr {
      margin: 0 0 10px 0; } }

.mb {
  margin-bottom: 25px; }
  .mb.font-increase > p {
    font-size: 1.1em; }

.mb-small {
  margin-bottom: 15px; }

.text-item {
  margin-bottom: 25px; }
  .text-item p {
    margin-bottom: 10px; }
  .text-item:last-child {
    margin-bottom: 0; }

.grey-divider {
  height: 2px;
  background: #d3d5d7;
  margin: 20px 0; }

.divider {
  margin: 20px 0;
  height: 1px; }

.divider-small {
  margin: 10px 0;
  height: 1px; }

.divider-mini {
  margin: 5px 0;
  height: 1px; }

.edit-holder.right {
  text-align: right; }

.views-holder {
  margin-top: 30px; }
  .views-holder p {
    margin-bottom: 4px; }
  .views-holder span {
    font-size: 20px;
    font-family: "DIN-Medium"; }

.grey-divider {
  margin: 10px 0;
  height: 2px;
  background: #eeeeee; }

.link-back-holder {
  margin-bottom: 10px; }
  .link-back-holder a {
    color: #323333;
    font-size: 20px; }
    .link-back-holder a:hover, .link-back-holder a:focus {
      color: #a1a1a1;
      text-decoration: none; }
  .link-back-holder.news-back-holder {
    margin-bottom: 11px; }

.floatet-img {
  margin: 0 20px 10px 0;
  float: left;
  max-width: 100%; }

.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-16by10 {
    padding-bottom: 61.25%; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.audio-responsive {
  padding-bottom: 40px !important;
  border-radius: 20px; }

.inline-iframe-audio {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  padding-bottom: 40px !important;
  border-radius: 20px !important; }

.inline-iframe-audio iframe {
  border: 0 none !important;
  bottom: 0 !important;
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  background: #000 !important; }

.hidden-section {
  display: none; }

.pr7 {
  padding-right: 7px; }

.pl7 {
  padding-left: 7px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

@media (min-width: 767px) and (max-width: 991px) {
  .holder iframe {
    width: 97%; } }
@media (max-width: 767px) {
  .holder iframe {
    width: 100%; } }
/* LIST */
.account-list {
  float: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .account-list {
      margin-top: 4px; } }
  .account-list li {
    border-left: 1px solid #5b5b5b;
    border-right: 1px solid #5b5b5b;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .account-list li:first-child {
      padding-left: 10px; }
    .account-list li:last-child {
      border-left: none;
      margin-right: 0; }
  .account-list a {
    display: inline-block;
    color: #ffffff; }
    .account-list a:focus, .account-list a:hover {
      color: #ffffff; }
  .account-list.loggining {
    border-right: 1px solid #a1a1a1; }
    @media only screen and (max-width: 767px) {
      .account-list.loggining {
        margin-bottom: 0; } }
    .account-list.loggining li:first-child {
      padding-left: 40px;
      border-right: none; }
      .account-list.loggining li:first-child .account-avatar {
        position: absolute;
        left: 5px;
        top: 5px; }
    .account-list.loggining li:last-child {
      border: none; }
    .account-list.loggining span {
      font-size: 12px; }

.social-list li {
  padding: 0 0; }
  .social-list li i {
    color: #5b5b5b; }
    .social-list li i.fa-inverse {
      color: #323333; }
    .social-list li i:hover, .social-list li i:focus {
      color: #8e8e8e; }

.people-list {
  margin-bottom: 20px; }
  .people-list.no-margin {
    margin-bottom: 0px; }
  .people-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
    width: 21.5%;
    max-width: 40px; }
    .people-list li:nth-child(4) {
      margin-right: 0; }
    .people-list li:last-child {
      margin-right: 0; }
    .people-list li.right-width {
      width: 17.5%; }
  .people-list.mb-small {
    margin-bottom: 5px; }
  .people-list img {
    max-width: 100%; }
  .people-list.fixed-width {
    max-width: 200px;
    width: 100%; }
  .people-list.fifth li {
    width: 19.5%;
    max-width: 57px; }

.profile-menu li {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0; }
  .profile-menu li b {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px; }
  .profile-menu li.active {
    background-color: #eeeeee; }
  .profile-menu li .numb {
    background-color: #fff000;
    padding: 1px 5px; }
  .profile-menu li a {
    padding-left: 8px;
    color: #323333;
    margin-right: 5px; }
    .profile-menu li a[class*="icon-"] {
      padding-left: 32px;
      position: relative; }
    .profile-menu li a.icon-book:before {
      content: "";
      position: absolute;
      z-index: 55;
      left: 6px;
      top: 0;
      width: 16px;
      height: 14px;
      background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-profile-book.png') no-repeat;
      display: block;
      background-size: auto; }
    .profile-menu li a.icon-news:before {
      content: "";
      position: absolute;
      z-index: 55;
      left: 6px;
      top: 1px;
      width: 16px;
      height: 16px;
      background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-profile-news.png') no-repeat;
      display: block;
      background-size: auto; }
    .profile-menu li a.icon-hires:before {
      content: "";
      position: absolute;
      z-index: 55;
      left: 7px;
      top: 1px;
      width: 13px;
      height: 16px;
      background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-profile-hires.png') no-repeat;
      display: block;
      background-size: auto; }
    .profile-menu li a.icon-people:before {
      content: "";
      position: absolute;
      z-index: 55;
      left: 8px;
      top: 1px;
      width: 12px;
      height: 16px;
      background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-profile-people.png') no-repeat;
      display: block;
      background-size: auto; }
    .profile-menu li a.icon-companies:before {
      content: "";
      position: absolute;
      z-index: 55;
      left: 6px;
      top: 0;
      width: 16px;
      height: 16px;
      background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-profile-companies.png') no-repeat;
      display: block;
      background-size: auto; }

.badge {
  line-height: 18px;
  margin: 1px 5px;
  border-radius: 0;
  background: #fff000;
  color: #323333; }
  .badge.badge-grey {
    background: #a1a1a1;
    color: #ffffff; }
  .badge.badge-cirle {
    border-radius: 20px; }

.list-actions a, .list-actions span {
  color: #323333; }
.list-actions i {
  color: #a1a1a1;
  margin: 0 5px; }
.list-actions .pluslogin {
  margin: 0; }
  .list-actions .pluslogin i {
    margin: 0 0 0 0 !important;
    padding-top: 4.5px;
    height: 20px; }
  .list-actions .pluslogin i.fa-2x {
    font-size: 1.6em !important; }
.list-actions .like, .list-actions .watch {
  height: 20px;
  width: 37px;
  position: relative; }
  .list-actions .like a, .list-actions .watch a {
    position: relative;
    height: inherit;
    vertical-align: middle; }
  .list-actions .like i, .list-actions .watch i {
    position: absolute;
    bottom: 0;
    height: 14px;
    width: 20px;
    left: 0;
    vertical-align: middle;
    margin: 0 0 0 0 !important; }
  .list-actions .like i.fa-2x, .list-actions .watch i.fa-2x {
    font-size: 1.6em !important;
    top: -2px; }
  .list-actions .like span, .list-actions .watch span {
    padding-left: 22px;
    position: relative;
    vertical-align: middle; }

.post-actions .pluslogin {
  margin: 0; }
  .post-actions .pluslogin i {
    margin: 0 0 0 0 !important;
    padding-top: 4.5px;
    height: 20px; }
  .post-actions .pluslogin i.fa-2x {
    font-size: 1.6em !important; }
.post-actions .like, .post-actions .watch {
  height: 20px;
  width: 37px;
  position: relative; }
  .post-actions .like a, .post-actions .watch a {
    position: relative;
    height: inherit;
    vertical-align: middle; }
  .post-actions .like i, .post-actions .watch i {
    position: absolute;
    bottom: 0;
    height: 14px;
    width: 20px;
    left: 0;
    vertical-align: middle;
    margin: 0 0 0 0 !important; }
  .post-actions .like i.fa-2x, .post-actions .watch i.fa-2x {
    font-size: 1.6em !important;
    top: -1px; }
  .post-actions .like span, .post-actions .watch span {
    padding-left: 19px;
    position: relative;
    vertical-align: middle; }

.work-icon-list .like {
  margin-top: 2px; }
  .work-icon-list .like i.fa-2x {
    top: -2px; }
  .work-icon-list .like span {
    top: -1px; }

@-moz-document url-prefix() {
  .work-icon-list .like i.fa-2x {
    top: -2px; }
  .work-icon-list .like span {
    top: 0px; }

  .work-icon-list li.watch {
    margin-top: -1px !important; }

  @media (min-width: 320px) and (max-width: 991px) {
    .work-icon-list .like span {
      top: -1px; }

    .work-icon-list li.watch {
      margin-top: -2px !important; } } }
.post-actions {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0; }
  .post-actions li {
    vertical-align: middle;
    margin: 0 10px 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.post-actions {
  margin-top: 3px; }
  .post-actions li {
    font-size: 11px;
    line-height: 18px;
    padding: 0 0;
    line-height: 19px; }

.recommend-link_left {
  position: relative; }
  .recommend-link_left.pb15 {
    padding-bottom: 15px; }
  .recommend-link_left.pb20 {
    padding-bottom: 20px; }
  .recommend-link_left.pb25 {
    padding-bottom: 25px; }
  .recommend-link_left a {
    position: absolute;
    z-index: 55;
    right: 0;
    top: 0;
    color: #a5a5a5; }
    .recommend-link_left a .fa {
      font-size: 1.7em; }

.share-list li {
  line-height: 24px;
  padding: 4px 0; }
  .share-list li.no-padding-bottom {
    padding-bottom: 0px; }
  .share-list li.no-padding {
    padding: 0px; }

hr.large {
  border-width: 3px 0 0; }
hr.medium {
  border-width: 2px 0 0; }

.header-menu-list {
  margin-bottom: 14px; }
  .header-menu-list li {
    line-height: 16px; }
  .header-menu-list a {
    font-size: 12px;
    color: #323333; }

.bordered-list li {
  border-right: 2px solid #323333;
  margin-right: 4px;
  padding-left: 4px; }
  .bordered-list li:last-child {
    border: none;
    margin-right: 0;
    padding-left: 0; }
.bordered-list.border-list-job li {
  margin-right: 2px !important; }
  .bordered-list.border-list-job li .small-text {
    font-size: 14px; }

.work-select .btn-group.bootstrap-select, .work-select select.selectpicker {
  max-width: 130px !important; }

.share-actions i {
  margin-right: 15px; }

.editor_choice_block p.small-caption.line-small {
  margin-bottom: 0; }
.editor_choice_block .custom-checkbox-box img {
  margin-right: 10px; }
.editor_choice_block .custom-checkbox-box label:before, .editor_choice_block .custom-checkbox-box label:after {
  top: -5px; }

.news_listing_block {
  position: relative; }

.editor_flag_icon img {
  position: absolute;
  top: -15px;
  right: 5px;
  margin-left: 5px; }

.editor_flag_icon:nth-child(2) img {
  right: 30px; }

.editor_flag_icon:nth-child(3) img {
  right: 60px; }

.editor_flag_icon:nth-child(4) img {
  right: 90px; }

.make-relative {
  position: relative; }

.range-date {
  width: 100%;
  font-size: 10px; }

.main-search-list .make-relative:first-child .editor_flag_icon img {
  top: -10px; }

.news_addwork_block {
  padding: 15px; }
  .news_addwork_block .media {
    overflow: visible; }
    .news_addwork_block .media .media-body {
      overflow: visible; }

.collections-heading {
  background: #727373;
  padding: 10px;
  color: #fff; }

.collections-heading.collections-small {
  padding: 5px; }

.work-list-my-book {
  position: relative; }
  .work-list-my-book .media-left {
    vertical-align: middle; }
  .work-list-my-book .media {
    margin-top: 0px; }

.content-media-item.work-list-my-book {
  padding-bottom: 13px;
  padding-top: 13px;
  margin-bottom: 0px; }

.dashboard-collections .collections-heading {
  background: #323333; }
  .dashboard-collections .collections-heading.blue-heading {
    background: #00ABEC; }

@media (min-width: 320px) and (max-width: 580px) {
  .immortal_awards_work_image_root .actual_rank img {
    width: 65px; } }

.league-popup .immortal_awards_work_image_root p {
  margin-top: 15px; }

/* RIGHT ASIDE */
#right-sidebar.small-sidebar p {
  margin-bottom: 4px; }
  #right-sidebar.small-sidebar p.people-aside, #right-sidebar.small-sidebar p.jobs-aside {
    margin-bottom: 0px; }
  #right-sidebar.small-sidebar p.people-might-know {
    margin-bottom: 13px;
    color: #a1a1a1; }
#right-sidebar .item-holder {
  margin-bottom: 25px; }
  #right-sidebar .item-holder:last-child {
    margin-bottom: 0; }
  #right-sidebar .item-holder img {
    max-width: 100%; }
  #right-sidebar .item-holder.line .item {
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 10px;
    padding-bottom: 15px; }
    #right-sidebar .item-holder.line .item.people-aside-margin {
      margin-bottom: 20px; }
    #right-sidebar .item-holder.line .item a:hover, #right-sidebar .item-holder.line .item a:focus {
      color: #323333; }
    #right-sidebar .item-holder.line .item > h6 > a {
      font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
      font-size: 0.9em;
      font-weight: bold; }
  #right-sidebar .item-holder.uppercase p {
    text-transform: uppercase; }
#right-sidebar .picture-holder {
  margin-bottom: 5px;
  display: block;
  color: #323333; }
  #right-sidebar .picture-holder img {
    max-width: 100%; }
#right-sidebar > p {
  margin-bottom: 6px; }
#right-sidebar h6.news-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }

@media only screen and (max-width: 991px) {
  .filter-block {
    display: none; } }
.filter-block fieldset {
  margin-bottom: 19px; }
.filter-block .small-caption {
  margin-bottom: 9px;
  line-height: 18px;
  padding-bottom: 5px; }
  .filter-block .small-caption.line-small {
    border-bottom: 1px solid #a8a8a8; }

.filter-trigger {
  margin-bottom: 20px; }

aside .text-box {
  margin-bottom: 20px; }
  aside .text-box p {
    margin-bottom: 4px;
    color: #323333; }
  aside .text-box a:hover {
    color: #323333; }

/* LEFT ASIDE */
#left-sidebar .bootstrap-select.btn-group {
  margin-bottom: 10px; }
  #left-sidebar .bootstrap-select.btn-group:last-child {
    margin-bottom: 0; }
  #left-sidebar .bootstrap-select.btn-group button {
    border: none; }
  #left-sidebar .bootstrap-select.btn-group .btn .filter-option {
    position: absolute;
    left: 0;
    padding-left: 12px;
    width: 80%; }
#left-sidebar textarea {
  height: 40px;
  background: #eeeeee; }
  #left-sidebar textarea:focus {
    border-color: #bfbfbf; }

/* MODALS styles */
.modal .modal-content {
  border-radius: 0; }
.modal .close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  color: #323333; }
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  border: none; }
.modal .modal-footer {
  margin-top: 0;
  text-align: left;
  padding-top: 0; }
.modal .modal-header {
  padding-bottom: 0; }
.modal textarea {
  height: 40px; }

.modal-title:after {
  content: "";
  display: table;
  clear: both; }

.modal-logo {
  float: left;
  margin-right: 15px; }

#modal-login .modal-body {
  padding: 0; }

#modal-welcome .modal-dialog {
  width: 750px; }
  @media only screen and (max-width: 767px) {
    #modal-welcome .modal-dialog {
      width: 100%; } }

#modal-change-password .modal-header {
  padding: 0; }

.form-box-holder {
  margin-top: 16px;
  margin-bottom: 25px; }
  .form-box-holder:last-child {
    margin-bottom: 0; }

.modal-filed-trigger {
  margin-left: 15px;
  color: #323333;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block; }
  .modal-filed-trigger:hover, .modal-filed-trigger:focus {
    color: #323333; }
  .modal-filed-trigger span {
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #323333;
    display: block;
    margin-right: 6px;
    text-align: center;
    float: left;
    position: relative; }
    .modal-filed-trigger span:before {
      font-family: 'FontAwesome';
      content: '\f068';
      font-size: 12px;
      line-height: 16px;
      position: relative;
      top: 0px; }
  .modal-filed-trigger.closet span:before {
    content: '\f067'; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.modal-footer:after {
  clear: both; }

.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 730px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .modal-dialog.modal-lg {
      width: 730px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.modal-comment .comment-label {
  font-size: 14px; }
.modal-comment .comment-error {
  color: red; }
.modal-comment .textarea-comment {
  height: 100px; }

.collectionModal .modal-body {
  padding-top: 10px !important; }

.personal_popup {
  opacity: 0;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: -100;
  background: #fff;
  -webkit-box-shadow: 3px 3px 21px 1px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 3px 3px 21px 1px rgba(0, 0, 0, 0.47);
  box-shadow: 3px 3px 21px 1px rgba(0, 0, 0, 0.47); }

.personal_popup:before {
  content: '';
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #ffffff;
  clear: both; }

.rounded-image {
  border-radius: 50%; }

.personal_popup.open {
  z-index: 100;
  display: block;
  opacity: 1; }

.personal_popup.small_popup {
  width: 320px;
  padding: 0px;
  cursor: default;
  top: 200%;
  left: auto;
  right: 0; }

.personal_popup.small_popup:before {
  content: '';
  margin: auto;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #434444;
  clear: both; }

.personal_popup header {
  padding: 5px;
  text-transform: uppercase;
  background: #434444; }

.personal_popup article {
  height: 150px;
  overflow: auto; }
  .personal_popup article .item {
    color: #555;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background: #eeeeff; }
  .personal_popup article .item:hover {
    background: #ffffff; }

.personal_popup footer {
  padding: 0px; }
  .personal_popup footer a {
    width: 100%; }

.personal_popup .custom-btn {
  cursor: pointer; }

.text-left {
  text-align: left; }

button.modal-filed-trigger {
  background: none; }

fieldset .sub-category {
  background: #dddddd; }

/* Tabs */
.nav-tabs {
  margin-bottom: 20px; }
  .nav-tabs li {
    font-family: "DIN-Medium";
    border-right: 2px solid #eeeeee;
    margin-bottom: -1px; }
    .nav-tabs li a {
      color: #999999;
      line-height: 18px;
      padding-bottom: 8px;
      padding-top: 3.5px;
      position: relative;
      border: none;
      font-size: 17px; }
      .nav-tabs li a:hover, .nav-tabs li a:focus {
        border: none;
        color: #323333;
        background: transparent; }
      @media only screen and (max-width: 767px) {
        .nav-tabs li a {
          font-size: 14px; } }
    .nav-tabs li.active a {
      border: none;
      margin-right: 0;
      color: #323333; }
      .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
        border: none; }
      .nav-tabs li.active a:before {
        background-color: white;
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 55; }
  .nav-tabs.my-book-tabs {
    margin-bottom: 18px; }
    .nav-tabs.my-book-tabs li a {
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0px; }

.my-tabs {
  border-bottom: 2px solid #eeeeee; }
  .my-tabs a {
    text-transform: uppercase; }

/* Summernote */
.note-editor {
  position: relative;
  border: 1px solid #a9a9a9; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  border: 2px dashed #87cefa;
  opacity: .95;
  pointer-event: none; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf;
  border: 2px dashed #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #a9a9a9; }

.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%; }

.note-editor.fullscreen .note-editable {
  background-color: white; }

.note-editor.fullscreen .note-resizebar {
  display: none; }

.note-editor.codeview .note-editable {
  display: none; }

.note-editor.codeview .note-codable {
  display: block; }

.note-editor .note-statusbar {
  background-color: #f5f5f5; }

.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #a9a9a9; }

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
  color: #a9a9a9;
  content: attr(data-placeholder); }

.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0; }

.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-air-editor {
  outline: 0; }

.note-popover .popover {
  max-width: none; }

.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover .popover .arrow {
  left: 20px; }

.note-popover .popover .popover-content, .note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover .popover-content .btn-group .note-table, .note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker, .note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat; }

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat; }

.note-popover .popover .popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
  min-width: 340px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee; }

.note-popover .popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child, .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover .popover-content .dropdown-menu.right::before, .note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover .popover-content .dropdown-menu.right::after, .note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover .popover-content .dropdown-menu li a.checked i, .note-toolbar .dropdown-menu li a.checked i {
  visibility: visible; }

.note-popover .popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background: transparent;
  background-color: #222 !important;
  border: 0;
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white; }

.note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  border-bottom: white 1px solid; }

.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer; }

.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0; }

.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px; }

.note-dialog .note-help-dialog .note-shortcut-row {
  margin-right: -5px;
  margin-left: -5px; }

.note-dialog .note-help-dialog .note-shortcut-col {
  padding-right: 5px;
  padding-left: 5px; }

.note-dialog .note-help-dialog .note-shortcut-title {
  font-size: 13px;
  font-weight: bold;
  color: #dd0; }

.note-dialog .note-help-dialog .note-shortcut-key {
  font-family: "Courier New";
  color: #dd0;
  text-align: right; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-editor {
  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ }

.note-editor article,
.note-editor aside,
.note-editor details,
.note-editor figcaption,
.note-editor figure,
.note-editor footer,
.note-editor header,
.note-editor hgroup,
.note-editor main,
.note-editor nav,
.note-editor section,
.note-editor summary {
  display: block; }

.note-editor audio,
.note-editor canvas,
.note-editor video {
  display: inline-block; }

.note-editor audio:not([controls]) {
  display: none;
  height: 0; }

.note-editor [hidden],
.note-editor template {
  display: none; }

.note-editor html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.note-editor body {
  margin: 0; }

.note-editor a {
  background: transparent; }

.note-editor a:focus {
  outline: thin dotted; }

.note-editor a:active,
.note-editor a:hover {
  outline: 0; }

.note-editor h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.note-editor abbr[title] {
  border-bottom: 1px dotted; }

.note-editor b,
.note-editor strong {
  font-weight: bold; }

.note-editor dfn {
  font-style: italic; }

.note-editor hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

.note-editor mark {
  background: #ff0;
  color: #000; }

.note-editor code,
.note-editor kbd,
.note-editor pre,
.note-editor samp {
  font-family: monospace, serif;
  font-size: 1em; }

.note-editor pre {
  white-space: pre-wrap; }

.note-editor q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

.note-editor small {
  font-size: 80%; }

.note-editor sub,
.note-editor sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.note-editor sup {
  top: -0.5em; }

.note-editor sub {
  bottom: -0.25em; }

.note-editor img {
  border: 0; }

.note-editor svg:not(:root) {
  overflow: hidden; }

.note-editor figure {
  margin: 0; }

.note-editor fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

.note-editor legend {
  border: 0;
  padding: 0; }

.note-editor button,
.note-editor input,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

.note-editor button,
.note-editor input {
  line-height: normal; }

.note-editor button,
.note-editor select {
  text-transform: none; }

.note-editor button,
.note-editor html input[type="button"],
.note-editor input[type="reset"],
.note-editor input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.note-editor button[disabled],
.note-editor html input[disabled] {
  cursor: default; }

.note-editor input[type="checkbox"],
.note-editor input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.note-editor input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.note-editor input[type="search"]::-webkit-search-cancel-button,
.note-editor input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.note-editor button::-moz-focus-inner,
.note-editor input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.note-editor textarea {
  overflow: auto;
  vertical-align: top; }

.note-editor table {
  border-collapse: collapse;
  border-spacing: 0; }

@media print {
  .note-editor * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  .note-editor a,
  .note-editor a:visited {
    text-decoration: underline; }

  .note-editor a[href]:after {
    content: " (" attr(href) ")"; }

  .note-editor abbr[title]:after {
    content: " (" attr(title) ")"; }

  .note-editor .ir a:after,
  .note-editor a[href^="javascript:"]:after,
  .note-editor a[href^="#"]:after {
    content: ""; }

  .note-editor pre,
  .note-editor blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .note-editor thead {
    display: table-header-group; }

  .note-editor tr,
  .note-editor img {
    page-break-inside: avoid; }

  .note-editor img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  .note-editor p,
  .note-editor h2,
  .note-editor h3 {
    orphans: 3;
    widows: 3; }

  .note-editor h2,
  .note-editor h3 {
    page-break-after: avoid; }

  .note-editor .navbar {
    display: none; }

  .note-editor .table td,
  .note-editor .table th {
    background-color: #fff !important; }

  .note-editor .btn > .caret,
  .note-editor .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .note-editor .label {
    border: 1px solid #000; }

  .note-editor .table {
    border-collapse: collapse !important; }

  .note-editor .table-bordered th,
  .note-editor .table-bordered td {
    border: 1px solid #ddd !important; } }
.note-editor *,
.note-editor *:before,
.note-editor *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.note-editor html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

.note-editor body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }

.note-editor input,
.note-editor button,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.note-editor a {
  color: #428bca;
  text-decoration: none; }

.note-editor a:hover,
.note-editor a:focus {
  color: #2a6496;
  text-decoration: underline; }

.note-editor a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.note-editor img {
  vertical-align: middle; }

.note-editor .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.note-editor .img-rounded {
  border-radius: 6px; }

.note-editor .img-thumbnail, .note-editor .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.note-editor .img-circle {
  border-radius: 50%; }

.note-editor hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.note-editor .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.note-editor p {
  margin: 0 0 10px; }

.note-editor .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .note-editor .lead {
    font-size: 21px; } }
.note-editor small,
.note-editor .small {
  font-size: 85%; }

.note-editor cite {
  font-style: normal; }

.note-editor .text-muted {
  color: #999999; }

.note-editor .text-primary {
  color: #428bca; }

.note-editor .text-primary:hover {
  color: #3071a9; }

.note-editor .text-warning {
  color: #c09853; }

.note-editor .text-warning:hover {
  color: #a47e3c; }

.note-editor .text-danger {
  color: #b94a48; }

.note-editor .text-danger:hover {
  color: #953b39; }

.note-editor .text-success {
  color: #468847; }

.note-editor .text-success:hover {
  color: #356635; }

.note-editor .text-info {
  color: #3a87ad; }

.note-editor .text-info:hover {
  color: #2d6987; }

.note-editor .text-left {
  text-align: left; }

.note-editor .text-right {
  text-align: right; }

.note-editor .text-center {
  text-align: center; }

.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor .h1,
.note-editor .h2,
.note-editor .h3,
.note-editor .h4,
.note-editor .h5,
.note-editor .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor .h1 small,
.note-editor .h2 small,
.note-editor .h3 small,
.note-editor .h4 small,
.note-editor .h5 small,
.note-editor .h6 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small,
.note-editor .h1 .small,
.note-editor .h2 .small,
.note-editor .h3 .small,
.note-editor .h4 .small,
.note-editor .h5 .small,
.note-editor .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

.note-editor h1,
.note-editor h2,
.note-editor h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small {
  font-size: 65%; }

.note-editor h4,
.note-editor h5,
.note-editor h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small {
  font-size: 75%; }

.note-editor h1,
.note-editor .h1 {
  font-size: 36px; }

.note-editor h2,
.note-editor .h2 {
  font-size: 30px; }

.note-editor h3,
.note-editor .h3 {
  font-size: 24px; }

.note-editor h4,
.note-editor .h4 {
  font-size: 18px; }

.note-editor h5,
.note-editor .h5 {
  font-size: 14px; }

.note-editor h6,
.note-editor .h6 {
  font-size: 12px; }

.note-editor .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

.note-editor ul,
.note-editor ol {
  margin-top: 0;
  margin-bottom: 10px; }

.note-editor ul ul,
.note-editor ol ul,
.note-editor ul ol,
.note-editor ol ol {
  margin-bottom: 0; }

.note-editor .list-unstyled, .note-editor .list-inline {
  padding-left: 0;
  list-style: none; }

.note-editor .list-inline {
  padding-left: 0;
  list-style: none; }

.note-editor .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.note-editor dl {
  margin-bottom: 20px; }

.note-editor dt,
.note-editor dd {
  line-height: 1.428571429; }

.note-editor dt {
  font-weight: bold; }

.note-editor dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .note-editor .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .note-editor .dl-horizontal dd {
    margin-left: 180px; }

  .note-editor .dl-horizontal dd:before,
  .note-editor .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

  .note-editor .dl-horizontal dd:after {
    clear: both; }

  .note-editor .dl-horizontal dd:before,
  .note-editor .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

  .note-editor .dl-horizontal dd:after {
    clear: both; } }
.note-editor abbr[title],
.note-editor abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.note-editor abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.note-editor blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

.note-editor blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

.note-editor blockquote p:last-child {
  margin-bottom: 0; }

.note-editor blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

.note-editor blockquote small:before {
  content: '\2014 \00A0'; }

.note-editor blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

.note-editor blockquote.pull-right p,
.note-editor blockquote.pull-right small,
.note-editor blockquote.pull-right .small {
  text-align: right; }

.note-editor blockquote.pull-right small:before,
.note-editor blockquote.pull-right .small:before {
  content: ''; }

.note-editor blockquote.pull-right small:after,
.note-editor blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

.note-editor blockquote:before,
.note-editor blockquote:after {
  content: ""; }

.note-editor address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.note-editor code,
.note-editor kdb,
.note-editor pre,
.note-editor samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

.note-editor code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

.note-editor pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.note-editor pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.note-editor .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.note-editor .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.note-editor .container:before,
.note-editor .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .container:after {
  clear: both; }

.note-editor .container:before,
.note-editor .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .container:after {
  clear: both; }

.note-editor .row {
  margin-left: -15px;
  margin-right: -15px; }

.note-editor .row:before,
.note-editor .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .row:after {
  clear: both; }

.note-editor .row:before,
.note-editor .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .row:after {
  clear: both; }

.note-editor .col-xs-1,
.note-editor .col-sm-1,
.note-editor .col-md-1,
.note-editor .col-lg-1,
.note-editor .col-xs-2,
.note-editor .col-sm-2,
.note-editor .col-md-2,
.note-editor .col-lg-2,
.note-editor .col-xs-3,
.note-editor .col-sm-3,
.note-editor .col-md-3,
.note-editor .col-lg-3,
.note-editor .col-xs-4,
.note-editor .col-sm-4,
.note-editor .col-md-4,
.note-editor .col-lg-4,
.note-editor .col-xs-5,
.note-editor .col-sm-5,
.note-editor .col-md-5,
.note-editor .col-lg-5,
.note-editor .col-xs-6,
.note-editor .col-sm-6,
.note-editor .col-md-6,
.note-editor .col-lg-6,
.note-editor .col-xs-7,
.note-editor .col-sm-7,
.note-editor .col-md-7,
.note-editor .col-lg-7,
.note-editor .col-xs-8,
.note-editor .col-sm-8,
.note-editor .col-md-8,
.note-editor .col-lg-8,
.note-editor .col-xs-9,
.note-editor .col-sm-9,
.note-editor .col-md-9,
.note-editor .col-lg-9,
.note-editor .col-xs-10,
.note-editor .col-sm-10,
.note-editor .col-md-10,
.note-editor .col-lg-10,
.note-editor .col-xs-11,
.note-editor .col-sm-11,
.note-editor .col-md-11,
.note-editor .col-lg-11,
.note-editor .col-xs-12,
.note-editor .col-sm-12,
.note-editor .col-md-12,
.note-editor .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.note-editor .col-xs-1,
.note-editor .col-xs-2,
.note-editor .col-xs-3,
.note-editor .col-xs-4,
.note-editor .col-xs-5,
.note-editor .col-xs-6,
.note-editor .col-xs-7,
.note-editor .col-xs-8,
.note-editor .col-xs-9,
.note-editor .col-xs-10,
.note-editor .col-xs-11 {
  float: left; }

.note-editor .col-xs-12 {
  width: 100%; }

.note-editor .col-xs-11 {
  width: 91.66666666666666%; }

.note-editor .col-xs-10 {
  width: 83.33333333333334%; }

.note-editor .col-xs-9 {
  width: 75%; }

.note-editor .col-xs-8 {
  width: 66.66666666666666%; }

.note-editor .col-xs-7 {
  width: 58.333333333333336%; }

.note-editor .col-xs-6 {
  width: 50%; }

.note-editor .col-xs-5 {
  width: 41.66666666666667%; }

.note-editor .col-xs-4 {
  width: 33.33333333333333%; }

.note-editor .col-xs-3 {
  width: 25%; }

.note-editor .col-xs-2 {
  width: 16.666666666666664%; }

.note-editor .col-xs-1 {
  width: 8.333333333333332%; }

.note-editor .col-xs-pull-12 {
  right: 100%; }

.note-editor .col-xs-pull-11 {
  right: 91.66666666666666%; }

.note-editor .col-xs-pull-10 {
  right: 83.33333333333334%; }

.note-editor .col-xs-pull-9 {
  right: 75%; }

.note-editor .col-xs-pull-8 {
  right: 66.66666666666666%; }

.note-editor .col-xs-pull-7 {
  right: 58.333333333333336%; }

.note-editor .col-xs-pull-6 {
  right: 50%; }

.note-editor .col-xs-pull-5 {
  right: 41.66666666666667%; }

.note-editor .col-xs-pull-4 {
  right: 33.33333333333333%; }

.note-editor .col-xs-pull-3 {
  right: 25%; }

.note-editor .col-xs-pull-2 {
  right: 16.666666666666664%; }

.note-editor .col-xs-pull-1 {
  right: 8.333333333333332%; }

.note-editor .col-xs-push-12 {
  left: 100%; }

.note-editor .col-xs-push-11 {
  left: 91.66666666666666%; }

.note-editor .col-xs-push-10 {
  left: 83.33333333333334%; }

.note-editor .col-xs-push-9 {
  left: 75%; }

.note-editor .col-xs-push-8 {
  left: 66.66666666666666%; }

.note-editor .col-xs-push-7 {
  left: 58.333333333333336%; }

.note-editor .col-xs-push-6 {
  left: 50%; }

.note-editor .col-xs-push-5 {
  left: 41.66666666666667%; }

.note-editor .col-xs-push-4 {
  left: 33.33333333333333%; }

.note-editor .col-xs-push-3 {
  left: 25%; }

.note-editor .col-xs-push-2 {
  left: 16.666666666666664%; }

.note-editor .col-xs-push-1 {
  left: 8.333333333333332%; }

.note-editor .col-xs-offset-12 {
  margin-left: 100%; }

.note-editor .col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.note-editor .col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.note-editor .col-xs-offset-9 {
  margin-left: 75%; }

.note-editor .col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.note-editor .col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.note-editor .col-xs-offset-6 {
  margin-left: 50%; }

.note-editor .col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.note-editor .col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.note-editor .col-xs-offset-3 {
  margin-left: 25%; }

.note-editor .col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.note-editor .col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

@media (min-width: 768px) {
  .note-editor .container {
    width: 750px; }

  .note-editor .col-sm-1,
  .note-editor .col-sm-2,
  .note-editor .col-sm-3,
  .note-editor .col-sm-4,
  .note-editor .col-sm-5,
  .note-editor .col-sm-6,
  .note-editor .col-sm-7,
  .note-editor .col-sm-8,
  .note-editor .col-sm-9,
  .note-editor .col-sm-10,
  .note-editor .col-sm-11 {
    float: left; }

  .note-editor .col-sm-12 {
    width: 100%; }

  .note-editor .col-sm-11 {
    width: 91.66666666666666%; }

  .note-editor .col-sm-10 {
    width: 83.33333333333334%; }

  .note-editor .col-sm-9 {
    width: 75%; }

  .note-editor .col-sm-8 {
    width: 66.66666666666666%; }

  .note-editor .col-sm-7 {
    width: 58.333333333333336%; }

  .note-editor .col-sm-6 {
    width: 50%; }

  .note-editor .col-sm-5 {
    width: 41.66666666666667%; }

  .note-editor .col-sm-4 {
    width: 33.33333333333333%; }

  .note-editor .col-sm-3 {
    width: 25%; }

  .note-editor .col-sm-2 {
    width: 16.666666666666664%; }

  .note-editor .col-sm-1 {
    width: 8.333333333333332%; }

  .note-editor .col-sm-pull-12 {
    right: 100%; }

  .note-editor .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .note-editor .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .note-editor .col-sm-pull-9 {
    right: 75%; }

  .note-editor .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .note-editor .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .note-editor .col-sm-pull-6 {
    right: 50%; }

  .note-editor .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .note-editor .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .note-editor .col-sm-pull-3 {
    right: 25%; }

  .note-editor .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .note-editor .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .note-editor .col-sm-push-12 {
    left: 100%; }

  .note-editor .col-sm-push-11 {
    left: 91.66666666666666%; }

  .note-editor .col-sm-push-10 {
    left: 83.33333333333334%; }

  .note-editor .col-sm-push-9 {
    left: 75%; }

  .note-editor .col-sm-push-8 {
    left: 66.66666666666666%; }

  .note-editor .col-sm-push-7 {
    left: 58.333333333333336%; }

  .note-editor .col-sm-push-6 {
    left: 50%; }

  .note-editor .col-sm-push-5 {
    left: 41.66666666666667%; }

  .note-editor .col-sm-push-4 {
    left: 33.33333333333333%; }

  .note-editor .col-sm-push-3 {
    left: 25%; }

  .note-editor .col-sm-push-2 {
    left: 16.666666666666664%; }

  .note-editor .col-sm-push-1 {
    left: 8.333333333333332%; }

  .note-editor .col-sm-offset-12 {
    margin-left: 100%; }

  .note-editor .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .note-editor .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .note-editor .col-sm-offset-9 {
    margin-left: 75%; }

  .note-editor .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .note-editor .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .note-editor .col-sm-offset-6 {
    margin-left: 50%; }

  .note-editor .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .note-editor .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .note-editor .col-sm-offset-3 {
    margin-left: 25%; }

  .note-editor .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .note-editor .col-sm-offset-1 {
    margin-left: 8.333333333333332%; } }
@media (min-width: 992px) {
  .note-editor .container {
    width: 970px; }

  .note-editor .col-md-1,
  .note-editor .col-md-2,
  .note-editor .col-md-3,
  .note-editor .col-md-4,
  .note-editor .col-md-5,
  .note-editor .col-md-6,
  .note-editor .col-md-7,
  .note-editor .col-md-8,
  .note-editor .col-md-9,
  .note-editor .col-md-10,
  .note-editor .col-md-11 {
    float: left; }

  .note-editor .col-md-12 {
    width: 100%; }

  .note-editor .col-md-11 {
    width: 91.66666666666666%; }

  .note-editor .col-md-10 {
    width: 83.33333333333334%; }

  .note-editor .col-md-9 {
    width: 75%; }

  .note-editor .col-md-8 {
    width: 66.66666666666666%; }

  .note-editor .col-md-7 {
    width: 58.333333333333336%; }

  .note-editor .col-md-6 {
    width: 50%; }

  .note-editor .col-md-5 {
    width: 41.66666666666667%; }

  .note-editor .col-md-4 {
    width: 33.33333333333333%; }

  .note-editor .col-md-3 {
    width: 25%; }

  .note-editor .col-md-2 {
    width: 16.666666666666664%; }

  .note-editor .col-md-1 {
    width: 8.333333333333332%; }

  .note-editor .col-md-pull-12 {
    right: 100%; }

  .note-editor .col-md-pull-11 {
    right: 91.66666666666666%; }

  .note-editor .col-md-pull-10 {
    right: 83.33333333333334%; }

  .note-editor .col-md-pull-9 {
    right: 75%; }

  .note-editor .col-md-pull-8 {
    right: 66.66666666666666%; }

  .note-editor .col-md-pull-7 {
    right: 58.333333333333336%; }

  .note-editor .col-md-pull-6 {
    right: 50%; }

  .note-editor .col-md-pull-5 {
    right: 41.66666666666667%; }

  .note-editor .col-md-pull-4 {
    right: 33.33333333333333%; }

  .note-editor .col-md-pull-3 {
    right: 25%; }

  .note-editor .col-md-pull-2 {
    right: 16.666666666666664%; }

  .note-editor .col-md-pull-1 {
    right: 8.333333333333332%; }

  .note-editor .col-md-push-12 {
    left: 100%; }

  .note-editor .col-md-push-11 {
    left: 91.66666666666666%; }

  .note-editor .col-md-push-10 {
    left: 83.33333333333334%; }

  .note-editor .col-md-push-9 {
    left: 75%; }

  .note-editor .col-md-push-8 {
    left: 66.66666666666666%; }

  .note-editor .col-md-push-7 {
    left: 58.333333333333336%; }

  .note-editor .col-md-push-6 {
    left: 50%; }

  .note-editor .col-md-push-5 {
    left: 41.66666666666667%; }

  .note-editor .col-md-push-4 {
    left: 33.33333333333333%; }

  .note-editor .col-md-push-3 {
    left: 25%; }

  .note-editor .col-md-push-2 {
    left: 16.666666666666664%; }

  .note-editor .col-md-push-1 {
    left: 8.333333333333332%; }

  .note-editor .col-md-offset-12 {
    margin-left: 100%; }

  .note-editor .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

  .note-editor .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .note-editor .col-md-offset-9 {
    margin-left: 75%; }

  .note-editor .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .note-editor .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .note-editor .col-md-offset-6 {
    margin-left: 50%; }

  .note-editor .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .note-editor .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .note-editor .col-md-offset-3 {
    margin-left: 25%; }

  .note-editor .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .note-editor .col-md-offset-1 {
    margin-left: 8.333333333333332%; } }
@media (min-width: 1200px) {
  .note-editor .container {
    width: 1170px; }

  .note-editor .col-lg-1,
  .note-editor .col-lg-2,
  .note-editor .col-lg-3,
  .note-editor .col-lg-4,
  .note-editor .col-lg-5,
  .note-editor .col-lg-6,
  .note-editor .col-lg-7,
  .note-editor .col-lg-8,
  .note-editor .col-lg-9,
  .note-editor .col-lg-10,
  .note-editor .col-lg-11 {
    float: left; }

  .note-editor .col-lg-12 {
    width: 100%; }

  .note-editor .col-lg-11 {
    width: 91.66666666666666%; }

  .note-editor .col-lg-10 {
    width: 83.33333333333334%; }

  .note-editor .col-lg-9 {
    width: 75%; }

  .note-editor .col-lg-8 {
    width: 66.66666666666666%; }

  .note-editor .col-lg-7 {
    width: 58.333333333333336%; }

  .note-editor .col-lg-6 {
    width: 50%; }

  .note-editor .col-lg-5 {
    width: 41.66666666666667%; }

  .note-editor .col-lg-4 {
    width: 33.33333333333333%; }

  .note-editor .col-lg-3 {
    width: 25%; }

  .note-editor .col-lg-2 {
    width: 16.666666666666664%; }

  .note-editor .col-lg-1 {
    width: 8.333333333333332%; }

  .note-editor .col-lg-pull-12 {
    right: 100%; }

  .note-editor .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .note-editor .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .note-editor .col-lg-pull-9 {
    right: 75%; }

  .note-editor .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .note-editor .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .note-editor .col-lg-pull-6 {
    right: 50%; }

  .note-editor .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .note-editor .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .note-editor .col-lg-pull-3 {
    right: 25%; }

  .note-editor .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .note-editor .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .note-editor .col-lg-push-12 {
    left: 100%; }

  .note-editor .col-lg-push-11 {
    left: 91.66666666666666%; }

  .note-editor .col-lg-push-10 {
    left: 83.33333333333334%; }

  .note-editor .col-lg-push-9 {
    left: 75%; }

  .note-editor .col-lg-push-8 {
    left: 66.66666666666666%; }

  .note-editor .col-lg-push-7 {
    left: 58.333333333333336%; }

  .note-editor .col-lg-push-6 {
    left: 50%; }

  .note-editor .col-lg-push-5 {
    left: 41.66666666666667%; }

  .note-editor .col-lg-push-4 {
    left: 33.33333333333333%; }

  .note-editor .col-lg-push-3 {
    left: 25%; }

  .note-editor .col-lg-push-2 {
    left: 16.666666666666664%; }

  .note-editor .col-lg-push-1 {
    left: 8.333333333333332%; }

  .note-editor .col-lg-offset-12 {
    margin-left: 100%; }

  .note-editor .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .note-editor .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .note-editor .col-lg-offset-9 {
    margin-left: 75%; }

  .note-editor .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .note-editor .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .note-editor .col-lg-offset-6 {
    margin-left: 50%; }

  .note-editor .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .note-editor .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .note-editor .col-lg-offset-3 {
    margin-left: 25%; }

  .note-editor .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .note-editor .col-lg-offset-1 {
    margin-left: 8.333333333333332%; } }
.note-editor table {
  max-width: 100%;
  background-color: transparent; }

.note-editor th {
  text-align: left; }

.note-editor .table {
  width: 100%;
  margin-bottom: 20px; }

.note-editor .table > thead > tr > th,
.note-editor .table > tbody > tr > th,
.note-editor .table > tfoot > tr > th,
.note-editor .table > thead > tr > td,
.note-editor .table > tbody > tr > td,
.note-editor .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.note-editor .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.note-editor .table > caption + thead > tr:first-child > th,
.note-editor .table > colgroup + thead > tr:first-child > th,
.note-editor .table > thead:first-child > tr:first-child > th,
.note-editor .table > caption + thead > tr:first-child > td,
.note-editor .table > colgroup + thead > tr:first-child > td,
.note-editor .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.note-editor .table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.note-editor .table .table {
  background-color: #ffffff; }

.note-editor .table-condensed > thead > tr > th,
.note-editor .table-condensed > tbody > tr > th,
.note-editor .table-condensed > tfoot > tr > th,
.note-editor .table-condensed > thead > tr > td,
.note-editor .table-condensed > tbody > tr > td,
.note-editor .table-condensed > tfoot > tr > td {
  padding: 5px; }

.note-editor .table-bordered {
  border: 1px solid #dddddd; }

.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > tbody > tr > th,
.note-editor .table-bordered > tfoot > tr > th,
.note-editor .table-bordered > thead > tr > td,
.note-editor .table-bordered > tbody > tr > td,
.note-editor .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.note-editor .table-striped > tbody > tr:nth-child(odd) > td,
.note-editor .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.note-editor .table-hover > tbody > tr:hover > td,
.note-editor .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

.note-editor table col[class*="col-"] {
  float: none;
  display: table-column; }

.note-editor table td[class*="col-"],
.note-editor table th[class*="col-"] {
  float: none;
  display: table-cell; }

.note-editor .table > thead > tr > td.active,
.note-editor .table > tbody > tr > td.active,
.note-editor .table > tfoot > tr > td.active,
.note-editor .table > thead > tr > th.active,
.note-editor .table > tbody > tr > th.active,
.note-editor .table > tfoot > tr > th.active,
.note-editor .table > thead > tr.active > td,
.note-editor .table > tbody > tr.active > td,
.note-editor .table > tfoot > tr.active > td,
.note-editor .table > thead > tr.active > th,
.note-editor .table > tbody > tr.active > th,
.note-editor .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.note-editor .table > thead > tr > td.success,
.note-editor .table > tbody > tr > td.success,
.note-editor .table > tfoot > tr > td.success,
.note-editor .table > thead > tr > th.success,
.note-editor .table > tbody > tr > th.success,
.note-editor .table > tfoot > tr > th.success,
.note-editor .table > thead > tr.success > td,
.note-editor .table > tbody > tr.success > td,
.note-editor .table > tfoot > tr.success > td,
.note-editor .table > thead > tr.success > th,
.note-editor .table > tbody > tr.success > th,
.note-editor .table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.note-editor .table-hover > tbody > tr > td.success:hover,
.note-editor .table-hover > tbody > tr > th.success:hover,
.note-editor .table-hover > tbody > tr.success:hover > td,
.note-editor .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.note-editor .table > thead > tr > td.danger,
.note-editor .table > tbody > tr > td.danger,
.note-editor .table > tfoot > tr > td.danger,
.note-editor .table > thead > tr > th.danger,
.note-editor .table > tbody > tr > th.danger,
.note-editor .table > tfoot > tr > th.danger,
.note-editor .table > thead > tr.danger > td,
.note-editor .table > tbody > tr.danger > td,
.note-editor .table > tfoot > tr.danger > td,
.note-editor .table > thead > tr.danger > th,
.note-editor .table > tbody > tr.danger > th,
.note-editor .table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #ebccd1; }

.note-editor .table-hover > tbody > tr > td.danger:hover,
.note-editor .table-hover > tbody > tr > th.danger:hover,
.note-editor .table-hover > tbody > tr.danger:hover > td,
.note-editor .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e4b9c0; }

.note-editor .table > thead > tr > td.warning,
.note-editor .table > tbody > tr > td.warning,
.note-editor .table > tfoot > tr > td.warning,
.note-editor .table > thead > tr > th.warning,
.note-editor .table > tbody > tr > th.warning,
.note-editor .table > tfoot > tr > th.warning,
.note-editor .table > thead > tr.warning > td,
.note-editor .table > tbody > tr.warning > td,
.note-editor .table > tfoot > tr.warning > td,
.note-editor .table > thead > tr.warning > th,
.note-editor .table > tbody > tr.warning > th,
.note-editor .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #faebcc; }

.note-editor .table-hover > tbody > tr > td.warning:hover,
.note-editor .table-hover > tbody > tr > th.warning:hover,
.note-editor .table-hover > tbody > tr.warning:hover > td,
.note-editor .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f7e1b5; }

@media (max-width: 767px) {
  .note-editor .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }

  .note-editor .table-responsive > .table {
    margin-bottom: 0; }

  .note-editor .table-responsive > .table > thead > tr > th,
  .note-editor .table-responsive > .table > tbody > tr > th,
  .note-editor .table-responsive > .table > tfoot > tr > th,
  .note-editor .table-responsive > .table > thead > tr > td,
  .note-editor .table-responsive > .table > tbody > tr > td,
  .note-editor .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .note-editor .table-responsive > .table-bordered {
    border: 0; }

  .note-editor .table-responsive > .table-bordered > thead > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .note-editor .table-responsive > .table-bordered > thead > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
.note-editor fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.note-editor legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.note-editor label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.note-editor input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.note-editor input[type="radio"],
.note-editor input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

.note-editor input[type="file"] {
  display: block; }

.note-editor select[multiple],
.note-editor select[size] {
  height: auto; }

.note-editor select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

.note-editor input[type="file"]:focus,
.note-editor input[type="radio"]:focus,
.note-editor input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.note-editor input[type="number"]::-webkit-outer-spin-button,
.note-editor input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.note-editor output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle; }

.note-editor .form-control:-moz-placeholder {
  color: #999999; }

.note-editor .form-control::-moz-placeholder {
  color: #999999; }

.note-editor .form-control:-ms-input-placeholder {
  color: #999999; }

.note-editor .form-control::-webkit-input-placeholder {
  color: #999999; }

.note-editor .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.note-editor .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.note-editor .form-control[disabled],
.note-editor .form-control[readonly],
fieldset[disabled] .note-editor .form-control {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.note-editor .form-control {
  height: auto; }

.note-editor .form-group {
  margin-bottom: 15px; }

.note-editor .radio,
.note-editor .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }

.note-editor .radio label,
.note-editor .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.note-editor .radio input[type="radio"],
.note-editor .radio-inline input[type="radio"],
.note-editor .checkbox input[type="checkbox"],
.note-editor .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.note-editor .radio + .radio,
.note-editor .checkbox + .checkbox {
  margin-top: -5px; }

.note-editor .radio-inline,
.note-editor .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.note-editor .radio-inline + .radio-inline,
.note-editor .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.note-editor input[type="radio"][disabled],
.note-editor input[type="checkbox"][disabled],
.note-editor .radio[disabled],
.note-editor .radio-inline[disabled],
.note-editor .checkbox[disabled],
.note-editor .checkbox-inline[disabled],
fieldset[disabled] .note-editor input[type="radio"],
fieldset[disabled] .note-editor input[type="checkbox"],
fieldset[disabled] .note-editor .radio,
fieldset[disabled] .note-editor .radio-inline,
fieldset[disabled] .note-editor .checkbox,
fieldset[disabled] .note-editor .checkbox-inline {
  cursor: not-allowed; }

.note-editor .input-sm, .note-editor .input-group-sm > .form-control,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.note-editor .input-sm, select.note-editor .input-group-sm > .form-control,
select.note-editor .input-group-sm > .input-group-addon,
select.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.note-editor .input-sm, textarea.note-editor .input-group-sm > .form-control,
textarea.note-editor .input-group-sm > .input-group-addon,
textarea.note-editor .input-group-sm > .input-group-btn > .btn {
  height: auto; }

.note-editor .input-lg, .note-editor .input-group-lg > .form-control,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.note-editor .input-lg, select.note-editor .input-group-lg > .form-control,
select.note-editor .input-group-lg > .input-group-addon,
select.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px; }

textarea.note-editor .input-lg, textarea.note-editor .input-group-lg > .form-control,
textarea.note-editor .input-group-lg > .input-group-addon,
textarea.note-editor .input-group-lg > .input-group-btn > .btn {
  height: auto; }

.note-editor .has-warning .help-block,
.note-editor .has-warning .control-label {
  color: #c09853; }

.note-editor .has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.note-editor .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.note-editor .has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.note-editor .has-error .help-block,
.note-editor .has-error .control-label {
  color: #b94a48; }

.note-editor .has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.note-editor .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.note-editor .has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.note-editor .has-success .help-block,
.note-editor .has-success .control-label {
  color: #468847; }

.note-editor .has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.note-editor .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.note-editor .has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.note-editor .form-control-static {
  margin-bottom: 0; }

.note-editor .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .note-editor .form-inline .form-group, .note-editor .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .note-editor .form-inline .form-control, .note-editor .navbar-form .form-control {
    display: inline-block; }

  .note-editor .form-inline .radio, .note-editor .navbar-form .radio,
  .note-editor .form-inline .checkbox,
  .note-editor .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .note-editor .form-inline .radio input[type="radio"], .note-editor .navbar-form .radio input[type="radio"],
  .note-editor .form-inline .checkbox input[type="checkbox"],
  .note-editor .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.note-editor .form-horizontal .control-label,
.note-editor .form-horizontal .radio,
.note-editor .form-horizontal .checkbox,
.note-editor .form-horizontal .radio-inline,
.note-editor .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.note-editor .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .form-horizontal .form-group:after {
  clear: both; }

.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .form-horizontal .form-group:after {
  clear: both; }

.note-editor .form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .note-editor .form-horizontal .control-label {
    text-align: right; } }
.note-editor .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.note-editor .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.note-editor .btn:hover,
.note-editor .btn:focus {
  color: #333333;
  text-decoration: none; }

.note-editor .btn:active,
.note-editor .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.note-editor .btn.disabled,
.note-editor .btn[disabled],
fieldset[disabled] .note-editor .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.note-editor .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.note-editor .btn-default:hover,
.note-editor .btn-default:focus,
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
  background-image: none; }

.note-editor .btn-default.disabled,
.note-editor .btn-default[disabled],
fieldset[disabled] .note-editor .btn-default,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
fieldset[disabled] .note-editor .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
fieldset[disabled] .note-editor .btn-default:focus,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default[disabled]:active,
fieldset[disabled] .note-editor .btn-default:active,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default[disabled].active,
fieldset[disabled] .note-editor .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.note-editor .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

.note-editor .btn-primary:hover,
.note-editor .btn-primary:focus,
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
  background-image: none; }

.note-editor .btn-primary.disabled,
.note-editor .btn-primary[disabled],
fieldset[disabled] .note-editor .btn-primary,
.note-editor .btn-primary.disabled:hover,
.note-editor .btn-primary[disabled]:hover,
fieldset[disabled] .note-editor .btn-primary:hover,
.note-editor .btn-primary.disabled:focus,
.note-editor .btn-primary[disabled]:focus,
fieldset[disabled] .note-editor .btn-primary:focus,
.note-editor .btn-primary.disabled:active,
.note-editor .btn-primary[disabled]:active,
fieldset[disabled] .note-editor .btn-primary:active,
.note-editor .btn-primary.disabled.active,
.note-editor .btn-primary[disabled].active,
fieldset[disabled] .note-editor .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.note-editor .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.note-editor .btn-warning:hover,
.note-editor .btn-warning:focus,
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
  background-image: none; }

.note-editor .btn-warning.disabled,
.note-editor .btn-warning[disabled],
fieldset[disabled] .note-editor .btn-warning,
.note-editor .btn-warning.disabled:hover,
.note-editor .btn-warning[disabled]:hover,
fieldset[disabled] .note-editor .btn-warning:hover,
.note-editor .btn-warning.disabled:focus,
.note-editor .btn-warning[disabled]:focus,
fieldset[disabled] .note-editor .btn-warning:focus,
.note-editor .btn-warning.disabled:active,
.note-editor .btn-warning[disabled]:active,
fieldset[disabled] .note-editor .btn-warning:active,
.note-editor .btn-warning.disabled.active,
.note-editor .btn-warning[disabled].active,
fieldset[disabled] .note-editor .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.note-editor .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.note-editor .btn-danger:hover,
.note-editor .btn-danger:focus,
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
  background-image: none; }

.note-editor .btn-danger.disabled,
.note-editor .btn-danger[disabled],
fieldset[disabled] .note-editor .btn-danger,
.note-editor .btn-danger.disabled:hover,
.note-editor .btn-danger[disabled]:hover,
fieldset[disabled] .note-editor .btn-danger:hover,
.note-editor .btn-danger.disabled:focus,
.note-editor .btn-danger[disabled]:focus,
fieldset[disabled] .note-editor .btn-danger:focus,
.note-editor .btn-danger.disabled:active,
.note-editor .btn-danger[disabled]:active,
fieldset[disabled] .note-editor .btn-danger:active,
.note-editor .btn-danger.disabled.active,
.note-editor .btn-danger[disabled].active,
fieldset[disabled] .note-editor .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.note-editor .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.note-editor .btn-success:hover,
.note-editor .btn-success:focus,
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
  background-image: none; }

.note-editor .btn-success.disabled,
.note-editor .btn-success[disabled],
fieldset[disabled] .note-editor .btn-success,
.note-editor .btn-success.disabled:hover,
.note-editor .btn-success[disabled]:hover,
fieldset[disabled] .note-editor .btn-success:hover,
.note-editor .btn-success.disabled:focus,
.note-editor .btn-success[disabled]:focus,
fieldset[disabled] .note-editor .btn-success:focus,
.note-editor .btn-success.disabled:active,
.note-editor .btn-success[disabled]:active,
fieldset[disabled] .note-editor .btn-success:active,
.note-editor .btn-success.disabled.active,
.note-editor .btn-success[disabled].active,
fieldset[disabled] .note-editor .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.note-editor .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.note-editor .btn-info:hover,
.note-editor .btn-info:focus,
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
  background-image: none; }

.note-editor .btn-info.disabled,
.note-editor .btn-info[disabled],
fieldset[disabled] .note-editor .btn-info,
.note-editor .btn-info.disabled:hover,
.note-editor .btn-info[disabled]:hover,
fieldset[disabled] .note-editor .btn-info:hover,
.note-editor .btn-info.disabled:focus,
.note-editor .btn-info[disabled]:focus,
fieldset[disabled] .note-editor .btn-info:focus,
.note-editor .btn-info.disabled:active,
.note-editor .btn-info[disabled]:active,
fieldset[disabled] .note-editor .btn-info:active,
.note-editor .btn-info.disabled.active,
.note-editor .btn-info[disabled].active,
fieldset[disabled] .note-editor .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.note-editor .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.note-editor .btn-link,
.note-editor .btn-link:active,
.note-editor .btn-link[disabled],
fieldset[disabled] .note-editor .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.note-editor .btn-link,
.note-editor .btn-link:hover,
.note-editor .btn-link:focus,
.note-editor .btn-link:active {
  border-color: transparent; }

.note-editor .btn-link:hover,
.note-editor .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.note-editor .btn-link[disabled]:hover,
fieldset[disabled] .note-editor .btn-link:hover,
.note-editor .btn-link[disabled]:focus,
fieldset[disabled] .note-editor .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.note-editor .btn-lg, .note-editor .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.note-editor .btn-sm, .note-editor .btn-group-sm > .btn,
.note-editor .btn-xs,
.note-editor .btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.note-editor .btn-xs, .note-editor .btn-group-xs > .btn {
  padding: 1px 5px; }

.note-editor .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.note-editor .btn-block + .btn-block {
  margin-top: 5px; }

.note-editor input[type="submit"].btn-block,
.note-editor input[type="reset"].btn-block,
.note-editor input[type="button"].btn-block {
  width: 100%; }

.note-editor .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.note-editor .fade.in {
  opacity: 1; }

.note-editor .collapse {
  display: none; }

.note-editor .collapse.in {
  display: block; }

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.woff') format("woff"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.ttf') format("truetype"), url('https://d2zn966dtg2qdw.cloudfront.net/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg"); }
.note-editor .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.note-editor .glyphicon:empty {
  width: 1em; }

.note-editor .glyphicon-asterisk:before {
  content: "\2a"; }

.note-editor .glyphicon-plus:before {
  content: "\2b"; }

.note-editor .glyphicon-euro:before {
  content: "\20ac"; }

.note-editor .glyphicon-minus:before {
  content: "\2212"; }

.note-editor .glyphicon-cloud:before {
  content: "\2601"; }

.note-editor .glyphicon-envelope:before {
  content: "\2709"; }

.note-editor .glyphicon-pencil:before {
  content: "\270f"; }

.note-editor .glyphicon-glass:before {
  content: "\e001"; }

.note-editor .glyphicon-music:before {
  content: "\e002"; }

.note-editor .glyphicon-search:before {
  content: "\e003"; }

.note-editor .glyphicon-heart:before {
  content: "\e005"; }

.note-editor .glyphicon-star:before {
  content: "\e006"; }

.note-editor .glyphicon-star-empty:before {
  content: "\e007"; }

.note-editor .glyphicon-user:before {
  content: "\e008"; }

.note-editor .glyphicon-film:before {
  content: "\e009"; }

.note-editor .glyphicon-th-large:before {
  content: "\e010"; }

.note-editor .glyphicon-th:before {
  content: "\e011"; }

.note-editor .glyphicon-th-list:before {
  content: "\e012"; }

.note-editor .glyphicon-ok:before {
  content: "\e013"; }

.note-editor .glyphicon-remove:before {
  content: "\e014"; }

.note-editor .glyphicon-zoom-in:before {
  content: "\e015"; }

.note-editor .glyphicon-zoom-out:before {
  content: "\e016"; }

.note-editor .glyphicon-off:before {
  content: "\e017"; }

.note-editor .glyphicon-signal:before {
  content: "\e018"; }

.note-editor .glyphicon-cog:before {
  content: "\e019"; }

.note-editor .glyphicon-trash:before {
  content: "\e020"; }

.note-editor .glyphicon-home:before {
  content: "\e021"; }

.note-editor .glyphicon-file:before {
  content: "\e022"; }

.note-editor .glyphicon-time:before {
  content: "\e023"; }

.note-editor .glyphicon-road:before {
  content: "\e024"; }

.note-editor .glyphicon-download-alt:before {
  content: "\e025"; }

.note-editor .glyphicon-download:before {
  content: "\e026"; }

.note-editor .glyphicon-upload:before {
  content: "\e027"; }

.note-editor .glyphicon-inbox:before {
  content: "\e028"; }

.note-editor .glyphicon-play-circle:before {
  content: "\e029"; }

.note-editor .glyphicon-repeat:before {
  content: "\e030"; }

.note-editor .glyphicon-refresh:before {
  content: "\e031"; }

.note-editor .glyphicon-list-alt:before {
  content: "\e032"; }

.note-editor .glyphicon-lock:before {
  content: "\e033"; }

.note-editor .glyphicon-flag:before {
  content: "\e034"; }

.note-editor .glyphicon-headphones:before {
  content: "\e035"; }

.note-editor .glyphicon-volume-off:before {
  content: "\e036"; }

.note-editor .glyphicon-volume-down:before {
  content: "\e037"; }

.note-editor .glyphicon-volume-up:before {
  content: "\e038"; }

.note-editor .glyphicon-qrcode:before {
  content: "\e039"; }

.note-editor .glyphicon-barcode:before {
  content: "\e040"; }

.note-editor .glyphicon-tag:before {
  content: "\e041"; }

.note-editor .glyphicon-tags:before {
  content: "\e042"; }

.note-editor .glyphicon-book:before {
  content: "\e043"; }

.note-editor .glyphicon-bookmark:before {
  content: "\e044"; }

.note-editor .glyphicon-print:before {
  content: "\e045"; }

.note-editor .glyphicon-camera:before {
  content: "\e046"; }

.note-editor .glyphicon-font:before {
  content: "\e047"; }

.note-editor .glyphicon-bold:before {
  content: "\e048"; }

.note-editor .glyphicon-italic:before {
  content: "\e049"; }

.note-editor .glyphicon-text-height:before {
  content: "\e050"; }

.note-editor .glyphicon-text-width:before {
  content: "\e051"; }

.note-editor .glyphicon-align-left:before {
  content: "\e052"; }

.note-editor .glyphicon-align-center:before {
  content: "\e053"; }

.note-editor .glyphicon-align-right:before {
  content: "\e054"; }

.note-editor .glyphicon-align-justify:before {
  content: "\e055"; }

.note-editor .glyphicon-list:before {
  content: "\e056"; }

.note-editor .glyphicon-indent-left:before {
  content: "\e057"; }

.note-editor .glyphicon-indent-right:before {
  content: "\e058"; }

.note-editor .glyphicon-facetime-video:before {
  content: "\e059"; }

.note-editor .glyphicon-picture:before {
  content: "\e060"; }

.note-editor .glyphicon-map-marker:before {
  content: "\e062"; }

.note-editor .glyphicon-adjust:before {
  content: "\e063"; }

.note-editor .glyphicon-tint:before {
  content: "\e064"; }

.note-editor .glyphicon-edit:before {
  content: "\e065"; }

.note-editor .glyphicon-share:before {
  content: "\e066"; }

.note-editor .glyphicon-check:before {
  content: "\e067"; }

.note-editor .glyphicon-move:before {
  content: "\e068"; }

.note-editor .glyphicon-step-backward:before {
  content: "\e069"; }

.note-editor .glyphicon-fast-backward:before {
  content: "\e070"; }

.note-editor .glyphicon-backward:before {
  content: "\e071"; }

.note-editor .glyphicon-play:before {
  content: "\e072"; }

.note-editor .glyphicon-pause:before {
  content: "\e073"; }

.note-editor .glyphicon-stop:before {
  content: "\e074"; }

.note-editor .glyphicon-forward:before {
  content: "\e075"; }

.note-editor .glyphicon-fast-forward:before {
  content: "\e076"; }

.note-editor .glyphicon-step-forward:before {
  content: "\e077"; }

.note-editor .glyphicon-eject:before {
  content: "\e078"; }

.note-editor .glyphicon-chevron-left:before {
  content: "\e079"; }

.note-editor .glyphicon-chevron-right:before {
  content: "\e080"; }

.note-editor .glyphicon-plus-sign:before {
  content: "\e081"; }

.note-editor .glyphicon-minus-sign:before {
  content: "\e082"; }

.note-editor .glyphicon-remove-sign:before {
  content: "\e083"; }

.note-editor .glyphicon-ok-sign:before {
  content: "\e084"; }

.note-editor .glyphicon-question-sign:before {
  content: "\e085"; }

.note-editor .glyphicon-info-sign:before {
  content: "\e086"; }

.note-editor .glyphicon-screenshot:before {
  content: "\e087"; }

.note-editor .glyphicon-remove-circle:before {
  content: "\e088"; }

.note-editor .glyphicon-ok-circle:before {
  content: "\e089"; }

.note-editor .glyphicon-ban-circle:before {
  content: "\e090"; }

.note-editor .glyphicon-arrow-left:before {
  content: "\e091"; }

.note-editor .glyphicon-arrow-right:before {
  content: "\e092"; }

.note-editor .glyphicon-arrow-up:before {
  content: "\e093"; }

.note-editor .glyphicon-arrow-down:before {
  content: "\e094"; }

.note-editor .glyphicon-share-alt:before {
  content: "\e095"; }

.note-editor .glyphicon-resize-full:before {
  content: "\e096"; }

.note-editor .glyphicon-resize-small:before {
  content: "\e097"; }

.note-editor .glyphicon-exclamation-sign:before {
  content: "\e101"; }

.note-editor .glyphicon-gift:before {
  content: "\e102"; }

.note-editor .glyphicon-leaf:before {
  content: "\e103"; }

.note-editor .glyphicon-fire:before {
  content: "\e104"; }

.note-editor .glyphicon-eye-open:before {
  content: "\e105"; }

.note-editor .glyphicon-eye-close:before {
  content: "\e106"; }

.note-editor .glyphicon-warning-sign:before {
  content: "\e107"; }

.note-editor .glyphicon-plane:before {
  content: "\e108"; }

.note-editor .glyphicon-calendar:before {
  content: "\e109"; }

.note-editor .glyphicon-random:before {
  content: "\e110"; }

.note-editor .glyphicon-comment:before {
  content: "\e111"; }

.note-editor .glyphicon-magnet:before {
  content: "\e112"; }

.note-editor .glyphicon-chevron-up:before {
  content: "\e113"; }

.note-editor .glyphicon-chevron-down:before {
  content: "\e114"; }

.note-editor .glyphicon-retweet:before {
  content: "\e115"; }

.note-editor .glyphicon-shopping-cart:before {
  content: "\e116"; }

.note-editor .glyphicon-folder-close:before {
  content: "\e117"; }

.note-editor .glyphicon-folder-open:before {
  content: "\e118"; }

.note-editor .glyphicon-resize-vertical:before {
  content: "\e119"; }

.note-editor .glyphicon-resize-horizontal:before {
  content: "\e120"; }

.note-editor .glyphicon-hdd:before {
  content: "\e121"; }

.note-editor .glyphicon-bullhorn:before {
  content: "\e122"; }

.note-editor .glyphicon-bell:before {
  content: "\e123"; }

.note-editor .glyphicon-certificate:before {
  content: "\e124"; }

.note-editor .glyphicon-thumbs-up:before {
  content: "\e125"; }

.note-editor .glyphicon-thumbs-down:before {
  content: "\e126"; }

.note-editor .glyphicon-hand-right:before {
  content: "\e127"; }

.note-editor .glyphicon-hand-left:before {
  content: "\e128"; }

.note-editor .glyphicon-hand-up:before {
  content: "\e129"; }

.note-editor .glyphicon-hand-down:before {
  content: "\e130"; }

.note-editor .glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.note-editor .glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.note-editor .glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.note-editor .glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.note-editor .glyphicon-globe:before {
  content: "\e135"; }

.note-editor .glyphicon-wrench:before {
  content: "\e136"; }

.note-editor .glyphicon-tasks:before {
  content: "\e137"; }

.note-editor .glyphicon-filter:before {
  content: "\e138"; }

.note-editor .glyphicon-briefcase:before {
  content: "\e139"; }

.note-editor .glyphicon-fullscreen:before {
  content: "\e140"; }

.note-editor .glyphicon-dashboard:before {
  content: "\e141"; }

.note-editor .glyphicon-paperclip:before {
  content: "\e142"; }

.note-editor .glyphicon-heart-empty:before {
  content: "\e143"; }

.note-editor .glyphicon-link:before {
  content: "\e144"; }

.note-editor .glyphicon-phone:before {
  content: "\e145"; }

.note-editor .glyphicon-pushpin:before {
  content: "\e146"; }

.note-editor .glyphicon-usd:before {
  content: "\e148"; }

.note-editor .glyphicon-gbp:before {
  content: "\e149"; }

.note-editor .glyphicon-sort:before {
  content: "\e150"; }

.note-editor .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.note-editor .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.note-editor .glyphicon-sort-by-order:before {
  content: "\e153"; }

.note-editor .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.note-editor .glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.note-editor .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.note-editor .glyphicon-unchecked:before {
  content: "\e157"; }

.note-editor .glyphicon-expand:before {
  content: "\e158"; }

.note-editor .glyphicon-collapse-down:before {
  content: "\e159"; }

.note-editor .glyphicon-collapse-up:before {
  content: "\e160"; }

.note-editor .glyphicon-log-in:before {
  content: "\e161"; }

.note-editor .glyphicon-flash:before {
  content: "\e162"; }

.note-editor .glyphicon-log-out:before {
  content: "\e163"; }

.note-editor .glyphicon-new-window:before {
  content: "\e164"; }

.note-editor .glyphicon-record:before {
  content: "\e165"; }

.note-editor .glyphicon-save:before {
  content: "\e166"; }

.note-editor .glyphicon-open:before {
  content: "\e167"; }

.note-editor .glyphicon-saved:before {
  content: "\e168"; }

.note-editor .glyphicon-import:before {
  content: "\e169"; }

.note-editor .glyphicon-export:before {
  content: "\e170"; }

.note-editor .glyphicon-send:before {
  content: "\e171"; }

.note-editor .glyphicon-floppy-disk:before {
  content: "\e172"; }

.note-editor .glyphicon-floppy-saved:before {
  content: "\e173"; }

.note-editor .glyphicon-floppy-remove:before {
  content: "\e174"; }

.note-editor .glyphicon-floppy-save:before {
  content: "\e175"; }

.note-editor .glyphicon-floppy-open:before {
  content: "\e176"; }

.note-editor .glyphicon-credit-card:before {
  content: "\e177"; }

.note-editor .glyphicon-transfer:before {
  content: "\e178"; }

.note-editor .glyphicon-cutlery:before {
  content: "\e179"; }

.note-editor .glyphicon-header:before {
  content: "\e180"; }

.note-editor .glyphicon-compressed:before {
  content: "\e181"; }

.note-editor .glyphicon-earphone:before {
  content: "\e182"; }

.note-editor .glyphicon-phone-alt:before {
  content: "\e183"; }

.note-editor .glyphicon-tower:before {
  content: "\e184"; }

.note-editor .glyphicon-stats:before {
  content: "\e185"; }

.note-editor .glyphicon-sd-video:before {
  content: "\e186"; }

.note-editor .glyphicon-hd-video:before {
  content: "\e187"; }

.note-editor .glyphicon-subtitles:before {
  content: "\e188"; }

.note-editor .glyphicon-sound-stereo:before {
  content: "\e189"; }

.note-editor .glyphicon-sound-dolby:before {
  content: "\e190"; }

.note-editor .glyphicon-sound-5-1:before {
  content: "\e191"; }

.note-editor .glyphicon-sound-6-1:before {
  content: "\e192"; }

.note-editor .glyphicon-sound-7-1:before {
  content: "\e193"; }

.note-editor .glyphicon-copyright-mark:before {
  content: "\e194"; }

.note-editor .glyphicon-registration-mark:before {
  content: "\e195"; }

.note-editor .glyphicon-cloud-download:before {
  content: "\e197"; }

.note-editor .glyphicon-cloud-upload:before {
  content: "\e198"; }

.note-editor .glyphicon-tree-conifer:before {
  content: "\e199"; }

.note-editor .glyphicon-tree-deciduous:before {
  content: "\e200"; }

.note-editor .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.note-editor .dropdown {
  position: relative; }

.note-editor .dropdown-toggle:focus {
  outline: 0; }

.note-editor .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.note-editor .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.note-editor .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.note-editor .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.note-editor .dropdown-menu > li > a:hover,
.note-editor .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.note-editor .dropdown-menu > .active > a,
.note-editor .dropdown-menu > .active > a:hover,
.note-editor .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.note-editor .dropdown-menu > .disabled > a,
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.note-editor .open > .dropdown-menu {
  display: block; }

.note-editor .open > a {
  outline: 0; }

.note-editor .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

.note-editor .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.note-editor .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.note-editor .dropup .caret,
.note-editor .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: ""; }

.note-editor .dropup .dropdown-menu,
.note-editor .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .note-editor .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .note-editor .caret {
  border-top-color: #333333; }

.btn-primary .note-editor .caret,
.btn-success .note-editor .caret,
.btn-warning .note-editor .caret,
.btn-danger .note-editor .caret,
.btn-info .note-editor .caret {
  border-top-color: #fff; }

.note-editor .dropup .btn-default .caret {
  border-bottom-color: #333333; }

.note-editor .dropup .btn-primary .caret,
.note-editor .dropup .btn-success .caret,
.note-editor .dropup .btn-warning .caret,
.note-editor .dropup .btn-danger .caret,
.note-editor .dropup .btn-info .caret {
  border-bottom-color: #fff; }

.note-editor .btn-group,
.note-editor .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.note-editor .btn-group > .btn,
.note-editor .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.note-editor .btn-group > .btn:hover,
.note-editor .btn-group-vertical > .btn:hover,
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus,
.note-editor .btn-group > .btn:active,
.note-editor .btn-group-vertical > .btn:active,
.note-editor .btn-group > .btn.active,
.note-editor .btn-group-vertical > .btn.active {
  z-index: 2; }

.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus {
  outline: none; }

.note-editor .btn-group .btn + .btn,
.note-editor .btn-group .btn + .btn-group,
.note-editor .btn-group .btn-group + .btn,
.note-editor .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .btn-toolbar:after {
  clear: both; }

.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .btn-toolbar:after {
  clear: both; }

.note-editor .btn-toolbar .btn-group {
  float: left; }

.note-editor .btn-toolbar > .btn + .btn,
.note-editor .btn-toolbar > .btn-group + .btn,
.note-editor .btn-toolbar > .btn + .btn-group,
.note-editor .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.note-editor .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.note-editor .btn-group > .btn:first-child {
  margin-left: 0; }

.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.note-editor .btn-group > .btn:last-child:not(:first-child),
.note-editor .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.note-editor .btn-group > .btn-group {
  float: left; }

.note-editor .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.note-editor .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.note-editor .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.note-editor .btn-group .dropdown-toggle:active,
.note-editor .btn-group.open .dropdown-toggle {
  outline: 0; }

.note-editor .btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px; }

.note-editor .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.note-editor .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.note-editor .btn-group > .btn + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px; }

.note-editor .btn-group > .btn-lg + .dropdown-toggle, .note-editor .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.note-editor .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.note-editor .btn .caret {
  margin-left: 0; }

.note-editor .btn-lg .caret, .note-editor .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.note-editor .dropup .btn-lg .caret, .note-editor .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.note-editor .btn-group-vertical > .btn,
.note-editor .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .btn-group-vertical > .btn-group:after {
  clear: both; }

.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .btn-group-vertical > .btn-group:after {
  clear: both; }

.note-editor .btn-group-vertical > .btn-group > .btn {
  float: none; }

.note-editor .btn-group-vertical > .btn + .btn,
.note-editor .btn-group-vertical > .btn + .btn-group,
.note-editor .btn-group-vertical > .btn-group + .btn,
.note-editor .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.note-editor .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.note-editor .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.note-editor .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.note-editor .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.note-editor .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.note-editor .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.note-editor .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.note-editor .btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%; }

.note-editor [data-toggle="buttons"] > .btn > input[type="radio"],
.note-editor [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.note-editor .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.note-editor .input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.note-editor .input-group .form-control {
  width: 100%;
  margin-bottom: 0; }

.note-editor .input-group-lg > .form-control,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.note-editor .input-group-lg > .form-control,
select.note-editor .input-group-lg > .input-group-addon,
select.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px; }

textarea.note-editor .input-group-lg > .form-control,
textarea.note-editor .input-group-lg > .input-group-addon,
textarea.note-editor .input-group-lg > .input-group-btn > .btn {
  height: auto; }

.note-editor .input-group-sm > .form-control,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.note-editor .input-group-sm > .form-control,
select.note-editor .input-group-sm > .input-group-addon,
select.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.note-editor .input-group-sm > .form-control,
textarea.note-editor .input-group-sm > .input-group-addon,
textarea.note-editor .input-group-sm > .input-group-btn > .btn {
  height: auto; }

.note-editor .input-group-addon,
.note-editor .input-group-btn,
.note-editor .input-group .form-control {
  display: table-cell; }

.note-editor .input-group-addon:not(:first-child):not(:last-child),
.note-editor .input-group-btn:not(:first-child):not(:last-child),
.note-editor .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.note-editor .input-group-addon,
.note-editor .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.note-editor .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.note-editor .input-group-addon.input-sm,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.note-editor .input-group-addon.input-lg,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.note-editor .input-group-addon input[type="radio"],
.note-editor .input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.note-editor .input-group .form-control:first-child,
.note-editor .input-group-addon:first-child,
.note-editor .input-group-btn:first-child > .btn,
.note-editor .input-group-btn:first-child > .dropdown-toggle,
.note-editor .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.note-editor .input-group-addon:first-child {
  border-right: 0; }

.note-editor .input-group .form-control:last-child,
.note-editor .input-group-addon:last-child,
.note-editor .input-group-btn:last-child > .btn,
.note-editor .input-group-btn:last-child > .dropdown-toggle,
.note-editor .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.note-editor .input-group-addon:last-child {
  border-left: 0; }

.note-editor .input-group-btn {
  position: relative;
  white-space: nowrap; }

.note-editor .input-group-btn:first-child > .btn {
  margin-right: -1px; }

.note-editor .input-group-btn:last-child > .btn {
  margin-left: -1px; }

.note-editor .input-group-btn > .btn {
  position: relative; }

.note-editor .input-group-btn > .btn + .btn {
  margin-left: -4px; }

.note-editor .input-group-btn > .btn:hover,
.note-editor .input-group-btn > .btn:active {
  z-index: 2; }

.note-editor .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.note-editor .nav:before,
.note-editor .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .nav:after {
  clear: both; }

.note-editor .nav:before,
.note-editor .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .nav:after {
  clear: both; }

.note-editor .nav > li {
  position: relative;
  display: block; }

.note-editor .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.note-editor .nav > li > a:hover,
.note-editor .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.note-editor .nav > li.disabled > a {
  color: #999999; }

.note-editor .nav > li.disabled > a:hover,
.note-editor .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.note-editor .nav .open > a,
.note-editor .nav .open > a:hover,
.note-editor .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca; }

.note-editor .nav .open > a .caret,
.note-editor .nav .open > a:hover .caret,
.note-editor .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.note-editor .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.note-editor .nav > li > a > img {
  max-width: none; }

.note-editor .nav-tabs {
  border-bottom: 1px solid #dddddd; }

.note-editor .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.note-editor .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.note-editor .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.note-editor .nav-tabs > li.active > a,
.note-editor .nav-tabs > li.active > a:hover,
.note-editor .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.note-editor .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.note-editor .nav-tabs.nav-justified > li {
  float: none; }

.note-editor .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .note-editor .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.note-editor .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .note-editor .nav-tabs.nav-justified > .active > a,
  .note-editor .nav-tabs.nav-justified > .active > a:hover,
  .note-editor .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.note-editor .nav-pills > li {
  float: left; }

.note-editor .nav-pills > li > a {
  border-radius: 4px; }

.note-editor .nav-pills > li + li {
  margin-left: 2px; }

.note-editor .nav-pills > li.active > a,
.note-editor .nav-pills > li.active > a:hover,
.note-editor .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca; }

.note-editor .nav-pills > li.active > a .caret,
.note-editor .nav-pills > li.active > a:hover .caret,
.note-editor .nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.note-editor .nav-stacked > li {
  float: none; }

.note-editor .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.note-editor .nav-justified {
  width: 100%; }

.note-editor .nav-justified > li {
  float: none; }

.note-editor .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .note-editor .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .note-editor .nav-justified > li > a {
    margin-bottom: 0; } }
.note-editor .nav-tabs-justified, .note-editor .nav-tabs.nav-justified {
  border-bottom: 0; }

.note-editor .nav-tabs-justified > li > a, .note-editor .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.note-editor .nav-tabs-justified > .active > a, .note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .note-editor .nav-tabs-justified > li > a, .note-editor .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .note-editor .nav-tabs-justified > .active > a, .note-editor .nav-tabs.nav-justified > .active > a,
  .note-editor .nav-tabs-justified > .active > a:hover,
  .note-editor .nav-tabs.nav-justified > .active > a:hover,
  .note-editor .nav-tabs-justified > .active > a:focus,
  .note-editor .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.note-editor .tab-content > .tab-pane {
  display: none; }

.note-editor .tab-content > .active {
  display: block; }

.note-editor .nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.note-editor .nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.note-editor .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.note-editor .navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.note-editor .navbar:before,
.note-editor .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .navbar:after {
  clear: both; }

.note-editor .navbar:before,
.note-editor .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .note-editor .navbar {
    border-radius: 4px; } }
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .navbar-header:after {
  clear: both; }

.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .note-editor .navbar-header {
    float: left; } }
.note-editor .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .navbar-collapse:after {
  clear: both; }

.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .navbar-collapse:after {
  clear: both; }

.note-editor .navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .note-editor .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .note-editor .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .note-editor .navbar-collapse.in {
    overflow-y: visible; }

  .note-editor .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px; }

  .note-editor .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px; }

  .note-editor .navbar-collapse .navbar-text:last-child {
    margin-right: 0; } }
.note-editor .container > .navbar-header,
.note-editor .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .note-editor .container > .navbar-header,
  .note-editor .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.note-editor .navbar-static-top {
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .note-editor .navbar-static-top {
    border-radius: 0; } }
.note-editor .navbar-fixed-top,
.note-editor .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .note-editor .navbar-fixed-top,
  .note-editor .navbar-fixed-bottom {
    border-radius: 0; } }
.note-editor .navbar-fixed-top {
  z-index: 1030;
  top: 0; }

.note-editor .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.note-editor .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.note-editor .navbar-brand:hover,
.note-editor .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .note-editor .navbar-brand {
    margin-left: -15px; } }
.note-editor .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }

.note-editor .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.note-editor .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .note-editor .navbar-toggle {
    display: none; } }
.note-editor .navbar-nav {
  margin: 7.5px -15px; }

.note-editor .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .note-editor .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .note-editor .navbar-nav .open .dropdown-menu > li > a,
  .note-editor .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .note-editor .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .note-editor .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .note-editor .navbar-nav {
    float: left;
    margin: 0; }

  .note-editor .navbar-nav > li {
    float: left; }

  .note-editor .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 768px) {
  .note-editor .navbar-left {
    float: left !important; }

  .note-editor .navbar-right {
    float: right !important; } }
.note-editor .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .note-editor .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .note-editor .navbar-form .form-control {
    display: inline-block; }

  .note-editor .navbar-form .radio,
  .note-editor .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .note-editor .navbar-form .radio input[type="radio"],
  .note-editor .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
@media (max-width: 767px) {
  .note-editor .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .note-editor .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.note-editor .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.note-editor .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.note-editor .navbar-nav.pull-right > li > .dropdown-menu,
.note-editor .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.note-editor .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.note-editor .navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .note-editor .navbar-text {
    margin-left: 15px;
    margin-right: 15px; } }
.note-editor .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.note-editor .navbar-default .navbar-brand {
  color: #777777; }

.note-editor .navbar-default .navbar-brand:hover,
.note-editor .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.note-editor .navbar-default .navbar-text {
  color: #777777; }

.note-editor .navbar-default .navbar-nav > li > a {
  color: #777777; }

.note-editor .navbar-default .navbar-nav > li > a:hover,
.note-editor .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.note-editor .navbar-default .navbar-nav > .active > a,
.note-editor .navbar-default .navbar-nav > .active > a:hover,
.note-editor .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.note-editor .navbar-default .navbar-nav > .disabled > a,
.note-editor .navbar-default .navbar-nav > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.note-editor .navbar-default .navbar-toggle {
  border-color: #dddddd; }

.note-editor .navbar-default .navbar-toggle:hover,
.note-editor .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.note-editor .navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc; }

.note-editor .navbar-default .navbar-collapse,
.note-editor .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.note-editor .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.note-editor .navbar-default .navbar-nav > .open > a,
.note-editor .navbar-default .navbar-nav > .open > a:hover,
.note-editor .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

.note-editor .navbar-default .navbar-nav > .open > a .caret,
.note-editor .navbar-default .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.note-editor .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

@media (max-width: 767px) {
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.note-editor .navbar-default .navbar-link {
  color: #777777; }

.note-editor .navbar-default .navbar-link:hover {
  color: #333333; }

.note-editor .navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.note-editor .navbar-inverse .navbar-brand {
  color: #999999; }

.note-editor .navbar-inverse .navbar-brand:hover,
.note-editor .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.note-editor .navbar-inverse .navbar-text {
  color: #999999; }

.note-editor .navbar-inverse .navbar-nav > li > a {
  color: #999999; }

.note-editor .navbar-inverse .navbar-nav > li > a:hover,
.note-editor .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.note-editor .navbar-inverse .navbar-nav > .active > a,
.note-editor .navbar-inverse .navbar-nav > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.note-editor .navbar-inverse .navbar-nav > .disabled > a,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.note-editor .navbar-inverse .navbar-toggle {
  border-color: #333333; }

.note-editor .navbar-inverse .navbar-toggle:hover,
.note-editor .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.note-editor .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.note-editor .navbar-inverse .navbar-collapse,
.note-editor .navbar-inverse .navbar-form {
  border-color: #101010; }

.note-editor .navbar-inverse .navbar-nav > .open > a,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

.note-editor .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.note-editor .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.note-editor .navbar-inverse .navbar-nav > .open > a .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

@media (max-width: 767px) {
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }

  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.note-editor .navbar-inverse .navbar-link {
  color: #999999; }

.note-editor .navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.note-editor .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.note-editor .breadcrumb > li {
  display: inline-block; }

.note-editor .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc; }

.note-editor .breadcrumb > .active {
  color: #999999; }

.note-editor .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.note-editor .pagination > li {
  display: inline; }

.note-editor .pagination > li > a,
.note-editor .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.note-editor .pagination > li:first-child > a,
.note-editor .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.note-editor .pagination > li:last-child > a,
.note-editor .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.note-editor .pagination > li > a:hover,
.note-editor .pagination > li > span:hover,
.note-editor .pagination > li > a:focus,
.note-editor .pagination > li > span:focus {
  background-color: #eeeeee; }

.note-editor .pagination > .active > a,
.note-editor .pagination > .active > span,
.note-editor .pagination > .active > a:hover,
.note-editor .pagination > .active > span:hover,
.note-editor .pagination > .active > a:focus,
.note-editor .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default; }

.note-editor .pagination > .disabled > span,
.note-editor .pagination > .disabled > span:hover,
.note-editor .pagination > .disabled > span:focus,
.note-editor .pagination > .disabled > a,
.note-editor .pagination > .disabled > a:hover,
.note-editor .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.note-editor .pagination-lg > li > a,
.note-editor .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.note-editor .pagination-lg > li:first-child > a,
.note-editor .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.note-editor .pagination-lg > li:last-child > a,
.note-editor .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.note-editor .pagination-sm > li > a,
.note-editor .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.note-editor .pagination-sm > li:first-child > a,
.note-editor .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.note-editor .pagination-sm > li:last-child > a,
.note-editor .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.note-editor .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.note-editor .pager:before,
.note-editor .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .pager:after {
  clear: both; }

.note-editor .pager:before,
.note-editor .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .pager:after {
  clear: both; }

.note-editor .pager li {
  display: inline; }

.note-editor .pager li > a,
.note-editor .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.note-editor .pager li > a:hover,
.note-editor .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.note-editor .pager .next > a,
.note-editor .pager .next > span {
  float: right; }

.note-editor .pager .previous > a,
.note-editor .pager .previous > span {
  float: left; }

.note-editor .pager .disabled > a,
.note-editor .pager .disabled > a:hover,
.note-editor .pager .disabled > a:focus,
.note-editor .pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed; }

.note-editor .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.note-editor .label[href]:hover,
.note-editor .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.note-editor .label:empty {
  display: none; }

.note-editor .label-default {
  background-color: #999999; }

.note-editor .label-default[href]:hover,
.note-editor .label-default[href]:focus {
  background-color: #808080; }

.note-editor .label-primary {
  background-color: #428bca; }

.note-editor .label-primary[href]:hover,
.note-editor .label-primary[href]:focus {
  background-color: #3071a9; }

.note-editor .label-success {
  background-color: #5cb85c; }

.note-editor .label-success[href]:hover,
.note-editor .label-success[href]:focus {
  background-color: #449d44; }

.note-editor .label-info {
  background-color: #5bc0de; }

.note-editor .label-info[href]:hover,
.note-editor .label-info[href]:focus {
  background-color: #31b0d5; }

.note-editor .label-warning {
  background-color: #f0ad4e; }

.note-editor .label-warning[href]:hover,
.note-editor .label-warning[href]:focus {
  background-color: #ec971f; }

.note-editor .label-danger {
  background-color: #d9534f; }

.note-editor .label-danger[href]:hover,
.note-editor .label-danger[href]:focus {
  background-color: #c9302c; }

.note-editor .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }

.note-editor .badge:empty {
  display: none; }

.note-editor a.badge:hover,
.note-editor a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.note-editor .btn .badge {
  position: relative;
  top: -1px; }

.note-editor a.list-group-item.active > .badge,
.note-editor .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff; }

.note-editor .nav-pills > li > a > .badge {
  margin-left: 3px; }

.note-editor .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee; }

.note-editor .jumbotron h1 {
  line-height: 1;
  color: inherit; }

.note-editor .jumbotron p {
  line-height: 1.4; }

.container .note-editor .jumbotron {
  border-radius: 6px; }

@media screen and (min-width: 768px) {
  .note-editor .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .note-editor .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .note-editor .jumbotron h1 {
    font-size: 63px; } }
.note-editor .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px; }

.note-editor .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.note-editor a.thumbnail:hover,
.note-editor a.thumbnail:focus,
.note-editor a.thumbnail.active {
  border-color: #428bca; }

.note-editor .thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.note-editor .thumbnail .caption {
  padding: 9px;
  color: #333333; }

.note-editor .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.note-editor .alert h4 {
  margin-top: 0;
  color: inherit; }

.note-editor .alert .alert-link {
  font-weight: bold; }

.note-editor .alert > p,
.note-editor .alert > ul {
  margin-bottom: 0; }

.note-editor .alert > p + p {
  margin-top: 5px; }

.note-editor .alert-dismissable {
  padding-right: 35px; }

.note-editor .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.note-editor .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.note-editor .alert-success hr {
  border-top-color: #c9e2b3; }

.note-editor .alert-success .alert-link {
  color: #356635; }

.note-editor .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.note-editor .alert-info hr {
  border-top-color: #a6e1ec; }

.note-editor .alert-info .alert-link {
  color: #2d6987; }

.note-editor .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.note-editor .alert-warning hr {
  border-top-color: #f7e1b5; }

.note-editor .alert-warning .alert-link {
  color: #a47e3c; }

.note-editor .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.note-editor .alert-danger hr {
  border-top-color: #e4b9c0; }

.note-editor .alert-danger .alert-link {
  color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.note-editor .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.note-editor .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.note-editor .progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.note-editor .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.note-editor .progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .note-editor .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.note-editor .progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .note-editor .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.note-editor .progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .note-editor .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.note-editor .progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .note-editor .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.note-editor .media,
.note-editor .media-body {
  overflow: hidden;
  zoom: 1; }

.note-editor .media,
.note-editor .media .media {
  margin-top: 15px; }

.note-editor .media:first-child {
  margin-top: 0; }

.note-editor .media-object {
  display: block; }

.note-editor .media-heading {
  margin: 0 0 5px; }

.note-editor .media > .pull-left {
  margin-right: 10px; }

.note-editor .media > .pull-right {
  margin-left: 10px; }

.note-editor .media-list {
  padding-left: 0;
  list-style: none; }

.note-editor .list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.note-editor .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.note-editor .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.note-editor .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor .list-group-item > .badge {
  float: right; }

.note-editor .list-group-item > .badge + .badge {
  margin-right: 5px; }

.note-editor a.list-group-item {
  color: #555555; }

.note-editor a.list-group-item .list-group-item-heading {
  color: #333333; }

.note-editor a.list-group-item:hover,
.note-editor a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.note-editor a.list-group-item.active,
.note-editor a.list-group-item.active:hover,
.note-editor a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.note-editor a.list-group-item.active .list-group-item-heading,
.note-editor a.list-group-item.active:hover .list-group-item-heading,
.note-editor a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

.note-editor a.list-group-item.active .list-group-item-text,
.note-editor a.list-group-item.active:hover .list-group-item-text,
.note-editor a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.note-editor .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.note-editor .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.note-editor .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.note-editor .panel-body {
  padding: 15px; }

.note-editor .panel-body:before,
.note-editor .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .panel-body:after {
  clear: both; }

.note-editor .panel-body:before,
.note-editor .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.note-editor .panel-body:after {
  clear: both; }

.note-editor .panel > .list-group {
  margin-bottom: 0; }

.note-editor .panel > .list-group .list-group-item {
  border-width: 1px 0; }

.note-editor .panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.note-editor .panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.note-editor .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.note-editor .panel > .table,
.note-editor .panel > .table-responsive {
  margin-bottom: 0; }

.note-editor .panel > .panel-body + .table,
.note-editor .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.note-editor .panel > .table-bordered,
.note-editor .panel > .table-responsive > .table-bordered {
  border: 0; }

.note-editor .panel > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.note-editor .panel > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.note-editor .panel > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.note-editor .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.note-editor .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.note-editor .panel-title > a {
  color: inherit; }

.note-editor .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.note-editor .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }

.note-editor .panel-group .panel + .panel {
  margin-top: 5px; }

.note-editor .panel-group .panel-heading {
  border-bottom: 0; }

.note-editor .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.note-editor .panel-group .panel-footer {
  border-top: 0; }

.note-editor .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.note-editor .panel-default {
  border-color: #dddddd; }

.note-editor .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.note-editor .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.note-editor .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.note-editor .panel-primary {
  border-color: #428bca; }

.note-editor .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.note-editor .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.note-editor .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.note-editor .panel-success {
  border-color: #d6e9c6; }

.note-editor .panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.note-editor .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.note-editor .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.note-editor .panel-warning {
  border-color: #faebcc; }

.note-editor .panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.note-editor .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.note-editor .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.note-editor .panel-danger {
  border-color: #ebccd1; }

.note-editor .panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1; }

.note-editor .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.note-editor .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.note-editor .panel-info {
  border-color: #bce8f1; }

.note-editor .panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.note-editor .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.note-editor .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.note-editor .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.note-editor .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.note-editor .well-lg {
  padding: 24px;
  border-radius: 6px; }

.note-editor .well-sm {
  padding: 9px;
  border-radius: 3px; }

.note-editor .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.note-editor .close:hover,
.note-editor .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.note-editor .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/* Tags styles */
.tags {
  padding: 6px 28px;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 4px; }
  .tags:hover, .tags:focus {
    color: #ffffff;
    text-decoration: none; }
  .tags:before {
    content: '';
    height: 5px;
    width: 5px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2.5px; }
  .tags.green-tags {
    background: #32a626; }
  .tags.blue-tags {
    background: #1098ee; }

/* Alert styles */
.alert {
  border-radius: 0;
  border: none; }

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.help-block.error {
  color: #ff0000; }

.notification-circle {
  padding: 3px;
  background: #ff0000;
  border-radius: 9px;
  min-width: 19px;
  max-height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: -10px;
  left: 95%;
  line-height: 1; }

.credit-error {
  color: #b3b300;
  background: #ffffb3; }

#card-errors {
  color: #a94442;
  padding: 15px; }

/* Styles */
.shadow {
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.4); }

.pac-container {
  z-index: 1200 !important;
  /* to prevent autocomplete choices dropdown appear behind modal */ }

#carousel-block .bx-wrapper {
  margin-bottom: 0; }
  #carousel-block .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none; }
#carousel-block .bx-controls-direction a.bx-prev, #carousel-block .bx-controls-direction a.bx-next {
  z-index: 1;
  text-indent: 0;
  border-radius: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: background 0.2s, opacity 0.2s;
  -moz-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
  background: rgba(0, 0, 0, 0.3);
  color: transparent;
  display: block;
  font-size: 0;
  height: 36px;
  line-height: 28px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 36px;
  *color: white;
  *font-size: 13px;
  *height: auto;
  *padding: 0 6px;
  *width: auto; }
  #carousel-block .bx-controls-direction a.bx-prev:hover, #carousel-block .bx-controls-direction a.bx-prev:focus, #carousel-block .bx-controls-direction a.bx-next:hover, #carousel-block .bx-controls-direction a.bx-next:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    text-decoration: none;
    *color: white; }
  #carousel-block .bx-controls-direction a.bx-prev:before, #carousel-block .bx-controls-direction a.bx-next:before {
    color: white;
    font-size: 36px; }
#carousel-block .bx-controls-direction a.bx-prev {
  left: 10px; }
  @media only screen and (max-width: 767px) {
    #carousel-block .bx-controls-direction a.bx-prev {
      left: 15px; } }
  #carousel-block .bx-controls-direction a.bx-prev:before {
    content: "‹"; }
#carousel-block .bx-controls-direction a.bx-next {
  right: 10px; }
  @media only screen and (max-width: 767px) {
    #carousel-block .bx-controls-direction a.bx-next {
      right: -5px; } }
  #carousel-block .bx-controls-direction a.bx-next:before {
    content: "›"; }
#carousel-block .carousel-caption {
  width: 100%;
  left: 0;
  text-align: left;
  padding: 10px;
  bottom: 0;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.65); }
  #carousel-block .carousel-caption a {
    color: #ffffff; }
  #carousel-block .carousel-caption h2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 27px; }
  #carousel-block .carousel-caption .slider-title {
    font-size: 26px;
    line-height: 27px; }

.content-media-box.small p {
  margin-bottom: 4px; }
.content-media-box.grey p {
  color: #bfbfbf; }
.content-media-box.grey b {
  color: #323333; }

.follow-link-holder {
  margin-bottom: 10px; }

.item-holder .media p {
  margin-bottom: 5px; }
  .item-holder .media p:last-child {
    margin-bottom: 0; }
.item-holder .img-holder {
  margin-bottom: 4px;
  display: inline-block; }

.media-left {
  padding-right: 15px; }
  .media-left.pr-small {
    padding-right: 5px; }
  .media-left.fix-padding {
    padding-right: 7px; }
  @media only screen and (max-width: 600px) {
    .media-left {
      padding-right: 5px; } }

.media-object {
  max-width: none;
  height: auto; }

.media-body p {
  margin-bottom: 5px; }
  .media-body p.company-category {
    margin-bottom: 10px; }
  .media-body p.no-margin {
    margin-bottom: 0px; }
  .media-body p.mb {
    margin-bottom: 20px; }
.media-body h4.company-title {
  margin-bottom: 2px; }
.media-body h4.no-margin-bottom {
  margin-bottom: 0px; }
.media-body address {
  margin-bottom: 10px;
  font-size: 12px; }
  .media-body address:last-child {
    margin-bottom: 0; }

.media-small-caption {
  line-height: 100%;
  margin-bottom: 8px; }
  .media-small-caption.mb-smaller {
    margin-bottom: 12px; }

.content-media-item {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bfbfbf; }
  .content-media-item:last-child {
    border: none; }
  .content-media-item .media-top-box {
    color: #a1a1a1; }
    .content-media-item .media-top-box p {
      font-size: 11px;
      margin-bottom: 2px; }
  .content-media-item p {
    margin-bottom: 5px; }
  .content-media-item .title {
    margin-bottom: 0; }
  .content-media-item.smaller-padding {
    padding-bottom: 20px; }
  .content-media-item.smaller-padding15 {
    padding-bottom: 15px; }
  .content-media-item .fix-line-height {
    line-height: 27px; }
  .content-media-item.follow .media {
    position: relative;
    padding-right: 75px; }
  .content-media-item.follow .media-avatar {
    width: 70px; }
  .content-media-item.follow .follow-link {
    position: absolute;
    top: 0;
    right: 0; }
    .content-media-item.follow .follow-link i {
      vertical-align: text-top; }
  .content-media-item.follow p {
    margin-bottom: 6px; }
  .content-media-item.content-news-item {
    border-bottom: 1px solid #eeeeee; }
    .content-media-item.content-news-item h4.title {
      line-height: 27px; }

@media only screen and (max-width: 767px) {
  .media-object {
    max-width: 65px; } }

@media only screen and (max-width: 767px) {
  .media-object.work-object {
    max-width: inherit; } }

.media-holder-box .content-media-item {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf; }
.media-holder-box:last-child .content-media-item {
  border-bottom: 0;
  padding-bottom: 0;
  border: none; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.loading .spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }
  .loading .spinner div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .loading .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loading .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loading .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loading .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

/**********************
	SIGN UP Page
***********************/
.signup-holder {
  padding: 25px 0; }

.signup-form-holder {
  padding-left: 70px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .signup-form-holder {
      padding: 60px 0 0 0; } }
  .signup-form-holder .caption {
    margin-bottom: 5px; }
  .signup-form-holder.registration-step-1 {
    padding-left: 0px; }
    .signup-form-holder.registration-step-1 .sub-caption {
      margin-bottom: 10px; }
      .signup-form-holder.registration-step-1 .sub-caption .alert-msg {
        color: #ff0000; }

#black-logo {
  position: absolute;
  left: 0;
  top: 0; }

#signup-form label {
  line-height: 24px;
  font-size: 12px; }
  @media only screen and (max-width: 991px) {
    #signup-form label {
      font-size: 10px; } }
  @media only screen and (max-width: 767px) {
    #signup-form label {
      line-height: 16px;
      font-size: 12px; } }
#signup-form .selectpicker {
  background: #ffffff; }
#signup-form p {
  margin-bottom: 10px; }

.signup-sidebar {
  font-size: 12px; }
  .signup-sidebar .dark-panel {
    margin-bottom: 20px;
    color: #ffffff; }
  .signup-sidebar .logo-holder {
    text-align: center;
    margin-bottom: 20px; }
    .signup-sidebar .logo-holder span {
      margin-right: 10px; }
      .signup-sidebar .logo-holder span:last-child {
        margin-right: 0; }
  .signup-sidebar .text-box {
    margin-bottom: 25px;
    color: #ffffff; }
  .signup-sidebar .subscribe-holder {
    font-size: 12px; }
    .signup-sidebar .subscribe-holder .caption {
      letter-spacing: -0.2px;
      margin-bottom: 10px; }

.subscribe-holder {
  padding: 15px;
  background: #b9bbbe;
  color: #ffffff; }
  .subscribe-holder .caption {
    margin-bottom: 10px; }
  .subscribe-holder button {
    background: transparent;
    line-height: 22px;
    padding: 0; }
  .subscribe-holder i {
    font-size: 16px; }
  .subscribe-holder a, .subscribe-holder i, .subscribe-holder p {
    color: #ffffff; }

#subscribe-form {
  margin-bottom: 10px; }

.hidden-holder {
  margin-bottom: 20px;
  display: none; }

.account-pro-holder {
  margin-top: 25px; }
  .account-pro-holder .media-avatar {
    width: 34px; }
  .account-pro-holder .media {
    margin-bottom: 15px; }
  .account-pro-holder .btn-box {
    text-align: center; }

.content-form-holder {
  margin-bottom: 25px; }
  .content-form-holder.small {
    margin-bottom: 0;
    font-size: 100%; }
  .content-form-holder .search-form {
    float: right;
    max-width: 120px;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .content-form-holder .search-form {
        max-width: 100%;
        float: none; } }
  .content-form-holder.transform-norm {
    text-transform: none; }

.like-holder:hover i, .like-holder:focus i {
  color: #ea2123; }
.like-holder i {
  margin-left: 5px; }

.personal-holder .media p {
  margin-bottom: 0; }
  @media only screen and (max-width: 600px) {
    .personal-holder .media p {
      font-size: 12px; } }
.personal-holder .media-object {
  width: 90px; }
  @media only screen and (max-width: 767px) {
    .personal-holder .media-object {
      width: 30px; } }

.bordered-holder.bottom-border .bordered-item:last-child {
  border-bottom: 2px solid #eeeeee; }

.bordered-item {
  border-top: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding-top: 12px; }
  .bordered-item p {
    margin-bottom: 10px; }

.stats-item {
  padding: 8px 0;
  border-bottom: 2px solid #eeeeee; }
  .stats-item:first-child {
    padding-top: 0; }
  .stats-item .title {
    margin-bottom: 2px; }

.account-social-box {
  text-align: right; }

.news-holder {
  margin-bottom: 25px; }

.news-holder-line {
  margin-bottom: 25px; }
  .news-holder-line:last-child {
    margin-bottom: 0; }

.news-item {
  position: relative; }
  .news-item .title {
    margin-bottom: 4px; }
  .news-item a {
    color: #323333; }
  .news-item > span {
    color: #a1a1a1;
    display: block; }
  .news-item .list-actions {
    margin-top: 10px; }
  .news-item p {
    margin-bottom: 8px; }

.flag-holder .blue-flag {
  position: absolute;
  top: 0;
  right: 0; }

.blue-flag {
  color: #ffffff;
  background: #1098ee;
  font-size: 11px;
  padding: 5px 5px 10px 5px;
  line-height: 14px;
  position: relative;
  min-width: 50px; }
  .blue-flag:before, .blue-flag:after {
    content: '';
    position: absolute;
    bottom: -24px;
    width: 0;
    height: 0;
    border-style: solid; }
  .blue-flag:before {
    border-width: 24px 24px 0 0;
    left: 0;
    border-color: #1098ee transparent transparent transparent; }
  .blue-flag:after {
    border-width: 0 24px 24px 0;
    border-color: transparent #1098ee transparent;
    right: 0; }
  .blue-flag.news-flag {
    margin-right: 5px; }

.flag-holder .red-flag {
  position: absolute;
  top: 0;
  right: 0; }

.red-flag {
  color: #ffffff;
  background: #ff0000;
  font-size: 11px;
  padding: 5px 5px 10px 5px;
  line-height: 14px;
  position: relative;
  min-width: 50px; }
  .red-flag:before, .red-flag:after {
    content: '';
    position: absolute;
    bottom: -24px;
    width: 0;
    height: 0;
    border-style: solid; }
  .red-flag:before {
    border-width: 25px 35px 0 0;
    left: 0;
    border-color: #ff0000 transparent transparent transparent; }
  .red-flag:after {
    border-width: 0 39px 24px 0;
    border-color: transparent #ff0000 transparent;
    right: 0; }
  .red-flag.news-flag {
    margin-right: 5px; }

.calendar-item {
  background-color: #eeeeee;
  height: 60px;
  margin: 0 auto;
  padding-top: 6px;
  position: relative;
  text-align: center;
  width: 60px; }
  .calendar-item:before {
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    z-index: 55; }
  .calendar-item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: #ffffff #ffffff #ffffff #d5d5d5;
    position: absolute;
    top: 0;
    right: 0; }
  .calendar-item p {
    color: #000000;
    line-height: normal;
    margin: 0; }
  .calendar-item span {
    font-size: 20px;
    line-height: 27px; }

.add-this-holder {
  padding: 4px 0; }
  .add-this-holder .plus {
    display: inline-block;
    font-size: 24px;
    margin-right: 8px;
    line-height: 0.9; }
    .add-this-holder .plus:hover, .add-this-holder .plus:focus {
      text-decoration: none; }
  .add-this-holder .counter {
    vertical-align: top; }

.social-share-holder .plus {
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  line-height: 0.9; }
  .social-share-holder .plus:hover, .social-share-holder .plus:focus {
    text-decoration: none; }
.social-share-holder .counter {
  vertical-align: top; }

.addthis_counter.plus-addthis {
  margin-top: 2px !important; }

.social-share li {
  line-height: 0px; }

.right {
  float: right; }

.not-padding {
  padding: 0px 0px; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-dropdown-menu {
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 13px; }
  .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #333333;
    cursor: pointer; }
  .tt-suggestion p {
    margin: 0; }

.my-book .my-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }

.not-clickable {
  cursor: default;
  pointer-events: none; }

.recommended-list .caption.caption-recommendation {
  text-transform: initial;
  border-top: 5px solid #404141;
  border-bottom: none;
  padding-top: 13px;
  margin-top: 50px; }
  .recommended-list .caption.caption-recommendation .headline.col-sm-8 {
    text-align: right; }
    .recommended-list .caption.caption-recommendation .headline.col-sm-8 h4 {
      text-transform: uppercase; }
  .recommended-list .caption.caption-recommendation .custom-btn.btn-gray {
    color: #606060;
    text-decoration: none; }
.recommended-list .avatars li {
  width: auto !important; }
.recommended-list .comments {
  margin-top: 35px; }
  .recommended-list .comments .row {
    margin-top: 10px;
    word-wrap: break-word; }

.profile-recommended-list .recommended-item .media-recommended {
  border: 1px solid #dcd7cd;
  padding: 15px; }
  .profile-recommended-list .recommended-item .media-recommended .breadcrumbs {
    color: #a1a1a1; }
.profile-recommended-list .recommended-item .media-body {
  max-width: 525px; }
  .profile-recommended-list .recommended-item .media-body .comment-recommended {
    word-wrap: break-word; }
.profile-recommended-list .no-comment {
  font-style: italic;
  color: #a1a1a1; }
.profile-recommended-list .content-media-item {
  border-bottom: none !important; }

.row-recommendation {
  margin-top: 10px;
  border: 1px solid #dcd7cd;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px; }
  .row-recommendation .col-recommendation .list-actions {
    float: left !important;
    width: 100%;
    display: table;
    align-items: center;
    justify-content: center;
    height: 31px; }
    .row-recommendation .col-recommendation .list-actions .custom-btn.btn-gray {
      text-decoration: none;
      color: #606060 !important; }
      .row-recommendation .col-recommendation .list-actions .custom-btn.btn-gray:hover {
        color: #606060 !important; }
  .row-recommendation .col-share .social-share-holder {
    float: right; }
    .row-recommendation .col-share .social-share-holder .list-inline li:first-child {
      vertical-align: middle;
      margin: 0; }
      .row-recommendation .col-share .social-share-holder .list-inline li:first-child .fa-share-alt:before {
        font-size: 16px; }

.company-header .company-name {
  display: inline-block;
  margin-bottom: 5px; }
.company-header .company-upgrade {
  float: right;
  text-decoration: none; }

.form-payment .payment-errors, .registration-step-payment .payment-errors {
  color: #ff0000; }
.form-payment .not-left-padding, .registration-step-payment .not-left-padding {
  padding-left: 0px; }

.registration-step .registration-step-2 .file-image, .registration-step .registration-step-5 .file-image {
  padding-bottom: 5px; }
  .registration-step .registration-step-2 .file-image .file-input-wrapper, .registration-step .registration-step-5 .file-image .file-input-wrapper {
    width: 30% !important; }
.registration-step .registration-step-2 .about .note-editor, .registration-step .registration-step-5 .about .note-editor {
  width: 100% !important; }
.registration-step .job-type .controls, .registration-step .company .controls {
  width: 80%;
  display: inline-block;
  padding-left: 10px; }

.wrapper-grid {
  border: 1px solid #a9a9a9;
  padding: 15px; }
  .wrapper-grid .row-titles {
    color: #AFB0B0; }
  .wrapper-grid .row-item {
    padding-top: 5px; }
  .wrapper-grid .row-footer {
    padding-top: 20px; }
    .wrapper-grid .row-footer .add-another-item {
      font-weight: bold;
      color: #428bca; }

.item .company-item-content {
  padding-left: 40px; }

.registration-step-login .alert-block.alert-error {
  color: #ff0000; }
.registration-step-login .registration-login-footer {
  padding-bottom: 15px; }
  .registration-step-login .registration-login-footer a {
    color: #323333;
    text-decoration: underline; }

.page-details .old-h1 {
  float: left;
  display: inline;
  width: 100%;
  text-transform: none;
  margin-top: 0; }
.page-details .h1 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 18px;
  line-height: 26px;
  margin-top: 10px; }
.page-details .h6 {
  text-transform: uppercase;
  color: #a5a5a5;
  line-height: normal;
  margin: 0;
  font-size: 10px;
  line-height: 18px; }
.page-details .old-h2 {
  text-transform: none; }
.page-details .social-share li:first-child span {
  vertical-align: 12px; }
.page-details img {
  height: auto; }

.fa-question-circle {
  font-size: 1.3em;
  color: #a1a1a1; }

.at-resp-share-element .at-share-btn {
  margin: 0px 0px 0px 3px !important; }

.addthis_toolbox a {
  margin-bottom: 0px !important;
  line-height: 0 !important; }

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
  padding: 0px 0px 0px 3px !important; }

.col-share-collection-float-msg-desktop {
  display: block;
  float: inherit; }
  .col-share-collection-float-msg-desktop i.fa-envelope-o {
    font-size: 37px;
    margin-top: -7px; }
  .col-share-collection-float-msg-desktop .list-inline > li {
    padding-right: 0px; }

.col-share-collection-float-msg {
  display: none; }

p.inline-iframe-video, p.inline-iframe-images {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  padding-bottom: 56.25% !important; }

p.inline-iframe-video iframe, p.inline-iframe-images iframe {
  border: 0 none !important;
  bottom: 0 !important;
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important; }

.inline-iframe-images iframe {
  background: #000; }

.content_media_item_sortable .media-left img {
  width: 140px; }

.row-recommendation .post-actions {
  margin-top: 0;
  line-height: 26px; }

.row-recommendation .list-inline > li {
  padding: 0; }

.row-recommendation .post-actions > li {
  margin: 0 10px 0 0; }

.row-recommendation .post-actions li li {
  margin: 0; }

.row-recommendation > ul li {
  height: 25px; }

.row-recommendation .list-actions > li {
  height: 17px; }

.row-recommendation .list-actions .share-li {
  height: 30px;
  float: right;
  margin: 0; }

.row-recommendation .col-recommendation {
  padding: 0; }

.row-recommendation .col-share {
  padding-right: 0px; }

.row-recommendation .fa-2x {
  font-size: 1.7em; }

.col-h4 a:hover {
  color: #337ab7; }

.btn-blue.disable-btn, .btn-blue.disable-btn:hover {
  background-color: #66d4ff;
  background: #66d4ff;
  cursor: default !important;
  text-decoration: none; }

.btn-gary.disable-btn, .btn-gary.disable-btn:hover {
  background-color: #8b8d8d;
  background: #8b8d8d;
  cursor: default !important;
  text-decoration: none; }

.collection-name {
  font-size: 1.66717rem;
  font-weight: normal;
  font-family: "DIN-Medium";
  margin-top: 0; }

.collection-name.small {
  font-size: 1.28333rem; }

.collection-name > a {
  color: #323333; }

.collection-time {
  margin-left: 10px; }

.addthisimageshare {
  display: none !important;
  width: 32px;
  height: 32px; }

.watch a {
  cursor: default;
  text-decoration: none; }

.save_btn.save_small, .save_btn_no_log.save_small, .small-one {
  display: none !important; }

.title-with-share h4 {
  float: left; }

.title-with-share .col-share-collection-float {
  float: right;
  padding-right: 0px; }

.title-with-share .col-share-collection-float .social-share-holder ul.list-inline {
  float: right; }

.title-with-share .col-share-collection-float .social-share-holder ul.list-inline > li {
  padding-right: 0; }

.work-icon-list li.watch {
  margin-top: -1px; }

.col-recommendation li.watch {
  margin-left: 4px !important; }

.col-recommendation ul li i.fa.fa-plus {
  margin: 0; }

.at-style-responsive .at-share-btn {
  padding-bottom: 6px !important; }

.col-recommendation .list-actions .like {
  margin-left: 4px;
  margin-right: 16px; }

.col-recommendation .list-actions .recommend-li {
  margin-right: 7px; }

.modal.fullscreen_modal.fade .modal-dialog {
  transform: scale(0); }

.modal.fullscreen_modal.in .modal-dialog {
  transform: scale(1); }

.slideshow_fullscreen_btn {
  position: absolute;
  bottom: 13px;
  right: 3px;
  z-index: 20;
  color: #999;
  background: none;
  font-weight: lighter;
  font-size: 20px; }
  .slideshow_fullscreen_btn .fa-arrows-alt:hover {
    color: #fff; }

.fullscreen_modal .close {
  color: #999;
  text-shadow: none; }
.fullscreen_modal .close:hover {
  color: #fff; }

.share-li-mobile {
  display: none !important;
  float: right; }

@media (min-width: 768px) and (max-width: 991px) {
  .collection-item-head {
    width: 85% !important; }

  .collection-quote-head {
    width: 88.5% !important; }

  .icon-btn-holder {
    float: right; }

  .share-li-mobile {
    display: block !important; }

  .share-li {
    display: none !important; }

  .recommend-li {
    margin-right: 26px !important; } }
@media (max-width: 767px) {
  .row-recommendation .addthisimageshare i {
    margin: 6px 0 0 0; }

  .col-share-collection-float {
    float: left;
    margin-right: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
    .col-share-collection-float .social-share-holder ul {
      float: right; }

  .col-share-collection-float-msg {
    padding-left: 0;
    float: left;
    display: block; }
    .col-share-collection-float-msg i.fa-envelope-o {
      font-size: 40px;
      margin-top: -7px; }

  .col-share-collection-float-msg-desktop {
    display: none; }

  .handle.ui-sortable-handle {
    display: none; }

  .content_media_item_sortable .item_sortable_main {
    margin-left: 0; }
    .content_media_item_sortable .item_sortable_main .media-left img {
      width: 85px; }
    .content_media_item_sortable .item_sortable_main .media-body .collection-item-head {
      width: 65%; }
    .content_media_item_sortable .item_sortable_main .icon-btn-holder {
      float: right; }

  .collection-quote-head {
    width: 77% !important; }

  .row-recommendation .col-share .social-share-holder .fa-share-alt:before {
    font-size: 20px !important; }

  .row-recommendation .post-actions > li {
    margin: 0 10px 0 0;
    float: left;
    height: auto; }

  .row-recommendation .list-actions .share-li {
    float: left;
    height: 31px; }

  .row-recommendation .addthisimageshare {
    width: auto; } }
@media (min-width: 560px) and (max-width: 767px) {
  .row-recommendation .addthisimage,
  .row-recommendation .addthis_button_facebook,
  .row-recommendation .addthis_button_twitter,
  .row-recommendation .addthis_button_google_plusone_share,
  .row-recommendation .share_text,
  .save_btn.save_big, .save_btn_no_log.save_big {
    display: inline-block !important; }

  .row-recommendation .addthisimageshare, .save_btn.save_small, .save_btn_no_log.save_small {
    display: none !important;
    text-align: center; }

  .row-recommendation .post-actions > li {
    margin: 5px 10px 0 0; }

  .row-recommendation .list-actions .share-li {
    float: right; } }
@media (max-width: 484px) {
  .row-recommendation .post-actions > li {
    margin: 0px 5px 0 0; }

  .col-recommendation li.watch {
    margin-left: 0px !important; }

  .row-recommendation .col-recommendation .list-actions {
    display: flex; }

  .row-recommendation .list-actions .share-li {
    float: right; }

  .row-recommendation .fa-comments-o {
    margin-top: -2px;
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .small-one {
    padding: 0px !important; }

  .collection-nav.nav > li > a {
    padding: 10px 7px !important; }

  .collectionModal .modal-body {
    padding: 12px !important; }

  .itemPopup .close {
    top: 0px;
    right: -3px; }

  .col-recommendation .list-actions .like {
    margin-left: 4px;
    margin-right: 5px; }

  .col-recommendation .list-actions .watch {
    margin-right: 5px; }

  .col-recommendation .list-actions .recommend-li {
    margin-right: 5px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .collection-quote-head {
    width: 85% !important; } }
@media (max-width: 560px) {
  .floatet-img {
    width: 100%; }

  .share-li-mobile {
    display: block !important; }

  .share-li {
    display: none !important; } }
@media (min-width: 484px) and (max-width: 560px) {
  .floatet-img {
    width: 100%; }

  .share-li-mobile {
    display: block !important; }

  .share-li {
    display: none !important; }

  .row-recommendation .post-actions > li {
    margin: 0px 26px 0 0; }

  .col-recommendation li.watch {
    margin-left: 0px !important; }

  .row-recommendation .col-recommendation .list-actions {
    display: flex; }

  .row-recommendation .list-actions .share-li {
    float: right; }

  .col-recommendation .list-actions .like {
    margin-left: 4px;
    margin-right: 18px; }

  .col-recommendation .list-actions .watch {
    margin-right: 16px; }

  .col-recommendation .list-actions .recommend-li {
    margin-right: 26px; } }
.social-share .popover.left {
  left: -100px !important; }

.partners-body {
  padding: 70px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background: linear-gradient(to bottom, #000 0, #333 100%);
  margin-top: 0px !important;
  color: #fff;
  text-align: center; }
  .partners-body section p {
    font-family: Geneva-partner,sans-serif;
    font-size: 16px;
    line-height: 1.5; }
  .partners-body section p.intro {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    font-family: D-DIN-partner,sans-serif; }
  .partners-body section ul.logoList {
    margin-top: 40px;
    list-style: none; }
    .partners-body section ul.logoList li {
      margin-bottom: 30px;
      width: 16.6666666667%;
      float: left; }
  .partners-body section * {
    color: #fff; }
  .partners-body section a.join {
    background: #333;
    color: #fff;
    font-family: D-DIN-partner,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    margin-top: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none; }
  .partners-body section a.join {
    padding: 10px 33px;
    background: #fff;
    color: #333;
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%, 0 0); }
  .partners-body section a.join:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    color: #fff; }

.partners-header .alert {
  margin-bottom: 0px !important; }

@media (max-width: 360px) {
  .social-share .popover.left {
    left: -56px !important;
    top: 35px !important; }
    .social-share .popover.left .arrow {
      display: none; } }
.addthis_button_facebook .at-icon-wrapper {
  width: auto !important; }

.sortable_area .itemplace {
  border: 2px dashed #8d8d8d;
  background: #eeeeee; }
.sortable_area .item_sortable {
  background: #ffffff; }
.sortable_area .ui-sortable-helper {
  opacity: 0.8; }
.sortable_area .handle {
  cursor: move;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 25px;
  min-height: 150px;
  display: flex;
  align-items: center; }
.sortable_area .item_sortable {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  position: relative; }
.sortable_area .collection_back {
  padding-top: 15px; }
.sortable_area .title-with-share {
  border-bottom: 5px solid #404141;
  padding-bottom: 35px; }
.sortable_area .public-btn-section {
  padding-bottom: 60px;
  padding-top: 5px; }
.sortable_area .collection-main a {
  cursor: pointer; }
.sortable_area .collection-quote-head {
  width: 92%;
  background: #F6F6F6;
  padding: 13px;
  float: left;
  margin-right: 10px; }
.sortable_area .collection-item-head {
  width: 90%;
  float: left;
  margin-right: 10px; }
.sortable_area .btn-with-icon {
  font-size: 16px;
  margin-bottom: 5px;
  width: 45px; }
.sortable_area .icon-btn-holder {
  width: 50px;
  float: left; }
.sortable_area .item_sortable_main {
  position: relative;
  margin-left: 25px; }
.sortable_area .works-media {
  margin-left: 20px; }

.jury-accordion-button {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px; }
  .jury-accordion-button i.fa {
    float: right; }

.jury-company-accordion-button {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px; }
  .jury-company-accordion-button i.fa {
    float: right; }

.dashboard-awards .jury-accordion-button {
  margin-top: 20px;
  padding: 15px 0px;
  border-top: none;
  border-bottom: 4px solid #323333; }
  .dashboard-awards .jury-accordion-button i.fa {
    float: right; }
.dashboard-awards .jury-company-accordion-button {
  font-size: 16px;
  background: #fff;
  color: #323333;
  font-weight: bold;
  padding: 15px 0px 15px 0px;
  border: none; }
  .dashboard-awards .jury-company-accordion-button i.fa {
    float: right; }

.note-editable ul, .note-editable li {
  list-style: inherit; }
.note-editable ul, .note-editable ol {
  padding-left: 40px; }

.holder ul, .holder li {
  list-style: inherit; }
.holder ul, .holder ol {
  padding-left: 40px; }
.holder .post-actions {
  padding-left: 0px; }
  .holder .post-actions ul {
    padding-left: 0px; }

.submissions .company-name, .judges .company-name {
  padding: 10px;
  background: #727373;
  color: #fff; }
.submissions .item-row, .judges .item-row {
  color: #323333;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    .submissions .item-row, .judges .item-row {
      padding: 10px 0;
      display: inline-block; } }
.submissions .item-row:nth-child(odd), .judges .item-row:nth-child(odd) {
  background: #eeeeee; }
  @media screen and (max-width: 767px) {
    .submissions .item-row:nth-child(odd), .judges .item-row:nth-child(odd) {
      /* background:none;*/ } }
.submissions .item-row:nth-child(even), .judges .item-row:nth-child(even) {
  color: #323333;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .submissions .item-row:nth-child(even), .judges .item-row:nth-child(even) {
      background: none;
      color: inherit; } }

.judges.entries {
  max-height: 600px;
  overflow-y: auto; }

.immortal-content {
  /*background: #323333;*/
  margin-top: 0px !important; }
  .immortal-content .archive-details-holder {
    margin-top: 45px;
    /*border-bottom: 5px solid #999999;*/ }
  .immortal-content .enter-btn {
    /*margin: 35px 0px 0px 0px;*/ }
    .immortal-content .enter-btn a {
      /**/
      padding: 10px;
      background: #000000;
      border-radius: 5px;
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 20px; }
  .immortal-content h5, .immortal-content h4 {
    color: #323333; }

.judging .enter-btn {
  margin: 35px 0px 0px 0px; }
  .judging .enter-btn a {
    padding: 10px;
    background: #000000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px; }

.sponsor-holder {
  height: 150px;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.content.mt-small {
  min-height: 350px; }

.content.mt-small.judging {
  min-height: 565px; }

.jury_holding_page {
  text-align: center;
  padding: 20px;
  padding-top: 50px; }
  .jury_holding_page img {
    padding: 30px; }

.judging-right {
  max-height: 600px;
  overflow-y: auto; }

.entry-list-small {
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ddd; }

.immortal-section .caption.line h4 {
  text-transform: uppercase; }

.submissions .heading {
  background: #999999 !important;
  color: #fff !important;
  border-bottom: #777777 solid 2px; }
  @media screen and (max-width: 767px) {
    .submissions .heading {
      display: none; } }

.dashboard-awards .submissions .heading {
  padding: 10px 0px;
  background: #fff !important;
  color: #676667 !important;
  /* font-size: 13px; */
  font-weight: bold;
  border-bottom: 2px solid #cccccc; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .submissions .heading {
      display: none; } }
.dashboard-awards .submissions .item-row, .dashboard-awards .judges .item-row {
  color: #323333;
  padding: 10px;
  border-bottom: 1px solid #999999; }
  .dashboard-awards .submissions .item-row.heading, .dashboard-awards .judges .item-row.heading {
    border-bottom: 2px solid #cccccc; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .submissions .item-row, .dashboard-awards .judges .item-row {
      padding: 10px 0;
      display: inline-block; } }
.dashboard-awards .submissions .item-row:nth-child(odd), .dashboard-awards .judges .item-row:nth-child(odd) {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .submissions .item-row:nth-child(odd), .dashboard-awards .judges .item-row:nth-child(odd) {
      /* background:none;*/ } }
.dashboard-awards .submissions .item-row:nth-child(even), .dashboard-awards .judges .item-row:nth-child(even) {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .submissions .item-row:nth-child(even), .dashboard-awards .judges .item-row:nth-child(even) {
      background: none;
      color: inherit; } }
.dashboard-awards .submissions .item-row:last-child, .dashboard-awards .judges .item-row:last-child {
  background: #ffffff;
  border: none; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .submissions .item-row:last-child, .dashboard-awards .judges .item-row:last-child {
      background: none;
      color: inherit; } }
.dashboard-awards .submissions .company-name, .dashboard-awards .judges .company-name {
  background: #fff;
  padding: 15px 0px 15px 0px;
  color: #323333; }
.dashboard-awards .immortal-buttons-desktop {
  display: block;
  width: 0px;
  float: right; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .immortal-buttons-desktop {
      display: none; } }
.dashboard-awards .immortal-edit {
  display: none; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .immortal-edit {
      display: block; } }
.dashboard-awards .immortal-delete {
  display: none; }
  @media screen and (max-width: 767px) {
    .dashboard-awards .immortal-delete {
      display: block; } }

.heading_title {
  display: none;
  background: #999999 !important;
  color: #fff !important; }
  @media screen and (max-width: 767px) {
    .heading_title {
      display: block; } }

div.workpicker button.selectpicker {
  background: #404141;
  color: #ffffff;
  border-color: #404141; }
  div.workpicker button.selectpicker .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }

.edit-holder a[class*="icon-"] {
  padding-left: 32px;
  position: relative; }
.edit-holder a.icon-immortal-icon:before {
  content: "";
  position: absolute;
  z-index: 55;
  left: 6px;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-immortals-icon.png') no-repeat;
  display: block;
  background-size: 16px; }

.grey-out {
  color: #999; }

.highlight-entry {
  background: #eeeeee; }

.sponsor-list-title {
  padding: 10px;
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%; }

.jury-item {
  min-height: 300px; }

.company-name {
  margin-top: 5px; }

@media (min-width: 320px) and (max-width: 767px) {
  .jury-item {
    margin-bottom: 10px;
    min-height: auto; }

  .immortal-big-logo {
    margin-top: 55px;
    text-align: center; }

  .league-table-row {
    padding-right: 0px;
    padding-left: 0px; }
    .league-table-row .col-xs-2, .league-table-row .col-xs-3, .league-table-row .col-xs-4, .league-table-row .col-xs-5, .league-table-row .col-xs-6, .league-table-row .col-xs-7, .league-table-row .col-xs-8, .league-table-row .col-xs-9, .league-table-row .col-xs-10, .league-table-row .col-xs-11, .league-table-row .col-xs-12 {
      padding-right: 5px;
      padding-left: 5px; } }
@media (min-width: 320px) and (max-width: 484px) {
  .sponsor-holder {
    height: 80px; } }
@media screen and (max-width: 767px) {
  .csbtn {
    padding-left: 0; }

  .cs_btn_small {
    margin-top: 15px; }

  .credit_name_field {
    margin-top: 5px; }

  .sponsor-holder {
    height: 150px; } }
.home_content_block {
  font-size: 14px;
  color: #000; }

.final_entries_table {
  border-collapse: collapse;
  width: 100%; }
  .final_entries_table .table_heading {
    padding: 10px;
    background: #727373;
    color: #fff; }
  .final_entries_table .single-entry {
    color: #323333;
    padding: 10px; }
  .final_entries_table .single-entry:nth-child(odd) {
    background: #eeeeee; }
  .final_entries_table .single-entry:nth-child(even) {
    color: #323333;
    background: #ffffff; }
  .final_entries_table .single-entry.judging-current-entry {
    background: #ffff00; }

.final_entries_table td, .final_entries_table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px; }

.final_entries_table .final_score {
  min-width: 140px; }

.container-fluid {
  padding: 0 15px; }

.itemplace {
  border: 2px dashed #8d8d8d;
  background: #eeeeee;
  position: relative;
  display: inline-block;
  width: 100%; }

.item_sortable_entry {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  position: relative;
  background: #fff; }

.manage-table-heading {
  background: #727373;
  padding: 10px;
  color: #fff; }

.ui-sortable-helper {
  opacity: 0.8; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #323333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.works-media {
  overflow: inherit; }
  .works-media h2 {
    word-wrap: break-word; }

footer {
  width: 100%;
  float: left; }

.submissions-main {
  margin-bottom: 10px; }

.immortal-mega-menu .banner-list li:first-child {
  margin-top: 10px; }

.ct-topbar {
  text-align: right;
  background: #eee; }

.ct-topbar__list {
  margin-bottom: 0px; }

.ct-language__dropdown {
  padding-top: 8px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 110%;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100px;
  text-align: center;
  padding-top: 0;
  z-index: 200; }

.ct-language__dropdown .lang-select img {
  width: 20px; }

.ct-language__dropdown li {
  background: #222;
  padding: 5px; }

.ct-language__dropdown li a {
  display: block; }

.ct-language__dropdown li:first-child {
  padding-top: 10px;
  border-radius: 3px 3px 0 0; }

.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px; }

.ct-language__dropdown li:hover {
  background: #444; }

.ct-language__dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #222; }

.ct-language {
  position: relative;
  background: #00aced;
  color: #fff;
  padding: 10px 0; }

.ct-language:hover .ct-language__dropdown {
  max-height: 300px;
  padding-top: 8px; }

.dashboard-collections .collection-time {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #999;
  margin-left: 0px; }

div.dashboard-icon-1 {
  background: rgba(50, 51, 51, 0.9); }

div.dashboard-icon-2 {
  background: rgba(50, 51, 51, 0.6); }

div.dashboard-icon-3 {
  background: rgba(50, 51, 51, 0.85); }

div.dashboard-icon-4 {
  background: rgba(50, 51, 51, 0.65); }

div.dashboard-icon-5 {
  background: rgba(50, 51, 51, 0.9); }

div.dashboard-icon-6 {
  background: rgba(50, 51, 51, 0.75); }

div.dashboard-icon-7 {
  background: rgba(50, 51, 51, 0.8); }

div.dashboard-icon-8 {
  background: rgba(50, 51, 51, 0.85); }

div.dashboard-icon-9 {
  background: rgba(50, 51, 51, 0.6); }

div.dashboard-icon-10 {
  background: rgba(50, 51, 51, 0.75); }

div.center-icon {
  display: flex;
  align-items: center;
  justify-content: center; }

div.third-colomn {
  height: 157px; }

div.small-height {
  height: 132px;
  margin-bottom: 30px; }

div.big-height {
  height: 294px;
  margin-bottom: 30px; }

.dash-btn {
  cursor: pointer;
  position: relative;
  border: 6px solid transparent; }
  .dash-btn a {
    color: #333; }
  .dash-btn:hover {
    font-size: 12px;
    border: 6px solid #5b5c5c;
    background: #323333; }
    .dash-btn:hover img {
      opacity: 0.25; }

div.image-and-text-align {
  float: left;
  height: 213px;
  max-width: 305px; }

.feed_image_and_text_align {
  float: left;
  max-width: 320px;
  min-width: 75px; }
  .feed_image_and_text_align img {
    max-height: 200px; }

div.eye-heart {
  float: left; }

a.custom-btn {
  float: left; }

div.add-news-icon {
  width: auto;
  float: right;
  background: #00abec; }
  div.add-news-icon a.custom-btn {
    cursor: pointer;
    padding: 5px;
    background: transparent;
    text-transform: none;
    padding-right: 20px;
    padding-left: 20px; }

div.add-search-icon {
  height: 28px;
  background: #eeeeee;
  border: none;
  border-radius: 0;
  padding-left: 25px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-right: 25px;
  margin-left: 25px; }
  div.add-search-icon .search-form button {
    left: 10px;
    top: 0; }

div.add-companies-icon {
  height: 28px;
  width: 213px;
  float: right; }
  div.add-companies-icon .bootstrap-select.btn-group button {
    height: 28px; }

input.search-form-input {
  border-bottom: none; }

div.company-title {
  width: auto;
  float: left; }
  div.company-title i {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 26px; }

div.home-title {
  float: left; }
  div.home-title i {
    color: black; }

/*bottom of page back to dashboard and show more button*/
div.show-more-main-div {
  width: auto;
  float: right; }

div.back-arrow {
  height: 28px;
  float: left;
  margin-right: 25px; }
  div.back-arrow a.custom-btn {
    padding: 5px;
    padding-right: 35px;
    padding-left: 35px;
    height: 28px;
    margin-left: 5px; }

div.show-more {
  float: right; }
  div.show-more a.custom-btn {
    cursor: pointer;
    padding: 5px;
    padding-right: 50px;
    padding-left: 50px;
    background: #00abec;
    height: 28px; }

a.remove-icon {
  width: auto; }

/* work scss starts from here*/
div.work-home-title {
  float: left; }
  div.work-home-title i {
    color: black; }

div.work-company-title {
  width: auto;
  float: left; }
  div.work-company-title i {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 26px; }
  div.work-company-title h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: inherit; }

div.add-companies-work-icon {
  height: 28px;
  width: 213px;
  float: right; }
  div.add-companies-work-icon .bootstrap-select.btn-group button {
    height: 28px; }

div.add-work-search-icon {
  height: 28px;
  background: #eeeeee;
  border: none;
  border-radius: 0;
  padding-left: 25px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-right: 20px;
  margin-left: 20px; }
  div.add-work-search-icon .search-form input {
    border-bottom: none;
    padding: 0 5px; }
  div.add-work-search-icon .search-form button {
    left: 10px;
    top: 0; }

div.add-work-icon {
  width: auto;
  float: right;
  background: #00abec; }
  div.add-work-icon a.custom-btn {
    padding: 5px;
    padding-right: 20px;
    padding-left: 20px;
    background: transparent;
    text-transform: none;
    cursor: pointer; }

div.show-more-work-main-div {
  width: auto;
  float: right; }

div.work-back-arrow {
  height: 28px;
  float: left;
  margin-right: 10px;
  background: #323333; }
  div.work-back-arrow a.custom-btn {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: 28px;
    margin-left: 5px;
    cursor: pointer; }

div.work-show-more {
  float: right; }
  div.work-show-more a.custom-btn {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background: #00abec;
    height: 28px;
    cursor: pointer; }

.sortable_area .dashboard-change-handle {
  margin-left: 0px;
  float: right;
  position: relative;
  min-height: 0px;
  right: 0px;
  display: block; }

div.work-edit-share-awards-remove {
  float: right; }
  div.work-edit-share-awards-remove a.work-share {
    margin-left: 5px;
    margin-right: 5px; }
  div.work-edit-share-awards-remove a.work-awards {
    margin-right: -60px; }
  div.work-edit-share-awards-remove a.work-remove {
    padding-right: 80px; }

div.dashboard-work-heart-eye {
  width: auto; }

div.work-heart-eye {
  float: left; }

/* company dashboard profile detail page*/
.custom-btn .gold {
  background-color: #e8bd00; }

.custom-btn .silver {
  background-color: #e5e5e5; }

.dashboard-right-side .show-desktop {
  display: block; }
  @media (max-width: 992px) {
    .dashboard-right-side .show-desktop {
      display: none; } }
.dashboard-right-side .hide-desktop {
  display: none; }
  @media (max-width: 992px) {
    .dashboard-right-side .hide-desktop {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dashboard-right-side .hide-desktop .big-height {
      height: 200px; } }

.dashboard-btn-text {
  padding: 10px;
  top: 0;
  left: 0;
  position: absolute;
  color: #fff; }

.profile_tabs {
  margin-top: 15px; }
  .profile_tabs .pf_tab_right {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .profile_tabs .pf_tab_right {
        display: inherit; } }
    .profile_tabs .pf_tab_right > div:nth-child(2) {
      margin: 0 5px; }
      @media (max-width: 767px) {
        .profile_tabs .pf_tab_right > div:nth-child(2) {
          margin: 10px 0 0 0; } }
    @media (max-width: 767px) {
      .profile_tabs .pf_tab_right > div {
        margin-top: 10px;
        display: table;
        width: 100%;
        float: left; } }
    .profile_tabs .pf_tab_right a.custom-btn {
      cursor: pointer; }
      .profile_tabs .pf_tab_right a.custom-btn:hover {
        background: #e5e5e5;
        color: #faf4f4; }
    .profile_tabs .pf_tab_right a.blue_btn {
      cursor: pointer; }
      .profile_tabs .pf_tab_right a.blue_btn:hover {
        background: #00abec; }
    .profile_tabs .pf_tab_right a.custom-btn.current-subscription-gold {
      background: #e8bd00;
      cursor: pointer; }
      .profile_tabs .pf_tab_right a.custom-btn.current-subscription-gold:hover {
        background: #e8bd00; }

div.dashboard-about {
  float: right; }

.dashboard-admin {
  float: right; }
  .dashboard-admin a {
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    text-transform: inherit;
    color: #a1a1a1; }
    .dashboard-admin a i {
      margin-right: 6px; }

.media-block {
  position: relative;
  display: flex; }
  .media-block .stats-item {
    position: absolute;
    bottom: 0;
    height: auto;
    min-width: 250px;
    right: 15px; }

.caption .company-title {
  margin-bottom: 10px;
  text-transform: none;
  line-height: 1.8rem; }

.caption .work-company-title {
  margin-bottom: 10px;
  text-transform: none;
  line-height: 1.8rem; }

a.add-company {
  background: #00abec; }

a.company-upgrade {
  background: #00abec; }

.subscription-silver {
  background: #e5e5e5;
  color: #000; }
  .subscription-silver:hover {
    background: #e5e5e5 !important;
    color: #000; }

.current-subscription-silver {
  background: #e5e5e5;
  color: #000; }

.immortal_data {
  width: auto;
  float: left;
  margin-right: 15px; }

.distance-bet-icon-text {
  margin-right: 5px; }

.work-edit-share-awards-remove a {
  color: #a1a1a1; }
  .work-edit-share-awards-remove a[class*="icon-"] {
    padding-left: 32px;
    position: relative; }
  .work-edit-share-awards-remove a.icon-immortal-icon:before {
    content: "";
    position: absolute;
    z-index: 55;
    left: 6px;
    top: 0;
    width: 16px;
    height: 16px;
    background: url('https://d2zn966dtg2qdw.cloudfront.net/assets/images/icon-immortals-icon-gray.png') no-repeat;
    display: block;
    background-size: 16px; }

.sortable_area.sortable_work .works-media {
  margin-left: 0; }
.sortable_area.sortable_work .media-body {
  position: relative; }
  .sortable_area.sortable_work .media-body .dashboard-work-heart-eye {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between; }

.dashboard_news .media-body {
  position: relative; }
  .dashboard_news .media-body .dashboard-news-heart-eye {
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 15px; }

.news-edit-share-remove {
  float: right; }
  .news-edit-share-remove a.news-share {
    margin-left: 10px;
    margin-right: 20px; }
  .news-edit-share-remove a.news-remove {
    padding-right: 0px;
    text-align: right; }

div.dashboard-news-heart-eye {
  width: auto; }

.profile-menu li .change-position {
  background-color: #323333;
  color: white;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  float: left;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* min-width: 43px; */
  width: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }

.caption-line-size-reduce {
  border-bottom: 3px solid #404141;
  padding-bottom: 13px; }

.content-media-item.work-list-my-book.gap-between-media-item {
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 0px; }
  .content-media-item.work-list-my-book.gap-between-media-item .media-body > div {
    min-height: 100px; }

.news-eye-heart a {
  margin-right: 10px; }
  .news-eye-heart a span {
    position: relative;
    top: -3px;
    left: 3px; }

.personal_media_item {
  padding-bottom: 0;
  margin-bottom: 0; }
  .personal_media_item .personel_img {
    min-width: 240px;
    min-height: 240px;
    border: 1px solid #aaa;
    margin-right: 20px;
    position: relative;
    float: left; }
    .personal_media_item .personel_img a {
      position: absolute;
      left: 10px;
      top: 10px; }
      .personal_media_item .personel_img a i {
        margin-right: 5px; }
    .personal_media_item .personel_img img.media-object {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 140px;
      max-width: 240px;
      max-height: 240px;
      transform: translate3d(-50%, -50%, 0); }
  .personal_media_item .personal_social_media {
    margin-top: 50px; }
    .personal_media_item .personal_social_media p {
      font-weight: bold; }
      .personal_media_item .personal_social_media p a, .personal_media_item .personal_social_media p span {
        margin-left: 5px;
        font-weight: normal;
        color: #a1a1a1; }

.personal_dashboard_admin a {
  cursor: pointer; }
  .personal_dashboard_admin a i {
    margin-right: 5px; }

.personal_views {
  color: #a1a1a1; }
  .personal_views p {
    font-size: 14px; }

.personal_location_text {
  font-size: 15px;
  color: #a1a1a1;
  margin-top: 10px; }

.personal_info_item h4 {
  margin-bottom: 15px; }

.my-book .feed_right_block .my-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit; }

.feed_menu_link a {
  padding-left: 0px;
  margin: 5px 0 0 10px;
  display: inline-block;
  font-size: medium; }
  .feed_menu_link a:last-child {
    margin-left: 0;
    padding-left: 0; }

.details_table tbody tr td {
  padding: 8px 0;
  vertical-align: inherit; }

.details_btn_block .custom-btn {
  padding: 6px 16px;
  cursor: pointer; }
  .details_btn_block .custom-btn i {
    margin-right: 5px; }

.billing_top_block {
  margin-bottom: 0;
  border-bottom: 5px solid #404141; }

.billing_info_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .billing_info_tabs .link-back-holder.news-back-holder a, .billing_info_tabs .link-back-holder.news-back-holder h4 {
    width: auto;
    float: left; }
  .billing_info_tabs .link-back-holder.news-back-holder a {
    margin-right: 10px; }
  .billing_info_tabs .billing_info_tabs_right a.custom-btn {
    text-decoration: none;
    cursor: pointer;
    margin-left: 30px;
    padding: 6px 15px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .billing_info_tabs .billing_info_tabs_right a.custom-btn i {
      font-size: 16px;
      margin-right: 5px; }
    .billing_info_tabs .billing_info_tabs_right a.custom-btn span:hover {
      text-decoration: underline; }
  .billing_info_tabs .billing_info_tabs_right a.custom-btn:hover {
    text-decoration: none; }

.info_content_block h4.caption.line {
  border-bottom: 3px solid #eeeeee; }
.info_content_block .caption.line {
  border-bottom: 2px solid #eeeeee;
  text-transform: inherit; }

.office_block {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .office_block .office_block_right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .office_block .office_block_right p {
      margin-bottom: 0; }
    .office_block .office_block_right a {
      margin-left: 10px; }
      .office_block .office_block_right a i, .office_block .office_block_right a img {
        margin-right: 5px; }
  .office_block .company-name {
    max-width: 140px; }
  .office_block .custom-btn {
    padding: 3px 7px;
    margin-left: 10px; }
  .office_block .custom-btn.btn-blue:hover {
    text-decoration: underline; }
  .office_block .custom-btn.btn-gold {
    cursor: pointer;
    background: #e8bd00; }
    .office_block .custom-btn.btn-gold:hover {
      text-decoration: underline; }

.billing_main {
  display: flex; }
  .billing_main .billing_left {
    width: 40%;
    float: left; }
    .billing_main .billing_left img {
      max-width: 100%; }
  .billing_main .billing_right {
    width: 55%;
    float: right;
    margin-left: 15px; }

/*# sourceMappingURL=main.css.map */
