/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover, .owl-carousel .owl-video-play-icon:focus {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent; }

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

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

b,
strong {
  font-weight: 700; }

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"] {
  -moz-box-sizing: border-box;
       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;
       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: 700; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]: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; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus,
a.bg-danger:focus {
  background-color: #e4b9b9; }

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

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .btn-default:active:focus, .btn-default.active:focus, .open > .btn-default.dropdown-toggle:focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus, .btn-success:active:focus, .btn-success.active:focus, .open > .btn-success.dropdown-toggle:focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus, .btn-info:active:focus, .btn-info.active:focus, .open > .btn-info.dropdown-toggle:focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus, .btn-warning:active:focus, .btn-warning.active:focus, .open > .btn-warning.dropdown-toggle:focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus, .btn-danger:active:focus, .btn-danger.active:focus, .open > .btn-danger.dropdown-toggle:focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:focus {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:focus {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .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, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .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 #ddd; }
  .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, .nav-tabs > li > a:focus {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus, .label-primary[href]:focus {
    background-color: #286090; }

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

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

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

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

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

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

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal; }

.fa {
  display: inline-block;
  font: 400 normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

body {
  font-family: "Titillium Web", sans-serif;
  background-color: #f7f7f7; }

.button--line {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #999999;
  text-decoration: none;
  transition: all 0.5s; }
  .button--line:hover, .button--line:focus {
    text-decoration: none; }
  .button--line.button--md {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 18px; }
    .button--line.button--md i {
      font-size: 14px;
      margin-right: 4px; }
  .button--line.button--primary {
    border-color: #f15c22;
    color: #f15c22; }
    .button--line.button--primary:hover, .button--line.button--primary:focus {
      background-color: #f15c22;
      color: #ffffff; }
      .button--line.button--primary:hover i, .button--line.button--primary:focus i {
        color: #ffffff; }

.header--top {
  background-color: #333333;
  height: 60px;
  color: #ffffff; }
  @media (max-width: 767px) {
    .header--top {
      height: 30px; } }
  .header--top--content {
    padding-top: 18px;
    padding-left: 175px; }
    @media (max-width: 1199px) {
      .header--top--content {
        padding-left: 155px; } }
    @media (max-width: 991px) {
      .header--top--content {
        text-align: right;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .header--top--content {
        padding-top: 2px; } }
    @media (max-width: 480px) {
      .header--top--content {
        text-align: center; } }
  .header--top a:hover, .header--top a:focus {
    color: #f15c22; }
  .header--top--tracking {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px; }
    .header--top--tracking a {
      color: #FFF;
      padding-right: 20px; }
      .header--top--tracking a:hover, .header--top--tracking a:focus {
        text-decoration: none; }
  .header--top--contact {
    display: inline-block;
    vertical-align: middle; }
    .header--top--contact span {
      margin-left: 30px; }
      @media (max-width: 480px) {
        .header--top--contact span {
          margin: 0 10px; } }
    .header--top--contact i {
      font-size: 14px;
      margin-right: 7px; }
    .header--top--contact strong {
      font-weight: 400;
      font-size: 12px; }
  .header--top--language, .header--top--social {
    display: inline-block;
    vertical-align: middle; }
    .header--top--language a, .header--top--social a {
      font-size: 12px;
      color: #ffffff;
      margin-left: 8px; }
  .header--top--social {
    margin-left: 50px; }
  .header--top--language {
    margin-left: 30px; }
    .header--top--language a.active {
      background-color: #f15c22;
      color: #FFF;
      padding: 5px;
      border-radius: 2px; }

.header--main {
  height: 77px;
  background-color: #005eab; }
  @media (max-width: 767px) {
    .header--main {
      height: 60px; } }
  .header--main > .container {
    position: relative; }
  .header--main--content {
    position: relative;
    padding-top: 28px; }
    @media (max-width: 767px) {
      .header--main--content {
        padding: 0; } }
  .header--main--title {
    width: 170px;
    height: 137px;
    position: absolute;
    top: -80px;
    left: 0; }
    @media (max-width: 767px) {
      .header--main--title {
        height: 130px;
        width: 130px;
        top: -65px; } }
    @media (max-width: 480px) {
      .header--main--title {
        height: 60px;
        overflow: hidden;
        top: 0; }
        .header--main--title h1 {
          margin: 0; } }
    .header--main--title img {
      height: 100%; }
      @media (max-width: 767px) {
        .header--main--title img {
          height: auto;
          width: 100%; } }
      @media (max-width: 480px) {
        .header--main--title img {
          margin-top: -23px; } }
  .header--main--nav {
    padding-left: 190px;
    float: left; }
    @media (max-width: 1199px) {
      .header--main--nav {
        padding-left: 170px; } }
    @media (max-width: 991px) {
      .header--main--nav {
        display: none; } }
    .header--main--nav .nav--menus {
      padding: 0;
      margin: 0;
      list-style: none; }
      .header--main--nav .nav--menus li {
        margin: 0;
        padding: 0; }
      .header--main--nav .nav--menus li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        position: relative; }
        @media (max-width: 1199px) {
          .header--main--nav .nav--menus li {
            padding-left: 10px;
            padding-right: 10px; } }
        .header--main--nav .nav--menus li a {
          display: block;
          text-transform: uppercase;
          color: #ffffff;
          text-decoration: none;
          font-size: 13px; }
          .header--main--nav .nav--menus li a:hover, .header--main--nav .nav--menus li a:focus, .header--main--nav .nav--menus li a:focus {
            text-decoration: none;
            outline: 0 none;
            color: #abcff3; }
          .header--main--nav .nav--menus li a i {
            padding-left: 5px; }
        .header--main--nav .nav--menus li.nav--active a {
          color: #abcff3; }
    .header--main--nav .nav--submenu {
      display: none;
      padding: 0;
      margin: 0;
      list-style: none;
      position: absolute;
      min-width: 240px;
      z-index: 10;
      padding-top: 30px;
      left: 0;
      right: auto; }
      .header--main--nav .nav--submenu li {
        margin: 0;
        padding: 0; }
      .header--main--nav .nav--submenu li {
        display: block;
        background-color: #005eab; }
        .header--main--nav .nav--submenu li a {
          padding: 12px 25px;
          border-bottom: 1px solid #094a81;
          position: relative;
          color: #ffffff !important; }
          .header--main--nav .nav--submenu li a:hover, .header--main--nav .nav--submenu li a:focus {
            color: #abcff3 !important; }
        .header--main--nav .nav--submenu li:first-child a:before {
          content: '';
          width: 60%;
          height: 3px;
          background-color: #f7793b;
          position: absolute;
          left: 0;
          top: -3px; }
        .header--main--nav .nav--submenu li:last-child a {
          border-bottom: 0 none; }
  .header--main .navbar-toggle {
    float: right;
    color: #ffffff;
    cursor: pointer;
    margin: -5px 0 0 45px;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .header--main .navbar-toggle {
        margin: 15px 0 0 0; } }
    .header--main .navbar-toggle:hover, .header--main .navbar-toggle:focus, .header--main .navbar-toggle:focus {
      color: #333333; }
    .header--main .navbar-toggle i {
      font-size: 28px; }
  .header--main--search {
    float: right;
    width: 170px;
    position: relative;
    margin-top: -7px; }
    @media (max-width: 1199px) {
      .header--main--search {
        width: 140px; } }
    @media (max-width: 991px) {
      .header--main--search {
        width: 50%;
        float: right; } }
    .header--main--search .form--input {
      width: 170px;
      position: relative; }
      @media (max-width: 1199px) {
        .header--main--search .form--input {
          width: 140px; } }
      @media (max-width: 991px) {
        .header--main--search .form--input {
          width: 100%; } }
      .header--main--search .form--input--icon {
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        top: 6px;
        left: 10px; }
    .header--main--search .form--control {
      border: 1px solid #9dc5e3;
      background-color: #005eab;
      border-radius: 5px;
      height: 32px;
      line-height: 32px;
      width: 100%;
      color: #ffffff;
      padding-left: 32px;
      padding-right: 10px; }

.header--mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  background-color: #005dab;
  color: #ffffff;
  z-index: 99999;
  transform: translateX(200%);
  transition: all 0.6s; }
  @media (max-width: 480px) {
    .header--mobile {
      width: 95%; } }
  .header--mobile._open {
    transform: translateX(0); }
  .header--mobile--content {
    padding: 20px 30px; }
    .header--mobile--content .header--top--language {
      float: right;
      margin-top: 15px; }
  .header--mobile--header {
    padding-bottom: 18px;
    border-bottom: 2px solid #ffffff;
    position: relative; }
    .header--mobile--header h2 {
      font-size: 24px;
      line-height: 28px;
      margin: 0;
      font-weight: 200; }
  .header--mobile--close {
    position: absolute;
    top: 0;
    right: 0; }
    .header--mobile--close a {
      display: inline-block;
      width: 32px;
      height: 32px;
      text-indent: -9999px;
      background: url("../images/icon--close.png") no-repeat 0 0;
      background-size: contain; }
  .header--mobile--nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0px 0 10px; }
    .header--mobile--nav ul li {
      margin: 0;
      padding: 0; }
    .header--mobile--nav ul li {
      position: relative; }
      .header--mobile--nav ul li:last-child {
        padding-bottom: 0; }
      .header--mobile--nav ul li a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 0;
        border-bottom: 1px solid #0f6dbc;
        transition: all 0.4s; }
        .header--mobile--nav ul li a:hover, .header--mobile--nav ul li a:focus {
          text-decoration: none;
          color: #8bb4e8;
          border-color: #f7793b; }
  .header--mobile .header--main--search {
    margin-top: 15px;
    width: 100%;
    float: none; }
    .header--mobile .header--main--search .form--control {
      height: 36px;
      line-height: 36px; }
    .header--mobile .header--main--search .form--input--icon {
      top: 8px; }
  .header--mobile .header--top--social {
    margin-left: 0;
    margin-top: 15px; }
    .header--mobile .header--top--social a {
      margin-left: 0;
      margin-right: 15px;
      font-size: 16px; }
  .header--mobile--overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99990;
    display: none;
    opacity: 0; }
    .header--mobile--overlay._open {
      opacity: 1; }

.footer--inner {
  background-color: #005dab;
  color: #ffffff;
  padding: 20px 0 100px;
  background: #005dab url(../images/footer-tristar-3.png) no-repeat;
  background-size: 100%;
  background-position: bottom center; }
  @media (max-width: 991px) {
    .footer--inner {
      padding: 20px 0 80px; } }
  @media (max-width: 480px) {
    .footer--inner {
      padding: 20px 0 40px; } }

.footer--logo {
  width: 125px;
  float: left; }
  .footer--logo img {
    max-width: 100%; }
  @media (max-width: 991px) {
    .footer--logo {
      width: 100%;
      text-align: center; } }

.footer--nav {
  float: right;
  text-align: right;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .footer--nav {
      width: 100%;
      text-align: center;
      float: left; } }
  .footer--nav .nav__main {
    display: inline-block; }
  .footer--nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer--nav ul li {
      margin: 0;
      padding: 0; }
    .footer--nav ul li {
      display: inline-block;
      padding-right: 35px; }
      @media (max-width: 767px) {
        .footer--nav ul li {
          margin: 5px 15px;
          padding: 0; } }
      @media (max-width: 480px) {
        .footer--nav ul li {
          margin: 5px 10px; } }
      .footer--nav ul li a {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600; }
        .footer--nav ul li a:hover, .footer--nav ul li a:focus {
          text-decoration: none;
          color: #a5d6ff; }

.footer--social {
  display: inline-block; }
  @media (max-width: 767px) {
    .footer--social {
      float: none;
      text-align: center;
      margin-top: 10px; } }
  .footer--social ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer--social ul li {
      margin: 0;
      padding: 0; }
    .footer--social ul li {
      display: inline-block;
      padding-left: 10px; }
      .footer--social ul li:first-child {
        padding-left: 0; }
      .footer--social ul li a {
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600; }
        @media (max-width: 767px) {
          .footer--social ul li a {
            font-size: 20px; } }
        .footer--social ul li a:hover, .footer--social ul li a:focus {
          text-decoration: none;
          color: #a5d6ff; }

.footer--copyright p {
  text-align: left;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .footer--copyright p {
      text-align: center; } }

.home__service--desc {
  background-color: #ffffff; }
  .home__service--desc .service--list {
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px 35px;
    background-color: #ffffff;
    margin-top: -100px; }
    @media (max-width: 991px) {
      .home__service--desc .service--list {
        padding: 20px;
        margin-top: 0; } }
    @media (max-width: 480px) {
      .home__service--desc .service--list {
        height: 260px;
        padding: 20px; } }
    .home__service--desc .service--list:before {
      content: '';
      width: 1px;
      height: 100px;
      background-color: #c6c5c4;
      position: absolute;
      right: 0;
      top: 30%; }
    .home__service--desc .service--list .service--icon--motor, .home__service--desc .service--list .service--icon--mobil, .home__service--desc .service--list .service--icon--truck {
      background: url(../images/service-icon.png) no-repeat;
      background-position: 0 0;
      width: 50px;
      height: 41px;
      background-size: cover;
      margin: auto; }
    .home__service--desc .service--list .service--icon--mobil {
      background-size: cover;
      background-position: -50px 0; }
    .home__service--desc .service--list .service--icon--truck {
      background-size: cover;
      background-position: 100% 0; }
    .home__service--desc .service--list h3 {
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #2b2b2b;
      margin-bottom: 20px; }
    .home__service--desc .service--list p {
      font-size: 13px;
      line-height: 20px;
      color: #797979;
      max-height: 120px;
      overflow: hidden; }
    .home__service--desc .service--list:last-child:before {
      display: none; }
    .home__service--desc .service--list:first-child {
      background-color: #075b9a;
      color: #ffffff;
      text-align: left;
      padding: 60px 30px; }
      @media (max-width: 991px) {
        .home__service--desc .service--list:first-child {
          height: 175px;
          padding: 15px;
          padding-right: 50px; } }
      .home__service--desc .service--list:first-child:before {
        display: none; }
      .home__service--desc .service--list:first-child h2 {
        font-size: 26px;
        line-height: 32px;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        font-weight: 700; }
        @media (max-width: 767px) {
          .home__service--desc .service--list:first-child h2 {
            font-size: 22px; } }
        .home__service--desc .service--list:first-child h2:before {
          width: 30px;
          height: 8px;
          position: absolute;
          background-color: #3a7bd5;
          content: '';
          bottom: -30px; }
      .home__service--desc .service--list:first-child a {
        width: 100%;
        background-color: #f15c22;
        color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
        transition: 0.3s; }
        .home__service--desc .service--list:first-child a i {
          padding-left: 5px; }
        .home__service--desc .service--list:first-child a:hover, .home__service--desc .service--list:first-child a:focus {
          text-decoration: none; }
        @media (max-width: 767px) {
          .home__service--desc .service--list:first-child a {
            padding: 15px; } }

.home__intro {
  overflow: hidden; }
  .home__intro--slider {
    width: 100%;
    height: 80vh;
    position: relative; }
    @media (max-width: 991px) {
      .home__intro--slider {
        height: auto; }
        .home__intro--slider ul.slick-dots {
          padding: 0;
          margin: 0;
          list-style: none;
          position: absolute;
          bottom: 15px;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center; }
          .home__intro--slider ul.slick-dots li {
            margin: 0;
            padding: 0; }
          .home__intro--slider ul.slick-dots li {
            display: inline-block;
            width: 13px;
            height: 13px;
            overflow: hidden;
            margin-left: 5px;
            margin-right: 5px;
            border-radius: 50%;
            border: 1px solid #ffffff; }
            .home__intro--slider ul.slick-dots li.slick-active {
              background-color: #ffffff; }
            .home__intro--slider ul.slick-dots li button {
              display: none; } }
    @media (max-width: 480px) {
      .home__intro--slider {
        height: 60vh; } }
    .home__intro--slider .slider--wrapper {
      width: 100%;
      height: 80vh;
      position: relative; }
      @media (max-width: 991px) {
        .home__intro--slider .slider--wrapper {
          height: auto; } }
      @media (max-width: 480px) {
        .home__intro--slider .slider--wrapper {
          height: 60vh; } }
    .home__intro--slider .slider--caption {
      position: absolute;
      width: auto;
      top: 20%;
      margin: auto;
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffffff;
      padding: 30px;
      padding-right: 10%;
      z-index: 9; }
      @media (max-width: 767px) {
        .home__intro--slider .slider--caption {
          padding: 10px 20px;
          left: 30px; } }
      @media (max-width: 480px) {
        .home__intro--slider .slider--caption {
          left: 0;
          right: 0;
          width: 90%; }
          .home__intro--slider .slider--caption p {
            font-size: 12px; } }
      .home__intro--slider .slider--caption h2 {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .home__intro--slider .slider--caption h2 {
            font-size: 24px; } }
        @media (max-width: 480px) {
          .home__intro--slider .slider--caption h2 {
            font-size: 17px;
            margin: 10px 0; } }
      .home__intro--slider .slider--caption a {
        position: absolute;
        background-color: #f15c22;
        color: #ffffff;
        padding: 10px 15px;
        left: 0;
        bottom: -40px;
        transition: 0.3s; }
        .home__intro--slider .slider--caption a i {
          padding-left: 5px; }
        .home__intro--slider .slider--caption a:hover, .home__intro--slider .slider--caption a:focus {
          text-decoration: none;
          background-color: #075b9a; }
        @media (max-width: 480px) {
          .home__intro--slider .slider--caption a {
            font-size: 12px;
            bottom: -37px; } }
    .home__intro--slider .slider--img {
      position: absolute;
      height: 80vh;
      width: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
      .home__intro--slider .slider--img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 991px) {
        .home__intro--slider .slider--img {
          position: relative;
          height: auto; } }
      @media (max-width: 480px) {
        .home__intro--slider .slider--img {
          height: 60vh;
          position: relative; }
          .home__intro--slider .slider--img img {
            height: 60vh; } }
    .home__intro--slider .slick-arrow {
      position: absolute;
      z-index: 9;
      top: 50%;
      background-color: transparent;
      border: 0 none;
      width: 40px;
      height: 30px;
      overflow: hidden;
      line-height: 6;
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.7);
      transition: 0.3s; }
      @media (max-width: 767px) {
        .home__intro--slider .slick-arrow {
          width: 30px; } }
      @media (max-width: 480px) {
        .home__intro--slider .slick-arrow {
          top: auto;
          bottom: 20%; } }
      .home__intro--slider .slick-arrow:before {
        font-family: "FontAwesome";
        content: "";
        font-size: 20px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        line-height: 30px;
        color: #ffffff;
        top: 0; }
      .home__intro--slider .slick-arrow:focus, .home__intro--slider .slick-arrow:hover, .home__intro--slider .slick-arrow:focus {
        outline: 0 none;
        background-color: #000000; }
      .home__intro--slider .slick-arrow.slick-prev {
        left: 15px; }
        @media (max-width: 480px) {
          .home__intro--slider .slick-arrow.slick-prev {
            left: 5%; } }
        .home__intro--slider .slick-arrow.slick-prev:before {
          content: ""; }
      .home__intro--slider .slick-arrow.slick-next {
        right: 15px; }
        @media (max-width: 480px) {
          .home__intro--slider .slick-arrow.slick-next {
            right: 5%; } }

.home__about {
  background-color: #e9e9e9; }
  @media (max-width: 991px) {
    .home__about {
      padding: 20px 0 1px; } }
  .home__about--main, .home__about--armada {
    position: relative; }
  .home__about--armada .home__about--thumb {
    text-align: left; }
  .home__about--armada .col-md-6 {
    float: right; }
  .home__about--thumb {
    text-align: right; }
    .home__about--thumb--inner {
      display: inline-block;
      width: 50%;
      height: auto; }
      @media (max-width: 991px) {
        .home__about--thumb--inner {
          display: block;
          width: 750px;
          margin: auto; } }
      @media (max-width: 767px) {
        .home__about--thumb--inner {
          width: 100%; } }
      .home__about--thumb--inner img {
        width: 100%; }
  .home__about--content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px; }
    @media (max-width: 991px) {
      .home__about--content {
        position: relative;
        top: auto;
        margin-bottom: 20px; } }
    .home__about--content .col-md-6 {
      padding: 0; }
    .home__about--content--main {
      width: 100%;
      height: 360px;
      background-color: #ffffff;
      padding: 40px 30px; }
      @media (max-width: 991px) {
        .home__about--content--main {
          height: auto; } }
      @media (max-width: 767px) {
        .home__about--content--main {
          padding: 20px; } }
  .home__about--title {
    font-size: 32px;
    text-transform: uppercase;
    color: #075b9a;
    margin: 0 0 25px;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .home__about--title {
        font-size: 26px; } }
    .home__about--title:after {
      content: "";
      width: 75px;
      height: 2px;
      background-color: #075b9a;
      position: absolute;
      bottom: 0;
      left: 0; }
  .home__about--info {
    font-size: 17px;
    color: #000000;
    line-height: 24px; }
    .home__about--info p {
      padding-bottom: 25px; }

.home__client {
  background-color: #ffffff;
  padding: 40px 0 70px; }
  .home__client h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #075b9a; }
  .home__client .client--logo--wrapper {
    margin-top: 40px; }
    .home__client .client--logo--wrapper .client--logo {
      height: 6vw; }
      @media (max-width: 767px) {
        .home__client .client--logo--wrapper .client--logo {
          height: 10vw; } }
      @media (max-width: 480px) {
        .home__client .client--logo--wrapper .client--logo {
          height: 20vw;
          padding: 15px 30px; } }
      .home__client .client--logo--wrapper .client--logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: 50% 50%; }
  .home__client .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 30%;
    background-color: transparent;
    border: 0 none;
    width: 40px;
    height: 30px;
    overflow: hidden;
    line-height: 6;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s; }
    @media (max-width: 767px) {
      .home__client .slick-arrow {
        width: 30px; } }
    .home__client .slick-arrow:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 20px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      line-height: 30px;
      color: #ffffff;
      top: 0; }
    .home__client .slick-arrow:focus, .home__client .slick-arrow:hover, .home__client .slick-arrow:focus {
      outline: 0 none;
      background-color: #000000; }
    .home__client .slick-arrow.slick-prev {
      left: -30px; }
      @media (max-width: 991px) {
        .home__client .slick-arrow.slick-prev {
          left: 15px; } }
      @media (max-width: 480px) {
        .home__client .slick-arrow.slick-prev {
          left: 5%; } }
      .home__client .slick-arrow.slick-prev:before {
        content: ""; }
    .home__client .slick-arrow.slick-next {
      right: -30px; }
      @media (max-width: 991px) {
        .home__client .slick-arrow.slick-next {
          right: 15px; } }
      @media (max-width: 480px) {
        .home__client .slick-arrow.slick-next {
          right: 5%; } }

.home__testimony .section--inner {
  background: url("../images/home__testimony--bg.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 60px 0 80px; }

.home__testimony--title {
  text-transform: uppercase;
  margin: 0 0 80px;
  text-align: center;
  font-size: 30px;
  font-weight: 600; }

.home__testimony--content {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 0 40px;
  min-height: 155px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home__testimony--content {
      padding: 0 20px;
      min-height: auto; } }

.home__testimony--user {
  padding: 0 40px; }
  @media (max-width: 767px) {
    .home__testimony--user {
      padding: 0 20px; } }
  .home__testimony--user--photo {
    float: left; }
  .home__testimony--user--info {
    margin-left: 78px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase; }

.home__testimony--slider .owl-nav > div {
  font-size: 28px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px; }

.home__testimony--slider .owl-nav .owl-next {
  right: 0; }

.home__testimony--slider .owl-nav .owl-prev {
  left: 0; }

.home__news {
  background-color: #eaeaea;
  padding: 80px 0 55px; }
  @media (max-width: 767px) {
    .home__news {
      padding: 50px 0; } }
  .home__news h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #0f0f0f;
    margin: 0; }
  .home__news--wrapper {
    margin: 55px 0; }
    @media (max-width: 991px) {
      .home__news--wrapper > .row {
        margin: 0; } }
  .home__news--list {
    padding: 15px; }
    @media (max-width: 767px) {
      .home__news--list {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 480px) {
      .home__news--list {
        display: block; } }
    .home__news--list .list--img {
      height: 300px;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .home__news--list .list--img {
          height: 200px; } }
      @media (max-width: 991px) {
        .home__news--list .list--img {
          width: 40%;
          float: left;
          height: 150px; } }
      @media (max-width: 480px) {
        .home__news--list .list--img {
          width: 100%; } }
      .home__news--list .list--img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home__news--list .list--desc {
      background-color: #ffffff;
      padding: 30px 40px; }
      @media (max-width: 1199px) {
        .home__news--list .list--desc {
          padding: 20px; } }
      @media (max-width: 991px) {
        .home__news--list .list--desc {
          width: 60%;
          float: left;
          height: 200px; } }
      @media (max-width: 767px) {
        .home__news--list .list--desc {
          height: auto; } }
      @media (max-width: 480px) {
        .home__news--list .list--desc {
          padding: 15px;
          width: 100%; } }
      .home__news--list .list--desc h5 {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 17px;
        line-height: 24px;
        color: #313131; }
        @media (max-width: 991px) {
          .home__news--list .list--desc h5 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .home__news--list .list--desc h5 {
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .home__news--list .list--desc h5 {
            font-size: 18px; } }
      .home__news--list .list--desc p {
        font-size: 13px;
        line-height: 24px;
        color: #969595;
        margin-bottom: 30px;
        max-height: 72px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .home__news--list .list--desc p {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .home__news--list .list--desc p {
            margin-bottom: 10px; } }
      .home__news--list .list--desc a {
        font-size: 13px;
        color: #f15c22; }
        @media (max-width: 991px) {
          .home__news--list .list--desc a {
            font-size: 14px; } }
        .home__news--list .list--desc a i {
          padding-right: 5px; }
        .home__news--list .list--desc a:hover, .home__news--list .list--desc a:focus {
          text-decoration: none;
          color: #005dab; }
  .home__news .button--load--more {
    text-align: center; }
    .home__news .button--load--more .button--outline {
      border: 2px solid #f15c22;
      padding: 15px 30px;
      color: #f15c22;
      transition: 0.3s; }
      .home__news .button--load--more .button--outline:hover, .home__news .button--load--more .button--outline:focus {
        text-decoration: none;
        background-color: #f15c22;
        color: #ffffff; }

.home__contact--map {
  padding: 60px 0 70px; }
  @media (max-width: 767px) {
    .home__contact--map {
      padding: 0; }
      .home__contact--map .container {
        padding: 0; } }
  .home__contact--map iframe {
    width: 100%; }

.home__contact--detail {
  background-color: #2d2d2d;
  color: #c7c7c7;
  padding: 50px 0 40px; }
  @media (max-width: 767px) {
    .home__contact--detail {
      text-align: center; } }
  .home__contact--detail--work {
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  @media (max-width: 767px) {
    .home__contact--detail--content {
      margin-top: 15px;
      margin-bottom: 15px;
      float: left;
      width: 100%; } }
  .home__contact--detail--content h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .home__contact--detail--content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
    .home__contact--detail--content p:last-child {
      margin-bottom: 0; }

section.breadcrumbs--about-us {
  background: url("../images/about--banner.jpg") no-repeat center center; }

section.section.about-us {
  padding-bottom: 5%; }
  section.section.about-us h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #2b2b2b;
    padding: 5px 0px; }
  section.section.about-us .about__wrapper .tab-content .cover-profile {
    margin-bottom: 5%; }
  section.section.about-us .about__wrapper .tab-content h3 {
    color: #075b9a;
    font-weight: 700;
    margin: 5% 0 2% 0; }

.outer-breadcrumbs {
  background-size: cover !important;
  color: #ffffff; }
  .outer-breadcrumbs .section--inner {
    color: #ffffff;
    width: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    padding: 25px 0; }
    @media (max-width: 991px) {
      .outer-breadcrumbs .section--inner {
        padding: 15px 0; } }
    .outer-breadcrumbs .section--inner .breadcrumbs__wrapper h1 {
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 23px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .outer-breadcrumbs .section--inner .breadcrumbs__wrapper h1 {
          margin: 0; } }
    .outer-breadcrumbs .section--inner .breadcrumbs__wrapper ul {
      list-style: none;
      padding: 18px 0 18px 15px; }
      @media (max-width: 767px) {
        .outer-breadcrumbs .section--inner .breadcrumbs__wrapper ul {
          float: left !important;
          padding: 0;
          margin: 0; } }
      .outer-breadcrumbs .section--inner .breadcrumbs__wrapper ul li {
        float: left; }
        .outer-breadcrumbs .section--inner .breadcrumbs__wrapper ul li a {
          color: #ffffff;
          cursor: pointer; }
        .outer-breadcrumbs .section--inner .breadcrumbs__wrapper ul li span {
          padding: 0 4px;
          font-size: 12px; }

@media (max-width: 767px) {
  .tab-nav {
    margin-bottom: 30px; } }

.tab-nav .tabs-left {
  border-bottom: 0 none; }
  .tab-nav .tabs-left li {
    float: none;
    margin-bottom: 2px; }
    .tab-nav .tabs-left li a {
      background-color: #dddddd;
      border-radius: 0;
      text-transform: uppercase;
      color: #333333;
      background-color: #eaeaea;
      border-width: 1px;
      border-style: solid;
      border-color: #eaeaea;
      padding: 15px 23px; }
      @media (max-width: 991px) {
        .tab-nav .tabs-left li a {
          padding: 10px 15px; } }
      .tab-nav .tabs-left li a:hover, .tab-nav .tabs-left li a:focus {
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #eaeaea;
        color: #075b9a; }
      .tab-nav .tabs-left li a i {
        float: right; }
        @media (max-width: 991px) {
          .tab-nav .tabs-left li a i {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%); } }
    .tab-nav .tabs-left li.active a {
      background-color: #ffffff;
      color: #075b9a;
      border-width: 1px;
      border-style: solid;
      border-color: #eaeaea; }
      .tab-nav .tabs-left li.active a:hover, .tab-nav .tabs-left li.active a:focus {
        background-color: #ffffff;
        color: #075b9a;
        border-width: 1px;
        border-style: solid;
        border-color: #eaeaea; }

section.breadcrumbs--armada {
  background: url("../images/service--banner.jpg") no-repeat center center; }

section.section.armada {
  padding-bottom: 5%; }
  section.section.armada h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #2b2b2b;
    padding: 5px 0px; }
  section.section.armada .armada__wrapper .tab-content .cover-profile {
    margin-bottom: 5%; }
    section.section.armada .armada__wrapper .tab-content .cover-profile img {
      width: 100%; }
  section.section.armada .armada__wrapper .tab-content h3 {
    color: #075b9a;
    font-weight: 700;
    margin: 5% 0 2% 0; }
  section.section.armada .armada__wrapper .tab-content h4 {
    line-height: 26px;
    margin-bottom: 3%; }
  section.section.armada .armada__wrapper .tab-content ul {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px; }
    section.section.armada .armada__wrapper .tab-content ul li {
      margin-bottom: 2%; }
      section.section.armada .armada__wrapper .tab-content ul li h5 {
        font-weight: 700;
        font-size: 16px;
        color: #075b9a;
        margin-bottom: 5px; }
  section.section.armada .armada__wrapper .tab-content .armada-bottom {
    background-color: #005dab;
    color: #ffffff;
    padding: 5% 8%; }
    section.section.armada .armada__wrapper .tab-content .armada-bottom h4 {
      margin-bottom: 3px; }

section.breadcrumbs--contact-us {
  background: url("../images/location--banner.jpg") no-repeat center center; }

.contact,
.contact-us {
  background-color: #f9f9f9; }
  .contact--content--title,
  .contact-us--content--title {
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    background-color: #005dab; }
  .contact--main,
  .contact-us--main {
    padding: 92px 150px 60px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4; }
    @media (max-width: 767px) {
      .contact--main,
      .contact-us--main {
        padding: 60px 40px; } }
    @media (max-width: 480px) {
      .contact--main,
      .contact-us--main {
        padding: 40px 20px; } }
  .contact--address--item,
  .contact-us--address--item {
    margin-bottom: 58px; }
    .contact--address--item h3,
    .contact-us--address--item h3 {
      margin: 0 0 16px;
      font-size: 18px;
      text-transform: uppercase;
      color: #005dab; }
    .contact--address--item p,
    .contact-us--address--item p {
      color: #000e1e;
      font-size: 14px;
      margin: 0 0 16px; }
  .contact--form,
  .contact-us--form {
    margin-top: 50px; }
    .contact--form--title,
    .contact-us--form--title {
      font-size: 16px;
      color: #686868;
      margin: 0 0 27px; }
  .contact .form--field,
  .contact-us .form--field {
    margin-bottom: 8px; }
    .contact .form--field input,
    .contact .form--field textarea,
    .contact-us .form--field input,
    .contact-us .form--field textarea {
      padding: 15px;
      border: 1px solid #989696;
      font-size: 13px;
      line-height: 14px;
      color: #666666;
      width: 100%; }
      .contact .form--field input:focus,
      .contact .form--field textarea:focus,
      .contact-us .form--field input:focus,
      .contact-us .form--field textarea:focus {
        outline: 0 none;
        box-shadow: none; }
    .contact .form--field textarea,
    .contact-us .form--field textarea {
      height: 170px; }
  .contact .form--submit,
  .contact-us .form--submit {
    margin-top: 15px; }
    .contact .form--submit button,
    .contact-us .form--submit button {
      padding: 0;
      height: 36px;
      line-height: 36px;
      width: 124px;
      text-align: center;
      border: 0 none;
      text-decoration: none;
      font-size: 16px;
      color: #ffffff;
      background-color: #f15c22; }
      .contact .form--submit button:hover,
      .contact-us .form--submit button:hover,
      .contact .form--submit button:focus,
      .contact-us .form--submit button:focus {
        cursor: pointer;
        background-color: #d74f1a; }
  @media (max-width: 991px) {
    .contact--care,
    .contact-us--care {
      margin-top: 60px; } }
  .contact--care i,
  .contact-us--care i {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    background-color: #005dab;
    font-size: 32px;
    float: left; }
  .contact--care--content,
  .contact-us--care--content {
    margin-left: 64px;
    margin-top: 3px; }
    .contact--care--content h3,
    .contact-us--care--content h3 {
      font-size: 14px;
      color: #969696;
      text-transform: uppercase;
      margin: 0; }
    .contact--care--content p,
    .contact-us--care--content p {
      font-size: 22px;
      color: #202020;
      margin: 0; }

section.breadcrumbs--location {
  background: url("../images/location--banner.jpg") no-repeat center center; }

.location {
  padding: 90px 0 50px; }
  @media (max-width: 991px) {
    .location {
      padding: 50px 0; } }
  .location--contact {
    background-color: #005dab;
    color: #ffffff;
    padding: 70px 100px 80px; }
    @media (max-width: 991px) {
      .location--contact {
        padding: 30px 0 15px; } }
    .location--contact--web {
      margin-top: 25px; }
    .location--contact--detail {
      font-size: 14px; }
      @media (max-width: 991px) {
        .location--contact--detail {
          text-align: center;
          margin-bottom: 30px; } }
      .location--contact--detail > h3 {
        font-size: 18px;
        font-weight: 300;
        margin: 0 0 24px; }
        .location--contact--detail > h3 i {
          margin-right: 10px;
          color: #3f98e3;
          font-size: 28px;
          position: relative;
          bottom: -4px; }
      .location--contact--detail p {
        line-height: 22px;
        margin-bottom: 8px;
        margin-left: 27px; }
        @media (max-width: 991px) {
          .location--contact--detail p {
            margin-left: 12px; } }
  .location--map iframe {
    width: 100%; }

.widget {
  margin-bottom: 50px; }
  .widget--title {
    font-size: 15px;
    color: #313131;
    margin: 0 0 30px; }
  .widget--search form {
    position: relative; }
  .widget--search .form--control {
    padding: 0 15px;
    border: 0 none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #f9f9f9;
    color: #888888; }
  .widget--search .form--submit button {
    background-color: transparent;
    border: 0 none;
    text-decoration: none;
    color: #969595;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0; }
    .widget--search .form--submit button:hover, .widget--search .form--submit button:focus {
      cursor: pointer; }
  .widget--news--item {
    margin-bottom: 40px; }
  .widget--news--thumb {
    float: left;
    width: 59px;
    height: 59px;
    overflow: hidden; }
    .widget--news--thumb img {
      max-width: 100%; }
  .widget--news--content {
    margin-left: 75px; }
  .widget--news--title {
    margin: 0;
    font-weight: 400; }
    .widget--news--title a {
      display: block;
      font-size: 13px;
      line-height: 18px;
      color: #939393; }
  .widget--news--date {
    margin-top: 8px;
    font-size: 11px;
    color: #6b6b6b; }
  .widget--category ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .widget--category ul li {
      margin: 0;
      padding: 0; }
    .widget--category ul li {
      padding-left: 20px;
      margin-bottom: 20px;
      background: url(../images/icon--list.png) no-repeat 0 5px; }
      .widget--category ul li a {
        display: block;
        font-size: 14px;
        color: #969595; }
        .widget--category ul li a:hover, .widget--category ul li a:focus {
          text-decoration: none;
          color: #555555; }
  .widget--connect--item {
    float: left;
    text-align: center;
    margin-right: 40px; }
    .widget--connect--item:last-child {
      margin-right: 0; }
  .widget--connect--icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px; }
  .widget--connect--facebook .widget--connect--icon {
    background-color: #3b59a1; }
  .widget--connect--twitter .widget--connect--icon {
    background-color: #46b0e4; }
  .widget--connect--google-plus .widget--connect--icon {
    background-color: #dd4c39; }
  .widget--connect--count {
    font-size: 14px;
    color: #4a4a4a; }
  .widget--instagram ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .widget--instagram ul li {
      margin: 0;
      padding: 0; }
    .widget--instagram ul li {
      float: left;
      margin: 0 5px 5px 0; }
      .widget--instagram ul li a {
        display: block;
        text-decoration: none; }

section.breadcrumbs--news {
  background: url("../images/location--banner.jpg") no-repeat center center; }

.news_events {
  background-color: #ffffff; }
  .news_events h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #0f0f0f;
    margin: 0; }
  .news_events--wrapper {
    margin: 55px 0; }
  .news_events--list {
    padding: 15px;
    min-height: 650px; }
    .news_events--list .list--img {
      height: 300px;
      overflow: hidden; }
      .news_events--list .list--img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news_events--list .list--desc {
      background-color: #ffffff;
      padding: 30px 40px; }
      .news_events--list .list--desc h5 {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #313131; }
      .news_events--list .list--desc p {
        font-size: 13px;
        line-height: 24px;
        color: #969595;
        margin-bottom: 30px;
        max-height: 72px;
        overflow: hidden; }
      .news_events--list .list--desc a {
        font-size: 13px;
        color: #f15c22; }
        .news_events--list .list--desc a i {
          padding-right: 5px; }
        .news_events--list .list--desc a:hover, .news_events--list .list--desc a:focus {
          text-decoration: none;
          color: #005dab; }
  .news_events .button--load--more {
    text-align: center; }
    .news_events .button--load--more .button--outline {
      border: 2px solid #f15c22;
      padding: 15px 30px;
      color: #f15c22;
      transition: 0.3s; }
      .news_events .button--load--more .button--outline:hover, .news_events .button--load--more .button--outline:focus {
        text-decoration: none;
        background-color: #f15c22;
        color: #ffffff; }

section.pagination--news {
  padding-bottom: 3%; }
  section.pagination--news .pagination__wrapper {
    text-align: center; }
    section.pagination--news .pagination__wrapper .pagination {
      display: inline-block;
      padding-left: 0;
      margin-top: 20px;
      margin-bottom: 20px;
      border-radius: 0; }
      section.pagination--news .pagination__wrapper .pagination li {
        display: inline; }
        section.pagination--news .pagination__wrapper .pagination li a {
          position: relative;
          float: left;
          padding: 6px 13px;
          margin-right: 8px;
          color: #b7b7b7;
          border: 1px solid #b7b7b7;
          background-color: #ffffff;
          cursor: pointer;
          text-decoration: none; }
          section.pagination--news .pagination__wrapper .pagination li a:hover, section.pagination--news .pagination__wrapper .pagination li a:focus {
            color: #005dab;
            border: 1px solid #005dab; }

.news-detail--wrapper {
  background-color: #f9f9f9;
  padding: 64px 0 164px; }

.news-detail--thumb img {
  width: 100%; }

.news-detail--content {
  background-color: #ffffff;
  padding: 40px 40px 30px 40px; }
  .news-detail--content .img-responsive {
    margin-top: 40px;
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .news-detail--content {
      padding: 40px 20px; } }
  .news-detail--content h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    color: #313131; }
  .news-detail--content p {
    font-size: 14px;
    line-height: 26px;
    color: #616161;
    margin-bottom: 30px; }

.news-detail--share {
  text-align: right;
  margin-top: 40px; }
  .news-detail--share strong {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    color: #5f5f5f;
    text-transform: lowercase;
    margin-right: 18px;
    font-weight: 300; }
  .news-detail--share a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    margin-right: 8px; }
    .news-detail--share a:last-child {
      margin-right: 0; }
    .news-detail--share a._share--facebook {
      background-color: #3b59a1; }
    .news-detail--share a._share--twitter {
      background-color: #46b0e4; }
    .news-detail--share a._share--google-plus {
      background-color: #dd4c39; }

@media (max-width: 767px) {
  .news-detail--sidebar {
    margin-top: 30px; } }

.news-detail--sidebar--inner {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 30px 35px; }
  @media (max-width: 480px) {
    .news-detail--sidebar--inner {
      padding: 20px; } }

section.breadcrumbs--service {
  background: url("../images/service--banner.jpg") no-repeat center center; }

section.section.service {
  padding-bottom: 5%; }
  @media (max-width: 767px) {
    section.section.service {
      padding: 0 15px 5%; } }
  section.section.service h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #2b2b2b;
    padding: 5px 0px; }
  section.section.service .service__wrapper .tab-content .cover-profile {
    margin-bottom: 5%; }
  section.section.service .service__wrapper .tab-content h3 {
    color: #075b9a;
    font-weight: 700;
    margin: 5% 0 2% 0; }
