@font-face {
  font-family: 'Proxima Nova Rg';
  src: url(/site/templates/fonts/ProximaNova-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url(/site/templates/fonts/ProximaNova-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  /* src: url(../fonts/IcoMoon-Free.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; } */
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Glyphicons Halflings' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\E908";
  color: #fff;
}

.icon-search:before {
  content: "\2315";
  font-size: 2rem;
  color: #fff;
}

.icon-down-arrow:before {
  content: "\E901";
  color: #fff;
}

.icon-up-arrow:before {
  content: "\E902";
  color: #fff;
}

.icon-right-arrow:before {
  content: "\2192";
  font-size: 200%;
  color: #fff;
}

.icon-left-arrow:before {
  content: "\2190";
  font-size: 200%;
  color: #fff;
}

.icon-downa-arrow-two:before {
  content: "\E909";
  color: #fff;
}

.icon-twitter:before {
  content: "\E905";
  color: #fff;
}

.icon-linkedin:before {
  content: "\E906";
  color: #fff;
}

.icon-attach:before {
  content: "\E90A";
  color: #fff;
}

.icon-copy:before {
  content: "\E90B";
  color: #fff;
}

.icon-facebook:before {
  font-family: "font-awesome";
  content: "\f230";
  color: #fff;
}

.icon-instagram:before {
  content: "\EA92";
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
  -webkit-box-sizing: border-box;
  -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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^='javascript:']:after, a[href^='#']:after {
    content: '';
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.ttf) format("truetype");
}

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

.glyphicon-asterisk:before {
  content: '*';
}

.glyphicon-plus:before {
  content: '+';
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: '\20AC';
}

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

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

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

.glyphicon-pencil:before {
  content: '\270F';
}

.glyphicon-glass:before {
  content: '\E001';
}

.glyphicon-music:before {
  content: '\E002';
}

.glyphicon-search:before {
  content: '\E003';
}

.glyphicon-heart:before {
  content: '\E005';
}

.glyphicon-star:before {
  content: '\E006';
}

.glyphicon-star-empty:before {
  content: '\E007';
}

.glyphicon-user:before {
  content: '\E008';
}

.glyphicon-film:before {
  content: '\E009';
}

.glyphicon-th-large:before {
  content: '\E010';
}

.glyphicon-th:before {
  content: '\E011';
}

.glyphicon-th-list:before {
  content: '\E012';
}

.glyphicon-ok:before {
  content: '\E013';
}

.glyphicon-remove:before {
  content: '\E014';
}

.glyphicon-zoom-in:before {
  content: '\E015';
}

.glyphicon-zoom-out:before {
  content: '\E016';
}

.glyphicon-off:before {
  content: '\E017';
}

.glyphicon-signal:before {
  content: '\E018';
}

.glyphicon-cog:before {
  content: '\E019';
}

.glyphicon-trash:before {
  content: '\E020';
}

.glyphicon-home:before {
  content: '\E021';
}

.glyphicon-file:before {
  content: '\E022';
}

.glyphicon-time:before {
  content: '\E023';
}

.glyphicon-road:before {
  content: '\E024';
}

.glyphicon-download-alt:before {
  content: '\E025';
}

.glyphicon-download:before {
  content: '\E026';
}

.glyphicon-upload:before {
  content: '\E027';
}

.glyphicon-inbox:before {
  content: '\E028';
}

.glyphicon-play-circle:before {
  content: '\E029';
}

.glyphicon-repeat:before {
  content: '\E030';
}

.glyphicon-refresh:before {
  content: '\E031';
}

.glyphicon-list-alt:before {
  content: '\E032';
}

.glyphicon-lock:before {
  content: '\E033';
}

.glyphicon-flag:before {
  content: '\E034';
}

.glyphicon-headphones:before {
  content: '\E035';
}

.glyphicon-volume-off:before {
  content: '\E036';
}

.glyphicon-volume-down:before {
  content: '\E037';
}

.glyphicon-volume-up:before {
  content: '\E038';
}

.glyphicon-qrcode:before {
  content: '\E039';
}

.glyphicon-barcode:before {
  content: '\E040';
}

.glyphicon-tag:before {
  content: '\E041';
}

.glyphicon-tags:before {
  content: '\E042';
}

.glyphicon-book:before {
  content: '\E043';
}

.glyphicon-bookmark:before {
  content: '\E044';
}

.glyphicon-print:before {
  content: '\E045';
}

.glyphicon-camera:before {
  content: '\E046';
}

.glyphicon-font:before {
  content: '\E047';
}

.glyphicon-bold:before {
  content: '\E048';
}

.glyphicon-italic:before {
  content: '\E049';
}

.glyphicon-text-height:before {
  content: '\E050';
}

.glyphicon-text-width:before {
  content: '\E051';
}

.glyphicon-align-left:before {
  content: '\E052';
}

.glyphicon-align-center:before {
  content: '\E053';
}

.glyphicon-align-right:before {
  content: '\E054';
}

.glyphicon-align-justify:before {
  content: '\E055';
}

.glyphicon-list:before {
  content: '\E056';
}

.glyphicon-indent-left:before {
  content: '\E057';
}

.glyphicon-indent-right:before {
  content: '\E058';
}

.glyphicon-facetime-video:before {
  content: '\E059';
}

.glyphicon-picture:before {
  content: '\E060';
}

.glyphicon-map-marker:before {
  content: '\E062';
}

.glyphicon-adjust:before {
  content: '\E063';
}

.glyphicon-tint:before {
  content: '\E064';
}

.glyphicon-edit:before {
  content: '\E065';
}

.glyphicon-share:before {
  content: '\E066';
}

.glyphicon-check:before {
  content: '\E067';
}

.glyphicon-move:before {
  content: '\E068';
}

.glyphicon-step-backward:before {
  content: '\E069';
}

.glyphicon-fast-backward:before {
  content: '\E070';
}

.glyphicon-backward:before {
  content: '\E071';
}

.glyphicon-play:before {
  content: '\E072';
}

.glyphicon-pause:before {
  content: '\E073';
}

.glyphicon-stop:before {
  content: '\E074';
}

.glyphicon-forward:before {
  content: '\E075';
}

.glyphicon-fast-forward:before {
  content: '\E076';
}

.glyphicon-step-forward:before {
  content: '\E077';
}

.glyphicon-eject:before {
  content: '\E078';
}

.glyphicon-chevron-left:before {
  content: '\E079';
}

.glyphicon-chevron-right:before {
  content: '\E080';
}

.glyphicon-plus-sign:before {
  content: '\E081';
}

.glyphicon-minus-sign:before {
  content: '\E082';
}

.glyphicon-remove-sign:before {
  content: '\E083';
}

.glyphicon-ok-sign:before {
  content: '\E084';
}

.glyphicon-question-sign:before {
  content: '\E085';
}

.glyphicon-info-sign:before {
  content: '\E086';
}

.glyphicon-screenshot:before {
  content: '\E087';
}

.glyphicon-remove-circle:before {
  content: '\E088';
}

.glyphicon-ok-circle:before {
  content: '\E089';
}

.glyphicon-ban-circle:before {
  content: '\E090';
}

.glyphicon-arrow-left:before {
  content: '\E091';
}

.glyphicon-arrow-right:before {
  content: '\E092';
}

.glyphicon-arrow-up:before {
  content: '\E093';
}

.glyphicon-arrow-down:before {
  content: '\E094';
}

.glyphicon-share-alt:before {
  content: '\E095';
}

.glyphicon-resize-full:before {
  content: '\E096';
}

.glyphicon-resize-small:before {
  content: '\E097';
}

.glyphicon-exclamation-sign:before {
  content: '\E101';
}

.glyphicon-gift:before {
  content: '\E102';
}

.glyphicon-leaf:before {
  content: '\E103';
}

.glyphicon-fire:before {
  content: '\E104';
}

.glyphicon-eye-open:before {
  content: '\E105';
}

.glyphicon-eye-close:before {
  content: '\E106';
}

.glyphicon-warning-sign:before {
  content: '\E107';
}

.glyphicon-plane:before {
  content: '\E108';
}

.glyphicon-calendar:before {
  content: '\E109';
}

.glyphicon-random:before {
  content: '\E110';
}

.glyphicon-comment:before {
  content: '\E111';
}

.glyphicon-magnet:before {
  content: '\E112';
}

.glyphicon-chevron-up:before {
  content: '\E113';
}

.glyphicon-chevron-down:before {
  content: '\E114';
}

.glyphicon-retweet:before {
  content: '\E115';
}

.glyphicon-shopping-cart:before {
  content: '\E116';
}

.glyphicon-folder-close:before {
  content: '\E117';
}

.glyphicon-folder-open:before {
  content: '\E118';
}

.glyphicon-resize-vertical:before {
  content: '\E119';
}

.glyphicon-resize-horizontal:before {
  content: '\E120';
}

.glyphicon-hdd:before {
  content: '\E121';
}

.glyphicon-bullhorn:before {
  content: '\E122';
}

.glyphicon-bell:before {
  content: '\E123';
}

.glyphicon-certificate:before {
  content: '\E124';
}

.glyphicon-thumbs-up:before {
  content: '\E125';
}

.glyphicon-thumbs-down:before {
  content: '\E126';
}

.glyphicon-hand-right:before {
  content: '\E127';
}

.glyphicon-hand-left:before {
  content: '\E128';
}

.glyphicon-hand-up:before {
  content: '\E129';
}

.glyphicon-hand-down:before {
  content: '\E130';
}

.glyphicon-circle-arrow-right:before {
  content: '\E131';
}

.glyphicon-circle-arrow-left:before {
  content: '\E132';
}

.glyphicon-circle-arrow-up:before {
  content: '\E133';
}

.glyphicon-circle-arrow-down:before {
  content: '\E134';
}

.glyphicon-globe:before {
  content: '\E135';
}

.glyphicon-wrench:before {
  content: '\E136';
}

.glyphicon-tasks:before {
  content: '\E137';
}

.glyphicon-filter:before {
  content: '\E138';
}

.glyphicon-briefcase:before {
  content: '\E139';
}

.glyphicon-fullscreen:before {
  content: '\E140';
}

.glyphicon-dashboard:before {
  content: '\E141';
}

.glyphicon-paperclip:before {
  content: '\E142';
}

.glyphicon-heart-empty:before {
  content: '\E143';
}

.glyphicon-link:before {
  content: '\E144';
}

.glyphicon-phone:before {
  content: '\E145';
}

.glyphicon-pushpin:before {
  content: '\E146';
}

.glyphicon-usd:before {
  content: '\E148';
}

.glyphicon-gbp:before {
  content: '\E149';
}

.glyphicon-sort:before {
  content: '\E150';
}

.glyphicon-sort-by-alphabet:before {
  content: '\E151';
}

.glyphicon-sort-by-alphabet-alt:before {
  content: '\E152';
}

.glyphicon-sort-by-order:before {
  content: '\E153';
}

.glyphicon-sort-by-order-alt:before {
  content: '\E154';
}

.glyphicon-sort-by-attributes:before {
  content: '\E155';
}

.glyphicon-sort-by-attributes-alt:before {
  content: '\E156';
}

.glyphicon-unchecked:before {
  content: '\E157';
}

.glyphicon-expand:before {
  content: '\E158';
}

.glyphicon-collapse-down:before {
  content: '\E159';
}

.glyphicon-collapse-up:before {
  content: '\E160';
}

.glyphicon-log-in:before {
  content: '\E161';
}

.glyphicon-flash:before {
  content: '\E162';
}

.glyphicon-log-out:before {
  content: '\E163';
}

.glyphicon-new-window:before {
  content: '\E164';
}

.glyphicon-record:before {
  content: '\E165';
}

.glyphicon-save:before {
  content: '\E166';
}

.glyphicon-open:before {
  content: '\E167';
}

.glyphicon-saved:before {
  content: '\E168';
}

.glyphicon-import:before {
  content: '\E169';
}

.glyphicon-export:before {
  content: '\E170';
}

.glyphicon-send:before {
  content: '\E171';
}

.glyphicon-floppy-disk:before {
  content: '\E172';
}

.glyphicon-floppy-saved:before {
  content: '\E173';
}

.glyphicon-floppy-remove:before {
  content: '\E174';
}

.glyphicon-floppy-save:before {
  content: '\E175';
}

.glyphicon-floppy-open:before {
  content: '\E176';
}

.glyphicon-credit-card:before {
  content: '\E177';
}

.glyphicon-transfer:before {
  content: '\E178';
}

.glyphicon-cutlery:before {
  content: '\E179';
}

.glyphicon-header:before {
  content: '\E180';
}

.glyphicon-compressed:before {
  content: '\E181';
}

.glyphicon-earphone:before {
  content: '\E182';
}

.glyphicon-phone-alt:before {
  content: '\E183';
}

.glyphicon-tower:before {
  content: '\E184';
}

.glyphicon-stats:before {
  content: '\E185';
}

.glyphicon-sd-video:before {
  content: '\E186';
}

.glyphicon-hd-video:before {
  content: '\E187';
}

.glyphicon-subtitles:before {
  content: '\E188';
}

.glyphicon-sound-stereo:before {
  content: '\E189';
}

.glyphicon-sound-dolby:before {
  content: '\E190';
}

.glyphicon-sound-5-1:before {
  content: '\E191';
}

.glyphicon-sound-6-1:before {
  content: '\E192';
}

.glyphicon-sound-7-1:before {
  content: '\E193';
}

.glyphicon-copyright-mark:before {
  content: '\E194';
}

.glyphicon-registration-mark:before {
  content: '\E195';
}

.glyphicon-cloud-download:before {
  content: '\E197';
}

.glyphicon-cloud-upload:before {
  content: '\E198';
}

.glyphicon-tree-conifer:before {
  content: '\E199';
}

.glyphicon-tree-deciduous:before {
  content: '\E200';
}

.glyphicon-cd:before {
  content: '\E201';
}

.glyphicon-save-file:before {
  content: '\E202';
}

.glyphicon-open-file:before {
  content: '\E203';
}

.glyphicon-level-up:before {
  content: '\E204';
}

.glyphicon-copy:before {
  content: '\E205';
}

.glyphicon-paste:before {
  content: '\E206';
}

.glyphicon-alert:before {
  content: '\E209';
}

.glyphicon-equalizer:before {
  content: '\E210';
}

.glyphicon-king:before {
  content: '\E211';
}

.glyphicon-queen:before {
  content: '\E212';
}

.glyphicon-pawn:before {
  content: '\E213';
}

.glyphicon-bishop:before {
  content: '\E214';
}

.glyphicon-knight:before {
  content: '\E215';
}

.glyphicon-baby-formula:before {
  content: '\E216';
}

.glyphicon-tent:before {
  content: '\26FA';
}

.glyphicon-blackboard:before {
  content: '\E218';
}

.glyphicon-bed:before {
  content: '\E219';
}

.glyphicon-apple:before {
  content: '\F8FF';
}

.glyphicon-erase:before {
  content: '\E221';
}

.glyphicon-hourglass:before {
  content: '\231B';
}

.glyphicon-lamp:before {
  content: '\E223';
}

.glyphicon-duplicate:before {
  content: '\E224';
}

.glyphicon-piggy-bank:before {
  content: '\E225';
}

.glyphicon-scissors:before {
  content: '\E226';
}

.glyphicon-bitcoin:before {
  content: '\E227';
}

.glyphicon-btc:before {
  content: '\E227';
}

.glyphicon-xbt:before {
  content: '\E227';
}

.glyphicon-yen:before {
  content: '\A5';
}

.glyphicon-jpy:before {
  content: '\A5';
}

.glyphicon-ruble:before {
  content: '\20BD';
}

.glyphicon-rub:before {
  content: '\20BD';
}

.glyphicon-scale:before {
  content: '\E230';
}

.glyphicon-ice-lolly:before {
  content: '\E231';
}

.glyphicon-ice-lolly-tasted:before {
  content: '\E232';
}

.glyphicon-education:before {
  content: '\E233';
}

.glyphicon-option-horizontal:before {
  content: '\E234';
}

.glyphicon-option-vertical:before {
  content: '\E235';
}

.glyphicon-menu-hamburger:before {
  content: '\E236';
}

.glyphicon-modal-window:before {
  content: '\E237';
}

.glyphicon-oil:before {
  content: '\E238';
}

.glyphicon-grain:before {
  content: '\E239';
}

.glyphicon-sunglasses:before {
  content: '\E240';
}

.glyphicon-text-size:before {
  content: '\E241';
}

.glyphicon-text-color:before {
  content: '\E242';
}

.glyphicon-text-background:before {
  content: '\E243';
}

.glyphicon-object-align-top:before {
  content: '\E244';
}

.glyphicon-object-align-bottom:before {
  content: '\E245';
}

.glyphicon-object-align-horizontal:before {
  content: '\E246';
}

.glyphicon-object-align-left:before {
  content: '\E247';
}

.glyphicon-object-align-vertical:before {
  content: '\E248';
}

.glyphicon-object-align-right:before {
  content: '\E249';
}

.glyphicon-triangle-right:before {
  content: '\E250';
}

.glyphicon-triangle-left:before {
  content: '\E251';
}

.glyphicon-triangle-bottom:before {
  content: '\E252';
}

.glyphicon-triangle-top:before {
  content: '\E253';
}

.glyphicon-console:before {
  content: '\E254';
}

.glyphicon-superscript:before {
  content: '\E255';
}

.glyphicon-subscript:before {
  content: '\E256';
}

.glyphicon-menu-left:before {
  content: '\E257';
}

.glyphicon-menu-right:before {
  content: '\E258';
}

.glyphicon-menu-down:before {
  content: '\E259';
}

.glyphicon-menu-up:before {
  content: '\E260';
}

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

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

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

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

[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: #777;
}

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

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

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

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014   \A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

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

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

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

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive>.table {
    margin-bottom: 0;
  }
  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }
  .table-responsive>.table-bordered {
    border: 0;
  }
  .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }
  .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control, input[type='time'].form-control, input[type='datetime-local'].form-control, input[type='month'].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type='date'], .input-group-sm input[type='time'], .input-group-sm input[type='datetime-local'], .input-group-sm input[type='month'], input[type='date'].input-sm, input[type='time'].input-sm, input[type='datetime-local'].input-sm, input[type='month'].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type='date'], .input-group-lg input[type='time'], .input-group-lg input[type='datetime-local'], .input-group-lg input[type='month'], input[type='date'].input-lg, input[type='time'].input-lg, input[type='datetime-local'].input-lg, input[type='month'].input-lg {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group>.form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type='checkbox'], .form-inline .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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 {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  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 {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  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 {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  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 {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  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 {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

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

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  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 {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

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

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

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

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

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

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

.btn-group-xs>.btn, .btn-xs {
  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='button'].btn-block, input[type='reset'].btn-block, input[type='submit'].btn-block {
  width: 100%;
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropdown, .dropup {
  position: relative;
}

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

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

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

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

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

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

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

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

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

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

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

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

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

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

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

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  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 .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  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='checkbox'], [data-toggle='buttons']>.btn input[type='radio'], [data-toggle='buttons']>.btn-group>.btn input[type='checkbox'], [data-toggle='buttons']>.btn-group>.btn input[type='radio'] {
  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-right: 0;
  padding-left: 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-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.input-group-addon input[type='checkbox'], .input-group-addon input[type='radio'] {
  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-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #eee;
  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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

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

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

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

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

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

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

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

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

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

.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:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

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

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

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

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

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group>.form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type='checkbox'], .navbar-form .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

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

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

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

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

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

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

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\A0';
}

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

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

.pagination>li {
  display: inline;
}

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

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

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

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

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

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

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

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.alert-info .alert-link {
  color: #245269;
}

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

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

.alert-warning .alert-link {
  color: #66512c;
}

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

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

.alert-danger .alert-link {
  color: #843534;
}

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

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

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

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

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

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

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

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

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

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

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

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

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

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

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

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

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

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

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

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

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

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

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

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

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

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

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

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

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

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

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

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

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

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

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

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

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

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

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

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

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

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

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

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner>.item.active.right, .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

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

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

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

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: ' ';
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
  }
  td.visible-xs, th.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;
  }
  td.visible-sm, th.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;
  }
  td.visible-md, th.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;
  }
  td.visible-lg, th.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;
  }
  td.visible-print, th.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;
  }
}

/* scss variables */

html, body {
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  font-family: "Proxima Nova Lt", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body .modal-open {
  margin-right: 0;
}

body.active {
  overflow: hidden;
}

@media only screen and (max-width: 1920px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1920px) and (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1920px) and (max-width: 1600px) and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  min-height: 100%;
  /* form fields */
}

.wrapper input, .wrapper textarea, .wrapper select {
  font-family: "Proxima Nova Lt", sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper select {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #515151;
  height: 60px;
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Proxima Nova Lt", sans-serif;
  background: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 94% 53% !important;
  background-size: 19px auto;
}

.wrapper .container, footer .container {
  height: 100%;
}

@media only screen and (min-width: 1600px) {
  .wrapper .container, footer .container {
    width: 1300px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .container, footer .container {
    padding: 0 20px;
  }
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

ul {
  padding-left: 0;
}

ul li {
  line-height: 26px;
}

a:hover {
  text-decoration: none;
}

img {
  border: none 0;
}

input[type='submit'] {
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: transparent none;
}

select:focus {
  outline: none;
}

section {
  display: block;
}

.errors, .success {
  background: #ffffff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
}

.errors {
  color: #f04f71;
}

.success {
  color: #51bf9b;
}

/* text selection color */

::selection {
  background: #fff;
  color: #000;
}

::-moz-selection {
  background: #fff;
  color: #000;
}

/* scrollbar color only for windows OS */

.win-os ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .win-os ::-webkit-scrollbar {
    width: 4px;
  }
}

.win-os ::-webkit-scrollbar-track {
  background-color: #ccc;
}

.win-os ::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #ececec;
}

@media only screen and (max-width: 768px) {
  .win-os ::-webkit-scrollbar-thumb {
    width: 4px;
  }
}

a {
  color: #fff;
}

a:hover, a:focus {
  color: #fff;
}

/* placeholder */

input, textarea {
  /* hide placeholder on focus of input */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input[type='submit'] {
  -webkit-appearance: none;
}

.ios-device * {
  background-attachment: scroll;
}

/* wow default css to avoid flickering */

.wow {
  visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .wow {
    visibility: visible;
  }
}

/* Site Loader */

.site-loader {
  display: none;
  background: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

.site-loader.anim {
  width: 25%;
}

.logo-middle {
  display: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: calc(50% - 100px);
  width: 230px;
}

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

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
}

#gotoTop {
  position: absolute;
  right: 10px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: none;
}

@media only screen and (max-width: 1024px) {
  #gotoTop {
    display: block;
    font-size: 16px;
  }
}

#gotoTop.active {
  opacity: 1;
  visibility: visible;
}

.landscape-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  padding: 20% 10% 0;
  overflow: hidden;
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .landscape-alert {
    display: block;
  }
}

.landscape-alert p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.landscape-alert span {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #000000;
  padding: 5px 10px;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    overflow: hidden;
  }
}

.wrapper header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 90px;
  padding: 23px 0px 25px 0px;
  background: #000;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 768px) {
  .wrapper header {
    height: 75px;
    padding: 21px 0px 22px 0px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .wrapper header {
    height: 65px;
    padding: 17px 0px 22px 0px;
  }
}

.wrapper header.top {
  top: -240px;
  position: fixed;
}

.wrapper header.sticky {
  top: 0px !important;
}

.wrapper header .header-wrap {
  padding: 0px 30px 0px 30px;
}

.wrapper header .logo {
  width: 160px;
  position: absolute;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .wrapper header .logo {
    width: 140px;
    left: 25px;
    top: 19px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .wrapper header .logo {
    width: 125px;
    top: 17px;
  }
}

.wrapper header .sub-menu {
  text-align: center;
  background: #000;
  text-align: center;
}

.wrapper header .sub-menu ul {
  border-top: 2px solid #161616;
  margin-top: 20px;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .wrapper header .sub-menu ul {
    margin-top: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper header .sub-menu ul {
    display: flex;
    padding: 13px 0;
    margin-top: 50px;
    justify-content: center;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .wrapper header .sub-menu ul {
    padding: 7px 0;
    margin-top: 47px;
  }
}

.wrapper header .sub-menu ul li {
  display: inline-block;
}

.wrapper header .sub-menu ul li a {
  font-size: 0.875em;
  opacity: 0.4;
  letter-spacing: 2px;
  padding: 0px 20px;
  background: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 767px) {
  .wrapper header .sub-menu ul li a {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapper header .sub-menu ul li a {
    padding: 0px 12px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}

.wrapper header .sub-menu ul li a.nav-path-selected {
  opacity: 1;
}

.wrapper header .sub-menu ul li a:hover {
  opacity: 1;
}

.wrapper header .mobile-menu {
  cursor: pointer;
  float: right;
  height: 30px;
  width: 30px;
  display: none;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -ms-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  .wrapper header .mobile-menu {
    display: block;
  }
}

.wrapper header .mobile-menu:hover .nav-icon, .wrapper header .mobile-menu:hover .nav-icon::before, .wrapper header .mobile-menu:hover .nav-icon::after {
  background: #ffffff;
}

.wrapper header .mobile-menu.active:hover .nav-icon::before, .wrapper header .mobile-menu.active:hover .nav-icon::after {
  background: #ffffff;
}

.wrapper header .mobile-menu.active .nav-icon {
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  -ms-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  transition: background 0.6s ease;
  background: transparent;
}

.wrapper header .mobile-menu.active .nav-icon::before, .wrapper header .mobile-menu.active .nav-icon::after {
  top: 0;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.wrapper header .mobile-menu.active .nav-icon::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.wrapper header .mobile-menu.active .nav-icon::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.wrapper header .nav-icon, .wrapper header .nav-icon::before, .wrapper header .nav-icon::after {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper header .nav-icon {
  position: relative;
}

.wrapper header .nav-icon::before, .wrapper header .nav-icon::after {
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
}

.wrapper header .nav-icon::before {
  top: 10px;
}

.wrapper header .nav-icon::after {
  top: -10px;
}

@media only screen and (max-width: 1024px) {
  .active .wrapper header .sub-menu {
    -webkit-transition: opacity 0.2s ease !important;
    -moz-transition: opacity 0.2s ease !important;
    -ms-transition: opacity 0.2s ease !important;
    -o-transition: opacity 0.2s ease !important;
    transition: opacity 0.2s ease !important;
    opacity: 0 !important;
    visibility: hidden;
  }
}

.logged-in .wrapper header.sticky {
  top: 40px !important;
}

.mobile-nav {
  z-index: -1;
  position: fixed;
  height: 0%;
  width: 100%;
  background-color: #000000;
  -webkit-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 400ms;
  -moz-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 400ms;
  -ms-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 400ms;
  -o-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 400ms;
  transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 400ms;
  pointer-events: none;
  display: none;
}

.mobile-nav.active {
  height: 100%;
  pointer-events: inherit;
  z-index: 100;
  -webkit-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 0ms;
  -moz-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 0ms;
  -ms-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 0ms;
  -o-transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 0ms;
  transition: all 500ms cubic-bezier(0.6, 0.04, 0.12, 0.96) 0ms;
}

.mobile-nav.active .nav {
  border-top: 1px solid #151515;
  -webkit-transition: border 0.6s ease 0.3s;
  -moz-transition: border 0.6s ease 0.3s;
  -ms-transition: border 0.6s ease 0.3s;
  -o-transition: border 0.6s ease 0.3s;
  transition: border 0.6s ease 0.3s;
}

.mobile-nav.active .nav a {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transition: all 1200ms ease 100ms;
  -moz-transition: all 1200ms ease 100ms;
  -ms-transition: all 1200ms ease 100ms;
  -o-transition: all 1200ms ease 100ms;
  transition: all 1200ms ease 100ms;
}

.mobile-nav.active .language {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav .nav {
  text-align: center;
  margin-top: 75px;
  padding-top: 10px;
  border-top: 1px solid transparent;
  -webkit-transition: border 0.6 ease;
  -moz-transition: border 0.6 ease;
  -ms-transition: border 0.6 ease;
  -o-transition: border 0.6 ease;
  transition: border 0.6 ease;
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .mobile-nav .nav {
    margin-top: 65px;
    padding-top: 15px;
  }
}

.mobile-nav .nav li {
  margin: 15px 0;
}

@media only screen and (max-width: 360px) {
  .mobile-nav .nav li {
    margin: 10px 0;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .mobile-nav .nav li {
    margin: 0;
    width: 50%;
    float: left;
  }
}

.mobile-nav .nav li a {
  font-size: 1.25em;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-80%);
  -webkit-transition: all 600ms ease 0ms;
  -moz-transition: all 600ms ease 0ms;
  -ms-transition: all 600ms ease 0ms;
  -o-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  background-color: transparent !important;
  border: 1px solid #434343;
  margin: 0 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 20px;
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .mobile-nav .nav li a {
    font-size: 0.875em;
    padding: 10px 16px;
    margin-bottom: 10px;
  }
}

.mobile-nav .language {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1300ms cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 1300ms cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 1300ms cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 1300ms cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 1300ms cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

.mobile-nav .language a {
  text-transform: uppercase;
}

.mobile-nav .language li:not(active) {
  display: none;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .overlay {
    background: rgba(0, 0, 0, 0.1);
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}

.home-loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #000;
  pointer-events: none;
}

.home-loader-wrapper svg {
  position: absolute;
  width: 1000px !important;
  left: 50%;
  margin-left: -500px !important;
}

@media only screen and (max-width: 767px) {
  .home-loader-wrapper svg {
    top: -10vh;
  }
}

.default-block {
  padding-top: 20px;
}

.info-block {
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 1350px) {
  .info-block {
    padding: 0 0 100px 0;
  }
}

@media only screen and (max-width: 1350px) and (max-width: 992px) {
  .info-block {
    padding: 0 0 50px 0;
  }
}

.info-block a, .info-block p a {
  pointer-events: initial;
}

.info-block .gallery-block {
  padding-top: 20px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .info-block .gallery-block {
    padding: 20px 0;
  }
}

.info-block .more-info .gallery-block {
  padding-top: 50px;
}

.info-block #lightSlider img {
  height: auto;
}

@media only screen and (max-width: 992px) {
  .info-block.career-list .left, .info-block.career-list .right {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) and (max-width: 992px) {
  .info-block.career-list .right {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 992px) and (max-width: 992px) and (max-width: 767px) {
  .info-block.career-list .right {
    margin-top: 20px;
  }
}

.info-block .left {
  padding-right: 5%;
}

@media only screen and (max-width: 992px) {
  .info-block .left {
    padding: 0 15px;
  }
}

.info-block .left h1 {
  font-size: 3.125em;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .info-block .left h1 {
    font-size: 2.25em;
  }
}

.info-block .right ul li {
  font-size: 1.25em;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin: 0 0 15px 20px;
}

@media only screen and (max-width: 992px) {
  .info-block .right ul li {
    line-height: 24px;
    margin: 0 20px 15px 20px;
    font-size: 0.9375em;
  }
}

.info-block .right p a {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: inline-block;
  padding-bottom: 0;
}

.info-block .right p a:hover {
  border-bottom: 1px solid transparent;
}

.info-block .right h2 {
  font-size: 2em;
  line-height: 42px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .info-block .right h2 {
    font-size: 1.875em;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .info-block .right h2 {
    font-size: 1.375em;
    line-height: 32px;
  }
}

.info-block .right h3 {
  font-size: 1.875em;
  line-height: 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .info-block .right h3 {
    font-size: 1.75em;
    line-height: 38px;
  }
}

@media only screen and (max-width: 992px) {
  .info-block .right h3 {
    margin-top: 30px;
  }
  .info-block .right h3 br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .info-block .right h4 br {
    display: none;
  }
}

.info-block .right h6 {
  font-size: 0.875em;
  letter-spacing: 2px;
}

.lightSlider .vertical {
  width: 425px !important;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 1600px) {
  .lightSlider .vertical {
    width: 474px !important;
  }
}

@media only screen and (max-width: 992px) {
  .lightSlider .vertical {
    width: 50% !important;
  }
}

.lightSlider li {
  padding: 0px;
}

.lightSlider .left {
  padding: 0 !important;
}

.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.primary-btn {
  font-family: "Proxima Nova Rg", sans-serif;
  margin-top: 50px;
  font-size: 1.125em;
  letter-spacing: 2px;
  display: inline-block;
  pointer-events: initial;
}

@media only screen and (max-width: 992px) {
  .primary-btn {
    margin-top: 20px;
  }
}

.primary-btn:hover span {
  margin-left: 20px;
}

.primary-btn span {
  margin-left: 12px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  top: 4px;
  position: relative;
}

.cursor {
  --size: 6px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  position: fixed;
  z-index: 2000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}

.cursor.cursor-shadow {
  background-color: transparent;
  border: 1px solid #ffffff;
  --size: 50px;
  transition: top 0.3s, left 0.3s, width 0.7s, height 0.7s, background-color 0.3s, border-color 0.3s;
  transition-timing-function: ease-out;
}

.cursor.cursor-shadow.no-transition {
  transition: none;
}

.cursor.cursor-dot {
  background: #ffffff;
  transition: width 0.2s, height 0.2s;
}

.cursor-dot.active-link {
  --size: 15px;
}

.cursor-shadow.active-link {
  background-color: rgba(255, 255, 255, 0.2);
}

.cursor-shadow.active {
  --size: 70px;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

.cursor-dot.active {
  --size: 7px;
  background: #ffffff;
  transition-duration: 3s;
}

.disable-hover {
  pointer-events: none;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#canvas.active {
  opacity: 1;
}

.images {
  margin: 100px 0;
}

.scroll {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  bottom: 75px;
  z-index: 99;
  right: 25px;
}

@media only screen and (max-width: 1024px) {
  .scroll {
    display: none;
  }
}

.scroll:hover {
  cursor: pointer;
}

.scroll:hover p span {
  right: -10px;
}

.scroll p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 1.125em;
  letter-spacing: 2px;
}

.scroll p span {
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  right: 0px;
}

.heading {
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .heading {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .heading {
    padding: 0 20px;
  }
}

.heading h1 {
  font-size: 3.125em;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .heading h1 {
    font-size: 2.875em;
  }
}

@media only screen and (max-width: 768px) {
  .heading h1 {
    font-size: 2.25em;
  }
}

.heading a {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding-bottom: 15px;
  font-size: 1.125em;
  letter-spacing: 1px;
  font-family: "Proxima Nova Rg", sans-serif;
}

@media only screen and (max-width: 767px) {
  .heading a {
    position: relative;
  }
}

.heading a:hover {
  background: none !important;
}

.heading a:hover:after {
  width: 100%;
}

.heading a:after {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: '';
  height: 1px;
  width: 0;
  background: #fff;
  left: 0;
  bottom: 0;
}

.dots {
  pointer-events: none;
}

.gradient {
  position: absolute;
  z-index: 10;
  width: 100%;
  opacity: 0.4;
  height: 100%;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}

.menu-wrap {
  padding-left: 24%;
}

@media only screen and (max-width: 1500px) {
  .menu-wrap {
    padding-left: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .menu-wrap {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .menu-wrap .col-sm-8, .menu-wrap .col-sm-4 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-wrap.top {
    padding-left: 19%;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-wrap.top .nav li {
    padding: 0 15px 0 0;
  }
}

.menu-wrap.inner {
  margin-bottom: 150px;
  padding: 20px 45px;
}

@media only screen and (max-width: 1350px) {
  .menu-wrap.inner {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1350px) and (max-width: 1024px) {
  .menu-wrap.inner {
    margin-bottom: 40px;
  }
}

.menu-wrap.inner .language {
  margin: 12px 0;
}

.menu-wrap.inner .language a {
  text-transform: uppercase;
}

.menu-wrap.inner .language .display-none {
  display: none !important;
}

.menu-wrap .nav {
  margin: 0px;
}

@media only screen and (max-width: 1024px) {
  .menu-wrap .nav {
    display: none;
  }
}

.menu-wrap .nav li {
  display: inline-block;
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 1400px) {
  .menu-wrap .nav li {
    padding: 0 40px 0 0;
  }
}

@media only screen and (max-width: 1300px) {
  .menu-wrap .nav li {
    padding: 0 24px 0 0;
  }
}

.menu-wrap .nav li a {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 0.875em;
  letter-spacing: 2px;
  padding: 10px 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
}

.menu-wrap .nav li a:hover, .menu-wrap .nav li a.nav-path-selected, .menu-wrap .nav li a:focus {
  background: none !important;
}

.menu-wrap .nav li a:hover:after, .menu-wrap .nav li a.nav-path-selected:after, .menu-wrap .nav li a:focus:after {
  width: 100%;
}

.menu-wrap .nav li a:after {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: '';
  height: 2px;
  width: 0px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.menu-wrap .language {
  margin: 8px 0;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .menu-wrap .language {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-wrap .language {
    display: none;
  }
}

.menu-wrap .language li {
  padding: 0px 0 0 36px;
}

@media only screen and (max-width: 1400px) {
  .menu-wrap .language li {
    padding: 0px 0 0 28px;
  }
}

@media only screen and (max-width: 1300px) {
  .menu-wrap .language li {
    padding: 0px 0 0 22px;
  }
}

.menu-wrap .language li:last-child {
  padding: 0 0 0 10px
}

@media only screen and (max-width: 1400px) {
  .menu-wrap .language li:last-child {
    padding: 0;
  }
}

.menu-wrap .language li:last-child a {
  text-transform: uppercase;
}

.menu-wrap .language li:last-child a:hover {
  opacity: 0.5;
}

.menu-wrap .language li:last-child a span {
  position: relative;
  top: 2px;
  font-size: 1em;
}

.menu-wrap .language li.active a {
  opacity: 1;
}

.menu-wrap .language li a {
  opacity: 0.5;
  font-size: 0.9375em;
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  letter-spacing: 1px;
}

.menu-wrap .language li a:hover {
  opacity: 1;
}

.home-page .wrapper header {
  background: none;
}

.home-page .wrapper header.top .menu-wrap {
  opacity: 1;
}

.home-page .wrapper header.sticky {
  background: #000000;
}

.home-page .wrapper header .menu-wrap {
  opacity: 0;
}

.inner-wrap {
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap {
    padding-top: 80px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .inner-wrap {
    padding-top: 80px;
  }
}

.inner-wrap.offset-100 {
  padding-top: 100px;
}

.inner-wrap.offset-50 {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap.offset-50 {
    padding-top: 20px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .inner-wrap.offset-50 {
    padding-top: 20px;
  }
}

.inner-wrap.offset-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap.offset-150 {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) and (max-device-width: 850px) and (orientation: landscape) {
  .inner-wrap.offset-150 {
    padding-top: 110px;
  }
}

.inner-wrap.offset-180 {
  padding-top: 180px;
}

@media only screen and (max-width: 992px) {
  .inner-wrap.offset-180 {
    padding-top: 120px;
  }
}

.inner-wrap.offset-200 {
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap.offset-200 {
    padding-top: 150px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .inner-wrap.offset-200 {
    padding-top: 150px;
  }
}

.inner-wrap.no-offset {
  padding-top: 0px;
}

.breadcrumb-block .breadcrumb {
  background: none;
  padding: 0 1px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-block .breadcrumb {
    padding: 0 3px;
  }
}

.breadcrumb-block .breadcrumb li {
  color: #fff;
  opacity: 0.5;
  letter-spacing: 1px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 1.0625em;
  padding: 0 10px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .breadcrumb-block .breadcrumb li {
    font-size: 0.8125em;
  }
}

.breadcrumb-block .breadcrumb li:first-child {
  padding-left: 0px;
}

.breadcrumb-block .breadcrumb li:nth-child(2):before {
  top: 2px;
}

.breadcrumb-block .breadcrumb li:before {
  position: absolute;
  left: -8px;
  top: 0px;
}

.breadcrumb-block .breadcrumb li.active {
  color: #fff;
  opacity: 0.5;
}

.breadcrumb-block .breadcrumb li a {
  letter-spacing: 1px;
  font-family: "Proxima Nova Rg", sans-serif;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.6 ease;
  -moz-transition: all 0.6 ease;
  -ms-transition: all 0.6 ease;
  -o-transition: all 0.6 ease;
  transition: all 0.6 ease;
  font-size: 1.125em;
}

@media only screen and (max-width: 640px) {
  .breadcrumb-block .breadcrumb li a {
    font-size: 1em;
  }
}

.breadcrumb-block .breadcrumb li a:hover {
  opacity: 0.5;
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .news-page .breadcrumb-block .container {
    padding: 0px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) and (max-width: 767px) {
  .news-page .breadcrumb-block .container {
    padding: 0 20px;
  }
}

.search-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  right: -100%;
  transition: right 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-modal.active {
  right: 0px;
}

.search-modal .container {
  height: 100vh;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  text-align: center;
}

.search-modal .container .close-btn {
  position: absolute;
  top: 10%;
  right: 10%;
  transition: all 1s ease;
  opacity: 1;
}

.search-modal .container .close-btn:hover {
  opacity: 0.5;
}

.search-modal .search-button, .search .search-button {
  display: inline-block;
  font-size: 24px;
  margin-left: 30px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 20px;
}

@media only screen and (max-width: 1024px) {
  .search-modal .search-button, .search .search-button {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .search-modal .search-button, .search .search-button {
    top: 21px;
    margin-left: 10px;
    font-size: 20px;
  }
}

.search-modal .search-button:hover, .search .search-button:hover {
  margin-left: 45px;
}

@media only screen and (max-width: 767px) {
  .search-modal .search-button:hover, .search .search-button:hover {
    margin-left: 13px;
  }
}

.search-modal .search-wrap, .search .search-wrap {
  display: inline-block;
  width: 55%;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .search-modal .search-wrap, .search .search-wrap {
    width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .search-modal .search-wrap .container, .search .search-wrap .container {
    padding: 0px 20px;
  }
}

.search-modal input, .search input {
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  width: 85%;
  font-size: 2em;
  color: #fff;
  height: 60px;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 50px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .search-modal input, .search input {
    width: 100%;
    font-size: 1.25em;
  }
}

.search-modal input:focus, .search input:focus {
  outline: none;
  border-color: #fff;
  box-shadow: none;
}

.search-modal input::-webkit-input-placeholder, .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-modal input:-moz-placeholder, .search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-modal input::-moz-placeholder, .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-modal input:-ms-input-placeholder, .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-modal .search-button {
  background: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  border: none;
  background-size: 50px auto;
  width: 100px;
  font-size: 0px;
}

@media only screen and (max-width: 1200px) {
  .search-modal .search-button {
    background-size: 30px auto;
    width: 30px;
    font-size: 0px;
    padding: 0;
    margin: 0;
  }
}

.search input {
  width: 100%;
}

.search .search-wrap {
  width: 95%;
}

body .chosen-container {
  width: 100% !important;
}

body .chosen-container .chosen-results {
  margin: 0;
  padding: 0px;
}

body .chosen-container .chosen-results li {
  padding: 18px 21px;
  height: 65px;
  font-size: 22px;
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
}

body .chosen-container .chosen-results li.highlighted {
  background: rgba(216, 216, 216, 0.25);
}

body .chosen-container.chosen-with-drop .chosen-single {
  box-shadow: none;
  background: none;
}

body .chosen-container.chosen-with-drop .chosen-single div b {
  background: url(../images/up-arrow.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 19px auto;
}

body .chosen-container .chosen-drop {
  border: 1px solid #fff;
  background: #000;
  box-shadow: none;
  width: 80%;
  border-radius: 0px;
  margin-top: 20px;
}

body .chosen-container .chosen-single, body .chosen-container .chosen-choices {
  box-shadow: none;
  border: 1px solid #fff;
  height: 65px;
  border-radius: 0px;
  background: none;
  box-shadow: none;
  width: 80%;
  font-size: 22px;
  color: #fff;
  padding: 20px;
  font-family: "Proxima Nova Lt", sans-serif;
  letter-spacing: 2px;
}

body .chosen-container .chosen-single div, body .chosen-container .chosen-choices div {
  width: 40px;
  right: 20px;
}

body .chosen-container .chosen-single div b, body .chosen-container .chosen-choices div b {
  background: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  width: 40px;
  background-position: center center !important;
  background-size: 19px auto;
}

body .chosen-container .chosen-single span, body .chosen-container .chosen-choices span {
  height: 100%;
}

body .chosen-container .chosen-choices {
  background: url(../images/down-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  background-size: 15px auto !important;
  height: auto;
  min-height: 50px;
  padding: 7px !important;
}

body .chosen-container .chosen-choices li input {
  margin-top: -1px;
  font-size: 15px !important;
}

body .chosen-container .chosen-choices li.search-choice {
  font-size: 12px !important;
  margin: 0 2px 4px 2px !important;
  line-height: 16px !important;
  padding: 3px 20px 1px 5px;
  border: 1px solid #c7cfe5;
}

.map-block {
  height: 750px;
  margin-bottom: 150px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .map-block {
    height: 650px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .map-block {
    height: 450px;
    margin-bottom: 30px;
  }
}

.map-block #map_canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.map-block .map-image {
  height: 750px;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .map-block .map-image {
    height: 650px;
  }
}

@media only screen and (max-width: 767px) {
  .map-block .map-image {
    height: 450px;
  }
}

.map-block .map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-block .secondary-btn {
  position: absolute;
  bottom: 100px;
  font-size: 22px;
  letter-spacing: 2px;
  background: none;
  right: 50px;
  padding: 15px 25px;
  font-family: "Proxima Nova Lt", sans-serif;
}

@media only screen and (max-width: 767px) {
  .map-block .secondary-btn {
    bottom: 70px;
    font-size: 18px;
    right: 30px;
  }
}

.map-block .secondary-btn:hover {
  background: #fff;
  color: #000000;
}

.testimonial {
  padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  .testimonial {
    padding: 0 30px 50px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial .container {
    text-align: center;
  }
}

.testimonial .container h2 {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20%;
}

@media only screen and (max-width: 992px) {
  .testimonial .container h2 {
    padding: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .testimonial .container h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.testimonial .container h2 .quote-left {
  position: ABSOLUTE;
  width: 15px;
  left: -32px;
  top: -18px;
}

.testimonial .container h2 .quote-right {
  width: 15px;
  position: relative;
  display: inline-block;
  top: -14px;
}

.testimonial .container h3 {
  font-size: 1.25em;
  letter-spacing: 2px;
}

@media only screen and (max-width: 640px) {
  .testimonial .container h3 {
    font-size: 1.0625em;
  }
}

.social {
  margin: 12px 0 0 0;
  display: inline-block;
}

.social li {
  display: inline-block;
  list-style: none;
  padding: 0 35px 0 0;
  position: relative;
}

.social li.active .tool-tip {
  opacity: 1;
  top: 40px;
}

.social li input {
  width: 0px;
}

.social li a {
  font-size: 1.1875em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.social li a.icon-twitter {
  font-size: 1.0625em;
}

.social li a:hover {
  opacity: 0.5;
}

.tool-tip {
  background: rgba(216, 216, 216, 0.2);
  position: absolute;
  padding: 6px 10px;
  font-size: 14px;
  left: 0;
  width: 100px;
  margin-left: -39px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  top: 50px;
  text-align: center;
  font-family: "Proxima Nova Rg", sans-serif;
}

.more-info h3 {
  font-size: 1.125em;
  font-weight: bold;
  font-family: "Proxima Nova Rg", sans-serif;
  margin: 0;
}

.more-info h4 {
  font-size: 1.125em;
  margin-bottom: 20px;
}

.page-not-found, .thank-you, .no-results {
  padding-top: 100px;
  padding-bottom: 235px;
  margin-top: 90px;
  text-align: center;
}

.page-not-found h1, .thank-you h1, .no-results h1 {
  margin-bottom: 24px;
  font-size: 3.125em;
}

.login-page {
  background-color: #000;
  padding: 200px 0;
}

.login-page .btn.pull-right {
  padding-right: 0;
}

.login-page .btn-primary {
  background: none;
  opacity: 1;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.375em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  height: 65px;
  padding: 10px 0;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
}

.login-page .btn-primary:hover {
  background: #fff;
  color: #000000;
}

.login-page .form-control {
  border: 0;
  margin: 0;
  letter-spacing: 2px;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  height: 65px;
  padding: 20px;
  font-size: 1.375em;
  line-height: 32px;
}

.login-page .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.login-page .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.login-page .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.login-page .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

div.alert-error, div.alert-danger {
  border-radius: 0px;
  background-color: transparent !important;
  color: #fff;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -14px;
  right: -28px;
  color: #f00;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

#instantclick-bar {
  background: white;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #101010;
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #000;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  will-change: transform;
  overflow: hidden;
  pointer-events: none;
}

#loading-out {
  position: fixed;
  top: 0;
  left: 0;
  background: #101010;
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: transform;
  overflow: hidden;
  pointer-events: none;
}

.exiting #loading {
  opacity: 1;
}

.exiting #loading-out {
  opacity: 0;
}

.animate #loading-out {
  opacity: 0;
}

.animsition-overlay-slide {
  z-index: 99999 !important;
  pointer-events: none;
  background-color: #000 !important;
}

@media only screen and (max-width: 1200px) {
  .animsition, .animsition-overlay {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  #formidable_container_5 {
    margin-bottom: 80px;
  }
}

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

.ccm-image-slider-container {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}

.ccm-image-slider {
  height: 100%;
}

.ccm-image-slider .prev, .ccm-image-slider .next {
  transition: .4s all ease;
}

.ccm-image-slider .prev {
  background-image: url(/site/templates/images/previous.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.7));
  transition: .4s all ease;
  width: 35px;
  height: 100%;
  background-color: transparent;
  background-size: 17px auto;
  position: absolute;
  z-index: 999;
  top:0;
  left:0;
}

.ccm-image-slider .prev:hover {
  transform: translateX(-5px);
  background-color: rgba(0,0,0,0.5);
}

.ccm-image-slider .next {
  background-image: url(/site/templates/images/next.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.7));
  transition: .4s all ease;
  background-color: transparent;
  width: 35px;
  height: 100%;
  background-size: 17px auto;
  position: absolute;
  z-index: 999;
  top:0;
  right:0;
}

.ccm-image-slider .next:hover {
  transform: translateX(5px);
  background-color: rgba(0,0,0,0.5);
}

.ccm-image-slider-inner {
  height: 100%;
}

.rslides {
  height: 100%;
}

.rslides li img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.rslides_nav.next {
  left: auto;
  background-position: center;
}

.rslides_nav {
  background: #ffffffff;
  opacity: 1;
  height: 48px;
  width: 50px;
  left: 10px;
}

@media only screen and (max-width: 640px) {
  .rslides_nav {
    top: 60%;
  }
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.fancybox-thumbs__list {
  width: 100% !important;
}

.fancybox-thumbs__list a {
  max-width: 100% !important;
  width: 100% !important;
  margin: 2px 0px !important;
}

.fancybox-thumbs {
  width: 100px !important;
  background: #2b2b2b !important;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 100px !important;
}

.fancybox-thumbs__list a:before {
  border: 2px solid #fff !important;
}

.fancybox-navigation .fancybox-button div {
  display: none;
}

.fancybox-navigation .fancybox-button {
  height: 80px !important;
}

.fancybox-button--arrow_right {
  position: relative;
}

.fancybox-button--arrow_right:hover:after {
  right: 20px !important;
}

.fancybox-button--arrow_right:after {
  width: 35px;
  height: 35px;
  content: '';
  background-image: url(../images/next.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  font-size: 25px;
  right: 30px !important;
  background-size: 17px auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 640px) {
  .fancybox-button--arrow_right:after {
    font-size: 18px;
  }
}

.fancybox-button--arrow_left {
  position: relative;
}

.fancybox-button--arrow_left:hover:after {
  left: 20px !important;
}

.fancybox-button--arrow_left:after {
  content: '';
  background-image: url(../images/previous.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  font-size: 25px;
  width: 35px;
  height: 35px;
  background-size: 17px auto;
  left: 30px !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 640px) {
  .fancybox-button--arrow_left:after {
    font-size: 18px;
  }
}

.spinner {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom-color: #fff;
  -webkit-animation: rotateSpinner 400ms linear infinite;
  animation: rotateSpinner 400ms linear infinite;
}

@-webkit-keyframes rotateSpinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .fancybox-toolbar {
    top: auto !important;
    bottom: 0 !important;
  }
}

.search-btn.mobile-search {
  display: none;
  position: absolute;
  right: 87px;
  font-size: 24px;
  top: 23px;
}

@media only screen and (max-width: 1200px) {
  .search-btn.mobile-search {
    display: block;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .search-btn.mobile-search {
    top: 19px;
  }
}

.no--results, .search--loader {
  margin-bottom: 50px;
}

.no-support {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  padding: 10px;
}

.no-support a {
  color: #ffffff;
  text-decoration: underline;
}

p, ul, ol, pre {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* headings */

h1 {
  font-size: 3.5625em;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 2.0em;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 2.875em;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.25em;
  }
}

h3 {
  font-size: 2.5em;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.875em;
  }
}

h4 {
  font-size: 1.875em;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 1.625em;
  }
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 1.25em;
  }
}

h5 {
  font-size: 1.625em;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 1.375em;
  }
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1.125em;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  h6 {
    font-size: 1em;
  }
}

p {
  font-size: 1.375em;
  color: inherit;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 1.25em;
    line-height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 0.9375em;
    line-height: 25px;
  }
}

a {
  font-family: "Proxima Nova Rg", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Proxima Nova Lt", sans-serif;
}

.formidable {
  margin-top: 35px;
  margin-bottom: 30px;
}

.formidable .width-12 {
  padding: 0;
}

.formidable .please_wait_loader {
  display: none !important;
}

.formidable span.error {
  color: #ff0000;
}

.formidable .file_upload {
  background: none;
  border-radius: 0px;
  width: 80%;
  min-height: 65px;
  padding: 0;
  border: 1px solid #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .formidable .file_upload {
    width: 100%;
  }
}

.formidable .file_upload:after {
  content: "\E90A";
  font-family: 'icomoon' !important;
  position: absolute;
  width: 30px;
  right: 10px;
  top: 16px;
  font-size: 20px;
}

.formidable .file_upload:hover {
  border: 1px solid #666666;
}

.formidable .dz-message {
  font-size: 0px;
  height: 63px;
}

.formidable .dz-preview {
  width: 93%;
  margin: 18px;
}

.formidable .dz-preview .dz-image {
  width: 100%;
  border-radius: 0px;
  background: none !important;
}

.formidable .dz-preview .dz-details {
  background: #666666;
}

.formidable .dz-preview .dz-size span {
  background-color: transparent !important;
  color: #fff;
}

.formidable .dz-preview .dz-filename span {
  background-color: transparent !important;
  color: #fff;
}

.formidable .dz-preview .dz-remove {
  background-color: #FF0055;
  border-radius: 0px;
  margin-top: 10px !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.formidable .dz-preview .dz-remove:hover {
  background-color: #fff;
  color: #000000;
}

.formidable .formidable_message.error, .formidable .formidable_message.success {
  padding: 10px 20px;
}

.formidable .formidable_message.error {
  background: #ff0000;
}

.formidable .formidable_message.success {
  border: 1px solid #fff;
  background: none;
}

.formidable .formidable_message.success p {
  margin: 0;
  color: #fff;
}

.formidable .formidable_message div {
  line-height: 20px;
  color: #ffffff;
  font-size: 16px;
}

.formidable .element {
  margin-bottom: 20px;
  position: relative;
}

.formidable .element.active label {
  top: -12px;
  font-size: 0.6875em;
  line-height: 22px;
  left: 18px;
  background-color: #666666;
  color: #fff;
  padding: 0px 5px;
}

@media only screen and (max-width: 640px) {
  .formidable .element.active label {
    font-size: 11px;
  }
}

.formidable .element label {
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  width: auto;
  display: inline-block;
  left: 20px;
  top: 19px;
  font-size: 1.375em;
  pointer-events: none;
  letter-spacing: 2px;
  padding: 0;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-family: "Proxima Nova Lt", sans-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 640px) {
  .formidable .element label {
    font-size: 14px;
    line-height: 22px;
  }
}

.formidable .element label.focus {
  top: -7px;
  font-size: 1em;
  line-height: 22px;
}

@media only screen and (max-width: 640px) {
  .formidable .element label.focus {
    font-size: 16px;
  }
}

.formidable .element label .required {
  color: #ff0000;
  display: none;
}

.formidable .element input, .formidable .element textarea {
  border: 0;
  margin: 0;
  letter-spacing: 2px;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  width: 80%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  height: 65px;
  padding: 20px;
  font-size: 1.375em;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .formidable .element input, .formidable .element textarea {
    width: 100%;
    height: 60px;
  }
}

.formidable .element input::-webkit-input-placeholder, .formidable .element textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.formidable .element input:-moz-placeholder, .formidable .element textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.formidable .element input::-moz-placeholder, .formidable .element textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.formidable .element input:-ms-input-placeholder, .formidable .element textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.formidable .element textarea {
  min-height: 180px;
  max-height: 180px;
  max-width: 100%;
  resize: none;
}

.formidable .element .buttons {
  width: 80%;
  padding: 0px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .formidable .element .buttons {
    width: 100%;
  }
}

.formidable .element .buttons:before {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\2192";
  color: #fff;
  right: 20px;
  top: 19px;
  font-size: 20px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 1;
}

.formidable .element .buttons:hover:before {
  color: #000000;
}

.formidable .element .buttons:hover input {
  background: #fff;
  color: #000000;
}

.formidable .element .buttons input {
  background: none;
  opacity: 1;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.375em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  height: 65px;
  padding: 10px 0;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
}

.secondary-btn {
  font-size: 3.125em;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 70px;
  background-color: #000000;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

@media only screen and (max-width: 767px) {
  .secondary-btn {
    font-size: 1.875em;
    padding: 10px 50px;
  }
}

.secondary-btn:hover {
  background-color: #fff;
  color: #000000;
}

.secondary-btn.download {
  font-size: 22px;
  padding: 18px 20px 14px 20px;
  margin: 10px 0 30px 0;
  font-family: "Proxima Nova Lt", sans-serif;
}

@media only screen and (max-width: 767px) {
  .secondary-btn.download {
    padding: 13px 0px 10px 20px;
  }
}

.secondary-btn.download p {
  font-size: 14px;
  opacity: 0.4;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 0 40px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .secondary-btn.download p {
    font-size: 12px;
  }
}

.secondary-btn.download span {
  font-size: 17px;
}

.secondary-btn.download span:before {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.secondary-btn.download:hover span:before {
  color: #000000;
}

.button-wrap {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1350px) {
  .button-wrap {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1350px) and (max-width: 767px) {
  .button-wrap {
    padding-bottom: 80px;
  }
}

.back-btn-wrap {
  margin-bottom: 20px;
}

.back-btn-wrap .back-btn {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 1.25em;
  position: relative;
  left: 0px;
  display: inline-block;
}

.back-btn-wrap .back-btn:hover {
  left: -10px;
}

.banner {
  position: relative;
  height: calc(100vh - 90px);
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .banner {
    width: 100%;
    height: calc(100vh);
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    height: 100vw;
    margin-bottom: 30px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner {
    height: 300px;
  }
}

.banner.active .grid__item-img, .banner.active .dots {
  transform: scale(1);
  opacity: 1;
}

.banner.active .dots {
  transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 2s;
}

@media only screen and (max-width: 1060px) {
  .banner.active .dots {
    transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  }
}

.banner.active .grid__item-img {
  transition: left 1.2s cubic-bezier(0.77, 0, 0.175, 1) 2s, transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
}

@media only screen and (max-width: 1060px) {
  .banner.active .grid__item-img {
    transition: left 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, transform 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.banner .banner-slide .banner-slide-item {
  height: calc(100vh - 90px);
}

@media only screen and (max-width: 768px) {
  .banner .banner-slide .banner-slide-item {
    height: calc(100vh);
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-slide .banner-slide-item {
    height: 100vw;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .banner-slide .banner-slide-item {
    height: 300px;
  }
}

.banner .banner-slide .banner-slide-item .caption {
  position: absolute;
  left: 12%;
  z-index: 999;
  bottom: 28%;
  width: 340px;
}

@media (min-width: 1600px) and (min-height: 1000px) {
  .banner .banner-slide .banner-slide-item .caption {
    bottom: 34%;
  }
}

@media (min-width: 2000px) and (min-height: 1000px) {
  .banner .banner-slide .banner-slide-item .caption {
    bottom: 40%;
    left: 8%;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-slide .banner-slide-item .caption {
    z-index: 999;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .banner-slide .banner-slide-item .caption {
    z-index: 999;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
  }
}

.banner .banner-slide .banner-slide-item .caption.active h2, .banner .banner-slide .banner-slide-item .caption.active h1 {
  letter-spacing: 10px;
  opacity: 1;
  margin-left: 0px;
  -webkit-transition: opacity 1.5s ease 0s, letter-spacing 1.5s ease 0s, margin-left 1.5s ease 0s;
  -moz-transition: opacity 1.5s ease 0s, letter-spacing 1.5s ease 0s, margin-left 1.5s ease 0s;
  -ms-transition: opacity 1.5s ease 0s, letter-spacing 1.5s ease 0s, margin-left 1.5s ease 0s;
  -o-transition: opacity 1.5s ease 0s, letter-spacing 1.5s ease 0s, margin-left 1.5s ease 0s;
  transition: opacity 1.5s ease 0s, letter-spacing 1.5s ease 0s, margin-left 1.5s ease 0s;
}

@media only screen and (max-width: 767px) {
  .banner .banner-slide .banner-slide-item .caption.active h2, .banner .banner-slide .banner-slide-item .caption.active h1 {
    letter-spacing: 8px;
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -ms-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    transform: translate3d(0, 0px, 0);
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .banner-slide .banner-slide-item .caption.active h2, .banner .banner-slide .banner-slide-item .caption.active h1 {
    letter-spacing: 8px;
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -ms-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    transform: translate3d(0, 0px, 0);
  }
}

.banner .banner-slide .banner-slide-item .caption.active h6 {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  -webkit-transition: all 1.5s ease 0.5s;
  -moz-transition: all 1.5s ease 0.5s;
  -ms-transition: all 1.5s ease 0.5s;
  -o-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}

.banner .banner-slide .banner-slide-item .caption h2, .banner .banner-slide .banner-slide-item .caption h1 {
  font-size: 3.5625em;
  text-transform: uppercase;
  opacity: 0;
  letter-spacing: 50px;
  margin-left: 100px;
  margin-top: 40px;
  line-height: 77px;
  font-family: "Proxima Nova Lt", sans-serif;
  -webkit-transition: opacity 0.6s ease 0s, letter-spacing 0.6s ease 0s, margin-left 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s, letter-spacing 0.6s ease 0s, margin-left 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, letter-spacing 0.6s ease 0s, margin-left 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s, letter-spacing 0.6s ease 0s, margin-left 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, letter-spacing 0.6s ease 0s, margin-left 0.6s ease 0s;
}

@media only screen and (max-width: 767px) {
  .banner .banner-slide .banner-slide-item .caption h2, .banner .banner-slide .banner-slide-item .caption h1 {
    font-size: 2.375em;
    line-height: 42px;
    margin-top: 20px;
    letter-spacing: 8px;
    margin-left: 0px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: translate3d(0, 30px, 0);
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .banner-slide .banner-slide-item .caption h2, .banner .banner-slide .banner-slide-item .caption h1 {
    font-size: 2.375em;
    line-height: 42px;
    margin-top: 20px;
    letter-spacing: 8px;
    margin-left: 0px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: translate3d(0, 30px, 0);
  }
}

.banner .banner-slide .banner-slide-item .caption h6 {
  font-family: "Proxima Nova Rg", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  letter-spacing: 0px;
  transform: translate3d(0, -50px, 0);
}

@media only screen and (max-width: 767px) {
  .banner .banner-slide .banner-slide-item .caption h6 {
    transform: translate3d(0, -30px, 0);
    font-size: 1.125em;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .banner-slide .banner-slide-item .caption h6 {
    transform: translate3d(0, -30px, 0);
    font-size: 1.125em;
  }
}

.banner .banner-slide .banner-slide-item .banner-slide-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: none;
}

.banner .banner-slide .banner-slide-item .banner-slide-image .potrait {
  display: none !important;
}

.banner .banner-slide .banner-slide-item .banner-slide-image.has-potrait .potrait {
  display: block !important;
}

.banner .banner-slide .banner-slide-item .banner-slide-image.has-potrait .landscape {
  display: none !important;
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .banner-slide .banner-slide-item .banner-slide-image .potrait {
    display: none !important;
  }
  .banner .banner-slide .banner-slide-item .banner-slide-image .landscape {
    display: block !important;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
  }
  .banner .banner-slide .banner-slide-item .banner-slide-image.has-potrait .potrait {
    display: none !important;
  }
  .banner .banner-slide .banner-slide-item .banner-slide-image.has-potrait .landscape {
    display: block !important;
  }
}

.banner .banner-slide .banner-slide-item .banner-slide-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media(min-width:992px) {.banner-slide-image video {
  width: 100% !important;
}
}

.banner .slick-arrow {
  position: absolute;
  bottom: 100px;
}

.banner .grid-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}

.banner .grid-wrap.active {
  opacity: 1;
}

@media only screen and (max-width: 1060px) {
  .banner .grid-wrap.active {
    opacity: 0;
  }
}

.banner .grid__item-img {
  position: absolute;
  left: 37%;
  max-width: 1440px;
  min-width: 607px;
  max-height: 807px;
  min-height: 407px;
  -webkit-clip-path: polygon(9% 14%, 9% 81%, 16% 72%, 16% 25%, 30% 25%, 30% 70%, 11% 70%, 9% 81%, 37% 81%, 37% 14%);
  clip-path: polygon(9% 14%, 9% 81%, 16% 72%, 16% 25%, 30% 25%, 30% 70%, 11% 70%, 9% 81%, 37% 81%, 37% 14%);
  -o-clip-path: polygon(9% 14%, 9% 81%, 16% 72%, 16% 25%, 30% 25%, 30% 70%, 11% 70%, 9% 81%, 37% 81%, 37% 14%);
  -ms-clip-path: polygon(9% 14%, 9% 81%, 16% 72%, 16% 25%, 30% 25%, 30% 70%, 11% 70%, 9% 81%, 37% 81%, 37% 14%);
  top: 10%;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 11;
  transform: scale(0.1);
  transform-origin: 22% center;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

@media (min-width: 1400px) and (max-height: 900px) {
  .banner .grid__item-img {
    -webkit-clip-path: polygon(9% 14%, 9% 80%, 15% 72%, 15% 25%, 28% 25%, 28% 69%, 11% 69%, 9% 81%, 34% 80%, 34% 14%);
    clip-path: polygon(9% 14%, 9% 80%, 15% 72%, 15% 25%, 28% 25%, 28% 69%, 11% 69%, 9% 81%, 34% 80%, 34% 14%);
    -o-clip-path: polygon(9% 14%, 9% 80%, 15% 72%, 15% 25%, 28% 25%, 28% 69%, 11% 69%, 9% 81%, 34% 80%, 34% 14%);
    -ms-clip-path: polygon(9% 14%, 9% 80%, 15% 72%, 15% 25%, 28% 25%, 28% 69%, 11% 69%, 9% 81%, 34% 80%, 34% 14%);
  }
}

@media only screen and (max-width: 1680px) {
  .banner .grid__item-img {
    left: 30%;
  }
}

@media only screen and (max-width: 1440px) {
  .banner .grid__item-img {
    left: 27%;
  }
}

@media only screen and (max-width: 1060px) {
  .banner .grid__item-img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1600px) and (min-height: 1000px) {
  .banner .grid__item-img {
    top: 15%;
  }
}

.banner .grid__item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.banner canvas {
  position: absolute;
  z-index: 999;
  top: -7%;
  left: 0%;
}

.banner .dots {
  position: absolute;
  z-index: 99;
  width: 25%;
  left: 10%;
  top: 21%;
  height: 60vh;
  overflow: hidden;
  transform: scale(0.1);
  transform-origin: center center;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.banner .arrow-wrap {
  position: absolute;
  bottom: 20%;
  z-index: 99;
  opacity: 0;
  left: 12%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (min-width: 2000px) and (min-height: 1000px) {
  .banner .arrow-wrap {
    left: 8%;
  }
}

@media only screen and (max-width: 1200px) {
  .banner .arrow-wrap {
    z-index: 9;
  }
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap {
    position: relative;
    bottom: 60px;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap {
    position: relative;
    bottom: 20vh;
    left: 0;
    width: 100%;
  }
}

.banner .arrow-wrap.active {
  bottom: 26%;
  opacity: 1;
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -ms-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}

@media (min-width: 1600px) and (min-height: 1000px) {
  .banner .arrow-wrap.active {
    bottom: 26%;
  }
}

@media (min-width: 2000px) and (min-height: 1000px) {
  .banner .arrow-wrap.active {
    bottom: 37%;
  }
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap.active {
    -webkit-transition: all 1.5s ease 1s;
    -moz-transition: all 1.5s ease 1s;
    -ms-transition: all 1.5s ease 1s;
    -o-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    position: relative;
    bottom: 80px;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap.active {
    -webkit-transition: all 1.5s ease 1s;
    -moz-transition: all 1.5s ease 1s;
    -ms-transition: all 1.5s ease 1s;
    -o-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    position: relative;
    bottom: 25vh;
    left: 0;
    width: 100%;
  }
}

.banner .arrow-wrap ul {
  margin: 0px;
}

.banner .arrow-wrap ul li {
  padding: 0 20px 0 0;
}

.banner .arrow-wrap ul li .left {
  left: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap ul li .left {
    left: 10%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap ul li .left {
    left: 10%;
  }
}

.banner .arrow-wrap ul li .left:hover {
  left: -15px;
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap ul li .left:hover {
    left: 10%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap ul li .left:hover {
    left: 10%;
  }
}

.banner .arrow-wrap ul li .right {
  right: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap ul li .right {
    right: 10%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap ul li .right {
    right: 10%;
  }
}

.banner .arrow-wrap ul li .right:hover {
  right: -15px;
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap ul li .right:hover {
    right: 10%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap ul li .right:hover {
    right: 10%;
  }
}

.banner .arrow-wrap ul li .left, .banner .arrow-wrap ul li .right {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .banner .arrow-wrap ul li .left, .banner .arrow-wrap ul li .right {
    position: absolute;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .banner .arrow-wrap ul li .left, .banner .arrow-wrap ul li .right {
    position: absolute;
  }
}

.banner .arrow-wrap ul li .left span, .banner .arrow-wrap ul li .right span {
  font-size: 28px;
}

.inner-banner-wrap {
  padding-top: 90px;
}

@media only screen and (max-width: 768px) {
  .inner-banner-wrap {
    padding-top: 75px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .inner-banner-wrap {
    padding-top: 65px;
  }
}

.inner-banner-wrap .page-title-block h1, .inner-banner-wrap .page-title-block h2, .inner-banner-wrap .page-title-block h3 {
  font-size: 2.0em;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin: 0px;
}

@media only screen and (max-width: 992px) {
  .inner-banner-wrap .page-title-block h1, .inner-banner-wrap .page-title-block h2, .inner-banner-wrap .page-title-block h3 {
    font-size: 2.5em;
    letter-spacing: 5px;
  }
}

@media only screen and (max-width: 992px) {
  .inner-banner-wrap .page-title-block h1, .inner-banner-wrap .page-title-block h2, .inner-banner-wrap .page-title-block h3 {
    font-size: 1.875em;
  }
}

.inner-banner-wrap .page-title-block .title {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 18vh;
}

@media only screen and (max-width: 1024px) {
  .inner-banner-wrap .page-title-block .title {
    height: auto;
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}

.inner-banner-wrap .scroll {
  bottom: 62px;
}

@media only screen and (max-height: 1000px) {
  .inner-banner-wrap .scroll .scroll {
    bottom: 65px;
  }
}

@media only screen and (max-height: 950px) {
  .inner-banner-wrap .scroll {
    bottom: 45px;
  }
  .inner-banner-wrap .scroll p {
    font-size: 0.9375em;
  }
}

@media only screen and (max-height: 850px) {
  .inner-banner-wrap .scroll {
    bottom: 40px;
  }
}

.inner-banner-wrap .inner-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 73vh;
  width: 100%;
  position: relative;
}

.inner-banner-wrap .inner-banner .potrait {
  height: 100vw;
  width: 100%;
  object-fit: cover;
  display: none;
}

.inner-banner-wrap .inner-banner .landscape {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .inner-banner-wrap .inner-banner {
    height: 100vw;
  }
  .inner-banner-wrap .inner-banner.has-potrait {
    background: none !important;
  }
  .inner-banner-wrap .inner-banner.has-potrait .potrait {
    display: block;
  }
  .inner-banner-wrap .inner-banner .landscape {
    display: none;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .inner-banner-wrap .inner-banner {
    height: 300px;
  }
  .inner-banner-wrap .inner-banner .potrait {
    display: none !important;
  }
  .inner-banner-wrap .inner-banner .landscape {
    display: block;
  }
}

.inner-banner-wrap .inner-banner .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.inner-banner-wrap .inner-banner .title-block {
  left: 50%;
  position: absolute;
  width: 630px;
  top: 35%;
  text-align: center;
  margin-left: -315px;
  z-index: 10;
  border: 1px solid #fff;
  padding: 0 30px;
}

.inner-banner-wrap .inner-banner .title-block .title {
  height: 400px;
  vertical-align: middle;
  text-transform: uppercase;
  display: table-cell;
  width: 1%;
}

.inner-banner-wrap .inner-banner .title-block .title p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 1.125em;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.page-type-news-detail .inner-banner-wrap .scroll {
  bottom: 75px;
}

@media only screen and (max-height: 850px) {
  .page-type-news-detail .inner-banner-wrap .scroll {
    bottom: 55px;
  }
}

@media only screen and (max-height: 767px) {
  .page-type-news-detail .inner-banner-wrap .page-title-block {
    padding: 20px 5px;
  }
}

.page-type-news-detail .inner-banner-wrap .page-title-block h1, .page-type-news-detail .inner-banner-wrap .page-title-block h2, .page-type-news-detail .inner-banner-wrap .page-title-block h3 {
  font-size: 2.3125em;
}

@media only screen and (max-height: 767px) {
  .page-type-news-detail .inner-banner-wrap .page-title-block h1, .page-type-news-detail .inner-banner-wrap .page-title-block h2, .page-type-news-detail .inner-banner-wrap .page-title-block h3 {
    font-size: 1.875em;
    letter-spacing: 3px;
  }
}

.page-type-news-detail .inner-banner-wrap .inner-banner {
  height: 66vh;
}

@media only screen and (max-width: 767px) {
  .page-type-news-detail .inner-banner-wrap .inner-banner {
    height: 100vw;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .page-type-news-detail .inner-banner-wrap .inner-banner {
    height: 300px;
    background: none;
  }
}

.page-type-news-detail .inner-banner-wrap .page-title-block .title {
  height: 24vh;
}

@media only screen and (max-width: 992px) {
  .page-type-news-detail .inner-banner-wrap .page-title-block .title {
    height: auto;
  }
}

.ieEdge .banner .grid__item-img, .ie10 .banner .grid__item-img {
  width: 400px;
  border: 100px solid rgba(0, 0, 0, 0.3);
  height: 550px;
  left: 9%;
  top: 14%;
  min-width: 400px;
}

.ieEdge .sales-inner .banner .grid__item-img, .ie10 .sales-inner .banner .grid__item-img {
  left: 9%;
  top: 18%;
}

.featured, .project-list {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1350px) {
  .featured, .project-list {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .featured, .project-list {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .featured .primary-btn, .project-list .primary-btn {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .featured .container, .project-list .container {
    padding: 0px;
  }
}

@media only screen and (min-width: 1350px) {
  #projects-list .item {
    width: 47%;
    margin: 1.5%;
    float: left;
  }
}

@media only screen and (max-width: 992px) {
  #projects-list .item .info {
    max-height: auto !important;
    position : relative !important;
  }
}

@media only screen and (min-width: 992px) {
  .desktop-margin-bottom {
    margin-bottom: 50px;
  }
}



@media only screen and (max-width: 992px) {
  .mobile-margin-bottom {
    margin-bottom: 30px;
  }
}

.featured .container .item, .project-list .container .item {
  height: 580px;
  position: relative;
  margin-bottom: 150px;
}

@media only screen and (min-width: 1600px) {
  .featured .container .item, .project-list .container .item {
    height: 650px;
  }
}

@media only screen and (max-width: 1350px) {
  .featured .container .item, .project-list .container .item {
    height: 550px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .featured .container .item, .project-list .container .item {
    margin-bottom: 50px;
    height: 350px;
  }
}

@media only screen and (max-width: 992px) {
  .featured .container .item, .project-list .container .item {
    height: 282px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .featured .container .item, .project-list .container .item {
    height: auto;
  }
}

.featured .container .item:last-child, .project-list .container .item:last-child {
  margin-bottom: 0px;
}

.featured .container .item:hover .dots, .project-list .container .item:hover .dots {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.featured .container .item:hover .info, .project-list .container .item:hover .info {
  bottom: -20px;
  border: 1px solid #fff;
  -webkit-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  -moz-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  -ms-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  -o-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
}

@media only screen and (max-width: 768px) {
  .featured .container .item:hover .info, .project-list .container .item:hover .info {
    bottom: 0px;
    border: 1px solid transparent;
  }
}

.featured .container .item:hover .info p, .featured .container .item:hover .info h4, .project-list .container .item:hover .info p, .project-list .container .item:hover .info h4 {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

@media only screen and (max-width: 768px) {
  .featured .container .item:hover .info p, .featured .container .item:hover .info h4, .project-list .container .item:hover .info p, .project-list .container .item:hover .info h4 {
    opacity: 0;
  }
}

.featured .container .item:hover .image-block .image, .project-list .container .item:hover .image-block .image {
  transform: scale(1.1);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.featured .container .item .image-block, .project-list .container .item .image-block {
  height: 580px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .featured .container .item .image-block, .project-list .container .item .image-block {
    height: 650px;
  }
}

@media only screen and (max-width: 1350px) {
  .featured .container .item .image-block, .project-list .container .item .image-block {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .featured .container .item .image-block, .project-list .container .item .image-block {
    height: 350px;
  }
}

@media only screen and (max-width: 992px) {
  .featured .container .item .image-block, .project-list .container .item .image-block {
    height: 282px;
  }
}

@media only screen and (max-width: 767px) {
  .featured .container .item .image-block, .project-list .container .item .image-block {
    height: auto;
    position: static;
    min-height: 130px;
    background: black;
    overflow: hidden;
  }
}

.featured .container .item .image-block .image, .project-list .container .item .image-block .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: transform 2.5s ease, top 3s ease 0.4s;
  -moz-transition: transform 2.5s ease, top 3s ease 0.4s;
  -ms-transition: transform 2.5s ease, top 3s ease 0.4s;
  -o-transition: transform 2.5s ease, top 3s ease 0.4s;
  transition: transform 2.5s ease, top 3s ease 0.4s;
  transform: scale(1);
  position: relative;
  top: 0px;
}

.featured .container .item .info, .project-list .container .item .info {
  position: absolute;
  right: 30px;
  bottom: -50px;
  z-index: 11;
  border: 1px solid transparent;
  padding: 50px;
  max-height: 320px;
  text-align: right;
  -webkit-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0s;
  -moz-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0s;
  -ms-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0s;
  -o-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0s;
  transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0s;
}

@media only screen and (max-width: 992px) {
  .featured .container .item .info, .project-list .container .item .info {
    bottom: 10px;
    padding: 0;
    width: 100%;
    position: relative;
    right: 0;
  }
}

.featured .container .item .info h3, .project-list .container .item .info h3 {
  line-height: 44px;
}

@media only screen and (max-width: 640px) {
  .featured .container .item .info h3, .project-list .container .item .info h3 {
    font-size: 25px;
  }
}

.featured .container .item .info p, .featured .container .item .info h4, .project-list .container .item .info p, .project-list .container .item .info h4 {
  font-size: 1.375em;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.featured .container .item .dots, .project-list .container .item .dots {
  position: absolute;
  width: 425px;
  right: -18px;
  top: -22px;
  z-index: 99;
  opacity: 0;
  height: 700px;
  overflow: hidden;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.news-block .heading {
  margin-bottom: 40px;
}

.news-block .heading h1 {
  font-size: 3.125em;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .news-block .heading h1 {
    font-size: 2.875em;
  }
}

@media only screen and (max-width: 768px) {
  .news-block .heading h1 {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 992px) {
  .news-block .heading {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .news-block .container {
    padding: 0px;
  }
}

.news-block .container .row {
  margin: 0 -4px;
}

.news-block .container .row .item {
  padding-bottom: 300px;
}

@media only screen and (max-width: 1350px) {
  .news-block .container .row .item {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 1350px) and (max-width: 767px) {
  .news-block .container .row .item {
    margin: 0 0 30px 0;
    height: auto;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-block .container .row .item .item-wrap .gradient {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .news-block .container .row .item .item-wrap .info {
    position: static;
    height: auto;
    min-height: 100px;
    max-height: 300px;
    padding: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .news-block .container .row .item .item-wrap .info p {
    display: none;
  }
}

.news-block .container .row .item .item-wrap .image-block .potrait {
  display: none !important;
}

.news-block .container .row .item .item-wrap .image-block.has-potrait .potrait {
  display: block !important;
}

.news-block .container .row .item .item-wrap .image-block.has-potrait .landscape {
  display: none !important;
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .news-block .container .row .item .item-wrap .image-block .potrait {
    display: none !important;
  }
  .news-block .container .row .item .item-wrap .image-block .landscape {
    display: block !important;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
  }
  .news-block .container .row .item .item-wrap .image-block.has-potrait .potrait {
    display: none !important;
  }
  .news-block .container .row .item .item-wrap .image-block.has-potrait .landscape {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .news-block .container .row .item .item-wrap .image-block {
    position: static;
  }
  .news-block .container .row .item .item-wrap .image-block .image {
    height: 60vw;
  }
}

.team .item, .news-block .item {
  padding: 0 4px;
  height: 850px;
  position: relative;
  -webkit-transition: top 1.5s ease;
  -moz-transition: top 1.5s ease;
  -ms-transition: top 1.5s ease;
  -o-transition: top 1.5s ease;
  transition: top 1.5s ease;
}

@media only screen and (min-width: 992px) {
.news-block .item {
  height: 560px !important;
}
}

@media only screen and (max-width: 992px) {
  .next-project-title {
    font-size: 1.5em !important;
  }
}

.team .item:hover .item-wrap, .news-block .item:hover .item-wrap {
  -webkit-transition: top 0.6s ease, opacity 1.5s ease;
  -moz-transition: top 0.6s ease, opacity 1.5s ease;
  -ms-transition: top 0.6s ease, opacity 1.5s ease;
  -o-transition: top 0.6s ease, opacity 1.5s ease;
  transition: top 0.6s ease, opacity 1.5s ease;
}

.team .item:hover .item-wrap .dots, .news-block .item:hover .item-wrap .dots {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s;
  -ms-transition: opacity 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s;
  transition: opacity 1s ease 0.8s;
}

.team .item:hover .item-wrap .overlay, .news-block .item:hover .item-wrap .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.team .item:hover .item-wrap .gradient, .news-block .item:hover .item-wrap .gradient {
  opacity: 0.7;
}

.team .item:hover .item-wrap .info, .news-block .item:hover .item-wrap .info {
  bottom: -120px;
  border: 1px solid #fff;
  -webkit-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  -moz-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  -ms-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  -o-transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
  transition: bottom 1s cubic-bezier(0.77, 0, 0.175, 1), border 1s ease 0.5s;
}

.team .item:hover .item-wrap .info p, .team .item:hover .item-wrap .info h4, .news-block .item:hover .item-wrap .info p, .news-block .item:hover .item-wrap .info h4 {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

@media only screen and (max-width: 767px) {
  .team .item:hover .item-wrap .info p, .team .item:hover .item-wrap .info h4, .news-block .item:hover .item-wrap .info p, .news-block .item:hover .item-wrap .info h4 {
    opacity: 0;
  }
}

.team .item:hover .item-wrap .info .mCSB_scrollTools, .news-block .item:hover .item-wrap .info .mCSB_scrollTools {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .team .item:hover .item-wrap .info, .news-block .item:hover .item-wrap .info {
    bottom: -250px;
    border: 1px solid transparent;
  }
}

.team .item:hover .item-wrap .image-block .image, .news-block .item:hover .item-wrap .image-block .image {
  transform: scale(1.2);
  -webkit-transition: transform 2s ease 0s, top 1.5s ease 0.8s;
  -moz-transition: transform 2s ease 0s, top 1.5s ease 0.8s;
  -ms-transition: transform 2s ease 0s, top 1.5s ease 0.8s;
  -o-transition: transform 2s ease 0s, top 1.5s ease 0.8s;
  transition: transform 2s ease 0s, top 1.5s ease 0.8s;
}

.team .item.aos-animate .item-wrap, .team .item.is-animating .item-wrap, .news-block .item.aos-animate .item-wrap, .news-block .item.is-animating .item-wrap {
  top: 0px !important;
  opacity: 1;
}

.team .item.aos-animate .item-wrap .image-block .image, .team .item.is-animating .item-wrap .image-block .image, .news-block .item.aos-animate .item-wrap .image-block .image, .news-block .item.is-animating .item-wrap .image-block .image {
  -webkit-transition: transform 1.5s ease 0s, top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  -moz-transition: transform 1.5s ease 0s, top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  -ms-transition: transform 1.5s ease 0s, top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  -o-transition: transform 1.5s ease 0s, top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  transition: transform 1.5s ease 0s, top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  top: 0px;
}

.team .item:nth-child(1) .item-wrap, .news-block .item:nth-child(1) .item-wrap {
  top: 80px;
  -webkit-transition: top 2s ease 0s, opacity 2s ease 0s;
  -moz-transition: top 2s ease 0s, opacity 2s ease 0s;
  -ms-transition: top 2s ease 0s, opacity 2s ease 0s;
  -o-transition: top 2s ease 0s, opacity 2s ease 0s;
  transition: top 2s ease 0s, opacity 2s ease 0s;
}

.team .item:nth-child(2) .item-wrap, .news-block .item:nth-child(2) .item-wrap {
  top: 120px;
  -webkit-transition: top 2s ease 0s, opacity 2s ease 0s;
  -moz-transition: top 2s ease 0s, opacity 2s ease 0s;
  -ms-transition: top 2s ease 0s, opacity 2s ease 0s;
  -o-transition: top 2s ease 0s, opacity 2s ease 0s;
  transition: top 2s ease 0s, opacity 2s ease 0s;
}

.team .item:nth-child(3) .item-wrap, .news-block .item:nth-child(3) .item-wrap {
  top: 160px;
  -webkit-transition: top 2s ease 0s, opacity 2s ease 0s;
  -moz-transition: top 2s ease 0s, opacity 2s ease 0s;
  -ms-transition: top 2s ease 0s, opacity 2s ease 0s;
  -o-transition: top 2s ease 0s, opacity 2s ease 0s;
  transition: top 2s ease 0s, opacity 2s ease 0s;
}

.team .item .item-wrap, .news-block .item .item-wrap {
  height: 100%;
  position: relative;
  top: 0px;
  opacity: 0;
  -webkit-transition: top 2s ease, opacity 1.5s ease;
  -moz-transition: top 2s ease, opacity 1.5s ease;
  -ms-transition: top 2s ease, opacity 1.5s ease;
  -o-transition: top 2s ease, opacity 1.5s ease;
  transition: top 2s ease, opacity 1.5s ease;
}

@media only screen and (max-width: 1200px) {
  .team .item .item-wrap, .news-block .item .item-wrap {
    opacity: 1 !important;
    top: 0px !important;
  }
}

.team .item .item-wrap .gradient, .news-block .item .item-wrap .gradient {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s ease 0s;
  -moz-transition: opacity 2s ease 0s;
  -ms-transition: opacity 2s ease 0s;
  -o-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 77%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 77%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 77%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.team .item .item-wrap .image-block, .news-block .item .item-wrap .image-block {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  overflow: hidden;
}

.team .item .item-wrap .image-block .image, .news-block .item .item-wrap .image-block .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  position: relative;
  top: 0px !important;
  -webkit-transition: transform 4s ease 0s, top 1.5s ease 0s;
  -moz-transition: transform 4s ease 0s, top 1.5s ease 0s;
  -ms-transition: transform 4s ease 0s, top 1.5s ease 0s;
  -o-transition: transform 4s ease 0s, top 1.5s ease 0s;
  transition: transform 4s ease 0s, top 1.5s ease 0s;
}

.team .item .item-wrap .info, .news-block .item .item-wrap .info {
  position: absolute;
  right: 5%;
  bottom: -350px;
  z-index: 11;
  border: 1px solid transparent;
  padding: 25px;
  width: 90%;
  min-height: 275px;
  -webkit-transition: bottom 1.5s ease, border 1.5s ease 0s;
  -moz-transition: bottom 1.5s ease, border 1.5s ease 0s;
  -ms-transition: bottom 1.5s ease, border 1.5s ease 0s;
  -o-transition: bottom 1.5s ease, border 1.5s ease 0s;
  transition: bottom 1.5s ease, border 1.5s ease 0s;
}

@media only screen and (max-width: 1024px) {
  .team .item .item-wrap .info, .news-block .item .item-wrap .info {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .team .item .item-wrap .info, .news-block .item .item-wrap .info {
    padding: 10px;
  }
}

.team .item .item-wrap .info .mCSB_scrollTools, .news-block .item .item-wrap .info .mCSB_scrollTools {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease 1s;
  -moz-transition: opacity 1.5s ease 1s;
  -ms-transition: opacity 1.5s ease 1s;
  -o-transition: opacity 1.5s ease 1s;
  transition: opacity 1.5s ease 1s;
}

.team .item .item-wrap .info h6, .team .item .item-wrap .info h3, .news-block .item .item-wrap .info h6, .news-block .item .item-wrap .info h3 {
  line-height: 29px;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-family: "Proxima Nova Rg", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .team .item .item-wrap .info h6, .team .item .item-wrap .info h3, .news-block .item .item-wrap .info h6, .news-block .item .item-wrap .info h3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 767px) {
  .team .item .item-wrap .info h6, .team .item .item-wrap .info h3, .news-block .item .item-wrap .info h6, .news-block .item .item-wrap .info h3 {
    font-size: 1em;
    line-height: 26px;
  }
}

.team .item .item-wrap .info p, .news-block .item .item-wrap .info p {
  opacity: 0;
}

.team .item .item-wrap .info p, .team .item .item-wrap .info h4, .news-block .item .item-wrap .info p, .news-block .item .item-wrap .info h4 {
  line-height: 30px;
  letter-spacing: 0.5px;
  font-size: 0.875em;
  -webkit-transition: opacity 1.5s ease 0s;
  -moz-transition: opacity 1.5s ease 0s;
  -ms-transition: opacity 1.5s ease 0s;
  -o-transition: opacity 1.5s ease 0s;
  transition: opacity 1.5s ease 0s;
}

.team .item .item-wrap .info .primary-btn, .news-block .item .item-wrap .info .primary-btn {
  margin: 30px 0 0;
  font-size: 1.125em;
  -webkit-transition: opacity 1.5s ease 0s;
  -moz-transition: opacity 1.5s ease 0s;
  -ms-transition: opacity 1.5s ease 0s;
  -o-transition: opacity 1.5s ease 0s;
  transition: opacity 1.5s ease 0s;
}

.team .item .item-wrap .dots, .news-block .item .item-wrap .dots {
  position: absolute;
  width: 375px;
  right: 0;
  top: -22px;
  z-index: 99;
  opacity: 0;
  height: 650px;
  overflow: hidden;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.team .item .item-wrap .overlay, .news-block .item .item-wrap .overlay {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

footer p {
  font-family: "Proxima Nova Rg", sans-serif;
}

footer .copy {
  text-align: center;
  padding-top: 85px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  footer .copy {
    padding: 30px 0 10px 12px;
    text-align: left;
    max-width: 100%;
    font-size: 18px;
  }
}

footer .copy p {
  font-size: 0.875em;
  opacity: 0.6;
  letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
  footer .copy p {
    line-height: 24px;
    font-size: 0.8125em;
  }
}

@media only screen and (max-width: 767px) {
  footer .social {
    margin: 0;
  }
}

footer .container .row p {
  opacity: 0.6;
  font-size: 0.875em;
  line-height: 32px;
  letter-spacing: 1px;
}

footer .container .row a {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 1;
  font-family: "Proxima Nova Rg", sans-serif;
}

@media only screen and (max-width: 767px) {
  footer .container .row a {
    font-size: 1em;
  }
}

footer .container .row a:hover {
  opacity: 0.5;
}

footer .container .row h6 {
  margin-bottom: 40px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 1em;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  footer .container .row h6 {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}

footer .container .row .left ul {
  margin: 0px;
}

footer .container .row .left ul li {
  list-style: none;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  footer .container .row .left ul li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .middle {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .middle p {
    line-height: 24px;
    letter-spacing: 1px;
    padding-right: 50px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .middle p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .right {
    margin-top: 40px;
  }
}

footer .container .row .right h6 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  footer .container .row .right h6 {
    margin-bottom: 5px;
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .right .formidable {
    margin: 0px;
  }
}

footer .container .row .right .formidable .formidable_message.success {
  background: none;
  padding: 10px 15px;
  margin-bottom: 20px;
}

footer .container .row .right .formidable .formidable_message.success p {
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #fff;
  opacity: 1;
}

footer .container .row .right .formidable span.error {
  position: absolute;
  font-size: 12px;
  color: red;
}

.project-text p, .project-text ul li {
  font-size: 1em !important;
}

@media (max-width: 992px) {
  .project-text p, .project-text ul li {
    font-size: 0.7em !important;
  }
}

footer .container .row .right .formidable .element.active label {
  top: -11px;
  line-height: 19px;
  font-size: 0.6875em;
}

footer .container .row .right .formidable .element label {
  font-size: 1em;
  left: 13px;
  letter-spacing: 0px;
  top: 8px;
}

@media only screen and (max-width: 767px) {
  footer .container .row .right .formidable .element label {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  footer .container .row .right .formidable .element .buttons {
    width: 100%;
  }
}

footer .container .row .right .formidable .element .buttons:hover:before {
  right: 82px;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  footer .container .row .right .formidable .element .buttons:hover:before {
    right: 49px;
  }
}

@media only screen and (max-width: 768px) {
  footer .container .row .right .formidable .element .buttons:hover:before {
    right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .right .formidable .element .buttons:hover:before {
    right: 0px;
  }
}

footer .container .row .right .formidable .element .buttons:before {
  right: 86px;
  top: -53px;
  font-size: 17px;
  pointer-events: none;
}

@media only screen and (max-width: 1600px) {
  footer .container .row .right .formidable .element .buttons:before {
    right: 54px;
  }
}

@media only screen and (max-width: 1200px) {
  footer .container .row .right .formidable .element .buttons:before {
    right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  footer .container .row .right .formidable .element .buttons:before {
    right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .right .formidable .element .buttons:before {
    right: 0px;
  }
}

footer .container .row .right .formidable .element .btn {
  font-size: 0px;
  position: absolute;
  right: 74px;
  top: -65px;
  width: 45px;
  border: none;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media only screen and (max-width: 1600px) {
  footer .container .row .right .formidable .element .btn {
    right: 39px;
  }
}

@media only screen and (max-width: 1200px) {
  footer .container .row .right .formidable .element .btn {
    right: -15px;
  }
}

footer .container .row .right .formidable .element .btn:focus {
  outline: none;
}

footer .container .row .right .formidable .element input {
  border: none;
  background: none;
  font-size: 1em;
  font-family: "Proxima Nova Lt", sans-serif;
  color: #fff;
  width: 250px;
  padding: 0 50px 0 10px;
  height: 45px;
  letter-spacing: 0px;
  border: 1px solid #666666;
}

@media only screen and (max-width: 768px) {
  footer .container .row .right .formidable .element input {
    width: 100%;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  footer .container .row .right .formidable .element input {
    width: 200px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) and (max-width: 767px) {
  footer .container .row .right .formidable .element input {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .row .right .formidable .element input {
    width: 100%;
    border: none;
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
}

.thank-you {
  padding-bottom: 190px;
}

.thank-you h1 {
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .leadership .container {
    padding: 0;
  }
}

.team {
  margin: 0px;
  overflow: hidden;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .team {
    padding-bottom: 30px;
  }
}

.team .item {
  padding: 0 0 200px 0;
}

@media only screen and (max-width: 1024px) {
  .team .item {
    height: 700px;
  }
}

@media only screen and (max-width: 1200px) {
  .team .item {
    width: 50%;
    padding: 0;
    height: 700px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .team .item {
    height: 600px;
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) and (max-device-width: 850px) and (orientation: landscape) {
  .team .item {
    width: 50%;
    float: left;
  }
}

.team .item .item-wrap {
  top: 0px !important;
}

.team .item .item-wrap:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1200px) {
  .team .item .item-wrap:hover .info {
    bottom: -100px !important;
    border: none;
  }
}

@media only screen and (max-width: 992px) {
  .team .item .item-wrap:hover .info {
    bottom: -50px !important;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .team .item .item-wrap:hover .info {
    bottom: -30px !important;
  }
}

.team .item .item-wrap:hover .info p {
  opacity: 1 !important;
}

.team .item .item-wrap .overlay {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .team .item .item-wrap .overlay {
    background: rgba(0, 0, 0, 0.2);
  }
}

.team .item .item-wrap .image-block.teamie10 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.team .item .item-wrap .image-block.teamie10 img {
  display: none;
}

.team .item .item-wrap .info {
  bottom: -350px;
  height: 350px;
}

@media only screen and (max-width: 1200px) {
  .team .item .item-wrap .info {
    bottom: -600px;
    height: 100%;
    min-height: 20px;
    right: auto;
    left: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .team .item .item-wrap .info {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .team .item .item-wrap .info {
    pointer-events: none !important;
  }
}

.team .item .item-wrap .info h2 {
  line-height: 34px;
  font-size: 1.625em;
  margin-bottom: 0px;
  font-family: "Proxima Nova Lt", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .team .item .item-wrap .info h2 {
    font-size: 1.5em;
  }
}

.team .item .item-wrap .info h3 {
  line-height: 29px;
  font-size: 1.125em;
}

@media only screen and (max-width: 1024px) {
  .team .item .item-wrap .info h3 {
    line-height: 22px;
    font-size: 0.8125em;
  }
}

.team .item .item-wrap .info p {
  line-height: 22px;
  letter-spacing: 1px;
  opacity: 0;
  height: 250px;
  font-size: 0.875em;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .team .item .item-wrap .info p {
    height: auto;
  }
}

.team.sub-team {
  margin-bottom: 100px;
}

.team.sub-team .item {
  width: 20%;
  height: 20vw;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .team.sub-team .item {
    width: 33.3333%;
    height: 33.333vw;
  }
}

@media only screen and (max-width: 767px) {
  .team.sub-team .item {
    width: 100%;
    height: 100vw;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .team.sub-team .item {
    width: 50%;
    height: 50vw;
  }
}

.team.sub-team .item .item-wrap:hover .info .info-section {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: opacity 1s ease 0.5s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: opacity 1s ease 0.5s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -ms-transition: opacity 1s ease 0.5s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: opacity 1s ease 0.5s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: opacity 1s ease 0.5s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

@media only screen and (max-width: 1024px) {
  .team.sub-team .item .item-wrap .overlay {
    background: rgba(0, 0, 0, 0.2);
  }
}

.team.sub-team .item .item-wrap .info {
  bottom: 5%;
  height: 90%;
  min-height: 100px;
  padding: 20px;
}

@media only screen and (max-width: 992px) {
  .team.sub-team .item .item-wrap .info {
    bottom: 5% !important;
    left: 20px;
    padding: 0;
    height: auto;
  }
}

.team.sub-team .item .item-wrap .info .info-section {
  position: absolute;
  bottom: -40px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease 0s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: opacity 0.5s ease 0s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -ms-transition: opacity 0.5s ease 0s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: opacity 0.5s ease 0s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: opacity 0.5s ease 0s, bottom 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

@media only screen and (max-width: 992px) {
  .team.sub-team .item .item-wrap .info .info-section {
    opacity: 1;
    bottom: 0px;
  }
}

.team.sub-team .item .item-wrap .info .info-section h2 {
  line-height: 36px;
  font-size: 1.8125em;
}

@media only screen and (max-width: 1024px) {
  .team.sub-team .item .item-wrap .info .info-section h2 {
    line-height: 28px;
    font-size: 1.25em;
  }
}

.team.sub-team .item .item-wrap .info .info-section h3 {
  font-size: 1em;
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  .team.sub-team .item .item-wrap .info .info-section h3 {
    line-height: 22px;
    font-size: 0.875em;
  }
}

.sales-inner .overlay {
  background: rgba(0, 0, 0, 0.4);
}

.sales-inner .banner {
  padding-top: 135px;
  margin-bottom: 100px;
  height: calc(100vh - 0px);
}

@media only screen and (max-width: 767px) {
  .sales-inner .banner {
    padding-top: 125px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .sales-inner .banner {
    padding-top: 105px;
  }
}

.sales-inner .banner.post-height {
  height: calc(100vh - 0px);
}

.sales-inner .banner.active .grid__item-img {
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.sales-inner .banner .grid-wrap {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .sales-inner .banner .grid-wrap {
    opacity: 0;
  }
}

.sales-inner .banner canvas {
  top: 0;
  display: none;
}

.sales-inner .banner .grid__item-img {
  top: 0;
  left: 0;
  opacity: 1;
  transform: scale(1);
}

.sales-inner .banner .grid__item-img:before {
  background: rgba(0, 0, 0, 0.2);
}

.sales-inner .banner .arrow-wrap {
  bottom: 26%;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media only screen and (max-width: 767px) {
  .sales-inner .banner .arrow-wrap {
    position: absolute;
  }
}

.sales-inner .banner .arrow-wrap.active {
  bottom: 26%;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.sales-inner .banner .banner-slide .banner-slide-item {
  cursor: default;
  pointer-events: none;
}

.sales-inner .banner .banner-slide .banner-slide-item .banner-slide-image {
  display: block;
}

.sales-inner .banner .banner-slide .banner-slide-item .caption {
  bottom: 40%;
  z-index: 997;
}

@media only screen and (max-width: 767px) {
  .sales-inner .banner .banner-slide .banner-slide-item .caption {
    bottom: 24%;
  }
}

.sales-inner .banner .banner-slide .banner-slide-item .caption h6 {
  letter-spacing: 0px;
  transform: translate3d(0, 0px, 0);
}

.sales-inner .banner .banner-slide .banner-slide-item .caption h1, .sales-inner .banner .banner-slide .banner-slide-item .caption h2 {
  letter-spacing: 0px;
  margin-left: 0px;
}

.sales-inner .banner .banner-slide .banner-slide-item .caption.active h2, .sales-inner .banner .banner-slide .banner-slide-item .caption.active h1 {
  letter-spacing: 0px;
  opacity: 1;
  margin-left: 0px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.sales-inner .banner .banner-slide .banner-slide-item .caption.active h6 {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.project-detail .default-block {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .project-detail .default-block {
    padding-top: 20px;
  }
}

.project-detail .info-block {
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 992px) {
  .project-detail .info-block {
    padding: 0 0 20px 0;
  }
}

.project-detail .info-block .left {
  padding-right: 9%;
}

@media only screen and (max-width: 1024px) {
  .project-detail .info-block .left {
    padding-right: 5%;
  }
}

@media only screen and (max-width: 992px) {
  .project-detail .info-block .left {
    padding: 0px 15px;
  }
}

.project-detail .info-block .right {
  padding-left: 2%;
}

@media only screen and (max-width: 992px) {
  .project-detail .info-block .right {
    padding: 0px 15px;
  }
}

.project-detail .info-block .img-block {
  padding-bottom: 0px;
}

.project-detail .info-block .img-block.one-image .image-wrap {
  width: 100%;
}

.project-detail .info-block .img-block.one-image .image-wrap img {
  height: 757px;
}

@media only screen and (min-width: 1600px) {
  .project-detail .info-block .img-block.one-image .image-wrap img {
    height: 843px;
  }
}

@media only screen and (max-width: 1200px) {
  .project-detail .info-block .img-block.one-image .image-wrap img {
    height: 624px;
  }
}

@media only screen and (max-width: 992px) {
  .project-detail .info-block .img-block.one-image .image-wrap img {
    height: 478px;
  }
}

@media only screen and (max-width: 992px) {
  .project-detail .info-block .img-block.one-image .image-wrap img {
    height: auto;
  }
}

.img-block {
  padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  .img-block {
    padding-bottom: 40px;
  }
}

.img-block img {
  height: 938px;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .img-block img {
    height: 1045px;
  }
}

@media only screen and (max-width: 1200px) {
  .img-block img {
    height: 774px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block img {
    height: 592px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block img {
    height: auto;
  }
}

.img-block .image-wrap {
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .img-block .image-wrap {
    margin: 10px 0 10px 0;
  }
}

.img-block .image-wrap img {
  margin-bottom: 20px;
}

.img-block .image-wrap p {
  font-size: 0.875em;
  margin-bottom: 20px;
  padding: 0;
}

.img-block.one-image .image-wrap {
  width: 70%;
}

@media only screen and (max-width: 992px) {
  .img-block.one-image .image-wrap {
    width: 100%;
  }
}

.img-block.full .image-container {
  width: 100%;
  padding: 0px;
}

@media only screen and (max-width: 992px) {
  .img-block.full .image-container {
    padding: 0px 20px;
  }
}

.img-block.full .image-container .image-wrap {
  width: 100%;
}

.img-block.full .image-container .image-wrap img {
  height: auto;
}

.img-block.full .image-container .image-wrap p {
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  .img-block.full .image-container .image-wrap p {
    padding: 0;
  }
}

.img-block.two-col-image .image-container .row .col.left {
  padding-top: 320px;
}

@media only screen and (min-width: 1600px) {
  .img-block.two-col-image .image-container .row .col.left {
    padding-top: 375px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image .image-container .row .col.left {
    padding-top: 0px;
  }
}

.img-block.two-col-image .image-container .row .col.left img {
  height: 653px;
}

@media only screen and (min-width: 1600px) {
  .img-block.two-col-image .image-container .row .col.left img {
    height: 729px;
  }
}

@media only screen and (max-width: 1200px) {
  .img-block.two-col-image .image-container .row .col.left img {
    height: 535px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image .image-container .row .col.left img {
    height: 405px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image .image-container .row .col.left img {
    height: auto;
  }
}

.img-block.two-col-image .image-container .row .col.right .image-wrap img {
  height: 653px;
}

@media only screen and (min-width: 1600px) {
  .img-block.two-col-image .image-container .row .col.right .image-wrap img {
    height: 729px;
  }
}

@media only screen and (max-width: 1200px) {
  .img-block.two-col-image .image-container .row .col.right .image-wrap img {
    height: 535px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image .image-container .row .col.right .image-wrap img {
    height: 405px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image .image-container .row .col.right .image-wrap img {
    height: auto;
  }
}

.img-block.two-col-image.two-image .image-container .row .col.left img {
  height: 653px;
}

@media only screen and (min-width: 1600px) {
  .img-block.two-col-image.two-image .image-container .row .col.left img {
    height: 729px;
  }
}

@media only screen and (max-width: 1200px) {
  .img-block.two-col-image.two-image .image-container .row .col.left img {
    height: 535px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image.two-image .image-container .row .col.left img {
    height: 405px;
  }
}

@media only screen and (max-width: 992px) {
  .img-block.two-col-image.two-image .image-container .row .col.left img {
    height: auto;
  }
}

.next-project {
  position: relative;
  height: 500px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .next-project {
    height: 40vh;
  }
}

@media only screen and (max-device-width: 850px) and (orientation: landscape) {
  .next-project {
    height: 300px;
  }
}

.next-project:hover .image img {
  transform: scale(1.05);
}

.next-project .image {
  position: absolute;
  height: 100%;
  width: 100%;
}

.next-project .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1);
  -webkit-transition: transform 2.5s ease;
  -moz-transition: transform 2.5s ease;
  -ms-transition: transform 2.5s ease;
  -o-transition: transform 2.5s ease;
  transition: transform 2.5s ease;
}

.next-project .overlay {
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

.next-project .container {
  position: relative;
}

.next-project .container .info {
  position: absolute;
  left: 5%;
  top: 40%;
  z-index: 10;
  padding-right: 20px;
}

.next-project .container .info h3 {
  font-size: 1.125em;
  margin-left: 3px;
}

.page-type-project-detail footer, .page-type-project-detail .push {
  display: none;
}

.next-previous {
  position: absolute;
  right: 0px;
  top: 33px;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  .next-previous {
    width: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .next-previous {
    top: 27px;
  }
}

@media only screen and (max-width: 992px) {
  .next-previous {
    display: none;
  }
}

.next-previous a {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.875em;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
  .next-previous a {
    font-size: 0.875em;
    margin-left: 0px;
  }
}

.next-previous a.previous {
  padding-right: 13px;
}

.next-previous a span {
  padding: 0 15px;
  position: relative;
  top: 2px;
  right: 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  .next-previous a span {
    font-size: 0.75em;
  }
}

.next-previous a:hover.next span {
  right: -8px;
}

.next-previous a:hover.previous span {
  right: 8px;
}

.page-type-project-detail header.top .next-previous {
  opacity: 1;
  visibility: visible;
}

.page-type-project-detail header.top .menu-wrap .language {
  opacity: 0;
  visibility: hidden;
}

.page-type-project-detail header.top .menu-wrap .language a {
  text-transform: uppercase;
}

.gallery-block {
  position: relative;
  padding-bottom: 100px;
  height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 768px) {
  .gallery-block {
    height: 200px;
    padding: 0 20px 50px 20px;
  }
}

.gallery-block .gallery-wrap {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-block .spinner {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-block.fully-loaded {
  height: auto;
  -webkit-transition: all 0.6s ease 1s;
  -moz-transition: all 0.6s ease 1s;
  -ms-transition: all 0.6s ease 1s;
  -o-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}

.gallery-block.fully-loaded .spinner {
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.8s;
  -moz-transition: all 0.6s ease 0.8s;
  -ms-transition: all 0.6s ease 0.8s;
  -o-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
}

.gallery-block.fully-loaded .gallery-wrap {
  opacity: 1;
  -webkit-transition: all 0.6s ease 0.8s;
  -moz-transition: all 0.6s ease 0.8s;
  -ms-transition: all 0.6s ease 0.8s;
  -o-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
}

.gallery-block .next, .gallery-block .prev {
  position: absolute;
  top: 42%;
  font-size: 25px;
  width: 50px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 768px) {
  .gallery-block .next, .gallery-block .prev {
    font-size: 20px;
  }
}

.gallery-block .prev {
  left: 50px;
}

.gallery-block .prev:hover {
  left: 40px;
}

.gallery-block .next {
  right: 50px;
}

.gallery-block .next:hover {
  right: 40px;
}

.gallery-block .gallery-for {
  padding: 0px 5px 0 5px;
  margin-bottom: 10px;
}

.gallery-block .gallery-for .image {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.gallery-block .gallery-for a img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .gallery-block .gallery-for a img {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-block .gallery-for a img {
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-block .gallery-nav {
    margin: 0 5px;
  }
}

.gallery-block .gallery-nav .slick-current {
  opacity: 1;
}

.gallery-block .gallery-nav img {
  margin: 0 10px 0 0;
  opacity: 0.7;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  max-width: 150px;
}

.gallery-block .gallery-nav img:focus {
  outline: none !important;
}

.gallery-block .gallery-nav img:hover {
  cursor: pointer;
  opacity: 1;
}

#lightSlider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0px !important;
  cursor: pointer;
}

.lSSlideOuter .lSPager.lSGallery li {
  position: relative;
}

.lSSlideOuter .lSPager.lSGallery li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active:after {
  border: 2px solid #fff;
}

.lSAction>a {
  top: 45%;
  width: 70px !important;
}

.lSAction>.lSNext {
  background-image: none;
  position: absolute;
  right: 40px !important;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.lSAction>.lSNext:hover {
  right: 30px !important;
}

@media only screen and (max-width: 640px) {
  .lSAction>.lSNext {
    right: 20px !important;
  }
  .lSAction>.lSNext:hover {
    right: 20px !important;
  }
}

.lSAction>.lSNext:after {
  content: '';
  background-image: url(../images/next.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  font-size: 25px;
  right: 0;
  width: 35px;
  height: 35px;
  background-size: 17px auto;
}

@media only screen and (max-width: 640px) {
  .lSAction>.lSNext:after {
    font-size: 22px;
  }
}

.lSAction>.lSPrev {
  background-image: none;
  position: absolute;
  left: 40px !important;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 640px) {
  .lSAction>.lSPrev {
    left: 20px !important;
  }
  .lSAction>.lSPrev:hover {
    left: 20px !important;
  }
}

.lSAction>.lSPrev:hover {
  left: 30px !important;
}

.lSAction>.lSPrev:after {
  content: '';
  background-image: url(../images/previous.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  font-size: 25px;
  width: 35px;
  height: 35px;
  background-size: 17px auto;
}

@media only screen and (max-width: 640px) {
  .lSAction>.lSPrev:after {
    font-size: 22px;
  }
}

.fancybox-content {
  padding: 0px !important;
}

.career-list .career-row {
  font-size: 1.375em;
  letter-spacing: 2px;
  position: relative;
  border-bottom: 1px solid #1D1D1D;
  padding: 25px 0;
  padding-right: 35%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.career-list .career-row:first-child {
  padding-top: 15px;
}

.career-list .career-row:hover {
  border-bottom: 1px solid #4B4B4B;
}

@media only screen and (max-width: 767px) {
  .career-list .career-row {
    padding-right: 35px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}

.career-list .career-row .job-type {
  position: absolute;
  right: 0;
  top: 33%;
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 767px) {
  .career-list .career-row .job-type {
    position: static;
    font-size: 17px;
  }
}

.career-list .career-row .job-type span {
  font-size: 0.875em;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .career-list .career-row .job-type span {
    position: absolute;
    right: 0;
    top: 30px;
  }
}

.career-inner {
  padding-top: 200px;
}

@media only screen and (max-width: 1024px) {
  .career-inner {
    padding-top: 120px;
  }
}

.career-inner .breadcrumb-block .breadcrumb {
  margin-top: 0;
}

.career-inner .breadcrumb-block .container {
  padding: 0;
}

.news-detail .inner-banner .title-block {
  width: 900px;
  margin-left: -450px;
}

.news-detail .inner-banner .title-block .title h1 {
  font-size: 2.625em;
  letter-spacing: 6px;
  line-height: 68px;
  margin: 0;
}

.news-detail .default-block {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .news-detail .default-block {
    padding-top: 20px;
  }
}

.news-detail .info-block .left {
  padding-right: 13%;
}

@media only screen and (max-width: 767px) {
  .news-detail .info-block .left {
    padding: 0 18px;
  }
}

.news-detail .info-block .right {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .news-detail .info-block .right {
    padding: 20px 18px 0;
  }
}

.results {
  padding-top: 102px;
}

.results #searchResults {
  padding-bottom: 102px;
}

.results h3 {
  padding-top: 70px;
  font-size: 22px;
}

.results input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 61px;
}

.results input[name="submit"] {
  display: none;
}

.results .each_result {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc(586 / 1094 * 100%);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
}

.results .each_result h3 {
  float: right;
  position: absolute;
  right: 40px;
  bottom: 40px;
  margin-bottom: 0px;
}

#search {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#search .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}

#search .modal-content {
  height: 100%;
  background-color: #000000;
  margin: auto;
  padding: 20px;
  width: 100%;
}

#search .modal-content .close {
  outline: 0;
  position: absolute;
  opacity: 1;
  z-index: 1;
  top: 15%;
  right: 10%;
}

#search .modal-content .modal-body {
  display: table;
  height: 100vh;
  width: 100%;
}

#search .modal-content .modal-body .search-form {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#search .modal-content .modal-body .search-form h3 {
  display: none;
}

#search .modal-content .modal-body .search-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 700px;
}

#search .modal-content .modal-body .search-form input[type="text"] {
  font-size: 32px;
  line-height: 39px;
  padding-bottom: 6px;
}

#search .modal-content .modal-body .search-form input[name="submit"] {
  display: none;
}

#search .modal-content .modal-body .search-form input::placeholder {
  opacity: 0.4;
}

.search-open {
  display: block !important;
}

/*# sourceMappingURL=app.min.css.map*/

#map-projects {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  height: 300px;
  width: 100%;
}

@media(max-width:991px) {
  #map-projects {
    display: none;
  }
}

.ol-attribution {
  display: none;
}

.my_select {
  display: block !important;
  width: 100%;
  color: white !important;
  font-size: 1.5em !important;
}

.my_select option {
  background-color: black;
}

.chosen-container {
  display: none !important;
}

.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}