/* ======================================================================
   UNIKELVIN VENTURES - CONSOLIDATED SITE STYLESHEET
   Single-file CSS bundle. Sections below, in load order:
     - css/bootstrap.css  (Bootstrap 3 grid & base)
     - css/style.css  (Theme / site styles)
     - css/responsive.css  (Responsive breakpoints)
     - css/candycolour.css  (Brand colour overrides)
     - css/fontello.css  (Fontello icon font)
     - css/animate.css  (Animate.css (scroll animations))
     - menu/css/cwd-menu.css  (Nav menu (cwd-menu))
     - css/slider-style.css  (Homepage slider shell (legacy))
     - css/home-slider.css  (Homepage hero slider)
     - css/story.css  (Our Story timeline page)
   ====================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Raleway:wght@300;400;500;600;700&display=swap');


/* ============================================================
   SECTION: Bootstrap 3 grid & base
   Source: css/bootstrap.css
   ============================================================ */

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

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

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

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

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    /* max-width: 750px; */
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    /* max-width: 970px; */
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1170px; */
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

.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: 8px;
  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: 5px;
}

.table-bordered {
  border: 1px 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: 1px solid #dddddd;
}

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

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

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

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

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

.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 > 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;
  border-color: #d6e9c6;
}

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

.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;
  border-color: #eed3d7;
}

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

.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;
  border-color: #fbeed5;
}

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

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}

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

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

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

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

  line-height: normal;
}

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-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;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-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;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-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;
  background-color: #dff0d8;
  border-color: #468847;
}

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

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

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

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

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

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

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

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

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

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

.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: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: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.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: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: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.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: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: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  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: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-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  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: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-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.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: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: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

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

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

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: none;
  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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.html');
  src: url('../fonts/glyphicons-halflings-regulard41d.html?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular-2.html') format('woff'), url('../fonts/glyphicons-halflings-regular-3.html') format('truetype'), url('../fonts/glyphicons-halflings-regular-4.html#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  font-size: 15px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

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

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

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

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

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

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

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

.btn-group > .btn:hover,
.btn-group-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: none;
}

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

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

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

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

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

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 .caret {
  margin-left: 0;
}

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

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

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

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

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

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

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

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

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

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

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

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

.nav-tabs {
  /* border-bottom: 1px solid #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: 4px 4px 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;
  cursor: default;
  background-color: none;
  /* border: 1px solid #dddddd; */
  /* border-bottom-color: transparent; */
}

.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;
}

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

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  /* border-bottom-color: #ffffff; */
}

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

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

.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: #428bca;
}

.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;
}

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

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  /* border-bottom-color: #ffffff; */
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

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

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

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

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

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

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

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

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

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

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

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

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

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

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

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 0px; 
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 18px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}

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

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

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

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

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

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

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

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /* color: #555555; */
  /* background-color: #e7e7e7; */
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  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: #009999;
}

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

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /* color: #555555; */
  background-color: #FAFBF8;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

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

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

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

.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: #080808;
}

.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 {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .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: #080808;
  }
  .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;
}

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

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

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

.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;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

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

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

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

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

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

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

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

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

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.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;
  cursor: not-allowed;
  background-color: #ffffff;
}

.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;
}

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

.label:empty {
  display: none;
}

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

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

.label-primary {
  background-color: #428bca;
}

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

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

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

.label-info {
  background-color: #5bc0de;
}

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

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

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

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

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

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

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

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

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

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

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

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

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

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

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

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
*/
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

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

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

.media-object {
  display: block;
}

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

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

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

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

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

.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: 4px;
  border-top-left-radius: 4px;
}

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

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

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

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

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

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

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

.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 {
  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: #e1edf7;
}

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

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

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

.panel-body {
  /* padding: 15px; */
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

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

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

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

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

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

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

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

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

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

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

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

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

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

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

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

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

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

.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

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

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #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;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

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

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

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

.visible-xs {
  display: none !important;
}

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

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

.visible-sm {
  display: none !important;
}

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

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

.visible-md {
  display: none !important;
}

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

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

.visible-lg {
  display: none !important;
}

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

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

.hidden-xs {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

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

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

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

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

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

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

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

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* ============================================================
   SECTION: Theme / site styles
   Source: css/style.css
   ============================================================ */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


a:focus:not(:focus-visible) {
outline: none;}

/* SVS - Services  */

.svs {  padding-top:3%; padding-bottom:3%; background: #FAFBF8; }

/* Standardized card: fixed height + flex column so the image,
   text block, and button line up identically across every card
   regardless of how long each title/description is. */
.svs-inner{
  padding: 20px 20px 24px;
  overflow: hidden;
}

.svs-box {
  background: #fff; box-shadow: 3px 3px 7px 0px #f7f7f7; border-radius: 12px;   margin:10px; overflow: hidden;
  height: 480px;
  display: flex;
  flex-direction: column;
		transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

.svs-box > img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  flex-shrink: 0;
}

.svs-box > .btn-system {
  margin: 0 20px 20px;
  align-self: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.svs-box > .btn-system i {
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* The shared icon-font rule below adds margin-right: .2em to every
   icon (it's meant to space an icon from text next to it), which
   pushed this icon off-center since it sits alone with no text.
   Zero it out here so the arrow sits dead-center in the circle. */
.svs-box > .btn-system i:before {
  margin-right: 0;
}

/* Industries of Our Speciality (homepage) - cards now match the
   shared .svs-box card pattern (image, heading, copy, Read more
   button all inside .svs-inner, same as our-solutions/about-us/etc),
   so only a subtle image zoom on hover is kept here for a bit of
   extra polish on the full-bleed thumbnail. */
.industries-showcase .svs-box > img {
  transition: transform 0.5s ease-in-out;
}
.industries-showcase .svs-box:hover > img {
  transform: scale(1.06);
}

/* Industries (homepage) & Capabilities (about-us) cards - shorter
   than the shared .svs-box default since their copy is brief, so a
   flat 480px left a large empty gap under the button. Uses min-height
   (not a fixed height) so a longer title/description can never get
   clipped by .svs-inner's overflow:hidden - it just grows the card a
   little instead. .svs-inner is a flex column filling the remaining
   space, with the Read more button pushed to the bottom (margin-top:
   auto) so it lines up identically across every card, and `gap`
   guarantees a minimum breathing room above the button even when
   there's no leftover space for the auto margin to push against.
   Scoped to these two carousels only. */
.industries-showcase .svs-box,
.capabilities-showcase .svs-box {
  height: auto;
  min-height: 420px;
  margin: 5px;
}
.industries-showcase .svs-inner,
.capabilities-showcase .svs-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 20px 20px 28px;
  overflow: visible;
}
.industries-showcase .svs-inner > a.btn-system,
.capabilities-showcase .svs-inner > a.btn-system {
  margin-top: auto;
  align-self: center;
}

/* About Us - "Technology we use" logo cards: just a partner/tool
   logo plus one line of text, no button - the shared .svs-box
   settings (480px tall, image cropped to 190px with object-fit:
   cover) were tuned for photo cards and left these small
   transparent-background PNG logos either zoomed in and cropped or
   floating in a huge empty card. Shrunk the image slot and switched
   to object-fit:contain so logos display whole, and let the card
   size to content with a sensible minimum instead of the tall fixed
   height. Scoped to this row only. */
.tech-stack .svs-box {
  height: auto;
  min-height: 200px;
  margin: 0 0 10px;
}
/* 5 tool cards in one line at desktop widths - col-md-3 (25%) was
   built for 4 cards, so override just the width to fit 5. Gutter
   pulled down to 10px (5px margin + 5px column padding each side)
   to match the ~10px gap standard used across the rest of the site. */
.tech-stack.row {
  margin-left: -5px;
  margin-right: -5px;
}
.tech-stack.row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .tech-stack.row > [class*="col-"] {
    width: 20%;
  }
}
.tech-stack .svs-box > img {
  height: 90px;
  object-fit: contain;
  padding: 24px 24px 0;
}
.tech-stack .svs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 12px 20px 24px;
}
.tech-stack .svs-inner h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

/* Resources & Downloads page - these cards have no image and no
   equal-height grid to line up (just a stacked title/blurb/button),
   so the shared 480px fixed height left a large block of empty
   white space below the short content. Let them size to content. */
.resources-list .svs-box {
  height: auto;
  min-height: 0;
  margin: 0 0 10px;
}

/* Industries hub (industries.php) & Solutions hub (our-solutions.php)
   2-up card grids - previously the 15px Bootstrap column gutter and
   the shared .svs-box's own 10px margin stacked on top of each other
   (50px combined gap), well past the ~10px gap used everywhere else
   on the site (Impact in Numbers, Features grid/gallery, Recent
   Projects). Zero the box's own margin and pull the column gutter
   down to 5px+5px so the two cards land exactly 10px apart, same as
   the rest of the site. */
.card-grid-2up {
  margin-left: -5px;
  margin-right: -5px;
}
.card-grid-2up > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.card-grid-2up .svs-box {
  margin: 0 0 10px;
}

/* Team page - photo cards (team.php): two problems with the shared
   .svs-box here. (1) The fixed 190px image-crop height was tuned for
   landscape solution photos; on portrait headshots at the wide
   leader-card and 4-across grid-card ratios it cropped straight
   through faces. (2) The fixed 480px card height was sized for cards
   with a long paragraph + read-more link; these compact name/role
   (+ one icon) cards left a large empty gap at the bottom. Switched
   both rows to flex with an explicit gap instead of the Bootstrap
   col-padding + .svs-box margin combination, which produced uneven
   spacing between cards, especially at row edges. Scoped to these
   two classes only so other pages reusing .svs-box are untouched. */
.team-leaders {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin: 0;
}
/* Bootstrap's .row clearfix defines :before/:after with content:" ".
   Unlike Grid (which explicitly excludes a container's own generated
   content from being grid items), Flexbox DOES treat a flex
   container's ::before/::after as real flex items when they have
   content. Since these rows carry the Bootstrap .row class, turning
   them into flex containers accidentally turned that empty clearfix
   content into two invisible extra "cards" - one at the very start
   (pushing every real card right and stealing a slot from row 1) and
   one at the very end (spilling the last real card into its own
   row). Neutralizing them here removes those phantom items. */
.team-leaders:before,
.team-leaders:after,
.team-members:before,
.team-members:after {
  display: none;
  content: none;
}
/* team-members: flex-wrap with a fixed calc() width per card (no
   flex-grow) instead of a flexible basis. flex-grow was letting each
   wrapped line distribute leftover space independently, so line 2's
   cards ended up a different width/offset than line 1's - a fixed
   width removes that variable entirely since every card is exactly
   the same size regardless of which line it lands on. */
.team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.team-leaders > [class*="col-"],
.team-members > [class*="col-"] {
  padding: 0;
  width: auto;
  max-width: none;
  min-width: 0;
}
.team-members > [class*="col-"] {
  width: calc(25% - 7.5px);
  flex: 0 0 calc(25% - 7.5px);
}
.team-leaders .svs-box,
.team-members .svs-box {
  margin: 0;
  height: auto;
  width: 100%;
}
/* Fixed card height so every member card lines up evenly regardless
   of name length or how many lines the role wraps to. */
.team-members .svs-box {
  height: 350px;
}
.team-members .svs-box > img {
  object-position: top center;
}
.team-members .svs-inner {
  flex: 1;
  padding: 14px 20px 24px;
}
.team-members .svs-inner h3 {
  margin-bottom: 8px;
}
/* Role + LinkedIn icon sit on one row - icon vertically centered
   against the role text even when it wraps to two lines (e.g.
   "Manager / Design"), instead of dropping to its own line below. */
.team-members .member-role {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.team-members .member-role h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.team-members .member-role .btn-system {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  margin-right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-members .member-role .btn-system i {
  font-size: 15px;
}

/* Founders - one full-width horizontal card per leader (CEO row, then
   COO row), photo running the full height of the card at ~28% of its
   width, text filling the rest. Overrides the shared .svs-box's
   column layout (photo-on-top) with a row layout just for this
   section. */
.team-leaders > [class*="col-"] {
  flex: 1 1 100%;
  width: 100%;
}
.team-leaders .svs-box {
  flex-direction: row;
  align-items: stretch;
}
/* Second leader card (.reverse, added in the HTML) mirrors the
   layout - photo on the right, text on the left, text right-aligned -
   so the two founder cards read as an alternating pair. */
.team-leaders .svs-box.reverse {
  flex-direction: row-reverse;
}
.team-leaders .svs-box.reverse .svs-inner {
  text-align: right;
}
/* height:100% (not a fixed px value) so the photo always matches
   whatever height the text side ends up needing - that's the side
   with real content driving the row's height; the image just
   stretches to fill it via align-items:stretch on the row. */
.team-leaders .svs-box > img {
  width: 35%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}
/* align-self:center (overriding the row's default stretch) lets the
   text block keep its own natural content height and sit vertically
   centered within the taller card, instead of stretching full-height
   and leaving the content stuck to the top with empty space below. */
.team-leaders .svs-inner {
  flex: 1;
  align-self: center;
  padding: 30px 36px;
}
/* Name and role sit on one line ("Shreekara HS  COO") - both set to
   inline-block so they flow side by side, role kept in the same
   brand teal as the name but smaller and lighter-weight. */
.team-leaders .svs-inner h3,
.team-leaders .svs-inner h4 {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 14px;
}
.team-leaders .svs-inner h3 {
  margin-right: 10px;
}
.team-leaders .svs-inner h4 {
  font-size: 17px;
  font-weight: 500;
  color: #009999;
}

@media (max-width: 767px) {
  .team-leaders .svs-box {
    flex-direction: column;
  }
  .team-leaders .svs-box > img {
    width: 100%;
    height: 240px;
  }
  .team-leaders .svs-inner {
    padding: 20px 24px 24px;
  }
}

.team-members .svs-box > img {
  height: 230px;
}

@media (max-width: 991px) {
  .team-members > [class*="col-"] {
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .team-leaders > [class*="col-"] {
    flex: 1 1 100%;
  }
  .team-members > [class*="col-"] {
    width: 100%;
    flex: 0 0 100%;
  }
}

.svs-box:hover {
    background:#f4f7ee;
	box-shadow: 3px 3px 12px 0px #e7e7e7; 
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

  } 
  
  .svs-hilight {
    text-align:left; background-color:#FFECEC;  padding:3px 6px; border-radius: 0px 20px 20px 0px; margin-bottom:10px; width:90%; color:#009999;
  }
   .team > h3 {
	padding:0px;
	margin:0px;
	font-size: 18px;
	}
 .team > h4 {
	font-size: 15px;
	color:#000;
	}
	
	
	/* Slountion 4 big imags  in home page  */
	.slns
	{
		padding:7vh 2vw ; 
		background:none;
	}
	@media (max-width: 480px) { .slns { padding:7vh 2vw ; 	text-align:center;	background:#fff; } }
  /* Clients  */
  
  .logo-carousel {
	overflow: hidden;
	width: 100%;
	padding: 1rem 0;

}
.carousel-row {
  display: flex;
  width: max-content;
  align-items: center;
    justify-content: center;
  animation: scroll 42s linear infinite;
}


.carousel-row img {
  /* width: 300px; */
  height: 300px;
  margin: 0 10px;
  /* opacity: 0.9; */
  transition: opacity 0.3s;
}
.carousel-row img:hover {
  opacity: 1;
}



@keyframes scroll {
  100% {
    transform: translateX(-50%);
  }
}


/* mmnm */

.container {
    max-width: 80%;
  }

footer .container {
    max-width: 90%;
  }

body {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
    line-height: 24px; 
	color: #444;
	background-color: #FAFBF8;  

}
strong, b {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
      text-decoration: none;
	  transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #009999;
	text-decoration: none;
	}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

i {
	/* font-size: 1.1em; */
}

 h1, h2, h3, h4, h5, h6 {
	 font-family: "Montserrat", sans-serif;
	/* font-family: "Barlow", sans-serif; */
 	font-weight: 500;
	margin: 0;
	color: #444;
}

h1 {
 	
	/*  */
	font-size: 52px; 
	font-size: clamp(4rem, 4vw, 5rem);
	color: #009999;
	font-weight: 700;
	font-style: normal;
	
}

h2 {
    font-size: 36px; 
	color: #009999;
	font-size: clamp(3rem, 3vw, 4rem); 
	/* line-height: 50px;  */
	font-weight: 700;
	margin-bottom:10px;
	
}

h3 {
    font-size: 28px;
	line-height: 32px;
	color: #009999;
	font-weight: 700;
	margin-bottom:15px; 
}

h4 {
    font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #009999;
	margin-bottom:15px;
}


h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #555;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    line-height: 22px;
    margin: 0;
	font-weight: 400;
	/* margin-bottom:20px; 
	padding-top:10px;*/
}

p strong {
	font-weight: 600;
}



.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 46px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}


.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
      font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

#content {
	padding: 50px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 8vh 0vw;
}

/* Intro section - the block right after the hero. Narrower content
   column (col-md-2 spacers + col-md-8, per electrical-systems.php)
   and thinner top padding than the old 18vh, since the hero is now
   100vh tall and already provides plenty of separation on its own.
   Use .section-eyebrow above the h2 the same way solutions pages do
   when this section needs one. */
.section-intro {
	padding: 10vh 0vw 3vh 0vw;
	text-align: center;
}

/* Impact in Numbers - full standard width (no col-md narrowing),
   minimal top padding so it sits close to the intro section above
   it, generous bottom padding before the next block. No background
   override, matching index.php. Heading uses .section-eyebrow
   instead of a plain h4 for the same label look as the intro. */
.section-impact {
	padding: 1vh 0vw 18vh 0vw;
	text-align: center;
}



#container {
    background-color: #FAFBF8;
}




#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FAFBF8;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #009999;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}






/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
	position: fixed;
	top: 0;
}



/* ============================================================
   SECTION: Sticky navbar - stop visible drift while scrolling
   Root cause: .navbar-brand, .navbar-default .navbar-nav, and
   .navbar-default .navbar-nav > li > a all had `transition: all`.
   Any incidental style recalculation during scroll (e.g. mobile
   browsers resizing the viewport as the address bar hides/shows)
   got animated instead of applied instantly, which looked like
   the menu items drifting up/down. Position stays fixed/top:0
   unconditionally below - only removed the runaway transitions.
   ============================================================ */
.navbar {

	background: #fff;
	/* margin: 0vw 6vw; */
	position: fixed;
	/* Force its own GPU compositing layer so mobile browsers don't
	   repaint/reflow the navbar while their address bar animates
	   in/out on first scroll and on scroll-back-to-top - this is
	   what causes a fixed navbar to visibly "jump" on phones. */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 100vw;
	z-index: 9999999;
	border: none; 
	/*
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px; 
    -moz-border-radius: 0px 0px 12px 12px; 
    -o-border-radius: 0px 0px 12px 12px; */
	
	background-color: rgba(255, 255, 255, .05);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	transition: background-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
    -moz-transition: background-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
    -webkit-transition: background-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
    -o-transition: background-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
}
.navbar:hover{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
	transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
/* Navbar pinned to a fixed 76px so it lines up exactly with the
   AI icon (.ai-fab, also hardcoded 76px) - logo, nav links, and the
   mobile burger are all centered inside that height via flex rather
   than padding math, so it stays exact regardless of font metrics. */
.navbar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	position: relative;
	z-index: 9999;
}
.navbar-brand {
	position: relative;
	display: flex;
	align-items: center;
	height: 76px;
	padding: 0;
	width:200px;
	max-width:50vw;
	margin: 0!important;
}

.navbar-brand::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 30px);
	height: calc(100% + 16px);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.85);
	border-radius: 16px;
	filter: blur(16px);
	z-index: 0;
}

.navbar-brand > a {
	position: relative;
	z-index: 1;
}

.navbar-default .navbar-nav {
	margin-right: 7vw!important;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
	display: flex;
	align-items: center;
	height: 76px;
    font-size: 15px;
	font-weight: 400;
    padding: 0 15px;
	overflow: hidden;
	box-sizing: border-box;
    transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 3px solid; 
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
/*
.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #fff;
     visibility: hidden; 
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #333;
    font-size: 15px;
      font-family: "Raleway", sans-serif;
    padding: 9px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}
*/
.search-side {
	position: relative;
	float: right;
	top: 19px;
	right: -15px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.show-search {
	position: relative;
	display: block;
	float: right;
}

.show-search p {
	font-size: 15px;
	display: block;
	color: #fff;
	background-color: #009999;
	width: 100%;
	height: 100%;
	
	border-radius: 32px;
	/* -webkit-border-radius: 2px; */
    /* -moz-border-radius: 2px; */
    /* -o-border-radius: 2px; */
	line-height: 36px;
	padding:0px 16px;
	text-align: center;
	
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.show-search:hover p {
	color: #fff;
	background-color: #1A1107;
}

.navbar .search-form {
	position: absolute;
	right: 0;
	z-index: 20;
	float: right;
	display: none;
	top: 40px;
}

.navbar .search-form:before {
	background-color: #ccc;
	top: -2px;
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	z-index: 20;
	right: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar .search-form form input {
	border: 2px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	padding: 5px 14px;
	z-index: 22;
	color: #9d9d9d;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	outline: none;
	box-shadow: none;
}

.navbar .search-form form {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}




.left-pannel {
    padding: 120px 0;
    background: #FFF;
	border-bottom: 1px solid #eee;
	
}

/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/

.page-banner {
    padding-top: 20vh;
    padding-top: 20svh;
	padding-bottom: 5vh;
	padding-bottom: 5svh;
    /* background: #FFF; */
	/* border-bottom: 1px solid #f9f9f9; */
}

.page-banner p {
	font-weight: 400;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 18px;
}
.page-banner a {
	font-size: 15px;
	font-weight: 500;
    margin-left: 3px;
	color: #0A2342;
	float: left;
}
.page-banner a:hover {
	color: #009999;
	 text-decoration: none;
}


.page-banner-hero {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8vh;
    position: relative;
    overflow: hidden;
}

.page-banner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 30%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0) 75%);
    pointer-events: none;
    z-index: 1;
}

.page-banner-hero > .container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.page-banner-hero h1 {
	color:#fff;
	padding-bottom:20px; 
	font-weight: 600;
    text-shadow:  3px 3px 7px rgba(0,0,0,.3);
}

.page-banner-hero p {
	font-weight: 500;
	/* padding-top:20px; */
	padding-bottom:20px;
	color: #fff;
}
.page-banner-hero a {
	color: #fff;
	float: left;
    padding: 7px 20px;
    border-radius: 25px;
	border: 1px solid #fff;
}
.page-banner a:hover {
	color: #009999;  text-decoration: none;
}




.cs-banner {
    padding-top: 54vh;
    padding-top: 54svh;
}

.cs-banner h1 {
	color:#fff;
	padding-bottom:15px;
	font-weight: 600;
    text-shadow:  3px 3px 7px rgba(0,0,0,.3);
	font-size:38px;
}
.cs-banner h4  {
	color:#fff;
}
.cs-banner  p {
	color:#fff;
}
.cs-inner {
	background:rgba(36,96,100,.81);	
	border-radius: 25px 0px 0px 0px;
	padding:9vh 5vw; 
	height:230px;
}

.cs-banner-d {
    padding: 0px;
}
.cs-inner-d {
	background:#009999;	
	border-radius: 0px 0px 0px 25px ;
	padding:9vh 5vw; 
	height:150px;
}

.cs-banner-d p{
	color:#fff;
	padding-bottom: 50px;
}

.cs-inner-logo {
	background:#fff;	
	border-radius: 0px 25px 0px 0px ;
	padding: 80px 35px;
	height:230px;
}

.cs-inner-d-logo {
	background:#fff;	
	border-radius: 0px 0px 25px 0px ;
	padding: 50px;
	height:150px;
}

.prod-section {
    padding-top: 20vh;
    padding-top: 20svh;
	padding-bottom: 5vh;
	padding-bottom: 5svh;

}

.prod-section h2 {
	padding-bottom:10px;
	color: #1A1107;
}

.prod-section p {

	padding-bottom:20px;
	
}




/* Standardized footer CTA banner (like .page-banner-hero for heroes).
   Every page repeated the identical inline style for padding, text
   alignment, and the footer-banner.jpg background - one page (index)
   had silently lost the background-image half of that string, so it
   fell back to this class's plain gradient while every other page
   showed the photo. Moved the whole thing here so pages only need
   class="section footer-banner" with no inline style, guaranteeing
   they can't drift apart again. */
.footer-banner {
	padding: 12vh 0vw;
	text-align: left;
	background-image: url('../images/footer-banner.jpg');
	background-repeat: repeat;
	background-size: cover;
	background-position: bottom center;
	margin:5%;border-radius: 36px;
	overflow: hidden;
}

.footer-banner h2 {
	color:#fff;
	padding-bottom:10px;
	 text-shadow:  3px 3px 7px rgba(0,0,0,.3);
}
.footer-banner  h4 {
	padding-bottom:10px;
	color: #fff;
}
.footer-banner p {
	padding-bottom:10px;
	color: #fff; 
	 text-shadow:  3px 3px 7px rgba(0,0,0,.3);
}
.footer-banner a {

	color: #fff;
	float: left;
    padding: 7px 20px;
    border-radius: 25px;
	border: 1px solid #fff;
	
}
.footer-banner a:hover {
	color: #fff;
	background: #009999;
	border: 1px solid #009999;  text-decoration: none;
}


ul.breadcrumbs {
    float: right;
	margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	  font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 300;
    margin-left: 3px;
	color: #999;
	float: left;
}

ul.breadcrumbs li:before {
    content: '/';
	margin: 0 4px 0 2px;
	color: #bbb;
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #fff;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

label {
	font-size: 15px;
	color: #666;
	font-weight: 400;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    /* outline: none; */
	margin-top:15px;
	 border-radius: 30px;
}

.widget-search input[type="search"],
#respond input[type="text"],
#respond textarea {
    color: #333;
    font-size: 14px;
      font-family: "Raleway", sans-serif;
    border: 1px solid #E6E8DE;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	background: #fff;
	height: 39px;
}

.widget-search input[type="search"]:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}

/* Contact page - card wrapper for the enquiry form and the info box,
   matching the svs-box / milestone-block card look used across the
   rest of the site (white bg, soft shadow, 12px radius) so the page
   doesn't feel visually disconnected from everywhere else. */
.contact-card {
	background: #fff;
	box-shadow: 3px 3px 7px 0px #f7f7f7;
	border-radius: 12px;
	padding: 40px 35px;
	margin-bottom: 30px;
}

/* Equal-height columns: the row holding the form card + info card
   stretches both children to the tallest one via flexbox instead of
   the default float behaviour where each column's height is only as
   tall as its own content. */
.contact-columns {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.contact-columns > [class*="col-"] {
	display: flex;
	padding-left: 5px;
	padding-right: 5px;
}

.contact-columns .contact-card {
	width: 100%;
	margin-bottom: 0;
}

.contact-columns .contact-map-wrap {
	width: 100%;
	min-height: 400px;
}

@media (max-width: 767px) {
	.contact-columns > [class*="col-"] {
		margin-bottom: 10px;
	}
}

/* Single info box on the right - icon + text rows instead of three
   separate stacked cards. */
.contact-info-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #F0F1EA;
}

.contact-info-row:first-of-type {
	padding-top: 6px;
}

.contact-info-row:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.contact-info-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 30px;
	background-color: #009999;
}

.contact-info-icon i {
	font-size: 1.1em;
	color: #fff;
}

.contact-info-text h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 4px 0 6px;
	color: #0A2342;
}

.contact-info-text p,
.contact-info-text a {
	font-size: 15px;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

.contact-info-text a:hover {
	color: #009999;
}

.contact-map-wrap {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 3px 3px 7px 0px #f7f7f7;
	line-height: 0;
	height: 100%;
	min-height: 400px;
}

.contact-map-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 767px) {
	.contact-card {
		padding: 28px 22px;
	}
}

/* Contact form fields - the plain 2px-radius/grey-border look shared
   with old widgets read as an afterthought. Give the contact form its
   own richer field styling: soft filled background, generous padding,
   rounded corners, and a teal focus state that matches the button/
   link accent color used everywhere else on the site. */
#contact-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #0A2342;
	margin-bottom: 8px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="number"],
#contact-form select,
#contact-form textarea {
	color: #333;
	font-size: 15px;
	font-family: "Raleway", sans-serif;
	background: #FAFBF8;
	border: 1px solid #E6E8DE;
	border-radius: 8px;
	outline: none;
	width: 100%;
	padding: 12px 16px;
	display: block;
	margin-bottom: 22px;
	transition: all 0.3s ease-in-out;
}

#contact-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666666' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 14px;
	padding-right: 40px;
	cursor: pointer;
}

#contact-form textarea {
	resize: vertical;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="number"]:focus,
#contact-form select:focus,
#contact-form textarea:focus {
	background: #fff;
	border-color: #009999;
	box-shadow: 0 0 0 3px rgba(0,153,153,.12);
}

#contact-form .name-missing,
#contact-form .message-missing {
	display: block;
	margin-left: 0;
	margin-top: -16px;
	margin-bottom: 14px;
	font-size: 13px;
}

.mail_response {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.name-missing, .email-missing, .message-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.error-page {
    padding: 90px 0;
    text-align: center;
}

.error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
}

.error-page h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300;
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #aaa;
    margin-bottom: 25px
}

#map {
	position: relative;
	height: 350px;
	width: 100%;
}






/*------------------------------------------*/
/*	   04 - Revolution Slider - REMOVED
	   Revolution Slider's JS was removed (never initialized -
	   no .tp-banner markup anywhere on the site, and its bundled
	   file was truncated/corrupted anyway). These .tp-* styles
	   only ever targeted that plugin's markup, so they're dead
	   weight too.
/*------------------------------------------*/




/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/

.hr1 {
	height: 1px;
}

.hr2 {
	height: 0;
	border-bottom: 1px solid #eee;
}

.hr3 {
	height: 0;
	border-bottom: 1px dotted #eee;
}

.hr4 {
	height: 0;
	border-bottom: 1px dashed #eee;
}

.hr5 {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}



/*************** Clients Carousel ***************/

.clients-carousel .client-item a {
	display: block;
	padding: 12px 0;
	text-align: center;
}

.clients-carousel .client-item a img {
	-webkit-filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.clients-carousel:hover .client-item a img {
	opacity: 0.6;
}

.clients-carousel:hover .client-item a:hover img {
	-webkit-filter: grayscale(0);
	opacity: 1;
}





/*************** Call To Action ***************/

.call-action-boxed {
	padding: 30px 40px;
}

.call-action.no-descripton h2.primary {
	margin-top: 4px;
}

.call-action h2.primary {
	font-weight: 500;
}

.call-action h2.primary strong {
	font-weight: 700;
}

.call-action p {
	font-size: 14px;
	margin-bottom: 0;
}

.call-action h2 + p {
	margin-top: 4px;
}

.call-action .button-side {
	float: right;
}

.call-action-style1 {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
}

.call-action-style2 {
	background: #f2f2f2;
}

.call-action-style3 {
	background: #444;
}

.call-action-style3 h2.primary {
	color: #fff;
}

.call-action-style3 p {
	color: #bbb;
}



/*************** Custom Carousel ***************/

.custom-carousel .item {
	padding-right: 20px;
}

.custom-carousel.show-one-slide .item {
	padding-right: 0;
}



/*************** Latest News ***************/

.latest-posts-classic .post-row {
	margin-bottom: 20px;
}

.latest-posts-classic .left-meta-post {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
}

.latest-posts-classic .left-meta-post .post-date {
	padding: 8px 0;
	width: 42px;
	background-color: #444;
	color: #fff;
}

.latest-posts-classic .left-meta-post .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-date .month {
	display: block;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-type i {
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	color: #fff;
	font-size: 1.4em;
}

.latest-posts-classic .post-title {
	margin-bottom: 5px;
}

.latest-posts-classic .post-title a {
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more {
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more:hover {
	color: #444;
}



/*************** Toggles & Accordion ***************/

.panel-default > .panel-heading {
	background: none;
}

.panel-group .panel {
	/* border-radius: 2px; */
	/* -webkit-border-radius: 2px; */
    /* -moz-border-radius: 2px; */
    /* -o-border-radius: 2px; */
}

.panel-default {
	/* border-color: #e8e8e8; */
}

.panel-body {
	/* padding: 4px 15px 10px 15px; */
}

.panel-heading {
	padding: 0;
}

.panel-title {
	/* font-size: 13px; */
	/* font-weight: 700; */
}

.panel-title a {
	position: relative;
	display: block;
	/* padding: 6px 12px; */
	/* background-color: #fff; */
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed {
	
	color: #ddd;
	/* box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
	/* -o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
	/* -moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
  	/* -webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
}

.panel-title a.collapsed:hover {
	color: #009999;
	  text-decoration: none;
}

.panel-title a .control-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed .control-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.panel-title a i {
	font-size: 1em;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}



/*************** Dropcaps ***************/

.dropcap {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 34px;
	color: #444;
	margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
	border: 2px solid #444;
	width: 46px;
	height: 46px;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
	background-color: #444;
	color: #fff;
	width: 48px;
	height: 48px;
	font-size: 28px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}



/*************** Milestone ***************/

.milestone-block {
	display: inline-block; 
	margin-bottom: 10px; 
	margin-right: 10px;  
	width:97%;
    padding: 30px 25px; background: #fff; box-shadow: 3px 3px 7px 0px #f7f7f7; border-radius: 12px;  min-height:104px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.milestone-block:hover {
    background:#f4f7ee;
	margin:4px;
	box-shadow: 3px 3px 12px 0px #e7e7e7; 
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  } 
.milestone-block:last-child {
	margin-right: 0;
}

.milestone-block .milestone-icon {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 4px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
	position: relative;
}

.milestone-block .milestone-icon:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 21px;
	right: -2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.milestone-block .milestone-icon i {
	font-size: 1.2em;
	color: #fff;
}

.milestone-block .milestone-right {
	float: left;
	text-align: left;
	margin-left:10px;
}

.milestone-block .milestone-number {
	font-size: 34px;
	line-height: 28px;
	font-weight: 600;
}

.milestone-block .milestone-text {
	font-size: 16px;
	color: #444;
}

.milestone-block .milestone-right h4{
	font-size:18px;
}

/*************** Pricing Tables ***************/

.pricing-tables {
	padding: 25px 0;
}

.pricing-tables .pricing-table {
	float: left;
	margin-right: -1px;
}

.pricing-tables.grid-2 .pricing-table {
	width: 50%;
}

.pricing-tables.grid-3 .pricing-table {
	width: 33.3332%;
}

.pricing-tables.grid-4 .pricing-table {
	width: 25%;
}

.pricing-tables.grid-5 .pricing-table {
	width: 20%;
}

.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pricing-tables .pricing-table:hover {
	z-index: 2;
	top: -3px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.06);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.06);
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	padding: 25px 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
	padding: 30px 0;
}

.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow:  0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow:  0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow:  0 0 20px rgba(0,0,0,.04) inset;
	border-bottom: 1px solid #eee;
}

.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #888;
}

.pricing-table .plan-price {
	padding: 25px 0;
}

.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444;
}

.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.pricing-table .plan-price .interval {
	line-height: 14px;
}

.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
	padding: 25px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
}

.pricing-table .plan-signup a {
	text-transform: uppercase;
}



/*************** Buttons ***************/

.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 400;
	border-radius: 25px;
	transition: all 0.3s ease-in-out;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

.btn-system:hover {
	color: #fff;
	opacity: 0.8;
}

.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff;
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff;
}

.btn-system.border-btn.btn-wite:hover {
	background-color: #fff;
}

.btn-system.btn-gray {
	background-color: #444;
}

.btn-system.btn-black {
	background-color: #111;
}

.btn-system.btn-wite{
	background-color: #fff;
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-small {
	padding: 5px 15px;
}

.btn-mini {
	padding: 3px 12px;
}

.btn-large.border-btn {
	padding: 8px 22px;
}

.btn-medium.border-btn {
	padding: 6px 18px;
}

.btn-small.border-btn {
	padding: 4px 15px;
}

.btn-mini.border-btn {
	padding: 2px 12px;
}



/*************** Alerts ***************/

.alert {
}

.alert-success p {
	color: #468847;
}

.alert-info p {
	color: #3a87ad;
}

.alert-warning p {
	color: #c09853;
}

.alert-danger p {
	color: #a94442;
}

.alert h4 {
	margin-bottom: 10px;
}

.alert strong {
	font-weight: 700;
}




/*************** Lists ***************/

ul.icons-list {
	margin-bottom: 6px;
}

ul.icons-list li, ul.list-unstyled li {
	margin-bottom: 4px;
}

ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px;
}



/*************** Tabs ***************/

.nav-tabs {
	/* border-color: #eee; */
}

.nav-tabs > li > a {
	font-weight: 600;
	color: #ddd;
	font-size: 22px;
	margin-right:40px;

	/* padding: 8px 14px; */
	/* border-radius: 3px 3px 0 0; */
	/* -webkit-border-radius: 3px 3px 0 0; */
    /* -moz-border-radius: 3px 3px 0 0; */
    /* -o-border-radius: 3px 3px 0 0; */
	/* border: 1px solid #eee; */
	/* border-bottom: none; */
	/* box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
	/* -o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
	/* -moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
  	/* -webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset; */
	/* transition: all 0.2s ease-in-out; */
    /* -moz-transition: all 0.2s ease-in-out; */
    /* -webkit-transition: all 0.2s ease-in-out; */
    /* -o-transition: all 0.2s ease-in-out; */
}

.nav-tabs > li > a i {
	margin-right: 1px;
	
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	/* border-color: #fff; */
	/* box-shadow: 0 0 15px rgba(0,0,0,.1) inset; */
	/* -o-box-shadow: 0 0 15px rgba(0,0,0,.1) inset; */
	/* -moz-box-shadow: 0 0 15px rgba(0,0,0,.1) inset; */
  	/* -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1) inset; */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: none; 
	/* border-bottom-color: #fff; */
	color:#0A2342;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	/* box-shadow: 0 0 0 rgba(0,0,0,.1) inset; */
	/* -o-box-shadow: 0 0 0 rgba(0,0,0,.1) inset; */
	/* -moz-box-shadow: 0 0 0 rgba(0,0,0,.1) inset; */
  	/* -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset; */
		color:#0A2342;
}

.tab-content {
	/* border: 1px solid #eee; */
	/* border-top: none; */
	padding: 36px 2px;
	 /* background: #F6F9F9; */
}

.tab-content p {
	margin-bottom: 15px;
}




.tab-content p:last-child {
	margin-bottom: 0;
}



/*************** Icons ***************/

.icon-small {
	font-size: 2em;
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-small:hover, .service-box:hover .icon-small {
	text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-medium {
	font-size: 3em;
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium:hover, .service-box:hover .icon-medium {
	text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-large {
	font-size: 4em;
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large:hover, .service-box:hover .icon-large {
	text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-mini-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 1.2em;
	color: #fff;
	top: 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 1em;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2.6em;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-mini-effect:after, .icon-medium-effect:after, .icon-large-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*First Icon Effect */
.icon-effect-1 {
	background-color: #fff;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-1:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-1:after {
	background: #444;
}

.icon-effect-1.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-1 {
	color: #444;
}

.icon-effect-1:hover:after, .service-box:hover .icon-effect-1:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/*Seconed Icon Effect */
.icon-effect-2 {
	background: #fff;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after {
	background: #444;
}

.icon-effect-2:hover, .service-box:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-2 {
	color: #fff;
}

.icon-effect-2:hover:after, .service-box:hover .icon-effect-2:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: .9;
}

/*Third Icon Effect */
.icon-effect-3 {
	background: #fff;
}

.gray-icon.icon-effect-3 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-3:hover:before, .service-box:hover .icon-effect-3:before {
	-webkit-animation: toRightFromLeft 0.4s forwards;
	-moz-animation: toRightFromLeft 0.4s forwards;
	animation: toRightFromLeft 0.4s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

/*Fourth Icon Effect */
.icon-effect-4 {
	background: #fff;
}

.gray-icon.icon-effect-4 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-4:hover:before, .service-box:hover .icon-effect-4:before {
	-webkit-animation: toLeftFromRight 0.4s forwards;
	-moz-animation: toLeftFromRight 0.4s forwards;
	animation: toLeftFromRight 0.4s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

/*Fifth Icon Effect */
.icon-effect-5 {
	background: #fff;
}

.gray-icon.icon-effect-5 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-5:hover:before, .service-box:hover .icon-effect-5:before {
	-webkit-animation: toTopFromBottom 0.4s forwards;
	-moz-animation: toTopFromBottom 0.4s forwards;
	animation: toTopFromBottom 0.4s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

/*six Icon Effect */
.icon-effect-6 {
	background: #fff;
}

.gray-icon.icon-effect-6 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-6:hover:before, .service-box:hover .icon-effect-6:before {
	-webkit-animation: toBottomFromTop 0.4s forwards;
	-moz-animation: toBottomFromTop 0.4s forwards;
	animation: toBottomFromTop 0.4s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}



/*************** Service Box ***************/

.service-box .read-more {
	margin-top: 4px;
	font-weight: 500;
	margin-left: 2px;
}

.service-box .read-more i {
	display: inline-block;
	position: relative;
	top: 1px;
}

.image-service-box img {
	margin-bottom: 14px;
}

.image-service-box h4 {
	margin-bottom: 8px;
	padding: 0 10px;
}

.image-service-box p {
	padding: 0 10px;
}

.service-box {
	margin-bottom: 35px;
}



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

.service-icon-left .service-icon {
	float: left;
}

.service-icon-left .service-content {
	padding-left: 45px;
	background:#fff;
}

.service-icon-left-more .service-icon {
	float: left;
}

.service-icon-left-more .service-content {
	padding-left: 60px;
}

.service-center .service-icon {
	margin-bottom: 14px;
}

.service-center .service-content h4 {
	margin-bottom: 6px;
}

.service-center .service-icon i {
	display: inline-block;
}

.service-box h4 {
	margin-bottom: 5px;
}

.service-box h2 {
	margin-top: 8px;
	padding:  16px 12px;
	border-right: 2px solid #f9f9f9; 
	border-radius: 0px;
	/* background:#f9f9f9; */
}

.service-box > div:first-child {
	padding: 0;
}

.service-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.service-boxed p {
    margin-bottom: 0;
}



/*************** Testimonials ***************/

.testimonials {
	padding-top: 8px;
	text-align: center;
	position: relative;
}

.testimonials:after {
	font-family: "fontello";
	content: '\eb5f';
	font-size: 6em;
	line-height: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	color: rgba(255,255,255,.06);
}

.testimonials .testimonial-content p {
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	font-weight: 400;
	color: #444;
}

.testimonials .testimonial-content {
	position: relative;
}

.testimonials .testimonial-content p::before {
	content: open-quote;
	margin-right: 6px;
}

.testimonials .testimonial-content p::after {
	content: close-quote;
	margin-left: 6px;
}

.testimonials .testimonial-author {
	padding: 8px;
	margin-bottom: 10px;
}

.classic-testimonials .testimonial-content {
	position: relative;
	padding: 14px 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

.classic-testimonials .testimonial-content:before {
	content: "\201C";
	font-weight: 300;
	position: absolute;
	font-size: 30px;
	opacity: 0.5;
	top: 8px;
	left: 6px;
}

.classic-testimonials .testimonial-content:after {
	font-family: "fontello";
	content: '\eba4';
	font-size: 2em;
	height: 8px;
	line-height: 0;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 33px;
	color: #fff;
	text-shadow: 0 2px 0 #eee;
}

.classic-testimonials .testimonial-author {
	margin-left: 10px;
}

.classic-testimonials .testimonial-author span {
	font-weight: 600;
}



/*************** Team Members ***************/

.team-member {
	padding: 3px;
	position: relative;
}

.team-member .member-photo {
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	position: relative;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-member .member-photo .member-name {
	position: absolute;
	bottom: 12px;
	right: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	background-color: #444;
	z-index: 9994;
}

.team-member .member-photo .member-name span {
	position: absolute;
	top: 90%;
	right: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 1px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.team-member .member-info {
	padding: 15px 6px 12px 6px;
}

.team-member .member-socail {
	text-align: center;
}

.team-member .member-socail a i {
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	display: inline-block;
	background-color: #d2d2d2;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}



.team-member.modern .member-info {
	padding: 14px 0;
}

.team-member.modern .member-photo {
	position: relative;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.team-member.modern .member-photo:after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 1px);
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	top: 5%;
	left: 0;
	z-index: 9993;
	background-color: #fff;
	transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.team-member.modern:hover .member-photo:after {
	top: 10%;
	opacity: 0.2;
	width: 80%;
	height: calc(80% + 1px);
	left: 10%;
}

.team-member.modern .progress {
	height: 6px;
	border-width: 2px;
	margin-bottom: 6px;
}

.team-member.modern .progress-label {
	font-size: 11px;
	line-height: 16px;
}

.team-member.modern .progress span {
	display: none;
}

.team-member.modern .member-socail {
	margin-top: 15px;
}

.team-member.modern .member-socail a i {
	background-color: transparent;
	color: #aaa;
}

.team-member.modern .member-socail a:hover i {
	color: #fff;
}



/*************** Heading Titles ***************/

.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

.classic-title span {
	padding-bottom: 9px;
	border-bottom: 1px solid;
}

.big-title {
	margin-bottom: 20px;
}

.big-title h1, .big-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
}

.big-title h1 strong, .big-title h2 strong {
	font-weight: 800;
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #888;
}

.big-title h2 + .title-desc, .big-title h1 + .title-desc {
	margin-top: 4px;
}






/*------------------------------------------*/
/*	        06 - Portfolio Styles
/*------------------------------------------*/

.portfolio-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 10px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.portfolio-filter li {
	display: block;
	margin: 0;
}

.portfolio-filter li a {
	color: #444;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 16px;
	background: #fff;
	border: 1px solid #E6E8DE;
	border-radius: 30px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.selected {
	border-color: #009999;
	background: #009999;
	color: #fff;
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-4 {
	margin-left: 5px;
}

.portfolio-4 .portfolio-item {
	width: 24.99%!important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 22px;
}

.portfolio-3 .portfolio-item {
	width: 33.33%!important;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

.portfolio-item .portfolio-border {
	padding: 10px;
	/* padding-bottom: 10px; */
	/* margin-bottom:30px; */

	/* border: 1px solid #eee; */
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Recent Projects (projects-include.php) - the 2 project cards are
   plain Bootstrap col-md-6 columns, so the gap between them was the
   default 30px grid gutter (15px padding on each side), wider than
   the 10px used for Features/Gallery card grids elsewhere. Tighten
   just the shared middle gutter via nth-child so the outer edges stay
   flush with the container, matching that 10px convention without
   touching gallery-include.php's separate carousel use of the same
   .portfolio-item class. */
.portfolio-2 .portfolio-item:nth-child(odd) {
	padding-right: 5px;
}
.portfolio-2 .portfolio-item:nth-child(even) {
	padding-left: 5px;
}

.portfolio-item:hover .portfolio-border {
	/* box-shadow: 0 3px 7px #ddd; */
	 /* -o-box-shadow: 0 3px 7px #ddd  */
	 /* -moz-box-shadow: 0 3px 7px #ddd  */
  	 /* -webkit-box-shadow: 0 3px 7px #ddd  */
}

.portfolio-item .portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay {
	background: rgba(0,0,0,0.3);
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
	color: rgba(255,255,255,0);
	position: absolute;
	top: 42%;
	left: 50%;
	display: block;
	margin-left: -27px;
	margin-top: -19px;
	font-size: 1em;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	top: 50%;
	color: #fff;
	background: rgba(0,0,0,0.7);
	padding: 10px;
	border-radius:30px;
	width:40px;
	height:40px;
}

.portfolio-item .portfolio-details {
	position: relative;
	padding: 15px 10px 15px 10px;

}



 .portfolio-item .portfolio-details .like-link span {
	color: #999;
	font-size:13px;
	padding: 5px 15px;
	border: 1px solid #ddd;
	margin: 0px;
	line-height:42px;
	border-radius: 20px; 
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

 .portfolio-item .portfolio-details .like-link:hover span {
	color: #009999;
	border: 1px solid #009999;
	/* background:#009999; */
}

.portfolio-item .portfolio-details h4 {
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details a p {
	color: #777;
}



/*---- Isotope filtering ----*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}






/*------------------------------------------*/
/*		  07 - Single Project Styles
/*------------------------------------------*/

.project-page {
	margin-bottom: 50px;
}

.project-slider {
	position: relative;
}

.project-slider img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.project-slider .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	background-color: rgba(0,0,0,0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.project-slider:hover .thumb-overlay {
	background: rgba(255,255,255,0.5);
}

.project-slider .thumb-overlay i {
	font-size: 3em;
	color: rgba(0,0,0,0);
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -27px;
	margin-top: -19px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.project-slider:hover .thumb-overlay i {
	top: 50%;
	color: #444;
}

.project-content h4 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.project-content h4 span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
}

.project-content p, .project-content ul {
	margin-bottom: 30px;
}

.project-content ul li {
	margin-bottom: 5px;
}


.recent-projects h4.title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.recent-projects h4.title span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
}

.projects-carousel {
	/* width: 1150px !important; */
}

.projects-carousel .item {
	margin-right: 15px;
	margin-bottom: 0;
}

.full-width-recent-projects .projects-carousel {
	width: 100% !important;
}

.full-width-recent-projects .projects-carousel .item {
	margin: 0;
}

.full-width-recent-projects .portfolio-item .portfolio-border {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
	opacity: 0.65;
	z-index: 9994;
}

.full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i {
	top: 25%;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	color: #fff;
	top: 45%;
}

.full-width-recent-projects .portfolio-item .portfolio-details {
	position: absolute;
	bottom: -10px;
	opacity: 0;
	width: 100%;
	z-index: 9995;
	padding: 0 20px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details {
	bottom: 10px;
	opacity: 1;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details h4 {
	color: rgba(255,255,255,.9);
}

.full-width-recent-projects .portfolio-item .portfolio-details a span {
	color: rgba(255,255,255,.8);
}

.full-width-recent-projects .portfolio-item .portfolio-details .like-link i, .full-width-recent-projects .portfolio-item .portfolio-details .like-link span {
	color: #fff;
}






/*------------------------------------------*/
/*			   08 - Blog Styles
/*------------------------------------------*/

.blog-post {
    margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.blog-post .post-head {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

.blog-post .post-head .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	background-color: rgba(0,0,0,0);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay {
	background-color: rgba(255,255,255,0.4);
}

.blog-post .post-head .thumb-overlay i {
	/* font-size: 3em; */
	color: rgba(0,0,0,0);
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -27px;
	margin-top: -19px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay i {
	color: #444;
	top: 50%;
}

.blog-post .post-head img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.blog-post .post-content {
	padding-left: 54px;
	position: relative;
}

.blog-post .post-type {
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #444;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.blog-post .post-type i {
	font-size: 1.2em;
	color: #fff;
}

.blog-post.quote-post .post-type {
	top: 0;
}

.post-content h2 {
	margin-bottom: 4px;
}

.post-content h2 a {
	/* color: #444; */
	/* font-weight: 500; */
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-post.quote-post .qoute-box {
	background: #444;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box a {
	color: #999;
}

.blog-post.quote-post .qoute-box h2 {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box .qoute-author {
	margin-left: 5px;
}

.blog-post.quote-post .qoute-box .qoute-author:before, .blog-post.quote-post .qoute-box .qoute-author:after {
	content: " - "
}

.blog-post .post-slider {
	position: relative;
}

ul.post-meta {
	margin-bottom: 10px;
}

ul.post-meta li {
	display: inline-block;
	font-weight: 700;
	color: #009999;
}

ul.post-meta li:after {
	content: "-";
	margin: 0 8px 0 8px;
}

ul.post-meta li:last-child:after {
	content: "";
	margin: 0;
}

ul.post-meta li, ul.post-meta li a {
	color: #666;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.post-content p {
    margin-bottom: 15px;
}

/*Pagination*/
#pagination span, #pagination a {
	display: inline-block;
	text-align: center;
	height: 34px;
	width: 34px;
	color: #888;
	line-height: 33px;
	border: 1px solid #eee;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#pagination span.current {
	color: #fff;
}

#pagination a:hover {
	border-color: #ddd;
}

#pagination .all-pages, #pagination .next-page {
	width: auto;
	padding: 0 14px;
}






/*------------------------------------------*/
/*		    09 - Single post Styles
/*------------------------------------------*/

.blog-page, .blog-post-page {
	padding-top: 5px;
}

.blog-post-page .blog-post {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.blog-post-page ul.post-meta {
	margin-bottom: 12px;
}

.post-content h2 {
	font-weight: 500;
}

.post-bottom {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
}

.post-tags-list {
	float: right;
	padding-top: 6px;
}

.post-tags-list a {
	display: inline-block;
	color: #888;
	font-size: 12px;
	padding: 2px 8px;
	background: #eee;
	margin-bottom: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.post-tags-list a:hover {
	color: #fff;
}

.post-share {
	float: left;
}

.post-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #888;
}

.post-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}


.post-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em;
}

.blog-post .author-info {
	display: block;
	margin-bottom: 10px;
}

.blog-post .author-info .author-image {
	float: left;
}

.blog-post .author-info .author-image img {
	width: 70px;
	height: 70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	border: 4px solid #eee;
}

.blog-post .author-info .author-bio {
	padding-left: 85px;
}

.blog-post .author-info h4 {
	margin-bottom: 4px;
}

.blog-post .author-info p:last-child {
	margin: 0;
}

#comments .comments-list {
	padding: 0;
	margin: 0 0 35px 0;
}

#comments .comments-title {
	font-weight: 500;
	margin-bottom: 20px;
}

#comments .comments-list li .comment-box {
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

#comments .comments-list li ul {
	padding-left: 80px;
}

#comments .avatar {
	float: left;
}

#comments .avatar img {
	width: 60px;
	height: 60px;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	border: 1px solid #e8e8e8;
}

#comments .comment-content {
	padding-left: 72px;
}

#comments .comment-content .comment-meta {
	margin-bottom: 5px;
}

.comment-content .comment-meta span:after {
	content: "-";
	margin: 0 5px;
	font-weight: 100;
	color: #888;
}

.comment-content .comment-meta span:last-child:after {
	content: "";
	margin: 0;
}

.comment-content .comment-meta .comment-by {
	font-weight: 700;
	color: #444;
}

.comment-content .comment-meta .comment-date {
	color: #888;
}

#respond .respond-title {
	font-weight: 500;
	margin-bottom: 15px;
}






/*------------------------------------------*/
/*			10 - SideBar Styles
/*------------------------------------------*/

.sidebar {
    margin-bottom: 30px;
}

.sidebar a {
	color: #888;
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar .widget ul {
	margin: 0;
}

.widget-search input[type="search"] {
    position: relative;
	margin: 0;
	float: left;
	height: 37px;
	line-height: 37px;
	width: calc(100% - 38px);
	border-right: none;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
	display: inline-block;
	width: 38px;
	height: 37px;
	border: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
	background-color: #444;
}

.sidebar .widget h4 {
	text-transform: uppercase;
	padding-bottom: 8px;
    margin-bottom: 16px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.sidebar .widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ddd;
	margin: 0;
}

.widget-categories ul li a {
	padding: 8px 0;
    text-decoration: none;
    display: block;
	border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-categories ul li:first-child a {
	padding-top: 0;
}

.widget-categories ul li a:hover {
	padding-left: 8px;
}

.sidebar .widget-popular-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.sidebar .widget-popular-posts li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
	float: left;
	margin-right: 8px;
	border: 3px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.sidebar .widget-popular-posts .widget-thumb img {
	width: 65px;
	height: 65px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
	opacity: 0.7;
}

.sidebar .widget-popular-posts .widget-content h5 {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
	color: #bbb;
	font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #888;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
	margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}






/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
	color: #FAFBF8;
}

.footer-row-top {
	background-color: #092C2A;
	padding-top: 60px;
	border-top: 4px solid rgba(155, 155, 155, 0.25);
}

.footer-row-solutions {
	background-color: #082523;
	padding: 40px 0;
}

.footer-row-copyright {
	background-color: #051716;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer p {
	color: rgba(250,251,248,0.7);
	font-size: 15px;
	font-weight: 300;
}

footer a {
	color: rgba(250,251,248,0.7);
	font-size: 16px;
		font-weight: 300;
}

footer a:hover {
	color: #009999;

}

.footer-widget {
    margin-bottom: 45px;
	padding-right:20px;
}

@media (min-width: 768px) {
  .footer-widget-heading {
    margin-bottom: 0;
  }
}

.footer-widget h4 {
	color: #FAFBF8;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.footer-widget h3 {
	color: #ddd;
	/* text-transform: uppercase; */
	/* padding-bottom: 8px; */
	/* margin-bottom: 20px; */
	font-size: 15px;
	font-weight: 500;
	position: relative;
}


.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #009999;
	margin: 0;
}

.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.social-widget ul.social-icons li a i {
	font-size: 1.4em;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.social-widget ul.social-icons li a:hover i {
	color: #009999;
}


.contact-widget span {
	font-weight: 700;
}

.contact-widget ul li {
    margin-bottom: 12px;
}

.contact-widget ul li p a {
    color: #bbb;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #888;
    font-size: 12px;
    padding: 6px 12px;
	border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

.copyright-section {
    padding: 0;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}
.copyright-section a{
	font-size: 12px;
	text-transform: uppercase;
}
ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
	padding: 15px 0;
	text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    left: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


.qc i {
    display: block;
    position: fixed;
    bottom: 18px;
    right: 25px;
	font-size: 26px;
    line-height: 56px;
	width: 56px;
    height: 56px;

    color: #fff;
	background-color: #1ABC9C;
    border-radius: 30px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    text-align: center;

    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

	z-index: 3;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

	animation: qc-heartbeat 2.2s ease-in-out infinite;
}

@keyframes qc-heartbeat {
	0%, 100% { transform: scale(1); }
	14% { transform: scale(1.05); }
	28% { transform: scale(1); }
	42% { transform: scale(1.05); }
	70% { transform: scale(1); }
}

.qc i:hover {
   	width: 60px;
    height: 60px;
	font-size: 28px;
	line-height: 60px;
	background-color: #009999;
	box-shadow: 1px 1px 15px  rgba(0, 0, 0, 0.3);
	bottom: 16px;
    right: 23px;
	animation-play-state: paused;
}




/*------------------------------------------*/
/*			 12 - Plugins Styles
/*------------------------------------------*/


/*
 * Nivo Lightbox v1.0

 */
 
.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open { 
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 3%;
	bottom: 5%;
	left: 5%;
	right: 5%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-ajax { 
	max-height: 100%;
	overflow: auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.8); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../images/lightbox/loading.html) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	opacity: 0.9;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:before {
	font-family: "fontello";
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
	left: 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev:before {
	content: '\e892';
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
	right: 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next:before {
	content: '\e893';
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	top: 3%;
	right: 3%;
	font-size: 0;
	border-radius: 50%;
	opacity: 0.9;
	transition: all 0.2s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:before {
	font-family: "fontello";
	font-style: normal;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	content: '\e98a';
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/lightbox/loading%402x.html); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../images/lightbox/prev%402x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../images/lightbox/next%402x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../images/lightbox/close%402x.png); 
		background-size: 16px 16px;
	}
	
}







/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/icons/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	zoom: 1;
	padding: 0 1px;
	*display: inline;/*IE7 life-saver */
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	background: #444;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next{
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
	font-size: 1.8em;
	color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -50px;
	right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
	background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{
	color: #666;
}

.touch-carousel.navigation-3 {
	padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 1.2em;
	color: #ccc;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Styling Pagination*/

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #0A95D8;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

#bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #444;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
#progressBar{
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/icons/ajaxloader.gif) no-repeat center center
}

/* ============================================================
   SECTION: Responsive breakpoints
   Source: css/responsive.css
   ============================================================ */

@media (max-width: 1200px) {
	
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: #fff;
		padding: 8px 5px 6px 5px;
	}
	
	.navbar-default .navbar-toggle i {
		color: #bbb;
		font-size: 2em;
	}

	.quote-buttons span {
		margin: 0 2px;
	}

	.flickr-widget ul li {
		margin-left: 0px;
		margin-right: 7px;
	}

	.subscribe-widget form input[type="text"] {
		margin-bottom: 10px;
	}

	.history-content p {
		max-height: 36px;
		line-height: 20px;
		overflow: hidden;
	}
	
	.projects-carousel {
		width: 950px!important;
	}
}

@media (max-width: 991px) {
	
	.boxed-page, .boxed-page header {
		width: 100%;
	}
	
	.classic-testimonials {
		margin-bottom: 25px!important;
	}
	
	.contact-details {
		display: none!important;
	}
	
	.navbar-brand {
		padding: 25px 15px;
	}
	
	.navbar-default .navbar-nav {
		margin: 0 !important;
		top: 0;
	}

	ul.social-list {
		float: none !important;
		text-align: center;
	}

	ul.social-list li {
		float: none !important;
		display: inline-block;
	}

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

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

	ul.footer-nav {
		display: block;
		float: none !important;
		text-align: center;
		margin-top: 10px;
	}
	
	ul.footer-nav li {
		display: inline-block;
		float: none;
		margin-left: 15px;
	}

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

	ul.breadcrumbs {
		float: none;
	}

	ul.breadcrumbs li {
		float: none;
		display: inline-block;
		float: left\0/;
	}
	
	.portfolio-4 .portfolio-item {
		width: 49.99%!important;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	
	.projects-carousel {
		width: 100% !important;
	}
	
	.pricing-tables .pricing-table {
		width: 50% !important;
		margin-bottom: 15px;
	}
	
	.pricing-tables .highlight-plan {
		margin: 0;
	}
	
	.pricing-tables .pricing-table.highlight-plan .plan-name {
		padding: 15px 0;
	}
	
	.pricing-tables .pricing-table.highlight-plan .plan-signup {
		padding:25px 0;
	}
	
	.pricing-tables .pricing-table:hover {
		top: 0;
	}
	
	.milestone-block {
		margin-bottom: 25px;
		margin-right: 40px;
	}
	
	.fittext {
		font-size: 30px;
		line-height: 38px;
	}
	
	.team-member {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.member-photo {
		display: inline-block;
		margin: 0 auto;
	}
	
	.right-sidebar {
		margin-top: 60px;
		padding-top: 60px;
		border-top: 1px solid #eee;
	}
	
	.sidebar .widget {
		margin-bottom: 35px;
	}
	
}

@media (max-width: 768px) {

	.history-box img {
		float: none;
		width: 100%;
	}

	.history-content {
		float: none;
		width: 100% !important;
	}

	.history-box span.history-date {
		right: inherit;
		left: 15px;
	}
	
	.portfolio-4 .portfolio-item {
		width: 100%!important;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
  
    .milestone-block {
        margin-bottom: 20px;
        margin-right: 45px;
    }

}
@media only screen and (max-width: 479px) { 
  
    .top-bar  {
		text-align: center;
	}
    
	.navbar-default .navbar-nav {
		padding: 15px 0;
	}
	
	.search-form {
		display: none;
	}
  
    ul.social-list li {
		margin: 0 3px;
	}
	
	ul.social-list li a i {
		font-size: 0.9em;
		display: block;
		width: auto;
		line-height: 30px;
		border: none!important;
	}
	
	ul.social-list li a:hover {
		background-color: transparent!important;
	}
	
	ul.social-list li a.facebook:hover {
		color: #507CBE;
	}
	
	ul.social-list li a.twitter:hover {
		color: #63CDF1;
	}
	
	ul.social-list li a.google:hover {
		color: #F16261;
	}
	
	ul.social-list li a.dribbble:hover {
		color: #E46387;
	}
	
	ul.social-list li a.linkdin:hover {
		color: #90CADD;
	}
	
	ul.social-list li a.tumblr:hover {
		color: #4D7EA3;
	}
	
	ul.social-list li a.flickr:hover {
		color: #E474AF;
	}
	
	ul.social-list li a.instgram:hover {
		color: #4D4F54;
	}
	
	ul.social-list li a.vimeo:hover {
		color: #87D3E0;
	}
	
	ul.social-list li a.skype:hover {
		color: #36C4F3
	}
	
	.navbar-default .navbar-toggle {
		margin-top: 0;
		outline: none;
	}

	.navbar-default .navbar-nav > li > a {
		border: none;
		padding: 5px 10px;
		display: block;
		border: none !important;
		padding-right: 0;
	}
	
	.navbar-default .navbar-nav > li > a:after {
		display: none;
	}

	.navbar-default .navbar-nav > li > a:hover {
		opacity: 0.7;
	}
  
    .navbar-default .navbar-nav > li {
		margin-left: 0;
		display: block;
		margin-bottom: 5px;
        width: 100%
	}

	.navbar-default .navbar-nav > li.drop > a {
	    padding-right: 10px;
	}
	
	.navbar-default .navbar-nav > li.drop > a {
		border-radius: 2px;
	}

	ul.dropdown, ul.sup-dropdown {
		opacity: 1!important;
		position: relative !important;
		visibility: visible !important;
		width: 100% !important;
		top: inherit !important;
		left: 0 !important;
		margin-top: 0 !important;
		background: #fff !important;
		padding-left: 20px !important;
		box-shadow: none !important;
	}

	ul.dropdown li, ul.sup-dropdown li {
		border-top: none;
	}
  
    .milestone-block {
        display: block;
        clear: left;
        margin-right: 0;
    }
  
    .btn-system {
        margin-bottom: 10px;
    }

}

/* ============================================================
   SECTION: Brand colour overrides
   Source: css/candycolour.css
   ============================================================ */

a {
    color: #009999;
}

.accent-color {
	color: #009999;
}
  .tag {
	color: #444;
	font-size:14px;
	padding: 5px 15px;
	/* border: 1px solid #ddd; */
	margin-right: 5px;
	line-height:42px;
	border-radius: 20px;
	background:#fff;
	 box-shadow: 1px 1px 5px #FFECEC;
}
.accent-color-bg {
	background-color: #009999;
}

.top-bar a:hover {
	color: #009999;
}

.section-overlay {
	background-color: #009999;
}

.top-bar.color-bar {
	background-color: #009999;
}

.service-box .read-more {
	color: #009999;
}

a.main-button, input[type="submit"] {
	background-color: #009999;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a.active {
	color: #009999;
}

.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	color: #009999;
}

.navbar-default .navbar-nav > li > a:after {
	background-color: #009999;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-color: #009999;
}

.dropdown  li a.active, .sup-dropdown li a.active {
	color: #009999;
}

ul.breadcrumbs li a:hover {
    color: #009999;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
	background-color: #009999;
}


.team-member .member-socail a.mail:hover i {
	background-color: #009999;
}

.post-share a.mail:hover {
	background-color: #009999;
}

.progress .progress-bar.progress-bar-primary {
	background-color: #009999;
}

.latest-posts-classic .left-meta-post .post-type i {
	background-color: #009999;
}

.latest-posts-classic .post-title a:hover {
	color: #009999;
}

.latest-posts-classic .read-more {
	color: #009999;
}

.panel-title a {
	color: #009999;
}

.panel-title a:hover {
	color: #009999;
}

.milestone-block .milestone-icon {
	background-color: #009999;

}

.milestone-block .milestone-icon:after {
	background-color: #009999;
}

.milestone-block .milestone-number {
	/* color: #009999; */
}

.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #009999;
}

.btn-system {
	background-color: #009999;
}

.btn-system.border-btn {
	border-color: #009999;
	color: #009999;
	
}

.btn-system.border-btn:hover {
	background-color: #009999; text-decoration: none;
}

.btn-system.border-btn.btn-wite:hover {
	color: #009999;
}

.btn-system.btn-wite{
	color: #009999;
}

ul.icons-list li i {
	color: #009999;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #FFF;
		color:#0A2342;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
		color:#0A2342;
}

.icon-small {
	/* text-shadow: 0 0 0 #009999; */
}

.icon-small:hover, .service-box:hover .icon-small {
	/* color: #009999; */
}
.icon-medium {
	text-shadow: 0 0 0 #009999;
}

.icon-medium:hover, .service-box:hover .icon-medium {
	color: #009999;
}

.icon-large {
	text-shadow: 0 0 0 #009999;
}

.icon-large:hover, .service-box:hover .icon-large {
	color: #009999;
}

.icon-effect-1 {
	box-shadow: 0 0 0 3px #009999;
	-o-box-shadow: 0 0 0 3px #009999;
	-moz-box-shadow: 0 0 0 3px #009999;
  	-webkit-box-shadow: 0 0 0 3px #009999;
}

.icon-effect-1:after {
	background-color: #009999;
}

.icon-effect-1:hover, .service-box:hover .icon-effect-1 {
	color: #009999;
}

.icon-effect-2 {
	color: #009999;
	box-shadow: 0 0 0 1px #009999;
	-o-box-shadow: 0 0 0 1px #009999;
	-moz-box-shadow: 0 0 0 1px #009999;
  	-webkit-box-shadow: 0 0 0 1px #009999;
}

.icon-effect-2:after {
	background-color: #009999;
}

.icon-effect-3 {
	color: #009999;
	box-shadow: 0 0 0 3px #009999;
	-o-box-shadow: 0 0 0 3px #009999;
	-moz-box-shadow: 0 0 0 3px #009999;
  	-webkit-box-shadow: 0 0 0 3px #009999;
}

.icon-effect-4 {
	color: #009999;
	box-shadow: 0 0 0 3px #009999;
	-o-box-shadow: 0 0 0 3px #009999;
	-moz-box-shadow: 0 0 0 3px #009999;
  	-webkit-box-shadow: 0 0 0 3px #009999;
}

.icon-effect-5 {
	color: #009999;
	box-shadow: 0 0 0 3px #009999;
	-o-box-shadow: 0 0 0 3px #009999;
	-moz-box-shadow: 0 0 0 3px #009999;
  	-webkit-box-shadow: 0 0 0 3px #009999;
}

.icon-effect-6 {
	color: #009999;
	box-shadow: 0 0 0 3px #009999;
	-o-box-shadow: 0 0 0 3px #009999;
	-moz-box-shadow: 0 0 0 3px #009999;
  	-webkit-box-shadow: 0 0 0 3px #009999;
}

.team-member .member-photo .member-name span {
	background-color: #009999;
}

.classic-title span {
	border-bottom-color: #009999;
}

.portfolio-item:hover .portfolio-details h4 {
	color: #009999;
}

.project-content h4 span {
	border-bottom-color: #009999;
}

.recent-projects h4.title span {
	border-bottom-color: #009999;
}

ul.post-meta li a:hover {
	color: #009999;
}

#pagination span.current {
	border-color: #009999;
	background-color: #009999;
}

#pagination a:hover {
	color: #009999;
}

.post-tags-list a:hover {
	background-color: #009999;
}

.post-share a.mail {
	background-color: #009999;
}

.sidebar a:hover {
	color: #009999;
}

.widget-search .search-btn {
	background-color: #009999;
}

.sidebar .tagcloud a:hover {
    background-color: #009999;
}

.back-to-top:hover i {
    background-color: #009999;
}

.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	background-color: #009999;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #009999;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div {
	background-color: #009999;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #009999;
}

/* ============================================================
   SECTION: Fontello icon font
   Source: css/fontello.css
   ============================================================ */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello1129.eot?99886049');
  src: url('../font/fontello1129.eot?99886049#iefix') format('embedded-opentype'),
       url('../font/fontello1129.woff?99886049') format('woff'),
       url('../font/fontello1129.ttf?99886049') format('truetype'),
       url('../font/fontello1129.svg?99886049#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?99886049#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-glass:before { content: '\e800'; } /* '' */
.icon-wallet:before { content: '\e949'; } /* '' */
.icon-search-4:before { content: '\e91d'; } /* '' */
.icon-mail-4:before { content: '\e91e'; } /* '' */
.icon-mail-alt:before { content: '\e91f'; } /* '' */
.icon-heart-4:before { content: '\e920'; } /* '' */
.icon-heart-empty-2:before { content: '\e921'; } /* '' */
.icon-star-4:before { content: '\e922'; } /* '' */
.icon-star-empty:before { content: '\e923'; } /* '' */
.icon-star-half:before { content: '\e924'; } /* '' */
.icon-star-half-alt:before { content: '\e925'; } /* '' */
.icon-user-4:before { content: '\e926'; } /* '' */
.icon-users-2:before { content: '\e927'; } /* '' */
.icon-male:before { content: '\e928'; } /* '' */
.icon-female:before { content: '\e929'; } /* '' */
.icon-video-3:before { content: '\e92a'; } /* '' */
.icon-videocam-2:before { content: '\e92b'; } /* '' */
.icon-picture-3:before { content: '\e92c'; } /* '' */
.icon-camera-4:before { content: '\e92d'; } /* '' */
.icon-camera-alt:before { content: '\e92e'; } /* '' */
.icon-th-large-1:before { content: '\e95f'; } /* '' */
.icon-th-1:before { content: '\e960'; } /* '' */
.icon-th-list-1:before { content: '\e961'; } /* '' */
.icon-ok-2:before { content: '\e962'; } /* '' */
.icon-ok-circled:before { content: '\e963'; } /* '' */
.icon-ok-circled2:before { content: '\e964'; } /* '' */
.icon-ok-squared:before { content: '\e965'; } /* '' */
.icon-cancel-3:before { content: '\e966'; } /* '' */
.icon-cancel-circled-2:before { content: '\e967'; } /* '' */
.icon-cancel-circled2:before { content: '\e968'; } /* '' */
.icon-plus-3:before { content: '\eb34'; } /* '' */
.icon-plus-circled:before { content: '\eb35'; } /* '' */
.icon-plus-squared:before { content: '\eb36'; } /* '' */
.icon-plus-squared-small:before { content: '\eb37'; } /* '' */
.icon-minus-3:before { content: '\eb38'; } /* '' */
.icon-minus-circled:before { content: '\eb39'; } /* '' */
.icon-minus-squared:before { content: '\eb3a'; } /* '' */
.icon-minus-squared-alt:before { content: '\eb3b'; } /* '' */
.icon-minus-squared-small:before { content: '\eb3c'; } /* '' */
.icon-help-2:before { content: '\eb3d'; } /* '' */
.icon-help-circled:before { content: '\eb3e'; } /* '' */
.icon-info-circled:before { content: '\eb3f'; } /* '' */
.icon-info-3:before { content: '\eb40'; } /* '' */
.icon-home-3:before { content: '\eb41'; } /* '' */
.icon-link-3:before { content: '\eb42'; } /* '' */
.icon-unlink:before { content: '\eb43'; } /* '' */
.icon-link-ext:before { content: '\eb44'; } /* '' */
.icon-link-ext-alt:before { content: '\eb45'; } /* '' */
.icon-attach-4:before { content: '\eb46'; } /* '' */
.icon-lock-4:before { content: '\eb47'; } /* '' */
.icon-lock-open-3:before { content: '\eb48'; } /* '' */
.icon-lock-open-alt:before { content: '\eb49'; } /* '' */
.icon-pin-2:before { content: '\eb4a'; } /* '' */
.icon-eye-4:before { content: '\eb4b'; } /* '' */
.icon-eye-off:before { content: '\eb4c'; } /* '' */
.icon-tag-4:before { content: '\eb4d'; } /* '' */
.icon-tags-1:before { content: '\eb4e'; } /* '' */
.icon-bookmark-2:before { content: '\eb4f'; } /* '' */
.icon-bookmark-empty:before { content: '\eb50'; } /* '' */
.icon-flag-2:before { content: '\eb51'; } /* '' */
.icon-flag-empty:before { content: '\eb52'; } /* '' */
.icon-flag-checkered:before { content: '\eb53'; } /* '' */
.icon-thumbs-up-3:before { content: '\eb54'; } /* '' */
.icon-thumbs-down-2:before { content: '\eb55'; } /* '' */
.icon-thumbs-up-alt:before { content: '\eb56'; } /* '' */
.icon-thumbs-down-alt:before { content: '\eb57'; } /* '' */
.icon-download-3:before { content: '\eb58'; } /* '' */
.icon-upload-3:before { content: '\eb59'; } /* '' */
.icon-download-cloud-1:before { content: '\eb5a'; } /* '' */
.icon-upload-cloud-3:before { content: '\eb5b'; } /* '' */
.icon-reply-2:before { content: '\eb5c'; } /* '' */
.icon-reply-all:before { content: '\eb5d'; } /* '' */
.icon-forward-2:before { content: '\eb5e'; } /* '' */
.icon-quote-left-1:before { content: '\eb5f'; } /* '' */
.icon-quote-right-1:before { content: '\eb60'; } /* '' */
.icon-code-2:before { content: '\eb61'; } /* '' */
.icon-export-2:before { content: '\eb62'; } /* '' */
.icon-export-alt:before { content: '\eb63'; } /* '' */
.icon-pencil-4:before { content: '\eb64'; } /* '' */
.icon-pencil-squared:before { content: '\eb65'; } /* '' */
.icon-edit-1:before { content: '\eb66'; } /* '' */
.icon-print-2:before { content: '\eb67'; } /* '' */
.icon-retweet:before { content: '\eb68'; } /* '' */
.icon-keyboard:before { content: '\eb69'; } /* '' */
.icon-gamepad:before { content: '\eb6a'; } /* '' */
.icon-comment-4:before { content: '\eb6b'; } /* '' */
.icon-chat-3:before { content: '\eb6c'; } /* '' */
.icon-comment-empty:before { content: '\eb6d'; } /* '' */
.icon-chat-empty:before { content: '\eb6e'; } /* '' */
.icon-bell-2:before { content: '\eb6f'; } /* '' */
.icon-bell-alt:before { content: '\eb70'; } /* '' */
.icon-attention-alt:before { content: '\eb71'; } /* '' */
.icon-attention-2:before { content: '\eb72'; } /* '' */
.icon-attention-circled:before { content: '\eb73'; } /* '' */
.icon-location-4:before { content: '\eb74'; } /* '' */
.icon-direction-2:before { content: '\eb75'; } /* '' */
.icon-compass-3:before { content: '\eb76'; } /* '' */
.icon-trash-4:before { content: '\eb77'; } /* '' */
.icon-doc-4:before { content: '\eb78'; } /* '' */
.icon-docs:before { content: '\eb79'; } /* '' */
.icon-doc-text-2:before { content: '\eb7a'; } /* '' */
.icon-doc-inv-1:before { content: '\eb7b'; } /* '' */
.icon-doc-text-inv:before { content: '\eb7c'; } /* '' */
.icon-folder-3:before { content: '\eb7d'; } /* '' */
.icon-folder-open:before { content: '\eb7e'; } /* '' */
.icon-folder-empty-1:before { content: '\eb7f'; } /* '' */
.icon-folder-open-empty:before { content: '\eb80'; } /* '' */
.icon-box-3:before { content: '\eb81'; } /* '' */
.icon-rss-3:before { content: '\eb82'; } /* '' */
.icon-rss-squared:before { content: '\eb83'; } /* '' */
.icon-phone-2:before { content: '\eb84'; } /* '' */
.icon-phone-squared:before { content: '\eb85'; } /* '' */
.icon-menu-2:before { content: '\eb86'; } /* '' */
.icon-cog-4:before { content: '\eb87'; } /* '' */
.icon-cog-alt:before { content: '\eb88'; } /* '' */
.icon-wrench-2:before { content: '\eb89'; } /* '' */
.icon-basket-2:before { content: '\eb8a'; } /* '' */
.icon-calendar-4:before { content: '\eb8b'; } /* '' */
.icon-calendar-empty:before { content: '\eb8c'; } /* '' */
.icon-login:before { content: '\eb8d'; } /* '' */
.icon-logout:before { content: '\eb8e'; } /* '' */
.icon-mic-3:before { content: '\eb8f'; } /* '' */
.icon-mute:before { content: '\eb90'; } /* '' */
.icon-volume-off-2:before { content: '\eb91'; } /* '' */
.icon-volume-down:before { content: '\eb92'; } /* '' */
.icon-volume-up-1:before { content: '\eb93'; } /* '' */
.icon-headphones-2:before { content: '\eb94'; } /* '' */
.icon-clock-4:before { content: '\eb95'; } /* '' */
.icon-lightbulb-2:before { content: '\eb96'; } /* '' */
.icon-block-3:before { content: '\eb97'; } /* '' */
.icon-resize-full-3:before { content: '\eb98'; } /* '' */
.icon-resize-full-alt-1:before { content: '\eb99'; } /* '' */
.icon-resize-small-2:before { content: '\eb9a'; } /* '' */
.icon-resize-vertical-1:before { content: '\eb9b'; } /* '' */
.icon-resize-horizontal-1:before { content: '\eb9c'; } /* '' */
.icon-move-2:before { content: '\eb9d'; } /* '' */
.icon-zoom-in-1:before { content: '\eb9e'; } /* '' */
.icon-zoom-out-1:before { content: '\eb9f'; } /* '' */
.icon-down-circled2:before { content: '\eba0'; } /* '' */
.icon-up-circled2:before { content: '\eba1'; } /* '' */
.icon-left-circled2:before { content: '\eba2'; } /* '' */
.icon-right-circled2:before { content: '\eba3'; } /* '' */
.icon-down-dir:before { content: '\eba4'; } /* '' */
.icon-up-dir:before { content: '\eba5'; } /* '' */
.icon-left-dir:before { content: '\eba6'; } /* '' */
.icon-right-dir:before { content: '\eba7'; } /* '' */
.icon-down-open:before { content: '\eba8'; } /* '' */
.icon-left-open-2:before { content: '\eba9'; } /* '' */
.icon-right-open-2:before { content: '\ebaa'; } /* '' */
.icon-up-open:before { content: '\ebab'; } /* '' */
.icon-angle-left:before { content: '\ebac'; } /* '' */
.icon-angle-right:before { content: '\ebad'; } /* '' */
.icon-angle-up:before { content: '\ebae'; } /* '' */
.icon-angle-down:before { content: '\ebaf'; } /* '' */
.icon-angle-circled-left:before { content: '\ebb0'; } /* '' */
.icon-angle-circled-right:before { content: '\ebb1'; } /* '' */
.icon-angle-circled-up:before { content: '\ebb2'; } /* '' */
.icon-angle-circled-down:before { content: '\ebb3'; } /* '' */
.icon-angle-double-left:before { content: '\ebb4'; } /* '' */
.icon-angle-double-right:before { content: '\ebb5'; } /* '' */
.icon-angle-double-up:before { content: '\ebb6'; } /* '' */
.icon-angle-double-down:before { content: '\ebb7'; } /* '' */
.icon-down-3:before { content: '\ebb8'; } /* '' */
.icon-left-3:before { content: '\ebb9'; } /* '' */
.icon-right-3:before { content: '\ebba'; } /* '' */
.icon-up-3:before { content: '\ebbb'; } /* '' */
.icon-down-big:before { content: '\ebbc'; } /* '' */
.icon-left-big:before { content: '\ebbd'; } /* '' */
.icon-right-big:before { content: '\ebbe'; } /* '' */
.icon-up-big:before { content: '\ebbf'; } /* '' */
.icon-right-hand:before { content: '\ebc0'; } /* '' */
.icon-left-hand:before { content: '\ebc1'; } /* '' */
.icon-up-hand:before { content: '\ebc2'; } /* '' */
.icon-down-hand:before { content: '\ebc3'; } /* '' */
.icon-left-circled:before { content: '\ebc4'; } /* '' */
.icon-right-circled:before { content: '\ebc5'; } /* '' */
.icon-up-circled:before { content: '\ebc6'; } /* '' */
.icon-down-circled:before { content: '\ebc7'; } /* '' */
.icon-cw-3:before { content: '\ebc8'; } /* '' */
.icon-ccw:before { content: '\ebc9'; } /* '' */
.icon-arrows-cw-1:before { content: '\ebca'; } /* '' */
.icon-level-up:before { content: '\ebcb'; } /* '' */
.icon-level-down:before { content: '\ebcc'; } /* '' */
.icon-shuffle-2:before { content: '\ebcd'; } /* '' */
.icon-exchange-1:before { content: '\ebce'; } /* '' */
.icon-collapse:before { content: '\ebcf'; } /* '' */
.icon-collapse-top:before { content: '\ebd0'; } /* '' */
.icon-expand:before { content: '\ebd1'; } /* '' */
.icon-collapse-left:before { content: '\ebd2'; } /* '' */
.icon-play-3:before { content: '\ebd3'; } /* '' */
.icon-play-circled:before { content: '\ebd4'; } /* '' */
.icon-play-circled2:before { content: '\ebd5'; } /* '' */
.icon-stop-3:before { content: '\ebd6'; } /* '' */
.icon-pause-3:before { content: '\ebd7'; } /* '' */
.icon-to-end-2:before { content: '\ebd8'; } /* '' */
.icon-to-end-alt:before { content: '\ebd9'; } /* '' */
.icon-to-start-2:before { content: '\ebda'; } /* '' */
.icon-to-start-alt:before { content: '\ebdb'; } /* '' */
.icon-fast-fw-1:before { content: '\ebdc'; } /* '' */
.icon-fast-bw:before { content: '\ebdd'; } /* '' */
.icon-eject-2:before { content: '\ebde'; } /* '' */
.icon-target-3:before { content: '\ebdf'; } /* '' */
.icon-signal-2:before { content: '\ebe0'; } /* '' */
.icon-award-1:before { content: '\ebe1'; } /* '' */
.icon-desktop-2:before { content: '\ebe2'; } /* '' */
.icon-laptop-1:before { content: '\ebe3'; } /* '' */
.icon-tablet-1:before { content: '\ebe4'; } /* '' */
.icon-mobile-4:before { content: '\ebe5'; } /* '' */
.icon-inbox:before { content: '\ebe6'; } /* '' */
.icon-globe-3:before { content: '\ebe7'; } /* '' */
.icon-sun-2:before { content: '\ebe8'; } /* '' */
.icon-cloud-4:before { content: '\ebe9'; } /* '' */
.icon-flash-3:before { content: '\ebea'; } /* '' */
.icon-moon-3:before { content: '\ebeb'; } /* '' */
.icon-umbrella-1:before { content: '\ebec'; } /* '' */
.icon-flight:before { content: '\ebed'; } /* '' */
.icon-fighter-jet:before { content: '\ebee'; } /* '' */
.icon-leaf-2:before { content: '\ebef'; } /* '' */
.icon-font:before { content: '\ebf0'; } /* '' */
.icon-bold:before { content: '\ebf1'; } /* '' */
.icon-italic:before { content: '\ebf2'; } /* '' */
.icon-text-height:before { content: '\ebf3'; } /* '' */
.icon-text-width:before { content: '\ebf4'; } /* '' */
.icon-align-left:before { content: '\ebf5'; } /* '' */
.icon-align-center:before { content: '\ebf6'; } /* '' */
.icon-align-right:before { content: '\ebf7'; } /* '' */
.icon-align-justify:before { content: '\ebf8'; } /* '' */
.icon-list-2:before { content: '\ebf9'; } /* '' */
.icon-indent-left:before { content: '\ebfa'; } /* '' */
.icon-indent-right:before { content: '\ebfb'; } /* '' */
.icon-list-bullet:before { content: '\ebfc'; } /* '' */
.icon-list-numbered:before { content: '\ebfd'; } /* '' */
.icon-strike:before { content: '\ebfe'; } /* '' */
.icon-underline:before { content: '\ebff'; } /* '' */
.icon-superscript:before { content: '\ec00'; } /* '' */
.icon-subscript:before { content: '\ec01'; } /* '' */
.icon-table:before { content: '\ec02'; } /* '' */
.icon-columns:before { content: '\ec03'; } /* '' */
.icon-crop:before { content: '\ec04'; } /* '' */
.icon-scissors-1:before { content: '\ec05'; } /* '' */
.icon-paste:before { content: '\ec06'; } /* '' */
.icon-briefcase-2:before { content: '\ec07'; } /* '' */
.icon-suitcase:before { content: '\ec08'; } /* '' */
.icon-ellipsis:before { content: '\ec09'; } /* '' */
.icon-ellipsis-vert:before { content: '\ec0a'; } /* '' */
.icon-off:before { content: '\ec0b'; } /* '' */
.icon-road:before { content: '\ec0c'; } /* '' */
.icon-list-alt:before { content: '\ec0d'; } /* '' */
.icon-qrcode:before { content: '\ec0e'; } /* '' */
.icon-barcode:before { content: '\ec0f'; } /* '' */
.icon-book-2:before { content: '\ec10'; } /* '' */
.icon-ajust:before { content: '\ec11'; } /* '' */
.icon-tint:before { content: '\ec12'; } /* '' */
.icon-check-2:before { content: '\ec13'; } /* '' */
.icon-check-empty:before { content: '\ec14'; } /* '' */
.icon-circle:before { content: '\ec15'; } /* '' */
.icon-circle-empty:before { content: '\ec16'; } /* '' */
.icon-dot-circled:before { content: '\ec17'; } /* '' */
.icon-asterisk:before { content: '\ec18'; } /* '' */
.icon-gift-1:before { content: '\ec19'; } /* '' */
.icon-fire:before { content: '\ec1a'; } /* '' */
.icon-magnet:before { content: '\ec1b'; } /* '' */
.icon-chart-bar-3:before { content: '\ec1c'; } /* '' */
.icon-ticket-2:before { content: '\ec1d'; } /* '' */
.icon-credit-card-2:before { content: '\ec1e'; } /* '' */
.icon-floppy:before { content: '\ec1f'; } /* '' */
.icon-megaphone:before { content: '\ec20'; } /* '' */
.icon-hdd:before { content: '\ec21'; } /* '' */
.icon-key-4:before { content: '\ec22'; } /* '' */
.icon-fork:before { content: '\ec23'; } /* '' */
.icon-rocket:before { content: '\ec24'; } /* '' */
.icon-bug:before { content: '\ec25'; } /* '' */
.icon-certificate-1:before { content: '\ec26'; } /* '' */
.icon-tasks:before { content: '\ec27'; } /* '' */
.icon-filter:before { content: '\ec28'; } /* '' */
.icon-beaker:before { content: '\ec29'; } /* '' */
.icon-magic:before { content: '\ec2a'; } /* '' */
.icon-truck:before { content: '\ec2b'; } /* '' */
.icon-money:before { content: '\ec2c'; } /* '' */
.icon-euro:before { content: '\ec2d'; } /* '' */
.icon-pound:before { content: '\ec2e'; } /* '' */
.icon-dollar:before { content: '\ec2f'; } /* '' */
.icon-rupee:before { content: '\ec30'; } /* '' */
.icon-yen:before { content: '\ec31'; } /* '' */
.icon-renminbi:before { content: '\ec32'; } /* '' */
.icon-try:before { content: '\ec33'; } /* '' */
.icon-won:before { content: '\ec34'; } /* '' */
.icon-bitcoin:before { content: '\ec35'; } /* '' */
.icon-sort:before { content: '\ec36'; } /* '' */
.icon-sort-down:before { content: '\ec37'; } /* '' */
.icon-sort-up:before { content: '\ec38'; } /* '' */
.icon-sort-alt-up:before { content: '\ec39'; } /* '' */
.icon-sort-alt-down:before { content: '\ec3a'; } /* '' */
.icon-sort-name-up:before { content: '\ec3b'; } /* '' */
.icon-sort-name-down:before { content: '\ec3c'; } /* '' */
.icon-sort-number-up:before { content: '\ec3d'; } /* '' */
.icon-sort-number-down:before { content: '\ec3e'; } /* '' */
.icon-hammer:before { content: '\ec3f'; } /* '' */
.icon-gauge:before { content: '\ec40'; } /* '' */
.icon-sitemap:before { content: '\ec41'; } /* '' */
.icon-spinner:before { content: '\ec42'; } /* '' */
.icon-coffee-1:before { content: '\ec43'; } /* '' */
.icon-food:before { content: '\ec44'; } /* '' */
.icon-beer-1:before { content: '\ec45'; } /* '' */
.icon-user-md:before { content: '\ec46'; } /* '' */
.icon-stethoscope:before { content: '\ec47'; } /* '' */
.icon-ambulance:before { content: '\ec48'; } /* '' */
.icon-medkit:before { content: '\ec49'; } /* '' */
.icon-h-sigh:before { content: '\ec4a'; } /* '' */
.icon-hospital:before { content: '\ec4b'; } /* '' */
.icon-building:before { content: '\ec4c'; } /* '' */
.icon-smile:before { content: '\ec4d'; } /* '' */
.icon-frown:before { content: '\ec4e'; } /* '' */
.icon-meh:before { content: '\ec4f'; } /* '' */
.icon-anchor-1:before { content: '\ec50'; } /* '' */
.icon-terminal:before { content: '\ec51'; } /* '' */
.icon-eraser:before { content: '\ec52'; } /* '' */
.icon-puzzle-1:before { content: '\ec53'; } /* '' */
.icon-shield:before { content: '\ec54'; } /* '' */
.icon-extinguisher:before { content: '\ec55'; } /* '' */
.icon-bullseye:before { content: '\ec56'; } /* '' */
.icon-wheelchair:before { content: '\ec57'; } /* '' */
.icon-adn:before { content: '\ec58'; } /* '' */
.icon-android:before { content: '\ec59'; } /* '' */
.icon-apple:before { content: '\ec5a'; } /* '' */
.icon-bitbucket:before { content: '\ec5b'; } /* '' */
.icon-bitbucket-squared:before { content: '\ec5c'; } /* '' */
.icon-css3:before { content: '\ec5d'; } /* '' */
.icon-dribbble-2:before { content: '\ec5e'; } /* '' */
.icon-dropbox:before { content: '\ec5f'; } /* '' */
.icon-facebook-2:before { content: '\ec60'; } /* '' */
.icon-facebook-squared:before { content: '\ec61'; } /* '' */
.icon-flickr-2:before { content: '\ec62'; } /* '' */
.icon-foursquare:before { content: '\ec63'; } /* '' */
.icon-github-2:before { content: '\ec64'; } /* '' */
.icon-github-squared:before { content: '\ec65'; } /* '' */
.icon-github-circled-2:before { content: '\ec66'; } /* '' */
.icon-gittip:before { content: '\ec67'; } /* '' */
.icon-gplus-squared:before { content: '\ec68'; } /* '' */
.icon-gplus:before { content: '\ec69'; } /* '' */
.icon-html5:before { content: '\ec6a'; } /* '' */
.icon-instagramm:before { content: '\ec6b'; } /* '' */
.icon-linkedin-squared:before { content: '\ec6c'; } /* '' */
.icon-linux:before { content: '\ec6d'; } /* '' */
.icon-linkedin-2:before { content: '\ec6e'; } /* '' */
.icon-maxcdn:before { content: '\ec6f'; } /* '' */
.icon-pagelines:before { content: '\ec70'; } /* '' */
.icon-pinterest-circled-2:before { content: '\ec71'; } /* '' */
.icon-pinterest-squared:before { content: '\ec72'; } /* '' */
.icon-renren:before { content: '\ec73'; } /* '' */
.icon-skype-2:before { content: '\ec74'; } /* '' */
.icon-stackexchange:before { content: '\ec75'; } /* '' */
.icon-stackoverflow:before { content: '\ec76'; } /* '' */
.icon-trello:before { content: '\ec77'; } /* '' */
.icon-tumblr:before { content: '\ec78'; } /* '' */
.icon-tumblr-squared:before { content: '\ec79'; } /* '' */
.icon-twitter-squared:before { content: '\ec7a'; } /* '' */
.icon-twitter-2:before { content: '\ec7b'; } /* '' */
.icon-vimeo-squared:before { content: '\ec7c'; } /* '' */
.icon-vkontakte:before { content: '\ec7d'; } /* '' */
.icon-weibo:before { content: '\ec7e'; } /* '' */
.icon-windows:before { content: '\ec7f'; } /* '' */
.icon-xing:before { content: '\ec80'; } /* '' */
.icon-xing-squared:before { content: '\ec81'; } /* '' */
.icon-youtube:before { content: '\ec82'; } /* '' */
.icon-youtube-squared:before { content: '\ec83'; } /* '' */
.icon-youtube-play:before { content: '\ec84'; } /* '' */
.icon-blank:before { content: '\ec85'; } /* '' */
.icon-lemon:before { content: '\ec86'; } /* '' */
.icon-note:before { content: '\e813'; } /* '' */
.icon-note-beamed:before { content: '\e812'; } /* '' */
.icon-music-1:before { content: '\e811'; } /* '' */
.icon-search-1:before { content: '\e810'; } /* '' */
.icon-flashlight:before { content: '\e80f'; } /* '' */
.icon-mail-1:before { content: '\e80e'; } /* '' */
.icon-heart-1:before { content: '\e80d'; } /* '' */
.icon-heart-empty-1:before { content: '\e80c'; } /* '' */
.icon-star-1:before { content: '\e80b'; } /* '' */
.icon-star-empty-1:before { content: '\e80a'; } /* '' */
.icon-user-1:before { content: '\e809'; } /* '' */
.icon-users-1:before { content: '\e826'; } /* '' */
.icon-user-add:before { content: '\e808'; } /* '' */
.icon-video-1:before { content: '\e807'; } /* '' */
.icon-picture-1:before { content: '\e806'; } /* '' */
.icon-camera-1:before { content: '\e804'; } /* '' */
.icon-layout:before { content: '\e805'; } /* '' */
.icon-menu-1:before { content: '\e803'; } /* '' */
.icon-check-1:before { content: '\e802'; } /* '' */
.icon-cancel-1:before { content: '\e801'; } /* '' */
.icon-cancel-circled-1:before { content: '\e83e'; } /* '' */
.icon-cancel-squared:before { content: '\e83f'; } /* '' */
.icon-plus-1:before { content: '\e840'; } /* '' */
.icon-plus-circled-1:before { content: '\e841'; } /* '' */
.icon-plus-squared-1:before { content: '\e842'; } /* '' */
.icon-minus-1:before { content: '\e843'; } /* '' */
.icon-minus-circled-1:before { content: '\e844'; } /* '' */
.icon-minus-squared-1:before { content: '\e845'; } /* '' */
.icon-help-1:before { content: '\e846'; } /* '' */
.icon-help-circled-1:before { content: '\e847'; } /* '' */
.icon-info-1:before { content: '\e848'; } /* '' */
.icon-info-circled-1:before { content: '\e827'; } /* '' */
.icon-back:before { content: '\e828'; } /* '' */
.icon-home-1:before { content: '\e829'; } /* '' */
.icon-link-1:before { content: '\e825'; } /* '' */
.icon-attach-1:before { content: '\e824'; } /* '' */
.icon-lock-1:before { content: '\e81e'; } /* '' */
.icon-lock-open-1:before { content: '\e81c'; } /* '' */
.icon-eye-1:before { content: '\e81b'; } /* '' */
.icon-tag-1:before { content: '\e814'; } /* '' */
.icon-bookmark-1:before { content: '\e870'; } /* '' */
.icon-bookmarks:before { content: '\e86f'; } /* '' */
.icon-flag-1:before { content: '\e86e'; } /* '' */
.icon-thumbs-up-1:before { content: '\e86d'; } /* '' */
.icon-thumbs-down-1:before { content: '\e867'; } /* '' */
.icon-download-1:before { content: '\e868'; } /* '' */
.icon-upload-1:before { content: '\e869'; } /* '' */
.icon-upload-cloud-1:before { content: '\e86a'; } /* '' */
.icon-reply-1:before { content: '\e86b'; } /* '' */
.icon-reply-all-1:before { content: '\e86c'; } /* '' */
.icon-forward-1:before { content: '\e849'; } /* '' */
.icon-quote:before { content: '\e84a'; } /* '' */
.icon-code-1:before { content: '\e84b'; } /* '' */
.icon-export-1:before { content: '\e82a'; } /* '' */
.icon-pencil-1:before { content: '\e82d'; } /* '' */
.icon-feather:before { content: '\e82e'; } /* '' */
.icon-print-1:before { content: '\e81f'; } /* '' */
.icon-retweet-1:before { content: '\e81d'; } /* '' */
.icon-keyboard-1:before { content: '\e81a'; } /* '' */
.icon-comment-1:before { content: '\e815'; } /* '' */
.icon-chat-1:before { content: '\e871'; } /* '' */
.icon-bell-1:before { content: '\e876'; } /* '' */
.icon-attention-1:before { content: '\e877'; } /* '' */
.icon-alert:before { content: '\e87c'; } /* '' */
.icon-vcard:before { content: '\e866'; } /* '' */
.icon-address:before { content: '\e863'; } /* '' */
.icon-location-1:before { content: '\e862'; } /* '' */
.icon-map:before { content: '\e85f'; } /* '' */
.icon-direction-1:before { content: '\e85e'; } /* '' */
.icon-compass-1:before { content: '\e85c'; } /* '' */
.icon-cup:before { content: '\e859'; } /* '' */
.icon-trash-1:before { content: '\e858'; } /* '' */
.icon-doc-1:before { content: '\e84c'; } /* '' */
.icon-docs-1:before { content: '\e82b'; } /* '' */
.icon-doc-landscape:before { content: '\e82c'; } /* '' */
.icon-doc-text-1:before { content: '\e82f'; } /* '' */
.icon-doc-text-inv-1:before { content: '\e820'; } /* '' */
.icon-newspaper:before { content: '\e823'; } /* '' */
.icon-book-open:before { content: '\e819'; } /* '' */
.icon-book-1:before { content: '\e816'; } /* '' */
.icon-folder-1:before { content: '\e872'; } /* '' */
.icon-archive:before { content: '\e875'; } /* '' */
.icon-box-1:before { content: '\e878'; } /* '' */
.icon-rss-1:before { content: '\e87b'; } /* '' */
.icon-phone-1:before { content: '\e865'; } /* '' */
.icon-cog-1:before { content: '\e864'; } /* '' */
.icon-tools:before { content: '\e861'; } /* '' */
.icon-share:before { content: '\e860'; } /* '' */
.icon-shareable:before { content: '\e85d'; } /* '' */
.icon-basket-1:before { content: '\e85b'; } /* '' */
.icon-bag:before { content: '\e85a'; } /* '' */
.icon-calendar-1:before { content: '\e857'; } /* '' */
.icon-login-1:before { content: '\e84d'; } /* '' */
.icon-mic-1:before { content: '\e831'; } /* '' */
.icon-mute-1:before { content: '\e830'; } /* '' */
.icon-sound:before { content: '\e821'; } /* '' */
.icon-volume:before { content: '\e822'; } /* '' */
.icon-clock-1:before { content: '\e818'; } /* '' */
.icon-hourglass:before { content: '\e817'; } /* '' */
.icon-lamp:before { content: '\e873'; } /* '' */
.icon-light-down:before { content: '\e874'; } /* '' */
.icon-light-up:before { content: '\e879'; } /* '' */
.icon-adjust:before { content: '\e87a'; } /* '' */
.icon-block-1:before { content: '\e87d'; } /* '' */
.icon-resize-full-1:before { content: '\e87e'; } /* '' */
.icon-resize-small-1:before { content: '\e87f'; } /* '' */
.icon-popup:before { content: '\e886'; } /* '' */
.icon-publish:before { content: '\e885'; } /* '' */
.icon-window:before { content: '\e887'; } /* '' */
.icon-arrow-combo:before { content: '\e888'; } /* '' */
.icon-down-circled-1:before { content: '\e856'; } /* '' */
.icon-left-circled-1:before { content: '\e84e'; } /* '' */
.icon-right-circled-1:before { content: '\e851'; } /* '' */
.icon-up-circled-1:before { content: '\e832'; } /* '' */
.icon-down-open-1:before { content: '\e833'; } /* '' */
.icon-left-open-1:before { content: '\e834'; } /* '' */
.icon-right-open-1:before { content: '\e835'; } /* '' */
.icon-up-open-1:before { content: '\e836'; } /* '' */
.icon-down-open-mini:before { content: '\e837'; } /* '' */
.icon-left-open-mini:before { content: '\e892'; } /* '' */
.icon-right-open-mini:before { content: '\e893'; } /* '' */
.icon-up-open-mini:before { content: '\e894'; } /* '' */
.icon-down-open-big:before { content: '\e895'; } /* '' */
.icon-left-open-big:before { content: '\e896'; } /* '' */
.icon-right-open-big:before { content: '\e897'; } /* '' */
.icon-up-open-big:before { content: '\e880'; } /* '' */
.icon-down-1:before { content: '\e883'; } /* '' */
.icon-left-1:before { content: '\e884'; } /* '' */
.icon-right-1:before { content: '\e88c'; } /* '' */
.icon-up-1:before { content: '\e889'; } /* '' */
.icon-down-dir-1:before { content: '\e855'; } /* '' */
.icon-left-dir-1:before { content: '\e84f'; } /* '' */
.icon-right-dir-1:before { content: '\e850'; } /* '' */
.icon-up-dir-1:before { content: '\e83d'; } /* '' */
.icon-down-bold:before { content: '\e83c'; } /* '' */
.icon-left-bold:before { content: '\e83b'; } /* '' */
.icon-right-bold:before { content: '\e83a'; } /* '' */
.icon-up-bold:before { content: '\e839'; } /* '' */
.icon-down-thin:before { content: '\e838'; } /* '' */
.icon-left-thin:before { content: '\e891'; } /* '' */
.icon-right-thin:before { content: '\e890'; } /* '' */
.icon-up-thin:before { content: '\e899'; } /* '' */
.icon-ccw-1:before { content: '\e88f'; } /* '' */
.icon-cw-1:before { content: '\e898'; } /* '' */
.icon-arrows-ccw:before { content: '\e88e'; } /* '' */
.icon-level-down-1:before { content: '\e881'; } /* '' */
.icon-level-up-1:before { content: '\e882'; } /* '' */
.icon-shuffle-1:before { content: '\e88d'; } /* '' */
.icon-loop:before { content: '\e88b'; } /* '' */
.icon-switch:before { content: '\e88a'; } /* '' */
.icon-play-1:before { content: '\e854'; } /* '' */
.icon-stop-1:before { content: '\e853'; } /* '' */
.icon-pause-1:before { content: '\e852'; } /* '' */
.icon-record:before { content: '\e8ab'; } /* '' */
.icon-to-end-1:before { content: '\e8aa'; } /* '' */
.icon-to-start-1:before { content: '\e8a9'; } /* '' */
.icon-fast-forward:before { content: '\e8a8'; } /* '' */
.icon-fast-backward:before { content: '\e8a1'; } /* '' */
.icon-progress-0:before { content: '\e8a2'; } /* '' */
.icon-progress-1:before { content: '\e8ef'; } /* '' */
.icon-progress-2:before { content: '\e8ee'; } /* '' */
.icon-progress-3:before { content: '\e8ed'; } /* '' */
.icon-target-1:before { content: '\e8ec'; } /* '' */
.icon-palette:before { content: '\e8eb'; } /* '' */
.icon-list-1:before { content: '\e8ea'; } /* '' */
.icon-list-add:before { content: '\e8e9'; } /* '' */
.icon-signal-1:before { content: '\e8e8'; } /* '' */
.icon-trophy:before { content: '\e8b2'; } /* '' */
.icon-battery:before { content: '\e8bd'; } /* '' */
.icon-back-in-time:before { content: '\e8b0'; } /* '' */
.icon-monitor:before { content: '\e8af'; } /* '' */
.icon-mobile-1:before { content: '\e8ae'; } /* '' */
.icon-network:before { content: '\e8ad'; } /* '' */
.icon-cd:before { content: '\e8ac'; } /* '' */
.icon-inbox-1:before { content: '\e8c1'; } /* '' */
.icon-install:before { content: '\e8c2'; } /* '' */
.icon-globe-1:before { content: '\e8c3'; } /* '' */
.icon-cloud-1:before { content: '\e8a0'; } /* '' */
.icon-cloud-thunder:before { content: '\e8a3'; } /* '' */
.icon-flash-1:before { content: '\e8f0'; } /* '' */
.icon-moon-1:before { content: '\e8f5'; } /* '' */
.icon-flight-1:before { content: '\e8f6'; } /* '' */
.icon-paper-plane:before { content: '\e8f7'; } /* '' */
.icon-leaf-1:before { content: '\e8f8'; } /* '' */
.icon-lifebuoy:before { content: '\e8ff'; } /* '' */
.icon-mouse:before { content: '\e901'; } /* '' */
.icon-briefcase-1:before { content: '\e902'; } /* '' */
.icon-suitcase-1:before { content: '\e8b3'; } /* '' */
.icon-dot:before { content: '\e8b1'; } /* '' */
.icon-dot-2:before { content: '\e8bc'; } /* '' */
.icon-dot-3:before { content: '\e8be'; } /* '' */
.icon-brush:before { content: '\e8bf'; } /* '' */
.icon-magnet-1:before { content: '\e8c0'; } /* '' */
.icon-infinity:before { content: '\e8c7'; } /* '' */
.icon-erase:before { content: '\e8c6'; } /* '' */
.icon-chart-pie:before { content: '\e8c5'; } /* '' */
.icon-chart-line:before { content: '\e8c4'; } /* '' */
.icon-chart-bar-1:before { content: '\e89f'; } /* '' */
.icon-chart-area:before { content: '\e8a4'; } /* '' */
.icon-tape:before { content: '\e8f1'; } /* '' */
.icon-graduation-cap:before { content: '\e8f4'; } /* '' */
.icon-language:before { content: '\e8fb'; } /* '' */
.icon-ticket-1:before { content: '\e8fa'; } /* '' */
.icon-water:before { content: '\e8f9'; } /* '' */
.icon-droplet:before { content: '\e8fe'; } /* '' */
.icon-air:before { content: '\e904'; } /* '' */
.icon-credit-card-1:before { content: '\e903'; } /* '' */
.icon-floppy-1:before { content: '\e8b4'; } /* '' */
.icon-clipboard:before { content: '\e8bb'; } /* '' */
.icon-megaphone-1:before { content: '\e8d8'; } /* '' */
.icon-database:before { content: '\e8df'; } /* '' */
.icon-drive:before { content: '\e8e0'; } /* '' */
.icon-bucket:before { content: '\e8e1'; } /* '' */
.icon-thermometer:before { content: '\e8c8'; } /* '' */
.icon-key-1:before { content: '\e8cf'; } /* '' */
.icon-flow-cascade:before { content: '\e8d0'; } /* '' */
.icon-flow-branch:before { content: '\e8d1'; } /* '' */
.icon-flow-tree:before { content: '\e89e'; } /* '' */
.icon-flow-line:before { content: '\e8a6'; } /* '' */
.icon-flow-parallel:before { content: '\e8f2'; } /* '' */
.icon-rocket-1:before { content: '\e8f3'; } /* '' */
.icon-gauge-1:before { content: '\e8fc'; } /* '' */
.icon-traffic-cone:before { content: '\e900'; } /* '' */
.icon-cc:before { content: '\e8fd'; } /* '' */
.icon-cc-by:before { content: '\e905'; } /* '' */
.icon-cc-nc:before { content: '\e906'; } /* '' */
.icon-cc-nc-eu:before { content: '\e907'; } /* '' */
.icon-cc-nc-jp:before { content: '\e8b5'; } /* '' */
.icon-cc-sa:before { content: '\e8ba'; } /* '' */
.icon-cc-nd:before { content: '\e8d9'; } /* '' */
.icon-cc-pd:before { content: '\e8de'; } /* '' */
.icon-cc-zero:before { content: '\e8e7'; } /* '' */
.icon-music-3:before { content: '\e91c'; } /* '' */
.icon-cc-remix:before { content: '\e8c9'; } /* '' */
.icon-github-1:before { content: '\e8ce'; } /* '' */
.icon-github-circled-1:before { content: '\e8d3'; } /* '' */
.icon-flickr-1:before { content: '\e8d2'; } /* '' */
.icon-flickr-circled:before { content: '\e89d'; } /* '' */
.icon-vimeo:before { content: '\e8a7'; } /* '' */
.icon-vimeo-circled:before { content: '\e915'; } /* '' */
.icon-twitter-1:before { content: '\e916'; } /* '' */
.icon-twitter-circled:before { content: '\e917'; } /* '' */
.icon-facebook-1:before { content: '\e918'; } /* '' */
.icon-facebook-circled:before { content: '\e90e'; } /* '' */
.icon-facebook-squared-1:before { content: '\e90d'; } /* '' */
.icon-gplus-1:before { content: '\e90a'; } /* '' */
.icon-gplus-circled:before { content: '\e909'; } /* '' */
.icon-pinterest:before { content: '\e8b6'; } /* '' */
.icon-pinterest-circled-1:before { content: '\e8b9'; } /* '' */
.icon-tumblr-1:before { content: '\e8da'; } /* '' */
.icon-tumblr-circled:before { content: '\e8dd'; } /* '' */
.icon-linkedin-1:before { content: '\e8e6'; } /* '' */
.icon-linkedin-circled:before { content: '\e8e3'; } /* '' */
.icon-dribbble-1:before { content: '\e8ca'; } /* '' */
.icon-dribbble-circled:before { content: '\e8cd'; } /* '' */
.icon-stumbleupon:before { content: '\e8d4'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e8d7'; } /* '' */
.icon-lastfm:before { content: '\e89c'; } /* '' */
.icon-lastfm-circled:before { content: '\e8a5'; } /* '' */
.icon-rdio:before { content: '\e914'; } /* '' */
.icon-rdio-circled:before { content: '\e91a'; } /* '' */
.icon-spotify:before { content: '\e919'; } /* '' */
.icon-spotify-circled:before { content: '\e910'; } /* '' */
.icon-qq:before { content: '\e90f'; } /* '' */
.icon-instagram:before { content: '\e90c'; } /* '' */
.icon-dropbox-1:before { content: '\e90b'; } /* '' */
.icon-evernote:before { content: '\e908'; } /* '' */
.icon-flattr:before { content: '\e8b7'; } /* '' */
.icon-skype-1:before { content: '\e8b8'; } /* '' */
.icon-skype-circled:before { content: '\e8db'; } /* '' */
.icon-renren-1:before { content: '\e8dc'; } /* '' */
.icon-sina-weibo:before { content: '\e8e5'; } /* '' */
.icon-paypal:before { content: '\e8e4'; } /* '' */
.icon-picasa:before { content: '\e8cb'; } /* '' */
.icon-soundcloud:before { content: '\e8cc'; } /* '' */
.icon-mixi:before { content: '\e8d5'; } /* '' */
.icon-behance:before { content: '\e8d6'; } /* '' */
.icon-google-circles:before { content: '\e89b'; } /* '' */
.icon-vkontakte-1:before { content: '\e89a'; } /* '' */
.icon-smashing:before { content: '\e913'; } /* '' */
.icon-sweden:before { content: '\e912'; } /* '' */
.icon-db-shape:before { content: '\e91b'; } /* '' */
.icon-logo-db:before { content: '\e911'; } /* '' */
.icon-music-outline:before { content: '\e969'; } /* '' */
.icon-music:before { content: '\e96a'; } /* '' */
.icon-search-outline:before { content: '\e96b'; } /* '' */
.icon-search:before { content: '\e96c'; } /* '' */
.icon-mail:before { content: '\e96d'; } /* '' */
.icon-heart:before { content: '\e96e'; } /* '' */
.icon-heart-filled:before { content: '\e96f'; } /* '' */
.icon-star:before { content: '\e970'; } /* '' */
.icon-star-filled:before { content: '\e971'; } /* '' */
.icon-user-outline:before { content: '\e972'; } /* '' */
.icon-user:before { content: '\e973'; } /* '' */
.icon-users-outline:before { content: '\e974'; } /* '' */
.icon-users:before { content: '\e975'; } /* '' */
.icon-user-add-outline:before { content: '\e976'; } /* '' */
.icon-user-add-1:before { content: '\e977'; } /* '' */
.icon-user-delete-outline:before { content: '\e978'; } /* '' */
.icon-user-delete:before { content: '\e979'; } /* '' */
.icon-video:before { content: '\e97a'; } /* '' */
.icon-videocam-outline:before { content: '\e97b'; } /* '' */
.icon-videocam:before { content: '\e97c'; } /* '' */
.icon-picture-outline:before { content: '\e97d'; } /* '' */
.icon-picture:before { content: '\e97e'; } /* '' */
.icon-camera-outline:before { content: '\e97f'; } /* '' */
.icon-camera:before { content: '\e980'; } /* '' */
.icon-th-outline:before { content: '\e981'; } /* '' */
.icon-th:before { content: '\e982'; } /* '' */
.icon-th-large-outline:before { content: '\e983'; } /* '' */
.icon-th-large:before { content: '\e984'; } /* '' */
.icon-th-list-outline:before { content: '\e985'; } /* '' */
.icon-th-list:before { content: '\e986'; } /* '' */
.icon-ok-outline:before { content: '\e987'; } /* '' */
.icon-ok:before { content: '\e988'; } /* '' */
.icon-cancel-outline:before { content: '\e989'; } /* '' */
.icon-cancel:before { content: '\e98a'; } /* '' */
.icon-cancel-alt:before { content: '\e98b'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e98c'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e98d'; } /* '' */
.icon-cancel-circled:before { content: '\e98e'; } /* '' */
.icon-plus-outline:before { content: '\e98f'; } /* '' */
.icon-plus:before { content: '\e990'; } /* '' */
.icon-minus-outline:before { content: '\e991'; } /* '' */
.icon-minus:before { content: '\e992'; } /* '' */
.icon-divide-outline:before { content: '\e993'; } /* '' */
.icon-divide:before { content: '\e994'; } /* '' */
.icon-eq-outline:before { content: '\e995'; } /* '' */
.icon-eq:before { content: '\e996'; } /* '' */
.icon-info-outline:before { content: '\e997'; } /* '' */
.icon-info:before { content: '\e998'; } /* '' */
.icon-home-outline:before { content: '\e999'; } /* '' */
.icon-home:before { content: '\e99a'; } /* '' */
.icon-link-outline:before { content: '\e99b'; } /* '' */
.icon-link:before { content: '\e99c'; } /* '' */
.icon-attach-outline:before { content: '\e99d'; } /* '' */
.icon-attach:before { content: '\e99e'; } /* '' */
.icon-lock:before { content: '\e99f'; } /* '' */
.icon-lock-filled:before { content: '\e9a0'; } /* '' */
.icon-lock-open:before { content: '\e9a1'; } /* '' */
.icon-lock-open-filled:before { content: '\e9a2'; } /* '' */
.icon-pin-outline:before { content: '\e9a3'; } /* '' */
.icon-pin:before { content: '\e9a4'; } /* '' */
.icon-eye-outline:before { content: '\e9a5'; } /* '' */
.icon-eye:before { content: '\e9a6'; } /* '' */
.icon-tag:before { content: '\e9a7'; } /* '' */
.icon-tags:before { content: '\e9a8'; } /* '' */
.icon-bookmark:before { content: '\e9a9'; } /* '' */
.icon-flag:before { content: '\e9aa'; } /* '' */
.icon-flag-filled:before { content: '\e9ab'; } /* '' */
.icon-thumbs-up:before { content: '\e9ac'; } /* '' */
.icon-thumbs-down:before { content: '\e9ad'; } /* '' */
.icon-download-outline:before { content: '\e9ae'; } /* '' */
.icon-download:before { content: '\e9af'; } /* '' */
.icon-upload-outline:before { content: '\e9b0'; } /* '' */
.icon-upload:before { content: '\e9b1'; } /* '' */
.icon-upload-cloud-outline:before { content: '\e9b2'; } /* '' */
.icon-upload-cloud:before { content: '\e9b3'; } /* '' */
.icon-reply-outline:before { content: '\e9b4'; } /* '' */
.icon-reply:before { content: '\e9b5'; } /* '' */
.icon-forward-outline:before { content: '\e9b6'; } /* '' */
.icon-forward:before { content: '\e9b7'; } /* '' */
.icon-code-outline:before { content: '\e9b8'; } /* '' */
.icon-code:before { content: '\e9b9'; } /* '' */
.icon-export-outline:before { content: '\e9ba'; } /* '' */
.icon-export:before { content: '\e9bb'; } /* '' */
.icon-pencil:before { content: '\e9bc'; } /* '' */
.icon-pen:before { content: '\e9bd'; } /* '' */
.icon-feather-1:before { content: '\e9be'; } /* '' */
.icon-edit:before { content: '\e9bf'; } /* '' */
.icon-print:before { content: '\e9c0'; } /* '' */
.icon-comment:before { content: '\e9c1'; } /* '' */
.icon-chat:before { content: '\e9c2'; } /* '' */
.icon-chat-alt:before { content: '\e9c3'; } /* '' */
.icon-bell:before { content: '\e9c4'; } /* '' */
.icon-attention:before { content: '\e9c5'; } /* '' */
.icon-attention-filled:before { content: '\e9c6'; } /* '' */
.icon-warning-empty:before { content: '\e9c7'; } /* '' */
.icon-warning:before { content: '\e9c8'; } /* '' */
.icon-contacts:before { content: '\e9c9'; } /* '' */
.icon-vcard-1:before { content: '\e9ca'; } /* '' */
.icon-address-1:before { content: '\e9cb'; } /* '' */
.icon-location-outline:before { content: '\e9cc'; } /* '' */
.icon-location:before { content: '\e9cd'; } /* '' */
.icon-map-1:before { content: '\e9ce'; } /* '' */
.icon-direction-outline:before { content: '\e9cf'; } /* '' */
.icon-direction:before { content: '\e9d0'; } /* '' */
.icon-compass:before { content: '\e9d1'; } /* '' */
.icon-trash:before { content: '\e9d2'; } /* '' */
.icon-doc:before { content: '\e9d3'; } /* '' */
.icon-doc-text:before { content: '\e9d4'; } /* '' */
.icon-doc-add:before { content: '\e9d5'; } /* '' */
.icon-doc-remove:before { content: '\e9d6'; } /* '' */
.icon-news:before { content: '\e9d7'; } /* '' */
.icon-folder:before { content: '\e9d8'; } /* '' */
.icon-folder-add:before { content: '\e9d9'; } /* '' */
.icon-folder-delete:before { content: '\e9da'; } /* '' */
.icon-archive-1:before { content: '\e9db'; } /* '' */
.icon-box:before { content: '\e9dc'; } /* '' */
.icon-rss-outline:before { content: '\e9dd'; } /* '' */
.icon-rss:before { content: '\e9de'; } /* '' */
.icon-phone-outline:before { content: '\e9df'; } /* '' */
.icon-phone:before { content: '\e9e0'; } /* '' */
.icon-menu-outline:before { content: '\e9e1'; } /* '' */
.icon-menu:before { content: '\e9e2'; } /* '' */
.icon-cog-outline:before { content: '\e9e3'; } /* '' */
.icon-cog:before { content: '\e9e4'; } /* '' */
.icon-wrench-outline:before { content: '\e9e5'; } /* '' */
.icon-wrench:before { content: '\e9e6'; } /* '' */
.icon-basket:before { content: '\e9e7'; } /* '' */
.icon-calendar-outlilne:before { content: '\e9e8'; } /* '' */
.icon-calendar:before { content: '\e9e9'; } /* '' */
.icon-mic-outline:before { content: '\e9ea'; } /* '' */
.icon-mic:before { content: '\e9eb'; } /* '' */
.icon-volume-off:before { content: '\e9ec'; } /* '' */
.icon-volume-low:before { content: '\e9ed'; } /* '' */
.icon-volume-middle:before { content: '\e9ee'; } /* '' */
.icon-volume-high:before { content: '\e9ef'; } /* '' */
.icon-headphones:before { content: '\e9f0'; } /* '' */
.icon-clock:before { content: '\e9f1'; } /* '' */
.icon-wristwatch:before { content: '\e9f2'; } /* '' */
.icon-stopwatch:before { content: '\e9f3'; } /* '' */
.icon-lightbulb:before { content: '\e9f4'; } /* '' */
.icon-block-outline:before { content: '\e9f5'; } /* '' */
.icon-block:before { content: '\e9f6'; } /* '' */
.icon-resize-full-outline:before { content: '\e9f7'; } /* '' */
.icon-resize-full:before { content: '\e9f8'; } /* '' */
.icon-resize-normal-outline:before { content: '\e9f9'; } /* '' */
.icon-resize-normal:before { content: '\e9fa'; } /* '' */
.icon-move-outline:before { content: '\e9fb'; } /* '' */
.icon-move:before { content: '\e9fc'; } /* '' */
.icon-popup-1:before { content: '\e9fd'; } /* '' */
.icon-zoom-in-outline:before { content: '\e9fe'; } /* '' */
.icon-zoom-in:before { content: '\e9ff'; } /* '' */
.icon-zoom-out-outline:before { content: '\ea00'; } /* '' */
.icon-zoom-out:before { content: '\ea01'; } /* '' */
.icon-popup-2:before { content: '\ea02'; } /* '' */
.icon-left-open-outline:before { content: '\ea03'; } /* '' */
.icon-left-open:before { content: '\ea04'; } /* '' */
.icon-right-open-outline:before { content: '\ea05'; } /* '' */
.icon-right-open:before { content: '\ea06'; } /* '' */
.icon-down:before { content: '\ea07'; } /* '' */
.icon-left:before { content: '\ea08'; } /* '' */
.icon-right:before { content: '\ea09'; } /* '' */
.icon-up:before { content: '\ea0a'; } /* '' */
.icon-down-outline:before { content: '\ea0b'; } /* '' */
.icon-left-outline:before { content: '\ea0c'; } /* '' */
.icon-right-outline:before { content: '\ea0d'; } /* '' */
.icon-up-outline:before { content: '\ea0e'; } /* '' */
.icon-down-small:before { content: '\ea0f'; } /* '' */
.icon-left-small:before { content: '\ea10'; } /* '' */
.icon-right-small:before { content: '\ea11'; } /* '' */
.icon-up-small:before { content: '\ea12'; } /* '' */
.icon-cw-outline:before { content: '\ea13'; } /* '' */
.icon-cw:before { content: '\ea14'; } /* '' */
.icon-arrows-cw-outline:before { content: '\ea15'; } /* '' */
.icon-arrows-cw:before { content: '\ea16'; } /* '' */
.icon-loop-outline:before { content: '\ea17'; } /* '' */
.icon-loop-1:before { content: '\ea18'; } /* '' */
.icon-loop-alt-outline:before { content: '\ea19'; } /* '' */
.icon-loop-alt:before { content: '\ea1a'; } /* '' */
.icon-shuffle:before { content: '\ea1b'; } /* '' */
.icon-play-outline:before { content: '\ea1c'; } /* '' */
.icon-play:before { content: '\ea1d'; } /* '' */
.icon-stop-outline:before { content: '\ea1e'; } /* '' */
.icon-stop:before { content: '\ea1f'; } /* '' */
.icon-pause-outline:before { content: '\ea20'; } /* '' */
.icon-pause:before { content: '\ea21'; } /* '' */
.icon-fast-fw-outline:before { content: '\ea22'; } /* '' */
.icon-fast-fw:before { content: '\ea23'; } /* '' */
.icon-rewind-outline:before { content: '\ea24'; } /* '' */
.icon-rewind:before { content: '\ea25'; } /* '' */
.icon-record-outline:before { content: '\ea26'; } /* '' */
.icon-record-1:before { content: '\ea27'; } /* '' */
.icon-eject-outline:before { content: '\ea28'; } /* '' */
.icon-eject:before { content: '\ea29'; } /* '' */
.icon-eject-alt-outline:before { content: '\ea2a'; } /* '' */
.icon-eject-alt:before { content: '\ea2b'; } /* '' */
.icon-bat1:before { content: '\ea2c'; } /* '' */
.icon-bat2:before { content: '\ea2d'; } /* '' */
.icon-bat3:before { content: '\ea2e'; } /* '' */
.icon-bat4:before { content: '\ea2f'; } /* '' */
.icon-bat-charge:before { content: '\ea30'; } /* '' */
.icon-plug:before { content: '\ea31'; } /* '' */
.icon-target-outline:before { content: '\ea32'; } /* '' */
.icon-target:before { content: '\ea33'; } /* '' */
.icon-wifi-outline:before { content: '\ea34'; } /* '' */
.icon-wifi:before { content: '\ea35'; } /* '' */
.icon-desktop:before { content: '\ea36'; } /* '' */
.icon-laptop:before { content: '\ea37'; } /* '' */
.icon-tablet:before { content: '\ea38'; } /* '' */
.icon-mobile:before { content: '\ea39'; } /* '' */
.icon-contrast:before { content: '\ea3a'; } /* '' */
.icon-globe-outline:before { content: '\ea3b'; } /* '' */
.icon-globe:before { content: '\ea3c'; } /* '' */
.icon-globe-alt-outline:before { content: '\ea3d'; } /* '' */
.icon-globe-alt:before { content: '\ea3e'; } /* '' */
.icon-sun:before { content: '\ea3f'; } /* '' */
.icon-sun-filled:before { content: '\ea40'; } /* '' */
.icon-cloud:before { content: '\ea41'; } /* '' */
.icon-flash-outline:before { content: '\ea42'; } /* '' */
.icon-flash:before { content: '\ea43'; } /* '' */
.icon-moon:before { content: '\ea44'; } /* '' */
.icon-waves-outline:before { content: '\ea45'; } /* '' */
.icon-waves:before { content: '\ea46'; } /* '' */
.icon-rain:before { content: '\ea47'; } /* '' */
.icon-cloud-sun:before { content: '\ea48'; } /* '' */
.icon-drizzle:before { content: '\ea49'; } /* '' */
.icon-snow:before { content: '\ea4a'; } /* '' */
.icon-cloud-flash:before { content: '\ea4b'; } /* '' */
.icon-cloud-wind:before { content: '\ea4c'; } /* '' */
.icon-wind:before { content: '\ea4d'; } /* '' */
.icon-plane-outline:before { content: '\ea4e'; } /* '' */
.icon-plane:before { content: '\ea4f'; } /* '' */
.icon-leaf:before { content: '\ea50'; } /* '' */
.icon-lifebuoy-1:before { content: '\ea51'; } /* '' */
.icon-briefcase:before { content: '\ea52'; } /* '' */
.icon-brush-1:before { content: '\ea53'; } /* '' */
.icon-pipette:before { content: '\ea54'; } /* '' */
.icon-power-outline:before { content: '\ea55'; } /* '' */
.icon-power:before { content: '\ea56'; } /* '' */
.icon-check-outline:before { content: '\ea57'; } /* '' */
.icon-check:before { content: '\ea58'; } /* '' */
.icon-gift:before { content: '\ea59'; } /* '' */
.icon-temperatire:before { content: '\ea5a'; } /* '' */
.icon-chart-outline:before { content: '\ea5b'; } /* '' */
.icon-chart:before { content: '\ea5c'; } /* '' */
.icon-chart-alt-outline:before { content: '\ea5d'; } /* '' */
.icon-chart-alt:before { content: '\ea5e'; } /* '' */
.icon-chart-bar-outline:before { content: '\ea5f'; } /* '' */
.icon-chart-bar:before { content: '\ea60'; } /* '' */
.icon-chart-pie-outline:before { content: '\ea61'; } /* '' */
.icon-chart-pie-1:before { content: '\ea62'; } /* '' */
.icon-ticket:before { content: '\ea63'; } /* '' */
.icon-credit-card:before { content: '\ea64'; } /* '' */
.icon-clipboard-1:before { content: '\ea65'; } /* '' */
.icon-database-2:before { content: '\ea66'; } /* '' */
.icon-key-outline:before { content: '\ea67'; } /* '' */
.icon-key:before { content: '\ea68'; } /* '' */
.icon-flow-split:before { content: '\ea69'; } /* '' */
.icon-flow-merge:before { content: '\ea6a'; } /* '' */
.icon-flow-parallel-1:before { content: '\ea6b'; } /* '' */
.icon-flow-cross:before { content: '\ea6c'; } /* '' */
.icon-certificate-outline:before { content: '\ea6d'; } /* '' */
.icon-certificate:before { content: '\ea6e'; } /* '' */
.icon-scissors-outline:before { content: '\ea6f'; } /* '' */
.icon-scissors:before { content: '\ea70'; } /* '' */
.icon-flask:before { content: '\ea71'; } /* '' */
.icon-wine:before { content: '\ea72'; } /* '' */
.icon-coffee:before { content: '\ea73'; } /* '' */
.icon-beer:before { content: '\ea74'; } /* '' */
.icon-anchor-outline:before { content: '\ea75'; } /* '' */
.icon-anchor:before { content: '\ea76'; } /* '' */
.icon-puzzle-outline:before { content: '\ea77'; } /* '' */
.icon-puzzle:before { content: '\ea78'; } /* '' */
.icon-tree:before { content: '\ea79'; } /* '' */
.icon-calculator:before { content: '\ea7a'; } /* '' */
.icon-infinity-outline:before { content: '\ea7b'; } /* '' */
.icon-infinity-1:before { content: '\ea7c'; } /* '' */
.icon-pi-outline:before { content: '\ea7d'; } /* '' */
.icon-pi:before { content: '\ea7e'; } /* '' */
.icon-at:before { content: '\ea7f'; } /* '' */
.icon-at-circled:before { content: '\ea80'; } /* '' */
.icon-looped-square-outline:before { content: '\ea81'; } /* '' */
.icon-looped-square-interest:before { content: '\ea82'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\ea83'; } /* '' */
.icon-sort-alphabet:before { content: '\ea84'; } /* '' */
.icon-sort-numeric-outline:before { content: '\ea85'; } /* '' */
.icon-sort-numeric:before { content: '\ea86'; } /* '' */
.icon-dribbble-circled-1:before { content: '\ea87'; } /* '' */
.icon-dribbble:before { content: '\ea88'; } /* '' */
.icon-facebook-circled-1:before { content: '\ea89'; } /* '' */
.icon-facebook:before { content: '\ea8a'; } /* '' */
.icon-flickr-circled-1:before { content: '\ea8b'; } /* '' */
.icon-flickr:before { content: '\ea8c'; } /* '' */
.icon-github-circled:before { content: '\ea8d'; } /* '' */
.icon-github:before { content: '\ea8e'; } /* '' */
.icon-lastfm-circled-1:before { content: '\ea8f'; } /* '' */
.icon-lastfm-1:before { content: '\ea90'; } /* '' */
.icon-linkedin-circled-1:before { content: '\ea91'; } /* '' */
.icon-linkedin:before { content: '\ea92'; } /* '' */
.icon-pinterest-circled:before { content: '\ea93'; } /* '' */
.icon-pinterest-1:before { content: '\ea94'; } /* '' */
.icon-skype-outline:before { content: '\ea95'; } /* '' */
.icon-skype:before { content: '\ea96'; } /* '' */
.icon-tumbler-circled:before { content: '\ea97'; } /* '' */
.icon-tumbler:before { content: '\ea98'; } /* '' */
.icon-twitter-circled-1:before { content: '\ea99'; } /* '' */
.icon-twitter:before { content: '\ea9a'; } /* '' */
.icon-vimeo-circled-1:before { content: '\ea9b'; } /* '' */
.icon-vimeo-1:before { content: '\ea9c'; } /* '' */
.icon-music-2:before { content: '\e95e'; } /* '' */
.icon-search-2:before { content: '\e959'; } /* '' */
.icon-mail-2:before { content: '\e958'; } /* '' */
.icon-heart-2:before { content: '\e953'; } /* '' */
.icon-star-2:before { content: '\e952'; } /* '' */
.icon-user-2:before { content: '\e94d'; } /* '' */
.icon-videocam-1:before { content: '\e94c'; } /* '' */
.icon-camera-2:before { content: '\e947'; } /* '' */
.icon-photo:before { content: '\e946'; } /* '' */
.icon-attach-2:before { content: '\e943'; } /* '' */
.icon-lock-2:before { content: '\e942'; } /* '' */
.icon-eye-2:before { content: '\e93f'; } /* '' */
.icon-tag-2:before { content: '\e93e'; } /* '' */
.icon-thumbs-up-2:before { content: '\e93b'; } /* '' */
.icon-pencil-2:before { content: '\e93a'; } /* '' */
.icon-comment-2:before { content: '\e937'; } /* '' */
.icon-location-2:before { content: '\e936'; } /* '' */
.icon-cup-1:before { content: '\e933'; } /* '' */
.icon-trash-2:before { content: '\e932'; } /* '' */
.icon-doc-2:before { content: '\e92f'; } /* '' */
.icon-note-1:before { content: '\e95d'; } /* '' */
.icon-cog-2:before { content: '\e95a'; } /* '' */
.icon-params:before { content: '\e957'; } /* '' */
.icon-calendar-2:before { content: '\e954'; } /* '' */
.icon-sound-1:before { content: '\e951'; } /* '' */
.icon-clock-2:before { content: '\e94e'; } /* '' */
.icon-lightbulb-1:before { content: '\e94b'; } /* '' */
.icon-tv:before { content: '\e948'; } /* '' */
.icon-desktop-1:before { content: '\e945'; } /* '' */
.icon-mobile-2:before { content: '\e944'; } /* '' */
.icon-cd-1:before { content: '\e941'; } /* '' */
.icon-inbox-2:before { content: '\e940'; } /* '' */
.icon-globe-2:before { content: '\e93d'; } /* '' */
.icon-cloud-2:before { content: '\e93c'; } /* '' */
.icon-paper-plane-1:before { content: '\e939'; } /* '' */
.icon-fire-1:before { content: '\e938'; } /* '' */
.icon-graduation-cap-1:before { content: '\e935'; } /* '' */
.icon-megaphone-2:before { content: '\e934'; } /* '' */
.icon-database-1:before { content: '\e931'; } /* '' */
.icon-key-2:before { content: '\e930'; } /* '' */
.icon-beaker-1:before { content: '\e95c'; } /* '' */
.icon-truck-1:before { content: '\e95b'; } /* '' */
.icon-money-1:before { content: '\e956'; } /* '' */
.icon-food-1:before { content: '\e955'; } /* '' */
.icon-shop:before { content: '\e950'; } /* '' */
.icon-diamond:before { content: '\e94f'; } /* '' */
.icon-t-shirt:before { content: '\e94a'; } /* '' */
.icon-cc-share:before { content: '\e8e2'; } /* '' */

/* ============================================================
   SECTION: Animate.css (scroll animations)
   Source: css/animate.css
   ============================================================ */

.animated.delay-01 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
}

.animated.delay-02 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

.animated.delay-03 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.animated.delay-04 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

.animated.delay-05 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.animated.delay-06 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
}

.animated.delay-07 {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
}

.animated.delay-08 {
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
}

.animated.delay-09 {
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
}

.animated.delay-10 {
	animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
}

.animated.delay-11 {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
}

.animated.delay-12 {
	animation-delay: 5.5s;
	-webkit-animation-delay: 5.5s;
	-moz-animation-delay: 5.5s;
	-o-animation-delay: 5.5s;
}

.animated.delay-13 {
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
}

.animated.delay-14 {
	animation-delay: 6.5s;
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	-o-animation-delay: 6.5s;
}

.animated.delay-15 {
	animation-delay: 7s;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-o-animation-delay: 7s;
}

.animated.delay-16 {
	animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
	-moz-animation-delay: 7.5s;
	-o-animation-delay: 7.5s;
}

.animated.delay-17 {
	animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-o-animation-delay: 8s;
}

.animated.delay-18 {
	animation-delay: 8.5s;
	-webkit-animation-delay: 8.5s;
	-moz-animation-delay: 8.5s;
	-o-animation-delay: 8.5s;
}

.animated.delay-19 {
	animation-delay: 9s;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-o-animation-delay: 9s;
}

.animated.delay-20 {
	animation-delay: 9.5s;
	-webkit-animation-delay: 9.5s;
	-moz-animation-delay: 9.5s;
	-o-animation-delay: 9.5s;
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge{
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* ============================================================
   SECTION: Nav menu (cwd-menu)
   Source: menu/css/cwd-menu.css
   ============================================================ */

a:focus:not(:focus-visible) {outline: none;}
a:hover {	text-decoration: none; }
	
	
.nav > li.dropdown.open {
  position: static;
 }

.nav > li.dropdown.open .dropdown-menu {
	background:#fafbf8;
	display: table;
	border: none;
	border-radius: 0px 0px 22px 22px;
	margin-bottom: 7vw;
	text-align: left;
	padding: 30px 18px;
	margin-top: 3px;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}

/* The panel used to be centered via left:0/right:0 relative to
   whatever positioned ancestor it landed on - in practice that ended
   up being narrower than the true viewport (stopping short before
   the AI icon on the right), not the full screen. position:fixed
   anchors it to .navbar instead (the nearest transformed ancestor,
   see .navbar's translateZ(0) - itself a true 100vw box), so 90vw
   centered here is 90% of the *actual* viewport, AI icon included.
   Desktop only - mobile gets its own full-screen overlay treatment
   below (floating fixed positioning fought the collapsed panel's
   own scroll container on mobile and made the menu unreadable). */
@media (min-width: 768px) {
  .nav > li.dropdown.open .dropdown-menu {
    position: fixed;
    top: 76px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90vw;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.dropdown-menu > li {
	display: table-cell;
	vertical-align: middle;
	transition: color 0.4s ease-in-out;
  }
  
.menu-3 > h2{
   font-size:22px;
   font-weight:700;
   margin-bottom:12px;
  }

.menu-3 > p{
   font-size:16px;
  }

/* The mega-menu columns (.col-md-3/.col-md-4.menu-3) were using
   Bootstrap's default 15px+15px gutter, which made the horizontal
   gap between columns noticeably wider than the 10px gap between
   stacked items within a column. Tightened it here to match, scoped
   to just this menu so the site's regular Bootstrap grid elsewhere
   is untouched. */
.dropdown-menu .menu-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.menu-3 > li{
  border-radius: 12px; 
  background:#ffffff;
  padding:16px;
  margin-bottom:10px;
  cursor: pointer;
  transition: all 0.4s ease;
  }
  
 .menu-3 > li > a > h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:0px; 
	transition: color 0.4s ease;
  }

  .menu-3 > li > a > p {
  font-size: 15px;
  transition: color 0.4s ease;
  }

.menu-3 > li:hover {
	background:#009999;
	transition: all 0.4s ease;
  }
  

  .menu-3 > li:hover h3, .menu-3 > li:hover p {
	color: #ffffff;
	transition: all 0.4s ease;
  }


  
@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
	  background:#fafbf8;
  }
  
  .menu-3 > li{
  border-radius: 12px; 
  padding:12px;
  margin-bottom:10px;
  background:#fafbf8;

  }
 .menu-3 > li > a > p {
  display:none;
  }

}

/* ============================================================
   SECTION: Homepage slider shell (legacy)
   Source: css/slider-style.css
   ============================================================ */


.spacer {
  height: 100vh;
  font-size: 1.25rem;
  display: grid;
  text-align: center;
  place-items: center;
  align-content: space-between;
  padding: 40vh 0 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spacer h1 {
  font-size: 3rem;
  letter-spacing: -0.025em;
  line-height: 0.85;
  font-weight: 300;
}
.spacer h1 span {
  opacity: 0.6;
  line-height: 1.2;
}
.info {
  max-width: 20ch;
  opacity: 0.6;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
.info::after {
  content: '';
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
}
/*-------------------------------------------
= stage
-------------------------------------------*/
.stage {
  height: 500vh;
  position: relative;
}
.layers {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.layer image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.texts {
  padding: 3vw;
}
.txt {
  position: absolute;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  clip-path: inset(100% 0 0 0);
  transform: translateY(40px);
}
.txt h1 {
  margin-top: 10vh;
  font-size: clamp(4.8rem, 6.8vw, 13.6rem);
  letter-spacing: -0.025em;
  line-height: 0.85;
}
.txt h2 {
  margin-top: 6vw;
  font-size: clamp(1.4rem, 1.067vw, 1.8rem);
  letter-spacing: 0.24em;
}
.txt span {
  display: block;
  font-size: clamp(1.1rem, 0.8vw, 1.2rem);
  width: 20%;
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: normal;
}
.progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4rem;
  display: flex;
  gap: 1rem;
  z-index: 20;
}
.segment {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .txt span {
    width: 35%;
  }
}
@media screen and (max-width: 599px) {
  .txt span {
    width: 50%;
  }
}

/*-------------------------------------------
= links and frame
-------------------------------------------*/
a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  cursor: pointer;
}
a:hover,
a.current {
  text-decoration: none;
  color: var(--color-link-hover);
}
a:focus {
  outline: none;
}

.frame {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 1.25rem;
  padding: var(--page-padding);
  display: grid;
  z-index: 1000;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  pointer-events: none;
  justify-items: start;
  grid-template-columns: auto auto auto 1fr;
  grid-template-areas:
    'back archive github ...'
    'demos demos demos demos'
    'sponsor sponsor sponsor sponsor';

  #cdawrap {
    justify-self: start;
    grid-area: sponsor;
  }

  a,
  button {
    pointer-events: auto;
  }

  .frame__title {
    grid-area: title;
    font-size: inherit;
    margin: 0;
  }

  .frame__back {
    grid-area: back;
    justify-self: start;
  }

  .frame__archive {
    grid-area: archive;
    justify-self: start;
  }

  .frame__github {
    grid-area: github;
  }

  .frame__demos {
    grid-area: demos;
    display: none;
    flex-wrap: wrap;
    gap: 2rem;
  }

  @media screen and (min-width: 53em) {
    height: 100%;
    grid-template-columns: auto auto auto auto 1fr;
    grid-template-rows: auto auto;
    align-content: space-between;
    grid-template-areas:
      'back github archive demos demos'
      '... ... ... ... sponsor';

    .frame__demos {
      justify-self: end;
      display: flex;
    }
    #cdawrap {
      justify-self: end;
      text-align: right;
      max-width: 300px;
    }
  }
}

/* ============================================================
   SECTION: Homepage hero slider
   Source: css/home-slider.css
   ============================================================ */

/* Extracted from home-slider.php inline <style> block */
/* ─── BRAND TOKENS   ──── */
:root {
  
  --navy-mid:  #111927;   /* card / overlay base        */
  --teal:      #009999;   /* primary accent             */
  --teal-dark: #009999;   /* hover state                */
  --sky:       #fff;   /* highlight / em text        */
  --white:     #fff;
 

  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Raleway', sans-serif;

  --dur: 7000ms;          /* auto-advance interval      */
  --ease: 800ms;          /* slide transition           */
}



/* ─── SLIDER SHELL ──────────────────────────────────── */
.slider {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 480px;
  overflow: hidden;
  background: var(--navy);
}

/* ─── INDIVIDUAL SLIDES ─────────────────────────────── */
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity var(--ease) ease;
  pointer-events: none;
  z-index: 1;
}
.slide.active  { opacity: 1; pointer-events: auto; z-index: 3; }
.slide.leaving { opacity: 0; z-index: 2; }

/* Background image — fixed cover, subtle zoom */
.slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom center;
  transform: scale(1.1);
  transition: transform calc(var(--dur) + var(--ease)) linear;
  will-change: transform;
}
.slide.active .slide__bg { transform: scale(1); }

/* Mild readability overlay - darkens the lower-left where the
   text/CTA sit so contrast stays consistent no matter how bright
   or dark that spot is in the source photo. */
.slide__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(20deg,
      rgba(11,18,32,.30) 0%,
      rgba(11,18,32,.12) 40%,
      rgba(11,18,32,.02) 70%,
      rgba(11,18,32,0) 100%),
    linear-gradient(to top,
      rgba(11,18,32,.32) 0%,
      transparent 42%);
}


/* ─── SLIDE CONTENT ─────────────────────────────────── */
.slide__content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;

  padding: clamp(1.25rem, 6vw, 5rem) clamp(1.25rem, 7vw, 7rem);
  padding-top: 46vh;
  padding-top: 46svh;
}



/* Heading */
.slide__heading {
  /*font-family: var(--font-head);
  font-size: clamp(2rem, 6.5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.01em;
  
  text-shadow: 0 2px 32px rgba(0,0,0,.5);
  margin-bottom: clamp(.75rem, 1.5vw, 1rem);*/
  opacity: 0;color: var(--white);
  transform: translateY(24px);
  transition: opacity .6s .6s ease, transform .6s .6s ease;
   text-shadow:  3px 3px 7px rgba(0,0,0,.3);
}
.slide.active .slide__heading { opacity: 1; transform: none; }
.slide__heading em {
  font-style: normal;
  color: var(--white);
}

/* Subheading */
.slide__sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   letter-spacing: .025em;
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s .38s ease, transform .6s .38s ease;
   text-shadow:  3px 3px 7px rgba(0,0,0,.3);
}
.slide.active .slide__sub { opacity: 1; transform: none; }
@media (max-width: 991px) {
  .slide__sub {
    white-space: normal;
    max-width: 500px;
  }
}

/* CTA group */
.slide__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s .52s ease, transform .5s .52s ease;
}
.slide.active .slide__ctas { opacity: 1; transform: none; }



/* White ghost pill */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .025em;
  color: var(--white);
  background: transparent;
  padding: .75rem 1.8rem;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.9);
  cursor: pointer;
  transition: border-color .25s, color .25s, transform .2s;
  white-space: nowrap;
}
.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--white);
  background:var(--teal);
  text-decoration: none;
}
.btn-ghost svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ─── PROGRESS BAR ──────────────────────────────────── */
.progress {
  position: absolute;
 
top:99vh;  left: 0;

  width: 100%; height: 7px;
  background: rgba(255,255,255,.08);
  z-index: 20;
}
.progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--sky));
  border-radius: 0 2px 2px 0;
  transition: width linear;
}

/* ─── SIDE DOT INDICATORS ───────────────────────────── */
.dots {
  position: absolute;
  right: 3vw;
  top: 50%;
  /*transform: translateY(50%); */
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .3s, border-color .3s, transform .3s;
transform: scale(0.5);
}
.dot.active {
  background: var(--teal);
  border-color: rgba(0,184,169,.4);
  transform: scale(1);
}
.dot:hover:not(.active) {
  background: rgba(255,255,255,.5);
}
@media (max-width: 480px) { .dots { display: none; } }

/* ─── ARROW CONTROLS ────────────────────────────────── */
.controls {
  position: absolute;

  
  bottom: clamp(1.5rem, 4.5vw, 2.8rem);
  left: clamp(3rem, 10vw, 20rem);
  
  z-index: 20;
  display: flex;
  gap: .65rem;
}
.ctrl-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(11,18,32,.1);
  backdrop-filter: blur(10px);
  color: var(--white);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .25s, background .25s, transform .2s;
}
.ctrl-btn:hover {
  border-color: var(--teal);
  background: rgba(0,184,169,.18);
  transform: scale(1.08);
}
.ctrl-btn svg { width: 17px; height: 17px; }

@media (max-width: 480px) { .ctrl-btn { display: none; } }

/* ─── SLIDE COUNTER ─────────────────────────────────── */
.counter {
  position: absolute;
  bottom: clamp(1.5rem, 4vw, 2.8rem);
  left: clamp(1.25rem, 7vw, 7rem);
  z-index: 20;
  display: flex;
  align-items: baseline;
  gap: .3rem;
  font-family: var(--font-head);
  font-weight: 700;
}
.counter__current {
  font-size: 2rem;
  color: var(--teal);
  min-width: 2ch;
  line-height: 1;
}
.counter__sep  { color: rgba(255,255,255,.25); font-size: 1rem; }
.counter__total { color: rgba(255,255,255,.35); font-size: 1rem; font-weight: 400; }

@media (max-width: 480px) { .counter { display: none; } }



/* ─── MOBILE TWEAKS ─────────────────────────────────── */
@media (max-width: 640px) {
  .controls { right: 1rem; bottom: 1rem; }
  .counter  { left: 1rem;  bottom: 1.2rem; }
  .slide__ctas { flex-direction: column; }
  .btn-primary, .btn-ghost { justify-content: center; }
  .slide__content { padding-top: 30vh; padding-top: 30svh; }
}
@media (max-width: 380px) {
  .ctrl-btn { width: 38px; height: 38px; }
}


  /* ── SCROLLDOWN HINT ── */
  .scroll-hint {
    position: absolute;
    bottom: clamp(1.5rem, 4vw, 3rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    opacity: .6;
    animation: bounce 2s infinite;
  }
  .scroll-hint span {
    font-size: 1rem;
	color:#fff;
	font-weight:500;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
  }
  .scroll-hint svg { width: 18px; height: 18px; color:#fff;}

  @keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
  }

/* ============================================================
   SECTION: Our Story timeline page
   Source: css/story.css
   ============================================================ */

/* Extracted from story.php inline <style> block (timeline layout) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #edf0e6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}


.container-tl {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}


.container-tl::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #edf0e6;
  border: 4px solid #009999;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


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


.right {
  left: 50%;
}


.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #edf0e6;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #edf0e6;
}


.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #edf0e6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #edf0e6 transparent transparent;
}


.right::after {
  left: -12px;
}


.content {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  
  box-shadow: 3px 3px 7px 0px #f7f7f7; border-radius: 12px;   margin:10px; overflow: hidden;
		transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.content > p{
	font-size:15px;
	padding-bottom:10px;
	padding-top: 10px;
	border-bottom: 1px solid #edf0e6;


}
/* Year photo - bleeds to the card's own edges (negative margin cancels
   .content's padding) so .content's existing overflow:hidden + rounded
   corners clip it automatically, no extra border-radius needed here. */
.tl-photo {
  margin: -20px -30px 16px;
  overflow: hidden;
}
.tl-photo img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.content:hover .tl-photo img {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .tl-photo img {
    height: 190px;
  }
}
.content:hover {
    background:#f4f7ee;
	box-shadow: 3px 3px 12px 0px #e7e7e7; 
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  
  .container-tl {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  
  .left::before, .right::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  
  .left::after, .right::after {
  left: 15px;
  }
  
  
  .right {
  left: 0%;
  text-align:left;
  }
}

/* ============================================================
   SECTION: Our Story timeline v2 - center spine, two cards per year
   One side gets the photo, the other gets the text card, alternating
   as you move down the page (.story-row / .story-row.reverse), with
   a connector dot on the spine at each entry.
   ============================================================ */

.story-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.story-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #edf0e6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 0;
}
.story-row-single {
  z-index: 1;
}
.story-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 26px 0;
}
.story-row.reverse {
  flex-direction: row-reverse;
}
.story-row__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  background-color: #edf0e6;
  border: 4px solid #009999;
  border-radius: 50%;
  z-index: 5;
}
.story-photo-card,
.story-text-card {
  position: relative;
  z-index: 1;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.story-photo-card {
  overflow: hidden;
  border-radius: 12px;
}
.story-photo-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  transition: transform 0.4s ease-in-out;
}
.story-photo-card:hover img {
  transform: scale(1.03);
}
.story-text-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  padding: 26px 32px;
  transition: all 0.4s ease-in-out;
}
.story-text-card:hover {
  background: #f4f7ee;
  box-shadow: 3px 3px 12px 0px #e7e7e7;
}
.story-text-card h4 {
  margin: 2px 0 10px;
}
.story-text-card p {
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #edf0e6;
}
.story-text-card p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* Little pointer on the text card, aimed at the spine - flips sides
   depending on whether the text card landed on the left or right. */
.story-text-card::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -18px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff;
}
.story-row.reverse .story-text-card::before {
  left: auto;
  right: -18px;
  border-right-color: transparent;
  border-left-color: #fff;
}

@media (max-width: 767px) {
  .story-timeline::after {
    left: 20px;
  }
  .story-row,
  .story-row.reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px 0 18px 46px;
  }
  .story-row__dot {
    left: 20px;
    top: 30px;
  }
  .story-photo-card,
  .story-text-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .story-photo-card img {
    height: 190px;
  }
  .story-text-card::before,
  .story-row.reverse .story-text-card::before {
    display: none;
  }
}

/* ============================================================
   SECTION: Our Story timeline v3 - center spine, ONE combined
   card (photo + text together) per year, alternating left/right
   of the spine with a connector dot at each entry.
   ============================================================ */

.story-row-single {
  position: relative;
  display: flex;
  padding: 26px 0;
}
.story-row-single {
  justify-content: flex-start;
}
.story-row-single.reverse {
  justify-content: flex-end;
}
.story-card {
  position: relative;
  z-index: 1;
  flex: 0 0 calc(50% - 45px);
  max-width: calc(50% - 45px);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  transition: all 0.4s ease-in-out;
}
.story-card:hover {
  box-shadow: 3px 3px 12px 0px #e7e7e7;
}
.story-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.story-card:hover img {
  transform: scale(1.03);
}
.story-card__body {
  padding: 24px 30px;
}
.story-card__body .section-eyebrow {
  display: block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #8a9b9b;
  border-bottom: none;
  padding: 0 0 2px;
  margin-bottom: 4px;
}
.story-card__body h4 {
  margin: 2px 0 10px;
}
.story-card__body p {
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #edf0e6;
}
.story-card__body p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* Pointer aimed at the spine - flips sides depending on whether the
   card landed on the left or right. */
.story-card::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -18px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
}
.story-row-single.reverse .story-card::before {
  right: auto;
  left: -18px;
  border-left-color: transparent;
  border-right-color: #fff;
}

@media (max-width: 767px) {
  .story-row-single,
  .story-row-single.reverse {
    justify-content: flex-start;
    padding: 18px 0 18px 46px;
  }
  .story-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .story-card img {
    height: 190px;
  }
  .story-card::before,
  .story-row-single.reverse .story-card::before {
    display: none;
  }
}


/* ============================================================
   SECTION: Global override - no hover underlines
   Added per request: disable text-decoration on hover/focus/active
   for all links and link-styled buttons, site-wide.
   ============================================================ */

a:hover, a:focus, a:active,
.btn-link:hover, .btn-link:focus,
a.btn-system:hover, a.btn-system:focus {
  text-decoration: none !important;
}


/* ============================================================
   SECTION: Project case-study pages - mobile fix
   Pages: aragen-lifesciences, tata-advanced-systems, intox,
   nemus, anglo-french-drugs, healthium
   Problem: .cs-banner used padding-top:54vh (way too tall on
   small screens) and .cs-inner / .cs-inner-d / .cs-inner-logo /
   .cs-inner-d-logo used FIXED pixel heights (230px/150px) with
   no mobile override, so wrapped text overflowed/clipped once
   columns stacked full-width on phones.
   ============================================================ */

@media (max-width: 991px) {
  .cs-banner { padding-top: 34vh; padding-top: 34svh; }
  .cs-inner, .cs-inner-d, .cs-inner-logo, .cs-inner-d-logo {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .cs-banner { padding-top: 28vh; padding-top: 28svh; }
  .cs-inner {
    padding: 6vh 6vw;
    border-radius: 25px 25px 0 0;
    text-align: center;
  }
  .cs-inner-logo {
    padding: 30px;
    border-radius: 0 0 25px 25px;
    text-align: center;
  }
  .cs-banner-d { padding: 0; }
  .cs-inner-d {
    padding: 5vh 6vw;
    border-radius: 0;
    text-align: center;
  }
  .cs-inner-d-logo {
    padding: 30px;
    border-radius: 0;
    text-align: center;
  }
  .cs-banner-d .cs-inner-d > div {
    margin-bottom: 15px;
  }
  .cs-banner h1 { font-size: 28px; }
}

@media only screen and (max-width: 479px) {
  .cs-banner { padding-top: 22vh; padding-top: 22svh; }
  .cs-banner h1 { font-size: 24px; }
  .cs-inner-logo img { max-width: 140px; }
}


/* ============================================================
   SECTION: Carousel prev/next arrows - mobile fix
   Root cause of stray-looking triangle/arrow buttons on phones:
   1) js/bundle.min.js had itemsMobile:false on .custom-carousel
      (clients + milestone carousels), so items never reflowed to
      1-per-row on phones - fixed in JS.
   2) .owl-buttons used position:absolute; top:-50px with no
      mobile override, so the round arrow buttons could float
      awkwardly once the section's padding shrank on small screens.
   ============================================================ */

@media (max-width: 768px) {
  .touch-carousel .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .touch-carousel.navigation-3 {
    padding-top: 0;
  }
  .touch-carousel .owl-controls .owl-buttons div,
  .testimonials-carousel .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 0 4px;
  }
}


/* ============================================================
   SECTION: Mobile nav menu - spacing & polish
   The collapsed mobile menu reused desktop spacing (or, on
   phones <=479px, very tight 5px padding), had no card/background
   styling, misaligned carets, and hid the Contact button
   entirely. This gives it consistent breathing room, rounded
   tappable rows, and keeps Contact visible at every size.
   ============================================================ */

@media (max-width: 767px) {
  /* Full-screen overlay (100vw x 100vh, fixed to the viewport) behind
     the actual menu card. Scrolls itself so tall content (e.g. the
     Solutions mega-menu open) never gets clipped or pushes anything
     off-screen with no way to reach it - previously the panel tried
     to float its own fixed-position dropdown on top, which fought
     this container's scroll/clipping and left the mega-menu content
     invisible. Everything now lives in one normal-flow, one-scroll
     document instead. */
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    background: rgba(17, 24, 21, 0.45);
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
  }

  /* The actual menu card - 90vw, centered (auto margins, not flex,
     so scrolling the overlay behaves normally), sitting just below
     the fixed 76px navbar. */
  .navbar-default .navbar-nav {
    width: 90vw;
    max-width: 90vw;
    margin: 92px auto 24px !important;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    padding: 14px 15px 24px;
    box-sizing: border-box;
  }

  .search-side {
    float: none;
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 14px;
  }

  .show-search {
    float: none;
    display: block;
  }

  .show-search p {
    padding: 13px 16px;
    line-height: normal;
    font-weight: 600;
    border-radius: 12px;
  }

  .navbar-default .navbar-nav > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .navbar-default .navbar-nav > li > a {
    height: auto;
    padding: 14px 16px !important;
    border-radius: 12px;
    background: #fafbf8;
    font-size: 16px;
    font-weight: 500;
    border: none !important;
  }

  .navbar-default .navbar-nav > li > a .caret {
    float: right;
    margin-top: 8px;
  }

  .navbar-default .navbar-nav > li.dropdown.open > a,
  .navbar-default .navbar-nav > li > a:hover {
    background: #009999;
    color: #fff;
    opacity: 1;
  }

  /* The mega-menu expands in normal flow inside the same 90vw card
     instead of floating as its own fixed/positioned box - it just
     grows the card's height, and the overlay above handles the
     scrolling, so content is always reachable and never clipped. */
  .nav > li.dropdown.open .dropdown-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 8px 0 0 !important;
    padding: 16px 14px;
    box-shadow: none;
  }

  .menu-3 > li {
    margin-bottom: 8px;
  }
}


/* ============================================================
   SECTION: Global mobile safety net
   Prevents any stray element from creating horizontal scroll
   on small screens (defensive - does not affect desktop layout).
   ============================================================ */

html, body { max-width: 100%; overflow-x: hidden; }


/* ============================================================
   SECTION: Solutions sub-pages - eyebrow, Technical Details,
   Features
   Reusable template for the solution pages (electrical, HVAC,
   cleanroom, etc.): a small uppercase eyebrow label above the
   intro heading, alternating image/content rows for Technical
   Details, and a checklist + photo gallery for Features.
   ============================================================ */

.section-divider {
  width: 60px;
  height: 2px;
  background: #009999;
  margin: 0 auto 30px;
}

.section-eyebrow {
  display: inline-block;
  color: #009999;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 2px 6px;
  border-bottom: 2px solid #009999;
  margin-bottom: 16px;
}

.tech-detail-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.tech-detail-row:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(194, 194, 194, 0.4) 20%, rgba(194, 194, 194, 0.4) 80%, transparent);
}
.tech-detail-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tech-detail-img {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 30px;
}
.tech-detail-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
}
.tech-detail-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 30px;
}
.tech-detail-row.reverse {
  flex-direction: row-reverse;
}
.tech-detail-content h4 {
  font-weight: 700;
}
.tech-detail-content p {
  margin-bottom: 15px;
  text-align: justify;
}
.tech-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}
.tech-list li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
}
.tech-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #009999;
  font-size: 13px;
}
.tech-list.single {
  grid-template-columns: 1fr;
}

.app-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 24px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  text-align: left;
  height: 100%;
}
.app-card h4 {
  margin-bottom: 14px;
}
.app-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 14px;
}
.app-note {
  background: #F0F0F0;
  color: #009999;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 14px;
}

/* Solar Energy - "Benefits" comparison table (Financial / Environmental
   / Operational), matching the client's source doc which laid this out
   as a 3-column table rather than a card grid. Styled to match the
   site's card language (12px radius, soft shadow) with a teal header
   row instead of Bootstrap's plain default table look. Wrapped in a
   scroll container so it degrades to horizontal scroll instead of
   crushing 3 columns of text on small screens. */
.benefits-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  margin-top: 10px;
}
.benefits-table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  text-align: left;
}
.benefits-table th,
.benefits-table td {
  width: 33.333%;
}
.benefits-table th {
  background: #009999;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.benefits-table td {
  padding: 14px 20px;
  font-size: 15px;
  line-height: 22px;
  color: #444;
  border-bottom: 1px solid #F0F1EA;
  vertical-align: top;
}
.benefits-table tbody tr:last-child td {
  border-bottom: none;
}
.benefits-table tbody tr:nth-child(even) {
  background: #FAFBF8;
}
@media (max-width: 767px) {
  .benefits-table th,
  .benefits-table td {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.features-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: left;
}
.features-grid li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  font-weight: 600;
  font-size: 15px;
}
.features-grid li i {
  flex-shrink: 0;
  color: #fff;
  background: #009999;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.features-gallery a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
}
.features-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.features-gallery a:hover img {
  transform: scale(1.06);
}
.features-gallery .thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}
.features-gallery a:hover .thumb-overlay {
  background: rgba(0,0,0,.35);
}
.features-gallery .thumb-overlay i {
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transform: scale(.6);
  transition: all 0.3s ease-in-out;
}
.features-gallery a:hover .thumb-overlay i {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .tech-detail-row,
  .tech-detail-row.reverse {
    flex-direction: column;
  }
  .tech-detail-img,
  .tech-detail-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tech-detail-img {
    margin-bottom: 20px;
  }
  .tech-list {
    grid-template-columns: 1fr;
  }
  .features-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   SECTION: Footer - mobile polish
   Fixes: .footer-widget kept its desktop padding-right:45px when
   stacked full-width on phones (lopsided gap on one side), and
   the fixed WhatsApp/back-to-top buttons could sit right on top
   of the last line of footer text with no clearance.
   ============================================================ */

@media (max-width: 767px) {
  .footer-widget {
    padding-right: 0;
    margin-bottom: 35px;
    text-align: center;
  }

  .footer-widget h4 .head-line {
    left: 50%;
    margin-left: -25px;
  }

  .social-widget ul.social-icons {
    text-align: center;
  }

  .social-widget ul.social-icons li {
    display: inline-block;
    float: none;
  }

  .footer-row-copyright {
    padding-bottom: 90px;
  }
}

@media (max-width: 479px) {
  .qc i {
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    right: 15px;
  }

  .back-to-top i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* ============================================================
   Clients page (clients.php) - filterable logo gallery.
   ============================================================ */

.clients-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.clients-gallery .client-grid-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 7px 0px #f7f7f7;
  padding: 20px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-gallery .client-grid-item img {
  max-width: 100%;
  max-height: 60px;
  filter: grayscale(100%);
  opacity: .7;
  transition: all 0.3s ease-in-out;
}
.clients-gallery .client-grid-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Filter state: hidden items drop out of the grid immediately;
   items entering the filtered set get a brief fade/scale-in so
   switching tags reads as a "shuffle" rather than an abrupt swap. */
.clients-gallery .client-grid-item.filtered-out {
  display: none;
}
@keyframes clientGridFadeIn {
  from { opacity: 0; transform: scale(.85); }
  to { opacity: 1; transform: scale(1); }
}
.clients-gallery .client-grid-item.filtering-in {
  animation: clientGridFadeIn 0.4s ease;
}

@media (max-width: 991px) {
  .clients-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 599px) {
  .clients-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   Unikelvin AI (index-ai.php) + AI entry points on index.php
   ============================================================ */

/* Floating top-right AI icon (index.php) / home icon (index-ai.php).
   Square, flush with the very top-right corner, sized to exactly match
   the rendered navbar height via --ai-fab-size (set by JS - see the
   inline script near the bottom of index.php / index-ai.php). The
   fixed px fallback only applies before that JS runs. */
.ai-fab {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000000;
  /* width: var(--ai-fab-size, 86px);
  height: var(--ai-fab-size, 86px); */
  width: 76px;
  height: 76px;
  border-radius: 0;
  background: #009999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32;
  
  transition: background-color 0.3s ease-in-out;
}
.ai-fab:hover {
  background: #444;
  color: #fff;
}
.ai-fab--home {
  background: #fff;
  color: #009999;
 
}
.ai-fab--home:hover {
  background: #009999;
  color: #fff;
}

/* The AI icon now lives in menu.php, so it's on every page. The
   navbar reserves exactly its width (no extra buffer - the divider
   line does the separating), and "Contact" is rebuilt as a matching
   full-height icon cell right next to it, phone-icon-and-divider
   style, like a segmented toolbar. Site-wide, not scoped, since the
   icon itself is now site-wide. */
.container1 {
  padding-right: 1px;
  box-sizing: border-box;
}
.navbar-collapse {
  padding-right: 0;
}
.search-side {
  top: 0;
  right: 0;
  height: var(--ai-fab-size, 76px);
}
.show-search {
  height: 100%;
}
.show-search p {
  width: var(--ai-fab-size, 86px);
  height: var(--ai-fab-size, 86px);
  line-height: var(--ai-fab-size, 86px);
  padding: 0;
  border-radius: 0;
  font-size: 0;
  background-color: transparent;
  color: #555;
  border-left: 1px solid rgba(0,0,0,.08);
  box-sizing: border-box;
}
.show-search:hover p {
  background-color: rgba(0,153,153,.08);
  color: #009999;
}
.show-search p:before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 19px;
  color: inherit;
}
@media (max-width: 767px) {
  /* The AI icon is fixed at the literal top-right corner of the
     viewport (see .ai-fab) at whatever height the navbar renders at
     (--ai-fab-size). Without this, the navbar-header's own content -
     including the burger toggle, which is float:right within it -
     runs all the way to the edge and ends up rendered underneath the
     AI icon's very high z-index, making the burger unclickable. */
  .container1 {
    padding-right: calc(var(--ai-fab-size, 76px) + 12px);
    /* Half the desktop 5% left offset (menu.php inline style) so the
       logo sits closer to the screen edge on phones. */
    margin-left: 2.5% !important;
  }
  .navbar-collapse {
    padding-right: 15px;
  }
  .navbar-toggle {
    /* Zero out the legacy Bootstrap top/bottom margin (and the
       ≤479px override that only zeroed margin-top, leaving an
       asymmetric margin-bottom) so the button's own box is
       perfectly centered by .navbar-header's flex align-items,
       instead of sitting visibly high. */
    margin: 0;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    /* The ≤1200px rule uses asymmetric 8px/6px top/bottom padding,
       which nudges the icon-bars above true center within the
       button itself. Even it out here. */
    padding: 7px 5px;
  }
  .search-side,
  .show-search,
  .show-search p {
    height: auto;
    width: auto;
  }
  .show-search p {
    font-size: 15px;
    background-color: #009999;
    color: #fff;
    border-left: none;
  }
  .show-search p:before {
    content: none;
  }
}

/* Speech-bubble callout pointing at the .ai-fab icon. Anchored off the
   icon's own real position (--ai-fab-size, from right:0) rather than a
   viewport percentage, so its tail lines up with the icon at any
   screen width instead of drifting. Sits in the right-hand slice of
   the banner, well clear of the hero copy on the left. */
.ai-callout {
  position: fixed;
  top: 90px;
  right: 12px;
  min-width: 220px;
  max-width: 320px;
  z-index: 99999999;
  background: #fff;
  color: #444;
  padding: 20px 24px;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(10,35,66,.32);
  font-size: 14.5px;
  line-height: 1.45;
  cursor: pointer;
  animation: aiCalloutIn 0.5s ease-out 0.4s both,
             aiCalloutGlow 2.6s ease-in-out 1.2s infinite;
}
.ai-callout strong {
  display: block;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.15;
  color: #009999;
  margin-bottom: 6px;
}
.ai-callout:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 4px 0 0 0;
}
@keyframes aiCalloutGlow {
  0%, 100% { box-shadow: 0 18px 44px rgba(10,35,66,.32), 0 0 0 0 rgba(0,153,153,.25); }
  50%      { box-shadow: 0 18px 44px rgba(10,35,66,.32), 0 0 0 8px rgba(0,153,153,.14); }
}
.ai-callout__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 36px;
  color: #999;
  cursor: pointer;
}
.ai-callout__close:hover {
  color: #0A2342;
}
@keyframes aiCalloutIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ai-callout.is-dismissed {
  display: none;
}
@media (max-width: 991px) {
  .ai-callout {
    display: none;
  }
}

/* Replaces the hero .scroll-hint on index.php - a pill inviting the
   visitor to the AI search page instead of a plain "scroll" cue. */
.ai-scroll-switch {
  position: absolute;
  bottom: clamp(1.5rem, 4vw, 3rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 9px 18px;
  border-radius: 30px;
  background: rgba(10,35,66,.45);
  border: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
  transition: all 0.3s ease-in-out;
  animation: aiSwitchPulse 2.4s ease-in-out infinite;
}
.ai-scroll-switch:hover {
  background: #009999;
  border-color: #009999;
  color: #fff;
}
.ai-scroll-switch i {
  font-size: 1.05rem;
}
@keyframes aiSwitchPulse {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-5px); }
}

/* ---------------- index-ai.php hero ---------------- */

.ai-hero {
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFBF8;
  padding: 12vh 5vw 8vh;
  overflow: hidden;
}
.ai-hero__inner {
  width: 100%;
  max-width: 780px;
  text-align: center;
}

.ai-icon-mark {
  position: relative;
  display: inline-flex;
  margin-bottom: 28px;
}
.ai-icon-mark img {
  width: 64px;
  height: 64px;
  animation: aiIconFloat 3s ease-in-out infinite;
}
.ai-icon-mark__spark {
  position: absolute;
  top: -6px;
  right: -10px;
  color: #009999;
  font-size: 20px;
  animation: aiSparkPulse 1.8s ease-in-out infinite;
}
@keyframes aiIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes aiSparkPulse {
  0%, 100% { opacity: .5; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.1); }
}

.ai-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 40px;
  padding: 7px 10px 7px 24px;
  box-shadow: 0 10px 30px rgba(10,35,66,.08);
  border: 1px solid #E6E8DE;
}
.ai-search-bar__plus {
  color: #999;
  font-size: 16px;
  flex-shrink: 0;
}
.ai-search-bar input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  font-family: "Raleway", sans-serif;
  background: transparent;
  padding: 10px 0;
}
.ai-search-bar input[type="text"]::placeholder {
  color: #999;
}
.ai-search-bar__send {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #009999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ai-search-bar__send:hover {
  background: #0A2342;
}

/* Speech bar - lets a visitor dictate their question instead of
   typing it. Feature-detected in JS; hidden entirely on browsers
   without the Web Speech API rather than showing a dead button. */
.ai-search-bar__mic {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
.ai-search-bar__mic:hover {
  color: #009999;
  background: rgba(0,153,153,.08);
}
.ai-search-bar__mic.is-listening {
  color: #fff;
  background: #E15C4F;
  animation: aiMicPulse 1.4s ease-in-out infinite;
}
.ai-search-bar__mic[hidden] {
  display: none;
}
@keyframes aiMicPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(225,92,79,.35); }
  50% { box-shadow: 0 0 0 8px rgba(225,92,79,0); }
}

/* Quick-links: a mild grid of NLP-style sample questions rather than
   big photo tiles - lower visual weight, smaller type, easy to scan. */
.ai-quick-links {
  width: 100%;
  max-width: 640px;
  margin: 34px auto 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.ai-quick-links.is-hidden {
  display: none;
}
.ai-quick-links__heading {
  margin: 0 0 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #999;
  text-align: left;
}
.ai-quick-links__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ai-quick-link {
  background: #fff;
  border: 1px solid #E6E8DE;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  text-align: left;
  transition: all 0.25s ease-in-out;
}
.ai-quick-link:hover {
  border-color: #009999;
  box-shadow: 0 8px 18px rgba(0,153,153,.12);
  transform: translateY(-1px);
}
.ai-quick-link__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0,153,153,.1);
  color: #009999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.ai-quick-link span:last-child {
  font-size: 12.5px;
  font-weight: 500;
  color: #444;
  line-height: 1.35;
}

.ai-chat-thread {
  display: none;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
  max-height: 46vh;
  overflow-y: auto;
  text-align: left;
  padding: 4px 4px 10px;
}
.ai-chat-thread.is-active {
  display: flex;
}
.ai-msg {
  display: flex;
}
.ai-msg--user {
  justify-content: flex-end;
}
.ai-msg--ai {
  justify-content: flex-start;
  width: 100%;
}
.ai-msg__bubble {
  max-width: 85%;
  padding: 12px 22px;
  /* Match the border-radius of the .ai-search-bar input above */
  border-radius: 20px;
  font-size: 14.5px;
  line-height: 1.6;
}
.ai-msg--user .ai-msg__bubble {
  background: #009999;
  color: #fff;
  border-bottom-right-radius: 10px;
}
/* Assistant replies read as plain text, no card behind them - only
   the contact-capture form (below) keeps a bubble treatment. */
.ai-msg--ai .ai-msg__bubble {
  background: none;
  border: none;
  color: #333;
  max-width: 100%;
  width: 100%;
  padding: 4px 0;
  border-radius: 0;
}
.ai-msg--ai .ai-msg__bubble p {
  margin: 0 0 12px;
}
.ai-msg--ai .ai-msg__bubble p:last-child {
  margin-bottom: 0;
}
.ai-msg--ai .ai-msg__bubble ul {
  margin: 0 0 12px;
  padding-left: 20px;
}
.ai-msg--ai .ai-msg__bubble ul:last-child {
  margin-bottom: 0;
}
.ai-msg--ai .ai-msg__bubble li {
  margin-bottom: 5px;
}
.ai-msg--ai .ai-msg__bubble li:last-child {
  margin-bottom: 0;
}
.ai-msg--ai .ai-msg__bubble strong {
  font-weight: 700;
  color: #1A1107;
}
.ai-msg--ai .ai-msg__bubble .ai-answer-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0A2342;
  line-height: 1.35;
  margin: 18px 0 8px;
}
.ai-msg--ai .ai-msg__bubble h4.ai-answer-heading {
  font-size: 18px;
}
.ai-msg--ai .ai-msg__bubble h5.ai-answer-heading {
  font-size: 15.5px;
}
/* Single "# Heading" lines read as a section eyebrow, same treatment
   as .section-eyebrow elsewhere on the site (small teal underlined
   label), just sized down to fit a chat reply. */
.ai-msg--ai .ai-msg__bubble .ai-answer-eyebrow {
  display: inline-block;
  color: #009999;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 2px 5px;
  border-bottom: 2px solid #009999;
  margin: 4px 0 10px;
}
.ai-msg--ai .ai-msg__bubble > *:first-child {
  margin-top: 0;
}

/* Sources: the whole block is collapsed behind one "Sources +/-"
   toggle. Clicking it reveals the actual source list, styled subtly
   (plain underlined text, not tag buttons) - hovering or clicking an
   individual source still opens its short preview popover underneath
   it, unchanged. */
.ai-msg__sources {
  margin-top: 12px;
}
.ai-sources-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #999;
  cursor: pointer;
}
.ai-sources-toggle:hover {
  color: #009999;
}
.ai-sources-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.ai-sources-list {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin-top: 8px;
}
.ai-msg__sources.is-open .ai-sources-list {
  display: flex;
}
.ai-source {
  position: relative;
}
.ai-source__trigger {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 11.5px;
  color: #009999;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.ai-source__trigger:hover,
.ai-source.is-open .ai-source__trigger {
  color: #0A2342;
}
.ai-source__popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  width: 240px;
  background: #fff;
  border: 1px solid #E6E8DE;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(10,35,66,.14);
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  /* Higher than .ai-composer's fixed z-index (9000) so the popover
     still shows above the search bar when a source link near the
     bottom of the chat thread is hovered. */
  z-index: 9500;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.ai-source:hover .ai-source__popover,
.ai-source.is-open .ai-source__popover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.ai-source__snippet {
  display: block;
  margin-bottom: 8px;
}
.ai-source__popover a {
  color: #009999;
  font-weight: 700;
  text-decoration: none;
}
.ai-source__popover a:hover {
  text-decoration: underline;
}

/* "Next Steps" call-to-action tags - shown under a reply that steers
   the visitor toward requesting a quote or contacting the team, so
   that suggestion is an actual clickable action instead of just text. */
.ai-msg__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ai-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
.ai-cta-btn--quote {
  background: #009999;
  color: #fff;
}
.ai-cta-btn--quote:hover {
  background: #0A2342;
  color: #fff;
}
.ai-cta-btn--whatsapp {
  background: rgba(37,211,102,.1);
  color: #1DA851;
  border: 1px solid rgba(37,211,102,.3);
}
.ai-cta-btn--whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}
.ai-cta-btn--contact {
  background: rgba(10,35,66,.06);
  color: #0A2342;
  border: 1px solid rgba(10,35,66,.16);
}
.ai-cta-btn--contact:hover {
  background: #0A2342;
  border-color: #0A2342;
  color: #fff;
}
.ai-cta-btn--linkedin {
  background: rgba(10,102,194,.08);
  color: #0A66C2;
  border: 1px solid rgba(10,102,194,.25);
}
.ai-cta-btn--linkedin:hover {
  background: #0A66C2;
  border-color: #0A66C2;
  color: #fff;
}

/* Inline contact-capture mini-form, shown inside a chat bubble when
   the assistant detects callback/quote intent. Unlike a plain answer,
   this keeps the card treatment so the form reads as one contained
   unit. */
.ai-msg--ai .ai-msg__bubble.ai-contact-prompt {
  background: #fff;
  border: 1px solid #E6E8DE;
  border-radius: 20px;
  border-bottom-left-radius: 10px;
  padding: 12px 22px;
  max-width: 85%;
  width: auto;
}
.ai-contact-prompt p {
  margin: 0 0 10px;
}
.ai-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ai-contact-form input {
  flex: 1 1 140px;
  min-width: 0;
  border: 1px solid #E6E8DE;
  background: #FAFBF8;
  border-radius: 40px;
  padding: 9px 16px;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  color: #333;
}
.ai-contact-form input:focus {
  outline: none;
  border-color: #009999;
}
.ai-contact-form button {
  flex: 0 0 auto;
  border: none;
  background: #009999;
  color: #fff;
  border-radius: 40px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.ai-contact-form button:hover {
  background: #0A2342;
}

.ai-typing {
  display: inline-flex;
  gap: 4px;
}
.ai-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #009999;
  animation: aiTypingBounce 1.2s infinite ease-in-out;
}
.ai-typing span:nth-child(2) { animation-delay: .15s; }
.ai-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes aiTypingBounce {
  0%, 80%, 100% { transform: translateY(0); opacity: .5; }
  40% { transform: translateY(-5px); opacity: 1; }
}

/* Bottom-left cluster: the "Unikelvin AI | unikelvin.com" switch and
   the disclaimer line sit side by side in one fixed bar, so they never
   collide with the composer above them and always stay reachable,
   during the splash screen and mid-conversation alike. */
.ai-bottom-bar {
  position: fixed;
  left: 20px;
  bottom: 16px;
  z-index: 9600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  max-width: calc(100vw - 40px);
}

/* "Unikelvin AI | unikelvin.com" switch - styled as a real sliding UX
   toggle: a two-cell track with a pill-shaped thumb sitting under
   "Unikelvin AI" (the current page). Hovering previews the swap by
   sliding the thumb over to "unikelvin.com", telegraphing what the
   click will do before the visitor commits. */
.ai-switch-pill {
  display: block;
  width: max-content;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0,0,0,.14);
  padding: 2px;
  flex-shrink: 0;
}
.ai-switch-pill__track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ai-switch-pill__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #009999;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}
.ai-switch-pill:hover .ai-switch-pill__thumb {
  transform: translateX(100%);
}
.ai-switch-pill__label {
  position: relative;
  z-index: 1;
  padding: 5px 9px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  color: #555;
  transition: color 0.35s ease;
}
.ai-switch-pill__label--on {
  color: #fff;
}
.ai-switch-pill:hover .ai-switch-pill__label--on {
  color: #555;
}
.ai-switch-pill:hover .ai-switch-pill__label--off {
  color: #fff;
}

/* One-line disclaimer next to the switch pill, with a CandyWrap
   design credit. */
.ai-disclaimer {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #999;
  white-space: nowrap;
}
.ai-disclaimer--brand {
  position: fixed;
  right: 20px;
  bottom: 16px;
  z-index: 9600;
}
.ai-disclaimer--brand a {
  font-weight: 700;
}
.ai-disclaimer a {
  color: #888;
  text-decoration: underline;
}
.ai-disclaimer a:hover {
  color: #009999;
}

/* ---- Claude-style "chatting" layout ----
   Before a first message, the hero is the vertically-centered splash
   screen above (unchanged). The moment a message is sent, index-ai.php
   adds .is-chatting to .ai-hero: the icon mark and quick links drop
   away, the thread grows down from the top of the page, and the
   composer docks near the bottom of the viewport - sitting just above
   the fixed .ai-bottom-bar so neither ever overlaps the other. */
.ai-hero.is-chatting {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  align-items: flex-start;
  overflow: visible;
  padding: calc(var(--ai-fab-size, 86px) + 32px) 5vw 180px;
}
.ai-hero.is-chatting .ai-icon-mark,
.ai-hero.is-chatting .ai-quick-links {
  display: none;
}
.ai-hero.is-chatting .ai-chat-thread {
  max-height: none;
  overflow: visible;
  margin-top: 0;
}
/* The composer's solid background runs all the way down to the
   viewport edge (bottom: 0, with padding reserving room for the
   switch-pill/disclaimer row that sits on top of it) rather than
   stopping short of it - otherwise the scrolling thread text would
   show through the gap between the search bar and the bottom bar. */
.ai-hero.is-chatting .ai-composer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: #FAFBF8;
  padding: 14px 5vw 58px;
}
.ai-hero.is-chatting .ai-composer .ai-search-bar {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .ai-hero {
    padding: 16vh 6vw 8vh;
  }
  .ai-quick-links__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ai-hero.is-chatting {
    padding: calc(var(--ai-fab-size, 86px) + 20px) 5vw 225px;
  }
  .ai-hero.is-chatting .ai-composer {
    padding-bottom: 82px;
  }
  .ai-bottom-bar {
    left: 14px;
    bottom: 12px;
    gap: 4px 10px;
  }
  .ai-disclaimer {
    white-space: normal;
    font-size: 10.5px;
  }
  .ai-disclaimer--brand {
    right: 14px;
    bottom: 12px;
  }
  .ai-switch-pill__label {
    padding: 4px 8px;
    font-size: 11.5px;
  }
}

/* ============================================================
   SECTION: Contact form enquiry/career toggle - click-based pill
   (not hover, like .ai-switch-pill) so the choice persists while
   filling out the form. Swaps the Company/Service fields for
   Position/Resume fields via JS in contact.php.
   ============================================================ */
.enquiry-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  background: #f2f4f1;
  border-radius: 999px;
  padding: 4px;
  margin: 0 auto 25px;
  width: 100%;
  max-width: 420px;
}
.enquiry-toggle__thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #009999;
  border-radius: 999px;
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}
.enquiry-toggle.is-career .enquiry-toggle__thumb {
  transform: translateX(100%);
}
.enquiry-toggle__btn {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  border-radius: 999px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.enquiry-toggle__btn.is-active {
  color: #fff;
}
@media (max-width: 480px) {
  .enquiry-toggle__btn {
    font-size: 11.5px;
    padding: 9px 6px;
  }
}
