/**handles:joyrides**/
#jrwidget table {
  width: 100%;
}

#jrwidget {
  border-bottom: 1px rgba(255, 255, 255, .14) solid;
}

#jrwidget .tours_head div[class^="col"] {
  font-weight: bold;
}

#jrwidget>div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#jrwidget div div[class^="col"] {
  padding: 10px;
  float: left;
}

#jrwidget .col_1 {
  width: 30%;
}

#jrwidget .col_2 {
  text-align: center;
  width: 15%;
}

#jrwidget .col_3 {
  text-align: center;
  width: 15%;
}

#jrwidget .col_4 {
  text-align: center;
  width: 15%;
}

#jrwidget .lbl {
  display: none;
}

#jrwidget div .col_5 {
  text-align: center;
  width: 25%;
}

#jrwidget div.tours_row .col_5 {
  padding: 5px !important;
}

@media (max-width: 800px) {
  #jrwidget>div {
    padding-top: 20px;
  }

  #jrwidget .tours_head {
    display: none;
  }

  #jrwidget div div[class^="col"] {
    padding: 0;
    float: none;
    width: 100%;
    text-align: left;
  }

  #jrwidget .lbl {
    display: inline;
    font-weight: bold;
  }
}


#jrwidget .col_5 label {
  margin: 0;
}

#jrwidget .col_5 a {
  text-align: center;
  display: inline-block;
  background: #1da568;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.sbpricecontainer {
  /*    padding: 20px;*/
  max-width: 98%;
}

.sbpricecontainer .pricebox {
  display: inline-block;
  box-sizing: border-box;
  width: 22%;
  margin: 0 3% 0 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.sbpricecontainer .pricebox:nth-child(4) {
  margin: 0;
}

.sbpricecontainer .pricebox .unitname {
  height: 20px;
  /*display: blocK;*/
}

.sbpricecontainer .pricebox .pricelabel .price {
  color: #f89c47;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .sbpricecontainer .pricebox {
    width: 47%;
    margin: 10px 1%;
  }
}

@media (max-width: 768px) {
  .sbpricecontainer .pricebox {
    display: block;
    width: 100%;
  }
}

.single-product .sidebar .widget {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.related.products h2 {
  display: none !important;
}

/* .atgrid__item-wrap--related-and-upsells {
} */


/* TWG FIX */
.container {
  max-width: 100%;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 0px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 0px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

/* 
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
} 

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  -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;
}

.form-control:focus {
  border-color: #377f59;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 127, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 127, 89, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.428571429 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
  line-height: 1.5 \0;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 56px;
  line-height: 1.33 \0;
}

_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.428571429;
}

_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}

_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}



.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm,
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.input-lg,
.form-group-lg .form-control {
  height: 56px;
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-lg,
select.form-group-lg .form-control {
  height: 56px;
  line-height: 56px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.input-sm+.form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #b94a48;
}

.has-feedback label~.form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

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

/* Home page form css start */
div#footer p {
  display: none;
}

.svg-social svg {
  transform: none !important;
}

footer.content-info .svg-social svg {
  transform: none;
}

.home_signup_form .signup_form {
  max-width: 1170px;
  margin: 75px auto;
  padding: 0 15px;
}

.signup_form .row {
  margin-right: -5px;
  margin-left: -5px;
}

.signup_form .row>div {
  padding-left: 5px;
  padding-right: 5pt;
}

.signup_form .row .col-sm-6.col-xs-12>span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600 !important;
  display: block !important;
  text-align: left;
  padding-left: 15px;
  line-height: 1.428571429;
  color: #fff;
  font-size: 16px;
}

.signup_form .input-group .form-control {
  border: none;
  -webkit-appearance: none;
  padding: 0 0 0 5px;
  height: 36px;
  border: none !important;
  box-shadow: none;
  width: 100%;
  border-radius: 5px;
  color: #333;
  font-size: 15px;
}

.signup_form .input-group .form-control {
  padding-left: 7px !important;
}

select#drpLocation {
  border-radius: 4px;
  /* padding-left: 30px !important; */
  background-size: 10px 14px !important;
  /* background: url(https://mc-rentals.com/wp-content/plugins/img/placeMap.png) left no-repeat, #fff url(https://mc-rentals.com/wp-content/plugins/img/down-arrow.png) right center no-repeat; */
  background-position: left 10px top 11px, right 10px top 11px;
  padding-right: 25px;
}

select#drpLocation2 {
  border-radius: 4px;
  /* padding-left: 30px !important; */
  background-size: 10px 14px !important;
  /* background: url(https://mc-rentals.com/wp-content/plugins/img/placeMap.png) left no-repeat, #fff url(https://mc-rentals.com/wp-content/plugins/img/down-arrow.png) right center no-repeat; */
  background-position: left 10px top 11px, right 10px top 11px;
  /* padding-right: 25px; */
}

div#datetimepicker1,
div#datetimepicker2 {
  width: 53%;
  float: left;
  border-right: none;
}

div#timepicker,
div#timepicker2 {
  width: 43%;
  float: right;
}

div#timepicker select#sel {
  /* background: #fff url(https://mc-rentals.com/wp-content/plugins/img/watchimg.png); */
  background-repeat: no-repeat;
  background-size: 13px;
  background-position-x: 91%;
  background-position-y: center;
  border-radius: 5px;
  padding: 0;
  text-align: center;
}

div#timepicker2 select#sel2 {
  background: #fff url(https://mc-rentals.com/wp-content/plugins/img/watchimg.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position-x: 91%;
  background-position-y: center;
  border-radius: 5px;
  padding: 0;
  text-align: center;
}

.signup_form span.input-group-addon {
  background: #fff;
  border-left: none !important;
  padding-right: 10px;
  border: none !important;
}

.signup_form input#date1,
.signup_form input#date2 {
  border-right: none;
}

/*.signup_form #btnNext {
    border-radius: 5px;
    padding: 0px;
    background: #f47923;
    border: none !important;
    background-size: 27px;
    background-position: center center;
    font-size: 13.2px;
    margin-top: 6px !IMPORTANT;
    padding: 7px 7px !IMPORTANT;
    height: 37px;
    color: #fff;
}*/
.signup_form #btnNext {
  background: #f47923 url(https://mc-rentals.com/wp-content/plugins/img/submit_arrow.png) no-repeat;
  background-size: 27px;
  background-position: center center;
  font-size: 0px;
  margin-top: 4px !IMPORTANT;
  padding: 7px 7px !IMPORTANT;
  height: 37px;
  border: #f47923;
}

/*.signup_form #btnNext:hover {
    background: #d15e0e;
}
.signup_form #btnNext:before {
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
  margin-right: 2px;
}
.signup_form #btnNext:after {
  content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
  margin-left: 2px;
}*/

a#hidservh {
  text-align: right;
}

.slct_vehicle>a {
  color: #fff !important;
  display: block;
  text-align: left;
  font-size: 21px;
  margin-bottom: 8px;
  text-decoration: none !important;
}

.slct_vehicle .vehicle_list {
  margin-bottom: 20px;
  text-align: center;
}

.vehicle_list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.vehicle_list ul li {
  width: 20%;
  float: left;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.vehicle_list ul li:nth-child(odd) {
  border-right: 2px solid #ccc;
}

.vehicle_list ul li a {
  display: table;
  width: 100%;
  text-decoration: none;
  padding: 2px 0;
}

.signup_form .vehicle_list ul li a span:first-child {
  padding-left: 10px;
}

.signup_form .vehicle_list ul li a span {
  display: table-cell;
  color: #444;
  font-weight: 500;
  font-size: 11px;
  width: 65%;
  text-align: left !important;
  padding: 10px 4px;
  height: 45px !important;
  vertical-align: middle;
  float: left;
  align-items: center;
  display: flex;
}

.signup_form .vehicle_list ul li a span:last-child {
  text-align: right !important;
  width: 35%;
}

.vehicle_list:after {
  content: '2';
  font-size: 0px;
  clear: both;
  width: 100%;
  display: block;
  height: 0px;
}

.vehicle_list ul li a:hover {
  background: #f47923;
}

.signup_form .vehicle_list ul li a:hover span {
  color: #fff !important;
}

.page-id-1379 main.main.col-sm-8,
.page-id-1381 main.main.col-sm-8,
.page-id-1371 main.main.col-sm-8,
.page-id-1369 main.main.col-sm-8,
.page-id-1373 main.main.col-sm-8,
.page-id-1261 main.main.col-sm-8,
.page-id-1262 main.main.col-sm-8,
.page-id-1263 main.main.col-sm-8,
.page-id-1264 main.main.col-sm-8,
.page-id-1277 main.main.col-sm-8 {
  width: 100%;
}

.page-id-1379 div#page div#header,
.page-id-1381 div#page div#header,
.page-id-1371 div#page div#header,
.page-id-1369 div#page div#header,
.page-id-1373 div#page div#header,
.page-id-1261 div#page div#header,
.page-id-1262 div#page div#header,
.page-id-1263 div#page div#header,
.page-id-1264 div#page div#header {
  display: none;
}

.page-id-1379 div#page hr,
.page-id-1381 div#page hr,
.page-id-1371 div#page hr,
.page-id-1369 div#page hr,
.page-id-1373 div#page hr,
.page-id-1261 div#page hr,
.page-id-1262 div#page hr,
.page-id-1263 div#page hr,
.page-id-1379 .content hr,
.page-id-1381 .content hr,
.page-id-1371 .content hr,
.page-id-1369 .content hr,
.page-id-1373 .content hr,
.page-id-1261 main.main.col-sm-8 hr,
.page-id-1262 .content hr,
.page-id-1263 .content hr {
  display: none;
}

.page-id-1379 .header-wrapper,
.page-id-1381 .header-wrapper,
.page-id-1261 .header-wrapper,
.page-id-1262 .header-wrapper,
.page-id-1263 .header-wrapper,
.page-id-1264 .header-wrapper,
.page-id-1277 .header-wrapper {
  padding: 0;
  background: none !important;
}

.page-id-1379 .header-wrapper,
.page-id-1381 .header-wrapper,
.page-id-1371 .header-wrapper,
.page-id-1369 .header-wrapper,
.page-id-1373 .header-wrapper {
  display: none !important;
}

.page-id-1379 main.main.col-sm-8,
.page-id-1381 main.main.col-sm-8,
.page-id-1371 main.main.col-sm-8,
.page-id-1369 main.main.col-sm-8,
.page-id-1373 main.main.col-sm-8,
.page-id-1261 main.main.col-sm-8,
.page-id-1262 main.main.col-sm-8,
.page-id-1263 main.main.col-sm-8,
.page-id-1264 main.main.col-sm-8,
.page-id-1277 main.main.col-sm-8 {
  margin-top: 50px;
}

.tab_div {
  margin: 30px 0 30px;
}

.tab_div ul {
  border: none;
  padding: 0;
}

.tab_div>ul>li {
  width: 25%;
  float: left;
}

.tab_div>ul>li>a {
  border: none;
  border-bottom: 3px solid #e0e0e0;
  background: none !important;
  margin: 0px 3px;
  color: #e0e0e0;
  font-weight: normal !important;
  padding: 5px 0;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  text-decoration: none !important
}

.tab_div>ul>li.active a {
  border: none !important;
  border-bottom: 3px solid #f47923 !important;
  color: #f47923 !important;
}

.tab_text h5 {
  color: #f47923;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 12px !important;
  line-height: 17px;
  font-weight: 500;
  font-style: normal;
}

.tab_text p {
  font-size: 14px;
  padding: 0 !important;
  margin: 5px 0 9px !important;
}

.tab_text span {
  font-weight: normal;
  font-size: 17px;
  letter-spacing: -.6px;
  color: #333;
  line-height: 20px;
  font-style: normal;
  font-weight: normal !important;
}

.tab_text span#LblPickupDateTime {
  font-weight: 500 !important;
}

.tab_text span#LblPickupDateTime {
  font-size: 20px !important;
}

.form_margin_top {
  margin-top: 30px;
}

.car_div {
  padding: 40px 0 30px;
  border-bottom: 1px solid #606061 !important;
}

.car_div>.row {
  display: table;
  width: 100%;
}

.car_div>.row>div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.reserve_page h5.view_hd a {
  color: #f47923;
}

.btn_div h2 {
  width: 45%;
  float: right;
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 17px !important;
  color: #333;
  font-style: normal;
}

.btn_div h2 {
  margin: 0 11px 12px 7px;
}

.btn_div h2 {
  font-size: 16px !important;
}

.btn_div a {
  background: #f47923;
  padding: 10px 0px !important;
  color: #fff;
  font-size: 11px;
  width: 45%;
  display: inline-block;
  text-align: center;
  border: 1px solid #f47923;
  text-decoration: none !important;
  transition: ease-in-out 1.5s;
}

.btn_div a:hover {
  background: #d15e0e;
  color: #fff;
  border-color: #d15e0e;
}

.btn_div a.marg_right {
  margin-right: 13px;
}

.row a.tabbingchane {
  border-radius: 5px !important;
}

.btn_div a.marg_right.tabbingchane {
  float: right;
}

.car_div:last-child {
  border: none !important;
}

.table-responsive.setting_tabe table.table.rate_table {
  border-left: 1px solid #eee;
}

.setting_tabe .table.rate_table tr td {
  border: none;
  padding: 7px 40px;
  font-size: 16px;
  line-height: normal !important;
  vertical-align: middle;
}

.vehicle_infolsttb {
  border-top: 1px solid #eee;
  margin: 15px 0 0;
  padding: 20px 0px;
}

.vehicle_infolsttb .car_info h3 {
  margin: 24px 0 15px 0;
}

.vehicle_infolsttb .passengers {
  padding: 0 0px 40px 0;
}

.passengers .v_passengers {
  padding-right: 2px;
}

.vehicle_infolsttb .passengers .lexus_icon {
  display: table;
}

.lexus_icon img {
  max-width: 26px !important;
}

.lexus_icon span {
  display: inline-block;
  vertical-align: middle;
  color: #606061;
  margin-left: 4px;
  font-size: 12px;
}

.service_div {
  padding: 15px 0 5px;
}

.border_top {
  border-top: 1px solid #dfe1e0;
}

.service_div.border_top.service_div2 {
  border-top: 0px !important;
}

.service_div h5,
.service_div h4 {
  margin: 0;
  font-weight: 500;
  color: #000;
  line-height: 15px;
  font-size: 14px;
  font-style: normal;
}

.service_div h4 {
  font-size: 18px;
  margin: 20px 0 0;
  display: inline-block;
}

.service_div.border_top>h4 {
  float: left;
  margin-top: 12px;
  width: 60%;
}

.service_div form.form_btn {
  float: right;
}

.service_div form.form_btn {
  padding-top: 10px !important;
}

.form_btn label {
  display: inline-block !important;
  float: none;
  width: 115px;
  margin: 0;
  border: 1px solid #d7d7d7;
  color: #000;
  font-weight: 500;
  padding: 10px 5px;
  font-size: 11px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  background: #ccc;
  background: linear-gradient(#fff, #d7d7d7);
  background: -webkit-linear-gradient(#fff, #d7d7d7);
  background: -moz-linear-gradient(#fff, #d7d7d7);
  background: -ms-linear-gradient(#fff, #d7d7d7);
  transition: ease-in-out 1.5s;
}

.form_btn label {
  border-radius: 5px !important;
}

.safety_div {
  padding-bottom: 24px;
  position: relative;
}

form.form_btn label.continue_btn {
  background: #f47923;
}

.form_btn label.continue_btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 10px 0;
  text-decoration: none;
}

.form_btn label.continue_btn {
  padding: 0;
}

.form_btn label.continue_btn:hover {
  background: #d15e0e;
}

.service_div.border_top:after,
.productttxt:after {
  content: '2';
  font-size: 0px;
  display: block;
  clear: both;
}

.form_btn label input {
  background: #fff;
  margin: 0 13px 0 2px;
  vertical-align: middle;
}

.form_btn label:hover {
  background: #f47923;
  color: #fff;
}

form#youcardauth {
  max-width: 770px;
  margin: 0 auto;
}

.your_info h2 {
  margin: 0 0 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c5c5c5;
  color: #606061;
  font-size: 32px;
}

.info_form .form-group {
  margin-bottom: 22px;
}

.info_form label {
  font-size: 16px;
  font-weight: normal;
  color: #4a4a4a;
  margin: 0;
  line-height: 25px;
  font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
}

.info_form input.form-control,
.info_form textarea.form-control,
.info_form select.form-control {
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #dadada;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
}

.info_form input.form-control,
.info_form textarea.form-control,
.info_form select.form-control {
  font-size: 16px !important;
  color: #000 !important;
}

.info_form .form-group select {
  background: url(https://mc-rentals.com/wp-content/plugins/img/icon_caret.jpg) right center no-repeat;
  background-size: 8px;
  background-position: center right 10px;
}

.info_form .form-control:focus {
  border-color: #f47923;
  box-shadow: none !important;
}

.has-error .input-group-addon {
  color: #222 !important;
  background-color: #f5f5f5 !important;
  border-color: red !important;
}

.has-error .form-control {
  border-color: red !important;
}

.info_form .input-group .glyphicon:empty {
  margin-right: 3px;
  width: 20px;
  font-size: 24px;
}

.info_form select.form-control {
  font-weight: normal !important;
}

.info_form select.form-control {
  -webkit-appearance: none;
}

.your_info .info_form .form-group label span {
  color: red;
  padding-left: 6px;
  font-size: 17px;
}

.terms_div {
  border-top: 1px solid #c5c5c5;
  padding: 35px 0 25px;
}

.final_div p {
  color: #000;
  font-size: 30px;
  line-height: 25px;
  margin: 0;
  padding: 10px 0 25px !important;
}

.final_div label {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.terms_div label {
  color: #f47923;
  padding-bottom: 2px;
}

.terms_div label a {
  color: #f47923;
}

.form_btn label.continue_btn {
  padding: 0;
  margin: 10px 0 50px;
  transition: ease-in-out 0.5s;
}

.reserve_btn label.continue_btn {
  width: 215px;
  padding: 0;
  margin-top: 25px;
  float: right;
}

.reserve_btn label.continue_btn input[type="submit"] {
  background: #f47923;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 20px;
  padding: 17px;
  box-shadow: 5px 7px 5px 1px #ccc;
  border-radius: 0;
  transition: ease-in-out 0.5s;
  font-style: normal;
  font-weight: normal;
  line-height: 30px !important;
  color: #fff;
  border-radius: 5px !important;
}

.form_btn label {
  border-radius: 5px !important;
}

.reserve_btn label.continue_btn:hover input[type="submit"] {
  background: #d15e0e;
}

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

.seccuss_div p {
  padding: 22px !important;
  background: #def0d8;
  color: #438357;
  font-size: 17px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.print_div {
  padding: 50px 0 15px;
}

.print_div a {
  display: inline-block;
  background: #f47923;
  color: #fff !important;
  padding: 9px 35px;
  font-size: 20px;
  margin-left: 30px;
  box-shadow: 2px 4px 17px 0px rgba(160, 158, 158, 0.76);
  transition: ease-in-out 0.5s;
}

.print_div a {
  border-radius: 5px !important;
}

.print_div a:first-child {
  margin: 0;
  background: #808080;
}

.print_div a:hover {
  background: #d15e0e;
  text-decoration: none;
  color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000 !important;
  background-color: #000000 !important;
}

.reserve_page hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ebebeb;
  background: transparent;
  margin: auto;
  width: 100%;
  clear: both;
}

.sidebar_content.full_width p {
  padding-top: 0.7em;
  padding-bottom: 1em;
  margin: 0;
}

.lexus_div h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  margin: 0;
}

.modal .modal-header {
  min-height: auto !important;
  padding: 15px;
  border-bottom: none !important;
  background: none !important;
  margin: 0 !important;
}

.modal .modal-header .close {
  margin-top: -2px;
  color: #333 !important;
}

.popUpmediaBody .passengers {
  padding: 20px 0;
}

.navbar-default {
  background-color: #000000 !important;
}

.page-id-1264 div#page hr,
.page-id-1264 main.main.col-sm-8 hr {
  display: none;
}

.page-id-1264 div#page div#divSummary hr {
  display: inherit;
}

.rental-slider .carousel-control {
  background-image: none !important;
}

.video_section_box {
  height: 100%;
  overflow: hidden;
  max-height: 600px;
  position: relative;
}

.video_section_box .mejs-controls {
  display: none !important;
  opacity: 0 !important;
}

div#video_section_heading {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 20%;
  z-index: 99;
}

.page-id-1258 .signup_form {
  padding-bottom: 75px;
}

.page-id-1258 .header-wrapper h2 {
  padding-bottom: 75px;
  padding-top: 15px;
}

@media (max-width: 1300px) {
  .lexus_icon img {
    display: block;
    margin: -11px auto 0;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .tab_div>ul>li>a {
    font-size: 15px !important;
  }
}

@media (max-width:1199px) {
  .home_signup_form .signup_form {
    max-width: 970px;
  }

  .signup_form .row .col-sm-6.col-xs-12>span {
    font-size: 15px;
  }

  .signup_form #btnNext {
    font-size: 11px;
    padding: 7px 2px !IMPORTANT;
  }

}

@media (max-width:991px) {
  .home_signup_form .signup_form {
    max-width: 770px;
  }

  .signup_form .row .col-sm-6.col-xs-12>span {
    margin: 10px 0;
    font-size: 16px;
  }

  .signup_form #btnNext {
    font-size: 14px;
    padding: 7px !IMPORTANT;
  }

}

@media (max-width: 767px) {
  .home_signup_form .signup_form {
    max-width: 100%;
    margin: 50px auto 60px;
  }

  .inner>.tab_div>ul.nav.nav-tabs>li>a {
    font-size: 12px;
    vertical-align: middle;
    line-height: normal;
  }

  .inner .tab_div>ul.nav.nav-tabs {
    display: table;
    width: 100%;
  }

  .inner .tab_div>ul.nav.nav-tabs>li {
    width: 25%;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .car_div>.row>div {
    display: table;
    vertical-align: middle;
    float: none;
  }

  .btn_div h2 {
    width: 100%;
    float: none;
  }

  .btn_div a.marg_right.tabbingchane {
    float: none;
  }

  h5.centerMiles {
    text-align: center;
    margin-top: 0px;
  }

  .vehicle_infolsttb .passengers {
    margin-top: 26px;
    padding-bottom: 0 !important;
  }

  .your_info h2 {
    font-size: 24px;
  }

  .terms_div p {
    font-size: 24px;
    padding: 0px 0 10px !important;
  }

  .final_div label {
    font-size: 15px;
  }

  .seccuss_div p {
    padding: 15px !important;
    font-size: 15px;
  }

  .print_div a {
    margin: 0 0 10px 10px !important;
    font-size: 16px;
  }

  .print_div {
    text-align: left !important;
  }

  .table-responsive.setting_tabe {
    padding: 0 0 !important;
  }

  .table-responsive {
    border: none !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }

  .setting_tabe .table.rate_table tr td {
    padding: 7px 7px !important;
  }

  .lexus_div h2 .nameevEHICLE {
    display: block;
    font-size: 26px;
  }

  .modal .modal-body {
    padding: 15px;
  }

  .navbar-toggle {
    background: white !important;
    border-color: #3b7356 !important;
  }

  .service_div.border_top .productttxt>h4 {
    float: left;
    margin-top: 5px;
    width: 55%;
    font-size: 17px;
  }

  .service_div form.form_btn {
    padding-top: 2px !important;
  }

  .form_btn label.continue_btn {
    margin: 10px 0;
  }

  footer.content-info {
    margin-top: 25px !important;
  }
}

@media (max-width: 640px) {

  .info_form .col-xs-3,
  .info_form .col-xs-9,
  .info_form .col-xs-9,
  .info_form .col-xs-9,
  .info_form .col-xs-5 {
    width: 100%;
  }

  .info_form label {
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  .vehicle_list ul li {
    width: 50% !important;
  }

  .bootstrap-datetimepicker-widget {
    left: 0% !important;
    right: auto !important;
    width: 295px !important;
  }

  .lexus_icon span {
    font-size: 12px;
  }

  .terms_div {
    padding: 35px 0 5px;
  }

  .page-header h1 {
    font-size: 32px;
    padding-top: 15px;
  }
}

@media (max-width: 452px) {
  .tab_div>.nav.nav-tabs>li>a {
    height: 41px;
  }

  .car_div .row .col-xs-6 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .table-responsive.setting_tabe table.table.rate_table {
    border-left: none !important;
  }
}


/* Home page form css Closed */






@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19.62px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #c4c4c4;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #a5a5a5;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #c4c4c4;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #47a272;
  border-color: #3f9066;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #377f59;
  border-color: #2d6648;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #47a272;
  border-color: #3f9066;
}

.btn-primary .badge {
  color: #47a272;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #333333;
  background-color: #025372;
  border-color: #02658b;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #333333;
  background-color: #012f40;
  border-color: #01394f;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #025372;
  border-color: #02658b;
}

.btn-info .badge {
  color: #025372;
  background-color: #333333;
}

.btn-warning {
  color: #ffffff;
  background-color: #ef7c00;
  border-color: #d66f00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #bc6200;
  border-color: #984f00;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ef7c00;
  border-color: #d66f00;
}

.btn-warning .badge {
  color: #ef7c00;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #025372;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #011c27;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}

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

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

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

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #eeeeee;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #47a272;
}

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

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

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

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: 0;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

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

.btn-group>.btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-lg .caret {
  border-width: 7px 7px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 7px 7px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
}

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  width: 33px;
  height: 33px;
  line-height: 33px;
}

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}

.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 20px;
  border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

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

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 2px 15px !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #025372;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 0px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #ffffff;
  background-color: #47a272;
}

.nav-stacked>li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 992px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  .navbar-right {
    right: 0;
    left: auto;
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #000000;
  border-color: #000000;
}

.navbar-default .navbar-brand {
  color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: #333333;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #333333 !important;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #111111;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #c4c4c4;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    background-color: #333333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #333333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #111111;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #ffffff;
}

.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.navbar-default .btn-link {
  color: #ffffff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #111111;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #c4c4c4;
}

.breadcrumb>.active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #025372;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #011c27;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #47a272;
  border-color: #47a272;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 14px 16px;
  font-size: 20px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #999999;
}

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

.label-primary {
  background-color: #47a272;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #377f59;
}

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #025372;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #012f40;
}

.label-warning {
  background-color: #ef7c00;
}

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

.label-danger {
  background-color: #d9534f;
}

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

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

.badge:empty {
  display: none;
}

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

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #025372;
  background-color: #ffffff;
}

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

.jumbotron {
  padding: 0px 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #eeeeee;
}

/*my css start*/
.before-main-wrapper .jumbotron {
  display: none;
}

.header-wrapper {
  padding: 10px 0 8px;
  border: none !important;
}

.signup_form {
  padding-bottom: 75px !important;
}

body.home .header-wrapper h2 {
  padding-bottom: 40px !important;
}

.fl-node-5d244485da021>.fl-row-content-wrap {

  margin-bottom: -20px !important;
}

/*my css end*/
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 0px 0;
  }

  .container .jumbotron {
    padding-left: 0px;
    padding-right: 0px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 5px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

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

.thumbnail .caption {
  padding: 10px;
  color: #444444;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #47a272;
  -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;
}

.progress-striped .progress-bar,
.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;
}

.progress.active .progress-bar,
.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;
}

.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .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);
}

.progress-bar-info {
  background-color: #025372;
}

.progress-striped .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);
}

.progress-bar-warning {
  background-color: #ef7c00;
}

.progress-striped .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);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .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);
}

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

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

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

.media-object {
  display: block;
}

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #47a272;
  border-color: #47a272;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #cce9da;
}

.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #468847;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}

.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #3a87ad;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}

.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #c09853;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}

.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #b94a48;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}

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

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

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

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title>a {
  color: inherit;
}

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

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

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

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #47a272;
}

.panel-primary>.panel-heading {
  color: #ffffff;
  background-color: #47a272;
  border-color: #47a272;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #47a272;
}

.panel-primary>.panel-heading .badge {
  color: #47a272;
  background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #47a272;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #3a87ad;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 30px;
  border-bottom: 1px solid #ffffff;
  min-height: 31.428571429px;
}

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

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

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

.modal-footer {
  padding: 22px;
  text-align: right;
  border-top: 1px solid #ffffff;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c4c4c4;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

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

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

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

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

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

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

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
}

/* Spacing  Margin/Padding */
.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 1rem !important;
}

.m-t {
  margin-top: 1rem !important;
}

.m-r {
  margin-right: 1rem !important;
}

.m-b {
  margin-bottom: 1rem !important;
}

.m-l {
  margin-left: 1rem !important;
}

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-md {
  margin: 1.5rem !important;
}

.m-t-md {
  margin-top: 1.5rem !important;
}

.m-r-md {
  margin-right: 1.5rem !important;
}

.m-b-md {
  margin-bottom: 1.5rem !important;
}

.m-l-md {
  margin-left: 1.5rem !important;
}

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-lg {
  margin: 3rem !important;
}

.m-t-lg {
  margin-top: 3rem !important;
}

.m-r-lg {
  margin-right: 3rem !important;
}

.m-b-lg {
  margin-bottom: 3rem !important;
}

.m-l-lg {
  margin-left: 3rem !important;
}

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 1rem !important;
}

.p-t {
  padding-top: 1rem !important;
}

.p-r {
  padding-right: 1rem !important;
}

.p-b {
  padding-bottom: 1rem !important;
}

.p-l {
  padding-left: 1rem !important;
}

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-md {
  padding: 1.5rem !important;
}

.p-t-md {
  padding-top: 1.5rem !important;
}

.p-r-md {
  padding-right: 1.5rem !important;
}

.p-b-md {
  padding-bottom: 1.5rem !important;
}

.p-l-md {
  padding-left: 1.5rem !important;
}

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-lg {
  padding: 3rem !important;
}

.p-t-lg {
  padding-top: 3rem !important;
}

.p-r-lg {
  padding-right: 3rem !important;
}

.p-b-lg {
  padding-bottom: 3rem !important;
}

.p-l-lg {
  padding-left: 3rem !important;
}

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

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

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

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

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.nav-list {
  background-color: #eeeeee;
  border-radius: 0px;
  border: 1px solid;
  border-color: #e6e6e6;
  overflow: hidden;
}

.nav-list>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #e6e6e6;
}

.nav-list>li>a {
  color: #626262;
}

.nav-list>li>a:hover {
  background-color: #ffffff;
  color: #737373;
}

.nav-list>li.active>a,
.nav-list>li.active>a:hover,
.nav-list>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #999999;
}

.nav-list>li:last-child {
  border-bottom: none;
}

.nav-list .nav-sublist {
  border-radius: 0px;
}

.nav-list .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list .nav-sublist>li>a {
  border-left: 10px solid #cccccc;
  background-color: #fcfcfc;
  color: #707070;
}

.nav-list .nav-sublist>li>a:hover,
.nav-list .nav-sublist>li>a:focus {
  background-color: #f2f2f2;
  color: #666666;
}

.nav-list .nav-sublist>li.active>a,
.nav-list .nav-sublist>li.active>a:hover,
.nav-list .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #e6e6e6;
  color: #595959;
}

.nav-list .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #cccccc;
}

.nav-list-primary {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid;
  border-color: #a9d9c0;
  overflow: hidden;
}

.nav-list-primary>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #a9d9c0;
}

.nav-list-primary>li>a {
  color: #737373;
}

.nav-list-primary>li>a:hover {
  background-color: #cce9da;
  color: #306d4d;
}

.nav-list-primary>li.active>a,
.nav-list-primary>li.active>a:hover,
.nav-list-primary>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #47a272;
}

.nav-list-primary>li:last-child {
  border-bottom: none;
}

.nav-list-primary .nav-sublist {
  border-radius: 0px;
}

.nav-list-primary .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-primary .nav-sublist>li>a {
  border-left: 10px solid #85caa6;
  background-color: #c9e7d7;
  color: #2e694a;
}

.nav-list-primary .nav-sublist>li>a:hover,
.nav-list-primary .nav-sublist>li>a:focus {
  background-color: #bbe1cd;
  color: #285b40;
}

.nav-list-primary .nav-sublist>li.active>a,
.nav-list-primary .nav-sublist>li.active>a:hover,
.nav-list-primary .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #a9d9c0;
  color: #204934;
}

.nav-list-primary .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #85caa6;
}

.nav-list-success {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid;
  border-color: #c7e6c7;
  overflow: hidden;
}

.nav-list-success>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #c7e6c7;
}

.nav-list-success>li>a {
  color: #737373;
}

.nav-list-success>li>a:hover {
  background-color: #eaf6ea;
  color: #3d8b3d;
}

.nav-list-success>li.active>a,
.nav-list-success>li.active>a:hover,
.nav-list-success>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #5cb85c;
}

.nav-list-success>li:last-child {
  border-bottom: none;
}

.nav-list-success .nav-sublist {
  border-radius: 0px;
}

.nav-list-success .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-success .nav-sublist>li>a {
  border-left: 10px solid #a3d7a3;
  background-color: #e7f4e7;
  color: #3b873b;
}

.nav-list-success .nav-sublist>li>a:hover,
.nav-list-success .nav-sublist>li>a:focus {
  background-color: #d8eed8;
  color: #357935;
}

.nav-list-success .nav-sublist>li.active>a,
.nav-list-success .nav-sublist>li.active>a:hover,
.nav-list-success .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #c7e6c7;
  color: #2d672d;
}

.nav-list-success .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #a3d7a3;
}

.nav-list-warning {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid;
  border-color: #ffc689;
  overflow: hidden;
}

.nav-list-warning>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #ffc689;
}

.nav-list-warning>li>a {
  color: #737373;
}

.nav-list-warning>li>a:hover {
  background-color: #ffdfbc;
  color: #a35400;
}

.nav-list-warning>li.active>a,
.nav-list-warning>li.active>a:hover,
.nav-list-warning>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #ef7c00;
}

.nav-list-warning>li:last-child {
  border-bottom: none;
}

.nav-list-warning .nav-sublist {
  border-radius: 0px;
}

.nav-list-warning .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-warning .nav-sublist>li>a {
  border-left: 10px solid #ffae56;
  background-color: #ffdcb7;
  color: #9d5200;
}

.nav-list-warning .nav-sublist>li>a:hover,
.nav-list-warning .nav-sublist>li>a:focus {
  background-color: #ffd2a3;
  color: #894700;
}

.nav-list-warning .nav-sublist>li.active>a,
.nav-list-warning .nav-sublist>li.active>a:hover,
.nav-list-warning .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #ffc689;
  color: #703a00;
}

.nav-list-warning .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #ffae56;
}

.nav-list-info {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid;
  border-color: #12bafb;
  overflow: hidden;
}

.nav-list-info>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #12bafb;
}

.nav-list-info>li>a {
  color: #737373;
}

.nav-list-info>li>a:hover {
  background-color: #44c9fc;
  color: #ffffff;
}

.nav-list-info>li.active>a,
.nav-list-info>li.active>a:hover,
.nav-list-info>li.active>a:focus {
  color: #8fdffd;
  font-weight: bold;
  background-color: #025372;
}

.nav-list-info>li:last-child {
  border-bottom: none;
}

.nav-list-info .nav-sublist {
  border-radius: 0px;
}

.nav-list-info .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-info .nav-sublist>li>a {
  border-left: 10px solid #049cd6;
  background-color: #3fc7fc;
  color: #ffffff;
}

.nav-list-info .nav-sublist>li>a:hover,
.nav-list-info .nav-sublist>li>a:focus {
  background-color: #2bc2fb;
  color: #ffffff;
}

.nav-list-info .nav-sublist>li.active>a,
.nav-list-info .nav-sublist>li.active>a:hover,
.nav-list-info .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #12bafb;
  color: #ffffff;
}

.nav-list-info .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #049cd6;
}

.nav-list-danger {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid;
  border-color: #f4cecd;
  overflow: hidden;
}

.nav-list-danger>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #f4cecd;
}

.nav-list-danger>li>a {
  color: #737373;
}

.nav-list-danger>li>a:hover {
  background-color: #fdf7f7;
  color: #b52b27;
}

.nav-list-danger>li.active>a,
.nav-list-danger>li.active>a:hover,
.nav-list-danger>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #d9534f;
}

.nav-list-danger>li:last-child {
  border-bottom: none;
}

.nav-list-danger .nav-sublist {
  border-radius: 0px;
}

.nav-list-danger .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-danger .nav-sublist>li>a {
  border-left: 10px solid #eba5a3;
  background-color: #fcf3f3;
  color: #b02a26;
}

.nav-list-danger .nav-sublist>li>a:hover,
.nav-list-danger .nav-sublist>li>a:focus {
  background-color: #f9e2e2;
  color: #a02622;
}

.nav-list-danger .nav-sublist>li.active>a,
.nav-list-danger .nav-sublist>li.active>a:hover,
.nav-list-danger .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #f4cecd;
  color: #8b211e;
}

.nav-list-danger .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #eba5a3;
}

.nav-list-inverse {
  background-color: #34495e;
  border-radius: 0px;
  border: 0px solid;
  border-color: #22303d;
  overflow: hidden;
}

.nav-list-inverse>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #22303d;
}

.nav-list-inverse>li>a {
  color: #c9d5e1;
}

.nav-list-inverse>li>a:hover {
  background-color: #eaeff3;
  color: #46637f;
}

.nav-list-inverse>li.active>a,
.nav-list-inverse>li.active>a:hover,
.nav-list-inverse>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #6789ab;
}

.nav-list-inverse>li:last-child {
  border-bottom: none;
}

.nav-list-inverse .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-inverse .nav-sublist>li>a {
  color: #c9d5e1;
  border-left: 10px solid #a8bccf;
}

.nav-list-inverse .nav-sublist>li>a,
.nav-list-inverse .nav-sublist>li>a:hover,
.nav-list-inverse .nav-sublist>li>a:focus {
  color: #98afc6;
  background-color: #19232d;
}

.nav-list-inverse .nav-sublist>li.active>a,
.nav-list-inverse .nav-sublist>li.active>a:hover,
.nav-list-inverse .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #07090c;
  color: #6789ab;
}

.nav-list-inverse .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #a8bccf;
}

.nav-list-inverse.nav-list-primary {
  background-color: #34495e;
  border-radius: 0px;
  border: 0px solid;
  border-color: #22303d;
  overflow: hidden;
}

.nav-list-inverse.nav-list-primary>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #22303d;
}

.nav-list-inverse.nav-list-primary>li>a {
  color: #c9d5e1;
}

.nav-list-inverse.nav-list-primary>li>a:hover {
  background-color: #bedcf0;
  color: #1b557a;
}

.nav-list-inverse.nav-list-primary>li.active>a,
.nav-list-inverse.nav-list-primary>li.active>a:hover,
.nav-list-inverse.nav-list-primary>li.active>a:focus {
  color: #fcfdfe;
  font-weight: bold;
  background-color: #2980b9;
}

.nav-list-inverse.nav-list-primary>li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-primary .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-primary .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-primary .nav-sublist>li>a {
  color: #c9d5e1;
  border-left: 10px solid #6ab0de;
}

.nav-list-inverse.nav-list-primary .nav-sublist>li>a,
.nav-list-inverse.nav-list-primary .nav-sublist>li>a:hover,
.nav-list-inverse.nav-list-primary .nav-sublist>li>a:focus {
  color: #98afc6;
  background-color: #19232d;
}

.nav-list-inverse.nav-list-primary .nav-sublist>li.active>a,
.nav-list-inverse.nav-list-primary .nav-sublist>li.active>a:hover,
.nav-list-inverse.nav-list-primary .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #07090c;
  color: #2980b9;
}

.nav-list-inverse.nav-list-primary .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #6ab0de;
}

.nav-list-inverse.nav-list-success {
  background-color: #34495e;
  border-radius: 0px;
  border: 0px solid;
  border-color: #22303d;
  overflow: hidden;
}

.nav-list-inverse.nav-list-success>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #22303d;
}

.nav-list-inverse.nav-list-success>li>a {
  color: #c9d5e1;
}

.nav-list-inverse.nav-list-success>li>a:hover {
  background-color: #aef4e6;
  color: #117964;
}

.nav-list-inverse.nav-list-success>li.active>a,
.nav-list-inverse.nav-list-success>li.active>a:hover,
.nav-list-inverse.nav-list-success>li.active>a:focus {
  color: #f1fdfb;
  font-weight: bold;
  background-color: #1abc9c;
}

.nav-list-inverse.nav-list-success>li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-success .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-success .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-success .nav-sublist>li>a {
  color: #c9d5e1;
  border-left: 10px solid #55e7ca;
}

.nav-list-inverse.nav-list-success .nav-sublist>li>a,
.nav-list-inverse.nav-list-success .nav-sublist>li>a:hover,
.nav-list-inverse.nav-list-success .nav-sublist>li>a:focus {
  color: #98afc6;
  background-color: #19232d;
}

.nav-list-inverse.nav-list-success .nav-sublist>li.active>a,
.nav-list-inverse.nav-list-success .nav-sublist>li.active>a:hover,
.nav-list-inverse.nav-list-success .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #07090c;
  color: #1abc9c;
}

.nav-list-inverse.nav-list-success .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #55e7ca;
}

.nav-list-inverse.nav-list-warning {
  background-color: #34495e;
  border-radius: 0px;
  border: 0px solid;
  border-color: #22303d;
  overflow: hidden;
}

.nav-list-inverse.nav-list-warning>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #22303d;
}

.nav-list-inverse.nav-list-warning>li>a {
  color: #c9d5e1;
}

.nav-list-inverse.nav-list-warning>li>a:hover {
  background-color: #fdedd4;
  color: #b06f09;
}

.nav-list-inverse.nav-list-warning>li.active>a,
.nav-list-inverse.nav-list-warning>li.active>a:hover,
.nav-list-inverse.nav-list-warning>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #f39c12;
}

.nav-list-inverse.nav-list-warning>li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-warning .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-warning .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-warning .nav-sublist>li>a {
  color: #c9d5e1;
  border-left: 10px solid #f8c573;
}

.nav-list-inverse.nav-list-warning .nav-sublist>li>a,
.nav-list-inverse.nav-list-warning .nav-sublist>li>a:hover,
.nav-list-inverse.nav-list-warning .nav-sublist>li>a:focus {
  color: #98afc6;
  background-color: #19232d;
}

.nav-list-inverse.nav-list-warning .nav-sublist>li.active>a,
.nav-list-inverse.nav-list-warning .nav-sublist>li.active>a:hover,
.nav-list-inverse.nav-list-warning .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #07090c;
  color: #f39c12;
}

.nav-list-inverse.nav-list-warning .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f8c573;
}

.nav-list-inverse.nav-list-info {
  background-color: #34495e;
  border-radius: 0px;
  border: 0px solid;
  border-color: #22303d;
  overflow: hidden;
}

.nav-list-inverse.nav-list-info>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #22303d;
}

.nav-list-inverse.nav-list-info>li>a {
  color: #c9d5e1;
}

.nav-list-inverse.nav-list-info>li>a:hover {
  background-color: #e1f0fa;
  color: #1d6fa5;
}

.nav-list-inverse.nav-list-info>li.active>a,
.nav-list-inverse.nav-list-info>li.active>a:hover,
.nav-list-inverse.nav-list-info>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #3498db;
}

.nav-list-inverse.nav-list-info>li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-info .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-info .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-info .nav-sublist>li>a {
  color: #c9d5e1;
  border-left: 10px solid #8bc4ea;
}

.nav-list-inverse.nav-list-info .nav-sublist>li>a,
.nav-list-inverse.nav-list-info .nav-sublist>li>a:hover,
.nav-list-inverse.nav-list-info .nav-sublist>li>a:focus {
  color: #98afc6;
  background-color: #19232d;
}

.nav-list-inverse.nav-list-info .nav-sublist>li.active>a,
.nav-list-inverse.nav-list-info .nav-sublist>li.active>a:hover,
.nav-list-inverse.nav-list-info .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #07090c;
  color: #3498db;
}

.nav-list-inverse.nav-list-info .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #8bc4ea;
}

.nav-list-inverse.nav-list-danger {
  background-color: #34495e;
  border-radius: 0px;
  border: 0px solid;
  border-color: #22303d;
  overflow: hidden;
}

.nav-list-inverse.nav-list-danger>li {
  float: none;
  border-bottom: 2px solid;
  border-color: #22303d;
}

.nav-list-inverse.nav-list-danger>li>a {
  color: #c9d5e1;
}

.nav-list-inverse.nav-list-danger>li>a:hover {
  background-color: #fdf3f2;
  color: #bf2718;
}

.nav-list-inverse.nav-list-danger>li.active>a,
.nav-list-inverse.nav-list-danger>li.active>a:hover,
.nav-list-inverse.nav-list-danger>li.active>a:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #e74c3c;
}

.nav-list-inverse.nav-list-danger>li:last-child {
  border-bottom: none;
}

.nav-list-inverse.nav-list-danger .nav-sublist {
  border-radius: 0px;
}

.nav-list-inverse.nav-list-danger .nav-sublist>li {
  border-bottom: 0px;
}

.nav-list-inverse.nav-list-danger .nav-sublist>li>a {
  color: #c9d5e1;
  border-left: 10px solid #f29f97;
}

.nav-list-inverse.nav-list-danger .nav-sublist>li>a,
.nav-list-inverse.nav-list-danger .nav-sublist>li>a:hover,
.nav-list-inverse.nav-list-danger .nav-sublist>li>a:focus {
  color: #98afc6;
  background-color: #19232d;
}

.nav-list-inverse.nav-list-danger .nav-sublist>li.active>a,
.nav-list-inverse.nav-list-danger .nav-sublist>li.active>a:hover,
.nav-list-inverse.nav-list-danger .nav-sublist>li.active>a:focus {
  font-weight: bold;
  background-color: #07090c;
  color: #e74c3c;
}

.nav-list-inverse.nav-list-danger .nav-sublist>li.active>a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 0px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f29f97;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left !important;
}

.alignright {
  right: 0;
  left: auto;
  float: right !important;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

body {
  overflow: hidden;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

body.top-navbar.admin-bar {
  padding-top: 53px;
}

body.top-navbar.admin-bar .topnavbar.navbar-fixed-top {
  padding-top: 32px;
}

body .navbar.navbar-static-top {
  margin-bottom: 0;
}

body.bottom-navbar {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  body.top-navbar {
    padding-top: 50px;
  }

  body.bottom-navbar {
    padding-bottom: 50px;
  }
}

#wpadminbar .pull-left {
  float: none !important;
}

#shoestrap_icon {
  display: none !important;
}

a.toggle-nav {
  position: relative;
  top: 14px;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 0.6;
  z-index: 1;
  float: left;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
}

a.toggle-nav.open {
  opacity: 1;
  top: 18px;
}

#megaDrop {
  display: none;
  padding: 20px 10px;
}

.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0;
  color: #333333;
  background-color: #ffffff;
  border-color: #c4c4c4;
}

.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button:hover,
.button:focus,
.button.focus {
  color: #333333;
  text-decoration: none;
}

.button:active,
.button.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);
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active,
.open>.dropdown-toggle.button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #a5a5a5;
}

.button:active,
.button.active,
.open>.dropdown-toggle.button {
  background-image: none;
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #ffffff;
  border-color: #c4c4c4;
}

.button .badge {
  color: #ffffff;
  background-color: #333333;
}

.thumbnail {
  max-width: 100%;
  height: auto;
}

#social-sharing:before,
#social-sharing:after {
  content: " ";
  display: table;
}

#social-sharing:after {
  clear: both;
}

#social-sharing:before,
#social-sharing:after {
  content: " ";
  display: table;
}

#social-sharing:after {
  clear: both;
}

#social-sharing .shareme .box {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#social-sharing .shareme .box:focus,
#social-sharing .shareme .box:active:focus,
#social-sharing .shareme .box.active:focus,
#social-sharing .shareme .box.focus,
#social-sharing .shareme .box:active.focus,
#social-sharing .shareme .box.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#social-sharing .shareme .box:hover,
#social-sharing .shareme .box:focus,
#social-sharing .shareme .box.focus {
  color: #333333;
  text-decoration: none;
}

#social-sharing .shareme .box:active,
#social-sharing .shareme .box.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);
}

#social-sharing .shareme .box.disabled,
#social-sharing .shareme .box[disabled],
fieldset[disabled] #social-sharing .shareme .box {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#social-sharing .shareme .left {
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#social-sharing .shareme .middle {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 0px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

#social-sharing .shareme .middle a {
  padding: 3px 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  text-align: center;
  float: left;
}

#social-sharing .shareme .middle a:hover {
  text-decoration: none;
}

#social-sharing .shareme .right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 3em;
  text-align: center;
  line-height: 22px;
}

#navbar_social_bar a:hover,
#footer_social_bar a:active {
  text-decoration: none;
}

.label.label-tag {
  background: #eeeeee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.label.label-tag a {
  color: #444444;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.label.label-tag a:hover {
  text-decoration: none;
}

.label.label-tag:hover {
  background: #555555;
}

.label.label-tag:hover a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .meta-row {
    height: 1.7em;
    overflow: hidden;
  }

  .meta-row:hover {
    overflow: visible;
  }

  .meta-row .tags-container {
    background: #ffffff;
    position: absolute;
    line-height: 1.7em;
    z-index: 99;
  }

  .meta-row i.icon {
    color: #025372;
  }

  .meta-row i.icon.icon-comment {
    color: #ef7c00;
  }
}

.jumbotron {
  border-radius: 0px;
}

.navbar a.toggle-nav {
  margin-top: 0px;
}

.navbar #searchform {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar .dropdown-menu {
  padding: 0;
  background: #000000;
}

.navbar .dropdown-menu li.active a,
.navbar .dropdown-menu li:hover a {
  background: #333333;
  color: #ffffff;
}

.navbar.style1 .open>a:first-child,
.navbar.style1 .open>a:hover:first-child,
.navbar.style1 .open>a:focus:first-child,
.navbar.style1 a:hover:first-child,
.navbar.style1 a:focus:first-child {
  border-bottom: 5px solid #025372;
  padding-bottom: 10px;
}

.navbar.style1 .active>a,
.navbar.style1 .active>a:hover,
.navbar.style1 .active>a:focus {
  border-bottom: 5px solid #47a272;
}

.navbar.style1 .dropdown-menu {
  border-top: 5px;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  right: auto !important;
  border-top: 1px solid #47a272;
}

.navbar.style1 .dropdown-menu a,
.navbar.style1 .dropdown-menu a:hover,
.navbar.style1 .dropdown-menu a:focus {
  background: block;
  color: #025372;
  border-bottom: 0;
  border-top: 1px solid #47a272;
  padding-bottom: 0px;
}

.navbar.style1 .navbar-nav>li>a {
  padding-bottom: 10px;
}

.navbar.style2 li>a {
  padding-top: 14px;
}

.navbar.style2 .active>a,
.navbar.style2 .active>a:hover,
.navbar.style2 .active>a:focus {
  border-top: 3px solid #47a272;
  padding-top: 11px;
}

.navbar.style2 li ul li>a {
  border-top: none !important;
  padding-top: 0 !important;
}

.navbar.style2 .dropdown-menu .active>a,
.navbar.style2 .dropdown-menu .active>a:hover,
.navbar.style2 .dropdown-menu .active>a:focus {
  color: #47a272;
}

.navbar.style3 {
  border-top: 5px solid #47a272;
}

.navbar.style3 .active>a,
.navbar.style3 .active>a:hover,
.navbar.style3 .active>a:focus {
  border-top: 5px solid #ef7c00;
  margin-top: -5px;
}

.navbar.style3 .dropdown-menu .active>a,
.navbar.style3 .dropdown-menu .active>a:hover,
.navbar.style3 .dropdown-menu .active>a:focus {
  border-top: 2px solid #ef7c00 !important;
}

.navbar.style4 {
  border-top: 5px solid #47a272;
}

.navbar.style4 .active>a,
.navbar.style4 .active>a:hover,
.navbar.style4 .active>a:focus {
  background: #47a272;
  color: #ffffff;
}

.navbar.style5 .active>a,
.navbar.style5 .active>a:hover,
.navbar.style5 .active>a:focus {
  background: #ffffff;
  color: #025372;
}

.navbar.style6 {
  border-bottom: 5px solid #47a272;
}

.navbar.style6 .active>a,
.navbar.style6 .active>a:hover,
.navbar.style6 .active>a:focus {
  border-bottom: 5px solid #ef7c00;
  margin-bottom: -5px;
}

.navbar.style6 .dropdown-menu .active>a,
.navbar.style6 .dropdown-menu .active>a:hover,
.navbar.style6 .dropdown-menu .active>a:focus {
  border-bottom: 2px solid #ef7c00 !important;
}

.navbar.metro .active>a,
.navbar.metro .active>a:hover,
.navbar.metro .active>a:focus {
  background: #d9534f;
}

.navbar.metro li.open a.dropdown-toggle {
  background: #47a272;
}

.navbar.metro .dropdown-menu>li>a:hover,
.navbar.metro .dropdown-menu>li>a:focus {
  background: #47a272;
}

.navbar a.navbar-brand {
  max-width: inherit !important;
}

.navbar a.navbar-brand.logo {
  height: 50px;
  padding: 8px;
}

.navbar a.navbar-brand.logo img {
  max-height: 100%;
  width: auto;
  max-width: inherit !important;
}

.navbar a.navbar-brand.text {
  padding: 14px 15px;
  max-width: 100%;
}

@media (max-width: 753px) {
  .dropdown-menu {
    position: inherit;
    float: none;
    top: auto;
  }
}

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

.btn-group.social-share .social-link {
  display: none;
}

.btn-group.social-share:hover .social-share-main {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.btn-group.social-share:hover a {
  display: block;
  width: auto;
  padding: 8px 12px;
}

.header-wrapper {
  padding: 30px 15px;
  /* overflow: hidden;   */
}

.page-id-1258 .header-wrapper {
  border-bottom: none !important;
}

.mobile-social {
  width: 100%;
  text-align: center !important;
  margin-top: 0px !important;
  padding-bottom: 10px;
}

@media screen and (min-width: 1007px) {
  .main-float-right main.main {
    float: right;
  }
}

.boxed-style .boxed-container {
  margin-top: px;
}

img {
  max-width: 100%;
  height: auto;
}

.tags-container ul.post-categories {
  margin-left: 0;
  padding-left: 0;
}

.tags-container ul.post-categories:before,
.tags-container ul.post-categories:after {
  content: " ";
  display: table;
}

.tags-container ul.post-categories:after {
  clear: both;
}

.tags-container ul.post-categories:before,
.tags-container ul.post-categories:after {
  content: " ";
  display: table;
}

.tags-container ul.post-categories:after {
  clear: both;
}

.tags-container ul.post-categories li {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  float: left;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}

.tags-container a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #eeeeee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a.tags-container a:hover,
a.tags-container a:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.tags-container a:empty {
  display: none;
}

.btn .tags-container a {
  position: relative;
  top: -1px;
}

.tags-container a.label-tag {
  background: #eeeeee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tags-container a.label-tag a {
  color: #444444;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tags-container a.label-tag a:hover {
  text-decoration: none;
}

.tags-container a.label-tag:hover {
  background: #555555;
}

.tags-container a.label-tag:hover a {
  color: #ffffff;
}

.tags-container a a {
  color: #444444;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tags-container a a:hover {
  text-decoration: none;
}

.tags-container a:hover {
  background: #555555;
}

.tags-container a:hover a {
  color: #ffffff;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

table .table {
  background-color: #ffffff;
}

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

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

table>td.info,
table>th.info,
table.info>td,
table.info>th {
  background-color: #d9edf7;
}

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

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

iframe.twitter-tweet.twitter-tweet-rendered {
  width: 100%;
}

.breadcrumb {
  overflow: hidden;
  margin-bottom: 0px;
}

.contact-form .pushbutton-wide {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0;
  color: #ffffff;
  background-color: #47a272;
  border-color: #3f9066;
}

.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active:focus,
.contact-form .pushbutton-wide.active:focus,
.contact-form .pushbutton-wide.focus,
.contact-form .pushbutton-wide:active.focus,
.contact-form .pushbutton-wide.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide.focus {
  color: #333333;
  text-decoration: none;
}

.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.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);
}

.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled],
fieldset[disabled] .contact-form .pushbutton-wide {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide.focus,
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.open>.dropdown-toggle.contact-form .pushbutton-wide {
  color: #ffffff;
  background-color: #377f59;
  border-color: #2d6648;
}

.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.open>.dropdown-toggle.contact-form .pushbutton-wide {
  background-image: none;
}

.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled],
fieldset[disabled] .contact-form .pushbutton-wide,
.contact-form .pushbutton-wide.disabled:hover,
.contact-form .pushbutton-wide[disabled]:hover,
fieldset[disabled] .contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide.disabled:focus,
.contact-form .pushbutton-wide[disabled]:focus,
fieldset[disabled] .contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide.disabled.focus,
.contact-form .pushbutton-wide[disabled].focus,
fieldset[disabled] .contact-form .pushbutton-wide.focus,
.contact-form .pushbutton-wide.disabled:active,
.contact-form .pushbutton-wide[disabled]:active,
fieldset[disabled] .contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.disabled.active,
.contact-form .pushbutton-wide[disabled].active,
fieldset[disabled] .contact-form .pushbutton-wide.active {
  background-color: #47a272;
  border-color: #3f9066;
}

.contact-form .pushbutton-wide .badge {
  color: #47a272;
  background-color: #ffffff;
}

.dropdown-submenu {
  position: relative;
}

li.dropdown ul.dropdown-menu li.dropdown>.dropdown-menu {
  top: 0;
  left: 100%;
}

li.dropdown ul.dropdown-menu li.dropdown:hover>.dropdown-menu {
  display: block;
}

li.dropdown ul.dropdown-menu li.dropdown.pull-left {
  float: none;
}

.fsearch form#searchform {
  position: relative;
}

.widget_search form#searchform input.form-control {
  padding-right: 40px;
}

.widget_search form#searchform button#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.navbar {
  font-family: Oswald;
  font-size: 15px;
  font-style: inherit;
  font-weight: 400;
}

.navbar li>a {
  color: #ffffff !important;
}

.navbar a.navbar-brand {
  font-family: Oswald;
  font-size: 18px;
  font-style: inherit;
  font-weight: 400;
  color: #ffffff;
}

.navbar .nav.nav-pills li a {
  padding: 14px 15px;
}

.widget select {
  width: 100%;
  color: #025372;
  background-color: #ffffff;
  height: 110%;
  font-size: 110%;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  line-height: 2.1428571435;
  font-size: 16px;
  font-weight: inherit;
  font-style: inherit;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
  font-weight: inherit;
  font-style: inherit;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

.jumbotron p {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 0px;
  }

  .jumbotron h1 {
    font-size: 72px;
  }
}

.topnavbar {
  z-index: 1000;
}

.topnavbar.navbar-fixed-top {
  z-index: 1030;
}

.secondary {
  z-index: 1;
}

.widget.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget.widget_search {
  border: 1px solid #ffffff;
  border: 1px solid transparent;
}

.nav-pills>li>a {
  border-radius: 0px;
}

.container .jumbotron {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.page-header {
  padding-top: 10px;
}

.wrap.main-section .content {
  padding-left: 15px;
  padding-right: 15px;
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-left: 15px;
}

.boxed-container .container>.navbar-header,
.boxed-container .container>.navbar-collapse {
  margin-right: 15px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .navbar .pull-right {
    float: none !important;
  }
}

.wrap.main-section .content .bg {
  padding-top: 15px;
}

html {
  overflow-x: hidden;
}

ul.comment {
  padding-left: 0;
}

/** Misc Fixes **/
footer {
  border-top: #ffffff solid;
}

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

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.modal-header br,
.modal-header p {
  display: none;
}

/** Secondary Nav Menu **/
.secondary-nav-menu {
  padding-left: 0px;
  list-style: none;
  vertical-align: middle;
  display: table-cell;
}

.secondary-nav-menu li {
  font-size: 11px;
  display: table-cell !important;
  padding-right: 15px;
}

.secondary-nav-menu li:last-child {
  padding-right: 0px;
}

.secondary-nav-menu li.active a {
  background: none !important;
}

/** Foot Nav **/
.footer-nav {
  list-style: none;
}

.footer-nav li {
  display: inline-block;
  margin-right: 20px;
}

/** Social Icons  **/
.social-link {
  padding: 2px !important;
}

.social-share .icon {
  width: 32px !important;
  height: 34px !important;
  display: block;
  padding: 0px;
}

.social-share-main {
  height: 40px;
}

#navbar_social_bar .btn-link i:before {
  content: "";
}

#footer_social_bar a span:before {
  content: "\00a0\00a0\00a0\00a0" !important;
}

#navbar_social_bar .btn-link,
#footer_social_bar a {
  height: 32px;
  width: 32px;
  background-size: contain !important;
  margin: 10px 0px 0px 5px;
}

#navbar_social_bar .btn-link:last-child,
#footer_social_bar a:last-child {
  margin-right: 5px;
}

.el-icon-googleplus,
#navbar_social_bar .googleplus,
#footer_social_bar .googleplus {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-google.png') no-repeat;
}

.el-icon-facebook,
#navbar_social_bar .facebook,
#footer_social_bar .facebook {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-facebook.png') no-repeat;
}

#navbar_social_bar .youtube,
#footer_social_bar .youtube {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-youtube.png') no-repeat;
}

.el-icon-twitter,
#navbar_social_bar .twitter,
#footer_social_bar .twitter {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-twitter.png') no-repeat;
}

#navbar_social_bar .angieslist,
#footer_social_bar .angieslist {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-angies.png') no-repeat;
}

#navbar_social_bar .flickr,
#footer_social_bar .flickr {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-flickr.png') no-repeat;
}

#navbar_social_bar .yelp,
#footer_social_bar .yelp {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-yelp.png') no-repeat;
}

#navbar_social_bar .rss,
#footer_social_bar .rss {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-rss.png') no-repeat;
}

.el-icon-pinterest,
#navbar_social_bar .pinterest,
#footer_social_bar .pinterest {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-pinterest.png') no-repeat;
}

#navbar_social_bar .instagram,
#footer_social_bar .instagram {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-instagram.png') no-repeat;
}

.el-icon-linkedin,
#navbar_social_bar .linkedin,
#footer_social_bar .linkedin {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-linkedin.png') no-repeat;
}

#navbar_social_bar .yahoo,
#footer_social_bar .yahoo {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-yahoo.png') no-repeat;
}

.el-icon-tumblr,
#navbar_social_bar .tumblr,
#footer_social_bar .tumblr {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-tumblr.png') no-repeat;
}

#navbar_social_bar .foursquare,
#footer_social_bar .foursquare {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-foursquare.png') no-repeat;
}

#navbar_social_bar .customerlobby,
#footer_social_bar .customerlobby {
  background: url('/wp-content/themes/wg-boot/assets/img/icon-customer-lobby.png') no-repeat;
}

/** Gravity Forms **/
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  -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;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #377f59;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 127, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 127, 89, 0.6);
}

.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999999;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999999;
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0;
  color: #ffffff;
  background-color: #47a272;
  border-color: #3f9066;
}

.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  color: #333333;
  text-decoration: none;
}

.gform_button:active,
.gform_button.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);
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform_button:hover,
.gform_button:focus,
.gform_button.focus,
.gform_button:active,
.gform_button.active,
.open>.dropdown-toggle.gform_button {
  color: #ffffff;
  background-color: #377f59;
  border-color: #2d6648;
}

.gform_button:active,
.gform_button.active,
.open>.dropdown-toggle.gform_button {
  background-image: none;
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled.focus,
.gform_button[disabled].focus,
fieldset[disabled] .gform_button.focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #47a272;
  border-color: #3f9066;
}

.gform_button .badge {
  color: #47a272;
  background-color: #ffffff;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #b94a48;
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error>p,
.validation_error>ul {
  margin-bottom: 0;
}

.validation_error>p+p {
  margin-top: 5px;
}

.validation_error hr {
  border-top-color: #e4b9c0;
}

.validation_error .alert-link {
  color: #953b39;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message>p,
#gforms_confirmation_message>ul {
  margin-bottom: 0;
}

#gforms_confirmation_message>p+p {
  margin-top: 5px;
}

#gforms_confirmation_message hr {
  border-top-color: #c9e2b3;
}

#gforms_confirmation_message .alert-link {
  color: #356635;
}

.gform_wrapper select,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  background: #fff;
  box-shadow: 0px 3px 3px #999;
}

.gform_wrapper input[type=text],
.gform_wrapper select {
  height: auto;
}

.gfield_captcha_input_container input[type=text] {
  margin-top: 5px;
  border: 1px solid #c4c4c4;
}

.gform_wrapper select {
  padding: 5px 0 5px 0;
}

.gfield_checkbox label,
.gfield_radio label {
  font-weight: normal;
  font-size: 12px;
}

.gfield_checkbox input,
.gfield_radio input,
.gfield_checkbox input:focus,
.gfield_radio input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  height: auto;
}

.ginput_complex label {
  margin-bottom: 10px !important;
}

.gform_wrapper li {
  margin-bottom: 5px;
}

.ginput_complex label {
  font-size: 11px !important;
  font-weight: normal;
}

/* Overrides */
h1,
h2,
h3,
.page-header {
  margin-top: 0px;
}

.dropdown-menu {
  margin: 0px;
}

.dropdown-menu>li>a {
  padding: 5px 20px;
}

.dropdown-menu>li:last-child>a:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.navbar {
  border: 0px;
}

.dropdown-menu {
  border: 0px;
}

.social-share .social-link {
  padding: 0px;
}

.btn-group.social-share:hover a {
  padding: 7px 10px 5px 10px;
}

.btn-group.social-share a:hover {
  opacity: 1;
}

.social-link .icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
}

#menu-footer {
  padding-left: 0px;
  margin-top: -10px;
}

#copyright-bar {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
}

h2,
h3,
h4,
h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-nav li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.header-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

.header-wrapper {
  padding: 0px;
}

.navbar-toggle {
  margin-right: 15px;
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: 0px !important;
}

.boxed-container .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}

.boxed-container .textwidget {
  overflow: hidden;
}

.dropdown-menu {
  margin: 0px;
}

@media (min-width: 768px) {
  .hidden-xs.brand-logo {
    display: inline !important;
  }
}

@media (max-width: 991px) {
  .hidden-lg.brand-logo {
    display: inline !important;
  }

  .container>.navbar-collapse {
    margin-left: 0px;
  }

  .navbar-collapse {
    max-height: none;
  }

  .navbar-inside {
    padding: 0px;
  }
}

header.affix {
  top: 0;
  width: 100%;
}

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

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

.content p a {
  text-decoration: underline;
}

.wg-back-to-top {
  position: fixed;
  bottom: 2em;
  right: 30px;
  display: none;
}

.breadTrail .breadcrumb div {
  display: inline-block;
}

.twg-wrapper {
  padding: 0px;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

/** Filter Resets IE Fixes **/
.navbar-default,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.no-svg-fallback {
  display: none;
  width: 30px;
  height: 30px;
}

.svg-link svg {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  fill: #ffffff;
  background-color: transparent;
  padding: 0;
  border-radius: px;
  border: 0 solid #4b4c4d;
  transition-duration: .5s;
  margin-right: 5px;
}

.svg-link:hover svg {
  fill: #eaeaea;
  background-color: transparent;
}

.svg-link:first-child {
  margin-left: 0;
}

.svg-link {
  text-decoration: none !important;
}

/*
* Off Canvas
* --------------------------------------------------
*/
@media screen and (max-width: 991px) {

  html.offcanvas-active,
  .offcanvas-active body {
    overflow-x: hidden !important;
  }

  .twg-wrapper.active .offcanvas-overlay {
    transition: .5s;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background: rgba(51, 51, 51, 0.5);
  }

  .twg-wrapper.active {
    overflow: visible !important;
  }

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    top: 0;
    width: 30%;
    /* 6 columns */

    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background: #CCC;
    height: 100%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    z-index: 999999;
    position: fixed;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background: #000000;
    height: 100%;
  }

  .offcanvas-menu-header {
    margin-top: 10px;
  }

  .offcanvas-menu-header .offcanvas-close {
    font-size: 24px;
    color: #ffffff;
    float: right;
    cursor: pointer;
  }

  .offcanvas-menu-header .offcanvas-menu-title {
    font-family: Oswald;
    font-weight: 400;
    font-style: inherit;
    color: #ffffff;
    font-size: 24px;
  }

  .row-offcanvas-left.active {
    margin-left: 0;
    left: 30%;
  }

  .signup_form {
    padding: 0 11px 40px 15px;
  }
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    margin-left: 0;
  }

  .row-offcanvas-left.active {
    left: 40%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    width: 40%;
  }

  .page-id-1258 .header-wrapper h2 {
    padding-top: 10px;
  }

  .navbar a.navbar-brand.logo img {}
}

@media screen and (max-width: 500px) {
  .row-offcanvas-left.active {
    left: 50%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    width: 50%;
  }

  .navbar a.navbar-brand.logo {
    margin-left: -140px !important;
  }

  .navbar a.navbar-brand.logo img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 400px) {
  .row-offcanvas-left.active {
    left: 65%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    width: 65%;
  }
}

/* 24-june-2019 css start here ============ */
.slct_vehicle .vehicle_list>div {
  color: #333;
}

.page-id-1258 .home_signup_form .fl-row-content-wrap {
  display: none;
}

.fl-builder-content-1258 .jumbotron {
  display: none;
}

/* 24-june-2019 css end here ============ */