/* ************** wave colours ************** */
/* ************** wave colours ************** */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,300italic,600,700,700italic,600italic,400italic&subset=latin,latin-ext);
/* general */
* {
  border-collapse: collapse; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.4rem; }

html,
body {
  padding: 0;
  margin: 0;
  height: 100%; }

html,
body,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

a:hover,
a:active,
.tile:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=url]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear,
input[type=time]::-ms-clear {
  display: none; }

input[type=password]::-ms-reveal {
  display: none; }

a {
  text-decoration: none; }

.table {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  margin: 10px 0; }
  .table thead th {
    border-bottom: 0;
    background-color: #f6f6f6;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7); }
  .table table.wui .table-bordered {
    background-color: #f6f6f6; }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Fx 3.6-15*/
  background: linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Standard*/ }

.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: 1px solid #e8e8e8; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Fx 3.6-15*/
  background: linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  /*Standard*/ }

.table-data thead {
  cursor: pointer; }

.dataTables_filter {
  float: right; }

div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left; }

div.dataTables_length select {
  width: 75px; }

div.dataTables_filter label {
  font-weight: normal;
  float: right; }

div.dataTables_filter input {
  width: 16em;
  margin-left: 0.5em; }

div.dataTables_info {
  padding-top: 8px; }

div.dataTables_paginate {
  float: right;
  margin: 0; }

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer; }

.dataTables_length {
  margin: 10px 0; }

.dataTables_filter input, .dataTables_length select {
  margin: 0 5px; }

.dataTables_paginate {
  float: right; }
  .dataTables_paginate .pagination > li:first-child > a, .dataTables_paginate .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0; }
  .dataTables_paginate .pagination > li:last-child > a, .dataTables_paginate .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .dataTables_paginate .pagination > .active > a,
  .dataTables_paginate .pagination > .active > span,
  .dataTables_paginate .pagination > .active > a:hover,
  .dataTables_paginate .pagination > .active > span:hover,
  .dataTables_paginate .pagination > .active > a:focus,
  .dataTables_paginate .pagination > .active > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #000;
    cursor: default;
    z-index: 2; }
  .dataTables_paginate .pagination > li > a:hover,
  .dataTables_paginate .pagination > li > span:hover,
  .dataTables_paginate .pagination > li > a:focus,
  .dataTables_paginate .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #726B6B; }
  .dataTables_paginate .pagination > .active > a, .dataTables_paginate .pagination > .active > span,
  .dataTables_paginate .pagination > .active > a:hover,
  .dataTables_paginate .pagination > .active > span:hover,
  .dataTables_paginate .pagination > .active > a:focus,
  .dataTables_paginate .pagination > .active > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #000;
    cursor: default;
    z-index: 2; }

table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right; }

table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right; }

table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right; }

table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right; }

table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right; }

table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px; }

table.dataTable th:active {
  outline: none; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important; }

table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0; }

table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0; }

table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/******************************** 1 - BUTTONS & FORMS ********************************/
/******************************** 1.1 Default Colours Buttons ********************************/
.btn {
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .2s linear, color .2s linear, background-color .2s linear;
  transition: border .2s linear, color .2s linear, background-color .2s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn:hover, .btn:focus {
    outline: none;
    color: #fff; }
    .btn:hover i, .btn:focus i {
      background: transparent; }
  .btn:active, .btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn:active i, .btn.active i {
      background: transparent; }

.btn-hg {
  padding: 13px 20px;
  font-size: 2.2rem; }

.btn-lg {
  padding: 10px 19px;
  font-size: 1.7rem; }

.btn-sm {
  padding: 9px 13px;
  font-size: 1.2rem; }

.btn-xs {
  padding: 6px 9px;
  font-size: 1rem; }

.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: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: #7f8c8d; }

.btn-default {
  color: #fff;
  background-color: #95a5a6; }
  .btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #7f8c8d; }
  .btn-default:active, .btn-default.active {
    background: #95a5a6; }

.btn-primary {
  color: #fff;
  background-color: #3498db; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #2980b9; }
  .btn-primary:active, .btn-primary.active {
    background: #3498db; }

.btn-warning {
  color: #fff;
  background-color: #f1c40f; }
  .btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #f39c12; }
  .btn-warning:active, .btn-warning.active {
    background: #f1c40f; }

.btn-danger {
  color: #fff;
  background-color: #e74c3c; }
  .btn-danger:hover, .btn-danger:focus {
    color: #fff;
    background-color: #c0392b; }
  .btn-danger:active, .btn-danger.active {
    background: #e74c3c; }

.btn-success {
  color: #fff;
  background-color: #1abc9c; }
  .btn-success:hover, .btn-success:focus {
    color: #fff;
    background-color: #14947a; }
  .btn-success:active, .btn-success.active {
    background: #1abc9c; }

.btn-inverse {
  color: #fff !important;
  background-color: #34495e; }
  .btn-inverse:hover, .btn-inverse:focus {
    color: #fff;
    background-color: #2c3e50; }
  .btn-inverse:active, .btn-inverse.active {
    color: #fff;
    background: #34495e; }

.btn-info {
  color: #fff;
  background-color: #4fc1e9; }
  .btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #3bafda; }
  .btn-info:active, .btn-info.active {
    background: #4fc1e9; }

/******************************** 1.2 Framework Colours Buttons ********************************/
.btn-orange {
  color: #fff;
  background-color: #f0a830; }
  .btn-orange:hover, .btn-orange:focus {
    color: #fff;
    background-color: #f07818; }
  .btn-orange:active, .btn-orange.active {
    background: #f0a830; }

.btn-darkblue {
  color: #fff;
  background-color: #0b108c; }
  .btn-darkblue:hover, .btn-darkblue:focus {
    color: #fff;
    background-color: #0c0f66; }
  .btn-darkblue:active, .btn-darkblue.active {
    background: #0b108c; }

.btn-darkgreen {
  color: #fff;
  background-color: #789048; }
  .btn-darkgreen:hover, .btn-darkgreen:focus {
    color: #fff;
    background-color: #607848; }
  .btn-darkgreen:active, .btn-darkgreen.active {
    background: #789048; }

.btn-pink {
  color: #fff;
  background-color: #ff0dce; }
  .btn-pink:hover, .btn-pink:focus {
    color: #fff;
    background-color: #e80c64; }
  .btn-pink:active, .btn-pink.active {
    background: #ff0dce; }

.btn-purple {
  color: #fff;
  background-color: #bd1550; }
  .btn-purple:hover, .btn-purple:focus {
    color: #fff;
    background-color: #490a3d; }
  .btn-purple:active, .btn-purple.active {
    background: #bd1550; }

.btn-brown {
  color: #fff;
  background-color: #614d32; }
  .btn-brown:hover, .btn-brown:focus {
    color: #fff;
    background-color: #2a211c; }
  .btn-brown:active, .btn-brown.active {
    background: #614d32; }

.btn-turquoise {
  color: #fff;
  background-color: #76d3de; }
  .btn-turquoise:hover, .btn-turquoise:focus {
    color: #fff;
    background-color: #00bcd1; }
  .btn-turquoise:active, .btn-turquoise.active {
    background: #76d3de; }

.btn-black {
  color: #fff;
  background-color: #433241; }
  .btn-black:hover, .btn-black:focus {
    color: #fff;
    background-color: #020101; }
  .btn-black:active, .btn-black.active {
    background: #433241; }

.btn-white {
  color: #000;
  background-color: #f1eee9; }
  .btn-white:hover, .btn-white:focus {
    color: #000;
    background-color: #d7d7d7; }
  .btn-white:active, .btn-white.active {
    background: #f1eee9; }

.btn-gray {
  color: #fff;
  background-color: #bfc3c4; }
  .btn-gray:hover, .btn-gray:focus {
    color: #fff;
    background-color: #8b9597; }
  .btn-gray:active, .btn-gray.active {
    background: #bfc3c4; }

.btn-transparent {
  color: #000;
  background-color: transparent;
  border: 1px solid black; }
  .btn-transparent:hover, .btn-transparent:focus {
    color: #fff;
    background-color: black; }
  .btn-transparent:active, .btn-transparent.active {
    background: transparent; }

/******************************** 1.3 Labeled Buttons ********************************/
.btn-labeled {
  padding: 0; }
  .btn-labeled div {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px; }
    .btn-labeled div + div {
      background: transparent;
      width: auto;
      text-align: center;
      display: inline-block; }
  .btn-labeled .label-right {
    float: right; }

.nav-tabs {
  background-color: #e6e9ed;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0; }
  .nav-tabs > li {
    margin-bottom: 0;
    border-left: 1px solid #ccd1d9; }
    .nav-tabs > li :first-child {
      border-left: none; }
      .nav-tabs > li :first-child > a {
        border-radius: 4px 0 0;
        -webkit-border-radius: 4px 0 0;
        -moz-border-radius: 4px 0 0; }
    .nav-tabs > li > a {
      margin-right: 0;
      color: #434a54;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      outline: none; }
      .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        background-color: #f5f7fa;
        border: none; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      background-color: #fff !important;
      border: none; }
      .nav-tabs > li.active > a i, .nav-tabs > li.active > a:focus i, .nav-tabs > li.active > a:hover i {
        color: #7f8c8d; }
    .nav-tabs > li i {
      margin: 0 5px; }
  .nav-tabs.dropdown-toggle, .nav-tabs.dropdown-toggle:focus, .nav-tabs.dropdown-toggle:hover {
    color: #434a54; }
  .nav-tabs li.dropdown.open .dropdown-toggle {
    color: #434a54;
    background-color: #f5f7fa; }
  .nav-tabs li.dropdown.active.open .dropdown-toggle {
    color: #434a54; }
  .nav-tabs .nav-justified > li > a {
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    .nav-tabs .nav-justified > li > a:first-child > a {
      border-radius: 4px 0 0;
      -webkit-border-radius: 4px 0 0;
      -moz-border-radius: 4px 0 0; }
    .nav-tabs .nav-justified > li > a:last-child > a {
      border-radius: 0 4px 0 0;
      -webkit-border-radius: 0 4px 0 0;
      -moz-border-radius: 0 4px 0 0; }
  .nav-tabs .nav-justified > li > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-tabs .nav-justified > .active > a,
  .nav-tabs .nav-justified > .active > a:focus,
  .nav-tabs .nav-justified > .active > a:hover {
    border: none; }

.nav-tabs .dropdown-toggle .caret,
.nav-tabs .dropdown-toggle:focus .caret,
.nav-tabs .dropdown-toggle:hover .caret,
.nav-tabs li.dropdown.active .dropdown-toggle .caret,
.nav-tabs li.dropdown.active.open .dropdown-toggle .caret,
.nav-tabs li.dropdown.open .caret,
.nav-tabs li.dropdown.open a:focus .caret,
.nav-tabs li.dropdown.open a:hover .caret,
.nav-tabs li.dropdown.open.active .caret {
  border-top-color: #434a54;
  border-bottom-color: #434a54; }

.tab-content {
  padding: 10px;
  border: 0 1px 0 1px; }

.tabs-below .nav-tabs {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px; }
  .tabs-below .nav-tabs > li:first-child > a {
    border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px; }
  .tabs-below .nav-tabs .nav-justified > li:last-child > a {
    border-radius: 0 0 4px;
    -webkit-border-radius: 0 0 4px;
    -moz-border-radius: 0 0 4px; }

.tabs-left .nav-tabs, .tabs-right .nav-tabs {
  float: left;
  margin-right: 19px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px; }
  .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
    float: none;
    border-top: 1px solid #ccd1d9;
    border-left: none; }
    .tabs-left .nav-tabs > li:first-child, .tabs-right .nav-tabs > li:first-child {
      border-top: none; }
    .tabs-left .nav-tabs > li a, .tabs-right .nav-tabs > li a {
      min-width: 74px;
      margin-right: 0; }

.tabs-left .nav-tabs > li:first-child > a {
  border-radius: 4px 0 0;
  -webkit-border-radius: 4px 0 0;
  -moz-border-radius: 4px 0 0; }
.tabs-left .nav-tabs > li:last-child > a {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px; }

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0; }
  .tabs-right .nav-tabs > li:first-child > a {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0; }
  .tabs-right .nav-tabs > li:last-child > a {
    border-radius: 0 0 4px;
    -webkit-border-radius: 0 0 4px;
    -moz-border-radius: 0 0 4px; }

.nav-pills li.active > a,
.nav-pills li.active > a:focus,
.nav-pills li.active > a:hover {
  color: #fff;
  background-color: #3bafda; }
.nav-pills > li > a {
  color: #3bafda; }
  .nav-pills > li > a:hover {
    color: #434a54;
    background-color: #e6e9ed; }
.nav-pills > .active > a > .badge {
  color: #3bafda; }
.nav-pills .open > a,
.nav-pills .open > a:focus,
.nav-pills .open > a:hover {
  color: #434a54;
  background-color: #e6e9ed; }

.pull-right-tabs .nav {
  float: right;
  border-bottom: 0px; }
  .pull-right-tabs .nav li {
    float: left; }
.pull-right-tabs .tab-content {
  float: left;
  margin-top: -1px; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom: none; } }
.alert {
  padding: 15px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .alert h4 {
    margin: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: 700; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    color: inherit;
    outline: none; }

.alert-success {
  background-color: #dff0d8;
  border-color: 1px solid transparent;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.accordion-group {
  margin-bottom: 2px;
  border-radius: 4px; }

.accordion-heading, .panel-heading {
  border-bottom: 0;
  border: 0;
  border-radius: 0;
  border-left: 0 solid transparent;
  -webkit-transition: border-left-width .3s linear;
  -o-transition: border-left-width .3s linear;
  transition: border-left-width .3s linear; }
  .accordion-heading em, .panel-heading em {
    font-size: 1rem;
    color: #B0B0B0;
    text-shadow: 1px 1px #fff;
    margin: 5px;
    float: right; }

.accordion-heading {
  background-color: #eee; }

.accordion-heading:hover, .panel-heading:hover {
  border-left-width: 6px;
  -webkit-transition: border-left-width .2s linear;
  -o-transition: border-left-width .2s linear;
  transition: border-left-width .2s linear; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 10px 15px;
  color: #000; }

.accordion-toggle,
a.accordion-toggle {
  cursor: pointer;
  font-weight: bold;
  display: block; }
  .accordion-toggle:focus, .accordion-toggle:hover,
  a.accordion-toggle:focus,
  a.accordion-toggle:hover {
    outline: none;
    text-decoration: none !important; }

.accordion-inner {
  padding: 9px 15px; }

.popover {
  box-shadow: 0 5px 10px transparent;
  border-radius: 0; }

.tooltip-inner {
  background-color: #34495e;
  border-radius: 0;
  padding: 10px 15px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #34495e; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #34495e; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #34495e; }

.tooltip.right .tooltip-arrow {
  border-right-color: #34495e; }

.tooltip.left .tooltip-arrow {
  border-left-color: #34495e; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #34495e; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #34495e; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: 0.95; }

.modal-backdrop {
  background-color: #34495e; }

button.close {
  outline: none; }

.progress .progress-bar.two-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out; }

.progress {
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15); }

.wave-contentbox-1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  .wave-contentbox-1 li {
    float: left;
    text-align: center;
    margin: 0 0 10px 0; }
    .wave-contentbox-1 li .content-box {
      border: 1px solid #e8e8e8; }
      .wave-contentbox-1 li .content-box img {
        width: 100%;
        height: auto; }
      .wave-contentbox-1 li .content-box h1 {
        font-size: 2.2rem;
        font-weight: 600; }
      .wave-contentbox-1 li .content-box p {
        margin: 10px; }
    .wave-contentbox-1 li:last-child {
      margin: 0; }
