/* LESS BUILD */
/*
  Color Mixins

  Example:
  #777777 lighten(@text-color, 46.5%)
  #bebebe lighten(@text-color, 74.5%)
*/
/* Bootstrap */
/* ====================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  
  ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}



/* PLugins */
/* ====================================================== */
/* Style */
/* ====================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding-top: 76px;
  font-family: 'roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8a8a92;
  background-color: #ffffff;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
			  background: #FFF;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
	color: #000000;
	margin-bottom: 4px !important;
}

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

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



@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  color: #333333;
}
h4 {
  font-size: 16px;
}
a {
  font-family: 'roboto';
  font-weight: 700;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* TYPOGRAPHY */
/* FORMS */
.default-form input {
  padding: 6px 10px;
  width: 100%;
  height: 39px;
  border: 1px solid #e0e0e0;
}
.default-form input:focus {
  border: 1px solid #bfbfbf;
}
.default-form textarea {
  padding: 6px 10px;
  width: 100%;
  height: 95px;
  border: 1px solid #e0e0e0;
}
.default-form textarea:focus {
  border: 1px solid #bfbfbf;
}
.default-form .fa {
  position: absolute;
  width: 35px;
  height: 30px;
  right: 0;
  top: 5px;
  text-align: center;
  line-height: 30px;
  color: #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.default-form .button {
  padding: 10px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
/* BUTTONS */
/* HEADER */
#header {
  position: fixed;
  padding: 18px 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #header {
    position: relative;
  }
}
#header .logo {
  float: left;
}
#header .logo img {
  display: block;
  width: 180px;
}
#header .logo span {
  margin-top: 2px;
  display: block;
  font-size: 12px;
  color: #979292;
  letter-spacing: 0.065rem;
}
#header .navigation {
  float: right;
}
#header .navigation li {
  margin-left: 30px;
  display: inline-block;
  line-height: 40px;
}
#header .navigation li a {
  color: #979292;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
#header .navigation li a:hover {
  color: #555;
}
#header .navigation li a.cta-button {
  padding: 12px 30px;
  color: #ffffff;
  background: #e72f29;
}
#header .navigation li a.cta-button:hover {
  background: #c71c16;
}
@media (max-width: 768px) {
  #header .navigation li a.cta-button {
    display: none;
  }
}
#header .navigation .toggleMenu {
  padding: 5px 0 5px 5px;
  line-height: 32px;
  cursor: pointer;
  display: none;
}
#header .navigation .toggleMenu i {
  color: #333333;
  font-size: 21px;
}
@media (max-width: 768px) {
  #header .navigation ul {
    position: absolute;
    top: 60px;
    left: -15px;
    right: -15px;
    display: none;
    z-index: 9999;
  }
  #header .navigation ul li {
    padding: 0 30px;
    margin: 0;
    display: block;
    background: #ffffff;
  }
  #header .navigation .toggleMenu {
    display: block;
  }
}
/* FOOTER */
#footer {
  position: relative;
  padding: 70px 0;
  text-align: center;
}
#footer .copyrights {
  margin: 0 0 15px 0;
}
#footer .short-nav {
  position: relative;
  margin-bottom: 30px;
}
#footer .short-nav li {
  margin: 0 5px;
  display: inline-block;
}
#footer .short-nav li a {
  color: #979292;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
#footer .short-nav li a:hover {
  color: #555;
}
#footer .social {
  position: relative;
  margin: 0;
}
#footer .social li {
  margin: 0 5px;
  display: inline-block;
}
#footer .social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #f5f5f5;
  color: #333333;
  border: 1px solid #e0e0e0;
}
#footer .social li a:hover {
  background: #e8e8e8;
}
/* WIDGETS */
/* SHORTCODES */
.custom-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lead {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.5em;
}
.preamble {
  margin-bottom: 50px;
  text-align: center;
}
.preamble h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
}
.preamble p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}
/* INTRO */
.intro {
  position: relative;
  padding: 70px 0 0 0;
  background: -webkit-linear-gradient(90deg, #085078 10%, #85d8ce 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #085078 10%, #85d8ce 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #085078 10%, #85d8ce 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #085078 10%, #85d8ce 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #085078 10%, #85d8ce 90%);
  /* W3C */
}
.intro .video {
  width: 680px;
}

#warning {
  padding: 70px 0 40px 0;
  background: #e72f29;
  border-bottom: 1px solid #e0e0e0;
}

.warning .preamble {
  margin-bottom: 50px;
  text-align: center;
}
.warning .preamble h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
.warning .preamble .lead {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  color: #ffffff;
}

.yellow-font {
	color: #FFCC00; 
	}
	
.green-font {
	color: #6EDE44; 
	}
	
.redlogo-font {
	color: #ED2024; 
	}

.red-font {
	color: red; 
	font-style: italic; 
	font-weight: bold
	}
	
.red-bg {
	background: #e72f29; 
	padding: 0px 10px;
	color: #FFFFFF;
}

.black-bg {
	background: #000000; 
	padding: 0px 10px;
	color: #FFFFFF;
}

.green-font {
	color: #6ebe44;
}

.client-logo {
	margin-top: 8px;
	margin-bottom: 8px;	
	
}

.client-logo img {
	border: 1px solid #DDDDDD;
}

#reason {
	padding: 70px 0 40px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;	
}

.reason {
	text-align: center;	
}

#senjata {
  padding: 70px 0 40px 0;
  background: #1c1c1c;
  border-bottom: 1px solid #e0e0e0;
}

.senjata .preamble {
  margin-bottom: 50px;
  text-align: center;
}
.senjata .preamble h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
.senjata .preamble .lead {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  color: #ffffff;
}

#rahsia {
  padding: 70px 0 40px 0;
  background: #1c1c1c;
  border-bottom: 1px solid #e0e0e0;
}

.rahsia .preamble {
  margin-bottom: 50px;
  text-align: center;
}
.rahsia .preamble h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
.rahsia .preamble .lead {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  color: #ffffff;
}

#okaylah {
  padding: 70px 0 40px 0;
  background: #1c1c1c;
  border-bottom: 1px solid #e0e0e0;
}

.okaylah .preamble {
  margin-bottom: 50px;
  text-align: center;
}
.okaylah .preamble h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
.okaylah .preamble .lead {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  color: #ffffff;
}


.button {
	padding: 15px 0;
    text-align: center;
}

.button a {
    margin: 0 auto;
    display: inline-block;
    padding: 10px 30px;
    color: #000000;
    text-align: center;
    background: #ffcc00;
    text-transform: uppercase;
    text-decoration: none;
	cursor: pointer;
	font-size: 2em;
}

.button a:hover {
  background: #c71c16;
  color: #FFFFFF;
}




@media (max-width: 1200px) {
  .intro .video {
    width: 480px;
  }
}
@media (max-width: 992px) {
  .intro .video {
    width: 100%;
    margin-bottom: 30px;
  }
}
.intro .form {
  width: 400px;
}


.form-horizontal .control-label {
	color: #000 !important;
}

.form-input-field {
	margin: 5px 0px;
} 

@media (max-width: 992px) {
  .intro .form {
    width: 100%;
  }
}
.intro .preamble {
  margin-bottom: 50px;
  text-align: center;
}
.intro .preamble h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
.intro .preamble .lead {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  color: #ffffff;
}
.intro .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
@media (max-width: 1200px) {
  .intro .videoWrapper {
    height: 409px;
  }
}
@media (max-width: 992px) {
  .intro .videoWrapper {
    height: auto;
  }
}
.intro .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.intro .form-box {
  padding: 10px 30px 25px 30px;
  background: #ffffff;
}
.intro .form-box h4 {
  display: block;
  padding: 15px 0 5px 0;
  margin-top: 0;
  margin-bottom: 0;
  background: none repeat scroll 0% 0% transparent;
  font-size: 21px;
}
.intro .form-box .form-row {
  position: relative;
}
.intro .form-box .button {
  display: block;
  background: #e72f29;
  border: none;
  width: 100%;
  cursor: pointer;
  font-family: "roboto";
  font-weight: 700;
}
.intro .form-box .button:hover {
  background: #c71c16;
}
/* FEATURES */
#features {
  padding: 70px 0 40px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
#features .feature {
  position: relative;
  margin-bottom: 30px;
}
#features .feature h4 {
  margin: 0 0 10px 5px;
  display: inline-block;
}
#features .feature p {
  margin: 0;
}
.tour {
  padding: 70px 0 0 0;
}
.tour .tour-inner {
  margin-bottom: 70px;
  display: block;
  width: 100%;
  float: left;
}
.tour .tour-inner h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
}
.tour .tour-inner img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .tour .tour-inner img {
    margin-bottom: 20px;
  }
}
.tour .tour-inner ul li {
  line-height: 24px;
}
.tour .tour-inner ul li span {
  margin-left: 5px;
}
/* PRICING */
.pricing {
  padding: 70px 0;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
}
.pricing .pricing-inner {
  margin: 0 15px;
}
.pricing .pricing-box {
  padding: 0;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  border-right: none;
}
.pricing .pricing-box:last-child {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .pricing .pricing-box {
    margin-bottom: 30px;
  }
}
.pricing .pricing-box.special {
  border-top: none;
  border-left: none;
}
.pricing .pricing-box.special .list-features {
  border: 1px solid #e0e0e0;
  border-right: none;
}
.pricing .pricing-box.special .list-features li:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .pricing .pricing-box.special {
    display: none;
  }
}
.pricing .pricing-box.pricing-premium {
  margin-top: -5px;
}
.pricing .pricing-box.pricing-premium .pricing-header {
  padding: 25px 0;
}
.pricing .pricing-header {
  padding: 15px 0;
  background: #333333;
  text-align: center;
}
.pricing .pricing-header h4 {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.pricing .pricing-header.special {
  background: transparent;
}
.pricing .pricing-header.special h2 {
  margin: 56px 0 0 0;
  font-size: 32px;
}
.pricing .pricing-cost {
  padding: 15px 0;
  text-align: center;
  background: #ebebeb;
}
.pricing .pricing-cost h2 {
  margin: 0;
  font-size: 34px;
}
.pricing .list-features {
  padding: 5px 20px 0 20px;
  background: #ffffff;
}
.pricing .list-features li {
  padding: 9px 0;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.pricing .list-features li span {
  display: none;
}
@media (max-width: 992px) {
  .pricing .list-features li span {
    margin-left: 5px;
    display: inline-block;
  }
}
.pricing .button {
  padding: 15px 0;
  text-align: center;
  background: #ffffff;
}
.pricing .button a {
  margin: 0 auto;
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  background: #e72f29;
  text-transform: uppercase;
  text-decoration: none;
}
.pricing .button a:hover {
  background: #c71c16;
}
/* FAQ */
.faq {
  position: relative;
  padding: 70px 0 40px 0;
}
.faq .question {
  margin-bottom: 30px;
}
.faq .question h4 {
  margin: 0 0 10px 0;
}
.faq .question p {
  margin: 0 0 10px 0;
}
/* CLIENTS */
.clients {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
}
.clients .owl-item {
  text-align: center;
}






