.us_wrapper {
  cursor: pointer;
}
.us_wrapper.tac {
  text-align: center;
}
.us_wrapper.tar {
  text-align: right;
}
.us_wrapper.tal {
  text-align: left;
}
.us_wrapper .us_heading {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.us_floating .us_share {
    float: left !important;
}
.us_wrapper label {
  color: black;
}
.us_wrapper .border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.us_wrapper .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.us_count {
    display: none !important;
}
.us_wrapper .alert h4 {
  margin-top: 0;
  color: inherit;
}
.us_wrapper .alert .alert-link {
  font-weight: bold;
}
.us_wrapper .alert > p,
.us_wrapper .alert > ul {
  margin-bottom: 0;
}
.us_wrapper .alert > p + p {
  margin-top: 5px;
}
.us_wrapper .alert-dismissable {
  padding-right: 35px;
}
.us_wrapper .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.us_wrapper .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.us_wrapper .alert-success hr {
  border-top-color: #c9e2b3;
}
.us_wrapper .alert-success .alert-link {
  color: #2b542c;
}
.us_wrapper .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.us_wrapper .alert-info hr {
  border-top-color: #a6e1ec;
}
.us_wrapper .alert-info .alert-link {
  color: #245269;
}
.us_wrapper .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.us_wrapper .alert-warning hr {
  border-top-color: #f7e1b5;
}
.us_wrapper .alert-warning .alert-link {
  color: #66512c;
}
.us_wrapper .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.us_wrapper .alert-danger hr {
  border-top-color: #e4b9c0;
}
.us_wrapper .alert-danger .alert-link {
  color: #843534;
}
.us_wrapper fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.us_wrapper 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;
}
.us_wrapper label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.us_wrapper input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.us_wrapper input[type="radio"],
.us_wrapper input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.us_wrapper input[type="file"] {
  display: block;
}
.us_wrapper select[multiple],
.us_wrapper select[size] {
  height: auto;
}
.us_wrapper select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
.us_wrapper input[type="file"]:focus,
.us_wrapper input[type="radio"]:focus,
.us_wrapper input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.us_wrapper input[type="number"]::-webkit-outer-spin-button,
.us_wrapper input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.us_wrapper output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.us_wrapper .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.us_wrapper .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);
}
.us_wrapper .form-control:-moz-placeholder {
  color: #999999;
}
.us_wrapper .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.us_wrapper .form-control:-ms-input-placeholder {
  color: #999999;
}
.us_wrapper .form-control::-webkit-input-placeholder {
  color: #999999;
}
.us_wrapper .form-control[disabled],
.us_wrapper .form-control[readonly],
fieldset[disabled] .us_wrapper .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.us_wrapper .form-control {
  height: auto;
}
.us_wrapper .form-group {
  margin-bottom: 15px;
}
.us_wrapper .radio,
.us_wrapper .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.us_wrapper .radio label,
.us_wrapper .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.us_wrapper .radio input[type="radio"],
.us_wrapper .radio-inline input[type="radio"],
.us_wrapper .checkbox input[type="checkbox"],
.us_wrapper .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.us_wrapper .radio + .radio,
.us_wrapper .checkbox + .checkbox {
  margin-top: -5px;
}
.us_wrapper .radio-inline,
.us_wrapper .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.us_wrapper .radio-inline + .radio-inline,
.us_wrapper .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.us_wrapper input[type="radio"][disabled],
.us_wrapper input[type="checkbox"][disabled],
.us_wrapper .radio[disabled],
.us_wrapper .radio-inline[disabled],
.us_wrapper .checkbox[disabled],
.us_wrapper .checkbox-inline[disabled],
fieldset[disabled] .us_wrapper input[type="radio"],
fieldset[disabled] .us_wrapper input[type="checkbox"],
fieldset[disabled] .us_wrapper .radio,
fieldset[disabled] .us_wrapper .radio-inline,
fieldset[disabled] .us_wrapper .checkbox,
fieldset[disabled] .us_wrapper .checkbox-inline {
  cursor: not-allowed;
}
.us_wrapper .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.us_wrapper .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.us_wrapper .input-sm {
  height: auto;
}
.us_wrapper .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.us_wrapper .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.us_wrapper .input-lg {
  height: auto;
}
.us_wrapper .has-warning .help-block,
.us_wrapper .has-warning .control-label,
.us_wrapper .has-warning .radio,
.us_wrapper .has-warning .checkbox,
.us_wrapper .has-warning .radio-inline,
.us_wrapper .has-warning .checkbox-inline {
  color: #8a6d3b;
}
.us_wrapper .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);
}
.us_wrapper .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;
}
.us_wrapper .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.us_wrapper .has-error .help-block,
.us_wrapper .has-error .control-label,
.us_wrapper .has-error .radio,
.us_wrapper .has-error .checkbox,
.us_wrapper .has-error .radio-inline,
.us_wrapper .has-error .checkbox-inline {
  color: #a94442;
}
.us_wrapper .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);
}
.us_wrapper .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;
}
.us_wrapper .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.us_wrapper .has-success .help-block,
.us_wrapper .has-success .control-label,
.us_wrapper .has-success .radio,
.us_wrapper .has-success .checkbox,
.us_wrapper .has-success .radio-inline,
.us_wrapper .has-success .checkbox-inline {
  color: #3c763d;
}
.us_wrapper .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);
}
.us_wrapper .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;
}
.us_wrapper .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.us_wrapper .form-control-static {
  margin-bottom: 0;
}
.us_wrapper .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .us_wrapper .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .us_wrapper .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
  }
  .us_wrapper .form-inline select.form-control {
    width: auto;
  }
  .us_wrapper .form-inline .radio,
  .us_wrapper .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .us_wrapper .form-inline .radio input[type="radio"],
  .us_wrapper .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.us_wrapper .form-horizontal .control-label,
.us_wrapper .form-horizontal .radio,
.us_wrapper .form-horizontal .checkbox,
.us_wrapper .form-horizontal .radio-inline,
.us_wrapper .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.us_wrapper .form-horizontal .radio,
.us_wrapper .form-horizontal .checkbox {
  min-height: 27px;
}
.us_wrapper .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.us_wrapper .form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .us_wrapper .form-horizontal .control-label {
    text-align: right;
  }
}
.us_wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.us_wrapper .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.us_wrapper .btn:hover,
.us_wrapper .btn:focus {
  color: #333333;
  text-decoration: none;
}
.us_wrapper .btn:active,
.us_wrapper .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.us_wrapper .btn.disabled,
.us_wrapper .btn[disabled],
fieldset[disabled] .us_wrapper .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.us_wrapper .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.us_wrapper .btn-default:hover,
.us_wrapper .btn-default:focus,
.us_wrapper .btn-default:active,
.us_wrapper .btn-default.active,
.open .dropdown-toggle.us_wrapper .btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.us_wrapper .btn-default:active,
.us_wrapper .btn-default.active,
.open .dropdown-toggle.us_wrapper .btn-default {
  background-image: none;
}
.us_wrapper .btn-default.disabled,
.us_wrapper .btn-default[disabled],
fieldset[disabled] .us_wrapper .btn-default,
.us_wrapper .btn-default.disabled:hover,
.us_wrapper .btn-default[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-default:hover,
.us_wrapper .btn-default.disabled:focus,
.us_wrapper .btn-default[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-default:focus,
.us_wrapper .btn-default.disabled:active,
.us_wrapper .btn-default[disabled]:active,
fieldset[disabled] .us_wrapper .btn-default:active,
.us_wrapper .btn-default.disabled.active,
.us_wrapper .btn-default[disabled].active,
fieldset[disabled] .us_wrapper .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.us_wrapper .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.us_wrapper .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.us_wrapper .btn-primary:hover,
.us_wrapper .btn-primary:focus,
.us_wrapper .btn-primary:active,
.us_wrapper .btn-primary.active,
.open .dropdown-toggle.us_wrapper .btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.us_wrapper .btn-primary:active,
.us_wrapper .btn-primary.active,
.open .dropdown-toggle.us_wrapper .btn-primary {
  background-image: none;
}
.us_wrapper .btn-primary.disabled,
.us_wrapper .btn-primary[disabled],
fieldset[disabled] .us_wrapper .btn-primary,
.us_wrapper .btn-primary.disabled:hover,
.us_wrapper .btn-primary[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-primary:hover,
.us_wrapper .btn-primary.disabled:focus,
.us_wrapper .btn-primary[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-primary:focus,
.us_wrapper .btn-primary.disabled:active,
.us_wrapper .btn-primary[disabled]:active,
fieldset[disabled] .us_wrapper .btn-primary:active,
.us_wrapper .btn-primary.disabled.active,
.us_wrapper .btn-primary[disabled].active,
fieldset[disabled] .us_wrapper .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.us_wrapper .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.us_wrapper .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.us_wrapper .btn-success:hover,
.us_wrapper .btn-success:focus,
.us_wrapper .btn-success:active,
.us_wrapper .btn-success.active,
.open .dropdown-toggle.us_wrapper .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.us_wrapper .btn-success:active,
.us_wrapper .btn-success.active,
.open .dropdown-toggle.us_wrapper .btn-success {
  background-image: none;
}
.us_wrapper .btn-success.disabled,
.us_wrapper .btn-success[disabled],
fieldset[disabled] .us_wrapper .btn-success,
.us_wrapper .btn-success.disabled:hover,
.us_wrapper .btn-success[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-success:hover,
.us_wrapper .btn-success.disabled:focus,
.us_wrapper .btn-success[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-success:focus,
.us_wrapper .btn-success.disabled:active,
.us_wrapper .btn-success[disabled]:active,
fieldset[disabled] .us_wrapper .btn-success:active,
.us_wrapper .btn-success.disabled.active,
.us_wrapper .btn-success[disabled].active,
fieldset[disabled] .us_wrapper .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.us_wrapper .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.us_wrapper .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.us_wrapper .btn-warning:hover,
.us_wrapper .btn-warning:focus,
.us_wrapper .btn-warning:active,
.us_wrapper .btn-warning.active,
.open .dropdown-toggle.us_wrapper .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.us_wrapper .btn-warning:active,
.us_wrapper .btn-warning.active,
.open .dropdown-toggle.us_wrapper .btn-warning {
  background-image: none;
}
.us_wrapper .btn-warning.disabled,
.us_wrapper .btn-warning[disabled],
fieldset[disabled] .us_wrapper .btn-warning,
.us_wrapper .btn-warning.disabled:hover,
.us_wrapper .btn-warning[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-warning:hover,
.us_wrapper .btn-warning.disabled:focus,
.us_wrapper .btn-warning[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-warning:focus,
.us_wrapper .btn-warning.disabled:active,
.us_wrapper .btn-warning[disabled]:active,
fieldset[disabled] .us_wrapper .btn-warning:active,
.us_wrapper .btn-warning.disabled.active,
.us_wrapper .btn-warning[disabled].active,
fieldset[disabled] .us_wrapper .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.us_wrapper .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.us_wrapper .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.us_wrapper .btn-danger:hover,
.us_wrapper .btn-danger:focus,
.us_wrapper .btn-danger:active,
.us_wrapper .btn-danger.active,
.open .dropdown-toggle.us_wrapper .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.us_wrapper .btn-danger:active,
.us_wrapper .btn-danger.active,
.open .dropdown-toggle.us_wrapper .btn-danger {
  background-image: none;
}
.us_wrapper .btn-danger.disabled,
.us_wrapper .btn-danger[disabled],
fieldset[disabled] .us_wrapper .btn-danger,
.us_wrapper .btn-danger.disabled:hover,
.us_wrapper .btn-danger[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-danger:hover,
.us_wrapper .btn-danger.disabled:focus,
.us_wrapper .btn-danger[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-danger:focus,
.us_wrapper .btn-danger.disabled:active,
.us_wrapper .btn-danger[disabled]:active,
fieldset[disabled] .us_wrapper .btn-danger:active,
.us_wrapper .btn-danger.disabled.active,
.us_wrapper .btn-danger[disabled].active,
fieldset[disabled] .us_wrapper .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.us_wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.us_wrapper .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.us_wrapper .btn-info:hover,
.us_wrapper .btn-info:focus,
.us_wrapper .btn-info:active,
.us_wrapper .btn-info.active,
.open .dropdown-toggle.us_wrapper .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.us_wrapper .btn-info:active,
.us_wrapper .btn-info.active,
.open .dropdown-toggle.us_wrapper .btn-info {
  background-image: none;
}
.us_wrapper .btn-info.disabled,
.us_wrapper .btn-info[disabled],
fieldset[disabled] .us_wrapper .btn-info,
.us_wrapper .btn-info.disabled:hover,
.us_wrapper .btn-info[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-info:hover,
.us_wrapper .btn-info.disabled:focus,
.us_wrapper .btn-info[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-info:focus,
.us_wrapper .btn-info.disabled:active,
.us_wrapper .btn-info[disabled]:active,
fieldset[disabled] .us_wrapper .btn-info:active,
.us_wrapper .btn-info.disabled.active,
.us_wrapper .btn-info[disabled].active,
fieldset[disabled] .us_wrapper .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.us_wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.us_wrapper .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.us_wrapper .btn-link,
.us_wrapper .btn-link:active,
.us_wrapper .btn-link[disabled],
fieldset[disabled] .us_wrapper .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.us_wrapper .btn-link,
.us_wrapper .btn-link:hover,
.us_wrapper .btn-link:focus,
.us_wrapper .btn-link:active {
  border-color: transparent;
}
.us_wrapper .btn-link:hover,
.us_wrapper .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.us_wrapper .btn-link[disabled]:hover,
fieldset[disabled] .us_wrapper .btn-link:hover,
.us_wrapper .btn-link[disabled]:focus,
fieldset[disabled] .us_wrapper .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.us_wrapper .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.us_wrapper .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.us_wrapper .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.us_wrapper .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.us_wrapper .btn-block + .btn-block {
  margin-top: 5px;
}
.us_wrapper input[type="submit"].btn-block,
.us_wrapper input[type="reset"].btn-block,
.us_wrapper input[type="button"].btn-block {
  width: 100%;
}
.us_wrapper .clearfix:before,
.us_wrapper .clearfix:after,
.us_wrapper .us_wrapper .form-horizontal .form-group:before,
.us_wrapper .us_wrapper .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.us_wrapper .clearfix:after,
.us_wrapper .us_wrapper .form-horizontal .form-group:after {
  clear: both;
}
.us_wrapper .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.us_wrapper .pull-right {
  float: right !important;
}
.us_wrapper .pull-left {
  float: left !important;
}
.us_wrapper .hide {
  display: none !important;
}
.us_wrapper .show {
  display: block !important;
}
.us_wrapper .invisible {
  visibility: hidden;
}
.us_wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.us_wrapper .hidden {
  display: none !important;
  visibility: hidden !important;
}
.us_wrapper .affix {
  position: fixed;
}
@font-face {
  font-family: 'ultimate-social';
  src: url('font/ultimate-social.eot?63463400');
  src: url('font/ultimate-social.eot?63463400#iefix') format('embedded-opentype'), url('font/ultimate-social.woff?63463400') format('woff'), url('font/ultimate-social.ttf?63463400') format('truetype'), url('font/ultimate-social.svg?63463400#ultimate-social') format('svg');
  font-weight: normal;
  font-style: normal;
}
.us_wrapper [class^="us-icon-"]:before,
.us_wrapper [class*=" us-icon-"]:before {
  font-family: "ultimate-social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.us_wrapper .us-icon-mail:before {
  content: '\e800';
}
.us_wrapper .us-icon-facebook:before {
  content: '\e801';
}
.us_wrapper .us-icon-gplus:before {
  content: '\e802';
}
.us_wrapper .us-icon-linkedin:before {
  content: '\e803';
}
.us_wrapper .us-icon-twitter:before {
  content: '\e804';
}
.us_wrapper .us-icon-delicious:before {
  content: '\e805';
}
.us_wrapper .us-icon-stumbleupon:before {
  content: '\e806';
}
.us_wrapper .us-icon-pinterest:before {
  content: '\e807';
}
.us_wrapper .us-icon-buffer:before {
  content: '\e808';
}
.us_wrapper .us-icon-spinner:before {
  content: '\e809';
}
.us_wrapper .us-icon-thumbs-up:before {
  content: '\e80a';
}
.us_wrapper .us-icon-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.us_wrapper.us_mail_fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.us_wrapper.us_mail_fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.us_wrapper.us_mail_fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.us_wrapper.us_mail_fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.us_wrapper.us_mail_fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.us_wrapper.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.us_wrapper.us_modal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: left;
}
.us_wrapper.us_modal .us_mail_message {
  height: 110px;
}
.us_wrapper a {
  color: #ffffff;
}
.us_wrapper a:hover {
  color: #ffffff;
}
.us_wrapper .us_button {
  text-align: center;
  width: 90px;
  display: inline-block;
  line-height: 30px;
  margin-top: 3px;
  margin-right: 3px;
}
.us_wrapper .us_button:last-child {
  margin-right: 0;
}
.us_wrapper .us_button .us_box {
  display: inline-block;
  width: 90px;
  font-size: 18px;
}
.us_wrapper .us_button .us_box .us_count {
  display: inline-block;
  background-color: transparent;
  width: 45px;
}
.us_wrapper .us_button .us_box .us_share {
  width: 45px;
  display: inline-block;
}
.us_wrapper .us_button.us_share_text {
  width: auto;
  margin-right: 10px;
}
.us_wrapper .us_mail {
  color: #ffffff;
}
.us_wrapper .us_mail .us_box .us_share {
  width: 100%;
}
.us_floating {
  position: relative;
}
.us_floating .us_wrapper {
  position: fixed;
  top: 200px;
  left: 0px;
  z-index: 100;
}
.us_floating .us_wrapper .us_button {
  margin-top: 0;
}
.us_floating .us_wrapper .us_twitter,
.us_floating .us_wrapper .us_facebook,
.us_floating .us_wrapper .us_googleplus,
.us_floating .us_wrapper .us_pinterest,
.us_floating .us_wrapper .us_linkedin,
.us_floating .us_wrapper .us_stumble,
.us_floating .us_wrapper .us_delicious,
.us_floating .us_wrapper .us_buffer,
.us_floating .us_wrapper .us_mail {
  display: block;
  overflow: hidden;
  width: 45px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.us_floating .us_wrapper .us_twitter:hover,
.us_floating .us_wrapper .us_facebook:hover,
.us_floating .us_wrapper .us_googleplus:hover,
.us_floating .us_wrapper .us_pinterest:hover,
.us_floating .us_wrapper .us_linkedin:hover,
.us_floating .us_wrapper .us_stumble:hover,
.us_floating .us_wrapper .us_delicious:hover,
.us_floating .us_wrapper .us_buffer:hover,
.us_floating .us_wrapper .us_mail:hover {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  width: 45px;
}
.us_floating .us_wrapper .us_mail .us_box {
  width: 45px;
}
.us_floating .us_wrapper .us_mail .us_box .us_share {
  width: 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.us_total_shortcode .us_button {
  margin-top: 6px;
  margin-bottom: 3px;
  display: none;
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}
.us_total_shortcode .us_button.us_total {
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 0;
  width: auto;
  border: 3px solid black;
  padding-right: 10px;
  padding-left: 10px;
}
.us_total_shortcode .us_button.us_total .us_box {
  width: auto;
}
.us_total_shortcode .us_button.us_total .us_box .us_share {
  width: auto;
  margin-right: 10px;
}
.us_total_shortcode .us_button.us_total .us_box .us_count {
  width: auto;
}
.us_total_shortcode:hover .us_button {
  display: inline-block;
}
.us_total_shortcode:hover .us_button.us_total {
  display: none;
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
				 * Remove all paddings around the image on small screen
				 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
