article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#adv_sidebrt img,
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix,
.firm-profile-box .dl-horizontal dd,
.firm-profile-box .container,
.firm-profile-box .container-fluid,
.firm-profile-box .row,
.firm-profile-box .form-horizontal .form-group,
.firm-profile-box .btn-toolbar,
.firm-profile-box .btn-group-vertical > .btn-group,
.firm-profile-box .nav,
.firm-profile-box .navbar,
.firm-profile-box .navbar-header,
.firm-profile-box .navbar-collapse,
.firm-profile-box .pager,
.firm-profile-box .panel-body,
.firm-profile-box .modal-header,
.firm-profile-box .modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.firm-profile-box .dl-horizontal dd:before,
.firm-profile-box .dl-horizontal dd:after,
.firm-profile-box .container:before,
.firm-profile-box .container:after,
.firm-profile-box .container-fluid:before,
.firm-profile-box .container-fluid:after,
.firm-profile-box .row:before,
.firm-profile-box .row:after,
.firm-profile-box .form-horizontal .form-group:before,
.firm-profile-box .form-horizontal .form-group:after,
.firm-profile-box .btn-toolbar:before,
.firm-profile-box .btn-toolbar:after,
.firm-profile-box .btn-group-vertical > .btn-group:before,
.firm-profile-box .btn-group-vertical > .btn-group:after,
.firm-profile-box .nav:before,
.firm-profile-box .nav:after,
.firm-profile-box .navbar:before,
.firm-profile-box .navbar:after,
.firm-profile-box .navbar-header:before,
.firm-profile-box .navbar-header:after,
.firm-profile-box .navbar-collapse:before,
.firm-profile-box .navbar-collapse:after,
.firm-profile-box .pager:before,
.firm-profile-box .pager:after,
.firm-profile-box .panel-body:before,
.firm-profile-box .panel-body:after,
.firm-profile-box .modal-header:before,
.firm-profile-box .modal-header:after,
.firm-profile-box .modal-footer:before,
.firm-profile-box .modal-footer:after {
  display: table;
  content: "";
}
.clearfix:after,
.firm-profile-box .dl-horizontal dd:after,
.firm-profile-box .container:after,
.firm-profile-box .container-fluid:after,
.firm-profile-box .row:after,
.firm-profile-box .form-horizontal .form-group:after,
.firm-profile-box .btn-toolbar:after,
.firm-profile-box .btn-group-vertical > .btn-group:after,
.firm-profile-box .nav:after,
.firm-profile-box .navbar:after,
.firm-profile-box .navbar-header:after,
.firm-profile-box .navbar-collapse:after,
.firm-profile-box .pager:after,
.firm-profile-box .panel-body:after,
.firm-profile-box .modal-header:after,
.firm-profile-box .modal-footer:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  background-color: #fff;
}
a {
  color: #1a7cd1;
  text-decoration: none;
}
a:hover {
  color: #4ea1e9;
  text-decoration: underline;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: Lato, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 5px 9px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
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;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 250px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #aaa;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fff;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #fff;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #fff;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #aaa !important;
}
:-ms-input-placeholder {
  color: #aaa !important;
}
::-webkit-input-placeholder {
  color: #aaa !important;
}
.help-block,
.help-inline {
  color: #555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #aaa;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1a7cd1;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.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-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 34px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 96px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 158px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 220px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 282px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 344px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 406px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 468px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 530px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 592px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 654px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 716px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 778px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 840px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 902px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 964px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1026px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1088px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1150px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1212px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1274px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1336px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1398px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1460px;
  margin-left: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  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;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-footer {
  margin: 0 -15px -10px;
  padding: 8px 14px;
  background-color: #eee;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.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: 6px;
}
.popover .arrow:after {
  border-width: 5px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -6px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -6px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.help-icon {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #ededed, #dedede);
  background-image: -ms-linear-gradient(top, #ededed, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ededed, #dedede);
  background-image: -o-linear-gradient(top, #ededed, #dedede);
  background-image: linear-gradient(top, #ededed, #dedede);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #ffffff;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: help;
  display: inline-block;
  text-align: center;
  color: #888 !important;
  margin-left: 5px;
  font-weight: bold !important;
  font-size: 12px;
  vertical-align: top;
  line-height: 16px;
}
.help-icon.hide {
  display: none;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.badge-important {
  background-color: #b94a48;
}
.badge-important[href] {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning[href] {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success[href] {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info[href] {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333;
}
.badge-inverse[href] {
  background-color: #1a1a1a;
}
p {
  margin: 0 0 9px;
}
p small {
  font-size: 11px;
  color: #999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #aaa;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #fff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #aaa;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #aaa;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal > form {
  margin-bottom: 0;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: 0.3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #1a4ed1;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/**
 * Wyśrodkowanie w poziomie niezależnie od wysokości obiektu, rodzic musi mieć ```position: relative```!
 */
.center-both {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(360deg);
  }
}
.headerLogo {
  width: 40px;
  height: 40px;
  background: url('../bundles/layout/img/logo-goldenline-G.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.headerLogoInverse {
  width: 40px;
  height: 40px;
  background: url('../bundles/layout/img/logo-goldenline-G.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.loadingTwirl {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.loadingTwirlSuccess {
  background-image: url('data:image/gif;base64,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') !important;
  background-repeat: no-repeat;
  background-position: center;
}
.loadingTwirlPrimary {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAHFsZK+WYdewXZqHYcOjX4Z6Y2ZmZuy+XaSOYfXDW7ibX4+AYntzZMyoXmhnZf7KXCH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.loadingTwirlAccept {
  background-image: url(data:image/gif;base64,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) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.loadingTwirlReject {
  background-image: url(data:image/gif;base64,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) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.loadingTwirlFb {
  background-image: url(data:image/gif;base64,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) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.loadingTwirlTwitter {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAHjJ5v///3/L57Xh8IfP6Nnv973k8v///8/r9ev2+qPa7ZnW7PP5/Kvd7/v9/eHy+Mfo9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.list-unstyled {
  margin-left: 0;
  list-style: none;
}
.skillListItem {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAOElEQVQoz2NgAIJyCEhjwAVAkkD8H4rTcCmaiaSIzgrLiVWYhqawnBhFaaRZR9DhlCsgOlqIiWAAgRKFBKWYQtgAAAAASUVORK5CYII=);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.counter {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #ce1818;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  margin-left: 4px;
  padding: 2px 3px;
  text-shadow: 0px 0px 1px #fff;
}
a {
  color: #1a7cd1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4ea1e9;
  text-decoration: underline;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 980px;
  padding-top: 70px;
}
body > .container > article {
  float: left;
  width: 660px;
}
body > .container > aside {
  float: left;
  margin-left: 20px;
  width: 300px;
}
body.ignore-direct-container > .container {
  width: 100%;
}
body.ignore-direct-container > .container .notifications {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
body.body-gray {
  background-color: #fafafa;
}
body.settings > .container > article {
  float: left;
  margin-left: 20px;
  width: 700px;
}
body.settings > .container > aside {
  float: left;
  border: #e5e5e5 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 0;
  padding: 18px;
  width: 200px;
}
body .list-alpha {
  list-style-type: lower-alpha !important;
}
aside section.block {
  margin-bottom: 20px;
}
aside section.block:last-child {
  margin-bottom: 0;
}
aside section.block h2 {
  color: #222;
  font-size: 18px;
}
aside section.block h2 .more {
  float: right;
}
aside section.block h2 .more::before,
aside section.block h2 .more .icon-uikit-arrow-right::before {
  margin: 0;
}
aside section.block .footer,
aside section.block .footer a {
  color: #919191;
  font-size: 13px;
  padding-top: 2px;
}
aside section.block ul.items {
  margin-bottom: 0;
}
aside section.block ul.items li {
  *zoom: 1;
  border-bottom: #f3f3f3 solid 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
aside section.block ul.items li:before,
aside section.block ul.items li:after {
  display: table;
  content: "";
}
aside section.block ul.items li:after {
  clear: both;
}
aside section.block ul.items li .name,
aside section.block ul.items li .extra {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
aside section.block ul.items li .extra {
  color: #6e6e6e;
  font-size: 13px;
}
aside section.block ul.items li .extra a {
  color: #6e6e6e;
}
aside section.block ul.items li .extra .light {
  color: #919191;
}
aside section.block ul.items li .extra.salary {
  color: #4caf50;
}
aside section.block ul.items li [class^=thumb] {
  float: left;
  line-height: 39px;
  margin-right: 10px;
}
aside section.block ul.items li [class^=thumb] img {
  display: inline-block;
}
aside section.block ul.items li [class^=thumb] + a {
  display: inline-block;
  max-width: 210px;
}
aside section.block ul.items li [class^=thumb] + a + .extra,
aside section.block ul.items li [class^=thumb] + a + .extra + .extra {
  margin-left: 50px;
}
aside section.block ul.items li [class^=thumb] + a + .extra + .extra,
aside section.block ul.items li [class^=thumb] + a + .extra + .extra + .extra {
  margin-left: 50px;
}
aside section.block ul.items li:last-child {
  border-bottom: 0;
}
aside section.block.condensed ul.items li {
  padding: 5px 0;
}
hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: #e5e5e5 solid 1px;
  clear: both;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}
h1 .more,
h2 .more,
h3 .more,
h4 .more,
h5 .more,
h6 .more {
  font-size: 13px;
  font-weight: normal;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 27px;
}
a {
  cursor: pointer;
}
a:focus,
a:active,
a :focus {
  outline: 0;
}
.table {
  margin-bottom: 0;
}
.container {
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.inline-block {
  display: inline-block;
}
.weight-light {
  font-weight: 100 !important;
}
.weight-normal {
  font-weight: 400 !important;
}
.weight-bold {
  font-weight: 700 !important;
}
.horizontal {
  *zoom: 1;
}
.horizontal:before,
.horizontal:after {
  display: table;
  content: "";
}
.horizontal:after {
  clear: both;
}
.horizontal > li {
  float: left;
}
.items-list {
  list-style: none;
  margin-left: 0;
}
.items-list > li {
  *zoom: 1;
  border-top: #f3f3f3 solid 1px;
}
.items-list > li:before,
.items-list > li:after {
  display: table;
  content: "";
}
.items-list > li:after {
  clear: both;
}
.items-list > li .cell.action {
  float: left;
  width: 30px;
  height: 50px;
  color: #f3f3f3;
  line-height: 50px;
}
.items-list > li .cell.content {
  display: block;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
.items-list > li .cell.content .text {
  color: #919191;
  font-size: 14px;
  list-style: none;
  padding-right: 90px;
}
.items-list > li .cell.content .text > li {
  line-height: 20px;
}
.items-list > li .cell.content .text .position {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a7cd1;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
}
.items-list > li .cell.content .text .company {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #474747;
  font-size: 15px;
  margin-bottom: 5px;
}
.items-list > li .cell.content .date {
  color: #919191;
  position: absolute;
  right: 0;
  top: 15px;
}
.items-list > li .cell.content:hover .position {
  color: #4ea1e9;
}
.items-list > li .cell.actions {
  float: right;
  height: 50px;
  line-height: 50px;
}
.items-list > li .cell.actions a {
  color: #ccc;
  margin-left: 20px;
}
.items-list > li .cell.actions a::before {
  margin-right: 0;
}
.items-list > li.show-more {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.items-list > li.show-more a {
  display: block;
  padding: 15px 0;
}
.items-list > li.show-more a span::before {
  margin-left: 0;
  top: -2px;
}
.items-list > li.show-more.bottom a {
  padding-bottom: 0;
}
.items-list > li.show-more,
.items-list > li:first-child {
  border-top: 0;
}
.hidden {
  display: none;
}
.dropdown .caret {
  border-width: 3px 3px 0 3px;
}
.dropdown .dropdown-menu {
  max-height: 280px;
  overflow: auto;
}
.dropdown-menu::before {
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  left: 9px;
  position: absolute;
  top: -7px;
}
.dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  left: 10px;
  position: absolute;
  top: -6px;
}
.badge {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #e5e5e5;
  border-radius: 50px;
  box-sizing: border-box;
  color: #474747;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin: 0 5px 5px 0;
  max-width: 220px;
  padding: 8px 12px;
  position: relative;
  text-shadow: none;
  vertical-align: middle;
}
.badge.small {
  font-size: 11px;
  padding: 3px 12px;
}
.badge.small.deletable .delete::before {
  top: 2px;
}
.badge a {
  color: #474747;
}
.badge.deletable {
  padding-right: 24px;
}
.badge.deletable .delete::before {
  color: #474747;
  content: '×';
  font-size: 13px;
  position: absolute;
  right: -2px;
  top: 7px;
  width: 14px;
}
.badge.deletable .delete:hover::before {
  color: #666;
}
.badge.deletable .delete.loading::before {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  text-shadow: none;
}
.badge.unconfirmed {
  opacity: 0.5;
}
.badge.ready-to-relocate {
  background: #f3f8ff;
  color: #1a7cd1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.badge.badge-info {
  background-color: #1a7cd1;
  color: #fff;
}
.badge.badge-warning {
  background-color: #ec971f;
  color: #fff;
}
.badge.badge-wrong {
  background-color: #f44336;
  color: #fff;
}
.badge.badge-success {
  background-color: #4caf50;
  color: #fff;
}
a.badge:hover,
.badge a:hover {
  border-color: #ccc;
  color: #666;
  text-decoration: none;
}
[data-ajax-url].loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 97% 50% !important;
  background-repeat: no-repeat !important;
}
.help-icon {
  background-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #e5e5e5, #ccc);
  background-image: -ms-linear-gradient(top, #e5e5e5, #ccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#ccc));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #ccc);
  background-image: -o-linear-gradient(top, #e5e5e5, #ccc);
  background-image: linear-gradient(top, #e5e5e5, #ccc);
  background-repeat: repeat-x;
  width: 16px;
  height: 16px;
  text-shadow: 0 1px 0 #ffffff;
  border-radius: 3px;
  color: #888 !important;
  cursor: help;
  display: inline-block;
  font-size: 12px;
  font-weight: bold !important;
  margin-left: 5px;
  text-align: center;
  vertical-align: top;
}
.help-icon.hide {
  display: none;
}
ul.bullets {
  list-style: none;
  margin-left: 0;
}
ul.bullets > li {
  padding-bottom: 4px;
}
ul.bullets > li::before {
  color: #ccc;
  content: '\b7\a0';
  display: inline-block;
  font-size: 2em;
  height: 0.6em;
  margin-right: 0.1em;
  overflow: hidden;
}
/**
 * Podstawowy box głównej treści główne elementy:
 * .box-header  (opcjonalny) nagłówek z tytułem
 * .box-body    Główna treść
 * .box-footer  (opcjonalny) stopka z miejscem na guziki
 *
 * [1] Odmiana ```.light``` nie ma szarego tła
 * [2] Ukrywamy separator jeśli jest pierwszym elementem
 *
 */
.box {
  border: #ccc solid 1px;
  border-radius: 4px;
}
.box .box-header,
.box .box-body,
.box .box-footer {
  padding: 16px 19px;
}
.box:not(.light) .box-header,
.box:not(.light) .box-footer {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #f3f3f3;
}
.box .box-header {
  border-bottom: #ccc solid 1px;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}
.box .box-header h2 {
  line-height: 1em;
}
.box .box-header h3 {
  line-height: 1.35em;
}
.box .box-header h3.light {
  font-weight: normal;
  margin: 5px 0;
}
.box .box-header h3.light + .help-icon {
  margin-top: 8px;
}
.box .box-header .help-icon {
  margin-top: 3px;
}
.box.light .box-header {
  border-bottom-style: dotted;
  margin: 0 20px;
  padding: 20px 0;
}
.box .box-body {
  border-width: 0 1px;
}
.box .box-body .label-huge {
  padding: 20px 0;
}
.box .box-body .label-large {
  padding: 20px 0 5px 0;
}
.box .box-body .input-huge {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.box .box-body hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: #ccc solid 1px;
  clear: both;
  margin-left: -19px;
  margin-right: -19px;
}
.box .box-body hr.dotted {
  border-style: dotted;
}
.box .box-body hr:first-child {
  display: none;
}
.box .box-body hr:first-child {
  display: none;
}
.box .box-footer {
  border-radius: 0 0 4px 4px;
  border-top: #ccc solid 1px;
  position: relative;
}
.box .box-footer .btn-set {
  margin-top: 0 !important;
}
.form-top {
  text-align: center;
  padding: 60px 0 30px;
}
.form-top h1 {
  color: #474747;
  font-weight: normal;
}
.form-top h1 .change-position {
  font-size: 12px;
}
.form-top h1 form {
  display: inline-block;
}
.form-top h1 form.hide {
  display: none;
}
.form-top h1 form select {
  max-width: 300px;
}
.form-top .steps {
  margin-top: 30px;
}
.steps {
  margin-bottom: 0 !important;
}
.steps .step {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 120px;
}
.steps .step a:hover {
  text-decoration: none;
}
.steps .step.active .number {
  color: #fff;
  text-shadow: 0 -1px 0 #fea606;
}
.steps .step.active .number::before {
  display: block;
}
.steps .step::before {
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
  width: 76px;
  height: 10px;
  background-color: #f3f3f3;
  content: '';
  left: -40px;
  position: absolute;
  top: 20px;
  z-index: 1;
}
.steps .step:first-child:before {
  display: none;
}
.steps .step .number {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  width: 50px;
  height: 50px;
  background-color: #f3f3f3;
  border-radius: 50%;
  color: #919191;
  display: block;
  font-size: 24px;
  line-height: 50px;
  margin: 0 auto 10px;
  position: relative;
}
.steps .step .number::before {
  -webkit-box-shadow: 0 -1px 0 #feaf1f inset;
  -moz-box-shadow: 0 -1px 0 #feaf1f inset;
  box-shadow: 0 -1px 0 #feaf1f inset;
  display: none;
  width: 42px;
  height: 42px;
  background-color: #fec152;
  border-radius: 50%;
  content: '';
  left: 4px;
  position: absolute;
  top: 4px;
  z-index: 0;
}
.steps .step .number b {
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.steps .step .caption {
  color: #ccc;
  font-size: 13px;
}
.box-plain,
.box-white,
.box-grey {
  box-sizing: border-box;
  padding: 20px;
}
.box-plain:not(:last-child),
.box-white:not(:last-child),
.box-grey:not(:last-child) {
  margin-bottom: 10px;
}
.box-plain .nav-tabs,
.box-white .nav-tabs,
.box-grey .nav-tabs {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}
.box-plain .nav-tabs:first-child,
.box-white .nav-tabs:first-child,
.box-grey .nav-tabs:first-child {
  margin-top: -13.33333333px;
}
.box-plain .items-list:last-child,
.box-white .items-list:last-child,
.box-grey .items-list:last-child {
  margin-bottom: 0;
}
.box-plain .box-header,
.box-white .box-header,
.box-grey .box-header {
  border-bottom: #e5e5e5 solid 1px;
  margin: 0 -20px;
  padding: 0 20px 15px;
}
.box-plain:empty,
.box-white:empty,
.box-grey:empty {
  display: none;
}
.box-plain > hr,
.box-white > hr,
.box-grey > hr {
  margin-left: -20px;
  margin-right: -20px;
}
.box-white {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 4px;
}
.box-grey {
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.07);
  background-color: #e5e5e5;
  border-radius: 4px;
}
.column-layout .main-sidebar,
.column-layout .main-content {
  float: left;
  margin-left: 10px;
}
.column-layout .main-sidebar:first-child,
.column-layout .main-content:first-child {
  margin-left: 0;
}
.column-layout .main-sidebar {
  width: 300px;
}
.column-layout .main-sidebar .users-list {
  margin: 20px 0 40px;
  padding-left: 20px;
}
.column-layout .main-sidebar .users-list .title {
  font-size: 16px;
  line-height: 20px;
}
.column-layout .main-sidebar .users-list ul {
  list-style: none;
  margin: 0;
}
.column-layout .main-sidebar .users-list ul li {
  border-bottom: #e5e5e5 solid 1px;
  margin: 20px 0;
  min-height: 70px;
  overflow: hidden;
  padding: 0 0 20px 60px;
  position: relative;
  text-overflow: ellipsis;
}
.column-layout .main-sidebar .users-list ul li:last-child {
  border: 0;
}
.column-layout .main-sidebar .users-list ul li.more {
  margin: -10px 0 0;
  min-height: 0;
  padding: 0;
}
.column-layout .main-sidebar .users-list ul li .user-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.column-layout .main-sidebar .users-list ul li .user-name {
  font-size: 14px;
}
.column-layout .main-sidebar .users-list ul li .user-headline {
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.column-layout .main-sidebar .users-list ul li .add {
  margin-top: 10px;
}
.column-layout .main-sidebar .users-list ul li .add::before {
  color: #919191;
}
.column-layout .main-sidebar .users-list.no-border li {
  border: 0;
  min-height: 50px;
  padding-bottom: 0;
}
.column-layout .main-content {
  width: 670px;
}
.column-layout .main-content .users-list .title {
  font-size: 16px;
  line-height: 20px;
}
.column-layout .main-content .users-list hr {
  margin: 20px -20px;
}
.column-layout .main-content .users-list ul li {
  padding: 20px 0 20px 60px;
  position: relative;
}
.column-layout .main-content .users-list ul li time {
  display: block;
  font-size: 11px;
}
.column-layout .main-content .users-list ul li .user-photo {
  left: 0;
  position: absolute;
  top: 20px;
}
.column-layout .main-content .users-list ul li .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 54px;
  width: 380px;
}
.column-layout .main-content .users-list ul li .text .name {
  display: block;
}
.column-layout .main-content .users-list ul li .actions {
  margin-top: 13px;
}
.column-layout .main-content .users-list > p:last-child {
  padding-left: 20px;
}
.cover-photo {
  overflow: hidden;
  position: relative;
}
ul.pager {
  text-align: center;
}
ul.pager li {
  background: #fff;
  border: #ccc solid 1px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
}
ul.pager li.current,
ul.pager li.space {
  padding: 0 15px;
}
ul.pager li a {
  border-radius: 0;
  border: 0;
  display: block;
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
}
ul.pager li a:hover {
  background: #1a7cd1;
  color: #fff;
}
ul.pager li.previous,
ul.pager li:first-child:not(.previous) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
ul.pager li.next,
ul.pager li:last-child:not(.next) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.pager li:not(:first-child) {
  margin-left: -1px;
}
ul.pager li.previous span:before,
ul.pager li.next span:before {
  margin: 0;
}
ul.pager li.previous {
  margin-right: 10px;
}
ul.pager li.next {
  margin-left: 10px;
}
.pagination {
  font-size: 16px;
  margin: 20px 0 40px;
}
.pagination + .box-white,
.pagination + .box-plain {
  margin-top: 40px;
}
.pagination .icon-uikit-arrow-right:before {
  left: -7px;
  margin: 0 0 0 5px;
  width: 10px;
}
.pagination .icon-uikit-arrow-left:before {
  margin: 0 5px 0 0;
  right: 7px;
  width: 10px;
}
.pagination .pager li:not(.current):not(.previous):not(.next):not(.last):not(.total) {
  display: none;
}
@media (min-width: 768px) {
  .pagination .pager li:not(.current):not(.previous):not(.next):not(.last):not(.total) {
    display: inline-block;
  }
}
.btn {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: -ms-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: -o-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: linear-gradient(top, #fcfcfc, #f6f6f6);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #474747;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle;
}
.btn.icon::before {
  font-size: 16px;
}
.btn:hover {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f6f6f6, #fcfcfc);
  background-image: -ms-linear-gradient(top, #f6f6f6, #fcfcfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#fcfcfc));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #fcfcfc);
  background-image: -o-linear-gradient(top, #f6f6f6, #fcfcfc);
  background-image: linear-gradient(top, #f6f6f6, #fcfcfc);
  background-repeat: repeat-x;
  color: #474747;
}
.btn:focus {
  color: #474747;
  outline: 0;
}
.btn.loading {
  color: transparent !important;
  position: relative;
  text-shadow: none !important;
}
.btn.loading::after {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0 !important;
}
.btn.loading [data-icon] {
  opacity: 0;
}
.btn[data-ajax-url].loading {
  background-image: none !important;
}
.btn[class*=" icon-"] {
  padding-left: 40px;
}
.btn[class*=" icon-"]::before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  left: 13.33333333px;
  margin: 0;
  position: absolute;
  top: 50%;
}
.btn[class*=" icon-"].btn-lg {
  padding-left: 50px;
}
.btn[class*=" icon-"].btn-lg::before {
  left: 20px;
}
.btn[class*=" icon-"].btn-sm {
  padding-left: 30px;
}
.btn[class*=" icon-"].btn-sm::before {
  font-size: 16px;
  left: 10px;
}
.btn-lg,
.firm-profile-box .btn-group-lg > .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 17px 20px;
}
.btn-sm,
.firm-profile-box .btn-group-sm > .btn {
  font-size: 13px;
  line-height: 13px;
  padding: 7px 10px;
}
.btn-sm.icon::before {
  font-size: 12px;
}
.btn-primary {
  background-color: #ffc53f;
  background-image: -moz-linear-gradient(top, #ffcb48, #ffbd32);
  background-image: -ms-linear-gradient(top, #ffcb48, #ffbd32);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb48), to(#ffbd32));
  background-image: -webkit-linear-gradient(top, #ffcb48, #ffbd32);
  background-image: -o-linear-gradient(top, #ffcb48, #ffbd32);
  background-image: linear-gradient(top, #ffcb48, #ffbd32);
  background-repeat: repeat-x;
  color: #7d5e00;
}
.btn-primary:hover {
  background-color: #ffc33b;
  background-image: -moz-linear-gradient(top, #ffbd32, #ffcb48);
  background-image: -ms-linear-gradient(top, #ffbd32, #ffcb48);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffbd32), to(#ffcb48));
  background-image: -webkit-linear-gradient(top, #ffbd32, #ffcb48);
  background-image: -o-linear-gradient(top, #ffbd32, #ffcb48);
  background-image: linear-gradient(top, #ffbd32, #ffcb48);
  background-repeat: repeat-x;
  color: #634b00;
}
.btn-primary:focus {
  color: #634b00;
}
.btn-primary.loading::after {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAHFsZK+WYdewXZqHYcOjX4Z6Y2ZmZuy+XaSOYfXDW7ibX4+AYntzZMyoXmhnZf7KXCH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-success {
  background-color: #2189e5;
  background-image: -moz-linear-gradient(top, #268fe7, #1a7fe2);
  background-image: -ms-linear-gradient(top, #268fe7, #1a7fe2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268fe7), to(#1a7fe2));
  background-image: -webkit-linear-gradient(top, #268fe7, #1a7fe2);
  background-image: -o-linear-gradient(top, #268fe7, #1a7fe2);
  background-image: linear-gradient(top, #268fe7, #1a7fe2);
  background-repeat: repeat-x;
  color: #fff;
}
.btn-success:hover {
  background-color: #1f85e4;
  background-image: -moz-linear-gradient(top, #1a7fe2, #268fe7);
  background-image: -ms-linear-gradient(top, #1a7fe2, #268fe7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a7fe2), to(#268fe7));
  background-image: -webkit-linear-gradient(top, #1a7fe2, #268fe7);
  background-image: -o-linear-gradient(top, #1a7fe2, #268fe7);
  background-image: linear-gradient(top, #1a7fe2, #268fe7);
  background-repeat: repeat-x;
  color: #fff;
}
.btn-success:focus {
  color: #fff;
}
.btn-success.loading::after {
  background-image: url('data:image/gif;base64,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') !important;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-facebook {
  background-color: #446bad;
  background-image: -moz-linear-gradient(top, #4e77be, #365894);
  background-image: -ms-linear-gradient(top, #4e77be, #365894);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e77be), to(#365894));
  background-image: -webkit-linear-gradient(top, #4e77be, #365894);
  background-image: -o-linear-gradient(top, #4e77be, #365894);
  background-image: linear-gradient(top, #4e77be, #365894);
  background-repeat: repeat-x;
  color: #fff;
}
.btn-facebook:hover {
  background-color: #4064a5;
  background-image: -moz-linear-gradient(top, #365894, #4e77be);
  background-image: -ms-linear-gradient(top, #365894, #4e77be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#365894), to(#4e77be));
  background-image: -webkit-linear-gradient(top, #365894, #4e77be);
  background-image: -o-linear-gradient(top, #365894, #4e77be);
  background-image: linear-gradient(top, #365894, #4e77be);
  background-repeat: repeat-x;
  color: #fff;
}
.btn-facebook:focus {
  color: #fff;
}
.btn-facebook.loading::after {
  background-image: url(data:image/gif;base64,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) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-transparent {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-weight: normal;
}
.btn-transparent,
.btn-transparent:hover {
  background: transparent;
  color: #919191;
}
a[disabled],
.btn[disabled],
.btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn-switch-search-engine {
  width: 32px;
  height: 19px;
  border-radius: 18px;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.btn-switch-search-engine:active,
.btn-switch-search-engine:focus {
  text-decoration: none;
}
.btn-switch-search-engine::before {
  width: 15px;
  height: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background-color: #ffcd30;
  border-radius: 15px;
  bottom: 2px;
  content: '';
  left: 2px;
  position: absolute;
  top: 2px;
}
.toggle-activity-js::before {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin-left: 13px !important;
}
.btn-block {
  display: block;
  text-align: center;
  width: 100%;
}
[class*=btn-set] {
  text-align: center;
}
[class*=btn-set] .btn,
[class*=btn-set] .btn-primary {
  margin-left: 10px;
}
[class*=btn-set] .btn:first-child,
[class*=btn-set] .btn-primary:first-child,
[class*=btn-set] .btn + .btn-transparent,
[class*=btn-set] .btn-primary + .btn-transparent {
  margin-left: 0;
}
[class*=btn-set] .close {
  float: none;
  opacity: 1;
}
.btn-set-left {
  text-align: left;
}
.btn-set-right {
  text-align: right;
}
[data-ticker]::after {
  text-align: center;
  background-clip: padding-box;
  background-color: #1a7cd1;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  content: attr(data-ticker);
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin: 0 5px;
  min-width: 10px;
  padding: 0 5px;
  vertical-align: 2px;
}
[data-icon]::before {
  content: attr(data-icon);
  font-family: icons_gl, sans-serif;
  font-size: 15px;
  position: relative;
}
.nav-tabs {
  *zoom: 1;
  border-bottom: #e5e5e5 solid 1px;
  list-style: none;
  margin-left: 0;
}
.nav-tabs:before,
.nav-tabs:after {
  display: table;
  content: "";
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
  margin: 0 0 -1px 30px;
  border-bottom: 3px solid transparent;
}
.nav-tabs > li > a {
  display: inline-block;
  color: #919191;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
}
.nav-tabs > li > a h1 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
}
.nav-tabs > li:first-child {
  margin-left: 0 !important;
}
.nav-tabs > li.active {
  border-bottom-color: #ec971f;
}
.nav-tabs > li.active:only-child {
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a {
  border: 0;
  font-weight: bold;
  color: #222;
}
.nav-tabs.nav-tabs-small > li > a {
  line-height: 40px;
  font-size: 15px;
}
.nav-tabs.nav-tabs-x-small > li {
  margin-left: 7px;
}
.nav-tabs.nav-tabs-x-small > li > a {
  line-height: 50px;
  font-size: 14px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}
.close {
  text-shadow: 0 1px 0 #ffffff;
  font-size: 14px;
  opacity: 0.13;
  outline: none;
}
.close::before {
  font-size: 14px;
  margin-right: 0;
}
.inputFocus {
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
select,
textarea {
  background: none;
  box-shadow: none;
  color: #666;
  font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none;
}
input[type="text"].loading,
input[type="email"].loading,
input[type="search"].loading,
input[type="tel"].loading,
select.loading,
textarea.loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-position: center;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
input[type="text"].errors,
input[type="email"].errors,
input[type="search"].errors,
input[type="tel"].errors,
select.errors,
textarea.errors {
  border-color: #ee5f5b;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
select[disabled],
textarea[disabled],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
select[readonly],
textarea[readonly] {
  background-color: #fff;
  opacity: 0.6;
}
input[type="text"].input-huge,
input[type="email"].input-huge,
input[type="search"].input-huge,
input[type="tel"].input-huge,
select.input-huge,
textarea.input-huge {
  box-sizing: border-box;
  font-size: 14px;
  height: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}
input[type="text"].input-lg,
input[type="email"].input-lg,
input[type="search"].input-lg,
input[type="tel"].input-lg,
select.input-lg,
textarea.input-lg {
  height: 52px;
}
input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 0 \9;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.control-label.label-huge {
  font-size: 20px;
  font-weight: 700;
}
.control-label.label-large {
  font-size: 14px;
  font-weight: 700;
}
label {
  cursor: pointer;
}
form .form-group.has-error,
div .form-group.has-error {
  position: relative;
}
form .form-group.has-error input:not([type="radio"]):required,
div .form-group.has-error input:not([type="radio"]):required,
form .control-group .controls.error input:not([type="radio"]):required,
div .control-group .controls.error input:not([type="radio"]):required,
form .form-group.has-error textarea:required,
div .form-group.has-error textarea:required,
form .control-group .controls.error textarea:required,
div .control-group .controls.error textarea:required,
form .form-group.has-error select:required,
div .form-group.has-error select:required,
form .control-group .controls.error select:required,
div .control-group .controls.error select:required,
form .form-group.has-error .force-validate,
div .form-group.has-error .force-validate,
form .control-group .controls.error .force-validate,
div .control-group .controls.error .force-validate,
form .form-group.has-error .autocompleter,
div .form-group.has-error .autocompleter,
form .control-group .controls.error .autocompleter,
div .control-group .controls.error .autocompleter,
form .form-group.has-error .jquery-autocompleter .widget,
div .form-group.has-error .jquery-autocompleter .widget,
form .control-group .controls.error .jquery-autocompleter .widget,
div .control-group .controls.error .jquery-autocompleter .widget {
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  border-color: #e9322d;
  color: #f44336;
}
form .form-group.has-error .tooltip,
div .form-group.has-error .tooltip,
form .control-group .controls.error .tooltip,
div .control-group .controls.error .tooltip {
  margin-top: 0;
  padding: 4px;
}
form .form-group.has-error .tooltip .tooltip-inner,
div .form-group.has-error .tooltip .tooltip-inner,
form .control-group .controls.error .tooltip .tooltip-inner,
div .control-group .controls.error .tooltip .tooltip-inner {
  background: #f44336;
  display: block;
}
form .form-group.has-error label.required,
div .form-group.has-error label.required,
form .control-group .controls.error label.required,
div .control-group .controls.error label.required {
  color: #f44336;
}
form .form-group.has-error + .tooltip,
div .form-group.has-error + .tooltip,
form .control-group + .error.tooltip,
div .control-group + .error.tooltip {
  margin-top: 0;
  padding: 4px;
}
form .form-group.has-error + .tooltip .tooltip-inner,
div .form-group.has-error + .tooltip .tooltip-inner,
form .control-group + .error.tooltip .tooltip-inner,
div .control-group + .error.tooltip .tooltip-inner {
  background: #f44336;
  display: block;
}
form .form-group.has-error .tooltip.top .tooltip-arrow,
div .form-group.has-error .tooltip.top .tooltip-arrow,
form .control-group .controls.error .tooltip.top .tooltip-arrow,
div .control-group .controls.error .tooltip.top .tooltip-arrow,
form .form-group.has-error + .tooltip.top .tooltip-arrow,
div .form-group.has-error + .tooltip.top .tooltip-arrow,
form .control-group + .error.tooltip.top .tooltip-arrow,
div .control-group + .error.tooltip.top .tooltip-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #f44336;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
form .form-group.has-error .tooltip.left .tooltip-arrow,
div .form-group.has-error .tooltip.left .tooltip-arrow,
form .control-group .controls.error .tooltip.left .tooltip-arrow,
div .control-group .controls.error .tooltip.left .tooltip-arrow,
form .form-group.has-error + .tooltip.left .tooltip-arrow,
div .form-group.has-error + .tooltip.left .tooltip-arrow,
form .control-group + .error.tooltip.left .tooltip-arrow,
div .control-group + .error.tooltip.left .tooltip-arrow {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #f44336;
  border-top: 4px solid transparent;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
form .form-group.has-error .tooltip.bottom .tooltip-arrow,
div .form-group.has-error .tooltip.bottom .tooltip-arrow,
form .control-group .controls.error .tooltip.bottom .tooltip-arrow,
div .control-group .controls.error .tooltip.bottom .tooltip-arrow,
form .form-group.has-error + .tooltip.bottom .tooltip-arrow,
div .form-group.has-error + .tooltip.bottom .tooltip-arrow,
form .control-group + .error.tooltip.bottom .tooltip-arrow,
div .control-group + .error.tooltip.bottom .tooltip-arrow {
  border-bottom: 4px solid #f44336;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin-left: -4px;
  top: 0;
}
form .form-group.has-error .tooltip.right .tooltip-arrow,
div .form-group.has-error .tooltip.right .tooltip-arrow,
form .control-group .controls.error .tooltip.right .tooltip-arrow,
div .control-group .controls.error .tooltip.right .tooltip-arrow,
form .form-group.has-error + .tooltip.right .tooltip-arrow,
div .form-group.has-error + .tooltip.right .tooltip-arrow,
form .control-group + .error.tooltip.right .tooltip-arrow,
div .control-group + .error.tooltip.right .tooltip-arrow {
  border-bottom: 4px solid transparent;
  border-right: 4px solid #f44336;
  border-top: 4px solid transparent;
  left: 0;
  margin-top: -4px;
  top: 50%;
}
form .form-control,
div .form-control {
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  height: 40px;
  line-height: 30px;
  padding: 5px 5px;
}
selectform .form-control,
selectdiv .form-control {
  height: 40px;
  line-height: 40px;
}
textareaform .form-control,
textareadiv .form-control,
select[multiple]form .form-control,
select[multiple]div .form-control {
  height: auto;
}
form .input-sm,
div .input-sm,
form .form-group-sm .form-control,
div .form-group-sm .form-control {
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 5px 5px;
}
selectform .input-sm,
selectdiv .input-sm,
selectform .form-group-sm .form-control,
selectdiv .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textareaform .input-sm,
textareadiv .input-sm,
textareaform .form-group-sm .form-control,
textareadiv .form-group-sm .form-control,
select[multiple]form .input-sm,
select[multiple]div .input-sm,
select[multiple]form .form-group-sm .form-control,
select[multiple]div .form-group-sm .form-control {
  height: auto;
}
form .input-lg,
div .input-lg,
form .form-group-lg .form-control,
div .form-group-lg .form-control {
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  height: 50px;
  line-height: 40px;
  padding: 10px 10px;
}
selectform .input-lg,
selectdiv .input-lg,
selectform .form-group-lg .form-control,
selectdiv .form-group-lg .form-control {
  height: 50px;
  line-height: 50px;
}
textareaform .input-lg,
textareadiv .input-lg,
textareaform .form-group-lg .form-control,
textareadiv .form-group-lg .form-control,
select[multiple]form .input-lg,
select[multiple]div .input-lg,
select[multiple]form .form-group-lg .form-control,
select[multiple]div .form-group-lg .form-control {
  height: auto;
}
.popover .popover-content {
  font-size: 0.8em;
}
.popover .popover-content p.title {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.4em;
}
.popover .popover-footer {
  overflow: hidden;
}
.popover .popover-footer .prev {
  float: left;
}
.popover .popover-footer .next {
  margin-left: 14px;
  float: right;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.inline-block {
  display: inline-block;
}
.modal.fade.in {
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 1003;
}
.modal-backdrop {
  z-index: 1002;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background: #f3f3f3;
  opacity: 0.9;
}
.modal {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: 0;
  overflow: visible;
}
.modal > form {
  margin-bottom: 0 !important;
}
.modal .modal-header {
  border: 0;
  padding: 20px;
}
.modal .modal-header h3 {
  font-weight: normal;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal .modal-header .close {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal .modal-header .close:hover {
  opacity: 0.5;
}
.modal .modal-header .close::before {
  font-size: 18px;
  margin: 0;
}
.modal .modal-body {
  max-height: 500px;
  padding: 20px;
}
.modal .modal-footer {
  text-align: center;
  padding: 20px;
}
.modal .modal-footer button {
  margin: 0 10px;
}
.modal:focus {
  outline: 0;
}
.modal .input-block {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
}
#job-seeking-modal .modal-header h3 {
  padding-top: 10px;
  text-align: center;
}
#job-seeking-modal .modal-body {
  text-align: center;
}
#job-seeking-modal .modal-body button {
  margin: 35px 0;
}
#question-modal .modal-body {
  overflow-y: scroll;
}
#question-modal .modal-body .hs_zgody_marketingowe_rodo .hs-field-desc {
  margin-bottom: 0;
}
#question-modal .modal-body .hs_zgody_marketingowe_rodo .inputs-list.multi-container {
  list-style: none;
  margin: 0;
}
#question-modal .modal-body .hs_zgody_marketingowe_rodo .inputs-list.multi-container .hs-form-checkbox .hs-input {
  margin-right: 10px;
  width: auto;
}
#question-modal .modal-body .hs_zgody_marketingowe_rodo .inputs-list.multi-container .hs-form-checkbox span {
  vertical-align: middle;
}
#question-modal .modal-body .hs-richtext #cont {
  display: none;
}
#question-modal .modal-body .hs-richtext .show1:focus + .hide1 {
  display: inline;
}
#question-modal .modal-body .hs-richtext .show1:focus + .hide1 + #cont {
  display: block;
}
#rodo-main-modal .modal-body,
#profiling-agreement .modal-body {
  color: #222;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}
#rodo-main-modal form,
#profiling-agreement form {
  margin-bottom: 0;
}
#profiling-agreement {
  display: block !important;
}
#profiling-agreement .modal-body {
  height: auto;
  max-height: initial;
  padding-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .modal.fade.in {
    left: 0;
    position: fixed;
  }
  .modal.fade.in.crop-image-upload-modal,
  .modal.fade.in.crop-image-crop-modal,
  .modal.fade.in#endorse-user,
  .modal.fade.in.invite-modal,
  .modal.fade.in#birthdate-modal,
  .modal.fade.in#facebook-auto-login-modal,
  .modal.fade.in#reset-password,
  .modal.fade.in#register-modal,
  .modal.fade.in#rodo-main-modal,
  .modal.fade.in#fill-contact-details,
  .modal.fade.in#steps-registration,
  .modal.fade.in#upgrade-browser-modal,
  .modal.fade.in#add-skills-modal,
  .modal.fade.in#profiling-agreement,
  .modal.fade.in.login-form {
    margin-left: 15%;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .modal.fade.in {
    border-radius: 0;
    margin-top: 0 !important;
    min-width: 300px;
    top: 0;
  }
  .modal.fade.in.crop-image-upload-modal,
  .modal.fade.in.crop-image-crop-modal,
  .modal.fade.in#endorse-user,
  .modal.fade.in.invite-modal,
  .modal.fade.in#birthdate-modal,
  .modal.fade.in#facebook-auto-login-modal,
  .modal.fade.in#reset-password,
  .modal.fade.in#register-modal,
  .modal.fade.in#rodo-main-modal,
  .modal.fade.in#fill-contact-details,
  .modal.fade.in#steps-registration,
  .modal.fade.in#upgrade-browser-modal,
  .modal.fade.in#add-skills-modal,
  .modal.fade.in#profiling-agreement,
  .modal.fade.in.login-form {
    margin-left: 0;
    width: 100%;
  }
  .modal.fade.in#birthdate-modal form {
    margin-bottom: 0;
  }
  .modal.fade.in#rodo-terms .modal-body {
    max-height: 400px;
  }
  .modal.fade.in#profiling-agreement {
    height: 100vh;
  }
  .modal.fade.in#profiling-agreement .modal-dialog,
  .modal.fade.in#profiling-agreement .modal-content {
    height: 100%;
  }
  .modal.fade.in#profiling-agreement .modal-body {
    height: calc(100% - 50px);
    max-height: 100%;
  }
}
#register-modal {
  position: absolute;
}
#register-modal .modal-body {
  max-height: initial;
}
.thumb-20 {
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 1.33333333px;
  display: inline-block;
  font-size: 0;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-20 img {
  border-radius: 1.33333333px;
  display: inline-block;
  width: 100%;
}
.thumb-20:before {
  width: 100%;
  height: 100%;
  border-radius: 1.33333333px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-20 + .next-to {
  margin-left: 40px;
}
.thumb-30 {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  font-size: 0;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-30 img {
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.thumb-30:before {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-30 + .next-to {
  margin-left: 50px;
}
.thumb-40 {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 2.66666667px;
  display: inline-block;
  font-size: 0;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-40 img {
  border-radius: 2.66666667px;
  display: inline-block;
  width: 100%;
}
.thumb-40:before {
  width: 100%;
  height: 100%;
  border-radius: 2.66666667px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-40 + .next-to {
  margin-left: 60px;
}
.thumb-50 {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3.33333333px;
  display: inline-block;
  font-size: 0;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-50 img {
  border-radius: 3.33333333px;
  display: inline-block;
  width: 100%;
}
.thumb-50:before {
  width: 100%;
  height: 100%;
  border-radius: 3.33333333px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-50 + .next-to {
  margin-left: 70px;
}
.thumb-60 {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  font-size: 0;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-60 img {
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.thumb-60:before {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-60 + .next-to {
  margin-left: 80px;
}
.thumb-70 {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 4.66666667px;
  display: inline-block;
  font-size: 0;
  line-height: 70px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-70 img {
  border-radius: 4.66666667px;
  display: inline-block;
  width: 100%;
}
.thumb-70:before {
  width: 100%;
  height: 100%;
  border-radius: 4.66666667px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-70 + .next-to {
  margin-left: 90px;
}
.thumb-80 {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 5.33333333px;
  display: inline-block;
  font-size: 0;
  line-height: 80px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-80 img {
  border-radius: 5.33333333px;
  display: inline-block;
  width: 100%;
}
.thumb-80:before {
  width: 100%;
  height: 100%;
  border-radius: 5.33333333px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-80 + .next-to {
  margin-left: 100px;
}
.thumb-90 {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  font-size: 0;
  line-height: 90px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-90 img {
  border-radius: 6px;
  display: inline-block;
  width: 100%;
}
.thumb-90:before {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-90 + .next-to {
  margin-left: 110px;
}
.thumb-100 {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 6.66666667px;
  display: inline-block;
  font-size: 0;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-100 img {
  border-radius: 6.66666667px;
  display: inline-block;
  width: 100%;
}
.thumb-100:before {
  width: 100%;
  height: 100%;
  border-radius: 6.66666667px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-100 + .next-to {
  margin-left: 120px;
}
.thumb-120 {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  font-size: 0;
  line-height: 120px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-120 img {
  border-radius: 8px;
  display: inline-block;
  width: 100%;
}
.thumb-120:before {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-120 + .next-to {
  margin-left: 140px;
}
.thumb-140 {
  width: 140px;
  height: 140px;
  text-align: center;
  border-radius: 9.33333333px;
  display: inline-block;
  font-size: 0;
  line-height: 140px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-140 img {
  border-radius: 9.33333333px;
  display: inline-block;
  width: 100%;
}
.thumb-140:before {
  width: 100%;
  height: 100%;
  border-radius: 9.33333333px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-140 + .next-to {
  margin-left: 160px;
}
.thumb-150 {
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  line-height: 150px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-150 img {
  border-radius: 10px;
  display: inline-block;
  width: 100%;
}
.thumb-150:before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-150 + .next-to {
  margin-left: 170px;
}
.thumb-170 {
  width: 170px;
  height: 170px;
  text-align: center;
  border-radius: 11.33333333px;
  display: inline-block;
  font-size: 0;
  line-height: 170px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.thumb-170 img {
  border-radius: 11.33333333px;
  display: inline-block;
  width: 100%;
}
.thumb-170:before {
  width: 100%;
  height: 100%;
  border-radius: 11.33333333px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.thumb-170 + .next-to {
  margin-left: 190px;
}
.thumbs-collection {
  display: inline-block;
}
.thumbs-collection [class*="thumb-"] {
  -webkit-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  border-radius: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.thumbs-collection [class*="thumb-"]:not(:last-child) {
  margin-right: -16px;
}
.thumbs-collection [class*="thumb-"]:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 11 !important;
}
.thumbs-collection [class*="thumb-"]:nth-child(0) {
  z-index: 10;
}
.thumbs-collection [class*="thumb-"]:nth-child(1) {
  z-index: 9;
}
.thumbs-collection [class*="thumb-"]:nth-child(2) {
  z-index: 8;
}
.thumbs-collection [class*="thumb-"]:nth-child(3) {
  z-index: 7;
}
.thumbs-collection [class*="thumb-"]:nth-child(4) {
  z-index: 6;
}
.thumbs-collection [class*="thumb-"]:nth-child(5) {
  z-index: 5;
}
.thumbs-collection [class*="thumb-"]:nth-child(6) {
  z-index: 4;
}
.thumbs-collection [class*="thumb-"]:nth-child(7) {
  z-index: 3;
}
.thumbs-collection [class*="thumb-"]:nth-child(8) {
  z-index: 2;
}
.thumbs-collection [class*="thumb-"]:nth-child(9) {
  z-index: 1;
}
/*! fancybox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  color: #444;
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
  margin: 0 auto;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}
.fancybox-close {
  opacity: 0.13;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:hover {
  opacity: 0.4;
}
.fancybox-close:before {
  color: #000;
  content: '\e78e';
  font-family: 'icons_gl';
  position: relative;
  top: 0;
  right: -2px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../bundles/layout/img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev:after,
.fancybox-next:after {
  color: #333;
  font-family: 'icons_gl';
  font-size: 40px;
  position: absolute;
  top: 50%;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev:after {
  content: '\e60b';
  left: -40px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next:after {
  content: '\e626';
  right: -40px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-thumbs {
  color: #444;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs .fancybox-thumbs-skin {
  margin: 20px 0 0;
}
#fancybox-thumbs .fancybox-thumbs-skin:after {
  content: attr(data-index) '/' attr(data-count);
  display: block;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
#fancybox-thumbs .fancybox-thumbs-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
#fancybox-thumbs .thumb {
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 60px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
#fancybox-thumbs .thumb + .thumb {
  margin-left: 20px;
}
#fancybox-thumbs .thumb:not(.active).video:before {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #fff;
  content: '\e70e';
  font-family: 'icons_gl';
  font-size: 40px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fancybox-thumbs .thumb.active {
  height: 80px !important;
  line-height: 80px;
  top: -10px;
  width: 80px !important;
}
#fancybox-thumbs .thumb.active img {
  border: 5px solid #fec85a;
  line-height: 50px;
}
#fancybox-thumbs .thumb img {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
}
.pretty-select {
  display: inline-block;
}
.pretty-select.hide {
  display: none;
}
.pretty-select.loading ul {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.pretty-select ul {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  list-style: none;
  margin: 0;
  max-height: 296px;
  overflow-y: auto;
  padding: 0;
  width: 280px;
}
.pretty-select ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  color: #1a7cd1;
  cursor: pointer;
  display: block;
  padding: 9px;
}
.pretty-select ul li.selected {
  background-color: #1a7cd1;
  color: #fff;
}
.pretty-select ul li.disabled {
  color: #999;
}
.pretty-select ul li.hide {
  display: none;
}
.pretty-select ul li:last-child {
  border-bottom: 0;
}
.pretty-select input {
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}
.error .pretty-select ul {
  border-color: #ee5f5b;
}
.inputFocus {
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
}
.jquery-autocompleter-attached {
  display: none !important;
}
.jquery-autocompleter {
  display: inline-block;
  margin-bottom: 9px;
  position: relative;
  vertical-align: top;
}
.jquery-autocompleter.disabled .widget {
  cursor: not-allowed;
  opacity: 0.6;
}
.jquery-autocompleter.disabled .widget .remove {
  visibility: hidden;
}
.jquery-autocompleter.readonly .widget .remove {
  visibility: hidden;
}
.jquery-autocompleter.readonly .widget .input {
  display: none;
}
.jquery-autocompleter.focus .widget {
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
}
.jquery-autocompleter.loading .widget {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.jquery-autocompleter.single .items-list {
  display: block;
}
.jquery-autocompleter.single .items-list .item {
  display: block;
}
.jquery-autocompleter.single .items-list .input {
  display: none;
  width: 100%;
}
.jquery-autocompleter.single .items-list .input:only-child {
  display: inline-block;
}
.jquery-autocompleter.single .items-list .input input {
  border: 0;
  box-shadow: none;
  width: 100% !important;
}
.jquery-autocompleter .widget {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0 !important;
  height: auto !important;
  line-height: 100% !important;
  overflow-y: auto;
  padding: 0 !important;
}
.jquery-autocompleter .items-list {
  box-sizing: border-box;
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  max-width: 100%;
}
.jquery-autocompleter .items-list:empty {
  padding: 0;
}
.jquery-autocompleter .items-list li {
  border: 0;
}
.jquery-autocompleter .items-list li input {
  border: 0 !important;
  box-shadow: none !important;
}
.jquery-autocompleter .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #e5e5e5;
  border-radius: 50px;
  box-sizing: border-box;
  color: #474747;
  cursor: default;
  display: inline-block;
  margin: 2px;
  max-width: 100%;
  padding: 0 1em 0 0.6em;
  position: relative;
}
.jquery-autocompleter .item.focus {
  background: #1a7cd1;
  color: #fff;
}
.jquery-autocompleter .item.focus .remove {
  opacity: 0.6;
}
.jquery-autocompleter .item.focus .remove::before {
  color: #fff;
}
.jquery-autocompleter .item .jquery-autocompleter-label {
  margin-right: 0.7em;
}
.jquery-autocompleter .item .remove {
  width: 1.6em;
  height: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0.3;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.jquery-autocompleter .item .remove::before {
  -webkit-font-smoothing: antialiased;
  content: '×';
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: bold;
}
.jquery-autocompleter .input {
  display: inline-block;
  vertical-align: top;
}
.jquery-autocompleter .input input[disabled] {
  cursor: not-allowed;
}
.jquery-autocompleter .input input,
.jquery-autocompleter .input-mirror {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 0;
  height: auto;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #474747;
  margin: 2px 0;
  outline: 0;
  padding: 10px;
}
.jquery-autocompleter .input input:focus,
.jquery-autocompleter .input-mirror:focus {
  border: 0;
}
.jquery-autocompleter .input-mirror {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
  width: auto;
}
.jquery-autocompleter .suggestions-list {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: #ddd solid 1px;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  z-index: 1030;
}
.jquery-autocompleter .suggestions-list.hide {
  display: none;
}
.jquery-autocompleter .suggestions-list .suggestion {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: #e5e5e5 solid 1px;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 0.5em 0.6em;
}
.jquery-autocompleter .suggestions-list .suggestion:first-child {
  border: 0;
}
.jquery-autocompleter .suggestions-list .suggestion.focus {
  background-color: #1a7cd1;
  color: #fff;
}
.autocompleter {
  *zoom: 1;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: text;
  display: inline-block;
  margin-bottom: 9px;
  padding: 2px 0 0 2px;
  position: relative;
  width: 210px;
}
.autocompleter:before,
.autocompleter:after {
  display: table;
  content: "";
}
.autocompleter:after {
  clear: both;
}
.autocompleter.single > ul.chosen {
  float: none;
}
.autocompleter.single > ul.chosen > li,
.autocompleter.single > ul.chosen > li:hover {
  float: none;
}
.autocompleter.disable {
  cursor: not-allowed;
  opacity: 0.6;
}
.autocompleter.focus {
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
}
.autocompleter.loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 98% center;
}
.autocompleter ul.chosen,
.autocompleter ul.suggestions,
.autocompleter input[type=text] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.autocompleter ul.chosen {
  list-style-type: none;
  margin-bottom: 0 !important;
}
.autocompleter ul.chosen > li {
  background: #e5e5e5;
  border-radius: 12px;
  color: #474747;
  cursor: default;
  float: left;
  font-size: 12px;
  margin: 0 2px 2px 0;
  padding: 2px 8px !important;
  position: relative;
  word-break: break-all;
}
.autocompleter ul.chosen > li.deletable {
  padding-right: 30px !important;
}
.autocompleter ul.chosen > li a.delete::before {
  -webkit-font-smoothing: antialiased;
  content: '\e78e';
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #000;
  font-size: 12px;
  opacity: 0.3;
  position: absolute;
  right: 8px;
  top: 2px;
}
.autocompleter ul.chosen > li.focus {
  background: #1a7cd1;
  color: #fff;
}
.autocompleter ul.chosen > li.focus a.delete::before {
  color: #fff;
}
.autocompleter input[type=text] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  float: left;
  margin-bottom: 2px;
  outline: 0;
  padding: 3px 8px;
  width: 15px;
}
.autocompleter ul.suggestions {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #444;
  display: none;
  font-size: 12px;
  position: absolute;
  text-shadow: none;
  word-wrap: break-word;
  z-index: 10;
}
.autocompleter ul.suggestions > li {
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  list-style-type: none;
  padding: 6px 10px;
}
.autocompleter ul.suggestions > li:hover,
.autocompleter ul.suggestions > li.focus {
  background: #eee;
}
.autocompleter ul.suggestions > li span {
  font-weight: bold;
}
.autocompleter span.placeholder {
  color: #919191;
}
.autocompleter .hide {
  display: none !important;
}
.autocompleter.input-xlarge input[type="text"] {
  font-size: 14px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.autocompleter.input-xlarge ul.chosen > li {
  font-size: 14px;
  padding: 7px 30px 7px 11px !important;
}
.autocompleter.input-xlarge ul.chosen > li .delete::before {
  top: 7px;
}
.cropDialog .avatarCrop p {
  margin-bottom: 10px;
  font-size: 14px;
}
.cropDialog .avatarCrop img {
  margin: 0 auto;
  display: block;
  max-width: none;
}
.cropDialog .jsResize {
  position: relative;
  background: black;
  margin: 0 auto;
}
.cropDialog .photo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=70);
}
#resizeMe {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0px;
  top: 0px;
  cursor: move;
  background-repeat: no-repeat;
  border: 1px dashed #fff;
}
#resizeMe #overflowImage {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  *left: 0;
}
.ui-resizable-handle {
  width: 8px;
  height: 8px;
  background-color: #333;
  border: 1px solid #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-dialog .ui-resizable-se {
  bottom: -5px;
  right: -5px;
  height: 8px;
  width: 8px;
}
.ui-dialog .ui-resizable-e {
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
.ui-dialog .ui-resizable-w {
  top: 50%;
  left: -5px;
  margin-top: -5px;
}
.ui-dialog .ui-resizable-nw {
  top: -5px;
  left: -5px;
}
.ui-dialog .ui-resizable-ne {
  top: -5px;
  right: -5px;
}
.ui-dialog .ui-resizable-sw {
  left: -5px;
  bottom: -5px;
}
.ui-dialog .ui-resizable-n {
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.ui-dialog .ui-resizable-s {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder {
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  font-size: 0px;
  position: absolute;
  background: #fff;
  opactiy: 0.7;
}
.jcrop-vline {
  height: 100%;
  border-left: 1px dashed #000;
}
.jcrop-hline {
  width: 100%;
  border-top: 1px dashed #000;
}
.jcrop-vline.right {
  right: 0px;
}
.jcrop-hline.bottom {
  bottom: 0px;
}
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
}
.jcrop-tracker {
  width: 100%;
  height: 100%;
}
.custom .jcrop-vline,
.custom .jcrop-hline {
  background: yellow;
}
.custom .jcrop-handle {
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#upload form {
  text-align: center;
}
#upload form .photoUpload {
  position: relative;
  display: inline-block;
}
#upload form .photoUpload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#upload iframe {
  display: none;
}
body > iframe {
  position: absolute;
}
.ad-mobile-top {
  text-align: center;
  margin-bottom: 20px;
}
#adv_top table {
  margin: 0 auto;
}
#adv_top table img {
  max-width: 100%;
}
#adv_top .info {
  color: #919191;
}
#adv_top a {
  border: 0;
  color: #1a7cd1;
}
#adv_top a:hover {
  text-decoration: underline;
}
.modal-open #adv_top {
  opacity: 0;
}
#adv_sidebar,
#multiad,
[id^="multiad_"],
#multiad_sidebrt,
#multiad_sidebar {
  text-align: center;
  margin: 20px 0;
}
#adv_sidebar a,
#multiad a,
[id^="multiad_"] a,
#multiad_sidebrt a,
#multiad_sidebar a {
  color: #1a7cd1;
  border: 0;
}
#adv_sidebar a:hover,
#multiad a:hover,
[id^="multiad_"] a:hover,
#multiad_sidebrt a:hover,
#multiad_sidebar a:hover {
  text-decoration: underline;
}
#adv_sidebar p.info,
#multiad p.info,
[id^="multiad_"] p.info,
#multiad_sidebrt p.info,
#multiad_sidebar p.info {
  color: #919191;
  text-align: center;
  margin-bottom: 8px;
  width: auto;
}
#follow_box {
  margin-bottom: 0;
}
#follow_box .block {
  margin-bottom: 20px;
  position: relative;
}
#follow_box .block h2 {
  line-height: 1.2;
}
#follow_box .block p {
  margin: 10px 0 0;
}
#follow_box .block .thumb-100,
#follow_box .block .thumb-90,
#follow_box .block .thumb-80,
#follow_box .block .thumb-70,
#follow_box .block .thumb-60 {
  margin: 20px;
}
#follow_box .block .avatar-user {
  float: left;
}
#follow_box .block .company-logo {
  float: right;
}
#follow_box .block .action {
  display: block;
  margin: 20px auto 0;
  min-width: 140px;
}
#follow_box .block .close {
  position: absolute;
  right: 0;
  top: 5px;
}
#follow_box .block .following {
  cursor: default;
  opacity: 0.4;
  text-transform: uppercase;
}
#follow_box .block::after {
  -webkit-font-smoothing: antialiased;
  content: '\e631';
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  bottom: 75px;
  color: #ccc;
  font-size: 40px;
  left: 130px;
  position: absolute;
  top: 110px;
}
[id^="multiad_"] {
  margin: 0;
}
[id^="multiad_"] img {
  max-width: 100%;
  height: auto;
}
.homepage #adv_sidebrt {
  margin-bottom: 10px;
}
#adv-offers-list {
  background: #f3f3f3;
  margin: 0 -20px;
  position: relative;
}
#adv-offers-list .content {
  padding: 15px 20px;
}
#adv-offers-list .content .decoration {
  width: 9px;
  height: 60px;
  left: 0;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #adv_top {
    display: none;
  }
}
.dropdown .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.dropdown .dropdown-menu li > a {
  border-radius: 4px;
  color: #474747;
  font-size: 13px;
  margin: 0 5px;
  overflow: hidden;
  padding: 6px 15px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.dropdown .dropdown-menu li > a:hover {
  background-color: #f3f3f3;
  color: #1a7cd1;
  text-decoration: none;
}
.dropdown .dropdown-menu li.divider {
  border: none;
  margin: 5px 1px;
}
.dropdown.profile > .user > .caret {
  border-color: #7b5a08 transparent;
  border-width: 5px 5px 0;
  margin: 14px 10px;
  opacity: 0.99;
}
body > header:not(.main-header) {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1), inset 0 -1px 0 #f8f8f8;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1), inset 0 -1px 0 #f8f8f8;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), inset 0 -1px 0 #f8f8f8;
  width: 100%;
  height: 55px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #fff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
  background-image: -o-linear-gradient(top, #fff, #f0f0f0);
  background-image: linear-gradient(top, #fff, #f0f0f0);
  background-repeat: repeat-x;
  border-bottom: 1px solid #bbb;
  left: 0;
  line-height: 55px;
  position: fixed;
  top: 0;
  z-index: 1002;
}
body > header:not(.main-header) nav,
body > header:not(.main-header) form {
  display: inline-block;
}
body > header:not(.main-header) .logo {
  width: 40px;
  background: url('../bundles/layout/img/logo-goldenline-G.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  float: left;
  height: 40px;
  width: 113px;
  margin-top: 15px;
}
abody > header:not(.main-header) .logo::after {
  -webkit-font-smoothing: antialiased;
  content: "\e007";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  float: right;
  text-shadow: 0 1px 0 #ffffff;
  color: #d0d0d0;
  font-size: 21px;
  line-height: 21px;
  margin: 5px -22px 0 0;
  padding-left: 10px;
  text-align: right;
  visibility: hidden;
}
abody > header:not(.main-header) .logo:hover::after {
  visibility: visible;
}
body > header:not(.main-header) nav {
  float: left;
  box-sizing: border-box;
  padding-left: 40px;
  width: 836px;
}
body > header:not(.main-header) nav > .fluid {
  width: 100%;
}
body > header:not(.main-header) nav > .fluid > .pull-left {
  width: 360px;
}
body > header:not(.main-header) nav > div > a:not(.btn),
body > header:not(.main-header) nav > div > div > a,
body > header:not(.main-header) nav .dropdown > a {
  float: left;
  text-shadow: 0 1px 0 #ffffff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 55px;
  opacity: 0.99;
  vertical-align: middle;
}
body > header:not(.main-header) nav > div > a:not(.btn).user .thumb-20,
body > header:not(.main-header) nav > div > div > a.user .thumb-20,
body > header:not(.main-header) nav .dropdown > a.user .thumb-20 {
  margin: -5px 5px 0 0;
}
body > header:not(.main-header) nav > div > a:not(.btn).user:hover,
body > header:not(.main-header) nav > div > div > a.user:hover,
body > header:not(.main-header) nav .dropdown > a.user:hover,
body > header:not(.main-header) nav > div > a:not(.btn):hover,
body > header:not(.main-header) nav > div > div > a:hover,
body > header:not(.main-header) nav .dropdown > a:hover {
  color: #3886a6;
  text-decoration: none;
}
body > header:not(.main-header) nav > div > a:not(.btn) span.caret,
body > header:not(.main-header) nav > div > div > a span.caret,
body > header:not(.main-header) nav .dropdown > a span.caret {
  border-top-color: #000;
  opacity: 1;
  position: relative;
  top: -5px;
  vertical-align: middle;
}
body > header:not(.main-header) nav .dropdown {
  float: right;
  display: inline-block;
}
body > header:not(.main-header) nav .dropdown .user {
  margin-left: 0 !important;
}
body > header:not(.main-header) nav a.messages {
  font-size: 14px;
}
body > header:not(.main-header) nav a.messages .counter {
  right: 6px;
}
body > header:not(.main-header) nav .notifications {
  float: left;
}
body > header:not(.main-header) nav .notifications .dropdown-toggle:not([data-toggle]):hover {
  color: #ccc;
  cursor: default;
}
body > header:not(.main-header) nav .notifications .dropdown-menu {
  margin-top: -14px;
}
body > header:not(.main-header) nav .notifications.empty .dropdown-toggle {
  opacity: 0.5;
}
body > header:not(.main-header) nav a.messages,
body > header:not(.main-header) nav .notifications > a {
  color: #ccc;
  position: relative;
}
body > header:not(.main-header) nav span.counter {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #ce1818;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  margin-left: 4px;
  padding: 2px 3px;
  text-shadow: 0px 0px 1px #fff;
  left: 40%;
  position: absolute;
  top: 10px;
}
body > header:not(.main-header) nav .dropdown.notifications.open .dropdown-toggle {
  color: #1a7cd1;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu {
  padding: 0;
  width: 290px;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li {
  border-top: #e5e5e5 solid 1px;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li:first-child {
  border: 0;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.endorsement i {
  color: #fec152;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.shared-project i {
  color: #1a7cd1;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info i {
  color: #919191;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation i {
  color: #4caf50;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > a,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > a,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > span,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > span {
  position: relative;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > a .btn-set,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > a .btn-set,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > span .btn-set,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > span .btn-set {
  display: none;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > a:hover .btn-set,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > a:hover .btn-set,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > span:hover .btn-set,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > span:hover .btn-set {
  display: inline-block;
  left: 45px;
  margin-top: 2px;
  position: absolute;
  top: 10px;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > a:hover .btn-set [class*="btn"],
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > a:hover .btn-set [class*="btn"],
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > span:hover .btn-set [class*="btn"],
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > span:hover .btn-set [class*="btn"] {
  float: none;
  margin-top: 0;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > a:hover .text:not(:last-child),
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > a:hover .text:not(:last-child),
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.invitation > span:hover .text:not(:last-child),
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li.info > span:hover .text:not(:last-child) {
  visibility: hidden;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span {
  clear: both;
  color: #6e6e6e;
  display: block;
  font-weight: normal;
  line-height: 18px;
  min-height: 30px;
  padding: 10px;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a:not([href]),
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span:not([href]) {
  cursor: default;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a::before,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span::before {
  float: right;
  font-size: 22px;
  margin: 4px -5px 0 0;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a:hover,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span:hover,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a:hover i::before,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span:hover i::before,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a:hover .text .link,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span:hover .text .link {
  background-color: #1a7cd1;
  color: #fff;
  text-decoration: none;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .btn-primary,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .btn-primary,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .btn,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .btn {
  clear: none;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a i,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span i {
  float: left;
  font-size: 22px;
  font-style: normal;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a i::before,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span i::before {
  margin-right: 10px;
  top: 7px;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .inviting-user,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .inviting-user {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .text,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  margin-top: 6px;
  max-width: 200px;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .text.two-lines,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .text.two-lines,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .text.multi-lines,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .text.multi-lines {
  line-height: 1.3em;
  margin-left: 40px;
  margin-top: 0;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .text.multi-lines,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .text.multi-lines {
  display: block;
  white-space: normal;
}
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > a .text .link,
body > header:not(.main-header) nav .dropdown.notifications .dropdown-menu li > span .text .link {
  color: #1a7cd1;
}
body > header:not(.main-header) nav .dropdown .user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 103px;
}
body > header:not(.main-header) nav .salary {
  position: relative;
}
body > header:not(.main-header) nav .salary::after {
  width: 210px;
  height: 38px;
  background: url('../bundles/salary/img/header-tooltip.png');
  bottom: -23px;
  content: '';
  display: none;
  left: 20px;
  position: absolute;
}
body > header:not(.main-header) nav .dropdown-menu {
  font-size: 13px;
  margin-top: -11px;
  text-shadow: none;
}
body > header:not(.main-header) nav .btn,
body > header:not(.main-header) nav .btn-primary {
  float: left;
  margin: 14px 0 0 20px;
}
body > header:not(.main-header) nav .btn.register,
body > header:not(.main-header) nav .btn-primary.register {
  margin-left: 5px;
}
body > header:not(.main-header) nav .btn.pull-right,
body > header:not(.main-header) nav .btn-primary.pull-right {
  float: right;
}
body > header:not(.main-header) form {
  float: left;
  margin: 0;
  position: relative;
}
body > header:not(.main-header) form fieldset[class^="icon-"],
body > header:not(.main-header) form fieldset[class*=" icon-"] {
  margin: 0;
}
body > header:not(.main-header) form fieldset[class^="icon-"]::before,
body > header:not(.main-header) form fieldset[class*=" icon-"]::before {
  color: #ccc;
  font-size: 13px;
  left: 10px;
  position: absolute;
  top: 1px;
  z-index: 5;
}
body > header:not(.main-header) form fieldset[class^="icon-"]::before:-moz-placeholder,
body > header:not(.main-header) form fieldset[class*=" icon-"]::before:-moz-placeholder {
  color: #aaa !important;
}
body > header:not(.main-header) form fieldset[class^="icon-"]::before:-ms-input-placeholder,
body > header:not(.main-header) form fieldset[class*=" icon-"]::before:-ms-input-placeholder {
  color: #aaa !important;
}
body > header:not(.main-header) form fieldset[class^="icon-"]::before::-webkit-input-placeholder,
body > header:not(.main-header) form fieldset[class*=" icon-"]::before::-webkit-input-placeholder {
  color: #aaa !important;
}
body > header:not(.main-header) form fieldset[class^="icon-"] input[type="search"],
body > header:not(.main-header) form fieldset[class*=" icon-"] input[type="search"] {
  width: 185px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding-left: 30px;
}
body > header:not(.main-header) .container {
  position: relative;
  z-index: 1;
}
body > header:not(.main-header) .switchVersion {
  width: 59px;
  height: 59px;
  background: url('../bundles/layout/img/switchCorner.png');
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
body > header:not(.main-header).navbar-inverse {
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #585858, #252525);
  background-image: -ms-linear-gradient(top, #585858, #252525);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#585858), to(#252525));
  background-image: -webkit-linear-gradient(top, #585858, #252525);
  background-image: -o-linear-gradient(top, #585858, #252525);
  background-image: linear-gradient(top, #585858, #252525);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.15);
  box-shadow: inset 0 5px 5px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.15);
  border-bottom-color: #fff;
}
body > header:not(.main-header).navbar-inverse a.logo {
  width: 40px;
  height: 40px;
  background: url('../bundles/layout/img/logo-goldenline-G.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
body > header:not(.main-header).navbar-inverse a.logo.debug {
  background-image: url('../bundles/layout/img/debug-icon.png');
  background-position-x: 33px;
  background-size: 25px 25px;
}
body > header:not(.main-header).navbar-inverse nav .dropdown.notifications.open .dropdown-toggle {
  opacity: 0.5;
}
body > header:not(.main-header).navbar-inverse nav .dropdown.notifications .dropdown-toggle:not([data-toggle])::before {
  color: #fff;
  opacity: 0.2;
}
body > header:not(.main-header).navbar-inverse nav .dropdown.notifications a::before {
  font-size: 18px;
}
body > header:not(.main-header).navbar-inverse nav .dropdown > a {
  color: #e5e5e5;
  text-shadow: 0 -1px 0 #000;
}
body > header:not(.main-header).navbar-inverse nav .dropdown > a:hover {
  color: #fff;
}
body > header:not(.main-header).navbar-inverse nav .dropdown > a .thumb-20 {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
body > header:not(.main-header).navbar-inverse nav .dropdown .caret {
  border-top-color: #e5e5e5;
}
body > header:not(.main-header).navbar-inverse nav .profile-menu {
  float: right;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper {
  float: right;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1 {
  color: #e5e5e5;
  margin-left: 25px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1:first-child {
  margin-left: 0;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1:hover {
  color: #fff;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.search::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.closets::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.projects::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.messages::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.add-quick-job::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.add-quick-job-offer::before {
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.search.currentTutorialStep.popout,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.closets.currentTutorialStep.popout,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.projects.currentTutorialStep.popout,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.messages.currentTutorialStep.popout,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.add-quick-job.currentTutorialStep.popout,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.add-quick-job-offer.currentTutorialStep.popout {
  background: none;
  line-height: 14px;
  margin-left: 10px !important;
  margin-top: 6px !important;
  padding: 15px 15px 0 !important;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.search::before {
  -webkit-font-smoothing: antialiased;
  content: "\e006";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.closets,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.projects.active {
  color: #fec152;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.closets::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.projects::before {
  -webkit-font-smoothing: antialiased;
  content: "\e024";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.messages {
  background: none;
  width: auto;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.messages::before {
  -webkit-font-smoothing: antialiased;
  content: "\e023";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.add-quick-job::before,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.add-quick-job-offer::before {
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.disabled:hover,
body > header:not(.main-header).navbar-inverse nav .navigation-wrapper .level-1.disabled.active {
  color: #e5e5e5;
  opacity: 0.2;
}
body > header:not(.main-header).navbar-inverse nav a.go-back {
  float: right;
  color: #fec152;
  font-size: 10px;
  margin-left: 10px;
}
body > header:not(.main-header).navbar-inverse nav a.go-back::before {
  -webkit-font-smoothing: antialiased;
  content: "\f112";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #fec152;
  margin: 5px 5px 0 0;
  padding-left: 10px;
}
body > header:not(.main-header).navbar-inverse nav a.go-back:hover,
body > header:not(.main-header).navbar-inverse nav a.go-back:hover::before {
  color: #fff;
  text-decoration: none;
}
body > header:not(.main-header).navbar-inverse nav > .btn-primary,
body > header:not(.main-header).navbar-inverse nav .candidates-info .btn-primary {
  float: right;
}
body > header:not(.main-header).navbar-inverse nav > .btn-primary.btn-lg,
body > header:not(.main-header).navbar-inverse nav .candidates-info .btn-primary.btn-lg {
  margin: 10px 0 0 15px;
}
body > header:not(.main-header).navbar-inverse nav .user-info {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-left: 20px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
body > header:not(.main-header).navbar-inverse nav .candidates-info {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
body > header:not(.main-header).navbar-inverse nav.basket-mode > div {
  opacity: 0.2;
}
body > header:not(.main-header).navbar-inverse nav.basket-mode .user-info {
  opacity: 0;
  z-index: 0;
}
body > header:not(.main-header).navbar-inverse nav.basket-mode .candidates-info {
  color: #e5e5e5;
  font-size: 13px;
  opacity: 1;
  z-index: 1;
}
body > header:not(.main-header).navbar-recruitment a.logo {
  margin-top: 9px;
  position: relative;
}
body > header:not(.main-header).navbar-recruitment nav .dropdown {
  float: right;
  margin-left: 20px;
}
body > header:not(.main-header).navbar-recruitment nav .navigation-wrapper {
  float: left;
}
body > header:not(.main-header).navbar-recruitment--white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
body > header:not(.main-header).navbar-recruitment--white .level-1,
body > header:not(.main-header).navbar-recruitment--white .dropdown a {
  color: #474747 !important;
  text-shadow: none!important;
}
.login-form form .btn-fb,
.login-form form .btn-li,
.login-form form .btn-google {
  box-sizing: border-box;
  width: 100%;
}
.login-form form .btn-fb {
  margin-bottom: 15px;
}
.login-form form input[type="email"],
.login-form form input[type="password"] {
  box-sizing: border-box;
  width: 100%;
}
.login-form form input[type="email"],
.login-form form input[type="password"] {
  height: 28px;
  line-height: 18px;
}
.login-form form .separator {
  background: #ccc;
  height: 1px;
  margin: 25px 0;
  text-align: center;
}
.login-form form .separator span {
  background: #fff;
  color: #888;
  padding: 5px;
  position: relative;
  top: -9px;
}
.login-form form h4 {
  color: #474747;
  font-size: 18px;
  padding-bottom: 20px;
  text-align: center;
}
.login-form form input[type="checkbox"] {
  display: inline-block;
}
.login-form form .checkbox {
  color: #919191;
  font-size: 13px;
}
.login-form .register {
  margin: 40px 0 20px;
}
.login-form .modal-footer .pull-left {
  margin-top: 10px;
}
.login-form .modal-footer .btn-primary:not(.loading)::before {
  float: right;
  font-size: 13px;
  margin: 0 0 0 0.6em;
}
#upgrade-browser-modal img {
  float: right;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  body > header {
    position: relative;
  }
  body:not(.mobile) a.logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    background: url('../bundles/layout/img/logo-goldenline-G.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
  body:not(.mobile) a.logo::after,
  body:not(.mobile) a.logo:hover::after {
    display: none;
  }
}
.employers-tab {
  width: 31px;
  height: 130px;
  background: url('../bundles/layout/img/employers-tab.png');
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1;
}
.blog-tab {
  width: 31px;
  height: 127px;
  background: url('../bundles/layout/img/blog-tab.png');
  display: block;
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 1;
}
body.homepage > header .salary::after {
  display: block;
}
#register-modal {
  overflow: visible;
}
#register-modal .modal-body {
  overflow: visible;
}
#register-modal .modal-footer .pull-left {
  margin-top: 10px;
}
#register-modal .modal-footer .btn-primary:not(.loading)::before {
  float: right;
  font-size: 12px;
  margin: 0 0 0 0.6em;
}
.header-menu {
  position: static;
}
.header-menu.open .caret {
  border-top: 4px solid #919191;
}
.header-menu.open .header-menu-list {
  border-width: 1px 0;
  display: block;
}
.header-menu.menu-right .header-menu-list {
  left: inherit;
  right: 0;
}
.header-menu .header-menu-toggle {
  color: #474747;
  outline: 0;
  position: relative;
}
.header-menu .header-menu-toggle:hover {
  color: #919191;
}
.header-menu .header-menu-list {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none;
  margin: 1px 0 0;
  min-width: 180px;
  overflow: visible;
  padding: 4px 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 1000;
}
.header-menu .header-menu-list:before {
  border-bottom: 7px solid #919191;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  position: absolute;
  top: -7px;
}
.header-menu .header-menu-list:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  position: absolute;
  top: -6px;
}
.header-menu .header-menu-list li.divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
}
.header-menu .header-menu-list li > a {
  border-radius: 4px;
  clear: both;
  color: #474747;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 5px;
  padding: 10px 15px;
  white-space: nowrap;
}
.header-menu .header-menu-list li > a:hover,
.header-menu .header-menu-list .active > a,
.header-menu .header-menu-list .active > a:hover {
  background-color: #f3f3f3;
  color: #1a7cd1;
  text-decoration: none;
}
.header-menu .caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #474747;
  content: "";
  display: inline-block;
  height: 0;
  opacity: 1;
  vertical-align: top;
  width: 0;
}
@media (min-width: 768px) {
  .header-menu {
    position: relative;
  }
  .header-menu.open .header-menu-list {
    border-width: 1px;
  }
  .header-menu .header-menu-list {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    left: initial;
    width: auto;
  }
}
@media (min-width: 992px) {
  .header-menu.main-nav .header-menu-list:before,
  .header-menu.main-nav .header-menu-list:after {
    display: none;
  }
  .header-menu.main-nav .header-menu-list li > a:hover {
    background-color: transparent;
  }
  .header-menu .header-menu-list li > a {
    font-size: 14px;
    padding: 6px 15px;
  }
}
@media (max-width: 768px) {
  .header-menu .header-menu-list li:nth-child(3) {
    display: none;
  }
  .header-menu .header-menu-list li.header-menu-list__career-center-link {
    display: inline;
  }
}
.main-header {
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  line-height: 50px;
  position: fixed;
  top: 0;
  z-index: 1002;
}
.main-header * {
  box-sizing: border-box !important;
}
.main-header a:focus,
.main-header a:hover {
  text-decoration: none;
}
.main-header .container {
  height: inherit;
  max-width: 980px;
  padding: 0 10px;
  position: relative;
  width: auto;
}
.main-header .header-logotype {
  display: inline-block;
  position: relative;
}
.main-header .header-logotype img {
  margin-top: -3px;
}
.main-header .header-menu.main-nav {
  display: inline-block;
  margin-left: 10px;
}
.main-header .header-menu.main-nav .header-menu-toggle {
  width: 30px;
  height: inherit;
  display: inline-block;
}
.main-header .header-menu.main-nav .header-menu-toggle:before {
  content: "\e5d2";
  cursor: pointer;
  display: inline-block;
  font-family: 'uikit';
  font-size: 32px;
  font-weight: normal;
  vertical-align: top;
}
.main-header .header-menu.main-nav .header-menu-list:before {
  left: 69px;
}
.main-header .header-menu.main-nav .header-menu-list:after {
  left: 70px;
}
.main-header .header-menu.notifications {
  position: static;
}
.main-header .header-menu.notifications .header-menu-toggle {
  color: #474747;
  cursor: pointer;
  display: block;
  text-shadow: 0 1px 0 #fff;
}
.main-header .header-menu.notifications .header-menu-list {
  border-width: 1px 0;
  padding: 5px 0;
  width: 100%;
}
.main-header .header-menu.notifications .header-menu-list:before {
  left: initial;
  right: 84px;
}
.main-header .header-menu.notifications .header-menu-list:after {
  left: initial;
  right: 85px;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a,
.main-header .header-menu.notifications .header-menu-list li.info > a,
.main-header .header-menu.notifications .header-menu-list li.invitation > a,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span,
.main-header .header-menu.notifications .header-menu-list li.info > span,
.main-header .header-menu.notifications .header-menu-list li.invitation > span,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span {
  border-radius: 4px;
  box-sizing: border-box;
  clear: both;
  color: #474747;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin: 0 5px;
  min-height: 30px;
  padding: 5px 10px;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a:before,
.main-header .header-menu.notifications .header-menu-list li.info > a:before,
.main-header .header-menu.notifications .header-menu-list li.invitation > a:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a:before,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a:before,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span:before,
.main-header .header-menu.notifications .header-menu-list li.info > span:before,
.main-header .header-menu.notifications .header-menu-list li.invitation > span:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span:before,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span:before {
  float: right;
  line-height: 20px;
  right: -5px;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a i,
.main-header .header-menu.notifications .header-menu-list li.info > a i,
.main-header .header-menu.notifications .header-menu-list li.invitation > a i,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a i,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a i,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span i,
.main-header .header-menu.notifications .header-menu-list li.info > span i,
.main-header .header-menu.notifications .header-menu-list li.invitation > span i,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span i,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span i {
  float: left;
  color: #919191;
  font-size: 16px;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a i:before,
.main-header .header-menu.notifications .header-menu-list li.info > a i:before,
.main-header .header-menu.notifications .header-menu-list li.invitation > a i:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a i:before,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a i:before,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span i:before,
.main-header .header-menu.notifications .header-menu-list li.info > span i:before,
.main-header .header-menu.notifications .header-menu-list li.invitation > span i:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span i:before,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span i:before {
  margin: 0 15px 0 5px;
  top: 0;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a:not([href]),
.main-header .header-menu.notifications .header-menu-list li.info > a:not([href]),
.main-header .header-menu.notifications .header-menu-list li.invitation > a:not([href]),
.main-header .header-menu.notifications .header-menu-list li.shared-project > a:not([href]),
.main-header .header-menu.notifications .header-menu-list li.experience-project > a:not([href]),
.main-header .header-menu.notifications .header-menu-list li.endorsement > span:not([href]),
.main-header .header-menu.notifications .header-menu-list li.info > span:not([href]),
.main-header .header-menu.notifications .header-menu-list li.invitation > span:not([href]),
.main-header .header-menu.notifications .header-menu-list li.shared-project > span:not([href]),
.main-header .header-menu.notifications .header-menu-list li.experience-project > span:not([href]) {
  cursor: default;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a:hover,
.main-header .header-menu.notifications .header-menu-list li.info > a:hover,
.main-header .header-menu.notifications .header-menu-list li.invitation > a:hover,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a:hover,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a:hover,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span:hover,
.main-header .header-menu.notifications .header-menu-list li.info > span:hover,
.main-header .header-menu.notifications .header-menu-list li.invitation > span:hover,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span:hover,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span:hover,
.main-header .header-menu.notifications .header-menu-list li.endorsement > a:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.info > a:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.invitation > a:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.info > span:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.invitation > span:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span:hover i:before,
.main-header .header-menu.notifications .header-menu-list li.endorsement > a:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.info > a:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.invitation > a:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.info > span:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.invitation > span:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span:hover .text .link,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span:hover .text .link {
  background-color: #f3f3f3;
  color: #1a7cd1;
  text-decoration: none;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a .text,
.main-header .header-menu.notifications .header-menu-list li.info > a .text,
.main-header .header-menu.notifications .header-menu-list li.invitation > a .text,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a .text,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span .text,
.main-header .header-menu.notifications .header-menu-list li.info > span .text,
.main-header .header-menu.notifications .header-menu-list li.invitation > span .text,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-top: 2px;
  max-width: 200px;
  vertical-align: middle;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.info > a .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.invitation > a .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.info > span .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.invitation > span .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.endorsement > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.info > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.invitation > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.info > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.invitation > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span .text.multi-lines {
  margin-left: 10px;
  margin-top: 0;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.info > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.invitation > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.info > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.invitation > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text.multi-lines,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span .text.multi-lines {
  display: block;
  white-space: normal;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a .text .link,
.main-header .header-menu.notifications .header-menu-list li.info > a .text .link,
.main-header .header-menu.notifications .header-menu-list li.invitation > a .text .link,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text .link,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a .text .link,
.main-header .header-menu.notifications .header-menu-list li.endorsement > span .text .link,
.main-header .header-menu.notifications .header-menu-list li.info > span .text .link,
.main-header .header-menu.notifications .header-menu-list li.invitation > span .text .link,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text .link,
.main-header .header-menu.notifications .header-menu-list li.experience-project > span .text .link {
  color: #1a7cd1;
}
.main-header .header-menu.notifications .header-menu-list li.invitation > a,
.main-header .header-menu.notifications .header-menu-list li.info > a,
.main-header .header-menu.notifications .header-menu-list li.invitation > span,
.main-header .header-menu.notifications .header-menu-list li.info > span {
  position: relative;
}
.main-header .header-menu.notifications .header-menu-list li.invitation > a .btn-set,
.main-header .header-menu.notifications .header-menu-list li.info > a .btn-set,
.main-header .header-menu.notifications .header-menu-list li.invitation > span .btn-set,
.main-header .header-menu.notifications .header-menu-list li.info > span .btn-set {
  display: none;
}
.main-header .header-menu.notifications .header-menu-list li.invitation > a:hover .btn-set,
.main-header .header-menu.notifications .header-menu-list li.info > a:hover .btn-set,
.main-header .header-menu.notifications .header-menu-list li.invitation > span:hover .btn-set,
.main-header .header-menu.notifications .header-menu-list li.info > span:hover .btn-set {
  display: inline-block;
  left: 45px;
  position: absolute;
  top: 5px;
}
.main-header .header-menu.notifications .header-menu-list li.invitation > a:hover .btn-set [class*="btn"],
.main-header .header-menu.notifications .header-menu-list li.info > a:hover .btn-set [class*="btn"],
.main-header .header-menu.notifications .header-menu-list li.invitation > span:hover .btn-set [class*="btn"],
.main-header .header-menu.notifications .header-menu-list li.info > span:hover .btn-set [class*="btn"] {
  float: none;
  margin: 0 5px;
}
.main-header .header-menu.notifications .header-menu-list li.invitation > a:hover .text:not(:last-child),
.main-header .header-menu.notifications .header-menu-list li.info > a:hover .text:not(:last-child),
.main-header .header-menu.notifications .header-menu-list li.invitation > span:hover .text:not(:last-child),
.main-header .header-menu.notifications .header-menu-list li.info > span:hover .text:not(:last-child) {
  visibility: hidden;
}
.main-header .header-menu.notifications .header-menu-list li.endorsement > a > i,
.main-header .header-menu.notifications .header-menu-list li.shared-project > a > i,
.main-header .header-menu.notifications .header-menu-list li.experience-project > a > i {
  margin-top: 2px;
}
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text {
  margin-top: 3px;
}
.main-header .header-menu.notifications .header-menu-list li.shared-project > a .text.two-lines,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span .text.two-lines {
  margin-left: 10px;
  margin-top: -1px;
}
.main-header .header-menu.notifications .header-menu-list li.shared-project > a i,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span i {
  margin-left: 5px;
}
.main-header .header-menu.notifications .header-menu-list li.shared-project > a i:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project > span i:before {
  top: 4px;
}
.main-header .header-menu.notifications .header-menu-list li.invitation[data-notifications='1'] > a:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project[data-notifications='1'] > a:before,
.main-header .header-menu.notifications .header-menu-list li.invitation[data-notifications='1'] > span:before,
.main-header .header-menu.notifications .header-menu-list li.shared-project[data-notifications='1'] > span:before {
  margin-top: 5px;
}
.main-header .header-menu.notifications .header-menu-list li a > i[class^="icon-"]:before {
  font-size: 20px;
}
.main-header .header-menu.profile {
  display: inline-block;
}
.main-header .header-menu.profile .avatar,
.main-header .header-menu.profile .header-menu-toggle {
  display: inline-block;
  height: inherit;
  margin-top: -4px;
  vertical-align: middle;
}
.main-header .header-menu.profile .avatar span,
.main-header .header-menu.profile .header-menu-toggle span {
  display: block;
}
.main-header .header-menu.profile .header-menu-toggle:before {
  content: '';
  height: 49px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 60px;
}
.main-header .header-menu.profile .header-menu-toggle span.caret {
  border-width: 5px 5px 0;
  margin: 10px 0 10px 10px;
}
.main-header .header-menu.profile .header-menu-list {
  border-right: 0;
}
.main-header .header-menu.profile .header-menu-list:before {
  left: initial;
  right: 7px;
}
.main-header .header-menu.profile .header-menu-list:after {
  left: initial;
  right: 8px;
}
.main-header .search {
  width: 250px;
  height: inherit;
  display: none;
  line-height: 45px;
  margin: 0 0 0 20px;
  position: relative;
  vertical-align: top;
}
.main-header .search fieldset[class^="icon-"],
.main-header .search fieldset[class*=" icon-"] {
  width: 100%;
  height: 34px;
  display: inline-block;
  line-height: 0;
  position: relative;
  vertical-align: middle;
}
.main-header .search fieldset[class^="icon-"]:before,
.main-header .search fieldset[class*=" icon-"]:before {
  color: #474747;
  font-size: 24px;
  left: 12px;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.main-header .search fieldset[class^="icon-"] input[type="search"],
.main-header .search fieldset[class*=" icon-"] input[type="search"] {
  width: 100%;
  height: inherit;
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: #474747;
  font-size: 13px;
  margin: 0;
  padding: 0 10px 0 40px;
}
.main-header .search fieldset[class^="icon-"] input[type="search"]:focus,
.main-header .search fieldset[class*=" icon-"] input[type="search"]:focus {
  outline: 0;
}
@-moz-keyframes rainbow {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right top;
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right top;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right top;
  }
}
@keyframes rainbow {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right top;
  }
}
.main-header .search:invalid:after {
  width: 100%;
  height: 50px;
  -webkit-animation: rainbow 3s linear infinite;
  -moz-animation: rainbow 3s linear infinite;
  -ms-animation: rainbow 3s linear infinite;
  -o-animation: rainbow 3s linear infinite;
  animation: rainbow 3s linear infinite;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
  background-size: 100000px;
  content: '.';
  font-size: 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: -1;
}
.main-header .user-nav {
  float: right;
  height: inherit;
}
.main-header .user-nav [class^="icon-uikit-"]:before,
.main-header .user-nav [class*=" icon-uikit-"]:before {
  margin: 0 5px;
}
.main-header .user-nav a {
  text-decoration: none;
}
.main-header .user-nav a:active,
.main-header .user-nav a:hover {
  text-decoration: none;
}
.main-header .user-nav [class*="icon-"]:before {
  font-size: 24px;
  top: 0;
}
.main-header .user-nav .counter {
  background-color: #ce1818;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  left: 40%;
  line-height: 1;
  margin-left: 4px;
  padding: 2px 3px;
  position: absolute;
  top: 10px;
}
.main-header .user-nav .login {
  vertical-align: initial;
}
.main-header .user-nav .login-btn {
  color: #474747;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: top;
}
.main-header .user-nav .login-btn:hover {
  color: #919191;
}
.main-header .user-nav .not-logged-btns.desktop {
  display: none;
}
.main-header .user-nav .not-logged-btns.mobile {
  display: block;
}
.main-header .messages,
.main-header .notifications {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.main-header .messages.empty,
.main-header .notifications.empty {
  opacity: 0.4;
}
.main-header .messages:not(.empty):hover,
.main-header .notifications:not(.empty):hover,
.main-header .messages:not(.empty) .header-menu-toggle:hover,
.main-header .notifications:not(.empty) .header-menu-toggle:hover {
  color: #919191;
  cursor: default;
}
.main-header .messages {
  color: #474747;
  text-shadow: 0 1px 0 #fff;
}
.main-header .recruit {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 16px;
  height: inherit;
  padding: 0 15px;
  vertical-align: top;
}
.main-header .recruit a {
  color: #474747;
  display: block;
  height: inherit;
}
.main-header .recruit a:hover {
  color: #919191;
}
.main-header .notices .container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .main-header .container {
    padding: 0 0 0 20px;
  }
  .main-header .header-logotype svg path {
    display: initial;
  }
  .main-header .header-logotype .gl-typo {
    display: inline-block;
  }
  .main-header .header-logotype .gl-logo {
    width: 40px;
    height: 40px;
    margin-right: 3px;
  }
  .main-header .header-menu.main-nav .header-menu-list:before {
    left: 4px;
  }
  .main-header .header-menu.main-nav .header-menu-list:after {
    left: 5px;
  }
  .main-header .header-menu.main-nav .header-menu-toggle:before {
    font-size: 24px;
  }
  .main-header .header-menu.notifications {
    position: relative;
  }
  .main-header .header-menu.notifications.open .header-menu-list {
    border-width: 1px;
    min-width: 300px;
    right: 0;
    width: 360px;
  }
  .main-header .header-menu.notifications.open .header-menu-list:before {
    right: 10px;
  }
  .main-header .header-menu.notifications.open .header-menu-list:after {
    right: 11px;
  }
  .main-header .header-menu.profile .header-menu-toggle:before {
    right: 0;
  }
  .main-header .header-menu.profile .header-menu-toggle span.caret {
    margin: 10px;
  }
  .main-header .header-menu.profile .header-menu-list {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    right: 0;
  }
  .main-header .search {
    display: inline-block;
  }
  .main-header .user-nav .not-logged-btns.mobile {
    display: block;
    padding-right: 20px;
  }
  .main-header .recruit {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  body.homepage a.nav-homepage,
  body.work a.nav-work,
  body.firms a.nav-firms,
  body.groups a.nav-groups {
    border-radius: 0;
    border-bottom: 3px solid #fec152;
    color: #919191 !important;
  }
  .main-header .header-logotype {
    margin-left: -20px;
    vertical-align: top;
  }
  .main-header .header-menu.main-nav {
    font-size: 14px;
    font-weight: 700;
    height: inherit;
    margin-left: 0;
  }
  .main-header .header-menu.main-nav .header-menu-toggle {
    display: none;
  }
  .main-header .header-menu.main-nav .header-menu-list {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: inline-block;
    height: inherit;
    left: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    right: inherit;
    top: inherit;
  }
  .main-header .header-menu.main-nav .header-menu-list li {
    display: inline-block;
    height: inherit;
    line-height: 50px;
    margin-left: 20px;
  }
  .main-header .header-menu.main-nav .header-menu-list li a {
    color: #474747;
    display: block;
    font-size: 16px;
    height: inherit;
    margin: 0;
    padding: 15px 0;
  }
  .main-header .header-menu.main-nav .header-menu-list li a:hover {
    color: #919191;
  }
  .main-header .header-menu.profile .header-menu-toggle:before {
    display: none;
  }
  .main-header .user-nav .not-logged-btns.desktop {
    display: block;
  }
  .main-header .user-nav .not-logged-btns.mobile {
    display: none;
  }
  .main-header .user-nav .for-employers {
    margin-right: 0;
  }
  .main-header .recruit {
    padding-right: 0;
  }
  .main-header .notices .container {
    padding: 0;
  }
}
.navbar-recruitment .header-menu.notifications {
  position: static;
}
.navbar-recruitment .header-menu.notifications .header-menu-toggle {
  color: #474747;
  cursor: pointer;
  display: block;
  text-shadow: 0 1px 0 #fff;
}
.navbar-recruitment .header-menu.notifications .header-menu-list {
  border-width: 1px 0;
  padding: 5px 0;
  width: 100%;
}
.navbar-recruitment .header-menu.notifications .header-menu-list:before {
  left: initial;
  right: 84px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list:after {
  left: initial;
  right: 85px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span {
  border-radius: 4px;
  box-sizing: border-box;
  clear: both;
  color: #474747;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin: 0 5px;
  min-height: 30px;
  padding: 5px 10px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span:before {
  float: right;
  line-height: 20px;
  right: -5px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span i {
  float: left;
  color: #919191;
  font-size: 16px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span i:before {
  margin: 0 15px 0 5px;
  top: 0;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span:not([href]),
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span:not([href]) {
  cursor: default;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span:hover,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span:hover i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span:hover .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span:hover .text .link {
  background-color: #f3f3f3;
  color: #1a7cd1;
  text-decoration: none;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-top: 2px;
  max-width: 200px;
  vertical-align: middle;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span .text.multi-lines {
  margin-left: 10px;
  margin-top: 0;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text.multi-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span .text.multi-lines {
  display: block;
  white-space: normal;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > span .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text .link,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > span .text .link {
  color: #1a7cd1;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span {
  position: relative;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a .btn-set,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a .btn-set,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span .btn-set,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span .btn-set {
  display: none;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:hover .btn-set,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:hover .btn-set,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:hover .btn-set,
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:hover .btn-set {
  display: inline-block;
  left: 45px;
  position: absolute;
  top: 5px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:hover .btn-set [class*="btn"],
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:hover .btn-set [class*="btn"],
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:hover .btn-set [class*="btn"],
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:hover .btn-set [class*="btn"] {
  float: none;
  margin: 0 5px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > a:hover .text:not(:last-child),
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > a:hover .text:not(:last-child),
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation > span:hover .text:not(:last-child),
.navbar-recruitment .header-menu.notifications .header-menu-list li.info > span:hover .text:not(:last-child) {
  visibility: hidden;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.endorsement > a > i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a > i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.experience-project > a > i {
  margin-top: 2px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text {
  margin-top: 3px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a .text.two-lines,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span .text.two-lines {
  margin-left: 10px;
  margin-top: -1px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a i,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span i {
  margin-left: 5px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > a i:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project > span i:before {
  top: 4px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation[data-notifications='1'] > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project[data-notifications='1'] > a:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.invitation[data-notifications='1'] > span:before,
.navbar-recruitment .header-menu.notifications .header-menu-list li.shared-project[data-notifications='1'] > span:before {
  margin-top: 5px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list li a > i[class^="icon-"]:before {
  font-size: 20px;
}
.navbar-recruitment .header-menu.notifications .header-menu-list {
  border-width: 1px;
  min-width: 300px;
  right: 20px;
  width: 360px;
}
.navbar-recruitment .header-menu .header-menu-toggle {
  padding: 0 10px;
}
body > header .twitter-typeahead {
  display: block !important;
  height: inherit;
}
body > header .twitter-typeahead .tt-hint {
  color: #919191 !important;
}
body > header .twitter-typeahead .tt-input {
  border: none;
}
body > header .twitter-typeahead .tt-dropdown-menu {
  background-color: #fff;
  border-radius: 4px;
  border: #ccc solid 1px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion {
  *zoom: 1;
  line-height: 20px;
  margin-left: 125px;
  padding: 5px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:after {
  display: table;
  content: "";
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:after {
  clear: both;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a {
  color: #474747;
  display: block;
  float: right;
  line-height: 22px;
  margin-left: -25px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  width: 360px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20 {
  *zoom: 1;
  border: 0;
  float: left;
  margin-right: 10px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:after {
  display: table;
  content: "";
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:after {
  clear: both;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a em,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .tt-highlight {
  font-style: normal;
  font-weight: bold;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a[class^="icon-"]:before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a[class*=" icon-"]:before {
  position: absolute;
  right: -4px;
  top: 4px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a:hover {
  text-decoration: none;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-0"],
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-0"],
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-0"] {
  padding: 10px 5px 0;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-0"]:before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-0"]:before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-0"]:before {
  color: #919191;
  content: attr(data-label);
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  width: 460px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-0"]:not(:first-child):before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-0"]:not(:first-child):before,
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-0"]:not(:first-child):before {
  border-top: #ccc solid 1px;
  margin-top: -5px;
  padding-top: 5px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:first-child {
  padding-top: 5px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-"] + [class*="users-"],
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-"] + [class*="firms-"],
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-"] + [class*="groups-"] {
  padding: 0 5px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.query-undefined {
  border-top: #ccc solid 1px;
  margin: 5px 0 0;
  position: relative;
  width: 490px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.query-undefined a {
  border: none;
  color: #1a7cd1;
  padding: 5px 10px;
  width: 480px;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.query-undefined:only-child {
  border-top: none;
  margin: 0;
}
body > header .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.tt-cursor a {
  background-color: #f3f3f3;
  border-radius: 4px;
  color: #1a7cd1;
}
#main-footer {
  text-align: center;
  background: #fff;
  border-top: #f3f3f3 solid 1px;
  color: #919191;
  margin-top: 20px;
  padding: 20px 0;
}
#main-footer .container {
  max-width: 100%;
}
#main-footer .social li {
  display: inline-block;
  margin: 0 6.66666667px;
}
#main-footer .social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
}
#main-footer .social li a.icon-facebook {
  background-color: #4e77be;
}
#main-footer .social li a.icon-facebook:hover {
  background-color: #3a5f9f;
}
#main-footer .social li a.icon-twitter {
  background-color: #78c9e6;
}
#main-footer .social li a.icon-twitter:hover {
  background-color: #4db8de;
}
#main-footer .social li a.icon-uikit-google {
  background-color: #dd4b39;
}
#main-footer .social li a.icon-uikit-google:hover {
  background-color: #c23321;
}
#main-footer .social li a::before {
  font-size: 18px;
  margin: 0;
}
#main-footer .links {
  margin: 0;
}
#main-footer .links li {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
}
#main-footer .links li a {
  color: #919191;
}
#main-footer .links li a:hover {
  color: #1a7cd1;
}
#main-footer .links li a:hover,
#main-footer .links li a:focus {
  text-decoration: none;
}
#main-footer .copyright {
  margin: 40px 0;
}
#main-footer .rodoInfo {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  line-height: 20px;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 1060;
}
#main-footer .rodoInfo .btn {
  margin-left: 5px;
}
#main-footer .rodoInfo > p {
  text-align: left;
}
#main-footer .rodoInfo > p::first-letter {
  font-size: 18px;
}
#main-footer .rodoInfo .actions {
  margin-left: 10px;
  margin-top: 10px;
}
.typeform-share.link {
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  background: #a1402f;
  border-radius: 5px 5px 0 0;
  bottom: -50px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 15px;
  position: fixed;
  right: 100px;
  z-index: 1000;
}
.typeform-share.link:hover {
  bottom: 0;
  text-decoration: none;
}
.typeform-share.link.visible {
  bottom: -5px;
}
#dc-tab-button {
  z-index: 1055 !important;
}
@media (min-width: 768px) {
  #main-footer .rodoInfo {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #main-footer {
    text-align: left;
  }
  #main-footer .copyright {
    margin: 0 0 20px;
  }
  #main-footer .social {
    float: right;
  }
  #main-footer .social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  #main-footer .social li a::before {
    font-size: 15px;
  }
  #main-footer .social li:last-child {
    margin-right: 0;
  }
  #main-footer .links li {
    padding-left: 0;
    padding-right: 10px;
  }
  #main-footer .links li:not(:first-child)::before {
    content: '|';
    margin-right: 10px;
  }
}
.notices {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 0;
}
.notices .notice {
  border-radius: 0;
  margin: 0 !important;
}
.notices .notice .icon-info {
  line-height: 24px;
  margin: 8px 0;
}
.notices .notice strong {
  font-weight: normal;
  padding: 0;
}
.notices .notice .links a {
  color: inherit;
  font-weight: normal;
  padding: 0;
  text-decoration: underline;
}
.notices .notice p {
  display: block;
  font-weight: normal;
  line-height: 24px;
  margin: 7px 0;
}
.notices .notice p[class^="icon-"]::before {
  margin-right: 10px;
}
.notices .notice p .btn {
  font-weight: 700;
  margin-left: 20px;
  margin-top: -1px;
}
.notices .notice .btn-set {
  display: inline-block;
  line-height: 36px;
  margin: 0;
  vertical-align: top;
}
.notices .notice .close {
  line-height: 40px;
  opacity: 0.4;
}
.notices .notice .close:before {
  color: #474747;
  margin-left: 10px;
  margin-right: 0;
}
.notices .success,
.notices .success p {
  background: #f3fff4;
  color: #4caf50;
}
.notices .error,
.notices .error p {
  background: #fff4f5;
  color: #f44336;
}
.notices .info,
.notices .info p {
  background: #f3f8ff;
  color: #1a7cd1;
}
.notices .info form,
.notices .info p form {
  float: right;
  margin-top: -2px;
}
.notices .warning,
.notices .warning p {
  background: #fffaf2;
  color: #ec971f;
}
.notices .warning p:before {
  -webkit-font-smoothing: antialiased;
  content: "\e00c";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
}
@-moz-keyframes notice {
  from {
    height: 0;
  }
  to {
    height: 40px;
  }
}
@-webkit-keyframes notice {
  from {
    height: 0;
  }
  to {
    height: 40px;
  }
}
@keyframes notice {
  from {
    height: 0;
  }
  to {
    height: 40px;
  }
}
.notice-animate {
  animation-duration: 200ms;
  animation-name: notice;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(1, 0, 1, 1);
}
.breadcrumbs {
  padding: 10px 0 20px;
}
.breadcrumbs .icon-home {
  font-size: 0;
}
.breadcrumbs .icon-home:before {
  margin: 0 !important;
}
.breadcrumbs .icon-arrow-right:before {
  color: #ccc;
  font-size: 13px;
  margin: 0 5px;
}
.breadcrumbs .current-location {
  font-weight: 700;
}
.box-white .breadcrumbs {
  padding-top: 0;
}
#breadcrumbs {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
  margin: 4px 0 25px;
  overflow: hidden;
  width: 100%;
}
#breadcrumbs li {
  float: left;
  margin: 0 5px 0 0;
}
#breadcrumbs li:first-child {
  margin: 0 10px 0 0;
}
#adminTop {
  font-family: Lato, sans-serif;
  top: 20px;
  z-index: 1012 !important;
}
#adminTop * {
  box-sizing: border-box;
}
#adminTop > #adminContent {
  padding: 0;
  width: 520px;
}
#adminTop > #adminContent #adminUserInfo {
  width: 100%;
}
#adminTop > #adminContent #adminUserInfo td,
#adminTop > #adminContent #adminUserInfo th {
  padding: 4px 10px;
}
#adminTop > #adminContent #adminUserInfo td ul,
#adminTop > #adminContent #adminUserInfo th ul {
  list-style: none;
  margin: 0;
}
#adminTop > #adminContent #adminUserInfo td form,
#adminTop > #adminContent #adminUserInfo th form {
  margin: 0;
}
#adminTop > #adminContent #adminUserInfo td form input,
#adminTop > #adminContent #adminUserInfo th form input,
#adminTop > #adminContent #adminUserInfo td form select,
#adminTop > #adminContent #adminUserInfo th form select {
  font-size: 11px;
  height: 28px;
  width: 140px;
}
#adminTop > #adminContent #adminUserInfo td form input[type="submit"],
#adminTop > #adminContent #adminUserInfo th form input[type="submit"],
#adminTop > #adminContent #adminUserInfo td form select[type="submit"],
#adminTop > #adminContent #adminUserInfo th form select[type="submit"] {
  width: auto;
}
#adminTop > #adminContent #adminUserInfo tr:nth-child(odd) {
  background: #f0f0f0;
}
#adminTop > #adminContent #adminUserInfo.hrSearchInfo {
  background: #f8f8f8;
  display: none;
}
#adminTop > #adminContent #adminUserInfo.hrSearchInfo th {
  padding: 4px 30px;
}
#adminTop > #adminContent .adminLinks ul {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 15px 10px 0;
}
#adminTop > #adminContent .adminBottom {
  font-weight: bold;
  padding: 0 10px 4px;
  text-align: right;
  text-transform: uppercase;
}
#adminTop > #adminContent .firmBox > div {
  padding: 4px 10px;
}
#adminTop > #adminContent .firmBox > div:nth-child(odd) {
  background: #f0f0f0;
}
#adminTop > #adminContent .firmBox > div form {
  margin: 10px 0 0;
}
#adminTop > #adminContent .firmBox > div form input,
#adminTop > #adminContent .firmBox > div form select {
  background: #fff;
  font-size: 11px;
  height: 28px;
  margin: 0 5px;
  vertical-align: middle;
}
#adminTop > #adminContent .firmBox > div form input:first-child,
#adminTop > #adminContent .firmBox > div form select:first-child {
  margin-left: 0;
}
#adminTop > #adminContent .firmBox > div form input[type="submit"],
#adminTop > #adminContent .firmBox > div form select[type="submit"] {
  margin: 0;
}
#adminTop > #adminContent .firmBox > div ul {
  list-style: none;
  margin: 10px 0 0;
}
.adminBox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.adminBox select,
.adminBox textarea,
.adminBox input[type="text"],
.adminBox input[type="password"],
.adminBox input[type="datetime"],
.adminBox input[type="datetime-local"],
.adminBox input[type="date"],
.adminBox input[type="month"],
.adminBox input[type="time"],
.adminBox input[type="week"],
.adminBox input[type="number"],
.adminBox input[type="email"],
.adminBox input[type="url"],
.adminBox input[type="search"],
.adminBox input[type="tel"],
.adminBox input[type="color"] {
  margin-bottom: 0 !important;
  border-radius: 4px;
}
.adminBox .edit.calendarSelectDate {
  width: 120px;
}
.adminOpenNew,
.load-admin-box-js {
  position: fixed !important;
  top: 12px;
  right: 10px;
  z-index: 1003;
}
.admin-switch-profile-version {
  position: fixed;
  right: 10px;
  top: 100px;
  z-index: 1003;
}
@media (min-width: 992px) {
  .adminBox {
    display: block;
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'uikit';
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  vertical-align: top;
}
[class^="icon-"]:not(.no-margin):before,
[class*=" icon-"]:not(.no-margin):before {
  margin-right: 10px;
}
a:hover[class^="icon-uikit-"]:before,
a:hover[class*=" icon-uikit-"]:before,
a:hover [class^="icon-uikit-"]:before,
a:hover [class*=" icon-uikit-"]:before {
  text-decoration: none;
}
.icon-uikit-snapchat:before {
  content: "\e910";
}
.icon-uikit-youtube:before {
  content: "\e915";
}
.icon-uikit-instagram:before {
  content: "\e918";
}
.icon-header-burger:before {
  content: "\e5d2";
}
.icon-arrow-move:before {
  content: "\e90f";
}
.icon-move-horizontal:before {
  content: "\e90e";
}
.icon-heart:before {
  content: "\f004";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-soccer:before {
  content: "\f1e3";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-subway:before {
  content: "\f239";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-bike:before {
  content: "\e911";
}
.icon-pacman:before {
  content: "\e916";
}
.icon-book:before {
  content: "\e91f";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-man-woman:before {
  content: "\e9de";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-uikit-filter-1:before {
  content: "\e903";
}
.icon-uikit-google:before {
  content: "\e902";
}
.icon-uikit-feedback:before {
  content: "\e656";
}
.icon-uikit-city:before {
  content: "\e657";
}
.icon-uikit-add:before {
  content: "\e600";
}
.icon-uikit-toggle-arrow-down:before {
  content: "\e601";
}
.icon-uikit-toggle-arrow-up:before {
  content: "\e602";
}
.icon-uikit-podium:before {
  content: "\e603";
}
.icon-uikit-favorite:before {
  content: "\e604";
}
.icon-uikit-list-bulleted:before {
  content: "\e605";
}
.icon-uikit-arrow-down:before {
  content: "\e606";
}
.icon-uikit-arrow-left:before {
  content: "\e607";
}
.icon-uikit-arrow-right:before {
  content: "\e608";
}
.icon-uikit-arrow-up:before {
  content: "\e609";
}
.icon-uikit-mail:before {
  content: "\e60a";
}
.icon-uikit-notifications:before {
  content: "\e60b";
}
.icon-uikit-marker:before {
  content: "\e60c";
}
.icon-uikit-search:before {
  content: "\e60d";
}
.icon-uikit-settings:before {
  content: "\e60e";
}
.icon-uikit-star:before {
  content: "\e60f";
}
.icon-uikit-star-empty:before {
  content: "\e610";
}
.icon-uikit-star-half:before {
  content: "\e611";
}
.icon-uikit-wallet:before {
  content: "\e612";
}
.icon-uikit-work:before {
  content: "\e613";
}
.icon-uikit-work-alert:before {
  content: "\e614";
}
.icon-uikit-work-apply:before {
  content: "\e615";
}
.icon-uikit-upload:before {
  content: "\e904";
}
.icon-uikit-file-default:before {
  content: "\e905";
}
.icon-stetoscope:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-laptop:before {
  content: "\e90a";
}
.icon-glass:before {
  content: "\e90b";
}
.icon-handshake:before {
  content: "\e90c";
}
.icon-grape:before {
  content: "\e90d";
}
.icon-uikit-arrow-back:before {
  content: "\e5c4";
}
.icon-uikit-arrow-downward:before {
  content: "\e5db";
}
.icon-uikit-arrow-forward:before {
  content: "\e5c8";
}
.icon-uikit-arrow-upward:before {
  content: "\e5d8";
}
.icon-uikit-cv:before {
  content: "\e645";
}
.icon-uikit-close:before {
  content: "\e070";
}
.icon-uikit-wrong:before {
  content: "\e205";
}
.icon-conversation:before {
  content: "\e634";
}
.icon-thumbup:before {
  content: "\e633";
}
.icon-cycle:before {
  content: "\e631";
}
.icon-verified-user:before {
  content: "\e616";
}
.icon-users:before {
  content: "\e61b";
}
.icon-calendar-solid:before {
  content: "\e632";
}
.icon-add-user:before {
  content: "\e62f";
}
.icon-edu:before {
  content: "\f0d7";
}
.icon-bullhorn:before {
  content: "\e000";
}
.icon-buildings:before {
  content: "\e001";
}
.icon-growth:before {
  content: "\e002";
}
.icon-columns:before {
  content: "\f012";
}
.icon-padlock:before {
  content: "\e620";
}
.icon-check-circle:before {
  content: "\e003";
}
.icon-old-edit:before {
  content: "\e005";
}
.icon-loupe:before {
  content: "\e006";
}
.icon-home:before {
  content: "\e007";
}
.icon-star-circle:before {
  content: "\e008";
}
.icon-tick:before {
  content: "\e009";
}
.icon-reject:before {
  content: "\e00a";
}
.icon-warning:before {
  content: "\e00c";
}
.icon-info:before {
  content: "\e00d";
}
.icon-gift:before {
  content: "\e00f";
}
.icon-topic-read:before {
  content: "\e010";
}
.icon-print:before {
  content: "\e011";
}
.icon-add-circle:before {
  content: "\e012";
}
.icon-triangle-bottom:before {
  content: "\e015";
}
.icon-triangle-top:before {
  content: "\e016";
}
.icon-twitter:before {
  content: "\e017";
}
.icon-user:before {
  content: "\e018";
}
.icon-briefcase:before {
  content: "\e01a";
}
.icon-map-marker:before {
  content: "\e01b";
}
.icon-triangle-right:before {
  content: "\e01c";
}
.icon-triangle-left:before {
  content: "\e01d";
}
.icon-activity:before {
  content: "\e01e";
}
.icon-quote:before {
  content: "\e01f";
}
.icon-calendar:before {
  content: "\e021";
}
.icon-topic-unread:before {
  content: "\e022";
}
.icon-envelope:before {
  content: "\e023";
}
.icon-project:before {
  content: "\e024";
}
.icon-chat:before {
  content: "\e027";
}
.icon-image:before {
  content: "\e20e";
}
.icon-gear:before {
  content: "\e22e";
}
.icon-send-message:before {
  content: "\e23e";
}
.icon-check:before {
  content: "\e617";
}
.icon-file-ods:before {
  content: "\e624";
}
.icon-file-doc:before {
  content: "\e623";
}
.icon-file-xls:before {
  content: "\e622";
}
.icon-file-zip:before {
  content: "\e621";
}
.icon-file-ppt:before {
  content: "\e61f";
}
.icon-file-xml:before {
  content: "\e61e";
}
.icon-file-json:before {
  content: "\e61d";
}
.icon-file-attachment:before {
  content: "\e61c";
}
.icon-remove:before {
  content: "\e61a";
}
.icon-more:before {
  content: "\e618";
}
.icon-bin:before {
  content: "\e619";
}
.icon-file-pdf:before {
  content: "\e64e";
}
.icon-youtube:before {
  content: "\e70e";
}
.icon-remove-circle:before {
  content: "\e78e";
}
.icon-clock:before {
  content: "\f017";
}
.icon-download:before {
  content: "\f019";
}
.icon-share:before {
  content: "\f045";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-users-share:before {
  content: "\f0c0";
}
.icon-back:before {
  content: "\f112";
}
.icon-sad:before {
  content: "\f119";
}
.icon-pencil:before {
  content: "\e625";
}
.icon-minus-circle:before {
  content: "\e626";
}
.icon-plus-circle:before {
  content: "\e627";
}
.icon-facebook:before {
  content: "\e628";
}
.icon-linkedin:before {
  content: "\e629";
}
.icon-help:before {
  content: "\e62a";
}
.icon-switch:before {
  content: "\e62b";
}
.icon-google-plus:before {
  content: "\e63b";
}
.icon-forward:before {
  content: "\e63c";
}
.icon-star-soild:before {
  content: "\e63d";
}
.icon-star2:before {
  content: "\e63e";
}
.icon-hr-search:before {
  content: "\e63f";
}
.icon-flag:before {
  content: "\e640";
}
.icon-home-solid:before {
  content: "\e641";
}
.icon-ticket:before {
  content: "\e642";
}
.icon-rocket:before {
  content: "\e643";
}
.icon-globe:before {
  content: "\e644";
}
.icon-arrow-left:before {
  content: "\e630";
}
.icon-arrow-down:before {
  content: "\e62e";
}
.icon-arrow-up:before {
  content: "\e62d";
}
.icon-arrow-right:before {
  content: "\e62c";
}
.icon-feed:before {
  content: "\e63a";
}
.icon-profile:before {
  content: "\e639";
}
.icon-screen:before {
  content: "\e638";
}
.icon-download-solid:before {
  content: "\e637";
}
.icon-spinner:before {
  content: "\e636";
}
.icon-leaf:before {
  content: "\e635";
}
.icon-uikit-menu:before {
  content: "\e9bd";
}
.icon-uikit-menu2:before {
  content: "\e9be";
}
.icon-uikit-menu3:before {
  content: "\e9bf";
}
.icon-uikit-menu4:before {
  content: "\e9c0";
}
.icon-uikit-spam:before {
  content: "\e906";
}
.icon-uikit-received:before {
  content: "\e907";
}
.icon-uikit-person:before {
  content: "\e900";
}
.icon-uikit-chat:before {
  content: "\e901";
}
.icon-uikit-forward-:before {
  content: "\e660";
}
.icon-uikit-not-interested:before {
  content: "\e661";
}
.icon-uikit-reply:before {
  content: "\e662";
}
.icon-uikit-fullscreen:before {
  content: "\e65d";
}
.icon-uikit-zoom-in:before {
  content: "\e65e";
}
.icon-uikit-zoom-out:before {
  content: "\e65f";
}
.icon-uikit-gps:before {
  content: "\e658";
}
.icon-uikit-visibility:before {
  content: "\e655";
}
.icon-uikit-description:before {
  content: "\e649";
}
.icon-uikit-certificate:before {
  content: "\e64a";
}
.icon-uikit-book:before {
  content: "\e64b";
}
.icon-uikit-edit:before {
  content: "\e64c";
}
.icon-uikit-filter:before {
  content: "\e64d";
}
.icon-uikit-users:before {
  content: "\e64f";
}
.icon-uikit-user-add:before {
  content: "\e650";
}
.icon-uikit-website:before {
  content: "\e651";
}
.icon-uikit-school:before {
  content: "\e652";
}
.icon-uikit-star-alt:before {
  content: "\e653";
}
.icon-uikit-grid:before {
  content: "\e654";
}
.icon-uikit-camera:before {
  content: "\e646";
}
.icon-uikit-information:before {
  content: "\e647";
}
.icon-uikit-hrsearch:before {
  content: "\e648";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-uikit-deleted:before {
  content: "\e65a";
}
.icon-uikit-sent:before {
  content: "\e65c";
}
.icon-jobile-search:before {
  content: "\e95e";
}
.icon-jobile-report:before {
  content: "\e957";
}
.icon-jobile-picture:before {
  content: "\e92a";
}
.specialities-container {
  *zoom: 1;
}
.specialities-container:before,
.specialities-container:after {
  display: table;
  content: "";
}
.specialities-container:after {
  clear: both;
}
.specialities-container .add {
  font-size: 13px;
}
.specialities-container .speciality-set {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.specialities-container .speciality-set .selected-section {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e5e5e5;
  background-image: none;
  border-radius: 20px;
  border: 0 none;
  box-sizing: border-box;
  color: #474747;
  display: inline-block;
  line-height: 22px;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
  white-space: normal;
}
.specialities-container .speciality-set .selected-section [class*="bubble"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  background-image: none;
  border: 0 none;
  box-shadow: none;
  color: #474747;
  display: inline-block;
  float: none;
  padding: 4px 10px 4px 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.specialities-container .speciality-set .selected-section [class*="bubble"].bubble {
  max-width: 40%;
}
.specialities-container .speciality-set .selected-section [class*="bubble"].bubble-primary {
  box-shadow: none;
  max-width: 50%;
}
.specialities-container .speciality-set .selected-section .arrow {
  color: #474747;
  display: inline-block;
  float: none;
  font-size: 16px;
  margin: 2px 0;
  padding-right: 10px;
  vertical-align: top;
}
.specialities-container .speciality-set .selected-section .delete {
  color: #474747;
  display: inline-block;
  float: right;
  line-height: 18px;
  margin-left: 0;
  opacity: 0.3;
  padding-top: 5px;
  position: initial;
  vertical-align: middle;
}
.specialities-container .speciality-set .selected-section .delete:before {
  margin: 0;
}
.specialities-container .speciality-set .selected-section .delete:hover,
.specialities-container .speciality-set .selected-section .delete:active {
  opacity: 0.6;
  text-decoration: none;
}
.specialities-container .speciality-set .selected-section.hide {
  display: none;
}
.specialities-container .error > .pretty-select > ul {
  box-shadow: 0 0 6px #f44336;
}
.specialities-container .pretty-select ul {
  width: 234px;
  height: 205px;
}
.specialities-container .pretty-select.categories {
  margin-right: -1px;
}
.specialities-container .pretty-select.categories.loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.specialities-container .pretty-select.categories.loading ul > li {
  display: none;
}
.specialities-container .pretty-select.categories li {
  background-image: none !important;
  padding-right: 20px;
}
.specialities-container .pretty-select.categories li.selected,
.specialities-container .pretty-select.categories li.disabled {
  background-image: none;
}
.specialities-container .pretty-select.categories li:before {
  content: '\e608';
  float: right;
  font-family: 'uikit';
  margin-right: -15px;
}
.specialities-container .pretty-select.categories.selected li {
  background-image: none !important;
  color: #919191;
}
.specialities-container .pretty-select.categories.selected li.selected {
  color: #fff;
}
#specialities-modal {
  width: 590px !important;
}
@media print {
  body > .container {
    padding: 0 !important;
  }
  .main-header,
  .navbar-recruitment,
  .adminBox,
  #main-footer,
  .btn,
  .dropdown {
    display: none !important;
  }
}
.for-employers {
  display: inline-block;
  background-image: linear-gradient(to bottom, #268fe7, #1a7fe2);
  border: 0 none;
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  vertical-align: initial;
  font-size: 12px;
  line-height: 1.5;
  outline: 0;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  user-select: none;
}
.for-employers:hover {
  background-image: linear-gradient(to bottom, #1a7fe2, #268fe7);
  color: #fff;
}
.for-employers:visited {
  color: #fff;
}
.registerPage .for-employers {
  font-size: 13px;
  line-height: 1.2;
}
/* fix dla czcionek jeśli widzimy na mobile wersje desktop */
@media only screen and (max-device-width: 1024px) {
  body,
  body * {
    max-height: 100000000px;
  }
}
#facebook-login-modal {
  width: 700px;
  margin-left: -350px;
}
#facebook-login-modal .modal-body li {
  width: 49%;
  text-align: center;
  border-left: 1px solid #ddd;
  height: 105px;
}
#facebook-login-modal .modal-body li h3 {
  margin-top: 28px;
}
#facebook-login-modal .modal-body li:first-child {
  border: 0;
}
#facebook-login-modal .modal-footer .col {
  float: left;
  width: 50%;
}
#facebook-login-modal .modal-footer span {
  display: block;
  padding-top: 6px;
}
#user-limit-exceeded-modal,
#test-account-modal,
#apply-thanks-modal {
  width: 650px;
  margin-left: -325px;
}
#user-limit-exceeded-modal .modal-body,
#test-account-modal .modal-body,
#apply-thanks-modal .modal-body {
  margin: 20px auto 0;
  padding: 10px 15px 20px;
}
#user-limit-exceeded-modal .modal-body .modal-text,
#test-account-modal .modal-body .modal-text,
#apply-thanks-modal .modal-body .modal-text {
  text-align: center;
}
#user-limit-exceeded-modal .modal-body .modal-text p,
#test-account-modal .modal-body .modal-text p,
#apply-thanks-modal .modal-body .modal-text p {
  color: #444;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  width: auto;
}
#user-limit-exceeded-modal .modal-body .modal-text p.header-text,
#test-account-modal .modal-body .modal-text p.header-text,
#apply-thanks-modal .modal-body .modal-text p.header-text {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 30px;
}
#apply-thanks-modal .modal-header .close {
  display: none;
}
#apply-thanks-modal .control-group {
  margin-top: 25px;
  text-align: left;
}
#apply-thanks-modal .control-group .control-label {
  font-weight: bold;
  width: 260px;
}
#apply-thanks-modal .control-group .controls {
  margin-left: 200px;
}
#apply-thanks-modal .control-group .controls .help-icon {
  margin-top: 18px;
}
#offer-has-expired-modal {
  border: 10px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  color: #595959;
  text-align: center;
  width: 458px;
}
#offer-has-expired-modal .modal-header {
  display: none;
}
#offer-has-expired-modal .modal-body {
  clear: both;
  padding: 0;
}
#offer-has-expired-modal .modal-body .modal-text img {
  margin: 34px auto 31px;
}
#offer-has-expired-modal .modal-body .modal-text h1 {
  border-bottom: 1px dotted #b2b2b2;
  color: #d8001f;
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto 18px;
  padding: 0 0 31px;
}
#offer-has-expired-modal .modal-body .modal-text h2 {
  color: #777;
  font-size: 16px;
  font-weight: normal;
  padding: 13px 0 25px;
  text-align: center;
}
#offer-has-expired-modal .modal-body .modal-text h2 a {
  color: #3886a6;
  font-weight: normal;
  text-decoration: underline;
}
#offer-has-expired-modal .modal-body .modal-text h2 a:hover {
  text-decoration: none;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification {
  border-top: 1px dotted #b2b2b2;
  color: #777;
  font-size: 14px;
  padding: 30px 0 0;
  position: relative;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification span {
  background: #fff;
  color: #888;
  display: block;
  font-size: 12px;
  left: 214px;
  position: absolute;
  top: -8px;
  width: 30px;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification p {
  line-height: 27px;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification .mail-notification-area {
  margin: 28px auto 0;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification .mail-notification-area input[type="text"] {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px #eeeeee inset;
  color: #9999BB;
  height: 38px;
  padding: 0 12px;
  vertical-align: top;
  width: 221px;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification .mail-notification-area button {
  font-size: 14px;
  padding: 10px 12px;
  width: 135px;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification .mail-notification-area button .icon-right-arrow:before {
  color: #555;
  margin: 0 0 0 3px;
  -webkit-font-smoothing: antialiased;
  content: "\e020";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#offer-has-expired-modal .modal-body .modal-text .mail-notification .mail-notification-area button.btn-primary:hover .icon-right-arrow:before {
  color: #a87d51;
}
#add-offer-modal {
  width: 645px;
}
#add-offer-modal .modal-header {
  padding: 12px 20px;
}
#add-offer-modal .modal-body {
  clear: both;
  padding: 12px 60px 31px;
}
#add-offer-modal .modal-body .pull-right {
  margin: 0 12px 0 0;
  text-align: center;
}
#add-offer-modal .modal-body .pull-right p {
  font-size: 22px;
  line-height: 30px;
  margin: 68px 0 21px;
}
#add-offer-modal .modal-body .pull-right a {
  font-size: 16px;
  padding: 15px 35px;
}
#add-offer-modal .modal-footer form {
  margin: 0;
}
#add-offer-modal .modal-footer form p {
  color: #555;
  font-size: 13px;
  text-align: left;
}
#add-offer-modal .modal-footer form input {
  margin: 1px 8px 0 3px;
  vertical-align: top;
}
#after-add-modal {
  color: #333;
  width: 610px;
}
#after-add-modal .modal-body {
  margin: 20px 0;
  padding: 15px 30px;
}
#after-add-modal .modal-body .pull-left {
  width: 120px;
}
#after-add-modal .modal-body .pull-left i {
  display: block;
  height: 120px;
  width: 120px;
  color: #1a7cd1;
}
#after-add-modal .modal-body .pull-left i:before {
  -webkit-font-smoothing: antialiased;
  content: "\e00d";
  font-family: 'uikit', 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 120px;
  line-height: 120px;
}
#after-add-modal .modal-body .pull-right {
  margin: 7px 0 0;
}
#after-add-modal .modal-body .pull-right p {
  font-size: 16px;
  margin: 0 0 18px;
}
#after-add-modal .modal-body .pull-right ul {
  font-size: 14px;
  margin: 0 0 9px 17px;
}
#after-add-modal .modal-body .pull-right ul li {
  line-height: 26px;
}
.register-form {
  width: 100%;
}
.register-form .btn-fb {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
.register-form .btn-fb.btn-huge {
  padding: 16px 0 !important;
}
.register-form .separator {
  text-align: center;
  background-color: #ccc;
  height: 1px;
  margin: 25px 0;
}
.register-form .separator span {
  background: #fff;
  color: #919191;
  padding: 5px;
  position: relative;
  top: -9px;
}
.register-form .form-group {
  margin-bottom: 9px;
}
.register-form .form-group + .form-group + .form-group {
  margin-bottom: 0;
}
.register-form .name .form-group {
  float: left;
  width: 48%;
}
.register-form .name .form-group + .form-group {
  float: right;
}
.register-form h4 {
  text-align: center;
  font-size: 18px;
  color: #474747;
  padding-bottom: 20px;
}
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"] {
  box-sizing: border-box;
  height: 40px;
  line-height: 18px;
  padding: 10px;
  width: 100%;
}
.register-form input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
}
.register-form label {
  box-sizing: border-box;
  color: #919191;
  display: inline-block;
  font-size: 13px;
  padding-left: 7px;
  padding-top: 2px;
  width: 100%;
}
.register-form label.checkbox {
  padding-left: 18px;
}
.register-form .submit-section p {
  display: none;
}
.register-form .submit-section button[type="submit"] {
  color: #996533;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  padding: 20px 0;
  width: 100%;
}
.register-form .terms {
  position: relative;
}
.register-form .terms .tooltip {
  background: #fef9ea;
  bottom: 20px;
  border: #e5e5e5 solid 1px;
  color: #6e6e6e;
  left: -220px;
  opacity: 1;
  padding: 10px;
  width: 500px;
}
.register-form .terms:hover .tooltip {
  display: block;
}
#register-modal .register-form .submit-section {
  padding: 20px 0 30px;
}
#register-modal .register-form .submit-section p {
  display: block;
  margin: 15px 0 0;
}
#register-modal .register-form .submit-section button[type="submit"] {
  float: right;
  width: inherit;
  margin-top: 0;
  padding: 20px 30px;
}
#register-modal .terms .tooltip,
.registration-step .terms .tooltip {
  bottom: 40px;
}
#facebook-auto-login-modal {
  z-index: 9999;
}
#facebook-auto-login-modal .modal-body {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#facebook-auto-login-modal .modal-body .fb-avatar-wrapper {
  margin-bottom: 20px;
}
#facebook-auto-login-modal .modal-body .fb-content-wrapper .title {
  margin-bottom: 10px;
}
#facebook-auto-login-modal .modal-body .fb-content-wrapper p {
  color: #919191;
  font-size: 14px;
}
#facebook-auto-login-modal .not-now {
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  #facebook-auto-login-modal .modal-body {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
  #facebook-auto-login-modal .modal-body .fb-avatar-wrapper {
    flex: 0 0 100px;
  }
  #facebook-auto-login-modal .modal-body .fb-content-wrapper {
    flex: 0 1 100%;
  }
  #facebook-auto-login-modal .not-now {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}
/* klasa pomocnicza do wzmacniania styli buttonow GL na potrzeby ogloszen z Jobile */
.btn-primary-default {
  background-color: #ffc53f !important;
  background-image: -moz-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: -ms-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb48), to(#ffbd32)) !important;
  background-image: -webkit-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: -o-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-repeat: repeat-x !important;
  color: #7d5e00;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: none;
}
.symfony .dropdown-menu {
  margin: 1px 0 0;
}
.symfony li {
  background-image: none;
  padding-left: 0;
}
.symfony .clearfix,
.symfony .firm-profile-box .dl-horizontal dd,
.symfony .firm-profile-box .container,
.symfony .firm-profile-box .container-fluid,
.symfony .firm-profile-box .row,
.symfony .firm-profile-box .form-horizontal .form-group,
.symfony .firm-profile-box .btn-toolbar,
.symfony .firm-profile-box .btn-group-vertical > .btn-group,
.symfony .firm-profile-box .nav,
.symfony .firm-profile-box .navbar,
.symfony .firm-profile-box .navbar-header,
.symfony .firm-profile-box .navbar-collapse,
.symfony .firm-profile-box .pager,
.symfony .firm-profile-box .panel-body,
.symfony .firm-profile-box .modal-header,
.symfony .firm-profile-box .modal-footer {
  *zoom: 1;
}
.symfony .clearfix:before,
.symfony .clearfix:after,
.symfony .firm-profile-box .dl-horizontal dd:before,
.symfony .firm-profile-box .dl-horizontal dd:after,
.symfony .firm-profile-box .container:before,
.symfony .firm-profile-box .container:after,
.symfony .firm-profile-box .container-fluid:before,
.symfony .firm-profile-box .container-fluid:after,
.symfony .firm-profile-box .row:before,
.symfony .firm-profile-box .row:after,
.symfony .firm-profile-box .form-horizontal .form-group:before,
.symfony .firm-profile-box .form-horizontal .form-group:after,
.symfony .firm-profile-box .btn-toolbar:before,
.symfony .firm-profile-box .btn-toolbar:after,
.symfony .firm-profile-box .btn-group-vertical > .btn-group:before,
.symfony .firm-profile-box .btn-group-vertical > .btn-group:after,
.symfony .firm-profile-box .nav:before,
.symfony .firm-profile-box .nav:after,
.symfony .firm-profile-box .navbar:before,
.symfony .firm-profile-box .navbar:after,
.symfony .firm-profile-box .navbar-header:before,
.symfony .firm-profile-box .navbar-header:after,
.symfony .firm-profile-box .navbar-collapse:before,
.symfony .firm-profile-box .navbar-collapse:after,
.symfony .firm-profile-box .pager:before,
.symfony .firm-profile-box .pager:after,
.symfony .firm-profile-box .panel-body:before,
.symfony .firm-profile-box .panel-body:after,
.symfony .firm-profile-box .modal-header:before,
.symfony .firm-profile-box .modal-header:after,
.symfony .firm-profile-box .modal-footer:before,
.symfony .firm-profile-box .modal-footer:after {
  display: table;
  content: "";
}
.symfony .clearfix:after,
.symfony .firm-profile-box .dl-horizontal dd:after,
.symfony .firm-profile-box .container:after,
.symfony .firm-profile-box .container-fluid:after,
.symfony .firm-profile-box .row:after,
.symfony .firm-profile-box .form-horizontal .form-group:after,
.symfony .firm-profile-box .btn-toolbar:after,
.symfony .firm-profile-box .btn-group-vertical > .btn-group:after,
.symfony .firm-profile-box .nav:after,
.symfony .firm-profile-box .navbar:after,
.symfony .firm-profile-box .navbar-header:after,
.symfony .firm-profile-box .navbar-collapse:after,
.symfony .firm-profile-box .pager:after,
.symfony .firm-profile-box .panel-body:after,
.symfony .firm-profile-box .modal-header:after,
.symfony .firm-profile-box .modal-footer:after {
  clear: both;
}
.stars-rating {
  float: left;
}
.stars-rating .stars-rate {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: top;
}
.stars-rating .stars-rate .stars-full,
.stars-rating .stars-rate .stars-empty {
  font-size: 0;
  white-space: nowrap;
}
.stars-rating .stars-rate .stars-full i,
.stars-rating .stars-rate .stars-empty i {
  font-style: normal;
}
.stars-rating .stars-rate .stars-full i:before,
.stars-rating .stars-rate .stars-empty i:before {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.stars-rating .stars-rate .stars-full {
  color: #fec152;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.stars-rating .stars-rate .stars-empty {
  color: #e5e5e5;
  width: 100%;
}
.stars-rating .rating {
  display: inline-block;
  line-height: 24px;
  margin: 0 3px;
  vertical-align: top;
}
.overall .stars-rate {
  display: block;
  margin-bottom: 5px;
}
.overall .stars-rate .stars-full i,
.overall .stars-rate .stars-empty i {
  font-size: 18px;
}
.firm-rate h4 {
  color: #474747;
  margin: 0 0 9px;
}
.firm-rate .pros > li,
.firm-rate .cons > li {
  color: #919191;
}
.firm-rate .pros > li,
.firm-rate .cons > li,
.firm-rate .pros > li::before,
.firm-rate .cons > li::before {
  font-size: 12px;
}
.firm-rate .pros li::before {
  color: #4caf50;
}
.firm-rate .cons li::before {
  color: #f44336;
}
.firm-meta-info {
  color: #888;
  font-size: 12px;
  margin-bottom: 20px;
}
.firm-meta-info a {
  color: #1a7cd1;
}
.firm-meta-info .firm-intro {
  display: block;
  margin-top: 20px;
}
.firm-meta-info .firm-intro > div {
  display: table-cell;
  vertical-align: top;
}
.firm-meta-info .firm-intro > div.logo {
  width: 60px;
}
.firm-meta-info .firm-intro > div.logo .logo-link {
  display: block;
  max-height: 45px;
  max-width: 45px;
}
.firm-meta-info .firm-intro > div.details h3 {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 7px;
}
.firm-meta-info .firm-intro > div.details .description {
  margin: 2px 0 0;
}
.firm-meta-info .firm-intro > div.details .no-description {
  margin: 8px 0 0;
}
.firm-meta-info .firm-intro > div.details .links {
  margin: 19px 0 9px;
}
.firm-meta-info .firm-intro > div.details .links .btn {
  color: #555;
  margin: 0 14px 0 0;
}
.firm-meta-info .firm-intro > div.details .links .show-profile:hover {
  text-decoration: none;
}
.firm-meta-info .firm-intro > div.details .links .show-profile:hover span {
  text-decoration: underline;
}
.firm-meta-info .firm-summary {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 11px 0;
  padding: 14px 0 0;
}
.firm-meta-info .firm-summary .firm-summary-row {
  display: table-row;
}
.firm-meta-info .firm-summary .firm-summary-row div {
  display: table-cell;
  padding: 0 0 5px;
  vertical-align: top;
}
.firm-meta-info .firm-summary .firm-summary-row div.label {
  width: 88px;
}
.firm-meta-info .firm-summary .firm-summary-row div .firm-page {
  display: block;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firm-meta-info .firm-rate {
  margin: 19px 0 0;
}
.firm-meta-info .firm-friends-in {
  width: 276px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #ebebeb;
  display: block;
  margin: 20px 0 0;
  padding: 10px 10px 0;
}
.firm-meta-info .firm-friends-in .avatars {
  float: left;
}
.firm-meta-info .firm-friends-in .avatars a {
  display: block;
  float: left;
  margin: 0 2px 0 0;
}
.firm-meta-info .firm-friends-in .text {
  float: left;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.firm-meta-info .firm-friends-in .text a {
  font-size: 14px;
  line-height: 21px;
}
.firm-meta-info .more-offers {
  display: block;
  font-size: 13px;
  margin: 17px 0 0;
}
.firm-meta-info .more-offers span {
  font-weight: bold;
}
.tooltip.left,
.tooltip.right {
  width: auto;
}
ul.offers {
  color: #6e6e6e;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  margin: 26px auto 0;
  overflow: hidden;
  width: 100%;
}
ul.offers .offer {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  border: #ccc solid 1px;
  box-sizing: border-box;
  float: left;
  margin: 10px;
  width: 306px;
}
ul.offers .offer .offer-main {
  background-color: #f3f3f3;
  border-radius: 5px 5px 0 0;
  padding: 20px 20px 0;
}
ul.offers .offer .offer-main p,
ul.offers .offer .offer-main h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.offers .offer .offer-main p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  margin-left: 55px;
  margin-right: 0;
  margin-top: 0;
  max-width: 205px;
}
ul.offers .offer .offer-main .logo {
  margin: 0 15px 0 0;
  width: 40px;
}
ul.offers .offer .offer-main .offer-title {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  vertical-align: top;
  width: 205px;
}
ul.offers .offer .offer-main .offer-company {
  font-weight: bold;
}
ul.offers .offer .offer-main .offer-company a {
  color: #f3f3f3;
}
ul.offers .offer .offer-main .offer-location {
  color: #919191;
}
ul.offers .offer .skills {
  background-color: #f3f3f3;
  overflow: hidden;
  padding: 20px 20px 0;
}
ul.offers .offer .skills .skill {
  background-color: #fff;
  border-radius: 50px;
  border: #ccc solid 1px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  vertical-align: baseline;
  white-space: nowrap;
}
ul.offers .offer .skills .expired-offer .offers .offer .skills {
  height: 65px;
  overflow: hidden;
}
ul.offers .offer .offer-footer {
  text-align: center;
  background-color: #f3f3f3;
  padding: 20px;
}
ul.offers .offer .firm-rate {
  text-align: left;
  border-top: #ccc solid 1px;
  padding: 20px;
}
ul.offers .offer .firm-rate.empty {
  text-align: center;
}
ul.offers .offer .firm-rate.empty h4 {
  margin: 0;
}
ul.offers .offer:hover .offer-footer a {
  background-color: #fed662;
  background-image: -moz-linear-gradient(top, #fee072, #ffc64a);
  background-image: -ms-linear-gradient(top, #fee072, #ffc64a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee072), to(#ffc64a));
  background-image: -webkit-linear-gradient(top, #fee072, #ffc64a);
  background-image: -o-linear-gradient(top, #fee072, #ffc64a);
  background-image: linear-gradient(top, #fee072, #ffc64a);
  background-repeat: repeat-x;
  border-color: #f5b74d #e5a73e #d79930;
  color: #474747;
}
ul.offers .more {
  float: right;
  margin: 16px 4px 15px 0;
}
ul.offers ul {
  margin: 0;
}
.main-header {
  font-family: Lato, sans-serif;
}
.main-header.navbar-gp {
  background-color: #eae6dd;
}
.main-header.navbar-gp .gp-logo {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}
.main-header.navbar-gp .gp-logo img {
  width: 190px;
  height: 28px;
  display: block;
}
.main-header .notices .notice .icon-info {
  line-height: 24px;
  margin: 8px 0;
}
.main-header .notices .notice strong {
  font-weight: normal;
  padding: 0;
}
.main-header .notices .notice .links a {
  color: inherit;
  font-weight: normal;
  padding: 0;
  text-decoration: underline;
}
.main-header .notices .notice .close {
  margin-right: 10px;
}
.main-header .notices .notice p {
  text-align: left;
  height: inherit;
  line-height: 24px;
  overflow: visible;
}
.main-header .notices .notice p .btn {
  background-color: #f3f3f3;
  background-image: none;
  color: #474747;
}
.main-header .notices .notice p .btn.btn-sm {
  padding: 7px 10px;
}
.main-header .btn-primary {
  background-color: #ffc53f !important;
  background-image: -moz-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: -ms-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb48), to(#ffbd32)) !important;
  background-image: -webkit-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: -o-linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-image: linear-gradient(top, #ffcb48, #ffbd32) !important;
  background-repeat: repeat-x !important;
  color: #7d5e00;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: none;
}
.employers-tab {
  display: none;
}
.topWrapper > .paddingBottom {
  margin-top: 20px;
}
.topWrapper .paddingBottom > .container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
body:not(.branding-offer) {
  background-color: #fff !important;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  color: #6e6e6e !important;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0 !important;
  padding-top: 55px !important;
  text-align: left !important;
}
.branding-offer {
  /*
        Zmniejszenie minimalnej szerokości ogloszenia (globalnie dla body
        jest zdefiniowane na 980px) - lwia cześć ogloszeń wizerunkowych
        mieści się w zakresie 680-740px. Dla ustawionej 980px .employer-profile-box
        responsive nie wygladal zadowalajaco. W przypadku odpalenia pełnego responsive,
        zmieniać tutaj ;)
    */
  min-width: 768px;
}
.branding-offer > :not([id^=main]):not([id^=container]) a,
.branding-offer > :not([id^=main]):not([id^=container]) li,
.branding-offer > :not([id^=main]):not([id^=container]) .btn {
  font-family: Lato, sans-serif;
  text-decoration: none;
}
.branding-offer > :not([id^=main]):not([id^=container]):not(.main-header) a:not(.btn) {
  color: #1a7cd1;
}
.branding-offer #login-modal h3 {
  text-align: left !important;
}
.branding-offer #login-modal form {
  margin: 0 !important;
}
.branding-offer .modal .tooltip {
  margin-right: 0 !important;
}
.branding-offer .modal a:not(.btn-facebook) {
  color: #1a7cd1 !important;
  cursor: pointer !important;
  font-weight: normal !important;
}
.branding-offer .modal a:not(.btn-facebook):hover {
  text-decoration: underline !important;
}
.branding-offer .symfony.main-header {
  top: 0;
}
.branding-offer .symfony.main-header ul {
  font-weight: 700;
  list-style: none;
}
.branding-offer #offer_header {
  height: 89px;
  margin-top: -55px;
}
.branding-offer #offer_header > div {
  border-bottom: 1px solid #ccc;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 50px;
  width: 100%;
  z-index: 1000;
}
.branding-offer #offer_header > div > div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.branding-offer #offer_header > div > div a,
.branding-offer #offer_header > div > div strong,
.branding-offer #offer_header > div > div .icon-arrow-right {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.branding-offer #offer_header.breadcrumbs {
  padding: 0;
}
.branding-offer #offer_header.breadcrumbs > div {
  background-color: #fff;
  padding: 10px 0;
}
.branding-offer #offer_header + header {
  background: none;
  height: auto;
  position: static;
}
.branding-offer #employerProfileBox,
.branding-offer #show {
  top: 84px !important;
}
.branding-offer #employerProfileBox a,
.branding-offer #show a {
  color: #1a7cd1 !important;
}
.branding-offer .employer-profile-box {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  line-height: 18px;
  z-index: 1001;
}
@media (min-width: 979px) {
  .branding-offer .employer-profile-box {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 50px;
    width: 320px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .branding-offer .employer-profile-box.mysticky {
    max-height: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.branding-offer .employer-profile-box .employer-profile-box__body {
  padding: 20px 15px 15px;
}
.branding-offer .employer-profile-box .firm-summary-row > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 13px;
  width: 120px;
}
.branding-offer .employer-profile-box .firm-info-short .firm-logo {
  float: left;
  margin-right: 10px;
}
.branding-offer .employer-profile-box .firm-info-short .firm-meta {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.branding-offer .employer-profile-box .firm-info-short .firm-meta .firm-name {
  color: #474747 !important;
  font-size: 14px;
  font-weight: bold;
}
.branding-offer .employer-profile-box .job-ad-info__item {
  background: #f6f6f6;
  border-bottom: 2px solid #fff;
  padding: 15px;
}
.branding-offer .employer-profile-box .job-ad-info__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.branding-offer .employer-profile-box .job-ad-info__item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.branding-offer .employer-profile-box .work-label {
  display: inline-block;
  border-radius: 3px;
  background: #333;
  padding: 3px 5px;
  color: #fff;
  margin: 0 0 5px 5px;
}
.branding-offer .employer-profile-box .work-label:first-child {
  margin: 0;
}
.branding-offer .employer-profile-box .work-label--blue {
  background-color: #0e4888;
}
.branding-offer .employer-profile-box .work-label--green {
  background-color: #56c7c0;
}
.branding-offer .employer-profile-box .job-ad-position {
  color: #474747 !important;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.46px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: static;
}
.branding-offer .employer-profile-box .job-ad-date {
  color: #919191 !important;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 1.54;
  margin: 0 0 15px;
  padding: 0;
}
.branding-offer .employer-profile-box .job-ad-city,
.branding-offer .employer-profile-box .job-ad-regions,
.branding-offer .employer-profile-box .job-ad-salary {
  color: #474747 !important;
  font-size: 14px;
  margin: 0 0 2px;
  padding: 0;
}
.branding-offer .employer-profile-box .section-with-icon {
  padding-left: 30px;
  position: relative;
}
.branding-offer .employer-profile-box .section-with-icon [class*="icon-"] {
  left: 0;
  position: absolute;
  top: 0;
}
.branding-offer .employer-profile-box .cta {
  margin-bottom: 0;
}
.branding-offer .employer-profile-box .cta .btn-primary {
  background: #ffc530;
  border: none;
  box-shadow: none;
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 48px;
  margin: 15px 0 10px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all ease-in 0.2s;
}
.branding-offer .employer-profile-box .cta .btn-primary:hover {
  background: #ffd758;
}
.branding-offer .employer-profile-box a {
  font-weight: normal;
}
.branding-offer .employer-profile-box p {
  margin-top: 0;
}
.branding-offer .employer-profile-box ul {
  margin: 0 0 10px 0;
}
.branding-offer .employer-profile-box ul li {
  background: none;
  list-style: none;
  padding: 0;
}
.branding-offer .employer-profile-box img {
  max-width: 100%;
}
.branding-offer .employer-profile-box .expiring-apply-box {
  box-sizing: border-box;
  color: #f44336;
  font-size: 14px;
  letter-spacing: 0.27px;
  text-align: center;
}
.branding-offer .employer-profile-box .expiring-apply-box .main-info {
  font-weight: bold;
}
.branding-offer .employer-profile-box .expiring-apply-box p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#offer-dock {
  width: auto;
  height: auto;
  text-align: left;
  background: #fff;
  border: 0;
  font-family: Lato, sans-serif;
  line-height: 1em;
}
#offer-dock .apply-bar {
  background-color: rgba(242, 242, 242, 0.9);
  background-image: -moz-linear-gradient(top, rgba(247, 247, 247, 0.9), rgba(235, 235, 235, 0.9));
  background-image: -ms-linear-gradient(top, rgba(247, 247, 247, 0.9), rgba(235, 235, 235, 0.9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(247, 247, 247, 0.9)), to(rgba(235, 235, 235, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.9), rgba(235, 235, 235, 0.9));
  background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0.9), rgba(235, 235, 235, 0.9));
  background-image: linear-gradient(top, rgba(247, 247, 247, 0.9), rgba(235, 235, 235, 0.9));
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .25), inset 0 1px 0 #fff;
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .25), inset 0 1px 0 #fff;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, .25), inset 0 1px 0 #fff;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 1002;
}
#offer-dock .apply-bar small {
  color: #6e6e6e;
  display: block;
  font-size: 10px;
  margin-top: 15px;
  text-shadow: 0 1px 0 #fff;
}
#offer-dock .apply-bar .apply-button-container {
  display: inline-block;
  position: relative;
}
#offer-dock .apply-bar .apply-button-container .apply-tip {
  -moz-animation: 3s ease 0s infinite bounce;
  -o-animation: 3s ease 0s infinite bounce;
  -webkit-animation: 3s ease 0s infinite bounce;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
  animation: 3s ease 0s infinite bounce;
  background-color: #67b5e5;
  border-radius: 5px;
  color: #fff;
  left: 210px;
  line-height: 1.3em;
  padding: 7px 15px;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  top: -2px;
  white-space: nowrap;
}
#offer-dock .apply-bar .apply-button-container .apply-tip .count {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 3px;
  color: #67b5e5;
  padding: 2px 4px;
  text-shadow: none;
}
#offer-dock .apply-bar .apply-button-container .apply-tip:before {
  width: 0;
  height: 0;
  border-color: transparent #67b5e5 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  content: '';
  left: -8px;
  position: absolute;
  top: 15px;
}
#offer-dock .promoted-job-ads {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  width: 660px;
}
#offer-dock .promoted-job-ads label.checkbox {
  color: #6e6e6e;
  font-size: 10px;
  margin-bottom: 20px;
}
#offer-dock .promoted-job-ads .quick-job-ad h2 {
  color: #474747 !important;
}
#offer-dock .promoted-job-ads ul {
  margin: 0;
}
#offer-dock .promoted-job-ads li {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin: 0 0 20px;
  padding: 0 10px 0 50px;
  position: relative;
  vertical-align: top;
  width: 33.33%;
}
#offer-dock .promoted-job-ads li [class*=thumb] {
  left: 0;
  position: absolute;
  top: 0;
}
#offer-dock .promoted-job-ads li .extra {
  color: #919191;
  font-size: 11px;
  margin-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#offer-dock .promoted-job-ads li .salary {
  color: #4caf50;
}
#offer-dock .promoted-job-ads li .super-offer {
  color: #6e6e6e !important;
}
#offer-dock .promoted-job-ads a {
  color: #1a7cd1;
  font-size: 13px;
  font-weight: normal;
}
#offer-dock .promoted-job-ads a.more {
  font-size: 11px;
}
.navigation-bar {
  border-color: #ccc;
  border-radius: 8px;
  border: #ccc solid 1px;
  box-sizing: border-box;
  margin: 20px auto;
}
.navigation-bar .btn-group {
  margin: -1px;
}
.navigation-bar .btn-group .btn:last-child:not(:only-child) {
  border-radius: 0;
}
.navigation-bar .btn-group .btn:only-child {
  border-radius: 8px 0 0 8px;
}
.navigation-bar .btn-group .btn:hover {
  background-color: #fff;
  background-image: none;
}
.navigation-bar .btn-group .btn.active {
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #444, #555);
  background-image: -ms-linear-gradient(top, #444, #555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#555));
  background-image: -webkit-linear-gradient(top, #444, #555);
  background-image: -o-linear-gradient(top, #444, #555);
  background-image: linear-gradient(top, #444, #555);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .3), inset 0 6px 6px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .3), inset 0 6px 6px rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .3), inset 0 6px 6px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: none;
  top: 0;
}
div.boxImp h2 {
  background-color: #f3f8ff;
  color: #222;
}
div.box h4,
div.boxPlain h4 {
  color: #222;
}
.group .jobOffers h4 {
  margin: 10px 0;
}
#main-footer {
  margin-top: 0;
}
#main-footer .list-unstyled {
  margin-left: 0 !important;
}
#main-footer .list-unstyled,
#main-footer .list-unstyled li {
  list-style: none !important;
}
#main-footer * {
  color: #6e6e6e;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#main-footer nav a {
  color: #1a7cd1;
  font-weight: normal;
  text-decoration: none;
}
#main-footer nav a:hover,
#main-footer nav a:focus {
  color: #4ea1e9;
  text-decoration: underline;
}
.firm-info {
  background: #f3f3f3;
  padding: 20px 0;
}
.firm-info .wrap {
  background: #fff;
  margin: 0 auto 20px;
  padding: 20px;
  width: 800px;
}
.firm-info .wrap .title:not(:first-child) {
  margin-top: 40px;
}
.firm-info .wrap .about {
  margin-top: 20px;
  min-height: 140px;
  padding-left: 160px;
  position: relative;
}
.firm-info .wrap .about .logo {
  left: 0;
  position: absolute;
  top: 0;
}
.firm-info .wrap .about .firm-name {
  font-size: 24px;
  margin-bottom: 20px;
}
.firm-info .wrap .gallery {
  font-size: 0;
  margin-top: 20px;
  position: relative;
}
.firm-info .wrap .gallery > a {
  height: 140px;
  margin-left: 2%;
  width: 32%;
}
.firm-info .wrap .gallery > a.all {
  color: #fff !important;
  font-size: 14px;
  line-height: 140px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 32%;
}
.firm-info .wrap .gallery > a,
.firm-info .wrap .gallery > a:before,
.firm-info .wrap .gallery > a img {
  border-radius: 0;
}
.firm-info .wrap .gallery > a:first-child {
  margin-left: 0;
}
.firm-info .wrap .gallery > a:nth-child(3):before {
  background: #222;
  opacity: 0.75;
}
.firm-info .wrap .firm-rating {
  border-radius: 10px;
  border: #e5e5e5 solid 1px;
  color: inherit;
  display: block;
  margin: 20px auto 0;
  padding: 20px;
  width: 980px;
}
.firm-info .wrap .firm-rating,
.firm-info .wrap .firm-rating * {
  box-sizing: border-box;
}
.firm-info .wrap .firm-rating .col {
  display: inline-block;
  width: 20%;
}
.firm-info .wrap .firm-rating .col .title {
  font-weight: normal;
  margin-bottom: 5px;
}
.firm-info .wrap .firm-rating:hover,
.firm-info .wrap .firm-rating:focus {
  color: inherit;
}
.firm-info .wrap .firm-rating:not([href]) {
  cursor: default;
}
.firm-info .wrap .firm-rating {
  border: 0;
  color: inherit !important;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.firm-info .wrap .firm-rating .title {
  color: #1a7cd1;
}
.firm-info .wrap .reviews-tip {
  background: #f3f8ff;
  border: #f3f3f3 solid 1px;
  padding: 10px;
}
.firm-info .wrap .reviews .review {
  color: #919191;
  overflow: visible;
}
.firm-info .wrap .reviews .review .mark {
  font-size: 14px;
}
.firm-info .wrap .reviews .review .mark li {
  font-size: 14px;
  margin: 0 0 5px;
  padding-left: 25px;
  position: relative;
}
.firm-info .wrap .reviews .review .mark li:before {
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}
.firm-info .wrap .reviews .review .mark .pro:before {
  -webkit-font-smoothing: antialiased;
  content: "\e610";
  font-family: 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #4caf50;
}
.firm-info .wrap .reviews .review .mark .con:before {
  -webkit-font-smoothing: antialiased;
  content: "\e60f";
  font-family: 'icons_gl';
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #f44336;
}
.firm-info .wrap .reviews .review .media-heading {
  color: #6e6e6e;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 190px 30px 70px;
}
.firm-info .wrap .reviews .review .media-heading .author {
  color: #919191;
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
}
.firm-info .wrap .reviews .review .media-heading .author a {
  font-weight: normal;
}
.firm-info .wrap .reviews .review .media-body .rank-overall {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 22px;
  top: 20px;
}
.firm-info .wrap .reviews .review .media-body .rank-overall .rating {
  color: #919191;
  display: inline-block;
  font-size: 16px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed {
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 9;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .show {
  float: right;
  width: 16px;
  height: 16px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: block;
  line-height: 16px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars {
  background: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  list-style: none;
  margin: 26px 0 0;
  padding: 10px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars:before {
  border-bottom: 7px solid #e5e5e5;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 20px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 21px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars li {
  margin-top: 10px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars li:first-child {
  margin: 0;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars li .stars-rating {
  float: none;
  margin: 0;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed .stars li .stars-rating .stars-rate {
  font-size: 15px;
  line-height: 15px;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed:hover {
  z-index: 10;
}
.firm-info .wrap .reviews .review .media-body .rank-detailed:hover .stars {
  display: block;
}
.firm-info .wrap .reviews .review .media-body .mark {
  font-size: 13px;
  margin-bottom: 30px;
}
.firm-info .wrap .reviews .review .media-body .mark .col {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.firm-info .wrap .reviews .review .media-body .mark .col:first-child {
  padding-right: 15px;
}
.firm-info .wrap .reviews .review .media-body .mark .col:last-child {
  padding-left: 15px;
}
.firm-info .wrap .reviews .review .media-body .control-label {
  color: #6e6e6e;
}
.firm-info .wrap .reviews .review .media-body .control-label:first-child {
  padding-top: 0;
}
.firm-info .wrap .reviews .review .media-body .tips {
  clear: both;
}
.firm-info .wrap .reviews .review .media-body .tips .control-label + p {
  color: #6e6e6e;
  font-size: 14px;
  font-style: italic;
}
.firm-info .wrap .reviews .review .media-footer {
  margin-left: 0;
  padding-top: 5px;
}
.firm-info .wrap .reviews .review .media-footer .review-highlight {
  display: inline-block;
  margin: 0;
}
.firm-info .wrap .reviews .review .media-footer .review-highlight a {
  border-left: #e5e5e5 solid 1px;
  margin-left: 5px;
  padding-left: 5px;
}
.firm-info .wrap .reviews .review .newComments {
  margin-left: 0;
}
.firm-info .wrap .reviews .review .newComments .comment .meta {
  line-height: 1.4;
}
.firm-info .wrap .reviews .review .newComments .comment .meta .position {
  margin: 0 0 5px;
  display: block;
}
.firm-info .wrap .reviews .review.awaiting {
  background-color: #fef9ea;
  border-color: #fef9ea;
  border-style: solid;
  border-width: 0 20px;
  margin: 0 -20px;
}
.firm-info .wrap .reviews .review.awaiting .media-footer {
  display: none;
}
.firm-info .wrap .reviews .review.awaiting:before {
  content: 'Ocena w trakcie moderacji';
  display: block;
  padding: 0 0 20px;
  text-align: center;
}
.firm-info .wrap .reviews {
  margin-top: 20px;
}
.firm-info .wrap .reviews .review {
  border-radius: 0;
  border-bottom: #e5e5e5 solid 1px;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
}
.firm-info .wrap .reviews .review .avatar {
  position: absolute;
}
.firm-info .wrap .reviews .review .media-body .mark {
  margin: 0;
}
.firm-info .wrap .reviews .review .media-body .mark li {
  background: none;
}
.firm-info .wrap .reviews .review .media-heading .date,
.firm-info .wrap .reviews .review .media-footer {
  display: none;
}
.firm-info .wrap .reviews .more {
  margin-top: 20px;
}
.firm-profile-box {
  /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  background: #f3f3f3;
  font-family: Lato;
  margin-top: 20px;
  padding: 20px 0;
}
.firm-profile-box html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.firm-profile-box body {
  margin: 0;
}
.firm-profile-box article,
.firm-profile-box aside,
.firm-profile-box details,
.firm-profile-box figcaption,
.firm-profile-box figure,
.firm-profile-box footer,
.firm-profile-box header,
.firm-profile-box hgroup,
.firm-profile-box main,
.firm-profile-box menu,
.firm-profile-box nav,
.firm-profile-box section,
.firm-profile-box summary {
  display: block;
}
.firm-profile-box audio,
.firm-profile-box canvas,
.firm-profile-box progress,
.firm-profile-box video {
  display: inline-block;
  vertical-align: baseline;
}
.firm-profile-box audio:not([controls]) {
  display: none;
  height: 0;
}
.firm-profile-box [hidden],
.firm-profile-box template {
  display: none;
}
.firm-profile-box a {
  background-color: transparent;
}
.firm-profile-box a:active,
.firm-profile-box a:hover {
  outline: 0;
}
.firm-profile-box abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.firm-profile-box b,
.firm-profile-box strong {
  font-weight: bold;
}
.firm-profile-box dfn {
  font-style: italic;
}
.firm-profile-box h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.firm-profile-box mark {
  background: #ff0;
  color: #000;
}
.firm-profile-box small {
  font-size: 80%;
}
.firm-profile-box sub,
.firm-profile-box sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.firm-profile-box sup {
  top: -0.5em;
}
.firm-profile-box sub {
  bottom: -0.25em;
}
.firm-profile-box img {
  border: 0;
}
.firm-profile-box svg:not(:root) {
  overflow: hidden;
}
.firm-profile-box figure {
  margin: 1em 40px;
}
.firm-profile-box hr {
  box-sizing: content-box;
  height: 0;
}
.firm-profile-box pre {
  overflow: auto;
}
.firm-profile-box code,
.firm-profile-box kbd,
.firm-profile-box pre,
.firm-profile-box samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.firm-profile-box button,
.firm-profile-box input,
.firm-profile-box optgroup,
.firm-profile-box select,
.firm-profile-box textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.firm-profile-box button {
  overflow: visible;
}
.firm-profile-box button,
.firm-profile-box select {
  text-transform: none;
}
.firm-profile-box button,
.firm-profile-box html input[type="button"],
.firm-profile-box input[type="reset"],
.firm-profile-box input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.firm-profile-box button[disabled],
.firm-profile-box html input[disabled] {
  cursor: default;
}
.firm-profile-box button::-moz-focus-inner,
.firm-profile-box input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.firm-profile-box input {
  line-height: normal;
}
.firm-profile-box input[type="checkbox"],
.firm-profile-box input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.firm-profile-box input[type="number"]::-webkit-inner-spin-button,
.firm-profile-box input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.firm-profile-box input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.firm-profile-box input[type="search"]::-webkit-search-cancel-button,
.firm-profile-box input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.firm-profile-box fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.firm-profile-box legend {
  border: 0;
  padding: 0;
}
.firm-profile-box textarea {
  overflow: auto;
}
.firm-profile-box optgroup {
  font-weight: bold;
}
.firm-profile-box table {
  border-collapse: collapse;
  border-spacing: 0;
}
.firm-profile-box td,
.firm-profile-box th {
  padding: 0;
}
@media print {
  .firm-profile-box *,
  .firm-profile-box *:before,
  .firm-profile-box *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .firm-profile-box a,
  .firm-profile-box a:visited {
    text-decoration: underline;
  }
  .firm-profile-box a[href]:after {
    content: " (" attr(href) ")";
  }
  .firm-profile-box abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .firm-profile-box a[href^="#"]:after,
  .firm-profile-box a[href^="javascript:"]:after {
    content: "";
  }
  .firm-profile-box pre,
  .firm-profile-box blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .firm-profile-box thead {
    display: table-header-group;
  }
  .firm-profile-box tr,
  .firm-profile-box img {
    page-break-inside: avoid;
  }
  .firm-profile-box img {
    max-width: 100% !important;
  }
  .firm-profile-box p,
  .firm-profile-box h2,
  .firm-profile-box h3 {
    orphans: 3;
    widows: 3;
  }
  .firm-profile-box h2,
  .firm-profile-box h3 {
    page-break-after: avoid;
  }
  .firm-profile-box .navbar {
    display: none;
  }
  .firm-profile-box .btn > .caret,
  .firm-profile-box .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .firm-profile-box .label {
    border: 1px solid #000;
  }
  .firm-profile-box .table {
    border-collapse: collapse !important;
  }
  .firm-profile-box .table td,
  .firm-profile-box .table th {
    background-color: #fff !important;
  }
  .firm-profile-box .table-bordered th,
  .firm-profile-box .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.firm-profile-box .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.firm-profile-box .glyphicon-asterisk:before {
  content: "\002a";
}
.firm-profile-box .glyphicon-plus:before {
  content: "\002b";
}
.firm-profile-box .glyphicon-euro:before,
.firm-profile-box .glyphicon-eur:before {
  content: "\20ac";
}
.firm-profile-box .glyphicon-minus:before {
  content: "\2212";
}
.firm-profile-box .glyphicon-cloud:before {
  content: "\2601";
}
.firm-profile-box .glyphicon-envelope:before {
  content: "\2709";
}
.firm-profile-box .glyphicon-pencil:before {
  content: "\270f";
}
.firm-profile-box .glyphicon-glass:before {
  content: "\e001";
}
.firm-profile-box .glyphicon-music:before {
  content: "\e002";
}
.firm-profile-box .glyphicon-search:before {
  content: "\e003";
}
.firm-profile-box .glyphicon-heart:before {
  content: "\e005";
}
.firm-profile-box .glyphicon-star:before {
  content: "\e006";
}
.firm-profile-box .glyphicon-star-empty:before {
  content: "\e007";
}
.firm-profile-box .glyphicon-user:before {
  content: "\e008";
}
.firm-profile-box .glyphicon-film:before {
  content: "\e009";
}
.firm-profile-box .glyphicon-th-large:before {
  content: "\e010";
}
.firm-profile-box .glyphicon-th:before {
  content: "\e011";
}
.firm-profile-box .glyphicon-th-list:before {
  content: "\e012";
}
.firm-profile-box .glyphicon-ok:before {
  content: "\e013";
}
.firm-profile-box .glyphicon-remove:before {
  content: "\e014";
}
.firm-profile-box .glyphicon-zoom-in:before {
  content: "\e015";
}
.firm-profile-box .glyphicon-zoom-out:before {
  content: "\e016";
}
.firm-profile-box .glyphicon-off:before {
  content: "\e017";
}
.firm-profile-box .glyphicon-signal:before {
  content: "\e018";
}
.firm-profile-box .glyphicon-cog:before {
  content: "\e019";
}
.firm-profile-box .glyphicon-trash:before {
  content: "\e020";
}
.firm-profile-box .glyphicon-home:before {
  content: "\e021";
}
.firm-profile-box .glyphicon-file:before {
  content: "\e022";
}
.firm-profile-box .glyphicon-time:before {
  content: "\e023";
}
.firm-profile-box .glyphicon-road:before {
  content: "\e024";
}
.firm-profile-box .glyphicon-download-alt:before {
  content: "\e025";
}
.firm-profile-box .glyphicon-download:before {
  content: "\e026";
}
.firm-profile-box .glyphicon-upload:before {
  content: "\e027";
}
.firm-profile-box .glyphicon-inbox:before {
  content: "\e028";
}
.firm-profile-box .glyphicon-play-circle:before {
  content: "\e029";
}
.firm-profile-box .glyphicon-repeat:before {
  content: "\e030";
}
.firm-profile-box .glyphicon-refresh:before {
  content: "\e031";
}
.firm-profile-box .glyphicon-list-alt:before {
  content: "\e032";
}
.firm-profile-box .glyphicon-lock:before {
  content: "\e033";
}
.firm-profile-box .glyphicon-flag:before {
  content: "\e034";
}
.firm-profile-box .glyphicon-headphones:before {
  content: "\e035";
}
.firm-profile-box .glyphicon-volume-off:before {
  content: "\e036";
}
.firm-profile-box .glyphicon-volume-down:before {
  content: "\e037";
}
.firm-profile-box .glyphicon-volume-up:before {
  content: "\e038";
}
.firm-profile-box .glyphicon-qrcode:before {
  content: "\e039";
}
.firm-profile-box .glyphicon-barcode:before {
  content: "\e040";
}
.firm-profile-box .glyphicon-tag:before {
  content: "\e041";
}
.firm-profile-box .glyphicon-tags:before {
  content: "\e042";
}
.firm-profile-box .glyphicon-book:before {
  content: "\e043";
}
.firm-profile-box .glyphicon-bookmark:before {
  content: "\e044";
}
.firm-profile-box .glyphicon-print:before {
  content: "\e045";
}
.firm-profile-box .glyphicon-camera:before {
  content: "\e046";
}
.firm-profile-box .glyphicon-font:before {
  content: "\e047";
}
.firm-profile-box .glyphicon-bold:before {
  content: "\e048";
}
.firm-profile-box .glyphicon-italic:before {
  content: "\e049";
}
.firm-profile-box .glyphicon-text-height:before {
  content: "\e050";
}
.firm-profile-box .glyphicon-text-width:before {
  content: "\e051";
}
.firm-profile-box .glyphicon-align-left:before {
  content: "\e052";
}
.firm-profile-box .glyphicon-align-center:before {
  content: "\e053";
}
.firm-profile-box .glyphicon-align-right:before {
  content: "\e054";
}
.firm-profile-box .glyphicon-align-justify:before {
  content: "\e055";
}
.firm-profile-box .glyphicon-list:before {
  content: "\e056";
}
.firm-profile-box .glyphicon-indent-left:before {
  content: "\e057";
}
.firm-profile-box .glyphicon-indent-right:before {
  content: "\e058";
}
.firm-profile-box .glyphicon-facetime-video:before {
  content: "\e059";
}
.firm-profile-box .glyphicon-picture:before {
  content: "\e060";
}
.firm-profile-box .glyphicon-map-marker:before {
  content: "\e062";
}
.firm-profile-box .glyphicon-adjust:before {
  content: "\e063";
}
.firm-profile-box .glyphicon-tint:before {
  content: "\e064";
}
.firm-profile-box .glyphicon-edit:before {
  content: "\e065";
}
.firm-profile-box .glyphicon-share:before {
  content: "\e066";
}
.firm-profile-box .glyphicon-check:before {
  content: "\e067";
}
.firm-profile-box .glyphicon-move:before {
  content: "\e068";
}
.firm-profile-box .glyphicon-step-backward:before {
  content: "\e069";
}
.firm-profile-box .glyphicon-fast-backward:before {
  content: "\e070";
}
.firm-profile-box .glyphicon-backward:before {
  content: "\e071";
}
.firm-profile-box .glyphicon-play:before {
  content: "\e072";
}
.firm-profile-box .glyphicon-pause:before {
  content: "\e073";
}
.firm-profile-box .glyphicon-stop:before {
  content: "\e074";
}
.firm-profile-box .glyphicon-forward:before {
  content: "\e075";
}
.firm-profile-box .glyphicon-fast-forward:before {
  content: "\e076";
}
.firm-profile-box .glyphicon-step-forward:before {
  content: "\e077";
}
.firm-profile-box .glyphicon-eject:before {
  content: "\e078";
}
.firm-profile-box .glyphicon-chevron-left:before {
  content: "\e079";
}
.firm-profile-box .glyphicon-chevron-right:before {
  content: "\e080";
}
.firm-profile-box .glyphicon-plus-sign:before {
  content: "\e081";
}
.firm-profile-box .glyphicon-minus-sign:before {
  content: "\e082";
}
.firm-profile-box .glyphicon-remove-sign:before {
  content: "\e083";
}
.firm-profile-box .glyphicon-ok-sign:before {
  content: "\e084";
}
.firm-profile-box .glyphicon-question-sign:before {
  content: "\e085";
}
.firm-profile-box .glyphicon-info-sign:before {
  content: "\e086";
}
.firm-profile-box .glyphicon-screenshot:before {
  content: "\e087";
}
.firm-profile-box .glyphicon-remove-circle:before {
  content: "\e088";
}
.firm-profile-box .glyphicon-ok-circle:before {
  content: "\e089";
}
.firm-profile-box .glyphicon-ban-circle:before {
  content: "\e090";
}
.firm-profile-box .glyphicon-arrow-left:before {
  content: "\e091";
}
.firm-profile-box .glyphicon-arrow-right:before {
  content: "\e092";
}
.firm-profile-box .glyphicon-arrow-up:before {
  content: "\e093";
}
.firm-profile-box .glyphicon-arrow-down:before {
  content: "\e094";
}
.firm-profile-box .glyphicon-share-alt:before {
  content: "\e095";
}
.firm-profile-box .glyphicon-resize-full:before {
  content: "\e096";
}
.firm-profile-box .glyphicon-resize-small:before {
  content: "\e097";
}
.firm-profile-box .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.firm-profile-box .glyphicon-gift:before {
  content: "\e102";
}
.firm-profile-box .glyphicon-leaf:before {
  content: "\e103";
}
.firm-profile-box .glyphicon-fire:before {
  content: "\e104";
}
.firm-profile-box .glyphicon-eye-open:before {
  content: "\e105";
}
.firm-profile-box .glyphicon-eye-close:before {
  content: "\e106";
}
.firm-profile-box .glyphicon-warning-sign:before {
  content: "\e107";
}
.firm-profile-box .glyphicon-plane:before {
  content: "\e108";
}
.firm-profile-box .glyphicon-calendar:before {
  content: "\e109";
}
.firm-profile-box .glyphicon-random:before {
  content: "\e110";
}
.firm-profile-box .glyphicon-comment:before {
  content: "\e111";
}
.firm-profile-box .glyphicon-magnet:before {
  content: "\e112";
}
.firm-profile-box .glyphicon-chevron-up:before {
  content: "\e113";
}
.firm-profile-box .glyphicon-chevron-down:before {
  content: "\e114";
}
.firm-profile-box .glyphicon-retweet:before {
  content: "\e115";
}
.firm-profile-box .glyphicon-shopping-cart:before {
  content: "\e116";
}
.firm-profile-box .glyphicon-folder-close:before {
  content: "\e117";
}
.firm-profile-box .glyphicon-folder-open:before {
  content: "\e118";
}
.firm-profile-box .glyphicon-resize-vertical:before {
  content: "\e119";
}
.firm-profile-box .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.firm-profile-box .glyphicon-hdd:before {
  content: "\e121";
}
.firm-profile-box .glyphicon-bullhorn:before {
  content: "\e122";
}
.firm-profile-box .glyphicon-bell:before {
  content: "\e123";
}
.firm-profile-box .glyphicon-certificate:before {
  content: "\e124";
}
.firm-profile-box .glyphicon-thumbs-up:before {
  content: "\e125";
}
.firm-profile-box .glyphicon-thumbs-down:before {
  content: "\e126";
}
.firm-profile-box .glyphicon-hand-right:before {
  content: "\e127";
}
.firm-profile-box .glyphicon-hand-left:before {
  content: "\e128";
}
.firm-profile-box .glyphicon-hand-up:before {
  content: "\e129";
}
.firm-profile-box .glyphicon-hand-down:before {
  content: "\e130";
}
.firm-profile-box .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.firm-profile-box .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.firm-profile-box .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.firm-profile-box .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.firm-profile-box .glyphicon-globe:before {
  content: "\e135";
}
.firm-profile-box .glyphicon-wrench:before {
  content: "\e136";
}
.firm-profile-box .glyphicon-tasks:before {
  content: "\e137";
}
.firm-profile-box .glyphicon-filter:before {
  content: "\e138";
}
.firm-profile-box .glyphicon-briefcase:before {
  content: "\e139";
}
.firm-profile-box .glyphicon-fullscreen:before {
  content: "\e140";
}
.firm-profile-box .glyphicon-dashboard:before {
  content: "\e141";
}
.firm-profile-box .glyphicon-paperclip:before {
  content: "\e142";
}
.firm-profile-box .glyphicon-heart-empty:before {
  content: "\e143";
}
.firm-profile-box .glyphicon-link:before {
  content: "\e144";
}
.firm-profile-box .glyphicon-phone:before {
  content: "\e145";
}
.firm-profile-box .glyphicon-pushpin:before {
  content: "\e146";
}
.firm-profile-box .glyphicon-usd:before {
  content: "\e148";
}
.firm-profile-box .glyphicon-gbp:before {
  content: "\e149";
}
.firm-profile-box .glyphicon-sort:before {
  content: "\e150";
}
.firm-profile-box .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.firm-profile-box .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.firm-profile-box .glyphicon-sort-by-order:before {
  content: "\e153";
}
.firm-profile-box .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.firm-profile-box .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.firm-profile-box .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.firm-profile-box .glyphicon-unchecked:before {
  content: "\e157";
}
.firm-profile-box .glyphicon-expand:before {
  content: "\e158";
}
.firm-profile-box .glyphicon-collapse-down:before {
  content: "\e159";
}
.firm-profile-box .glyphicon-collapse-up:before {
  content: "\e160";
}
.firm-profile-box .glyphicon-log-in:before {
  content: "\e161";
}
.firm-profile-box .glyphicon-flash:before {
  content: "\e162";
}
.firm-profile-box .glyphicon-log-out:before {
  content: "\e163";
}
.firm-profile-box .glyphicon-new-window:before {
  content: "\e164";
}
.firm-profile-box .glyphicon-record:before {
  content: "\e165";
}
.firm-profile-box .glyphicon-save:before {
  content: "\e166";
}
.firm-profile-box .glyphicon-open:before {
  content: "\e167";
}
.firm-profile-box .glyphicon-saved:before {
  content: "\e168";
}
.firm-profile-box .glyphicon-import:before {
  content: "\e169";
}
.firm-profile-box .glyphicon-export:before {
  content: "\e170";
}
.firm-profile-box .glyphicon-send:before {
  content: "\e171";
}
.firm-profile-box .glyphicon-floppy-disk:before {
  content: "\e172";
}
.firm-profile-box .glyphicon-floppy-saved:before {
  content: "\e173";
}
.firm-profile-box .glyphicon-floppy-remove:before {
  content: "\e174";
}
.firm-profile-box .glyphicon-floppy-save:before {
  content: "\e175";
}
.firm-profile-box .glyphicon-floppy-open:before {
  content: "\e176";
}
.firm-profile-box .glyphicon-credit-card:before {
  content: "\e177";
}
.firm-profile-box .glyphicon-transfer:before {
  content: "\e178";
}
.firm-profile-box .glyphicon-cutlery:before {
  content: "\e179";
}
.firm-profile-box .glyphicon-header:before {
  content: "\e180";
}
.firm-profile-box .glyphicon-compressed:before {
  content: "\e181";
}
.firm-profile-box .glyphicon-earphone:before {
  content: "\e182";
}
.firm-profile-box .glyphicon-phone-alt:before {
  content: "\e183";
}
.firm-profile-box .glyphicon-tower:before {
  content: "\e184";
}
.firm-profile-box .glyphicon-stats:before {
  content: "\e185";
}
.firm-profile-box .glyphicon-sd-video:before {
  content: "\e186";
}
.firm-profile-box .glyphicon-hd-video:before {
  content: "\e187";
}
.firm-profile-box .glyphicon-subtitles:before {
  content: "\e188";
}
.firm-profile-box .glyphicon-sound-stereo:before {
  content: "\e189";
}
.firm-profile-box .glyphicon-sound-dolby:before {
  content: "\e190";
}
.firm-profile-box .glyphicon-sound-5-1:before {
  content: "\e191";
}
.firm-profile-box .glyphicon-sound-6-1:before {
  content: "\e192";
}
.firm-profile-box .glyphicon-sound-7-1:before {
  content: "\e193";
}
.firm-profile-box .glyphicon-copyright-mark:before {
  content: "\e194";
}
.firm-profile-box .glyphicon-registration-mark:before {
  content: "\e195";
}
.firm-profile-box .glyphicon-cloud-download:before {
  content: "\e197";
}
.firm-profile-box .glyphicon-cloud-upload:before {
  content: "\e198";
}
.firm-profile-box .glyphicon-tree-conifer:before {
  content: "\e199";
}
.firm-profile-box .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.firm-profile-box .glyphicon-cd:before {
  content: "\e201";
}
.firm-profile-box .glyphicon-save-file:before {
  content: "\e202";
}
.firm-profile-box .glyphicon-open-file:before {
  content: "\e203";
}
.firm-profile-box .glyphicon-level-up:before {
  content: "\e204";
}
.firm-profile-box .glyphicon-copy:before {
  content: "\e205";
}
.firm-profile-box .glyphicon-paste:before {
  content: "\e206";
}
.firm-profile-box .glyphicon-alert:before {
  content: "\e209";
}
.firm-profile-box .glyphicon-equalizer:before {
  content: "\e210";
}
.firm-profile-box .glyphicon-king:before {
  content: "\e211";
}
.firm-profile-box .glyphicon-queen:before {
  content: "\e212";
}
.firm-profile-box .glyphicon-pawn:before {
  content: "\e213";
}
.firm-profile-box .glyphicon-bishop:before {
  content: "\e214";
}
.firm-profile-box .glyphicon-knight:before {
  content: "\e215";
}
.firm-profile-box .glyphicon-baby-formula:before {
  content: "\e216";
}
.firm-profile-box .glyphicon-tent:before {
  content: "\26fa";
}
.firm-profile-box .glyphicon-blackboard:before {
  content: "\e218";
}
.firm-profile-box .glyphicon-bed:before {
  content: "\e219";
}
.firm-profile-box .glyphicon-apple:before {
  content: "\f8ff";
}
.firm-profile-box .glyphicon-erase:before {
  content: "\e221";
}
.firm-profile-box .glyphicon-hourglass:before {
  content: "\231b";
}
.firm-profile-box .glyphicon-lamp:before {
  content: "\e223";
}
.firm-profile-box .glyphicon-duplicate:before {
  content: "\e224";
}
.firm-profile-box .glyphicon-piggy-bank:before {
  content: "\e225";
}
.firm-profile-box .glyphicon-scissors:before {
  content: "\e226";
}
.firm-profile-box .glyphicon-bitcoin:before {
  content: "\e227";
}
.firm-profile-box .glyphicon-btc:before {
  content: "\e227";
}
.firm-profile-box .glyphicon-xbt:before {
  content: "\e227";
}
.firm-profile-box .glyphicon-yen:before {
  content: "\00a5";
}
.firm-profile-box .glyphicon-jpy:before {
  content: "\00a5";
}
.firm-profile-box .glyphicon-ruble:before {
  content: "\20bd";
}
.firm-profile-box .glyphicon-rub:before {
  content: "\20bd";
}
.firm-profile-box .glyphicon-scale:before {
  content: "\e230";
}
.firm-profile-box .glyphicon-ice-lolly:before {
  content: "\e231";
}
.firm-profile-box .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.firm-profile-box .glyphicon-education:before {
  content: "\e233";
}
.firm-profile-box .glyphicon-option-horizontal:before {
  content: "\e234";
}
.firm-profile-box .glyphicon-option-vertical:before {
  content: "\e235";
}
.firm-profile-box .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.firm-profile-box .glyphicon-modal-window:before {
  content: "\e237";
}
.firm-profile-box .glyphicon-oil:before {
  content: "\e238";
}
.firm-profile-box .glyphicon-grain:before {
  content: "\e239";
}
.firm-profile-box .glyphicon-sunglasses:before {
  content: "\e240";
}
.firm-profile-box .glyphicon-text-size:before {
  content: "\e241";
}
.firm-profile-box .glyphicon-text-color:before {
  content: "\e242";
}
.firm-profile-box .glyphicon-text-background:before {
  content: "\e243";
}
.firm-profile-box .glyphicon-object-align-top:before {
  content: "\e244";
}
.firm-profile-box .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.firm-profile-box .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.firm-profile-box .glyphicon-object-align-left:before {
  content: "\e247";
}
.firm-profile-box .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.firm-profile-box .glyphicon-object-align-right:before {
  content: "\e249";
}
.firm-profile-box .glyphicon-triangle-right:before {
  content: "\e250";
}
.firm-profile-box .glyphicon-triangle-left:before {
  content: "\e251";
}
.firm-profile-box .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.firm-profile-box .glyphicon-triangle-top:before {
  content: "\e253";
}
.firm-profile-box .glyphicon-console:before {
  content: "\e254";
}
.firm-profile-box .glyphicon-superscript:before {
  content: "\e255";
}
.firm-profile-box .glyphicon-subscript:before {
  content: "\e256";
}
.firm-profile-box .glyphicon-menu-left:before {
  content: "\e257";
}
.firm-profile-box .glyphicon-menu-right:before {
  content: "\e258";
}
.firm-profile-box .glyphicon-menu-down:before {
  content: "\e259";
}
.firm-profile-box .glyphicon-menu-up:before {
  content: "\e260";
}
.firm-profile-box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.firm-profile-box *:before,
.firm-profile-box *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.firm-profile-box html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.firm-profile-box body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.firm-profile-box input,
.firm-profile-box button,
.firm-profile-box select,
.firm-profile-box textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.firm-profile-box a {
  color: #337ab7;
  text-decoration: none;
}
.firm-profile-box a:hover,
.firm-profile-box a:focus {
  color: #23527c;
  text-decoration: underline;
}
.firm-profile-box a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.firm-profile-box figure {
  margin: 0;
}
.firm-profile-box img {
  vertical-align: middle;
}
.firm-profile-box .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.firm-profile-box .img-rounded {
  border-radius: 6px;
}
.firm-profile-box .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.firm-profile-box .img-circle {
  border-radius: 50%;
}
.firm-profile-box hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.firm-profile-box .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.firm-profile-box .sr-only-focusable:active,
.firm-profile-box .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.firm-profile-box [role="button"] {
  cursor: pointer;
}
.firm-profile-box h1,
.firm-profile-box h2,
.firm-profile-box h3,
.firm-profile-box h4,
.firm-profile-box h5,
.firm-profile-box h6,
.firm-profile-box .h1,
.firm-profile-box .h2,
.firm-profile-box .h3,
.firm-profile-box .h4,
.firm-profile-box .h5,
.firm-profile-box .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.firm-profile-box h1 small,
.firm-profile-box h2 small,
.firm-profile-box h3 small,
.firm-profile-box h4 small,
.firm-profile-box h5 small,
.firm-profile-box h6 small,
.firm-profile-box .h1 small,
.firm-profile-box .h2 small,
.firm-profile-box .h3 small,
.firm-profile-box .h4 small,
.firm-profile-box .h5 small,
.firm-profile-box .h6 small,
.firm-profile-box h1 .small,
.firm-profile-box h2 .small,
.firm-profile-box h3 .small,
.firm-profile-box h4 .small,
.firm-profile-box h5 .small,
.firm-profile-box h6 .small,
.firm-profile-box .h1 .small,
.firm-profile-box .h2 .small,
.firm-profile-box .h3 .small,
.firm-profile-box .h4 .small,
.firm-profile-box .h5 .small,
.firm-profile-box .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.firm-profile-box h1,
.firm-profile-box .h1,
.firm-profile-box h2,
.firm-profile-box .h2,
.firm-profile-box h3,
.firm-profile-box .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.firm-profile-box h1 small,
.firm-profile-box .h1 small,
.firm-profile-box h2 small,
.firm-profile-box .h2 small,
.firm-profile-box h3 small,
.firm-profile-box .h3 small,
.firm-profile-box h1 .small,
.firm-profile-box .h1 .small,
.firm-profile-box h2 .small,
.firm-profile-box .h2 .small,
.firm-profile-box h3 .small,
.firm-profile-box .h3 .small {
  font-size: 65%;
}
.firm-profile-box h4,
.firm-profile-box .h4,
.firm-profile-box h5,
.firm-profile-box .h5,
.firm-profile-box h6,
.firm-profile-box .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.firm-profile-box h4 small,
.firm-profile-box .h4 small,
.firm-profile-box h5 small,
.firm-profile-box .h5 small,
.firm-profile-box h6 small,
.firm-profile-box .h6 small,
.firm-profile-box h4 .small,
.firm-profile-box .h4 .small,
.firm-profile-box h5 .small,
.firm-profile-box .h5 .small,
.firm-profile-box h6 .small,
.firm-profile-box .h6 .small {
  font-size: 75%;
}
.firm-profile-box h1,
.firm-profile-box .h1 {
  font-size: 36px;
}
.firm-profile-box h2,
.firm-profile-box .h2 {
  font-size: 30px;
}
.firm-profile-box h3,
.firm-profile-box .h3 {
  font-size: 24px;
}
.firm-profile-box h4,
.firm-profile-box .h4 {
  font-size: 18px;
}
.firm-profile-box h5,
.firm-profile-box .h5 {
  font-size: 14px;
}
.firm-profile-box h6,
.firm-profile-box .h6 {
  font-size: 12px;
}
.firm-profile-box p {
  margin: 0 0 10px;
}
.firm-profile-box .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .firm-profile-box .lead {
    font-size: 21px;
  }
}
.firm-profile-box small,
.firm-profile-box .small {
  font-size: 85%;
}
.firm-profile-box mark,
.firm-profile-box .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.firm-profile-box .text-left {
  text-align: left;
}
.firm-profile-box .text-right {
  text-align: right;
}
.firm-profile-box .text-center {
  text-align: center;
}
.firm-profile-box .text-justify {
  text-align: justify;
}
.firm-profile-box .text-nowrap {
  white-space: nowrap;
}
.firm-profile-box .text-lowercase {
  text-transform: lowercase;
}
.firm-profile-box .text-uppercase {
  text-transform: uppercase;
}
.firm-profile-box .text-capitalize {
  text-transform: capitalize;
}
.firm-profile-box .text-muted {
  color: #777777;
}
.firm-profile-box .text-primary {
  color: #337ab7;
}
a.firm-profile-box .text-primary:hover,
a.firm-profile-box .text-primary:focus {
  color: #286090;
}
.firm-profile-box .text-success {
  color: #3c763d;
}
a.firm-profile-box .text-success:hover,
a.firm-profile-box .text-success:focus {
  color: #2b542c;
}
.firm-profile-box .text-info {
  color: #31708f;
}
a.firm-profile-box .text-info:hover,
a.firm-profile-box .text-info:focus {
  color: #245269;
}
.firm-profile-box .text-warning {
  color: #8a6d3b;
}
a.firm-profile-box .text-warning:hover,
a.firm-profile-box .text-warning:focus {
  color: #66512c;
}
.firm-profile-box .text-danger {
  color: #a94442;
}
a.firm-profile-box .text-danger:hover,
a.firm-profile-box .text-danger:focus {
  color: #843534;
}
.firm-profile-box .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.firm-profile-box .bg-primary:hover,
a.firm-profile-box .bg-primary:focus {
  background-color: #286090;
}
.firm-profile-box .bg-success {
  background-color: #dff0d8;
}
a.firm-profile-box .bg-success:hover,
a.firm-profile-box .bg-success:focus {
  background-color: #c1e2b3;
}
.firm-profile-box .bg-info {
  background-color: #d9edf7;
}
a.firm-profile-box .bg-info:hover,
a.firm-profile-box .bg-info:focus {
  background-color: #afd9ee;
}
.firm-profile-box .bg-warning {
  background-color: #fcf8e3;
}
a.firm-profile-box .bg-warning:hover,
a.firm-profile-box .bg-warning:focus {
  background-color: #f7ecb5;
}
.firm-profile-box .bg-danger {
  background-color: #f2dede;
}
a.firm-profile-box .bg-danger:hover,
a.firm-profile-box .bg-danger:focus {
  background-color: #e4b9b9;
}
.firm-profile-box .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.firm-profile-box ul,
.firm-profile-box ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.firm-profile-box ul ul,
.firm-profile-box ol ul,
.firm-profile-box ul ol,
.firm-profile-box ol ol {
  margin-bottom: 0;
}
.firm-profile-box .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.firm-profile-box .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.firm-profile-box .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.firm-profile-box dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.firm-profile-box dt,
.firm-profile-box dd {
  line-height: 1.42857143;
}
.firm-profile-box dt {
  font-weight: 700;
}
.firm-profile-box dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .firm-profile-box .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .firm-profile-box .dl-horizontal dd {
    margin-left: 180px;
  }
}
.firm-profile-box abbr[title],
.firm-profile-box abbr[data-original-title] {
  cursor: help;
}
.firm-profile-box .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.firm-profile-box blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.firm-profile-box blockquote p:last-child,
.firm-profile-box blockquote ul:last-child,
.firm-profile-box blockquote ol:last-child {
  margin-bottom: 0;
}
.firm-profile-box blockquote footer,
.firm-profile-box blockquote small,
.firm-profile-box blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.firm-profile-box blockquote footer:before,
.firm-profile-box blockquote small:before,
.firm-profile-box blockquote .small:before {
  content: "\2014 \00A0";
}
.firm-profile-box .blockquote-reverse,
.firm-profile-box blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.firm-profile-box .blockquote-reverse footer:before,
.firm-profile-box blockquote.pull-right footer:before,
.firm-profile-box .blockquote-reverse small:before,
.firm-profile-box blockquote.pull-right small:before,
.firm-profile-box .blockquote-reverse .small:before,
.firm-profile-box blockquote.pull-right .small:before {
  content: "";
}
.firm-profile-box .blockquote-reverse footer:after,
.firm-profile-box blockquote.pull-right footer:after,
.firm-profile-box .blockquote-reverse small:after,
.firm-profile-box blockquote.pull-right small:after,
.firm-profile-box .blockquote-reverse .small:after,
.firm-profile-box blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
.firm-profile-box address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.firm-profile-box code,
.firm-profile-box kbd,
.firm-profile-box pre,
.firm-profile-box samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.firm-profile-box code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.firm-profile-box kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.firm-profile-box kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.firm-profile-box pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.firm-profile-box pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.firm-profile-box .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.firm-profile-box .container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .firm-profile-box .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .firm-profile-box .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .container {
    width: 1180px;
  }
}
.firm-profile-box .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.firm-profile-box .row {
  margin-right: -20px;
  margin-left: -20px;
}
.firm-profile-box .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.firm-profile-box .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.firm-profile-box .col-xs-1,
.firm-profile-box .col-sm-1,
.firm-profile-box .col-md-1,
.firm-profile-box .col-lg-1,
.firm-profile-box .col-xs-2,
.firm-profile-box .col-sm-2,
.firm-profile-box .col-md-2,
.firm-profile-box .col-lg-2,
.firm-profile-box .col-xs-3,
.firm-profile-box .col-sm-3,
.firm-profile-box .col-md-3,
.firm-profile-box .col-lg-3,
.firm-profile-box .col-xs-4,
.firm-profile-box .col-sm-4,
.firm-profile-box .col-md-4,
.firm-profile-box .col-lg-4,
.firm-profile-box .col-xs-5,
.firm-profile-box .col-sm-5,
.firm-profile-box .col-md-5,
.firm-profile-box .col-lg-5,
.firm-profile-box .col-xs-6,
.firm-profile-box .col-sm-6,
.firm-profile-box .col-md-6,
.firm-profile-box .col-lg-6,
.firm-profile-box .col-xs-7,
.firm-profile-box .col-sm-7,
.firm-profile-box .col-md-7,
.firm-profile-box .col-lg-7,
.firm-profile-box .col-xs-8,
.firm-profile-box .col-sm-8,
.firm-profile-box .col-md-8,
.firm-profile-box .col-lg-8,
.firm-profile-box .col-xs-9,
.firm-profile-box .col-sm-9,
.firm-profile-box .col-md-9,
.firm-profile-box .col-lg-9,
.firm-profile-box .col-xs-10,
.firm-profile-box .col-sm-10,
.firm-profile-box .col-md-10,
.firm-profile-box .col-lg-10,
.firm-profile-box .col-xs-11,
.firm-profile-box .col-sm-11,
.firm-profile-box .col-md-11,
.firm-profile-box .col-lg-11,
.firm-profile-box .col-xs-12,
.firm-profile-box .col-sm-12,
.firm-profile-box .col-md-12,
.firm-profile-box .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.firm-profile-box .col-xs-1,
.firm-profile-box .col-xs-2,
.firm-profile-box .col-xs-3,
.firm-profile-box .col-xs-4,
.firm-profile-box .col-xs-5,
.firm-profile-box .col-xs-6,
.firm-profile-box .col-xs-7,
.firm-profile-box .col-xs-8,
.firm-profile-box .col-xs-9,
.firm-profile-box .col-xs-10,
.firm-profile-box .col-xs-11,
.firm-profile-box .col-xs-12 {
  float: left;
}
.firm-profile-box .col-xs-12 {
  width: 100%;
}
.firm-profile-box .col-xs-11 {
  width: 91.66666667%;
}
.firm-profile-box .col-xs-10 {
  width: 83.33333333%;
}
.firm-profile-box .col-xs-9 {
  width: 75%;
}
.firm-profile-box .col-xs-8 {
  width: 66.66666667%;
}
.firm-profile-box .col-xs-7 {
  width: 58.33333333%;
}
.firm-profile-box .col-xs-6 {
  width: 50%;
}
.firm-profile-box .col-xs-5 {
  width: 41.66666667%;
}
.firm-profile-box .col-xs-4 {
  width: 33.33333333%;
}
.firm-profile-box .col-xs-3 {
  width: 25%;
}
.firm-profile-box .col-xs-2 {
  width: 16.66666667%;
}
.firm-profile-box .col-xs-1 {
  width: 8.33333333%;
}
.firm-profile-box .col-xs-pull-12 {
  right: 100%;
}
.firm-profile-box .col-xs-pull-11 {
  right: 91.66666667%;
}
.firm-profile-box .col-xs-pull-10 {
  right: 83.33333333%;
}
.firm-profile-box .col-xs-pull-9 {
  right: 75%;
}
.firm-profile-box .col-xs-pull-8 {
  right: 66.66666667%;
}
.firm-profile-box .col-xs-pull-7 {
  right: 58.33333333%;
}
.firm-profile-box .col-xs-pull-6 {
  right: 50%;
}
.firm-profile-box .col-xs-pull-5 {
  right: 41.66666667%;
}
.firm-profile-box .col-xs-pull-4 {
  right: 33.33333333%;
}
.firm-profile-box .col-xs-pull-3 {
  right: 25%;
}
.firm-profile-box .col-xs-pull-2 {
  right: 16.66666667%;
}
.firm-profile-box .col-xs-pull-1 {
  right: 8.33333333%;
}
.firm-profile-box .col-xs-pull-0 {
  right: auto;
}
.firm-profile-box .col-xs-push-12 {
  left: 100%;
}
.firm-profile-box .col-xs-push-11 {
  left: 91.66666667%;
}
.firm-profile-box .col-xs-push-10 {
  left: 83.33333333%;
}
.firm-profile-box .col-xs-push-9 {
  left: 75%;
}
.firm-profile-box .col-xs-push-8 {
  left: 66.66666667%;
}
.firm-profile-box .col-xs-push-7 {
  left: 58.33333333%;
}
.firm-profile-box .col-xs-push-6 {
  left: 50%;
}
.firm-profile-box .col-xs-push-5 {
  left: 41.66666667%;
}
.firm-profile-box .col-xs-push-4 {
  left: 33.33333333%;
}
.firm-profile-box .col-xs-push-3 {
  left: 25%;
}
.firm-profile-box .col-xs-push-2 {
  left: 16.66666667%;
}
.firm-profile-box .col-xs-push-1 {
  left: 8.33333333%;
}
.firm-profile-box .col-xs-push-0 {
  left: auto;
}
.firm-profile-box .col-xs-offset-12 {
  margin-left: 100%;
}
.firm-profile-box .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.firm-profile-box .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.firm-profile-box .col-xs-offset-9 {
  margin-left: 75%;
}
.firm-profile-box .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.firm-profile-box .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.firm-profile-box .col-xs-offset-6 {
  margin-left: 50%;
}
.firm-profile-box .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.firm-profile-box .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.firm-profile-box .col-xs-offset-3 {
  margin-left: 25%;
}
.firm-profile-box .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.firm-profile-box .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.firm-profile-box .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .firm-profile-box .col-sm-1,
  .firm-profile-box .col-sm-2,
  .firm-profile-box .col-sm-3,
  .firm-profile-box .col-sm-4,
  .firm-profile-box .col-sm-5,
  .firm-profile-box .col-sm-6,
  .firm-profile-box .col-sm-7,
  .firm-profile-box .col-sm-8,
  .firm-profile-box .col-sm-9,
  .firm-profile-box .col-sm-10,
  .firm-profile-box .col-sm-11,
  .firm-profile-box .col-sm-12 {
    float: left;
  }
  .firm-profile-box .col-sm-12 {
    width: 100%;
  }
  .firm-profile-box .col-sm-11 {
    width: 91.66666667%;
  }
  .firm-profile-box .col-sm-10 {
    width: 83.33333333%;
  }
  .firm-profile-box .col-sm-9 {
    width: 75%;
  }
  .firm-profile-box .col-sm-8 {
    width: 66.66666667%;
  }
  .firm-profile-box .col-sm-7 {
    width: 58.33333333%;
  }
  .firm-profile-box .col-sm-6 {
    width: 50%;
  }
  .firm-profile-box .col-sm-5 {
    width: 41.66666667%;
  }
  .firm-profile-box .col-sm-4 {
    width: 33.33333333%;
  }
  .firm-profile-box .col-sm-3 {
    width: 25%;
  }
  .firm-profile-box .col-sm-2 {
    width: 16.66666667%;
  }
  .firm-profile-box .col-sm-1 {
    width: 8.33333333%;
  }
  .firm-profile-box .col-sm-pull-12 {
    right: 100%;
  }
  .firm-profile-box .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .firm-profile-box .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .firm-profile-box .col-sm-pull-9 {
    right: 75%;
  }
  .firm-profile-box .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .firm-profile-box .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .firm-profile-box .col-sm-pull-6 {
    right: 50%;
  }
  .firm-profile-box .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .firm-profile-box .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .firm-profile-box .col-sm-pull-3 {
    right: 25%;
  }
  .firm-profile-box .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .firm-profile-box .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .firm-profile-box .col-sm-pull-0 {
    right: auto;
  }
  .firm-profile-box .col-sm-push-12 {
    left: 100%;
  }
  .firm-profile-box .col-sm-push-11 {
    left: 91.66666667%;
  }
  .firm-profile-box .col-sm-push-10 {
    left: 83.33333333%;
  }
  .firm-profile-box .col-sm-push-9 {
    left: 75%;
  }
  .firm-profile-box .col-sm-push-8 {
    left: 66.66666667%;
  }
  .firm-profile-box .col-sm-push-7 {
    left: 58.33333333%;
  }
  .firm-profile-box .col-sm-push-6 {
    left: 50%;
  }
  .firm-profile-box .col-sm-push-5 {
    left: 41.66666667%;
  }
  .firm-profile-box .col-sm-push-4 {
    left: 33.33333333%;
  }
  .firm-profile-box .col-sm-push-3 {
    left: 25%;
  }
  .firm-profile-box .col-sm-push-2 {
    left: 16.66666667%;
  }
  .firm-profile-box .col-sm-push-1 {
    left: 8.33333333%;
  }
  .firm-profile-box .col-sm-push-0 {
    left: auto;
  }
  .firm-profile-box .col-sm-offset-12 {
    margin-left: 100%;
  }
  .firm-profile-box .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .firm-profile-box .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .firm-profile-box .col-sm-offset-9 {
    margin-left: 75%;
  }
  .firm-profile-box .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .firm-profile-box .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .firm-profile-box .col-sm-offset-6 {
    margin-left: 50%;
  }
  .firm-profile-box .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .firm-profile-box .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .firm-profile-box .col-sm-offset-3 {
    margin-left: 25%;
  }
  .firm-profile-box .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .firm-profile-box .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .firm-profile-box .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .firm-profile-box .col-md-1,
  .firm-profile-box .col-md-2,
  .firm-profile-box .col-md-3,
  .firm-profile-box .col-md-4,
  .firm-profile-box .col-md-5,
  .firm-profile-box .col-md-6,
  .firm-profile-box .col-md-7,
  .firm-profile-box .col-md-8,
  .firm-profile-box .col-md-9,
  .firm-profile-box .col-md-10,
  .firm-profile-box .col-md-11,
  .firm-profile-box .col-md-12 {
    float: left;
  }
  .firm-profile-box .col-md-12 {
    width: 100%;
  }
  .firm-profile-box .col-md-11 {
    width: 91.66666667%;
  }
  .firm-profile-box .col-md-10 {
    width: 83.33333333%;
  }
  .firm-profile-box .col-md-9 {
    width: 75%;
  }
  .firm-profile-box .col-md-8 {
    width: 66.66666667%;
  }
  .firm-profile-box .col-md-7 {
    width: 58.33333333%;
  }
  .firm-profile-box .col-md-6 {
    width: 50%;
  }
  .firm-profile-box .col-md-5 {
    width: 41.66666667%;
  }
  .firm-profile-box .col-md-4 {
    width: 33.33333333%;
  }
  .firm-profile-box .col-md-3 {
    width: 25%;
  }
  .firm-profile-box .col-md-2 {
    width: 16.66666667%;
  }
  .firm-profile-box .col-md-1 {
    width: 8.33333333%;
  }
  .firm-profile-box .col-md-pull-12 {
    right: 100%;
  }
  .firm-profile-box .col-md-pull-11 {
    right: 91.66666667%;
  }
  .firm-profile-box .col-md-pull-10 {
    right: 83.33333333%;
  }
  .firm-profile-box .col-md-pull-9 {
    right: 75%;
  }
  .firm-profile-box .col-md-pull-8 {
    right: 66.66666667%;
  }
  .firm-profile-box .col-md-pull-7 {
    right: 58.33333333%;
  }
  .firm-profile-box .col-md-pull-6 {
    right: 50%;
  }
  .firm-profile-box .col-md-pull-5 {
    right: 41.66666667%;
  }
  .firm-profile-box .col-md-pull-4 {
    right: 33.33333333%;
  }
  .firm-profile-box .col-md-pull-3 {
    right: 25%;
  }
  .firm-profile-box .col-md-pull-2 {
    right: 16.66666667%;
  }
  .firm-profile-box .col-md-pull-1 {
    right: 8.33333333%;
  }
  .firm-profile-box .col-md-pull-0 {
    right: auto;
  }
  .firm-profile-box .col-md-push-12 {
    left: 100%;
  }
  .firm-profile-box .col-md-push-11 {
    left: 91.66666667%;
  }
  .firm-profile-box .col-md-push-10 {
    left: 83.33333333%;
  }
  .firm-profile-box .col-md-push-9 {
    left: 75%;
  }
  .firm-profile-box .col-md-push-8 {
    left: 66.66666667%;
  }
  .firm-profile-box .col-md-push-7 {
    left: 58.33333333%;
  }
  .firm-profile-box .col-md-push-6 {
    left: 50%;
  }
  .firm-profile-box .col-md-push-5 {
    left: 41.66666667%;
  }
  .firm-profile-box .col-md-push-4 {
    left: 33.33333333%;
  }
  .firm-profile-box .col-md-push-3 {
    left: 25%;
  }
  .firm-profile-box .col-md-push-2 {
    left: 16.66666667%;
  }
  .firm-profile-box .col-md-push-1 {
    left: 8.33333333%;
  }
  .firm-profile-box .col-md-push-0 {
    left: auto;
  }
  .firm-profile-box .col-md-offset-12 {
    margin-left: 100%;
  }
  .firm-profile-box .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .firm-profile-box .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .firm-profile-box .col-md-offset-9 {
    margin-left: 75%;
  }
  .firm-profile-box .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .firm-profile-box .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .firm-profile-box .col-md-offset-6 {
    margin-left: 50%;
  }
  .firm-profile-box .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .firm-profile-box .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .firm-profile-box .col-md-offset-3 {
    margin-left: 25%;
  }
  .firm-profile-box .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .firm-profile-box .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .firm-profile-box .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .col-lg-1,
  .firm-profile-box .col-lg-2,
  .firm-profile-box .col-lg-3,
  .firm-profile-box .col-lg-4,
  .firm-profile-box .col-lg-5,
  .firm-profile-box .col-lg-6,
  .firm-profile-box .col-lg-7,
  .firm-profile-box .col-lg-8,
  .firm-profile-box .col-lg-9,
  .firm-profile-box .col-lg-10,
  .firm-profile-box .col-lg-11,
  .firm-profile-box .col-lg-12 {
    float: left;
  }
  .firm-profile-box .col-lg-12 {
    width: 100%;
  }
  .firm-profile-box .col-lg-11 {
    width: 91.66666667%;
  }
  .firm-profile-box .col-lg-10 {
    width: 83.33333333%;
  }
  .firm-profile-box .col-lg-9 {
    width: 75%;
  }
  .firm-profile-box .col-lg-8 {
    width: 66.66666667%;
  }
  .firm-profile-box .col-lg-7 {
    width: 58.33333333%;
  }
  .firm-profile-box .col-lg-6 {
    width: 50%;
  }
  .firm-profile-box .col-lg-5 {
    width: 41.66666667%;
  }
  .firm-profile-box .col-lg-4 {
    width: 33.33333333%;
  }
  .firm-profile-box .col-lg-3 {
    width: 25%;
  }
  .firm-profile-box .col-lg-2 {
    width: 16.66666667%;
  }
  .firm-profile-box .col-lg-1 {
    width: 8.33333333%;
  }
  .firm-profile-box .col-lg-pull-12 {
    right: 100%;
  }
  .firm-profile-box .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .firm-profile-box .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .firm-profile-box .col-lg-pull-9 {
    right: 75%;
  }
  .firm-profile-box .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .firm-profile-box .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .firm-profile-box .col-lg-pull-6 {
    right: 50%;
  }
  .firm-profile-box .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .firm-profile-box .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .firm-profile-box .col-lg-pull-3 {
    right: 25%;
  }
  .firm-profile-box .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .firm-profile-box .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .firm-profile-box .col-lg-pull-0 {
    right: auto;
  }
  .firm-profile-box .col-lg-push-12 {
    left: 100%;
  }
  .firm-profile-box .col-lg-push-11 {
    left: 91.66666667%;
  }
  .firm-profile-box .col-lg-push-10 {
    left: 83.33333333%;
  }
  .firm-profile-box .col-lg-push-9 {
    left: 75%;
  }
  .firm-profile-box .col-lg-push-8 {
    left: 66.66666667%;
  }
  .firm-profile-box .col-lg-push-7 {
    left: 58.33333333%;
  }
  .firm-profile-box .col-lg-push-6 {
    left: 50%;
  }
  .firm-profile-box .col-lg-push-5 {
    left: 41.66666667%;
  }
  .firm-profile-box .col-lg-push-4 {
    left: 33.33333333%;
  }
  .firm-profile-box .col-lg-push-3 {
    left: 25%;
  }
  .firm-profile-box .col-lg-push-2 {
    left: 16.66666667%;
  }
  .firm-profile-box .col-lg-push-1 {
    left: 8.33333333%;
  }
  .firm-profile-box .col-lg-push-0 {
    left: auto;
  }
  .firm-profile-box .col-lg-offset-12 {
    margin-left: 100%;
  }
  .firm-profile-box .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .firm-profile-box .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .firm-profile-box .col-lg-offset-9 {
    margin-left: 75%;
  }
  .firm-profile-box .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .firm-profile-box .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .firm-profile-box .col-lg-offset-6 {
    margin-left: 50%;
  }
  .firm-profile-box .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .firm-profile-box .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .firm-profile-box .col-lg-offset-3 {
    margin-left: 25%;
  }
  .firm-profile-box .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .firm-profile-box .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .firm-profile-box .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.firm-profile-box table {
  background-color: transparent;
}
.firm-profile-box table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.firm-profile-box table td[class*="col-"],
.firm-profile-box table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.firm-profile-box caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.firm-profile-box th {
  text-align: left;
}
.firm-profile-box .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.firm-profile-box .table > thead > tr > th,
.firm-profile-box .table > tbody > tr > th,
.firm-profile-box .table > tfoot > tr > th,
.firm-profile-box .table > thead > tr > td,
.firm-profile-box .table > tbody > tr > td,
.firm-profile-box .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.firm-profile-box .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.firm-profile-box .table > caption + thead > tr:first-child > th,
.firm-profile-box .table > colgroup + thead > tr:first-child > th,
.firm-profile-box .table > thead:first-child > tr:first-child > th,
.firm-profile-box .table > caption + thead > tr:first-child > td,
.firm-profile-box .table > colgroup + thead > tr:first-child > td,
.firm-profile-box .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.firm-profile-box .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.firm-profile-box .table .table {
  background-color: #fff;
}
.firm-profile-box .table-condensed > thead > tr > th,
.firm-profile-box .table-condensed > tbody > tr > th,
.firm-profile-box .table-condensed > tfoot > tr > th,
.firm-profile-box .table-condensed > thead > tr > td,
.firm-profile-box .table-condensed > tbody > tr > td,
.firm-profile-box .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.firm-profile-box .table-bordered {
  border: 1px solid #ddd;
}
.firm-profile-box .table-bordered > thead > tr > th,
.firm-profile-box .table-bordered > tbody > tr > th,
.firm-profile-box .table-bordered > tfoot > tr > th,
.firm-profile-box .table-bordered > thead > tr > td,
.firm-profile-box .table-bordered > tbody > tr > td,
.firm-profile-box .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.firm-profile-box .table-bordered > thead > tr > th,
.firm-profile-box .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.firm-profile-box .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.firm-profile-box .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.firm-profile-box .table > thead > tr > td.active,
.firm-profile-box .table > tbody > tr > td.active,
.firm-profile-box .table > tfoot > tr > td.active,
.firm-profile-box .table > thead > tr > th.active,
.firm-profile-box .table > tbody > tr > th.active,
.firm-profile-box .table > tfoot > tr > th.active,
.firm-profile-box .table > thead > tr.active > td,
.firm-profile-box .table > tbody > tr.active > td,
.firm-profile-box .table > tfoot > tr.active > td,
.firm-profile-box .table > thead > tr.active > th,
.firm-profile-box .table > tbody > tr.active > th,
.firm-profile-box .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.firm-profile-box .table-hover > tbody > tr > td.active:hover,
.firm-profile-box .table-hover > tbody > tr > th.active:hover,
.firm-profile-box .table-hover > tbody > tr.active:hover > td,
.firm-profile-box .table-hover > tbody > tr:hover > .active,
.firm-profile-box .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.firm-profile-box .table > thead > tr > td.success,
.firm-profile-box .table > tbody > tr > td.success,
.firm-profile-box .table > tfoot > tr > td.success,
.firm-profile-box .table > thead > tr > th.success,
.firm-profile-box .table > tbody > tr > th.success,
.firm-profile-box .table > tfoot > tr > th.success,
.firm-profile-box .table > thead > tr.success > td,
.firm-profile-box .table > tbody > tr.success > td,
.firm-profile-box .table > tfoot > tr.success > td,
.firm-profile-box .table > thead > tr.success > th,
.firm-profile-box .table > tbody > tr.success > th,
.firm-profile-box .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.firm-profile-box .table-hover > tbody > tr > td.success:hover,
.firm-profile-box .table-hover > tbody > tr > th.success:hover,
.firm-profile-box .table-hover > tbody > tr.success:hover > td,
.firm-profile-box .table-hover > tbody > tr:hover > .success,
.firm-profile-box .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.firm-profile-box .table > thead > tr > td.info,
.firm-profile-box .table > tbody > tr > td.info,
.firm-profile-box .table > tfoot > tr > td.info,
.firm-profile-box .table > thead > tr > th.info,
.firm-profile-box .table > tbody > tr > th.info,
.firm-profile-box .table > tfoot > tr > th.info,
.firm-profile-box .table > thead > tr.info > td,
.firm-profile-box .table > tbody > tr.info > td,
.firm-profile-box .table > tfoot > tr.info > td,
.firm-profile-box .table > thead > tr.info > th,
.firm-profile-box .table > tbody > tr.info > th,
.firm-profile-box .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.firm-profile-box .table-hover > tbody > tr > td.info:hover,
.firm-profile-box .table-hover > tbody > tr > th.info:hover,
.firm-profile-box .table-hover > tbody > tr.info:hover > td,
.firm-profile-box .table-hover > tbody > tr:hover > .info,
.firm-profile-box .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.firm-profile-box .table > thead > tr > td.warning,
.firm-profile-box .table > tbody > tr > td.warning,
.firm-profile-box .table > tfoot > tr > td.warning,
.firm-profile-box .table > thead > tr > th.warning,
.firm-profile-box .table > tbody > tr > th.warning,
.firm-profile-box .table > tfoot > tr > th.warning,
.firm-profile-box .table > thead > tr.warning > td,
.firm-profile-box .table > tbody > tr.warning > td,
.firm-profile-box .table > tfoot > tr.warning > td,
.firm-profile-box .table > thead > tr.warning > th,
.firm-profile-box .table > tbody > tr.warning > th,
.firm-profile-box .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.firm-profile-box .table-hover > tbody > tr > td.warning:hover,
.firm-profile-box .table-hover > tbody > tr > th.warning:hover,
.firm-profile-box .table-hover > tbody > tr.warning:hover > td,
.firm-profile-box .table-hover > tbody > tr:hover > .warning,
.firm-profile-box .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.firm-profile-box .table > thead > tr > td.danger,
.firm-profile-box .table > tbody > tr > td.danger,
.firm-profile-box .table > tfoot > tr > td.danger,
.firm-profile-box .table > thead > tr > th.danger,
.firm-profile-box .table > tbody > tr > th.danger,
.firm-profile-box .table > tfoot > tr > th.danger,
.firm-profile-box .table > thead > tr.danger > td,
.firm-profile-box .table > tbody > tr.danger > td,
.firm-profile-box .table > tfoot > tr.danger > td,
.firm-profile-box .table > thead > tr.danger > th,
.firm-profile-box .table > tbody > tr.danger > th,
.firm-profile-box .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.firm-profile-box .table-hover > tbody > tr > td.danger:hover,
.firm-profile-box .table-hover > tbody > tr > th.danger:hover,
.firm-profile-box .table-hover > tbody > tr.danger:hover > td,
.firm-profile-box .table-hover > tbody > tr:hover > .danger,
.firm-profile-box .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.firm-profile-box .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .firm-profile-box .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .firm-profile-box .table-responsive > .table {
    margin-bottom: 0;
  }
  .firm-profile-box .table-responsive > .table > thead > tr > th,
  .firm-profile-box .table-responsive > .table > tbody > tr > th,
  .firm-profile-box .table-responsive > .table > tfoot > tr > th,
  .firm-profile-box .table-responsive > .table > thead > tr > td,
  .firm-profile-box .table-responsive > .table > tbody > tr > td,
  .firm-profile-box .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .firm-profile-box .table-responsive > .table-bordered {
    border: 0;
  }
  .firm-profile-box .table-responsive > .table-bordered > thead > tr > th:first-child,
  .firm-profile-box .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .firm-profile-box .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .firm-profile-box .table-responsive > .table-bordered > thead > tr > td:first-child,
  .firm-profile-box .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .firm-profile-box .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .firm-profile-box .table-responsive > .table-bordered > thead > tr > th:last-child,
  .firm-profile-box .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .firm-profile-box .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .firm-profile-box .table-responsive > .table-bordered > thead > tr > td:last-child,
  .firm-profile-box .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .firm-profile-box .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .firm-profile-box .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .firm-profile-box .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .firm-profile-box .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .firm-profile-box .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.firm-profile-box fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.firm-profile-box 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;
}
.firm-profile-box label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.firm-profile-box input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.firm-profile-box input[type="radio"],
.firm-profile-box input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.firm-profile-box input[type="radio"][disabled],
.firm-profile-box input[type="checkbox"][disabled],
.firm-profile-box input[type="radio"].disabled,
.firm-profile-box input[type="checkbox"].disabled,
fieldset[disabled] .firm-profile-box input[type="radio"],
fieldset[disabled] .firm-profile-box input[type="checkbox"] {
  cursor: not-allowed;
}
.firm-profile-box input[type="file"] {
  display: block;
}
.firm-profile-box input[type="range"] {
  display: block;
  width: 100%;
}
.firm-profile-box select[multiple],
.firm-profile-box select[size] {
  height: auto;
}
.firm-profile-box input[type="file"]:focus,
.firm-profile-box input[type="radio"]:focus,
.firm-profile-box input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.firm-profile-box output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.firm-profile-box .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  -o-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;
}
.firm-profile-box .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.firm-profile-box .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.firm-profile-box .form-control:-ms-input-placeholder {
  color: #999;
}
.firm-profile-box .form-control::-webkit-input-placeholder {
  color: #999;
}
.firm-profile-box .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.firm-profile-box .form-control[disabled],
.firm-profile-box .form-control[readonly],
fieldset[disabled] .firm-profile-box .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.firm-profile-box .form-control[disabled],
fieldset[disabled] .firm-profile-box .form-control {
  cursor: not-allowed;
}
textarea.firm-profile-box .form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .firm-profile-box input[type="date"].form-control,
  .firm-profile-box input[type="time"].form-control,
  .firm-profile-box input[type="datetime-local"].form-control,
  .firm-profile-box input[type="month"].form-control {
    line-height: 34px;
  }
  .firm-profile-box input[type="date"].input-sm,
  .firm-profile-box input[type="time"].input-sm,
  .firm-profile-box input[type="datetime-local"].input-sm,
  .firm-profile-box input[type="month"].input-sm,
  .input-group-sm .firm-profile-box input[type="date"],
  .input-group-sm .firm-profile-box input[type="time"],
  .input-group-sm .firm-profile-box input[type="datetime-local"],
  .input-group-sm .firm-profile-box input[type="month"] {
    line-height: 30px;
  }
  .firm-profile-box input[type="date"].input-lg,
  .firm-profile-box input[type="time"].input-lg,
  .firm-profile-box input[type="datetime-local"].input-lg,
  .firm-profile-box input[type="month"].input-lg,
  .input-group-lg .firm-profile-box input[type="date"],
  .input-group-lg .firm-profile-box input[type="time"],
  .input-group-lg .firm-profile-box input[type="datetime-local"],
  .input-group-lg .firm-profile-box input[type="month"] {
    line-height: 46px;
  }
}
.firm-profile-box .form-group {
  margin-bottom: 15px;
}
.firm-profile-box .radio,
.firm-profile-box .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.firm-profile-box .radio.disabled label,
.firm-profile-box .checkbox.disabled label,
fieldset[disabled] .firm-profile-box .radio label,
fieldset[disabled] .firm-profile-box .checkbox label {
  cursor: not-allowed;
}
.firm-profile-box .radio label,
.firm-profile-box .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.firm-profile-box .radio input[type="radio"],
.firm-profile-box .radio-inline input[type="radio"],
.firm-profile-box .checkbox input[type="checkbox"],
.firm-profile-box .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.firm-profile-box .radio + .radio,
.firm-profile-box .checkbox + .checkbox {
  margin-top: -5px;
}
.firm-profile-box .radio-inline,
.firm-profile-box .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.firm-profile-box .radio-inline.disabled,
.firm-profile-box .checkbox-inline.disabled,
fieldset[disabled] .firm-profile-box .radio-inline,
fieldset[disabled] .firm-profile-box .checkbox-inline {
  cursor: not-allowed;
}
.firm-profile-box .radio-inline + .radio-inline,
.firm-profile-box .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.firm-profile-box .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.firm-profile-box .form-control-static.input-lg,
.firm-profile-box .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.firm-profile-box .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.firm-profile-box .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.firm-profile-box .input-sm,
select[multiple].firm-profile-box .input-sm {
  height: auto;
}
.firm-profile-box .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.firm-profile-box .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.firm-profile-box .form-group-sm textarea.form-control,
.firm-profile-box .form-group-sm select[multiple].form-control {
  height: auto;
}
.firm-profile-box .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.firm-profile-box .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.firm-profile-box .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.firm-profile-box .input-lg,
select[multiple].firm-profile-box .input-lg {
  height: auto;
}
.firm-profile-box .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.firm-profile-box .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.firm-profile-box .form-group-lg textarea.form-control,
.firm-profile-box .form-group-lg select[multiple].form-control {
  height: auto;
}
.firm-profile-box .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.firm-profile-box .has-feedback {
  position: relative;
}
.firm-profile-box .has-feedback .form-control {
  padding-right: 42.5px;
}
.firm-profile-box .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.firm-profile-box .input-lg + .form-control-feedback,
.firm-profile-box .input-group-lg + .form-control-feedback,
.firm-profile-box .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.firm-profile-box .input-sm + .form-control-feedback,
.firm-profile-box .input-group-sm + .form-control-feedback,
.firm-profile-box .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.firm-profile-box .has-success .help-block,
.firm-profile-box .has-success .control-label,
.firm-profile-box .has-success .radio,
.firm-profile-box .has-success .checkbox,
.firm-profile-box .has-success .radio-inline,
.firm-profile-box .has-success .checkbox-inline,
.firm-profile-box .has-success.radio label,
.firm-profile-box .has-success.checkbox label,
.firm-profile-box .has-success.radio-inline label,
.firm-profile-box .has-success.checkbox-inline label {
  color: #3c763d;
}
.firm-profile-box .has-success .form-control {
  border-color: #3c763d;
  -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);
}
.firm-profile-box .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.firm-profile-box .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.firm-profile-box .has-success .form-control-feedback {
  color: #3c763d;
}
.firm-profile-box .has-warning .help-block,
.firm-profile-box .has-warning .control-label,
.firm-profile-box .has-warning .radio,
.firm-profile-box .has-warning .checkbox,
.firm-profile-box .has-warning .radio-inline,
.firm-profile-box .has-warning .checkbox-inline,
.firm-profile-box .has-warning.radio label,
.firm-profile-box .has-warning.checkbox label,
.firm-profile-box .has-warning.radio-inline label,
.firm-profile-box .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.firm-profile-box .has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.firm-profile-box .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.firm-profile-box .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.firm-profile-box .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.firm-profile-box .has-error .help-block,
.firm-profile-box .has-error .control-label,
.firm-profile-box .has-error .radio,
.firm-profile-box .has-error .checkbox,
.firm-profile-box .has-error .radio-inline,
.firm-profile-box .has-error .checkbox-inline,
.firm-profile-box .has-error.radio label,
.firm-profile-box .has-error.checkbox label,
.firm-profile-box .has-error.radio-inline label,
.firm-profile-box .has-error.checkbox-inline label {
  color: #a94442;
}
.firm-profile-box .has-error .form-control {
  border-color: #a94442;
  -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);
}
.firm-profile-box .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.firm-profile-box .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.firm-profile-box .has-error .form-control-feedback {
  color: #a94442;
}
.firm-profile-box .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.firm-profile-box .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.firm-profile-box .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .firm-profile-box .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .firm-profile-box .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .firm-profile-box .form-inline .form-control-static {
    display: inline-block;
  }
  .firm-profile-box .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .firm-profile-box .form-inline .input-group .input-group-addon,
  .firm-profile-box .form-inline .input-group .input-group-btn,
  .firm-profile-box .form-inline .input-group .form-control {
    width: auto;
  }
  .firm-profile-box .form-inline .input-group > .form-control {
    width: 100%;
  }
  .firm-profile-box .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .firm-profile-box .form-inline .radio,
  .firm-profile-box .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .firm-profile-box .form-inline .radio label,
  .firm-profile-box .form-inline .checkbox label {
    padding-left: 0;
  }
  .firm-profile-box .form-inline .radio input[type="radio"],
  .firm-profile-box .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .firm-profile-box .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.firm-profile-box .form-horizontal .radio,
.firm-profile-box .form-horizontal .checkbox,
.firm-profile-box .form-horizontal .radio-inline,
.firm-profile-box .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.firm-profile-box .form-horizontal .radio,
.firm-profile-box .form-horizontal .checkbox {
  min-height: 27px;
}
.firm-profile-box .form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .firm-profile-box .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.firm-profile-box .form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .firm-profile-box .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .firm-profile-box .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.firm-profile-box .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.firm-profile-box .btn:focus,
.firm-profile-box .btn:active:focus,
.firm-profile-box .btn.active:focus,
.firm-profile-box .btn.focus,
.firm-profile-box .btn:active.focus,
.firm-profile-box .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.firm-profile-box .btn:hover,
.firm-profile-box .btn:focus,
.firm-profile-box .btn.focus {
  color: #333;
  text-decoration: none;
}
.firm-profile-box .btn:active,
.firm-profile-box .btn.active {
  background-image: none;
  outline: 0;
  -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);
}
.firm-profile-box .btn.disabled,
.firm-profile-box .btn[disabled],
fieldset[disabled] .firm-profile-box .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.firm-profile-box .btn.disabled,
fieldset[disabled] a.firm-profile-box .btn {
  pointer-events: none;
}
.firm-profile-box .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.firm-profile-box .btn-default:focus,
.firm-profile-box .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.firm-profile-box .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.firm-profile-box .btn-default:active,
.firm-profile-box .btn-default.active,
.open > .dropdown-toggle.firm-profile-box .btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.firm-profile-box .btn-default:active:hover,
.firm-profile-box .btn-default.active:hover,
.open > .dropdown-toggle.firm-profile-box .btn-default:hover,
.firm-profile-box .btn-default:active:focus,
.firm-profile-box .btn-default.active:focus,
.open > .dropdown-toggle.firm-profile-box .btn-default:focus,
.firm-profile-box .btn-default:active.focus,
.firm-profile-box .btn-default.active.focus,
.open > .dropdown-toggle.firm-profile-box .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.firm-profile-box .btn-default.disabled:hover,
.firm-profile-box .btn-default[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-default:hover,
.firm-profile-box .btn-default.disabled:focus,
.firm-profile-box .btn-default[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-default:focus,
.firm-profile-box .btn-default.disabled.focus,
.firm-profile-box .btn-default[disabled].focus,
fieldset[disabled] .firm-profile-box .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.firm-profile-box .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.firm-profile-box .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.firm-profile-box .btn-primary:focus,
.firm-profile-box .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.firm-profile-box .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.firm-profile-box .btn-primary:active,
.firm-profile-box .btn-primary.active,
.open > .dropdown-toggle.firm-profile-box .btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.firm-profile-box .btn-primary:active:hover,
.firm-profile-box .btn-primary.active:hover,
.open > .dropdown-toggle.firm-profile-box .btn-primary:hover,
.firm-profile-box .btn-primary:active:focus,
.firm-profile-box .btn-primary.active:focus,
.open > .dropdown-toggle.firm-profile-box .btn-primary:focus,
.firm-profile-box .btn-primary:active.focus,
.firm-profile-box .btn-primary.active.focus,
.open > .dropdown-toggle.firm-profile-box .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.firm-profile-box .btn-primary.disabled:hover,
.firm-profile-box .btn-primary[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-primary:hover,
.firm-profile-box .btn-primary.disabled:focus,
.firm-profile-box .btn-primary[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-primary:focus,
.firm-profile-box .btn-primary.disabled.focus,
.firm-profile-box .btn-primary[disabled].focus,
fieldset[disabled] .firm-profile-box .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.firm-profile-box .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.firm-profile-box .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.firm-profile-box .btn-success:focus,
.firm-profile-box .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.firm-profile-box .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.firm-profile-box .btn-success:active,
.firm-profile-box .btn-success.active,
.open > .dropdown-toggle.firm-profile-box .btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.firm-profile-box .btn-success:active:hover,
.firm-profile-box .btn-success.active:hover,
.open > .dropdown-toggle.firm-profile-box .btn-success:hover,
.firm-profile-box .btn-success:active:focus,
.firm-profile-box .btn-success.active:focus,
.open > .dropdown-toggle.firm-profile-box .btn-success:focus,
.firm-profile-box .btn-success:active.focus,
.firm-profile-box .btn-success.active.focus,
.open > .dropdown-toggle.firm-profile-box .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.firm-profile-box .btn-success.disabled:hover,
.firm-profile-box .btn-success[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-success:hover,
.firm-profile-box .btn-success.disabled:focus,
.firm-profile-box .btn-success[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-success:focus,
.firm-profile-box .btn-success.disabled.focus,
.firm-profile-box .btn-success[disabled].focus,
fieldset[disabled] .firm-profile-box .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.firm-profile-box .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.firm-profile-box .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.firm-profile-box .btn-info:focus,
.firm-profile-box .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.firm-profile-box .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.firm-profile-box .btn-info:active,
.firm-profile-box .btn-info.active,
.open > .dropdown-toggle.firm-profile-box .btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.firm-profile-box .btn-info:active:hover,
.firm-profile-box .btn-info.active:hover,
.open > .dropdown-toggle.firm-profile-box .btn-info:hover,
.firm-profile-box .btn-info:active:focus,
.firm-profile-box .btn-info.active:focus,
.open > .dropdown-toggle.firm-profile-box .btn-info:focus,
.firm-profile-box .btn-info:active.focus,
.firm-profile-box .btn-info.active.focus,
.open > .dropdown-toggle.firm-profile-box .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.firm-profile-box .btn-info.disabled:hover,
.firm-profile-box .btn-info[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-info:hover,
.firm-profile-box .btn-info.disabled:focus,
.firm-profile-box .btn-info[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-info:focus,
.firm-profile-box .btn-info.disabled.focus,
.firm-profile-box .btn-info[disabled].focus,
fieldset[disabled] .firm-profile-box .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.firm-profile-box .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.firm-profile-box .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.firm-profile-box .btn-warning:focus,
.firm-profile-box .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.firm-profile-box .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.firm-profile-box .btn-warning:active,
.firm-profile-box .btn-warning.active,
.open > .dropdown-toggle.firm-profile-box .btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.firm-profile-box .btn-warning:active:hover,
.firm-profile-box .btn-warning.active:hover,
.open > .dropdown-toggle.firm-profile-box .btn-warning:hover,
.firm-profile-box .btn-warning:active:focus,
.firm-profile-box .btn-warning.active:focus,
.open > .dropdown-toggle.firm-profile-box .btn-warning:focus,
.firm-profile-box .btn-warning:active.focus,
.firm-profile-box .btn-warning.active.focus,
.open > .dropdown-toggle.firm-profile-box .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.firm-profile-box .btn-warning.disabled:hover,
.firm-profile-box .btn-warning[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-warning:hover,
.firm-profile-box .btn-warning.disabled:focus,
.firm-profile-box .btn-warning[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-warning:focus,
.firm-profile-box .btn-warning.disabled.focus,
.firm-profile-box .btn-warning[disabled].focus,
fieldset[disabled] .firm-profile-box .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.firm-profile-box .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.firm-profile-box .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.firm-profile-box .btn-danger:focus,
.firm-profile-box .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.firm-profile-box .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.firm-profile-box .btn-danger:active,
.firm-profile-box .btn-danger.active,
.open > .dropdown-toggle.firm-profile-box .btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.firm-profile-box .btn-danger:active:hover,
.firm-profile-box .btn-danger.active:hover,
.open > .dropdown-toggle.firm-profile-box .btn-danger:hover,
.firm-profile-box .btn-danger:active:focus,
.firm-profile-box .btn-danger.active:focus,
.open > .dropdown-toggle.firm-profile-box .btn-danger:focus,
.firm-profile-box .btn-danger:active.focus,
.firm-profile-box .btn-danger.active.focus,
.open > .dropdown-toggle.firm-profile-box .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.firm-profile-box .btn-danger.disabled:hover,
.firm-profile-box .btn-danger[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-danger:hover,
.firm-profile-box .btn-danger.disabled:focus,
.firm-profile-box .btn-danger[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-danger:focus,
.firm-profile-box .btn-danger.disabled.focus,
.firm-profile-box .btn-danger[disabled].focus,
fieldset[disabled] .firm-profile-box .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.firm-profile-box .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.firm-profile-box .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.firm-profile-box .btn-link,
.firm-profile-box .btn-link:active,
.firm-profile-box .btn-link.active,
.firm-profile-box .btn-link[disabled],
fieldset[disabled] .firm-profile-box .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.firm-profile-box .btn-link,
.firm-profile-box .btn-link:hover,
.firm-profile-box .btn-link:focus,
.firm-profile-box .btn-link:active {
  border-color: transparent;
}
.firm-profile-box .btn-link:hover,
.firm-profile-box .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.firm-profile-box .btn-link[disabled]:hover,
fieldset[disabled] .firm-profile-box .btn-link:hover,
.firm-profile-box .btn-link[disabled]:focus,
fieldset[disabled] .firm-profile-box .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.firm-profile-box .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.firm-profile-box .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.firm-profile-box .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.firm-profile-box .btn-block {
  display: block;
  width: 100%;
}
.firm-profile-box .btn-block + .btn-block {
  margin-top: 5px;
}
.firm-profile-box input[type="submit"].btn-block,
.firm-profile-box input[type="reset"].btn-block,
.firm-profile-box input[type="button"].btn-block {
  width: 100%;
}
.firm-profile-box .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.firm-profile-box .fade.in {
  opacity: 1;
}
.firm-profile-box .collapse {
  display: none;
}
.firm-profile-box .collapse.in {
  display: block;
}
tr.firm-profile-box .collapse.in {
  display: table-row;
}
tbody.firm-profile-box .collapse.in {
  display: table-row-group;
}
.firm-profile-box .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.firm-profile-box .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.firm-profile-box .dropup,
.firm-profile-box .dropdown {
  position: relative;
}
.firm-profile-box .dropdown-toggle:focus {
  outline: 0;
}
.firm-profile-box .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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}
.firm-profile-box .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.firm-profile-box .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.firm-profile-box .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.firm-profile-box .dropdown-menu > li > a:hover,
.firm-profile-box .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.firm-profile-box .dropdown-menu > .active > a,
.firm-profile-box .dropdown-menu > .active > a:hover,
.firm-profile-box .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.firm-profile-box .dropdown-menu > .disabled > a,
.firm-profile-box .dropdown-menu > .disabled > a:hover,
.firm-profile-box .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.firm-profile-box .dropdown-menu > .disabled > a:hover,
.firm-profile-box .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.firm-profile-box .open > .dropdown-menu {
  display: block;
}
.firm-profile-box .open > a {
  outline: 0;
}
.firm-profile-box .dropdown-menu-right {
  right: 0;
  left: auto;
}
.firm-profile-box .dropdown-menu-left {
  right: auto;
  left: 0;
}
.firm-profile-box .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.firm-profile-box .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.firm-profile-box .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.firm-profile-box .dropup .caret,
.firm-profile-box .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.firm-profile-box .dropup .dropdown-menu,
.firm-profile-box .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .firm-profile-box .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.firm-profile-box .btn-group,
.firm-profile-box .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.firm-profile-box .btn-group > .btn,
.firm-profile-box .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.firm-profile-box .btn-group > .btn:hover,
.firm-profile-box .btn-group-vertical > .btn:hover,
.firm-profile-box .btn-group > .btn:focus,
.firm-profile-box .btn-group-vertical > .btn:focus,
.firm-profile-box .btn-group > .btn:active,
.firm-profile-box .btn-group-vertical > .btn:active,
.firm-profile-box .btn-group > .btn.active,
.firm-profile-box .btn-group-vertical > .btn.active {
  z-index: 2;
}
.firm-profile-box .btn-group .btn + .btn,
.firm-profile-box .btn-group .btn + .btn-group,
.firm-profile-box .btn-group .btn-group + .btn,
.firm-profile-box .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.firm-profile-box .btn-toolbar {
  margin-left: -5px;
}
.firm-profile-box .btn-toolbar .btn,
.firm-profile-box .btn-toolbar .btn-group,
.firm-profile-box .btn-toolbar .input-group {
  float: left;
}
.firm-profile-box .btn-toolbar > .btn,
.firm-profile-box .btn-toolbar > .btn-group,
.firm-profile-box .btn-toolbar > .input-group {
  margin-left: 5px;
}
.firm-profile-box .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.firm-profile-box .btn-group > .btn:first-child {
  margin-left: 0;
}
.firm-profile-box .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.firm-profile-box .btn-group > .btn:last-child:not(:first-child),
.firm-profile-box .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.firm-profile-box .btn-group > .btn-group {
  float: left;
}
.firm-profile-box .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.firm-profile-box .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.firm-profile-box .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.firm-profile-box .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.firm-profile-box .btn-group .dropdown-toggle:active,
.firm-profile-box .btn-group.open .dropdown-toggle {
  outline: 0;
}
.firm-profile-box .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.firm-profile-box .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.firm-profile-box .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);
}
.firm-profile-box .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.firm-profile-box .btn .caret {
  margin-left: 0;
}
.firm-profile-box .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.firm-profile-box .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.firm-profile-box .btn-group-vertical > .btn,
.firm-profile-box .btn-group-vertical > .btn-group,
.firm-profile-box .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.firm-profile-box .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.firm-profile-box .btn-group-vertical > .btn + .btn,
.firm-profile-box .btn-group-vertical > .btn + .btn-group,
.firm-profile-box .btn-group-vertical > .btn-group + .btn,
.firm-profile-box .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.firm-profile-box .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.firm-profile-box .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.firm-profile-box .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.firm-profile-box .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.firm-profile-box .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.firm-profile-box .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.firm-profile-box .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.firm-profile-box .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.firm-profile-box .btn-group-justified > .btn,
.firm-profile-box .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.firm-profile-box .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.firm-profile-box .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.firm-profile-box [data-toggle="buttons"] > .btn input[type="radio"],
.firm-profile-box [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.firm-profile-box [data-toggle="buttons"] > .btn input[type="checkbox"],
.firm-profile-box [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.firm-profile-box .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.firm-profile-box .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.firm-profile-box .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.firm-profile-box .input-group .form-control:focus {
  z-index: 3;
}
.firm-profile-box .input-group-lg > .form-control,
.firm-profile-box .input-group-lg > .input-group-addon,
.firm-profile-box .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.firm-profile-box .input-group-lg > .form-control,
select.firm-profile-box .input-group-lg > .input-group-addon,
select.firm-profile-box .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.firm-profile-box .input-group-lg > .form-control,
textarea.firm-profile-box .input-group-lg > .input-group-addon,
textarea.firm-profile-box .input-group-lg > .input-group-btn > .btn,
select[multiple].firm-profile-box .input-group-lg > .form-control,
select[multiple].firm-profile-box .input-group-lg > .input-group-addon,
select[multiple].firm-profile-box .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.firm-profile-box .input-group-sm > .form-control,
.firm-profile-box .input-group-sm > .input-group-addon,
.firm-profile-box .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.firm-profile-box .input-group-sm > .form-control,
select.firm-profile-box .input-group-sm > .input-group-addon,
select.firm-profile-box .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.firm-profile-box .input-group-sm > .form-control,
textarea.firm-profile-box .input-group-sm > .input-group-addon,
textarea.firm-profile-box .input-group-sm > .input-group-btn > .btn,
select[multiple].firm-profile-box .input-group-sm > .form-control,
select[multiple].firm-profile-box .input-group-sm > .input-group-addon,
select[multiple].firm-profile-box .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.firm-profile-box .input-group-addon,
.firm-profile-box .input-group-btn,
.firm-profile-box .input-group .form-control {
  display: table-cell;
}
.firm-profile-box .input-group-addon:not(:first-child):not(:last-child),
.firm-profile-box .input-group-btn:not(:first-child):not(:last-child),
.firm-profile-box .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.firm-profile-box .input-group-addon,
.firm-profile-box .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.firm-profile-box .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.firm-profile-box .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.firm-profile-box .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.firm-profile-box .input-group-addon input[type="radio"],
.firm-profile-box .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.firm-profile-box .input-group .form-control:first-child,
.firm-profile-box .input-group-addon:first-child,
.firm-profile-box .input-group-btn:first-child > .btn,
.firm-profile-box .input-group-btn:first-child > .btn-group > .btn,
.firm-profile-box .input-group-btn:first-child > .dropdown-toggle,
.firm-profile-box .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.firm-profile-box .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.firm-profile-box .input-group-addon:first-child {
  border-right: 0;
}
.firm-profile-box .input-group .form-control:last-child,
.firm-profile-box .input-group-addon:last-child,
.firm-profile-box .input-group-btn:last-child > .btn,
.firm-profile-box .input-group-btn:last-child > .btn-group > .btn,
.firm-profile-box .input-group-btn:last-child > .dropdown-toggle,
.firm-profile-box .input-group-btn:first-child > .btn:not(:first-child),
.firm-profile-box .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.firm-profile-box .input-group-addon:last-child {
  border-left: 0;
}
.firm-profile-box .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.firm-profile-box .input-group-btn > .btn {
  position: relative;
}
.firm-profile-box .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.firm-profile-box .input-group-btn > .btn:hover,
.firm-profile-box .input-group-btn > .btn:focus,
.firm-profile-box .input-group-btn > .btn:active {
  z-index: 2;
}
.firm-profile-box .input-group-btn:first-child > .btn,
.firm-profile-box .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.firm-profile-box .input-group-btn:last-child > .btn,
.firm-profile-box .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.firm-profile-box .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.firm-profile-box .nav > li {
  position: relative;
  display: block;
}
.firm-profile-box .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.firm-profile-box .nav > li > a:hover,
.firm-profile-box .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.firm-profile-box .nav > li.disabled > a {
  color: #777777;
}
.firm-profile-box .nav > li.disabled > a:hover,
.firm-profile-box .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.firm-profile-box .nav .open > a,
.firm-profile-box .nav .open > a:hover,
.firm-profile-box .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.firm-profile-box .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.firm-profile-box .nav > li > a > img {
  max-width: none;
}
.firm-profile-box .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.firm-profile-box .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.firm-profile-box .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.firm-profile-box .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.firm-profile-box .nav-tabs > li.active > a,
.firm-profile-box .nav-tabs > li.active > a:hover,
.firm-profile-box .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.firm-profile-box .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.firm-profile-box .nav-tabs.nav-justified > li {
  float: none;
}
.firm-profile-box .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.firm-profile-box .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .firm-profile-box .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .firm-profile-box .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.firm-profile-box .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.firm-profile-box .nav-tabs.nav-justified > .active > a,
.firm-profile-box .nav-tabs.nav-justified > .active > a:hover,
.firm-profile-box .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .firm-profile-box .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .firm-profile-box .nav-tabs.nav-justified > .active > a,
  .firm-profile-box .nav-tabs.nav-justified > .active > a:hover,
  .firm-profile-box .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.firm-profile-box .nav-pills > li {
  float: left;
}
.firm-profile-box .nav-pills > li > a {
  border-radius: 4px;
}
.firm-profile-box .nav-pills > li + li {
  margin-left: 2px;
}
.firm-profile-box .nav-pills > li.active > a,
.firm-profile-box .nav-pills > li.active > a:hover,
.firm-profile-box .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.firm-profile-box .nav-stacked > li {
  float: none;
}
.firm-profile-box .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.firm-profile-box .nav-justified {
  width: 100%;
}
.firm-profile-box .nav-justified > li {
  float: none;
}
.firm-profile-box .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.firm-profile-box .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .firm-profile-box .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .firm-profile-box .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.firm-profile-box .nav-tabs-justified {
  border-bottom: 0;
}
.firm-profile-box .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.firm-profile-box .nav-tabs-justified > .active > a,
.firm-profile-box .nav-tabs-justified > .active > a:hover,
.firm-profile-box .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .firm-profile-box .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .firm-profile-box .nav-tabs-justified > .active > a,
  .firm-profile-box .nav-tabs-justified > .active > a:hover,
  .firm-profile-box .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.firm-profile-box .tab-content > .tab-pane {
  display: none;
}
.firm-profile-box .tab-content > .active {
  display: block;
}
.firm-profile-box .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.firm-profile-box .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .firm-profile-box .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-header {
    float: left;
  }
}
.firm-profile-box .navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.firm-profile-box .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .firm-profile-box .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .firm-profile-box .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .firm-profile-box .navbar-collapse,
  .navbar-static-top .firm-profile-box .navbar-collapse,
  .navbar-fixed-bottom .firm-profile-box .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.firm-profile-box .navbar-fixed-top,
.firm-profile-box .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.firm-profile-box .navbar-fixed-top .navbar-collapse,
.firm-profile-box .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .firm-profile-box .navbar-fixed-top .navbar-collapse,
  .firm-profile-box .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-fixed-top,
  .firm-profile-box .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.firm-profile-box .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.firm-profile-box .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.firm-profile-box .container > .navbar-header,
.firm-profile-box .container-fluid > .navbar-header,
.firm-profile-box .container > .navbar-collapse,
.firm-profile-box .container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .firm-profile-box .container > .navbar-header,
  .firm-profile-box .container-fluid > .navbar-header,
  .firm-profile-box .container > .navbar-collapse,
  .firm-profile-box .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.firm-profile-box .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-static-top {
    border-radius: 0;
  }
}
.firm-profile-box .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
}
.firm-profile-box .navbar-brand:hover,
.firm-profile-box .navbar-brand:focus {
  text-decoration: none;
}
.firm-profile-box .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .firm-profile-box .navbar-brand,
  .navbar > .container-fluid .firm-profile-box .navbar-brand {
    margin-left: -20px;
  }
}
.firm-profile-box .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.firm-profile-box .navbar-toggle:focus {
  outline: 0;
}
.firm-profile-box .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.firm-profile-box .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-toggle {
    display: none;
  }
}
.firm-profile-box .navbar-nav {
  margin: 7.5px -20px;
}
.firm-profile-box .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .firm-profile-box .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .firm-profile-box .navbar-nav .open .dropdown-menu > li > a,
  .firm-profile-box .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .firm-profile-box .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .firm-profile-box .navbar-nav .open .dropdown-menu > li > a:hover,
  .firm-profile-box .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-nav {
    float: left;
    margin: 0;
  }
  .firm-profile-box .navbar-nav > li {
    float: left;
  }
  .firm-profile-box .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.firm-profile-box .navbar-form {
  padding: 10px 20px;
  margin-right: -20px;
  margin-left: -20px;
  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) {
  .firm-profile-box .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .firm-profile-box .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .firm-profile-box .navbar-form .form-control-static {
    display: inline-block;
  }
  .firm-profile-box .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .firm-profile-box .navbar-form .input-group .input-group-addon,
  .firm-profile-box .navbar-form .input-group .input-group-btn,
  .firm-profile-box .navbar-form .input-group .form-control {
    width: auto;
  }
  .firm-profile-box .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .firm-profile-box .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .firm-profile-box .navbar-form .radio,
  .firm-profile-box .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .firm-profile-box .navbar-form .radio label,
  .firm-profile-box .navbar-form .checkbox label {
    padding-left: 0;
  }
  .firm-profile-box .navbar-form .radio input[type="radio"],
  .firm-profile-box .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .firm-profile-box .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .firm-profile-box .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .firm-profile-box .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.firm-profile-box .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.firm-profile-box .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.firm-profile-box .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.firm-profile-box .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.firm-profile-box .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.firm-profile-box .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-text {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .firm-profile-box .navbar-left {
    float: left !important;
  }
  .firm-profile-box .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .firm-profile-box .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.firm-profile-box .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.firm-profile-box .navbar-default .navbar-brand {
  color: #777;
}
.firm-profile-box .navbar-default .navbar-brand:hover,
.firm-profile-box .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.firm-profile-box .navbar-default .navbar-text {
  color: #777;
}
.firm-profile-box .navbar-default .navbar-nav > li > a {
  color: #777;
}
.firm-profile-box .navbar-default .navbar-nav > li > a:hover,
.firm-profile-box .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.firm-profile-box .navbar-default .navbar-nav > .active > a,
.firm-profile-box .navbar-default .navbar-nav > .active > a:hover,
.firm-profile-box .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.firm-profile-box .navbar-default .navbar-nav > .disabled > a,
.firm-profile-box .navbar-default .navbar-nav > .disabled > a:hover,
.firm-profile-box .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.firm-profile-box .navbar-default .navbar-nav > .open > a,
.firm-profile-box .navbar-default .navbar-nav > .open > a:hover,
.firm-profile-box .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .firm-profile-box .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.firm-profile-box .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.firm-profile-box .navbar-default .navbar-toggle:hover,
.firm-profile-box .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.firm-profile-box .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.firm-profile-box .navbar-default .navbar-collapse,
.firm-profile-box .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.firm-profile-box .navbar-default .navbar-link {
  color: #777;
}
.firm-profile-box .navbar-default .navbar-link:hover {
  color: #333;
}
.firm-profile-box .navbar-default .btn-link {
  color: #777;
}
.firm-profile-box .navbar-default .btn-link:hover,
.firm-profile-box .navbar-default .btn-link:focus {
  color: #333;
}
.firm-profile-box .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .firm-profile-box .navbar-default .btn-link:hover,
.firm-profile-box .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .firm-profile-box .navbar-default .btn-link:focus {
  color: #ccc;
}
.firm-profile-box .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.firm-profile-box .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.firm-profile-box .navbar-inverse .navbar-brand:hover,
.firm-profile-box .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.firm-profile-box .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.firm-profile-box .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.firm-profile-box .navbar-inverse .navbar-nav > li > a:hover,
.firm-profile-box .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.firm-profile-box .navbar-inverse .navbar-nav > .active > a,
.firm-profile-box .navbar-inverse .navbar-nav > .active > a:hover,
.firm-profile-box .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.firm-profile-box .navbar-inverse .navbar-nav > .disabled > a,
.firm-profile-box .navbar-inverse .navbar-nav > .disabled > a:hover,
.firm-profile-box .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.firm-profile-box .navbar-inverse .navbar-nav > .open > a,
.firm-profile-box .navbar-inverse .navbar-nav > .open > a:hover,
.firm-profile-box .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .firm-profile-box .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.firm-profile-box .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.firm-profile-box .navbar-inverse .navbar-toggle:hover,
.firm-profile-box .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.firm-profile-box .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.firm-profile-box .navbar-inverse .navbar-collapse,
.firm-profile-box .navbar-inverse .navbar-form {
  border-color: #101010;
}
.firm-profile-box .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.firm-profile-box .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.firm-profile-box .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.firm-profile-box .navbar-inverse .btn-link:hover,
.firm-profile-box .navbar-inverse .btn-link:focus {
  color: #fff;
}
.firm-profile-box .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .firm-profile-box .navbar-inverse .btn-link:hover,
.firm-profile-box .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .firm-profile-box .navbar-inverse .btn-link:focus {
  color: #444;
}
.firm-profile-box .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.firm-profile-box .breadcrumb > li {
  display: inline-block;
}
.firm-profile-box .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.firm-profile-box .breadcrumb > .active {
  color: #777777;
}
.firm-profile-box .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.firm-profile-box .pagination > li {
  display: inline;
}
.firm-profile-box .pagination > li > a,
.firm-profile-box .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.firm-profile-box .pagination > li > a:hover,
.firm-profile-box .pagination > li > span:hover,
.firm-profile-box .pagination > li > a:focus,
.firm-profile-box .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.firm-profile-box .pagination > li:first-child > a,
.firm-profile-box .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.firm-profile-box .pagination > li:last-child > a,
.firm-profile-box .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.firm-profile-box .pagination > .active > a,
.firm-profile-box .pagination > .active > span,
.firm-profile-box .pagination > .active > a:hover,
.firm-profile-box .pagination > .active > span:hover,
.firm-profile-box .pagination > .active > a:focus,
.firm-profile-box .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.firm-profile-box .pagination > .disabled > span,
.firm-profile-box .pagination > .disabled > span:hover,
.firm-profile-box .pagination > .disabled > span:focus,
.firm-profile-box .pagination > .disabled > a,
.firm-profile-box .pagination > .disabled > a:hover,
.firm-profile-box .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.firm-profile-box .pagination-lg > li > a,
.firm-profile-box .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.firm-profile-box .pagination-lg > li:first-child > a,
.firm-profile-box .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.firm-profile-box .pagination-lg > li:last-child > a,
.firm-profile-box .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.firm-profile-box .pagination-sm > li > a,
.firm-profile-box .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.firm-profile-box .pagination-sm > li:first-child > a,
.firm-profile-box .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.firm-profile-box .pagination-sm > li:last-child > a,
.firm-profile-box .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.firm-profile-box .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.firm-profile-box .pager li {
  display: inline;
}
.firm-profile-box .pager li > a,
.firm-profile-box .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.firm-profile-box .pager li > a:hover,
.firm-profile-box .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.firm-profile-box .pager .next > a,
.firm-profile-box .pager .next > span {
  float: right;
}
.firm-profile-box .pager .previous > a,
.firm-profile-box .pager .previous > span {
  float: left;
}
.firm-profile-box .pager .disabled > a,
.firm-profile-box .pager .disabled > a:hover,
.firm-profile-box .pager .disabled > a:focus,
.firm-profile-box .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.firm-profile-box .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.firm-profile-box .label:hover,
a.firm-profile-box .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.firm-profile-box .label:empty {
  display: none;
}
.btn .firm-profile-box .label {
  position: relative;
  top: -1px;
}
.firm-profile-box .label-default {
  background-color: #777777;
}
.firm-profile-box .label-default[href]:hover,
.firm-profile-box .label-default[href]:focus {
  background-color: #5e5e5e;
}
.firm-profile-box .label-primary {
  background-color: #337ab7;
}
.firm-profile-box .label-primary[href]:hover,
.firm-profile-box .label-primary[href]:focus {
  background-color: #286090;
}
.firm-profile-box .label-success {
  background-color: #5cb85c;
}
.firm-profile-box .label-success[href]:hover,
.firm-profile-box .label-success[href]:focus {
  background-color: #449d44;
}
.firm-profile-box .label-info {
  background-color: #5bc0de;
}
.firm-profile-box .label-info[href]:hover,
.firm-profile-box .label-info[href]:focus {
  background-color: #31b0d5;
}
.firm-profile-box .label-warning {
  background-color: #f0ad4e;
}
.firm-profile-box .label-warning[href]:hover,
.firm-profile-box .label-warning[href]:focus {
  background-color: #ec971f;
}
.firm-profile-box .label-danger {
  background-color: #d9534f;
}
.firm-profile-box .label-danger[href]:hover,
.firm-profile-box .label-danger[href]:focus {
  background-color: #c9302c;
}
.firm-profile-box .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.firm-profile-box .badge:empty {
  display: none;
}
.btn .firm-profile-box .badge {
  position: relative;
  top: -1px;
}
.btn-xs .firm-profile-box .badge,
.btn-group-xs > .btn .firm-profile-box .badge {
  top: 0;
  padding: 1px 5px;
}
a.firm-profile-box .badge:hover,
a.firm-profile-box .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .firm-profile-box .badge,
.nav-pills > .active > a > .firm-profile-box .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .firm-profile-box .badge {
  float: right;
}
.list-group-item > .firm-profile-box .badge + .firm-profile-box .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .firm-profile-box .badge {
  margin-left: 3px;
}
.firm-profile-box .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.firm-profile-box .jumbotron h1,
.firm-profile-box .jumbotron .h1 {
  color: inherit;
}
.firm-profile-box .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.firm-profile-box .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .firm-profile-box .jumbotron,
.container-fluid .firm-profile-box .jumbotron {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
}
.firm-profile-box .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .firm-profile-box .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .firm-profile-box .jumbotron,
  .container-fluid .firm-profile-box .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .firm-profile-box .jumbotron h1,
  .firm-profile-box .jumbotron .h1 {
    font-size: 63px;
  }
}
.firm-profile-box .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.firm-profile-box .thumbnail > img,
.firm-profile-box .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.firm-profile-box .thumbnail:hover,
a.firm-profile-box .thumbnail:focus,
a.firm-profile-box .thumbnail.active {
  border-color: #337ab7;
}
.firm-profile-box .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.firm-profile-box .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.firm-profile-box .alert h4 {
  margin-top: 0;
  color: inherit;
}
.firm-profile-box .alert .alert-link {
  font-weight: bold;
}
.firm-profile-box .alert > p,
.firm-profile-box .alert > ul {
  margin-bottom: 0;
}
.firm-profile-box .alert > p + p {
  margin-top: 5px;
}
.firm-profile-box .alert-dismissable,
.firm-profile-box .alert-dismissible {
  padding-right: 35px;
}
.firm-profile-box .alert-dismissable .close,
.firm-profile-box .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.firm-profile-box .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.firm-profile-box .alert-success hr {
  border-top-color: #c9e2b3;
}
.firm-profile-box .alert-success .alert-link {
  color: #2b542c;
}
.firm-profile-box .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.firm-profile-box .alert-info hr {
  border-top-color: #a6e1ec;
}
.firm-profile-box .alert-info .alert-link {
  color: #245269;
}
.firm-profile-box .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.firm-profile-box .alert-warning hr {
  border-top-color: #f7e1b5;
}
.firm-profile-box .alert-warning .alert-link {
  color: #66512c;
}
.firm-profile-box .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.firm-profile-box .alert-danger hr {
  border-top-color: #e4b9c0;
}
.firm-profile-box .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.firm-profile-box .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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);
}
.firm-profile-box .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.firm-profile-box .progress-striped .progress-bar,
.firm-profile-box .progress-bar-striped {
  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: -o-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;
}
.firm-profile-box .progress.active .progress-bar,
.firm-profile-box .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.firm-profile-box .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .firm-profile-box .progress-bar-success {
  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: -o-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);
}
.firm-profile-box .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .firm-profile-box .progress-bar-info {
  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: -o-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);
}
.firm-profile-box .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .firm-profile-box .progress-bar-warning {
  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: -o-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);
}
.firm-profile-box .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .firm-profile-box .progress-bar-danger {
  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: -o-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);
}
.firm-profile-box .media {
  margin-top: 15px;
}
.firm-profile-box .media:first-child {
  margin-top: 0;
}
.firm-profile-box .media,
.firm-profile-box .media-body {
  overflow: hidden;
  zoom: 1;
}
.firm-profile-box .media-body {
  width: 10000px;
}
.firm-profile-box .media-object {
  display: block;
}
.firm-profile-box .media-object.img-thumbnail {
  max-width: none;
}
.firm-profile-box .media-right,
.firm-profile-box .media > .pull-right {
  padding-left: 10px;
}
.firm-profile-box .media-left,
.firm-profile-box .media > .pull-left {
  padding-right: 10px;
}
.firm-profile-box .media-left,
.firm-profile-box .media-right,
.firm-profile-box .media-body {
  display: table-cell;
  vertical-align: top;
}
.firm-profile-box .media-middle {
  vertical-align: middle;
}
.firm-profile-box .media-bottom {
  vertical-align: bottom;
}
.firm-profile-box .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.firm-profile-box .media-list {
  padding-left: 0;
  list-style: none;
}
.firm-profile-box .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.firm-profile-box .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.firm-profile-box .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.firm-profile-box .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.firm-profile-box .list-group-item.disabled,
.firm-profile-box .list-group-item.disabled:hover,
.firm-profile-box .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.firm-profile-box .list-group-item.disabled .list-group-item-heading,
.firm-profile-box .list-group-item.disabled:hover .list-group-item-heading,
.firm-profile-box .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.firm-profile-box .list-group-item.disabled .list-group-item-text,
.firm-profile-box .list-group-item.disabled:hover .list-group-item-text,
.firm-profile-box .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.firm-profile-box .list-group-item.active,
.firm-profile-box .list-group-item.active:hover,
.firm-profile-box .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.firm-profile-box .list-group-item.active .list-group-item-heading,
.firm-profile-box .list-group-item.active:hover .list-group-item-heading,
.firm-profile-box .list-group-item.active:focus .list-group-item-heading,
.firm-profile-box .list-group-item.active .list-group-item-heading > small,
.firm-profile-box .list-group-item.active:hover .list-group-item-heading > small,
.firm-profile-box .list-group-item.active:focus .list-group-item-heading > small,
.firm-profile-box .list-group-item.active .list-group-item-heading > .small,
.firm-profile-box .list-group-item.active:hover .list-group-item-heading > .small,
.firm-profile-box .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.firm-profile-box .list-group-item.active .list-group-item-text,
.firm-profile-box .list-group-item.active:hover .list-group-item-text,
.firm-profile-box .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.firm-profile-box a.list-group-item,
.firm-profile-box button.list-group-item {
  color: #555;
}
.firm-profile-box a.list-group-item .list-group-item-heading,
.firm-profile-box button.list-group-item .list-group-item-heading {
  color: #333;
}
.firm-profile-box a.list-group-item:hover,
.firm-profile-box button.list-group-item:hover,
.firm-profile-box a.list-group-item:focus,
.firm-profile-box button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.firm-profile-box button.list-group-item {
  width: 100%;
  text-align: left;
}
.firm-profile-box .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.firm-profile-box .list-group-item-success,
button.firm-profile-box .list-group-item-success {
  color: #3c763d;
}
a.firm-profile-box .list-group-item-success .list-group-item-heading,
button.firm-profile-box .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.firm-profile-box .list-group-item-success:hover,
button.firm-profile-box .list-group-item-success:hover,
a.firm-profile-box .list-group-item-success:focus,
button.firm-profile-box .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.firm-profile-box .list-group-item-success.active,
button.firm-profile-box .list-group-item-success.active,
a.firm-profile-box .list-group-item-success.active:hover,
button.firm-profile-box .list-group-item-success.active:hover,
a.firm-profile-box .list-group-item-success.active:focus,
button.firm-profile-box .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.firm-profile-box .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.firm-profile-box .list-group-item-info,
button.firm-profile-box .list-group-item-info {
  color: #31708f;
}
a.firm-profile-box .list-group-item-info .list-group-item-heading,
button.firm-profile-box .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.firm-profile-box .list-group-item-info:hover,
button.firm-profile-box .list-group-item-info:hover,
a.firm-profile-box .list-group-item-info:focus,
button.firm-profile-box .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.firm-profile-box .list-group-item-info.active,
button.firm-profile-box .list-group-item-info.active,
a.firm-profile-box .list-group-item-info.active:hover,
button.firm-profile-box .list-group-item-info.active:hover,
a.firm-profile-box .list-group-item-info.active:focus,
button.firm-profile-box .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.firm-profile-box .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.firm-profile-box .list-group-item-warning,
button.firm-profile-box .list-group-item-warning {
  color: #8a6d3b;
}
a.firm-profile-box .list-group-item-warning .list-group-item-heading,
button.firm-profile-box .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.firm-profile-box .list-group-item-warning:hover,
button.firm-profile-box .list-group-item-warning:hover,
a.firm-profile-box .list-group-item-warning:focus,
button.firm-profile-box .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.firm-profile-box .list-group-item-warning.active,
button.firm-profile-box .list-group-item-warning.active,
a.firm-profile-box .list-group-item-warning.active:hover,
button.firm-profile-box .list-group-item-warning.active:hover,
a.firm-profile-box .list-group-item-warning.active:focus,
button.firm-profile-box .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.firm-profile-box .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.firm-profile-box .list-group-item-danger,
button.firm-profile-box .list-group-item-danger {
  color: #a94442;
}
a.firm-profile-box .list-group-item-danger .list-group-item-heading,
button.firm-profile-box .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.firm-profile-box .list-group-item-danger:hover,
button.firm-profile-box .list-group-item-danger:hover,
a.firm-profile-box .list-group-item-danger:focus,
button.firm-profile-box .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.firm-profile-box .list-group-item-danger.active,
button.firm-profile-box .list-group-item-danger.active,
a.firm-profile-box .list-group-item-danger.active:hover,
button.firm-profile-box .list-group-item-danger.active:hover,
a.firm-profile-box .list-group-item-danger.active:focus,
button.firm-profile-box .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.firm-profile-box .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.firm-profile-box .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.firm-profile-box .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);
}
.firm-profile-box .panel-body {
  padding: 15px;
}
.firm-profile-box .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.firm-profile-box .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.firm-profile-box .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.firm-profile-box .panel-title > a,
.firm-profile-box .panel-title > small,
.firm-profile-box .panel-title > .small,
.firm-profile-box .panel-title > small > a,
.firm-profile-box .panel-title > .small > a {
  color: inherit;
}
.firm-profile-box .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.firm-profile-box .panel > .list-group,
.firm-profile-box .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.firm-profile-box .panel > .list-group .list-group-item,
.firm-profile-box .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.firm-profile-box .panel > .list-group:first-child .list-group-item:first-child,
.firm-profile-box .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.firm-profile-box .panel > .list-group:last-child .list-group-item:last-child,
.firm-profile-box .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.firm-profile-box .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.firm-profile-box .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.firm-profile-box .list-group + .panel-footer {
  border-top-width: 0;
}
.firm-profile-box .panel > .table,
.firm-profile-box .panel > .table-responsive > .table,
.firm-profile-box .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.firm-profile-box .panel > .table caption,
.firm-profile-box .panel > .table-responsive > .table caption,
.firm-profile-box .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.firm-profile-box .panel > .table:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.firm-profile-box .panel > .table:first-child > thead:first-child > tr:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.firm-profile-box .panel > .table:first-child > tbody:first-child > tr:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.firm-profile-box .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.firm-profile-box .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.firm-profile-box .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.firm-profile-box .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.firm-profile-box .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.firm-profile-box .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.firm-profile-box .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.firm-profile-box .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.firm-profile-box .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.firm-profile-box .panel > .table:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.firm-profile-box .panel > .table:last-child > tbody:last-child > tr:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.firm-profile-box .panel > .table:last-child > tfoot:last-child > tr:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.firm-profile-box .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.firm-profile-box .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.firm-profile-box .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.firm-profile-box .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.firm-profile-box .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.firm-profile-box .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.firm-profile-box .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.firm-profile-box .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.firm-profile-box .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.firm-profile-box .panel > .panel-body + .table,
.firm-profile-box .panel > .panel-body + .table-responsive,
.firm-profile-box .panel > .table + .panel-body,
.firm-profile-box .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.firm-profile-box .panel > .table > tbody:first-child > tr:first-child th,
.firm-profile-box .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.firm-profile-box .panel > .table-bordered,
.firm-profile-box .panel > .table-responsive > .table-bordered {
  border: 0;
}
.firm-profile-box .panel > .table-bordered > thead > tr > th:first-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.firm-profile-box .panel > .table-bordered > tbody > tr > th:first-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.firm-profile-box .panel > .table-bordered > tfoot > tr > th:first-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.firm-profile-box .panel > .table-bordered > thead > tr > td:first-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.firm-profile-box .panel > .table-bordered > tbody > tr > td:first-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.firm-profile-box .panel > .table-bordered > tfoot > tr > td:first-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.firm-profile-box .panel > .table-bordered > thead > tr > th:last-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.firm-profile-box .panel > .table-bordered > tbody > tr > th:last-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.firm-profile-box .panel > .table-bordered > tfoot > tr > th:last-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.firm-profile-box .panel > .table-bordered > thead > tr > td:last-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.firm-profile-box .panel > .table-bordered > tbody > tr > td:last-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.firm-profile-box .panel > .table-bordered > tfoot > tr > td:last-child,
.firm-profile-box .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.firm-profile-box .panel > .table-bordered > thead > tr:first-child > td,
.firm-profile-box .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.firm-profile-box .panel > .table-bordered > tbody > tr:first-child > td,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.firm-profile-box .panel > .table-bordered > thead > tr:first-child > th,
.firm-profile-box .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.firm-profile-box .panel > .table-bordered > tbody > tr:first-child > th,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.firm-profile-box .panel > .table-bordered > tbody > tr:last-child > td,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.firm-profile-box .panel > .table-bordered > tfoot > tr:last-child > td,
.firm-profile-box .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.firm-profile-box .panel > .table-bordered > tbody > tr:last-child > th,
.firm-profile-box .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.firm-profile-box .panel > .table-bordered > tfoot > tr:last-child > th,
.firm-profile-box .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.firm-profile-box .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.firm-profile-box .panel-group {
  margin-bottom: 20px;
}
.firm-profile-box .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.firm-profile-box .panel-group .panel + .panel {
  margin-top: 5px;
}
.firm-profile-box .panel-group .panel-heading {
  border-bottom: 0;
}
.firm-profile-box .panel-group .panel-heading + .panel-collapse > .panel-body,
.firm-profile-box .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.firm-profile-box .panel-group .panel-footer {
  border-top: 0;
}
.firm-profile-box .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.firm-profile-box .panel-default {
  border-color: #ddd;
}
.firm-profile-box .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.firm-profile-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.firm-profile-box .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.firm-profile-box .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.firm-profile-box .panel-primary {
  border-color: #337ab7;
}
.firm-profile-box .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.firm-profile-box .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.firm-profile-box .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.firm-profile-box .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.firm-profile-box .panel-success {
  border-color: #d6e9c6;
}
.firm-profile-box .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.firm-profile-box .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.firm-profile-box .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.firm-profile-box .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.firm-profile-box .panel-info {
  border-color: #bce8f1;
}
.firm-profile-box .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.firm-profile-box .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.firm-profile-box .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.firm-profile-box .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.firm-profile-box .panel-warning {
  border-color: #faebcc;
}
.firm-profile-box .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.firm-profile-box .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.firm-profile-box .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.firm-profile-box .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.firm-profile-box .panel-danger {
  border-color: #ebccd1;
}
.firm-profile-box .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.firm-profile-box .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.firm-profile-box .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.firm-profile-box .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.firm-profile-box .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.firm-profile-box .embed-responsive .embed-responsive-item,
.firm-profile-box .embed-responsive iframe,
.firm-profile-box .embed-responsive embed,
.firm-profile-box .embed-responsive object,
.firm-profile-box .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.firm-profile-box .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.firm-profile-box .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.firm-profile-box .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);
}
.firm-profile-box .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.firm-profile-box .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.firm-profile-box .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.firm-profile-box .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.firm-profile-box .close:hover,
.firm-profile-box .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.firm-profile-box .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.firm-profile-box .modal-open {
  overflow: hidden;
}
.firm-profile-box .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.firm-profile-box .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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;
}
.firm-profile-box .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.firm-profile-box .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.firm-profile-box .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.firm-profile-box .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  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);
  outline: 0;
}
.firm-profile-box .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.firm-profile-box .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.firm-profile-box .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.firm-profile-box .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.firm-profile-box .modal-header .close {
  margin-top: -2px;
}
.firm-profile-box .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.firm-profile-box .modal-body {
  position: relative;
  padding: 15px;
}
.firm-profile-box .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.firm-profile-box .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.firm-profile-box .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.firm-profile-box .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.firm-profile-box .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .firm-profile-box .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .firm-profile-box .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);
  }
  .firm-profile-box .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .firm-profile-box .modal-lg {
    width: 900px;
  }
}
.firm-profile-box .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.firm-profile-box .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.firm-profile-box .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.firm-profile-box .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.firm-profile-box .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.firm-profile-box .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.firm-profile-box .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.firm-profile-box .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.firm-profile-box .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.firm-profile-box .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.firm-profile-box .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.firm-profile-box .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.firm-profile-box .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.firm-profile-box .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.firm-profile-box .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.firm-profile-box .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.firm-profile-box .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  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);
}
.firm-profile-box .popover.top {
  margin-top: -10px;
}
.firm-profile-box .popover.right {
  margin-left: 10px;
}
.firm-profile-box .popover.bottom {
  margin-top: 10px;
}
.firm-profile-box .popover.left {
  margin-left: -10px;
}
.firm-profile-box .popover > .arrow {
  border-width: 11px;
}
.firm-profile-box .popover > .arrow,
.firm-profile-box .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.firm-profile-box .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.firm-profile-box .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.firm-profile-box .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.firm-profile-box .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.firm-profile-box .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.firm-profile-box .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.firm-profile-box .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.firm-profile-box .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);
}
.firm-profile-box .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.firm-profile-box .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.firm-profile-box .popover-content {
  padding: 9px 14px;
}
.firm-profile-box .carousel {
  position: relative;
}
.firm-profile-box .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.firm-profile-box .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.firm-profile-box .carousel-inner > .item > img,
.firm-profile-box .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .firm-profile-box .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .firm-profile-box .carousel-inner > .item.next,
  .firm-profile-box .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .firm-profile-box .carousel-inner > .item.prev,
  .firm-profile-box .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .firm-profile-box .carousel-inner > .item.next.left,
  .firm-profile-box .carousel-inner > .item.prev.right,
  .firm-profile-box .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.firm-profile-box .carousel-inner > .active,
.firm-profile-box .carousel-inner > .next,
.firm-profile-box .carousel-inner > .prev {
  display: block;
}
.firm-profile-box .carousel-inner > .active {
  left: 0;
}
.firm-profile-box .carousel-inner > .next,
.firm-profile-box .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.firm-profile-box .carousel-inner > .next {
  left: 100%;
}
.firm-profile-box .carousel-inner > .prev {
  left: -100%;
}
.firm-profile-box .carousel-inner > .next.left,
.firm-profile-box .carousel-inner > .prev.right {
  left: 0;
}
.firm-profile-box .carousel-inner > .active.left {
  left: -100%;
}
.firm-profile-box .carousel-inner > .active.right {
  left: 100%;
}
.firm-profile-box .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.firm-profile-box .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.firm-profile-box .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.firm-profile-box .carousel-control:hover,
.firm-profile-box .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.firm-profile-box .carousel-control .icon-prev,
.firm-profile-box .carousel-control .icon-next,
.firm-profile-box .carousel-control .glyphicon-chevron-left,
.firm-profile-box .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.firm-profile-box .carousel-control .icon-prev,
.firm-profile-box .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.firm-profile-box .carousel-control .icon-next,
.firm-profile-box .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.firm-profile-box .carousel-control .icon-prev,
.firm-profile-box .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.firm-profile-box .carousel-control .icon-prev:before {
  content: "\2039";
}
.firm-profile-box .carousel-control .icon-next:before {
  content: "\203a";
}
.firm-profile-box .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.firm-profile-box .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.firm-profile-box .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.firm-profile-box .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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);
}
.firm-profile-box .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .firm-profile-box .carousel-control .glyphicon-chevron-left,
  .firm-profile-box .carousel-control .glyphicon-chevron-right,
  .firm-profile-box .carousel-control .icon-prev,
  .firm-profile-box .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .firm-profile-box .carousel-control .glyphicon-chevron-left,
  .firm-profile-box .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .firm-profile-box .carousel-control .glyphicon-chevron-right,
  .firm-profile-box .carousel-control .icon-next {
    margin-right: -10px;
  }
  .firm-profile-box .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .firm-profile-box .carousel-indicators {
    bottom: 20px;
  }
}
.firm-profile-box .clearfix:before,
.firm-profile-box .clearfix:after,
.firm-profile-box .firm-profile-box .dl-horizontal dd:before,
.firm-profile-box .firm-profile-box .dl-horizontal dd:after,
.firm-profile-box .firm-profile-box .container:before,
.firm-profile-box .firm-profile-box .container:after,
.firm-profile-box .firm-profile-box .container-fluid:before,
.firm-profile-box .firm-profile-box .container-fluid:after,
.firm-profile-box .firm-profile-box .row:before,
.firm-profile-box .firm-profile-box .row:after,
.firm-profile-box .firm-profile-box .form-horizontal .form-group:before,
.firm-profile-box .firm-profile-box .form-horizontal .form-group:after,
.firm-profile-box .firm-profile-box .btn-toolbar:before,
.firm-profile-box .firm-profile-box .btn-toolbar:after,
.firm-profile-box .firm-profile-box .btn-group-vertical > .btn-group:before,
.firm-profile-box .firm-profile-box .btn-group-vertical > .btn-group:after,
.firm-profile-box .firm-profile-box .nav:before,
.firm-profile-box .firm-profile-box .nav:after,
.firm-profile-box .firm-profile-box .navbar:before,
.firm-profile-box .firm-profile-box .navbar:after,
.firm-profile-box .firm-profile-box .navbar-header:before,
.firm-profile-box .firm-profile-box .navbar-header:after,
.firm-profile-box .firm-profile-box .navbar-collapse:before,
.firm-profile-box .firm-profile-box .navbar-collapse:after,
.firm-profile-box .firm-profile-box .pager:before,
.firm-profile-box .firm-profile-box .pager:after,
.firm-profile-box .firm-profile-box .panel-body:before,
.firm-profile-box .firm-profile-box .panel-body:after,
.firm-profile-box .firm-profile-box .modal-header:before,
.firm-profile-box .firm-profile-box .modal-header:after,
.firm-profile-box .firm-profile-box .modal-footer:before,
.firm-profile-box .firm-profile-box .modal-footer:after {
  display: table;
  content: " ";
}
.firm-profile-box .clearfix:after,
.firm-profile-box .firm-profile-box .dl-horizontal dd:after,
.firm-profile-box .firm-profile-box .container:after,
.firm-profile-box .firm-profile-box .container-fluid:after,
.firm-profile-box .firm-profile-box .row:after,
.firm-profile-box .firm-profile-box .form-horizontal .form-group:after,
.firm-profile-box .firm-profile-box .btn-toolbar:after,
.firm-profile-box .firm-profile-box .btn-group-vertical > .btn-group:after,
.firm-profile-box .firm-profile-box .nav:after,
.firm-profile-box .firm-profile-box .navbar:after,
.firm-profile-box .firm-profile-box .navbar-header:after,
.firm-profile-box .firm-profile-box .navbar-collapse:after,
.firm-profile-box .firm-profile-box .pager:after,
.firm-profile-box .firm-profile-box .panel-body:after,
.firm-profile-box .firm-profile-box .modal-header:after,
.firm-profile-box .firm-profile-box .modal-footer:after {
  clear: both;
}
.firm-profile-box .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.firm-profile-box .pull-right {
  float: right !important;
}
.firm-profile-box .pull-left {
  float: left !important;
}
.firm-profile-box .hide {
  display: none !important;
}
.firm-profile-box .show {
  display: block !important;
}
.firm-profile-box .invisible {
  visibility: hidden;
}
.firm-profile-box .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.firm-profile-box .hidden {
  display: none !important;
}
.firm-profile-box .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.firm-profile-box .visible-xs,
.firm-profile-box .visible-sm,
.firm-profile-box .visible-md,
.firm-profile-box .visible-lg {
  display: none !important;
}
.firm-profile-box .visible-xs-block,
.firm-profile-box .visible-xs-inline,
.firm-profile-box .visible-xs-inline-block,
.firm-profile-box .visible-sm-block,
.firm-profile-box .visible-sm-inline,
.firm-profile-box .visible-sm-inline-block,
.firm-profile-box .visible-md-block,
.firm-profile-box .visible-md-inline,
.firm-profile-box .visible-md-inline-block,
.firm-profile-box .visible-lg-block,
.firm-profile-box .visible-lg-inline,
.firm-profile-box .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .firm-profile-box .visible-xs {
    display: block !important;
  }
  table.firm-profile-box .visible-xs {
    display: table !important;
  }
  tr.firm-profile-box .visible-xs {
    display: table-row !important;
  }
  th.firm-profile-box .visible-xs,
  td.firm-profile-box .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .firm-profile-box .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .firm-profile-box .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .firm-profile-box .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .firm-profile-box .visible-sm {
    display: block !important;
  }
  table.firm-profile-box .visible-sm {
    display: table !important;
  }
  tr.firm-profile-box .visible-sm {
    display: table-row !important;
  }
  th.firm-profile-box .visible-sm,
  td.firm-profile-box .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .firm-profile-box .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .firm-profile-box .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .firm-profile-box .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .firm-profile-box .visible-md {
    display: block !important;
  }
  table.firm-profile-box .visible-md {
    display: table !important;
  }
  tr.firm-profile-box .visible-md {
    display: table-row !important;
  }
  th.firm-profile-box .visible-md,
  td.firm-profile-box .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .firm-profile-box .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .firm-profile-box .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .firm-profile-box .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .visible-lg {
    display: block !important;
  }
  table.firm-profile-box .visible-lg {
    display: table !important;
  }
  tr.firm-profile-box .visible-lg {
    display: table-row !important;
  }
  th.firm-profile-box .visible-lg,
  td.firm-profile-box .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .firm-profile-box .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .firm-profile-box .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .firm-profile-box .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .hidden-lg {
    display: none !important;
  }
}
.firm-profile-box .visible-print {
  display: none !important;
}
@media print {
  .firm-profile-box .visible-print {
    display: block !important;
  }
  table.firm-profile-box .visible-print {
    display: table !important;
  }
  tr.firm-profile-box .visible-print {
    display: table-row !important;
  }
  th.firm-profile-box .visible-print,
  td.firm-profile-box .visible-print {
    display: table-cell !important;
  }
}
.firm-profile-box .visible-print-block {
  display: none !important;
}
@media print {
  .firm-profile-box .visible-print-block {
    display: block !important;
  }
}
.firm-profile-box .visible-print-inline {
  display: none !important;
}
@media print {
  .firm-profile-box .visible-print-inline {
    display: inline !important;
  }
}
.firm-profile-box .visible-print-inline-block {
  display: none !important;
}
@media print {
  .firm-profile-box .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .firm-profile-box .hidden-print {
    display: none !important;
  }
}
.firm-profile-box html,
.firm-profile-box body,
.firm-profile-box div,
.firm-profile-box span,
.firm-profile-box applet,
.firm-profile-box object,
.firm-profile-box iframe,
.firm-profile-box h1,
.firm-profile-box h2,
.firm-profile-box h3,
.firm-profile-box h4,
.firm-profile-box h5,
.firm-profile-box h6,
.firm-profile-box p,
.firm-profile-box blockquote,
.firm-profile-box pre,
.firm-profile-box a,
.firm-profile-box abbr,
.firm-profile-box acronym,
.firm-profile-box address,
.firm-profile-box big,
.firm-profile-box cite,
.firm-profile-box code,
.firm-profile-box del,
.firm-profile-box dfn,
.firm-profile-box em,
.firm-profile-box img,
.firm-profile-box ins,
.firm-profile-box kbd,
.firm-profile-box q,
.firm-profile-box s,
.firm-profile-box samp,
.firm-profile-box small,
.firm-profile-box strike,
.firm-profile-box strong,
.firm-profile-box sub,
.firm-profile-box sup,
.firm-profile-box tt,
.firm-profile-box var,
.firm-profile-box b,
.firm-profile-box u,
.firm-profile-box i,
.firm-profile-box center,
.firm-profile-box dl,
.firm-profile-box dt,
.firm-profile-box dd,
.firm-profile-box ol,
.firm-profile-box ul,
.firm-profile-box li,
.firm-profile-box fieldset,
.firm-profile-box form,
.firm-profile-box label,
.firm-profile-box legend,
.firm-profile-box table,
.firm-profile-box caption,
.firm-profile-box tbody,
.firm-profile-box tfoot,
.firm-profile-box thead,
.firm-profile-box tr,
.firm-profile-box th,
.firm-profile-box td,
.firm-profile-box article,
.firm-profile-box aside,
.firm-profile-box canvas,
.firm-profile-box details,
.firm-profile-box embed,
.firm-profile-box figure,
.firm-profile-box figcaption,
.firm-profile-box footer,
.firm-profile-box header,
.firm-profile-box hgroup,
.firm-profile-box menu,
.firm-profile-box nav,
.firm-profile-box output,
.firm-profile-box ruby,
.firm-profile-box section,
.firm-profile-box summary,
.firm-profile-box time,
.firm-profile-box mark,
.firm-profile-box audio,
.firm-profile-box video {
  border: 0;
  margin: 0;
  padding: 0;
}
.firm-profile-box article,
.firm-profile-box aside,
.firm-profile-box details,
.firm-profile-box figcaption,
.firm-profile-box figure,
.firm-profile-box footer,
.firm-profile-box header,
.firm-profile-box hgroup,
.firm-profile-box menu,
.firm-profile-box nav,
.firm-profile-box section {
  display: block;
}
.firm-profile-box body {
  line-height: 1;
}
.firm-profile-box ol,
.firm-profile-box ul {
  list-style: none;
}
.firm-profile-box blockquote,
.firm-profile-box q {
  quotes: none;
}
.firm-profile-box blockquote:before,
.firm-profile-box blockquote:after,
.firm-profile-box q:before,
.firm-profile-box q:after {
  content: '';
  content: none;
}
.firm-profile-box table {
  border-collapse: collapse;
  border-spacing: 0;
}
.firm-profile-box .loadingTwirl {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) !important;
  background-position: center;
  background-repeat: no-repeat;
}
.firm-profile-box body {
  background: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  padding-top: 70px;
}
.firm-profile-box .wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
.firm-profile-box a {
  color: #1a7cd1;
  cursor: pointer;
  text-decoration: none;
}
.firm-profile-box a:hover,
.firm-profile-box a:focus {
  color: #4ea1e9;
  outline: none;
  text-decoration: underline;
}
.firm-profile-box .box-white {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  line-height: 20px;
  padding: 20px;
}
.firm-profile-box .box-white:not(:first-child) {
  margin-top: 20px;
}
.firm-profile-box .box-white:empty + .box-white {
  margin-top: 0;
}
.firm-profile-box .separator {
  width: 100%;
  height: 20px;
}
.firm-profile-box [class^="icon-"]::before,
.firm-profile-box [class*=" icon-"]::before,
.firm-profile-box [class^="icon-"]:not(.no-margin)::before,
.firm-profile-box [class*=" icon-"]:not(.no-margin)::before {
  margin-right: 0;
}
.firm-profile-box .adminOpenNew,
.firm-profile-box .load-admin-box-js {
  top: 60px;
}
.firm-profile-box .notices .alert {
  padding: 0;
}
.firm-profile-box .notices .alert .close {
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .firm-profile-box .adminOpenNew,
  .firm-profile-box .load-admin-box-js {
    top: 10px;
  }
  .firm-profile-box .wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .firm-profile-box .wrapper .box-white {
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box body .main-header .container {
    max-width: 1140px;
  }
}
.firm-profile-box .navbar-recruitment {
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  line-height: 50px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1002;
}
.firm-profile-box .navbar-recruitment .container {
  height: inherit;
  line-height: inherit;
}
.firm-profile-box .navbar-recruitment .container .logo {
  width: 40px;
  height: 40px;
  background: url('../bundles/layout/img/logo-goldenline-G.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
}
.firm-profile-box .navbar-recruitment .container nav,
.firm-profile-box .navbar-recruitment .container nav .navigation-wrapper {
  display: inline-block;
}
.firm-profile-box .navbar-recruitment .container nav .navigation-wrapper a {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
.firm-profile-box .navbar-recruitment .container nav .user-info,
.firm-profile-box .navbar-recruitment .container nav .candidates-info {
  display: none;
}
.firm-profile-box .navbar-recruitment--white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
.firm-profile-box .navbar-recruitment--white .level-1,
.firm-profile-box .navbar-recruitment--white .dropdown a {
  color: #474747 !important;
  text-shadow: none!important;
}
.firm-profile-box .btn {
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#fff6f6f6', GradientType=0);
  background-repeat: repeat-x;
  font-weight: 700;
}
.firm-profile-box .btn:hover {
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #fcfcfc 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #fcfcfc 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fffcfcfc', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn,
.firm-profile-box .btn:focus,
.firm-profile-box .btn:hover {
  border-color: #ccc;
  color: #474747;
  outline: 0;
}
.firm-profile-box .btn.loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.firm-profile-box .btn.loading:after {
  width: 100%;
  height: 100%;
  background: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) center no-repeat;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.firm-profile-box .btn-primary {
  background-image: -webkit-linear-gradient(top, #ffcb48 0%, #ffbd32 100%);
  background-image: -o-linear-gradient(top, #ffcb48 0%, #ffbd32 100%);
  background-image: linear-gradient(to bottom, #ffcb48 0%, #ffbd32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcb48', endColorstr='#ffffbd32', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #ffbd32 0%, #ffcb48 100%);
  background-image: -o-linear-gradient(top, #ffbd32 0%, #ffcb48 100%);
  background-image: linear-gradient(to bottom, #ffbd32 0%, #ffcb48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbd32', endColorstr='#ffffcb48', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn-primary,
.firm-profile-box .btn-primary:focus,
.firm-profile-box .btn-primary:hover {
  border-color: #e3ac00;
  color: #634b00;
}
.firm-profile-box .btn-primary.loading:after {
  background: url(data:image/gif;base64,R0lGODlhEAAQAPMPAHFsZK+WYdewXZqHYcOjX4Z6Y2ZmZuy+XaSOYfXDW7ibX4+AYntzZMyoXmhnZf7KXCH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) center no-repeat;
}
.firm-profile-box .btn-success {
  background-image: -webkit-linear-gradient(top, #268fe7 0%, #1a7fe2 100%);
  background-image: -o-linear-gradient(top, #268fe7 0%, #1a7fe2 100%);
  background-image: linear-gradient(to bottom, #268fe7 0%, #1a7fe2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff268fe7', endColorstr='#ff1a7fe2', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn-success:hover {
  background-image: -webkit-linear-gradient(top, #1a7fe2 0%, #268fe7 100%);
  background-image: -o-linear-gradient(top, #1a7fe2 0%, #268fe7 100%);
  background-image: linear-gradient(to bottom, #1a7fe2 0%, #268fe7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a7fe2', endColorstr='#ff268fe7', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn-success,
.firm-profile-box .btn-success:focus,
.firm-profile-box .btn-success:hover {
  border-color: #1a7cd1;
  color: #fff;
}
.firm-profile-box .btn-success.loading:after {
  background: url(data:image/gif;base64,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) center no-repeat;
}
.firm-profile-box .btn-facebook {
  background-image: -webkit-linear-gradient(top, #4e77be 0%, #365894 100%);
  background-image: -o-linear-gradient(top, #4e77be 0%, #365894 100%);
  background-image: linear-gradient(to bottom, #4e77be 0%, #365894 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4e77be', endColorstr='#ff365894', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn-facebook:hover {
  background-image: -webkit-linear-gradient(top, #365894 0%, #4e77be 100%);
  background-image: -o-linear-gradient(top, #365894 0%, #4e77be 100%);
  background-image: linear-gradient(to bottom, #365894 0%, #4e77be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff365894', endColorstr='#ff4e77be', GradientType=0);
  background-repeat: repeat-x;
}
.firm-profile-box .btn-facebook,
.firm-profile-box .btn-facebook:focus,
.firm-profile-box .btn-facebook:hover {
  border-color: #1a7cd1;
  color: #fff;
}
.firm-profile-box .btn-facebook.loading:after {
  background: url(data:image/gif;base64,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) center no-repeat;
}
.firm-profile-box textarea {
  resize: vertical;
}
.firm-profile-box .control-group {
  margin-bottom: 20px;
}
.firm-profile-box .checkbox {
  color: #919191;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding-left: 20px;
}
.firm-profile-box .checkbox input {
  display: inline-block;
  float: left;
  margin-left: -20px;
  margin-top: 2px;
}
.firm-profile-box .form-group textarea,
.firm-profile-box .controls textarea {
  display: block;
}
.firm-profile-box .form-group input:not([type="checkbox"]):not([type="radio"]),
.firm-profile-box .controls input:not([type="checkbox"]):not([type="radio"]),
.firm-profile-box .form-group textarea,
.firm-profile-box .controls textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  padding: 4px 8px;
  width: 100%;
}
.firm-profile-box .form-group input:not([type="checkbox"]):not([type="radio"]):focus,
.firm-profile-box .controls input:not([type="checkbox"]):not([type="radio"]):focus,
.firm-profile-box .form-group textarea:focus,
.firm-profile-box .controls textarea:focus {
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
}
.firm-profile-box .form-group.has-error input:not([type="checkbox"]):not([type="radio"]),
.firm-profile-box .controls.error input:not([type="checkbox"]):not([type="radio"]),
.firm-profile-box .form-group.has-error textarea,
.firm-profile-box .controls.error textarea,
.firm-profile-box .form-group.has-error .jquery-autocompleter .widget,
.firm-profile-box .controls.error .jquery-autocompleter .widget,
.firm-profile-box .form-group.has-error select,
.firm-profile-box .controls.error select {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
  color: #f44336;
}
.firm-profile-box .form-group.has-error .jquery-autocompleter .widget input,
.firm-profile-box .controls.error .jquery-autocompleter .widget input {
  box-shadow: none;
}
.firm-profile-box .form-group.has-error input[type="checkbox"],
.firm-profile-box .controls.error input[type="checkbox"] {
  color: #f44336;
}
.firm-profile-box .form-group.has-error .tooltip.bottom,
.firm-profile-box .controls.error .tooltip.bottom {
  margin-top: 0;
  padding: 4px;
}
.firm-profile-box .form-group.has-error .tooltip.bottom .tooltip-arrow,
.firm-profile-box .controls.error .tooltip.bottom .tooltip-arrow {
  border-bottom: 4px solid #f44336;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin-left: -4px;
  top: 0;
}
.firm-profile-box .form-group.has-error .tooltip.bottom .tooltip-inner,
.firm-profile-box .controls.error .tooltip.bottom .tooltip-inner {
  background: #f44336;
  display: block;
  max-width: 250px;
}
.firm-profile-box .form-group.has-error .tooltip.left,
.firm-profile-box .controls.error .tooltip.left {
  margin-left: -15px;
  padding: 0 5px;
}
.firm-profile-box .form-group.has-error .tooltip.left .tooltip-arrow,
.firm-profile-box .controls.error .tooltip.left .tooltip-arrow {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #f44336;
  border-top: 4px solid transparent;
  margin-top: -5px;
  right: 1px;
  top: 50%;
}
.firm-profile-box .form-group.has-error .tooltip.left .tooltip-inner,
.firm-profile-box .controls.error .tooltip.left .tooltip-inner {
  background-color: #f44336;
  border-radius: 4px;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
}
.firm-profile-box .form-group .checkbox {
  margin-bottom: -6.66666667px;
  padding-left: 5px;
}
.firm-profile-box .modal.hide.in {
  display: block !important;
}
.firm-profile-box .modal a {
  cursor: pointer;
}
.firm-profile-box .modal .btn-facebook {
  display: block;
  margin-bottom: 15px;
}
.firm-profile-box .modal .btn-lg {
  font-size: 16px;
  line-height: 16px;
  padding: 17px 20px;
}
.firm-profile-box .modal .modal-content {
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.firm-profile-box .modal .separator {
  background-color: #e5e5e5;
  height: 1px;
  margin: 25px 0;
  text-align: center;
}
.firm-profile-box .modal .separator span {
  background-color: #fff;
  color: #919191;
  padding: 10px;
  position: relative;
  top: -6.66666667px;
}
.firm-profile-box .modal-header {
  border: 0;
  padding: 20px;
}
.firm-profile-box .modal-header h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.firm-profile-box .modal-header .close {
  margin-left: 10px;
}
.firm-profile-box .modal-header .close::before {
  font-size: 18px;
}
.firm-profile-box .modal-body {
  line-height: 24px;
  max-height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 20px;
}
.firm-profile-box .modal-body .register-form .btn-facebook {
  margin-bottom: 0;
}
.firm-profile-box .modal-body .register-form h4 {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 20px;
  text-align: center;
}
.firm-profile-box .modal-body .register-form form {
  margin-bottom: 20px;
}
.firm-profile-box .modal-body .register-form label {
  color: #919191;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.firm-profile-box .modal-body .register-form .name .form-group {
  float: left;
  width: 48%;
}
.firm-profile-box .modal-body .register-form .name .form-group + .form-group {
  float: right;
}
.firm-profile-box .modal-body .register-form .submit-section {
  margin-top: 30px;
}
.firm-profile-box .modal-body .register-form .submit-section > p {
  color: #919191;
  margin-top: 20px;
}
.firm-profile-box .modal-body .register-form .submit-section .btn-lg {
  float: right;
  padding: 20px 30px;
}
.firm-profile-box .modal-footer {
  background-color: #f3f3f3;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #e5e5e5;
  box-shadow: inset 0 1px 0 #fff;
  padding: 20px;
}
.firm-profile-box .modal-footer .btn {
  margin: 0 5px;
}
.firm-profile-box #profiling-agreement .modal-body {
  max-height: initial;
}
.firm-profile-box #register-modal .modal-body {
  overflow: visible;
}
.firm-profile-box #register-modal .modal-body:before,
.firm-profile-box #register-modal .modal-body:after {
  display: table;
  content: " ";
}
.firm-profile-box #register-modal .modal-body:after {
  clear: both;
}
.firm-profile-box #register-modal .modal-body:before,
.firm-profile-box #register-modal .modal-body:after {
  display: table;
  content: " ";
}
.firm-profile-box #register-modal .modal-body:after {
  clear: both;
}
.firm-profile-box #register-modal .modal-body .terms {
  position: relative;
}
.firm-profile-box #register-modal .modal-body .terms .tooltip {
  background: #fef9ea;
  border: 1px solid #e5e5e5;
  bottom: 40px;
  color: #6e6e6e;
  left: -220px;
  opacity: 1;
  padding: 10px;
  width: 500px;
}
.firm-profile-box #register-modal .modal-body .terms:hover .tooltip {
  display: block !important;
}
.firm-profile-box #reset-password .modal-body > p {
  color: #6e6e6e;
  line-height: 18px;
  margin-bottom: 20px;
}
.firm-profile-box #reset-password .modal-body label {
  color: #6e6e6e;
  font-weight: normal;
  margin-bottom: 10px;
}
.firm-profile-box #reset-password .modal-footer > a {
  float: left;
  margin-top: 20px;
}
@media (min-width: 321px) {
  .firm-profile-box #profiling-agreement .modal-body {
    max-height: 550px;
  }
}
.firm-profile-box .wrap {
  background: #fff;
  margin: 0 auto;
  max-width: 900px;
  padding-top: 20px;
}
.firm-profile-box .wrap .menu {
  margin: 0 -20px;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}
.firm-profile-box .wrap .menu a {
  color: #474747;
  text-decoration: none;
}
.firm-profile-box .wrap .menu .menu-list-wrapper {
  background-color: #f3f3f3;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  transition: max-height 0.2s;
  width: 100%;
}
.firm-profile-box .wrap .menu .menu-list-wrapper ul {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  margin: 0 20px;
  padding: 0 5px;
}
.firm-profile-box .wrap .menu .menu-list-wrapper ul li {
  margin-bottom: 5px;
}
.firm-profile-box .wrap .menu .menu-list-wrapper ul li span {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #e5e5e5;
  display: inline-block;
  line-height: 16px;
  margin-left: 10px;
  padding: 2px 4px;
}
.firm-profile-box .wrap .menu .menu-list-wrapper ul li a {
  border-radius: 5px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 6.66666667px;
  position: relative;
  text-align: center;
}
.firm-profile-box .wrap .menu .menu-list-wrapper ul li a.active,
.firm-profile-box .wrap .menu .menu-list-wrapper ul li a:hover {
  background-color: #f3f3f3;
  font-weight: 700;
}
.firm-profile-box .wrap .menu .menu-list-wrapper ul li a.active span,
.firm-profile-box .wrap .menu .menu-list-wrapper ul li a:hover span {
  box-shadow: 0 1px 0 1px #ccc;
}
.firm-profile-box .wrap .menu .menu-title {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 20px;
  text-align: center;
}
.firm-profile-box .wrap .menu .menu-title::after {
  content: '\e606';
  font-family: uikit, sans-serif;
  font-size: 24px;
  margin-right: 10px;
  position: absolute;
  right: 20px;
}
.firm-profile-box .wrap .menu.menu-open .menu-title::after {
  content: '\e609';
}
.firm-profile-box .wrap .menu.menu-open .menu-list-wrapper {
  max-height: 1000px;
  overflow: hidden;
  padding-bottom: 10px;
  transition: max-height 1s;
  width: 100%;
}
.firm-profile-box .wrap .menu.affix {
  background: #f3f3f3;
  left: 0;
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 50px;
  width: 100%;
}
.firm-profile-box .wrap .menu.affix .menu-list-wrapper {
  margin: 0 -20px;
}
.firm-profile-box .wrap .menu.affix .menu-title {
  margin: 0;
}
.firm-profile-box .wrap .menu.affix.menu-open .menu-title {
  margin: 0;
}
.firm-profile-box .wrap .menu.affix + .rwd-fixed-menu-space {
  height: 62px;
}
@media screen and (min-width: 768px) {
  .firm-profile-box .wrap .menu {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .firm-profile-box .wrap .menu .menu-title {
    display: none;
  }
  .firm-profile-box .wrap .menu .menu-list-wrapper {
    background-color: transparent;
    max-height: inherit;
    overflow: visible;
    top: 25px;
    transition: max-height 0.2s;
  }
  .firm-profile-box .wrap .menu .menu-list-wrapper ul {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .firm-profile-box .wrap .menu .menu-list-wrapper ul li a {
    height: 30px;
    line-height: 30px;
    text-align: left;
  }
  .firm-profile-box .wrap .menu .menu-list-wrapper ul li a.active,
  .firm-profile-box .wrap .menu .menu-list-wrapper ul li a:hover {
    background-color: #e5e5e5;
    font-weight: 700;
  }
  .firm-profile-box .wrap .menu .menu-list-wrapper ul li a span {
    box-shadow: 0 1px 0 0 #ccc;
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .firm-profile-box .wrap .menu.affix {
    background-color: transparent;
    left: inherit;
    padding: 20px 0 0 0;
    width: 200px;
    z-index: inherit;
  }
  .firm-profile-box .wrap .menu.affix .menu-list-wrapper {
    margin: 0;
  }
  .firm-profile-box .wrap .menu.affix.menu-open .menu-list-wrapper {
    margin: 0;
  }
  .firm-profile-box .wrap .menu.menu-open ul {
    border: 0;
  }
}
.firm-profile-box .wrap .firm-profile-wrapper {
  position: relative;
}
.firm-profile-box .wrap .firm-logo {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 25%;
  overflow: hidden;
  position: relative;
}
.firm-profile-box .wrap .firm-logo .logo-image {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.firm-profile-box .wrap .firm-logo .edit-logo {
  background-color: #fff;
  border: 2px solid;
  border-radius: 5px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  padding: 8px 3px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
.firm-profile-box .wrap .firm-logo .edit-logo::before {
  margin-right: 4px;
}
.firm-profile-box .wrap .firm-actions {
  margin-top: -10px;
}
.firm-profile-box .wrap .firm-actions .btn {
  display: block;
  margin: 10px 5px 0 0;
}
.firm-profile-box .wrap .firm-actions .dropdown {
  display: inline-block;
}
.firm-profile-box .wrap .firm-actions .dropdown .btn {
  margin-right: 0;
}
.firm-profile-box .wrap .firm-actions .dropdown .dropdown-menu {
  right: auto;
  left: 0;
}
.firm-profile-box .wrap .firm-actions .dropdown .dropdown-menu .item {
  cursor: pointer;
  padding: 10px 20px;
}
.firm-profile-box .wrap .firm-actions .dropdown .dropdown-menu .item.loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.firm-profile-box .wrap .firm-actions .dropdown .dropdown-menu .item.loading:after {
  width: 100%;
  height: 100%;
  background: url(data:image/gif;base64,R0lGODlhEAAQAPMPAJGRkcDAwODg4LCwsNDQ0KGhoYiIiPDw8Li4uPf398jIyKioqJiYmNfX14mJif///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAEAAQAEAEcPDJlygadUq1OtFTIoqLoSSGMwxH1krH8RyF0BCHIlPaYTAJh6G1CyUahaIkE1IAFsrEQaCcBWSEz0PAnBwYLcOQ15MpTMJYd1ZyUDXSDGelBY0qIkFg/ZoEGAQJCjoxDRRvIQMBD1kzgSAgAgKQDxEAIfkEBQoADwAsAAAAAA8AEAAABF3wyfkCkonOJZk8QKNJRcI4B2MIo0QwAGFw0xAnQGEZRpZJA0PhMBEQW7TWo4EIBFjKB2GAQECjH8LoN2ksBtvDT7FoJAiNg/oo1iAOAvNVE9DGJXMMIXN/HJVqIxEAIfkEBQoADwAsAAAAABAADwAABFrwyfmIolgiuVhKRSY5Q9Ilg5hURtM10yFIQdGAi6IUxqEYPQ0gFSMADbOJALFSGi4SgY5wyHyujYBWxH3AuhSEotklBAQJAfqqkigO8MSBjCHM4A8594vPUyIAIfkEBQoADwAsAAAAABAAEAAABFzwySkJvTKkN5YcAvYUAech2CYBQheiySEpiLwEBOElFqAGpIfqIWCIHiWKrJbYEBoNEQIAcIByBNkFYegWKKHLYXxQHRSW40SQfYzVQklC0BweBbIm3C23w/UYEQAh+QQFCgAIACwAAAAAEAAOAAAERRDJiUKgWA5pDM/c1iEAKAVeR5DYAAiIUVheFU+DsWH1Su2YwuSAIPiCHUPJcsmUPkOMQJY5TqYdIkJrSma4FAFQAgZFAAAh+QQFCgAOACwAAAAAEAAQAAAEa9DJ6YSg2KUmVZDBkSUBpyiOwojZgRznAaCU0IgKYQVFxSyShEAhSEwSh4GjwJIcOJTEgmDUHK5VCmEwWCiu2AyBwQAgophDgYBBNh1PCTB4MCaqAEPSAchmGgZKDlBoEwwGFyNpBmwZjn4RACH5BAUKAA8ALAAAAAAQABAAAARb8Mn5zqFYCkkIz9zVeMQCSkoyPkuDWcnTCBaBSMstHXSGAANM4oJBuCaJJKiBQASTykxjUSgETpNBI4rdPBAxUADBeCRuhRPAoHhceaDEmkiMOwwXxzE+KIQpEQAh+QQFCgAOACwBAAEADwAPAAAEVtDJI4WQTepar0Db5l3I5SSndlBOEzjHoEjJgYZB8W73ppihoCBAzAQ1n4HsSCsFa6waw7HbGAwKxWI6W/gMAQaD4JiFDlcKIFE4NgwXwNrBAKo0g2MEACH5BAUKAA8ALAAAAAAQABAAAARd8Mn5UqJY3neOFBt2XB1HhFTidYniYZtlCY2kEBlMIHiOES8f5aAoCieHgLL2YQgwruHCYOhNFgCFxmEoeBiEBmLxIDAQEsLTVijUesEJI9F+DBw+x7cgIec2SjkRACH5BAUKAA4ALAAAAQAQAA8AAARa0MnpUpKHamml2Fr3bZl2lMQITo0iXFRJqQ4C3AjY7EJh/AsQgeBKnAgAmYSwcrwmCUSBKWHUEoxFw6EYOAcBSUNGGCwEgC1MU3CYHYH2RmB1LII15UahAEUAACH5BAUKAA8ALAAAAQAQAA8AAARY8MlJX6p4plMPx8dFGYZSiYnwCaTxTYdaBUbTiRKjZ4/gHwMHABDI+BqfRGOBsVUGkpdEgXA+Co/iYuAjICQBgkQgETcCiAOWB2CiHwQmSI6AJoq8shgTAQAh+QQFCgAPACwAAAEADwAPAAAEWvBJAY68+ArDspeD0XxS9xyG4R3JaRLjlbAY4QhZKynFsiie2eEQYBiBuaGlJRh4cLLAA+BpKKBOICIwbBBOsNMEIFBIEZaHTl1APMyPRmB9cb+ljy8pHsNEAAA7) center no-repeat;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.firm-profile-box .wrap .box-white {
  font-size: 15px;
  line-height: 20px;
  margin-left: -20px;
  margin-right: -20px;
  word-break: break-word;
}
.firm-profile-box .wrap .box-white .box-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.firm-profile-box .wrap .box-white .box-title::before {
  display: none;
}
.firm-profile-box .wrap .box-white .btn-area {
  margin-top: 20px;
}
.firm-profile-box .wrap .edit-section {
  min-height: 100px;
  position: relative;
}
.firm-profile-box .wrap .edit-section .edit-buttons {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax {
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit::before,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax::before {
  color: #1a7cd1;
  content: '\e64c';
  font-family: uikit, sans-serif;
  font-size: 24px;
  margin: 0;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit:hover,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax:hover {
  background: #1a7cd1;
  text-decoration: none;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit:hover::before,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax:hover::before {
  color: #fff;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit.btn,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax.btn {
  padding: 0;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit.loading,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax.loading {
  display: block;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit.loading::before,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax.loading::before {
  font-size: 0;
}
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit.show,
.firm-profile-box .wrap .edit-section .edit-buttons .btn-edit-ajax.show {
  display: block !important;
}
.firm-profile-box .wrap .edit-section:hover .edit-buttons {
  display: block;
}
.firm-profile-box .wrap .edit-section:hover .edit-buttons .btn-edit,
.firm-profile-box .wrap .edit-section:hover .edit-buttons .btn-edit-ajax {
  display: inline-block;
}
.firm-profile-box .wrap .edit-section:hover .edit-buttons .btn-edit.hide,
.firm-profile-box .wrap .edit-section:hover .edit-buttons .btn-edit-ajax.hide {
  display: none;
}
.firm-profile-box .wrap .edit-section:hover .edit-buttons .btn-edit.hide {
  display: none;
}
.firm-profile-box .wrap .edit-section form .actions {
  margin-top: 20px;
}
.firm-profile-box .wrap .edit-section form .actions .btn {
  margin: 0 5px;
}
.firm-profile-box .wrap .edit-section .help-block ul {
  list-style: none;
  margin: 0;
}
.firm-profile-box .wrap .edit-section .help-block ul li {
  color: #f44336;
  font-size: 11px;
}
.firm-profile-box .wrap .edit-section .box-white .box-title {
  padding-left: 0;
}
.firm-profile-box .wrap .firm-info {
  margin-bottom: 20px;
}
.firm-profile-box .wrap .firm-info .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.firm-profile-box .wrap .firm-info .branches-box {
  position: relative;
}
.firm-profile-box .wrap .firm-info .branches-box.edit-section {
  min-height: auto;
}
.firm-profile-box .wrap .firm-info .branches-box.edit-section .edit-buttons {
  top: 0;
}
.firm-profile-box .wrap .firm-info .branches-box form {
  margin-bottom: 10px;
}
.firm-profile-box .wrap .firm-info .branches-box form > label {
  margin: 10px 0;
}
.firm-profile-box .wrap .firm-info .branches-box form .firm-branches-edit-box {
  background-color: #fff;
  height: 300px;
  padding: 10px 0 10px 10px;
}
.firm-profile-box .wrap .firm-info .branches-box form .firm-branches-edit-box > div {
  height: 280px;
  overflow: auto;
}
.firm-profile-box .wrap .firm-info .branches-box form .firm-branches-edit-box > div .checkbox {
  font-size: 16px;
  line-height: 30px;
  padding-left: 0;
}
.firm-profile-box .wrap .firm-info .branches-box form .firm-branches-edit-box > div .checkbox label input {
  margin-top: 7px;
}
.firm-profile-box .wrap .firm-info .branches {
  color: #919191;
  font-size: 16px;
  line-height: 20px;
}
.firm-profile-box .wrap .firm-info .firm-rating .average-rating,
.firm-profile-box .wrap .firm-info .firm-rating .stars-rating {
  display: inline-block;
  vertical-align: top;
}
.firm-profile-box .wrap .firm-info .firm-rating .stars-rating {
  float: none !important;
}
.firm-profile-box .wrap .firm-info .firm-rating .stars-rating .rating {
  font-size: 24px;
  margin-right: 5px;
}
.firm-profile-box .wrap .firm-info .firm-rating .stars-rating .votes {
  display: none;
}
.firm-profile-box .wrap .firm-info .firm-rating .ratings-count {
  font-size: 16px;
  margin-top: 10px;
}
.firm-profile-box .wrap .firm-info .firm-rating a {
  display: inline-block;
}
.firm-profile-box .wrap .firm-info .firm-rating a:hover {
  text-decoration: none;
}
.firm-profile-box .wrap .firm-info .firm-rating a:hover .ratings-count {
  text-decoration: underline;
}
.firm-profile-box .wrap .notice [class^="icon-"]::before {
  margin-right: 10px;
}
.firm-profile-box .wrap .pagination {
  border-top: 1px solid #f3f3f3;
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}
.firm-profile-box .wrap .pagination .pager {
  margin: 0;
}
.firm-profile-box .wrap .pagination .pager li {
  border: 1px solid #e5e5e5;
  color: #6e6e6e;
}
.firm-profile-box .wrap .pagination .pager li.current,
.firm-profile-box .wrap .pagination .pager li a:hover {
  background: #f3f3f3;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .firm-profile-box .wrap .box-white {
    margin-left: 0;
    margin-right: 0;
  }
  .firm-profile-box .wrap .box-white .box-title {
    padding-left: 10px;
  }
  .firm-profile-box .wrap .box-white .box-title::before {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #ccc;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: uikit, sans-serif;
    font-size: 14px;
    left: -35px;
    line-height: 30px;
    position: absolute;
    top: -6.66666667px;
  }
  .firm-profile-box .wrap .firm-profile-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 500px;
  }
  .firm-profile-box .wrap .firm-profile-aside {
    flex: 0 0 200px;
  }
  .firm-profile-box .wrap .firm-profile-content {
    flex: 0 1 100%;
    padding-left: 40px;
  }
  .firm-profile-box .wrap .firm-logo {
    border-radius: 20px;
    max-width: 100%;
  }
  .firm-profile-box .wrap .firm-actions .btn {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .firm-profile-box .wrap .firm-logo {
    width: 200px;
    height: 200px;
  }
  .firm-profile-box .wrap .firm-logo:hover .edit-logo {
    display: block;
  }
  .firm-profile-box .wrap .firm-info .firm-rating {
    text-align: right;
  }
}
.firm-profile-box .wrap .cover-photo {
  background-position: 50%;
  background-size: cover;
  height: 0;
  margin: -20px 0 20px;
  overflow: hidden;
  padding-bottom: 28%;
  position: relative;
}
.firm-profile-box .wrap .cover-photo:not(.edition)::before {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background-position: center;
  background-size: cover;
  content: '';
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.firm-profile-box .wrap .cover-photo:not(.edition).loaded::before {
  opacity: 0;
}
.firm-profile-box .wrap .firm-logo {
  margin: -50px auto 0 auto;
}
.firm-profile-box .wrap .edit-section .recruiter-form p {
  margin-bottom: 20px;
}
.firm-profile-box .wrap .edit-section .recruiter-form .form-group label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .firm-profile-box .wrap .cover-photo {
    height: 280px;
    padding-bottom: 0;
  }
  .firm-profile-box .wrap .cover-photo .options,
  .firm-profile-box .wrap .cover-photo .loading-spinner {
    top: 110px;
  }
  .firm-profile-box .wrap .cover-photo .upload .upload-area {
    padding-top: 60px;
  }
  .firm-profile-box .wrap .firm-logo {
    margin: -80px 0 0;
  }
}
.firm-profile-box .wrap .summary .box-title::before {
  content: '\e649';
}
.firm-profile-box .wrap .summary p {
  color: #6e6e6e;
  margin-bottom: 20px;
}
.firm-profile-box .wrap .summary dt,
.firm-profile-box .wrap .summary dd {
  line-height: 24px;
}
.firm-profile-box .wrap .summary dt {
  text-align: left;
  color: #919191;
  font-weight: normal;
}
.firm-profile-box .wrap .summary dd a {
  font-size: 14px;
}
.firm-profile-box .wrap .summary dd:not(:last-child) {
  margin-bottom: 10px;
}
.firm-profile-box .wrap .summary .about-box .about-form label {
  margin-bottom: 5px;
}
.firm-profile-box .wrap .summary .about-box .about-form .form-control:not(textarea) {
  height: 40px;
}
.firm-profile-box .wrap .summary .about-box .about-form .address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.firm-profile-box .wrap .summary .about-box .about-form .address .form-group {
  width: inherit;
}
.firm-profile-box .wrap .summary .ratings {
  display: block;
}
.firm-profile-box .wrap .summary .ratings .stars-rating i::before {
  font-size: 18px;
}
.firm-profile-box .wrap .summary .ratings .stars-rating .rating {
  display: none !important;
}
.firm-profile-box .wrap .summary .ratings:hover {
  text-decoration: none;
}
.firm-profile-box .wrap .summary .ratings:hover dt {
  color: #474747;
}
.firm-profile-box .wrap .summary .features .feature {
  display: block;
}
.firm-profile-box .wrap .summary .features .feature .icon {
  display: block;
}
.firm-profile-box .wrap .summary .features .feature .icon::before {
  display: block;
  font-size: 36px;
  line-height: 36px;
}
.firm-profile-box .wrap .summary .features .feature .title {
  color: #919191;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 15px;
}
.firm-profile-box .wrap .summary .features .feature:hover {
  text-decoration: none;
}
.firm-profile-box .wrap .summary .features .feature:hover .title {
  color: #474747;
}
@media (min-width: 768px) {
  .firm-profile-box .wrap .summary .about-box .about-form .address {
    flex-direction: row;
  }
  .firm-profile-box .wrap .summary .about-box .about-form .address .form-group {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .firm-profile-box .wrap .summary .ratings dt {
    text-align: right;
    min-width: 200px;
  }
  .firm-profile-box .wrap .summary .ratings .stars-rating {
    float: none !important;
  }
}
.firm-profile-box .wrap .reviews .box-title::before {
  content: '\e027';
}
.firm-profile-box .wrap .reviews .info {
  background-color: #f3f8ff;
  border-radius: 5px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 20px 20px 80px;
  position: relative;
}
.firm-profile-box .wrap .reviews .info::before {
  content: '\e633';
  font-family: uikit, sans-serif;
  font-size: 36px;
  left: 20px;
  line-height: 36px;
  position: absolute;
  top: 20px;
}
.firm-profile-box .wrap .reviews .info strong {
  color: #222;
  font-size: 14px;
}
.firm-profile-box .wrap .reviews .review {
  border-top: 1px solid #f3f3f3;
  margin-top: 20px;
  padding-top: 20px;
}
.firm-profile-box .wrap .reviews .review:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.firm-profile-box .wrap .reviews .review > .headline {
  line-height: 24px;
  padding: 40px 0 0;
  position: relative;
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating {
  padding-right: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .stars-rating {
  float: none !important;
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .stars-rating i::before {
  font-size: 18px;
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .icon {
  width: 24px;
  height: 24px;
  background: #f3f3f3;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .icon::before {
  color: #6e6e6e;
  font-family: uikit, sans-serif;
  line-height: 24px;
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .icon.collapse-ratings::before {
  content: '\e016';
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .icon.expand-ratings::before {
  content: '\e015';
}
.firm-profile-box .wrap .reviews .review > .headline .firm-rating .detailed-ratings {
  text-align: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  white-space: nowrap;
  z-index: 9;
}
.firm-profile-box .wrap .reviews .review .box {
  margin-top: 60px;
  position: relative;
}
.firm-profile-box .wrap .reviews .review .box .details {
  left: 50%;
  margin-left: -35px;
  position: absolute;
  top: -35px;
  z-index: 1;
}
.firm-profile-box .wrap .reviews .review .box .details .avatar {
  box-shadow: 0 0 0 5px #fff;
}
.firm-profile-box .wrap .reviews .review .box .details .date {
  color: #919191;
  font-size: 13px;
  margin-top: 6.66666667px;
  text-align: center;
}
.firm-profile-box .wrap .reviews .review .box > .content {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 80px 20px 20px;
  position: relative;
}
.firm-profile-box .wrap .reviews .review .box > .content h6 {
  color: #919191;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.firm-profile-box .wrap .reviews .review .box > .content li {
  padding: 4px 0 4px 25px;
  position: relative;
}
.firm-profile-box .wrap .reviews .review .box > .content li::before {
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: 700;
  left: 0;
  line-height: 13px;
  position: absolute;
  top: 6.66666667px;
}
.firm-profile-box .wrap .reviews .review .box > .content .pros li::before {
  background-color: green;
  content: '+';
}
.firm-profile-box .wrap .reviews .review .box > .content .cons li::before {
  background-color: red;
  content: '-';
}
.firm-profile-box .wrap .reviews .review .box .actions {
  font-size: 13px;
  margin-top: 10px;
}
.firm-profile-box .wrap .reviews .review .box .actions > * {
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
.firm-profile-box .wrap .reviews .review .box .actions > *:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.firm-profile-box .wrap .reviews .review.awaiting {
  background: #fef9ea;
  border: 1px solid #f1b92b;
  padding: 40px 20px 20px;
  position: relative;
}
.firm-profile-box .wrap .reviews .review.awaiting::before {
  background: #f1b92b;
  color: #fff;
  content: 'Opinia w trakcie moderacji';
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
}
.firm-profile-box .wrap .reviews .review.highlighted > .headline::before {
  color: #4caf50;
  content: '\e008';
  font-family: uikit, sans-serif;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .firm-profile-box .wrap .reviews .review .box {
    margin-top: 20px;
    padding-left: 90px;
  }
  .firm-profile-box .wrap .reviews .review .box .details {
    left: 0;
    margin: 0;
    top: 0;
  }
  .firm-profile-box .wrap .reviews .review .box .details .avatar {
    box-shadow: none;
  }
  .firm-profile-box .wrap .reviews .review .box .details .date {
    color: #ccc;
  }
  .firm-profile-box .wrap .reviews .review .box > .content {
    padding: 20px;
  }
  .firm-profile-box .wrap .reviews .review .box > .content::before {
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: '';
    left: -10px;
    position: absolute;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .firm-profile-box .wrap .reviews .review > .headline {
    padding: 0 160px 0 0;
  }
}
.firm-profile-box .wrap .comment {
  margin-top: 40px;
  position: relative;
}
.firm-profile-box .wrap .comment .avatar {
  box-shadow: 0 0 0 4px #fff;
  margin-right: -25px;
  overflow: visible;
  position: absolute;
  right: 50%;
  top: -25px;
  z-index: 1;
}
.firm-profile-box .wrap .comment .avatar + .avatar {
  display: none;
  top: 33px;
}
.firm-profile-box .wrap .comment .avatar + .avatar::after {
  display: none;
}
.firm-profile-box .wrap .comment .content {
  background-color: #f3f8ff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  position: relative;
}
.firm-profile-box .wrap .comment .content .headline {
  color: #6e6e6e;
  margin-bottom: 20px;
}
.firm-profile-box .wrap .comment .content.loading .loading-blend {
  width: 100%;
  height: 100%;
  align-items: center;
  background: #222;
  border-radius: 10px;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
}
.firm-profile-box .wrap .comment .content.loading .loading-blend .loading-spinner {
  display: block;
}
.firm-profile-box .wrap .comment .content.loading .loading-spinner {
  display: none;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.firm-profile-box .wrap .comment .content.loading .sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.firm-profile-box .wrap .comment .content.loading .loading-blend {
  display: flex;
}
.firm-profile-box .wrap .comment .content .remove-comment {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.firm-profile-box .wrap .comment .content .remove-comment::before {
  content: '\e61a';
  font-family: uikit, sans-serif;
}
.firm-profile-box .wrap .comment .content .remove-comment:hover {
  text-decoration: none;
}
.firm-profile-box .wrap .comment.comment-add {
  display: none;
}
.firm-profile-box .wrap .comment.comment-add textarea {
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 100%;
}
.firm-profile-box .wrap .comment.disabled .content {
  background-color: #f3f3f3;
  pointer-events: none;
}
.firm-profile-box .wrap .comment.disabled .content .remove-comment {
  color: #ccc;
}
@media (min-width: 768px) {
  .firm-profile-box .wrap .comment {
    margin-top: 20px;
    padding-right: 70px;
  }
  .firm-profile-box .wrap .comment .avatar {
    box-shadow: none;
    margin: 0;
    right: 0;
    top: 0;
  }
  .firm-profile-box .wrap .comment .avatar + .avatar {
    top: 58px;
  }
  .firm-profile-box .wrap .comment .avatar.switch {
    cursor: pointer;
  }
  .firm-profile-box .wrap .comment .avatar.switch::after {
    border-color: #ccc transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    bottom: -24px;
    content: '';
    left: 50%;
    margin-left: -8px;
    position: absolute;
  }
  .firm-profile-box .wrap .comment .content {
    padding: 20px;
  }
  .firm-profile-box .wrap .comment .content::before {
    border-color: transparent transparent transparent #f3f8ff;
    border-style: solid;
    border-width: 10px 0 0 10px;
    content: '';
    position: absolute;
    right: -10px;
    top: 20px;
  }
  .firm-profile-box .wrap .comment .content .headline {
    padding-right: 30px;
  }
  .firm-profile-box .wrap .comment .content .remove-comment {
    right: 20px;
    top: 20px;
  }
}
.firm-profile-box .wrap * {
  box-shadow: none !important;
}
.firm-profile-box .wrap [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.firm-profile-box .wrap .firm-head-info .firm-logo {
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
}
.firm-profile-box .wrap .firm-head-info .firm-logo a {
  width: 100%;
}
.firm-profile-box .wrap .firm-head-info .name,
.firm-profile-box .wrap .firm-head-info .branches {
  text-align: center;
  color: #222;
}
.firm-profile-box .wrap .firm-head-info .name {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 5px;
}
.firm-profile-box .wrap .firm-head-info .branches {
  font-size: 15px;
}
.firm-profile-box .wrap .firm-head-info .btn {
  margin: 10px 5px 0;
}
.firm-profile-box .wrap .box-white {
  margin-bottom: 0;
}
.firm-profile-box .wrap .reviews {
  border-radius: 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
}
.firm-profile-box .wrap .reviews .review .actions,
.firm-profile-box .wrap .reviews .review .remove-comment {
  display: none;
}
