@charset "UTF-8";
/**
 *
 *	Imports
 *
 */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,600");
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Book.otf") format("opentype"), url("../fonts/gotham/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/gotham/Gotham-Light.otf") format("opentype"), url("../fonts/gotham/Gotham-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/gotham/Gotham-Medium.otf") format("opentype"), url("../fonts/gotham/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/gotham/Gotham-Book.otf") format("opentype"), url("../fonts/gotham/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/gotham/Gotham-Bold.otf") format("opentype"), url("../fonts/gotham/Gotham-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?colttf");
  src: url("../fonts/icomoon/icomoon.eot?colttf#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?colttf") format("truetype"), url("../fonts/icomoon/icomoon.woff?colttf") format("woff"), url("../fonts/icomoon/icomoon.svg?colttf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icomoon-upload:before {
  content: "";
}

.icomoon-download:before {
  content: "";
}

.icomoon-share:before {
  content: "";
}

.icomoon-user:before {
  content: "";
}

.icomoon-accessibility:before {
  content: "";
  color: #e13eaf;
}

.icomoon-acoustics:before {
  content: "";
  color: #1825aa;
}

.icomoon-customization:before {
  content: "";
  color: #005cb9;
}

.icomoon-fire:before {
  content: "";
  color: #f7323f;
}

.icomoon-health:before {
  content: "";
  color: #ff8300;
}

.icomoon-sustainability:before {
  content: "";
  color: #008656;
}

.icomoon-logo-decoustics .path1:before {
  content: "";
  color: #1476c6;
}

.icomoon-logo-decoustics .path2:before {
  content: "";
  margin-left: -3.701171875em;
  color: #565353;
}

.icomoon-logo-decoustics .path3:before {
  content: "";
  margin-left: -3.701171875em;
  color: #565353;
}

.icomoon-map-marker:before {
  content: "";
}

.icomoon-search:before {
  content: "";
}

.icomoon-document:before {
  content: "";
}

.icomoon-documents:before {
  content: "";
}

.icomoon-phone:before {
  content: "";
}

.icomoon-email:before {
  content: "";
}

.icomoon-tag:before {
  content: "";
}

.icomoon-calendar:before {
  content: "";
}

.icomoon-picture:before {
  content: "";
}

.icomoon-pictures2:before {
  content: "";
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .wpcf7 input[type=submit] > .caret, .edit-link-wrapper .edit-link > .caret, body.attachment .attachment-download-wrapper a > .caret,
  .dropup > .btn > .caret,
  .wpcf7 .dropup > input[type=submit] > .caret,
  .edit-link-wrapper .dropup > .edit-link > .caret,
  body.attachment .attachment-download-wrapper .dropup > a > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../js/bootstrap-sass/assets/fonts/glyphicons-halflings-regular.eot");
  src: url("../js/bootstrap-sass/assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../js/bootstrap-sass/assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../js/bootstrap-sass/assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../js/bootstrap-sass/assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../js/bootstrap-sass/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

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

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

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

.glyphicon-euro:before,
.glyphicon-eur: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: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

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

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

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

body {
  font-family: "Gotham", "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #6f7986;
  background-color: #fff;
}

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

a {
  color: #5b95de;
  text-decoration: none;
}

a:hover, a:focus {
  color: #286dc5;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle, .finish-picker .finish-swatch img {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, #searchform label, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #354456;
}

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, #searchform label small,
.h4 .small,
#searchform label .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #737373;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

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

h4, .h4, #searchform label,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h4 small,
h4 .small, .h4 small, #searchform label small,
.h4 .small,
#searchform label .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

h4, .h4, #searchform label {
  font-size: 19px;
}

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

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

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #98a0aa;
}

.text-primary {
  color: #5b95de;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #5b95de;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #f2f2f2;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #f2f2f2;
}

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

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

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

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

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

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

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857;
}

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: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

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

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

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

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

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

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

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

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

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

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

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

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16667%;
  }
  .col-sm-2 {
    width: 8.33333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66667%;
  }
  .col-sm-5 {
    width: 20.83333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16667%;
  }
  .col-sm-8 {
    width: 33.33333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66667%;
  }
  .col-sm-11 {
    width: 45.83333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16667%;
  }
  .col-sm-14 {
    width: 58.33333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66667%;
  }
  .col-sm-17 {
    width: 70.83333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16667%;
  }
  .col-sm-20 {
    width: 83.33333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66667%;
  }
  .col-sm-23 {
    width: 95.83333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.16667%;
  }
  .col-sm-pull-2 {
    right: 8.33333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66667%;
  }
  .col-sm-pull-5 {
    right: 20.83333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16667%;
  }
  .col-sm-pull-8 {
    right: 33.33333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66667%;
  }
  .col-sm-pull-11 {
    right: 45.83333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16667%;
  }
  .col-sm-pull-14 {
    right: 58.33333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66667%;
  }
  .col-sm-pull-17 {
    right: 70.83333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16667%;
  }
  .col-sm-pull-20 {
    right: 83.33333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66667%;
  }
  .col-sm-pull-23 {
    right: 95.83333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.16667%;
  }
  .col-sm-push-2 {
    left: 8.33333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66667%;
  }
  .col-sm-push-5 {
    left: 20.83333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16667%;
  }
  .col-sm-push-8 {
    left: 33.33333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66667%;
  }
  .col-sm-push-11 {
    left: 45.83333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16667%;
  }
  .col-sm-push-14 {
    left: 58.33333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66667%;
  }
  .col-sm-push-17 {
    left: 70.83333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16667%;
  }
  .col-sm-push-20 {
    left: 83.33333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66667%;
  }
  .col-sm-push-23 {
    left: 95.83333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16667%;
  }
  .col-md-2 {
    width: 8.33333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66667%;
  }
  .col-md-5 {
    width: 20.83333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16667%;
  }
  .col-md-8 {
    width: 33.33333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66667%;
  }
  .col-md-11 {
    width: 45.83333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16667%;
  }
  .col-md-14 {
    width: 58.33333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66667%;
  }
  .col-md-17 {
    width: 70.83333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16667%;
  }
  .col-md-20 {
    width: 83.33333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66667%;
  }
  .col-md-23 {
    width: 95.83333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16667%;
  }
  .col-md-pull-2 {
    right: 8.33333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66667%;
  }
  .col-md-pull-5 {
    right: 20.83333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16667%;
  }
  .col-md-pull-8 {
    right: 33.33333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66667%;
  }
  .col-md-pull-11 {
    right: 45.83333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16667%;
  }
  .col-md-pull-14 {
    right: 58.33333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66667%;
  }
  .col-md-pull-17 {
    right: 70.83333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16667%;
  }
  .col-md-pull-20 {
    right: 83.33333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66667%;
  }
  .col-md-pull-23 {
    right: 95.83333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16667%;
  }
  .col-md-push-2 {
    left: 8.33333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66667%;
  }
  .col-md-push-5 {
    left: 20.83333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16667%;
  }
  .col-md-push-8 {
    left: 33.33333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66667%;
  }
  .col-md-push-11 {
    left: 45.83333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16667%;
  }
  .col-md-push-14 {
    left: 58.33333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66667%;
  }
  .col-md-push-17 {
    left: 70.83333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16667%;
  }
  .col-md-push-20 {
    left: 83.33333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66667%;
  }
  .col-md-push-23 {
    left: 95.83333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16667%;
  }
  .col-lg-2 {
    width: 8.33333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66667%;
  }
  .col-lg-5 {
    width: 20.83333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16667%;
  }
  .col-lg-8 {
    width: 33.33333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66667%;
  }
  .col-lg-11 {
    width: 45.83333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16667%;
  }
  .col-lg-14 {
    width: 58.33333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66667%;
  }
  .col-lg-17 {
    width: 70.83333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16667%;
  }
  .col-lg-20 {
    width: 83.33333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66667%;
  }
  .col-lg-23 {
    width: 95.83333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16667%;
  }
  .col-lg-pull-2 {
    right: 8.33333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66667%;
  }
  .col-lg-pull-5 {
    right: 20.83333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16667%;
  }
  .col-lg-pull-8 {
    right: 33.33333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66667%;
  }
  .col-lg-pull-11 {
    right: 45.83333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16667%;
  }
  .col-lg-pull-14 {
    right: 58.33333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66667%;
  }
  .col-lg-pull-17 {
    right: 70.83333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16667%;
  }
  .col-lg-pull-20 {
    right: 83.33333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66667%;
  }
  .col-lg-pull-23 {
    right: 95.83333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16667%;
  }
  .col-lg-push-2 {
    left: 8.33333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66667%;
  }
  .col-lg-push-5 {
    left: 20.83333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16667%;
  }
  .col-lg-push-8 {
    left: 33.33333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66667%;
  }
  .col-lg-push-11 {
    left: 45.83333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16667%;
  }
  .col-lg-push-14 {
    left: 58.33333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66667%;
  }
  .col-lg-push-17 {
    left: 70.83333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16667%;
  }
  .col-lg-push-20 {
    left: 83.33333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66667%;
  }
  .col-lg-push-23 {
    left: 95.83333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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;
  float: none;
  display: table-column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
}

.form-control, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file], .wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  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, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus, .wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=week],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=submit],
.wpcf7 select:focus,
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors: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, .wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=search]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 input[type=number]::-moz-placeholder,
.wpcf7 input[type=range]::-moz-placeholder,
.wpcf7 input[type=date]::-moz-placeholder,
.wpcf7 input[type=month]::-moz-placeholder,
.wpcf7 input[type=week]::-moz-placeholder,
.wpcf7 input[type=time]::-moz-placeholder,
.wpcf7 input[type=datetime]::-moz-placeholder,
.wpcf7 input[type=datetime-local]::-moz-placeholder,
.wpcf7 input[type=color]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=file]::-moz-placeholder,
.wpcf7 input[type=submit]::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder[type=text],
.wpcf7 input:-ms-input-placeholder[type=search],
.wpcf7 input:-ms-input-placeholder[type=tel],
.wpcf7 input:-ms-input-placeholder[type=number],
.wpcf7 input:-ms-input-placeholder[type=range],
.wpcf7 input:-ms-input-placeholder[type=date],
.wpcf7 input:-ms-input-placeholder[type=month],
.wpcf7 input:-ms-input-placeholder[type=week],
.wpcf7 input:-ms-input-placeholder[type=time],
.wpcf7 input:-ms-input-placeholder[type=datetime],
.wpcf7 input:-ms-input-placeholder[type=datetime-local],
.wpcf7 input:-ms-input-placeholder[type=color],
.wpcf7 input:-ms-input-placeholder[type=email],
.wpcf7 input:-ms-input-placeholder[type=file],
.wpcf7 input:-ms-input-placeholder[type=submit],
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=search]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=number]::-webkit-input-placeholder,
.wpcf7 input[type=range]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 input[type=month]::-webkit-input-placeholder,
.wpcf7 input[type=week]::-webkit-input-placeholder,
.wpcf7 input[type=time]::-webkit-input-placeholder,
.wpcf7 input[type=datetime]::-webkit-input-placeholder,
.wpcf7 input[type=datetime-local]::-webkit-input-placeholder,
.wpcf7 input[type=color]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=file]::-webkit-input-placeholder,
.wpcf7 input[type=submit]::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, .wpcf7 input[type=text]::-ms-expand,
.wpcf7 input[type=search]::-ms-expand,
.wpcf7 input[type=tel]::-ms-expand,
.wpcf7 input[type=number]::-ms-expand,
.wpcf7 input[type=range]::-ms-expand,
.wpcf7 input[type=date]::-ms-expand,
.wpcf7 input[type=month]::-ms-expand,
.wpcf7 input[type=week]::-ms-expand,
.wpcf7 input[type=time]::-ms-expand,
.wpcf7 input[type=datetime]::-ms-expand,
.wpcf7 input[type=datetime-local]::-ms-expand,
.wpcf7 input[type=color]::-ms-expand,
.wpcf7 input[type=email]::-ms-expand,
.wpcf7 input[type=file]::-ms-expand,
.wpcf7 input[type=submit]::-ms-expand,
.wpcf7 select::-ms-expand,
.wpcf7 textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .wpcf7 input[disabled][type=text],
.wpcf7 input[disabled][type=search],
.wpcf7 input[disabled][type=tel],
.wpcf7 input[disabled][type=number],
.wpcf7 input[disabled][type=range],
.wpcf7 input[disabled][type=date],
.wpcf7 input[disabled][type=month],
.wpcf7 input[disabled][type=week],
.wpcf7 input[disabled][type=time],
.wpcf7 input[disabled][type=datetime],
.wpcf7 input[disabled][type=datetime-local],
.wpcf7 input[disabled][type=color],
.wpcf7 input[disabled][type=email],
.wpcf7 input[disabled][type=file],
.wpcf7 input[disabled][type=submit],
.wpcf7 select[disabled],
.wpcf7 textarea[disabled], .wpcf7 .wpcf7-validation-errors[disabled], .form-control[readonly], .wpcf7 input[readonly][type=text],
.wpcf7 input[readonly][type=search],
.wpcf7 input[readonly][type=tel],
.wpcf7 input[readonly][type=number],
.wpcf7 input[readonly][type=range],
.wpcf7 input[readonly][type=date],
.wpcf7 input[readonly][type=month],
.wpcf7 input[readonly][type=week],
.wpcf7 input[readonly][type=time],
.wpcf7 input[readonly][type=datetime],
.wpcf7 input[readonly][type=datetime-local],
.wpcf7 input[readonly][type=color],
.wpcf7 input[readonly][type=email],
.wpcf7 input[readonly][type=file],
.wpcf7 input[readonly][type=submit],
.wpcf7 select[readonly],
.wpcf7 textarea[readonly], .wpcf7 .wpcf7-validation-errors[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .wpcf7 input[type=text],
.wpcf7 fieldset[disabled] input[type=text],
fieldset[disabled] .wpcf7 input[type=search],
.wpcf7 fieldset[disabled] input[type=search],
fieldset[disabled] .wpcf7 input[type=tel],
.wpcf7 fieldset[disabled] input[type=tel],
fieldset[disabled] .wpcf7 input[type=number],
.wpcf7 fieldset[disabled] input[type=number],
fieldset[disabled] .wpcf7 input[type=range],
.wpcf7 fieldset[disabled] input[type=range],
fieldset[disabled] .wpcf7 input[type=date],
.wpcf7 fieldset[disabled] input[type=date],
fieldset[disabled] .wpcf7 input[type=month],
.wpcf7 fieldset[disabled] input[type=month],
fieldset[disabled] .wpcf7 input[type=week],
.wpcf7 fieldset[disabled] input[type=week],
fieldset[disabled] .wpcf7 input[type=time],
.wpcf7 fieldset[disabled] input[type=time],
fieldset[disabled] .wpcf7 input[type=datetime],
.wpcf7 fieldset[disabled] input[type=datetime],
fieldset[disabled] .wpcf7 input[type=datetime-local],
.wpcf7 fieldset[disabled] input[type=datetime-local],
fieldset[disabled] .wpcf7 input[type=color],
.wpcf7 fieldset[disabled] input[type=color],
fieldset[disabled] .wpcf7 input[type=email],
.wpcf7 fieldset[disabled] input[type=email],
fieldset[disabled] .wpcf7 input[type=file],
.wpcf7 fieldset[disabled] input[type=file],
fieldset[disabled] .wpcf7 input[type=submit],
.wpcf7 fieldset[disabled] input[type=submit],
fieldset[disabled] .wpcf7 select,
.wpcf7 fieldset[disabled] select,
fieldset[disabled] .wpcf7 textarea,
.wpcf7 fieldset[disabled] textarea,
fieldset[disabled] .wpcf7 .wpcf7-validation-errors,
.wpcf7 fieldset[disabled] .wpcf7-validation-errors {
  background-color: #f2f2f2;
  opacity: 1;
}

.form-control[disabled], .wpcf7 input[disabled][type=text],
.wpcf7 input[disabled][type=search],
.wpcf7 input[disabled][type=tel],
.wpcf7 input[disabled][type=number],
.wpcf7 input[disabled][type=range],
.wpcf7 input[disabled][type=date],
.wpcf7 input[disabled][type=month],
.wpcf7 input[disabled][type=week],
.wpcf7 input[disabled][type=time],
.wpcf7 input[disabled][type=datetime],
.wpcf7 input[disabled][type=datetime-local],
.wpcf7 input[disabled][type=color],
.wpcf7 input[disabled][type=email],
.wpcf7 input[disabled][type=file],
.wpcf7 input[disabled][type=submit],
.wpcf7 select[disabled],
.wpcf7 textarea[disabled], .wpcf7 .wpcf7-validation-errors[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .wpcf7 input[type=text],
.wpcf7 fieldset[disabled] input[type=text],
fieldset[disabled] .wpcf7 input[type=search],
.wpcf7 fieldset[disabled] input[type=search],
fieldset[disabled] .wpcf7 input[type=tel],
.wpcf7 fieldset[disabled] input[type=tel],
fieldset[disabled] .wpcf7 input[type=number],
.wpcf7 fieldset[disabled] input[type=number],
fieldset[disabled] .wpcf7 input[type=range],
.wpcf7 fieldset[disabled] input[type=range],
fieldset[disabled] .wpcf7 input[type=date],
.wpcf7 fieldset[disabled] input[type=date],
fieldset[disabled] .wpcf7 input[type=month],
.wpcf7 fieldset[disabled] input[type=month],
fieldset[disabled] .wpcf7 input[type=week],
.wpcf7 fieldset[disabled] input[type=week],
fieldset[disabled] .wpcf7 input[type=time],
.wpcf7 fieldset[disabled] input[type=time],
fieldset[disabled] .wpcf7 input[type=datetime],
.wpcf7 fieldset[disabled] input[type=datetime],
fieldset[disabled] .wpcf7 input[type=datetime-local],
.wpcf7 fieldset[disabled] input[type=datetime-local],
fieldset[disabled] .wpcf7 input[type=color],
.wpcf7 fieldset[disabled] input[type=color],
fieldset[disabled] .wpcf7 input[type=email],
.wpcf7 fieldset[disabled] input[type=email],
fieldset[disabled] .wpcf7 input[type=file],
.wpcf7 fieldset[disabled] input[type=file],
fieldset[disabled] .wpcf7 input[type=submit],
.wpcf7 fieldset[disabled] input[type=submit],
fieldset[disabled] .wpcf7 select,
.wpcf7 fieldset[disabled] select,
fieldset[disabled] .wpcf7 textarea,
.wpcf7 fieldset[disabled] textarea,
fieldset[disabled] .wpcf7 .wpcf7-validation-errors,
.wpcf7 fieldset[disabled] .wpcf7-validation-errors {
  cursor: not-allowed;
}

textarea.form-control,
.wpcf7 textarea, .wpcf7 textarea.wpcf7-validation-errors {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .wpcf7 input[type="date"][type=text],
  .wpcf7 input[type="date"][type=search],
  .wpcf7 input[type="date"][type=tel],
  .wpcf7 input[type="date"][type=number],
  .wpcf7 input[type="date"][type=range],
  .wpcf7 input[type="date"][type=date],
  .wpcf7 input[type="date"][type=month],
  .wpcf7 input[type="date"][type=week],
  .wpcf7 input[type="date"][type=time],
  .wpcf7 input[type="date"][type=datetime],
  .wpcf7 input[type="date"][type=datetime-local],
  .wpcf7 input[type="date"][type=color],
  .wpcf7 input[type="date"][type=email],
  .wpcf7 input[type="date"][type=file],
  .wpcf7 input[type="date"][type=submit], .wpcf7 input.wpcf7-validation-errors[type="date"],
  input[type="time"].form-control,
  .wpcf7 input[type="time"][type=text],
  .wpcf7 input[type="time"][type=search],
  .wpcf7 input[type="time"][type=tel],
  .wpcf7 input[type="time"][type=number],
  .wpcf7 input[type="time"][type=range],
  .wpcf7 input[type="time"][type=date],
  .wpcf7 input[type="time"][type=month],
  .wpcf7 input[type="time"][type=week],
  .wpcf7 input[type="time"][type=time],
  .wpcf7 input[type="time"][type=datetime],
  .wpcf7 input[type="time"][type=datetime-local],
  .wpcf7 input[type="time"][type=color],
  .wpcf7 input[type="time"][type=email],
  .wpcf7 input[type="time"][type=file],
  .wpcf7 input[type="time"][type=submit],
  .wpcf7 input.wpcf7-validation-errors[type="time"],
  input[type="datetime-local"].form-control,
  .wpcf7 input[type="datetime-local"][type=text],
  .wpcf7 input[type="datetime-local"][type=search],
  .wpcf7 input[type="datetime-local"][type=tel],
  .wpcf7 input[type="datetime-local"][type=number],
  .wpcf7 input[type="datetime-local"][type=range],
  .wpcf7 input[type="datetime-local"][type=date],
  .wpcf7 input[type="datetime-local"][type=month],
  .wpcf7 input[type="datetime-local"][type=week],
  .wpcf7 input[type="datetime-local"][type=time],
  .wpcf7 input[type="datetime-local"][type=datetime],
  .wpcf7 input[type="datetime-local"][type=datetime-local],
  .wpcf7 input[type="datetime-local"][type=color],
  .wpcf7 input[type="datetime-local"][type=email],
  .wpcf7 input[type="datetime-local"][type=file],
  .wpcf7 input[type="datetime-local"][type=submit],
  .wpcf7 input.wpcf7-validation-errors[type="datetime-local"],
  input[type="month"].form-control,
  .wpcf7 input[type="month"][type=text],
  .wpcf7 input[type="month"][type=search],
  .wpcf7 input[type="month"][type=tel],
  .wpcf7 input[type="month"][type=number],
  .wpcf7 input[type="month"][type=range],
  .wpcf7 input[type="month"][type=date],
  .wpcf7 input[type="month"][type=month],
  .wpcf7 input[type="month"][type=week],
  .wpcf7 input[type="month"][type=time],
  .wpcf7 input[type="month"][type=datetime],
  .wpcf7 input[type="month"][type=datetime-local],
  .wpcf7 input[type="month"][type=color],
  .wpcf7 input[type="month"][type=email],
  .wpcf7 input[type="month"][type=file],
  .wpcf7 input[type="month"][type=submit],
  .wpcf7 input.wpcf7-validation-errors[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .wpcf7 .input-group-sm > input[type="date"][type=text],
  .wpcf7 .input-group-sm > input[type="date"][type=search],
  .wpcf7 .input-group-sm > input[type="date"][type=tel],
  .wpcf7 .input-group-sm > input[type="date"][type=number],
  .wpcf7 .input-group-sm > input[type="date"][type=range],
  .wpcf7 .input-group-sm > input[type="date"][type=date],
  .wpcf7 .input-group-sm > input[type="date"][type=month],
  .wpcf7 .input-group-sm > input[type="date"][type=week],
  .wpcf7 .input-group-sm > input[type="date"][type=time],
  .wpcf7 .input-group-sm > input[type="date"][type=datetime],
  .wpcf7 .input-group-sm > input[type="date"][type=datetime-local],
  .wpcf7 .input-group-sm > input[type="date"][type=color],
  .wpcf7 .input-group-sm > input[type="date"][type=email],
  .wpcf7 .input-group-sm > input[type="date"][type=file],
  .wpcf7 .input-group-sm > input[type="date"][type=submit], .wpcf7 .input-group-sm > input.wpcf7-validation-errors[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .wpcf7 .input-group-sm > .input-group-btn > input[type="date"][type=submit], .edit-link-wrapper .input-group-sm > .input-group-btn > input.edit-link[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .wpcf7 .input-group-sm > input[type="time"][type=text],
  .wpcf7 .input-group-sm > input[type="time"][type=search],
  .wpcf7 .input-group-sm > input[type="time"][type=tel],
  .wpcf7 .input-group-sm > input[type="time"][type=number],
  .wpcf7 .input-group-sm > input[type="time"][type=range],
  .wpcf7 .input-group-sm > input[type="time"][type=date],
  .wpcf7 .input-group-sm > input[type="time"][type=month],
  .wpcf7 .input-group-sm > input[type="time"][type=week],
  .wpcf7 .input-group-sm > input[type="time"][type=time],
  .wpcf7 .input-group-sm > input[type="time"][type=datetime],
  .wpcf7 .input-group-sm > input[type="time"][type=datetime-local],
  .wpcf7 .input-group-sm > input[type="time"][type=color],
  .wpcf7 .input-group-sm > input[type="time"][type=email],
  .wpcf7 .input-group-sm > input[type="time"][type=file],
  .wpcf7 .input-group-sm > input[type="time"][type=submit],
  .wpcf7 .input-group-sm > input.wpcf7-validation-errors[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .wpcf7 .input-group-sm > .input-group-btn > input[type="time"][type=submit],
  .edit-link-wrapper .input-group-sm > .input-group-btn > input.edit-link[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=text],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=search],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=tel],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=number],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=range],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=date],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=month],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=week],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=time],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=datetime],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=datetime-local],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=color],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=email],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=file],
  .wpcf7 .input-group-sm > input[type="datetime-local"][type=submit],
  .wpcf7 .input-group-sm > input.wpcf7-validation-errors[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .wpcf7 .input-group-sm > .input-group-btn > input[type="datetime-local"][type=submit],
  .edit-link-wrapper .input-group-sm > .input-group-btn > input.edit-link[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .wpcf7 .input-group-sm > input[type="month"][type=text],
  .wpcf7 .input-group-sm > input[type="month"][type=search],
  .wpcf7 .input-group-sm > input[type="month"][type=tel],
  .wpcf7 .input-group-sm > input[type="month"][type=number],
  .wpcf7 .input-group-sm > input[type="month"][type=range],
  .wpcf7 .input-group-sm > input[type="month"][type=date],
  .wpcf7 .input-group-sm > input[type="month"][type=month],
  .wpcf7 .input-group-sm > input[type="month"][type=week],
  .wpcf7 .input-group-sm > input[type="month"][type=time],
  .wpcf7 .input-group-sm > input[type="month"][type=datetime],
  .wpcf7 .input-group-sm > input[type="month"][type=datetime-local],
  .wpcf7 .input-group-sm > input[type="month"][type=color],
  .wpcf7 .input-group-sm > input[type="month"][type=email],
  .wpcf7 .input-group-sm > input[type="month"][type=file],
  .wpcf7 .input-group-sm > input[type="month"][type=submit],
  .wpcf7 .input-group-sm > input.wpcf7-validation-errors[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .wpcf7 .input-group-sm > .input-group-btn > input[type="month"][type=submit],
  .edit-link-wrapper .input-group-sm > .input-group-btn > input.edit-link[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .wpcf7 .input-group-lg > input[type="date"][type=text],
  .wpcf7 .input-group-lg > input[type="date"][type=search],
  .wpcf7 .input-group-lg > input[type="date"][type=tel],
  .wpcf7 .input-group-lg > input[type="date"][type=number],
  .wpcf7 .input-group-lg > input[type="date"][type=range],
  .wpcf7 .input-group-lg > input[type="date"][type=date],
  .wpcf7 .input-group-lg > input[type="date"][type=month],
  .wpcf7 .input-group-lg > input[type="date"][type=week],
  .wpcf7 .input-group-lg > input[type="date"][type=time],
  .wpcf7 .input-group-lg > input[type="date"][type=datetime],
  .wpcf7 .input-group-lg > input[type="date"][type=datetime-local],
  .wpcf7 .input-group-lg > input[type="date"][type=color],
  .wpcf7 .input-group-lg > input[type="date"][type=email],
  .wpcf7 .input-group-lg > input[type="date"][type=file],
  .wpcf7 .input-group-lg > input[type="date"][type=submit], .wpcf7 .input-group-lg > input.wpcf7-validation-errors[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .wpcf7 .input-group-lg > .input-group-btn > input[type="date"][type=submit], .edit-link-wrapper .input-group-lg > .input-group-btn > input.edit-link[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .wpcf7 .input-group-lg > input[type="time"][type=text],
  .wpcf7 .input-group-lg > input[type="time"][type=search],
  .wpcf7 .input-group-lg > input[type="time"][type=tel],
  .wpcf7 .input-group-lg > input[type="time"][type=number],
  .wpcf7 .input-group-lg > input[type="time"][type=range],
  .wpcf7 .input-group-lg > input[type="time"][type=date],
  .wpcf7 .input-group-lg > input[type="time"][type=month],
  .wpcf7 .input-group-lg > input[type="time"][type=week],
  .wpcf7 .input-group-lg > input[type="time"][type=time],
  .wpcf7 .input-group-lg > input[type="time"][type=datetime],
  .wpcf7 .input-group-lg > input[type="time"][type=datetime-local],
  .wpcf7 .input-group-lg > input[type="time"][type=color],
  .wpcf7 .input-group-lg > input[type="time"][type=email],
  .wpcf7 .input-group-lg > input[type="time"][type=file],
  .wpcf7 .input-group-lg > input[type="time"][type=submit],
  .wpcf7 .input-group-lg > input.wpcf7-validation-errors[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .wpcf7 .input-group-lg > .input-group-btn > input[type="time"][type=submit],
  .edit-link-wrapper .input-group-lg > .input-group-btn > input.edit-link[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=text],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=search],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=tel],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=number],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=range],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=date],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=month],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=week],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=time],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=datetime],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=datetime-local],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=color],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=email],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=file],
  .wpcf7 .input-group-lg > input[type="datetime-local"][type=submit],
  .wpcf7 .input-group-lg > input.wpcf7-validation-errors[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .wpcf7 .input-group-lg > .input-group-btn > input[type="datetime-local"][type=submit],
  .edit-link-wrapper .input-group-lg > .input-group-btn > input.edit-link[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .wpcf7 .input-group-lg > input[type="month"][type=text],
  .wpcf7 .input-group-lg > input[type="month"][type=search],
  .wpcf7 .input-group-lg > input[type="month"][type=tel],
  .wpcf7 .input-group-lg > input[type="month"][type=number],
  .wpcf7 .input-group-lg > input[type="month"][type=range],
  .wpcf7 .input-group-lg > input[type="month"][type=date],
  .wpcf7 .input-group-lg > input[type="month"][type=month],
  .wpcf7 .input-group-lg > input[type="month"][type=week],
  .wpcf7 .input-group-lg > input[type="month"][type=time],
  .wpcf7 .input-group-lg > input[type="month"][type=datetime],
  .wpcf7 .input-group-lg > input[type="month"][type=datetime-local],
  .wpcf7 .input-group-lg > input[type="month"][type=color],
  .wpcf7 .input-group-lg > input[type="month"][type=email],
  .wpcf7 .input-group-lg > input[type="month"][type=file],
  .wpcf7 .input-group-lg > input[type="month"][type=submit],
  .wpcf7 .input-group-lg > input.wpcf7-validation-errors[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .wpcf7 .input-group-lg > .input-group-btn > input[type="month"][type=submit],
  .edit-link-wrapper .input-group-lg > .input-group-btn > input.edit-link[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .wpcf7 .input-group-lg > input.form-control-static[type=text],
.wpcf7 .input-group-lg > input.form-control-static[type=search],
.wpcf7 .input-group-lg > input.form-control-static[type=tel],
.wpcf7 .input-group-lg > input.form-control-static[type=number],
.wpcf7 .input-group-lg > input.form-control-static[type=range],
.wpcf7 .input-group-lg > input.form-control-static[type=date],
.wpcf7 .input-group-lg > input.form-control-static[type=month],
.wpcf7 .input-group-lg > input.form-control-static[type=week],
.wpcf7 .input-group-lg > input.form-control-static[type=time],
.wpcf7 .input-group-lg > input.form-control-static[type=datetime],
.wpcf7 .input-group-lg > input.form-control-static[type=datetime-local],
.wpcf7 .input-group-lg > input.form-control-static[type=color],
.wpcf7 .input-group-lg > input.form-control-static[type=email],
.wpcf7 .input-group-lg > input.form-control-static[type=file],
.wpcf7 .input-group-lg > input.form-control-static[type=submit],
.wpcf7 .input-group-lg > select.form-control-static,
.wpcf7 .input-group-lg > textarea.form-control-static, .wpcf7 .input-group-lg > .form-control-static.wpcf7-validation-errors,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.wpcf7 .input-group-lg > .input-group-btn > input.form-control-static[type=submit], .edit-link-wrapper .input-group-lg > .input-group-btn > .form-control-static.edit-link, body.attachment .attachment-download-wrapper .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .wpcf7 .input-group-sm > input.form-control-static[type=text],
.wpcf7 .input-group-sm > input.form-control-static[type=search],
.wpcf7 .input-group-sm > input.form-control-static[type=tel],
.wpcf7 .input-group-sm > input.form-control-static[type=number],
.wpcf7 .input-group-sm > input.form-control-static[type=range],
.wpcf7 .input-group-sm > input.form-control-static[type=date],
.wpcf7 .input-group-sm > input.form-control-static[type=month],
.wpcf7 .input-group-sm > input.form-control-static[type=week],
.wpcf7 .input-group-sm > input.form-control-static[type=time],
.wpcf7 .input-group-sm > input.form-control-static[type=datetime],
.wpcf7 .input-group-sm > input.form-control-static[type=datetime-local],
.wpcf7 .input-group-sm > input.form-control-static[type=color],
.wpcf7 .input-group-sm > input.form-control-static[type=email],
.wpcf7 .input-group-sm > input.form-control-static[type=file],
.wpcf7 .input-group-sm > input.form-control-static[type=submit],
.wpcf7 .input-group-sm > select.form-control-static,
.wpcf7 .input-group-sm > textarea.form-control-static, .wpcf7 .input-group-sm > .form-control-static.wpcf7-validation-errors,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.wpcf7 .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .edit-link-wrapper .input-group-sm > .input-group-btn > .form-control-static.edit-link, body.attachment .attachment-download-wrapper .input-group-sm > .input-group-btn > a.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file], .wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .wpcf7 .input-group-sm > .wpcf7-validation-errors,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .wpcf7 .input-group-sm > .input-group-btn > input[type=submit], .edit-link-wrapper .input-group-sm > .input-group-btn > .edit-link, body.attachment .attachment-download-wrapper .input-group-sm > .input-group-btn > a {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.wpcf7 .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .edit-link-wrapper .input-group-sm > .input-group-btn > select.edit-link {
  height: 31px;
  line-height: 31px;
}

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

.form-group-sm .form-control, .form-group-sm .wpcf7 input[type=text], .wpcf7 .form-group-sm input[type=text],
.form-group-sm .wpcf7 input[type=search], .wpcf7 .form-group-sm input[type=search],
.form-group-sm .wpcf7 input[type=tel], .wpcf7 .form-group-sm input[type=tel],
.form-group-sm .wpcf7 input[type=number], .wpcf7 .form-group-sm input[type=number],
.form-group-sm .wpcf7 input[type=range], .wpcf7 .form-group-sm input[type=range],
.form-group-sm .wpcf7 input[type=date], .wpcf7 .form-group-sm input[type=date],
.form-group-sm .wpcf7 input[type=month], .wpcf7 .form-group-sm input[type=month],
.form-group-sm .wpcf7 input[type=week], .wpcf7 .form-group-sm input[type=week],
.form-group-sm .wpcf7 input[type=time], .wpcf7 .form-group-sm input[type=time],
.form-group-sm .wpcf7 input[type=datetime], .wpcf7 .form-group-sm input[type=datetime],
.form-group-sm .wpcf7 input[type=datetime-local], .wpcf7 .form-group-sm input[type=datetime-local],
.form-group-sm .wpcf7 input[type=color], .wpcf7 .form-group-sm input[type=color],
.form-group-sm .wpcf7 input[type=email], .wpcf7 .form-group-sm input[type=email],
.form-group-sm .wpcf7 input[type=file], .wpcf7 .form-group-sm input[type=file], .form-group-sm .wpcf7 input[type=submit], .wpcf7 .form-group-sm input[type=submit],
.form-group-sm .wpcf7 select, .wpcf7 .form-group-sm select,
.form-group-sm .wpcf7 textarea, .wpcf7 .form-group-sm textarea, .form-group-sm .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-group-sm .wpcf7-validation-errors {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control,
.form-group-sm .wpcf7 select, .wpcf7 .form-group-sm select {
  height: 31px;
  line-height: 31px;
}

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

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file], .wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .wpcf7 .input-group-lg > .wpcf7-validation-errors,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .wpcf7 .input-group-lg > .input-group-btn > input[type=submit], .edit-link-wrapper .input-group-lg > .input-group-btn > .edit-link, body.attachment .attachment-download-wrapper .input-group-lg > .input-group-btn > a {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.wpcf7 .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .edit-link-wrapper .input-group-lg > .input-group-btn > select.edit-link {
  height: 48px;
  line-height: 48px;
}

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

.form-group-lg .form-control, .form-group-lg .wpcf7 input[type=text], .wpcf7 .form-group-lg input[type=text],
.form-group-lg .wpcf7 input[type=search], .wpcf7 .form-group-lg input[type=search],
.form-group-lg .wpcf7 input[type=tel], .wpcf7 .form-group-lg input[type=tel],
.form-group-lg .wpcf7 input[type=number], .wpcf7 .form-group-lg input[type=number],
.form-group-lg .wpcf7 input[type=range], .wpcf7 .form-group-lg input[type=range],
.form-group-lg .wpcf7 input[type=date], .wpcf7 .form-group-lg input[type=date],
.form-group-lg .wpcf7 input[type=month], .wpcf7 .form-group-lg input[type=month],
.form-group-lg .wpcf7 input[type=week], .wpcf7 .form-group-lg input[type=week],
.form-group-lg .wpcf7 input[type=time], .wpcf7 .form-group-lg input[type=time],
.form-group-lg .wpcf7 input[type=datetime], .wpcf7 .form-group-lg input[type=datetime],
.form-group-lg .wpcf7 input[type=datetime-local], .wpcf7 .form-group-lg input[type=datetime-local],
.form-group-lg .wpcf7 input[type=color], .wpcf7 .form-group-lg input[type=color],
.form-group-lg .wpcf7 input[type=email], .wpcf7 .form-group-lg input[type=email],
.form-group-lg .wpcf7 input[type=file], .wpcf7 .form-group-lg input[type=file], .form-group-lg .wpcf7 input[type=submit], .wpcf7 .form-group-lg input[type=submit],
.form-group-lg .wpcf7 select, .wpcf7 .form-group-lg select,
.form-group-lg .wpcf7 textarea, .wpcf7 .form-group-lg textarea, .form-group-lg .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-group-lg .wpcf7-validation-errors {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control,
.form-group-lg .wpcf7 select, .wpcf7 .form-group-lg select {
  height: 48px;
  line-height: 48px;
}

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .wpcf7 input[type=text], .wpcf7 .has-feedback input[type=text],
.has-feedback .wpcf7 input[type=search], .wpcf7 .has-feedback input[type=search],
.has-feedback .wpcf7 input[type=tel], .wpcf7 .has-feedback input[type=tel],
.has-feedback .wpcf7 input[type=number], .wpcf7 .has-feedback input[type=number],
.has-feedback .wpcf7 input[type=range], .wpcf7 .has-feedback input[type=range],
.has-feedback .wpcf7 input[type=date], .wpcf7 .has-feedback input[type=date],
.has-feedback .wpcf7 input[type=month], .wpcf7 .has-feedback input[type=month],
.has-feedback .wpcf7 input[type=week], .wpcf7 .has-feedback input[type=week],
.has-feedback .wpcf7 input[type=time], .wpcf7 .has-feedback input[type=time],
.has-feedback .wpcf7 input[type=datetime], .wpcf7 .has-feedback input[type=datetime],
.has-feedback .wpcf7 input[type=datetime-local], .wpcf7 .has-feedback input[type=datetime-local],
.has-feedback .wpcf7 input[type=color], .wpcf7 .has-feedback input[type=color],
.has-feedback .wpcf7 input[type=email], .wpcf7 .has-feedback input[type=email],
.has-feedback .wpcf7 input[type=file], .wpcf7 .has-feedback input[type=file], .has-feedback .wpcf7 input[type=submit], .wpcf7 .has-feedback input[type=submit],
.has-feedback .wpcf7 select, .wpcf7 .has-feedback select,
.has-feedback .wpcf7 textarea, .wpcf7 .has-feedback textarea, .has-feedback .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-feedback .wpcf7-validation-errors {
  padding-right: 43.75px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .wpcf7 .input-group-lg > input[type=text] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=search] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=tel] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=number] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=range] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=date] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=month] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=week] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=time] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=datetime] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=datetime-local] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=color] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=email] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=file] + .form-control-feedback, .wpcf7 .input-group-lg > input[type=submit] + .form-control-feedback, .wpcf7 .input-group-lg > select + .form-control-feedback, .wpcf7 .input-group-lg > textarea + .form-control-feedback, .wpcf7 .input-group-lg > .wpcf7-validation-errors + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .wpcf7 .input-group-lg > .input-group-btn > input[type=submit] + .form-control-feedback, .edit-link-wrapper .input-group-lg > .input-group-btn > .edit-link + .form-control-feedback, body.attachment .attachment-download-wrapper .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .wpcf7 input[type=text] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=text] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=search] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=search] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=tel] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=tel] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=number] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=number] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=range] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=range] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=date] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=date] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=month] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=month] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=week] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=week] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=time] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=time] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=datetime] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=datetime] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=datetime-local] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=datetime-local] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=color] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=color] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=email] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=email] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=file] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=file] + .form-control-feedback,
.form-group-lg .wpcf7 input[type=submit] + .form-control-feedback,
.wpcf7 .form-group-lg input[type=submit] + .form-control-feedback,
.form-group-lg .wpcf7 select + .form-control-feedback,
.wpcf7 .form-group-lg select + .form-control-feedback,
.form-group-lg .wpcf7 textarea + .form-control-feedback,
.wpcf7 .form-group-lg textarea + .form-control-feedback,
.form-group-lg .wpcf7 .wpcf7-validation-errors + .form-control-feedback,
.wpcf7 .form-group-lg .wpcf7-validation-errors + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .wpcf7 .input-group-sm > input[type=text] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=search] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=tel] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=number] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=range] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=date] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=month] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=week] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=time] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=datetime] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=datetime-local] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=color] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=email] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=file] + .form-control-feedback, .wpcf7 .input-group-sm > input[type=submit] + .form-control-feedback, .wpcf7 .input-group-sm > select + .form-control-feedback, .wpcf7 .input-group-sm > textarea + .form-control-feedback, .wpcf7 .input-group-sm > .wpcf7-validation-errors + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .wpcf7 .input-group-sm > .input-group-btn > input[type=submit] + .form-control-feedback, .edit-link-wrapper .input-group-sm > .input-group-btn > .edit-link + .form-control-feedback, body.attachment .attachment-download-wrapper .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .wpcf7 input[type=text] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=text] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=search] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=search] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=tel] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=tel] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=number] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=number] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=range] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=range] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=date] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=date] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=month] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=month] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=week] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=week] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=time] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=time] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=datetime] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=datetime] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=datetime-local] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=datetime-local] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=color] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=color] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=email] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=email] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=file] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=file] + .form-control-feedback,
.form-group-sm .wpcf7 input[type=submit] + .form-control-feedback,
.wpcf7 .form-group-sm input[type=submit] + .form-control-feedback,
.form-group-sm .wpcf7 select + .form-control-feedback,
.wpcf7 .form-group-sm select + .form-control-feedback,
.form-group-sm .wpcf7 textarea + .form-control-feedback,
.wpcf7 .form-group-sm textarea + .form-control-feedback,
.form-group-sm .wpcf7 .wpcf7-validation-errors + .form-control-feedback,
.wpcf7 .form-group-sm .wpcf7-validation-errors + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

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

.has-success .form-control, .has-success .wpcf7 input[type=text], .wpcf7 .has-success input[type=text],
.has-success .wpcf7 input[type=search], .wpcf7 .has-success input[type=search],
.has-success .wpcf7 input[type=tel], .wpcf7 .has-success input[type=tel],
.has-success .wpcf7 input[type=number], .wpcf7 .has-success input[type=number],
.has-success .wpcf7 input[type=range], .wpcf7 .has-success input[type=range],
.has-success .wpcf7 input[type=date], .wpcf7 .has-success input[type=date],
.has-success .wpcf7 input[type=month], .wpcf7 .has-success input[type=month],
.has-success .wpcf7 input[type=week], .wpcf7 .has-success input[type=week],
.has-success .wpcf7 input[type=time], .wpcf7 .has-success input[type=time],
.has-success .wpcf7 input[type=datetime], .wpcf7 .has-success input[type=datetime],
.has-success .wpcf7 input[type=datetime-local], .wpcf7 .has-success input[type=datetime-local],
.has-success .wpcf7 input[type=color], .wpcf7 .has-success input[type=color],
.has-success .wpcf7 input[type=email], .wpcf7 .has-success input[type=email],
.has-success .wpcf7 input[type=file], .wpcf7 .has-success input[type=file], .has-success .wpcf7 input[type=submit], .wpcf7 .has-success input[type=submit],
.has-success .wpcf7 select, .wpcf7 .has-success select,
.has-success .wpcf7 textarea, .wpcf7 .has-success textarea, .has-success .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-success .wpcf7-validation-errors {
  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, .has-success .wpcf7 input:focus[type=text], .wpcf7 .has-success input:focus[type=text],
.has-success .wpcf7 input:focus[type=search], .wpcf7 .has-success input:focus[type=search],
.has-success .wpcf7 input:focus[type=tel], .wpcf7 .has-success input:focus[type=tel],
.has-success .wpcf7 input:focus[type=number], .wpcf7 .has-success input:focus[type=number],
.has-success .wpcf7 input:focus[type=range], .wpcf7 .has-success input:focus[type=range],
.has-success .wpcf7 input:focus[type=date], .wpcf7 .has-success input:focus[type=date],
.has-success .wpcf7 input:focus[type=month], .wpcf7 .has-success input:focus[type=month],
.has-success .wpcf7 input:focus[type=week], .wpcf7 .has-success input:focus[type=week],
.has-success .wpcf7 input:focus[type=time], .wpcf7 .has-success input:focus[type=time],
.has-success .wpcf7 input:focus[type=datetime], .wpcf7 .has-success input:focus[type=datetime],
.has-success .wpcf7 input:focus[type=datetime-local], .wpcf7 .has-success input:focus[type=datetime-local],
.has-success .wpcf7 input:focus[type=color], .wpcf7 .has-success input:focus[type=color],
.has-success .wpcf7 input:focus[type=email], .wpcf7 .has-success input:focus[type=email],
.has-success .wpcf7 input:focus[type=file], .wpcf7 .has-success input:focus[type=file],
.has-success .wpcf7 input:focus[type=submit], .wpcf7 .has-success input:focus[type=submit],
.has-success .wpcf7 select:focus, .wpcf7 .has-success select:focus,
.has-success .wpcf7 textarea:focus, .wpcf7 .has-success textarea:focus, .has-success .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-success .wpcf7-validation-errors: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;
  border-color: #3c763d;
  background-color: #dff0d8;
}

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

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

.has-warning .form-control, .has-warning .wpcf7 input[type=text], .wpcf7 .has-warning input[type=text],
.has-warning .wpcf7 input[type=search], .wpcf7 .has-warning input[type=search],
.has-warning .wpcf7 input[type=tel], .wpcf7 .has-warning input[type=tel],
.has-warning .wpcf7 input[type=number], .wpcf7 .has-warning input[type=number],
.has-warning .wpcf7 input[type=range], .wpcf7 .has-warning input[type=range],
.has-warning .wpcf7 input[type=date], .wpcf7 .has-warning input[type=date],
.has-warning .wpcf7 input[type=month], .wpcf7 .has-warning input[type=month],
.has-warning .wpcf7 input[type=week], .wpcf7 .has-warning input[type=week],
.has-warning .wpcf7 input[type=time], .wpcf7 .has-warning input[type=time],
.has-warning .wpcf7 input[type=datetime], .wpcf7 .has-warning input[type=datetime],
.has-warning .wpcf7 input[type=datetime-local], .wpcf7 .has-warning input[type=datetime-local],
.has-warning .wpcf7 input[type=color], .wpcf7 .has-warning input[type=color],
.has-warning .wpcf7 input[type=email], .wpcf7 .has-warning input[type=email],
.has-warning .wpcf7 input[type=file], .wpcf7 .has-warning input[type=file], .has-warning .wpcf7 input[type=submit], .wpcf7 .has-warning input[type=submit],
.has-warning .wpcf7 select, .wpcf7 .has-warning select,
.has-warning .wpcf7 textarea, .wpcf7 .has-warning textarea, .has-warning .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-warning .wpcf7-validation-errors {
  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, .has-warning .wpcf7 input:focus[type=text], .wpcf7 .has-warning input:focus[type=text],
.has-warning .wpcf7 input:focus[type=search], .wpcf7 .has-warning input:focus[type=search],
.has-warning .wpcf7 input:focus[type=tel], .wpcf7 .has-warning input:focus[type=tel],
.has-warning .wpcf7 input:focus[type=number], .wpcf7 .has-warning input:focus[type=number],
.has-warning .wpcf7 input:focus[type=range], .wpcf7 .has-warning input:focus[type=range],
.has-warning .wpcf7 input:focus[type=date], .wpcf7 .has-warning input:focus[type=date],
.has-warning .wpcf7 input:focus[type=month], .wpcf7 .has-warning input:focus[type=month],
.has-warning .wpcf7 input:focus[type=week], .wpcf7 .has-warning input:focus[type=week],
.has-warning .wpcf7 input:focus[type=time], .wpcf7 .has-warning input:focus[type=time],
.has-warning .wpcf7 input:focus[type=datetime], .wpcf7 .has-warning input:focus[type=datetime],
.has-warning .wpcf7 input:focus[type=datetime-local], .wpcf7 .has-warning input:focus[type=datetime-local],
.has-warning .wpcf7 input:focus[type=color], .wpcf7 .has-warning input:focus[type=color],
.has-warning .wpcf7 input:focus[type=email], .wpcf7 .has-warning input:focus[type=email],
.has-warning .wpcf7 input:focus[type=file], .wpcf7 .has-warning input:focus[type=file],
.has-warning .wpcf7 input:focus[type=submit], .wpcf7 .has-warning input:focus[type=submit],
.has-warning .wpcf7 select:focus, .wpcf7 .has-warning select:focus,
.has-warning .wpcf7 textarea:focus, .wpcf7 .has-warning textarea:focus, .has-warning .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-warning .wpcf7-validation-errors: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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

.has-error .form-control, .has-error .wpcf7 input[type=text], .wpcf7 .has-error input[type=text],
.has-error .wpcf7 input[type=search], .wpcf7 .has-error input[type=search],
.has-error .wpcf7 input[type=tel], .wpcf7 .has-error input[type=tel],
.has-error .wpcf7 input[type=number], .wpcf7 .has-error input[type=number],
.has-error .wpcf7 input[type=range], .wpcf7 .has-error input[type=range],
.has-error .wpcf7 input[type=date], .wpcf7 .has-error input[type=date],
.has-error .wpcf7 input[type=month], .wpcf7 .has-error input[type=month],
.has-error .wpcf7 input[type=week], .wpcf7 .has-error input[type=week],
.has-error .wpcf7 input[type=time], .wpcf7 .has-error input[type=time],
.has-error .wpcf7 input[type=datetime], .wpcf7 .has-error input[type=datetime],
.has-error .wpcf7 input[type=datetime-local], .wpcf7 .has-error input[type=datetime-local],
.has-error .wpcf7 input[type=color], .wpcf7 .has-error input[type=color],
.has-error .wpcf7 input[type=email], .wpcf7 .has-error input[type=email],
.has-error .wpcf7 input[type=file], .wpcf7 .has-error input[type=file], .has-error .wpcf7 input[type=submit], .wpcf7 .has-error input[type=submit],
.has-error .wpcf7 select, .wpcf7 .has-error select,
.has-error .wpcf7 textarea, .wpcf7 .has-error textarea, .has-error .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-error .wpcf7-validation-errors {
  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, .has-error .wpcf7 input:focus[type=text], .wpcf7 .has-error input:focus[type=text],
.has-error .wpcf7 input:focus[type=search], .wpcf7 .has-error input:focus[type=search],
.has-error .wpcf7 input:focus[type=tel], .wpcf7 .has-error input:focus[type=tel],
.has-error .wpcf7 input:focus[type=number], .wpcf7 .has-error input:focus[type=number],
.has-error .wpcf7 input:focus[type=range], .wpcf7 .has-error input:focus[type=range],
.has-error .wpcf7 input:focus[type=date], .wpcf7 .has-error input:focus[type=date],
.has-error .wpcf7 input:focus[type=month], .wpcf7 .has-error input:focus[type=month],
.has-error .wpcf7 input:focus[type=week], .wpcf7 .has-error input:focus[type=week],
.has-error .wpcf7 input:focus[type=time], .wpcf7 .has-error input:focus[type=time],
.has-error .wpcf7 input:focus[type=datetime], .wpcf7 .has-error input:focus[type=datetime],
.has-error .wpcf7 input:focus[type=datetime-local], .wpcf7 .has-error input:focus[type=datetime-local],
.has-error .wpcf7 input:focus[type=color], .wpcf7 .has-error input:focus[type=color],
.has-error .wpcf7 input:focus[type=email], .wpcf7 .has-error input:focus[type=email],
.has-error .wpcf7 input:focus[type=file], .wpcf7 .has-error input:focus[type=file],
.has-error .wpcf7 input:focus[type=submit], .wpcf7 .has-error input:focus[type=submit],
.has-error .wpcf7 select:focus, .wpcf7 .has-error select:focus,
.has-error .wpcf7 textarea:focus, .wpcf7 .has-error textarea:focus, .has-error .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-error .wpcf7-validation-errors: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;
  border-color: #a94442;
  background-color: #f2dede;
}

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text],
  .form-inline .wpcf7 input[type=search], .wpcf7 .form-inline input[type=search],
  .form-inline .wpcf7 input[type=tel], .wpcf7 .form-inline input[type=tel],
  .form-inline .wpcf7 input[type=number], .wpcf7 .form-inline input[type=number],
  .form-inline .wpcf7 input[type=range], .wpcf7 .form-inline input[type=range],
  .form-inline .wpcf7 input[type=date], .wpcf7 .form-inline input[type=date],
  .form-inline .wpcf7 input[type=month], .wpcf7 .form-inline input[type=month],
  .form-inline .wpcf7 input[type=week], .wpcf7 .form-inline input[type=week],
  .form-inline .wpcf7 input[type=time], .wpcf7 .form-inline input[type=time],
  .form-inline .wpcf7 input[type=datetime], .wpcf7 .form-inline input[type=datetime],
  .form-inline .wpcf7 input[type=datetime-local], .wpcf7 .form-inline input[type=datetime-local],
  .form-inline .wpcf7 input[type=color], .wpcf7 .form-inline input[type=color],
  .form-inline .wpcf7 input[type=email], .wpcf7 .form-inline input[type=email],
  .form-inline .wpcf7 input[type=file], .wpcf7 .form-inline input[type=file], .form-inline .wpcf7 input[type=submit], .wpcf7 .form-inline input[type=submit],
  .form-inline .wpcf7 select, .wpcf7 .form-inline select,
  .form-inline .wpcf7 textarea, .wpcf7 .form-inline textarea, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors {
    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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .wpcf7 input[type=text],
  .wpcf7 .form-inline .input-group input[type=text],
  .form-inline .input-group .wpcf7 input[type=search],
  .wpcf7 .form-inline .input-group input[type=search],
  .form-inline .input-group .wpcf7 input[type=tel],
  .wpcf7 .form-inline .input-group input[type=tel],
  .form-inline .input-group .wpcf7 input[type=number],
  .wpcf7 .form-inline .input-group input[type=number],
  .form-inline .input-group .wpcf7 input[type=range],
  .wpcf7 .form-inline .input-group input[type=range],
  .form-inline .input-group .wpcf7 input[type=date],
  .wpcf7 .form-inline .input-group input[type=date],
  .form-inline .input-group .wpcf7 input[type=month],
  .wpcf7 .form-inline .input-group input[type=month],
  .form-inline .input-group .wpcf7 input[type=week],
  .wpcf7 .form-inline .input-group input[type=week],
  .form-inline .input-group .wpcf7 input[type=time],
  .wpcf7 .form-inline .input-group input[type=time],
  .form-inline .input-group .wpcf7 input[type=datetime],
  .wpcf7 .form-inline .input-group input[type=datetime],
  .form-inline .input-group .wpcf7 input[type=datetime-local],
  .wpcf7 .form-inline .input-group input[type=datetime-local],
  .form-inline .input-group .wpcf7 input[type=color],
  .wpcf7 .form-inline .input-group input[type=color],
  .form-inline .input-group .wpcf7 input[type=email],
  .wpcf7 .form-inline .input-group input[type=email],
  .form-inline .input-group .wpcf7 input[type=file],
  .wpcf7 .form-inline .input-group input[type=file],
  .form-inline .input-group .wpcf7 input[type=submit],
  .wpcf7 .form-inline .input-group input[type=submit],
  .form-inline .input-group .wpcf7 select,
  .wpcf7 .form-inline .input-group select,
  .form-inline .input-group .wpcf7 textarea,
  .wpcf7 .form-inline .input-group textarea,
  .form-inline .input-group .wpcf7 .wpcf7-validation-errors,
  .wpcf7 .form-inline .input-group .wpcf7-validation-errors {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .wpcf7 .input-group > input[type=text], .wpcf7 .form-inline .input-group > input[type=text],
  .form-inline .wpcf7 .input-group > input[type=search], .wpcf7 .form-inline .input-group > input[type=search],
  .form-inline .wpcf7 .input-group > input[type=tel], .wpcf7 .form-inline .input-group > input[type=tel],
  .form-inline .wpcf7 .input-group > input[type=number], .wpcf7 .form-inline .input-group > input[type=number],
  .form-inline .wpcf7 .input-group > input[type=range], .wpcf7 .form-inline .input-group > input[type=range],
  .form-inline .wpcf7 .input-group > input[type=date], .wpcf7 .form-inline .input-group > input[type=date],
  .form-inline .wpcf7 .input-group > input[type=month], .wpcf7 .form-inline .input-group > input[type=month],
  .form-inline .wpcf7 .input-group > input[type=week], .wpcf7 .form-inline .input-group > input[type=week],
  .form-inline .wpcf7 .input-group > input[type=time], .wpcf7 .form-inline .input-group > input[type=time],
  .form-inline .wpcf7 .input-group > input[type=datetime], .wpcf7 .form-inline .input-group > input[type=datetime],
  .form-inline .wpcf7 .input-group > input[type=datetime-local], .wpcf7 .form-inline .input-group > input[type=datetime-local],
  .form-inline .wpcf7 .input-group > input[type=color], .wpcf7 .form-inline .input-group > input[type=color],
  .form-inline .wpcf7 .input-group > input[type=email], .wpcf7 .form-inline .input-group > input[type=email],
  .form-inline .wpcf7 .input-group > input[type=file], .wpcf7 .form-inline .input-group > input[type=file], .form-inline .wpcf7 .input-group > input[type=submit], .wpcf7 .form-inline .input-group > input[type=submit],
  .form-inline .wpcf7 .input-group > select, .wpcf7 .form-inline .input-group > select,
  .form-inline .wpcf7 .input-group > textarea, .wpcf7 .form-inline .input-group > textarea, .form-inline .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .form-inline .input-group > .wpcf7-validation-errors {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, body.page-template-inspiration .inspiration-section .sorting .radio, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .radio, body.post-type-archive-projects .inspiration-section .sorting .radio,
.form-horizontal .checkbox,
body.page-template-inspiration .inspiration-section .sorting .checkbox,
body.page-template-page-templatesinspiration-php .inspiration-section .sorting .checkbox,
body.post-type-archive-projects .inspiration-section .sorting .checkbox,
.form-horizontal .radio-inline,
body.page-template-inspiration .inspiration-section .sorting .radio-inline,
body.page-template-page-templatesinspiration-php .inspiration-section .sorting .radio-inline,
body.post-type-archive-projects .inspiration-section .sorting .radio-inline,
.form-horizontal .checkbox-inline,
body.page-template-inspiration .inspiration-section .sorting .checkbox-inline,
body.page-template-page-templatesinspiration-php .inspiration-section .sorting .checkbox-inline,
body.post-type-archive-projects .inspiration-section .sorting .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, body.page-template-inspiration .inspiration-section .sorting .radio, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .radio, body.post-type-archive-projects .inspiration-section .sorting .radio,
.form-horizontal .checkbox,
body.page-template-inspiration .inspiration-section .sorting .checkbox,
body.page-template-page-templatesinspiration-php .inspiration-section .sorting .checkbox,
body.post-type-archive-projects .inspiration-section .sorting .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group, body.page-template-inspiration .inspiration-section .sorting .form-group, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .form-group, body.post-type-archive-projects .inspiration-section .sorting .form-group, .form-horizontal .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-horizontal p, body.page-template-inspiration .inspiration-section .sorting .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form body.page-template-inspiration .inspiration-section .sorting p, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form body.page-template-page-templatesinspiration-php .inspiration-section .sorting p, body.post-type-archive-projects .inspiration-section .sorting .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form body.post-type-archive-projects .inspiration-section .sorting p {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, body.page-template-inspiration .inspiration-section .sorting .form-group:before, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .form-group:before, body.post-type-archive-projects .inspiration-section .sorting .form-group:before, .form-horizontal .wpcf7 .wpcf7-form p:before, .wpcf7 .wpcf7-form .form-horizontal p:before, body.page-template-inspiration .inspiration-section .sorting .wpcf7 .wpcf7-form p:before, .wpcf7 .wpcf7-form body.page-template-inspiration .inspiration-section .sorting p:before, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .wpcf7 .wpcf7-form p:before, .wpcf7 .wpcf7-form body.page-template-page-templatesinspiration-php .inspiration-section .sorting p:before, body.post-type-archive-projects .inspiration-section .sorting .wpcf7 .wpcf7-form p:before, .wpcf7 .wpcf7-form body.post-type-archive-projects .inspiration-section .sorting p:before, .form-horizontal .form-group:after, body.page-template-inspiration .inspiration-section .sorting .form-group:after, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .form-group:after, body.post-type-archive-projects .inspiration-section .sorting .form-group:after, .form-horizontal .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form .form-horizontal p:after, body.page-template-inspiration .inspiration-section .sorting .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form body.page-template-inspiration .inspiration-section .sorting p:after, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form body.page-template-page-templatesinspiration-php .inspiration-section .sorting p:after, body.post-type-archive-projects .inspiration-section .sorting .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form body.post-type-archive-projects .inspiration-section .sorting p:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after, body.page-template-inspiration .inspiration-section .sorting .form-group:after, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .form-group:after, body.post-type-archive-projects .inspiration-section .sorting .form-group:after, .form-horizontal .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form .form-horizontal p:after, body.page-template-inspiration .inspiration-section .sorting .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form body.page-template-inspiration .inspiration-section .sorting p:after, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form body.page-template-page-templatesinspiration-php .inspiration-section .sorting p:after, body.post-type-archive-projects .inspiration-section .sorting .wpcf7 .wpcf7-form p:after, .wpcf7 .wpcf7-form body.post-type-archive-projects .inspiration-section .sorting p:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label, body.page-template-inspiration .inspiration-section .sorting .control-label, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .control-label, body.post-type-archive-projects .inspiration-section .sorting .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback, body.page-template-inspiration .inspiration-section .sorting .has-feedback .form-control-feedback, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .has-feedback .form-control-feedback, body.post-type-archive-projects .inspiration-section .sorting .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label, body.page-template-inspiration .inspiration-section .sorting .form-group-lg .control-label, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .form-group-lg .control-label, body.post-type-archive-projects .inspiration-section .sorting .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label, body.page-template-inspiration .inspiration-section .sorting .form-group-sm .control-label, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .form-group-sm .control-label, body.post-type-archive-projects .inspiration-section .sorting .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn, .wpcf7 input[type=submit], .edit-link-wrapper .edit-link, body.attachment .attachment-download-wrapper a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.wpcf7 input:focus[type=submit], .edit-link-wrapper .edit-link:focus, body.attachment .attachment-download-wrapper a:focus, .btn.focus, .wpcf7 input.focus[type=submit], .edit-link-wrapper .focus.edit-link, body.attachment .attachment-download-wrapper a.focus, .btn:active:focus, .wpcf7 input:active:focus[type=submit], .edit-link-wrapper .edit-link:active:focus, body.attachment .attachment-download-wrapper a:active:focus, .btn:active.focus, .wpcf7 input:active.focus[type=submit], .edit-link-wrapper .edit-link:active.focus, body.attachment .attachment-download-wrapper a:active.focus, .btn.active:focus, .wpcf7 input.active:focus[type=submit], .edit-link-wrapper .active.edit-link:focus, body.attachment .attachment-download-wrapper a.active:focus, .btn.active.focus, .wpcf7 input.active.focus[type=submit], .edit-link-wrapper .active.focus.edit-link, body.attachment .attachment-download-wrapper a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .wpcf7 input:hover[type=submit], .edit-link-wrapper .edit-link:hover, body.attachment .attachment-download-wrapper a:hover, .btn:focus,
.wpcf7 input:focus[type=submit], .edit-link-wrapper .edit-link:focus, body.attachment .attachment-download-wrapper a:focus, .btn.focus, .wpcf7 input.focus[type=submit], .edit-link-wrapper .focus.edit-link, body.attachment .attachment-download-wrapper a.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .wpcf7 input:active[type=submit], .edit-link-wrapper .edit-link:active, body.attachment .attachment-download-wrapper a:active, .btn.active, .wpcf7 input.active[type=submit], .edit-link-wrapper .active.edit-link, body.attachment .attachment-download-wrapper a.active {
  outline: 0;
  background-image: none;
  -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, .wpcf7 input.disabled[type=submit], .edit-link-wrapper .disabled.edit-link, body.attachment .attachment-download-wrapper a.disabled, .btn[disabled],
.wpcf7 input[disabled][type=submit], .edit-link-wrapper .edit-link[disabled], body.attachment .attachment-download-wrapper a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .wpcf7 input[type=submit],
.wpcf7 fieldset[disabled] input[type=submit],
fieldset[disabled] .edit-link-wrapper .edit-link,
.edit-link-wrapper fieldset[disabled] .edit-link,
fieldset[disabled] body.attachment .attachment-download-wrapper a,
body.attachment .attachment-download-wrapper fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .edit-link-wrapper a.disabled.edit-link, body.attachment .attachment-download-wrapper a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .edit-link-wrapper a.edit-link,
.edit-link-wrapper fieldset[disabled] a.edit-link,
fieldset[disabled] body.attachment .attachment-download-wrapper a,
body.attachment .attachment-download-wrapper fieldset[disabled] a {
  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 > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #5b95de;
  border-color: #4687da;
}

.btn-primary:focus,
.wpcf7 input:focus[type=submit], .btn-primary.focus, .wpcf7 input.focus[type=submit] {
  color: #fff;
  background-color: #317ad5;
  border-color: #1b4a85;
}

.btn-primary:hover, .wpcf7 input:hover[type=submit] {
  color: #fff;
  background-color: #317ad5;
  border-color: #2669bc;
}

.btn-primary:active, .wpcf7 input:active[type=submit], .btn-primary.active, .wpcf7 input.active[type=submit],
.open > .btn-primary.dropdown-toggle,
.wpcf7 .open > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #317ad5;
  border-color: #2669bc;
}

.btn-primary:active:hover, .wpcf7 input:active:hover[type=submit], .btn-primary:active:focus, .wpcf7 input:active:focus[type=submit], .btn-primary:active.focus, .wpcf7 input:active.focus[type=submit], .btn-primary.active:hover, .wpcf7 input.active:hover[type=submit], .btn-primary.active:focus, .wpcf7 input.active:focus[type=submit], .btn-primary.active.focus, .wpcf7 input.active.focus[type=submit],
.open > .btn-primary.dropdown-toggle:hover,
.wpcf7 .open > input.dropdown-toggle:hover[type=submit],
.open > .btn-primary.dropdown-toggle:focus,
.wpcf7 .open > input.dropdown-toggle:focus[type=submit],
.open > .btn-primary.dropdown-toggle.focus,
.wpcf7 .open > input.dropdown-toggle.focus[type=submit] {
  color: #fff;
  background-color: #2669bc;
  border-color: #1b4a85;
}

.btn-primary:active, .wpcf7 input:active[type=submit], .btn-primary.active, .wpcf7 input.active[type=submit],
.open > .btn-primary.dropdown-toggle,
.wpcf7 .open > input.dropdown-toggle[type=submit] {
  background-image: none;
}

.btn-primary.disabled:hover, .wpcf7 input.disabled:hover[type=submit], .btn-primary.disabled:focus, .wpcf7 input.disabled:focus[type=submit], .btn-primary.disabled.focus, .wpcf7 input.disabled.focus[type=submit], .btn-primary[disabled]:hover, .wpcf7 input[disabled]:hover[type=submit], .btn-primary[disabled]:focus, .wpcf7 input[disabled]:focus[type=submit], .btn-primary[disabled].focus, .wpcf7 input[disabled].focus[type=submit],
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .wpcf7 input:hover[type=submit],
.wpcf7 fieldset[disabled] input:hover[type=submit],
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .wpcf7 input:focus[type=submit],
.wpcf7 fieldset[disabled] input:focus[type=submit],
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .wpcf7 input.focus[type=submit],
.wpcf7 fieldset[disabled] input.focus[type=submit] {
  background-color: #5b95de;
  border-color: #4687da;
}

.btn-primary .badge, .wpcf7 input[type=submit] .badge {
  color: #5b95de;
  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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

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

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

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

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

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #E74C3C;
  border-color: #e43725;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #7b190f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}

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

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b62516;
  border-color: #7b190f;
}

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

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

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

.btn-link {
  color: #5b95de;
  font-weight: normal;
  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:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

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

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

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit], .edit-link-wrapper .btn-group-lg > .edit-link, body.attachment .attachment-download-wrapper .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit], .edit-link-wrapper .btn-group-sm > .edit-link, body.attachment .attachment-download-wrapper .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .wpcf7 .btn-group-xs > input[type=submit], .edit-link-wrapper .btn-group-xs > .edit-link, body.attachment .attachment-download-wrapper .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.fade {
  opacity: 0;
  -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-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #737373;
  white-space: nowrap;
}

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

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

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

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

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

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

.btn-group > .btn, .wpcf7 .btn-group > input[type=submit], .edit-link-wrapper .btn-group > .edit-link, body.attachment .attachment-download-wrapper .btn-group > a,
.btn-group-vertical > .btn,
.wpcf7 .btn-group-vertical > input[type=submit],
.edit-link-wrapper .btn-group-vertical > .edit-link,
body.attachment .attachment-download-wrapper .btn-group-vertical > a {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .wpcf7 .btn-group > input:hover[type=submit], .edit-link-wrapper .btn-group > .edit-link:hover, body.attachment .attachment-download-wrapper .btn-group > a:hover, .btn-group > .btn:focus,
.wpcf7 .btn-group > input:focus[type=submit], .edit-link-wrapper .btn-group > .edit-link:focus, body.attachment .attachment-download-wrapper .btn-group > a:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input:active[type=submit], .edit-link-wrapper .btn-group > .edit-link:active, body.attachment .attachment-download-wrapper .btn-group > a:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type=submit], .edit-link-wrapper .btn-group > .active.edit-link, body.attachment .attachment-download-wrapper .btn-group > a.active,
.btn-group-vertical > .btn:hover,
.wpcf7 .btn-group-vertical > input:hover[type=submit],
.edit-link-wrapper .btn-group-vertical > .edit-link:hover,
body.attachment .attachment-download-wrapper .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
.wpcf7 .btn-group-vertical > input:focus[type=submit],
.edit-link-wrapper .btn-group-vertical > .edit-link:focus,
body.attachment .attachment-download-wrapper .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.wpcf7 .btn-group-vertical > input:active[type=submit],
.edit-link-wrapper .btn-group-vertical > .edit-link:active,
body.attachment .attachment-download-wrapper .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.wpcf7 .btn-group-vertical > input.active[type=submit],
.edit-link-wrapper .btn-group-vertical > .active.edit-link,
body.attachment .attachment-download-wrapper .btn-group-vertical > a.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .wpcf7 input[type=submit] + .btn, .wpcf7 .btn-group input[type=submit] + .btn, .btn-group .edit-link-wrapper .edit-link + .btn, .edit-link-wrapper .btn-group .edit-link + .btn, .btn-group body.attachment .attachment-download-wrapper a + .btn, body.attachment .attachment-download-wrapper .btn-group a + .btn, .btn-group .wpcf7 .btn + input[type=submit], .wpcf7 .btn-group .btn + input[type=submit], .btn-group .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group input[type=submit] + input[type=submit], .btn-group .edit-link-wrapper .wpcf7 .edit-link + input[type=submit], .wpcf7 .btn-group .edit-link-wrapper .edit-link + input[type=submit], .edit-link-wrapper .btn-group .wpcf7 .edit-link + input[type=submit], .wpcf7 .edit-link-wrapper .btn-group .edit-link + input[type=submit], .btn-group body.attachment .attachment-download-wrapper .wpcf7 a + input[type=submit], .wpcf7 .btn-group body.attachment .attachment-download-wrapper a + input[type=submit], body.attachment .attachment-download-wrapper .btn-group .wpcf7 a + input[type=submit], .wpcf7 body.attachment .attachment-download-wrapper .btn-group a + input[type=submit], .btn-group .edit-link-wrapper .btn + .edit-link, .edit-link-wrapper .btn-group .btn + .edit-link, .btn-group .wpcf7 .edit-link-wrapper input[type=submit] + .edit-link, .edit-link-wrapper .btn-group .wpcf7 input[type=submit] + .edit-link, .wpcf7 .btn-group .edit-link-wrapper input[type=submit] + .edit-link, .edit-link-wrapper .wpcf7 .btn-group input[type=submit] + .edit-link, .btn-group .edit-link-wrapper .edit-link + .edit-link, .edit-link-wrapper .btn-group .edit-link + .edit-link, .btn-group body.attachment .attachment-download-wrapper .edit-link-wrapper a + .edit-link, .edit-link-wrapper .btn-group body.attachment .attachment-download-wrapper a + .edit-link, body.attachment .attachment-download-wrapper .btn-group .edit-link-wrapper a + .edit-link, .edit-link-wrapper body.attachment .attachment-download-wrapper .btn-group a + .edit-link, .btn-group body.attachment .attachment-download-wrapper .btn + a, body.attachment .attachment-download-wrapper .btn-group .btn + a, .btn-group .wpcf7 body.attachment .attachment-download-wrapper input[type=submit] + a, body.attachment .attachment-download-wrapper .btn-group .wpcf7 input[type=submit] + a, .wpcf7 .btn-group body.attachment .attachment-download-wrapper input[type=submit] + a, body.attachment .attachment-download-wrapper .wpcf7 .btn-group input[type=submit] + a, .btn-group .edit-link-wrapper body.attachment .attachment-download-wrapper .edit-link + a, body.attachment .attachment-download-wrapper .btn-group .edit-link-wrapper .edit-link + a, .edit-link-wrapper .btn-group body.attachment .attachment-download-wrapper .edit-link + a, body.attachment .attachment-download-wrapper .edit-link-wrapper .btn-group .edit-link + a, .btn-group body.attachment .attachment-download-wrapper a + a, body.attachment .attachment-download-wrapper .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .wpcf7 input[type=submit] + .btn-group,
.wpcf7 .btn-group input[type=submit] + .btn-group,
.btn-group .edit-link-wrapper .edit-link + .btn-group,
.edit-link-wrapper .btn-group .edit-link + .btn-group,
.btn-group body.attachment .attachment-download-wrapper a + .btn-group,
body.attachment .attachment-download-wrapper .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .wpcf7 .btn-group + input[type=submit],
.wpcf7 .btn-group .btn-group + input[type=submit],
.btn-group .edit-link-wrapper .btn-group + .edit-link,
.edit-link-wrapper .btn-group .btn-group + .edit-link,
.btn-group body.attachment .attachment-download-wrapper .btn-group + a,
body.attachment .attachment-download-wrapper .btn-group .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

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

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

.btn-toolbar .btn, .btn-toolbar .wpcf7 input[type=submit], .wpcf7 .btn-toolbar input[type=submit], .btn-toolbar .edit-link-wrapper .edit-link, .edit-link-wrapper .btn-toolbar .edit-link, .btn-toolbar body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper .btn-toolbar a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .wpcf7 .btn-toolbar > input[type=submit], .edit-link-wrapper .btn-toolbar > .edit-link, body.attachment .attachment-download-wrapper .btn-toolbar > a,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type=submit], .edit-link-wrapper .btn-group > .edit-link:not(:first-child):not(:last-child):not(.dropdown-toggle), body.attachment .attachment-download-wrapper .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .wpcf7 .btn-group > input:first-child[type=submit], .edit-link-wrapper .btn-group > .edit-link:first-child, body.attachment .attachment-download-wrapper .btn-group > a:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type=submit], .edit-link-wrapper .btn-group > .edit-link:first-child:not(:last-child):not(.dropdown-toggle), body.attachment .attachment-download-wrapper .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .wpcf7 .btn-group > input:last-child:not(:first-child)[type=submit], .edit-link-wrapper .btn-group > .edit-link:last-child:not(:first-child), body.attachment .attachment-download-wrapper .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .edit-link-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .edit-link, body.attachment .attachment-download-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpcf7 .btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type=submit], .edit-link-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .edit-link:last-child, body.attachment .attachment-download-wrapper .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .wpcf7 .btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type=submit], .edit-link-wrapper .btn-group > .btn-group:last-child:not(:first-child) > .edit-link:first-child, body.attachment .attachment-download-wrapper .btn-group > .btn-group:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle, .wpcf7 .btn-group > input[type=submit] + .dropdown-toggle, .edit-link-wrapper .btn-group > .edit-link + .dropdown-toggle, body.attachment .attachment-download-wrapper .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .wpcf7 .btn-group-lg.btn-group > input[type=submit] + .dropdown-toggle, .edit-link-wrapper .btn-group-lg.btn-group > .edit-link + .dropdown-toggle, body.attachment .attachment-download-wrapper .btn-group-lg.btn-group > a + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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, .wpcf7 input[type=submit] .caret, .edit-link-wrapper .edit-link .caret, body.attachment .attachment-download-wrapper a .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .wpcf7 .btn-group-lg > input[type=submit] .caret, .edit-link-wrapper .btn-group-lg > .edit-link .caret, body.attachment .attachment-download-wrapper .btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .wpcf7 .btn-group-lg > input[type=submit] .caret, .wpcf7 .dropup .btn-group-lg > input[type=submit] .caret, .dropup .edit-link-wrapper .btn-group-lg > .edit-link .caret, .edit-link-wrapper .dropup .btn-group-lg > .edit-link .caret, .dropup body.attachment .attachment-download-wrapper .btn-group-lg > a .caret, body.attachment .attachment-download-wrapper .dropup .btn-group-lg > a .caret {
  border-width: 0 5px 5px;
}


.btn-group-vertical > .btn,
.wpcf7 .btn-group-vertical > input[type=submit],
.edit-link-wrapper .btn-group-vertical > .edit-link,
body.attachment .attachment-download-wrapper .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.wpcf7 .btn-group-vertical > .btn-group > input[type=submit],
.edit-link-wrapper .btn-group-vertical > .btn-group > .edit-link,
body.attachment .attachment-download-wrapper .btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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


.btn-group-vertical > .btn-group > .btn,
.wpcf7 .btn-group-vertical > .btn-group > input[type=submit],
.edit-link-wrapper .btn-group-vertical > .btn-group > .edit-link,
body.attachment .attachment-download-wrapper .btn-group-vertical > .btn-group > a {
  float: none;
}

.btn-group-vertical > .btn + .btn, .wpcf7 .btn-group-vertical > input[type=submit] + .btn, .edit-link-wrapper .btn-group-vertical > .edit-link + .btn, body.attachment .attachment-download-wrapper .btn-group-vertical > a + .btn, .wpcf7 .btn-group-vertical > .btn + input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit], .edit-link-wrapper .wpcf7 .btn-group-vertical > .edit-link + input[type=submit], .wpcf7 .edit-link-wrapper .btn-group-vertical > .edit-link + input[type=submit], body.attachment .attachment-download-wrapper .wpcf7 .btn-group-vertical > a + input[type=submit], .wpcf7 body.attachment .attachment-download-wrapper .btn-group-vertical > a + input[type=submit], .edit-link-wrapper .btn-group-vertical > .btn + .edit-link, .wpcf7 .edit-link-wrapper .btn-group-vertical > input[type=submit] + .edit-link, .edit-link-wrapper .wpcf7 .btn-group-vertical > input[type=submit] + .edit-link, .edit-link-wrapper .btn-group-vertical > .edit-link + .edit-link, body.attachment .attachment-download-wrapper .edit-link-wrapper .btn-group-vertical > a + .edit-link, .edit-link-wrapper body.attachment .attachment-download-wrapper .btn-group-vertical > a + .edit-link, body.attachment .attachment-download-wrapper .btn-group-vertical > .btn + a, .wpcf7 body.attachment .attachment-download-wrapper .btn-group-vertical > input[type=submit] + a, body.attachment .attachment-download-wrapper .wpcf7 .btn-group-vertical > input[type=submit] + a, .edit-link-wrapper body.attachment .attachment-download-wrapper .btn-group-vertical > .edit-link + a, body.attachment .attachment-download-wrapper .edit-link-wrapper .btn-group-vertical > .edit-link + a, body.attachment .attachment-download-wrapper .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.wpcf7 .btn-group-vertical > input[type=submit] + .btn-group,
.edit-link-wrapper .btn-group-vertical > .edit-link + .btn-group,
body.attachment .attachment-download-wrapper .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.wpcf7 .btn-group-vertical > .btn-group + input[type=submit],
.edit-link-wrapper .btn-group-vertical > .btn-group + .edit-link,
body.attachment .attachment-download-wrapper .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .wpcf7 .btn-group-vertical > input:not(:first-child):not(:last-child)[type=submit], .edit-link-wrapper .btn-group-vertical > .edit-link:not(:first-child):not(:last-child), body.attachment .attachment-download-wrapper .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .wpcf7 .btn-group-vertical > input:first-child:not(:last-child)[type=submit], .edit-link-wrapper .btn-group-vertical > .edit-link:first-child:not(:last-child), body.attachment .attachment-download-wrapper .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .wpcf7 .btn-group-vertical > input:last-child:not(:first-child)[type=submit], .edit-link-wrapper .btn-group-vertical > .edit-link:last-child:not(:first-child), body.attachment .attachment-download-wrapper .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .edit-link-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .edit-link, body.attachment .attachment-download-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpcf7 .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type=submit], .edit-link-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .edit-link:last-child, body.attachment .attachment-download-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > a: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, .wpcf7 .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type=submit], .edit-link-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .edit-link:first-child, body.attachment .attachment-download-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group-justified > .btn, .wpcf7 .btn-group-justified > input[type=submit], .edit-link-wrapper .btn-group-justified > .edit-link, body.attachment .attachment-download-wrapper .btn-group-justified > a,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .wpcf7 input[type=submit], .wpcf7 .btn-group-justified > .btn-group input[type=submit], .btn-group-justified > .btn-group .edit-link-wrapper .edit-link, .edit-link-wrapper .btn-group-justified > .btn-group .edit-link, .btn-group-justified > .btn-group body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper .btn-group-justified > .btn-group a {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .wpcf7 [data-toggle="buttons"] > input[type=submit] input[type="radio"], .edit-link-wrapper [data-toggle="buttons"] > .edit-link input[type="radio"], body.attachment .attachment-download-wrapper [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.wpcf7 [data-toggle="buttons"] > input[type=submit] input[type="checkbox"],
.edit-link-wrapper [data-toggle="buttons"] > .edit-link input[type="checkbox"],
body.attachment .attachment-download-wrapper [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.wpcf7 [data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"],
.edit-link-wrapper [data-toggle="buttons"] > .btn-group > .edit-link input[type="radio"],
body.attachment .attachment-download-wrapper [data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.wpcf7 [data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"],
.edit-link-wrapper [data-toggle="buttons"] > .btn-group > .edit-link input[type="checkbox"],
body.attachment .attachment-download-wrapper [data-toggle="buttons"] > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control, .input-group .wpcf7 input[type=text], .wpcf7 .input-group input[type=text],
.input-group .wpcf7 input[type=search], .wpcf7 .input-group input[type=search],
.input-group .wpcf7 input[type=tel], .wpcf7 .input-group input[type=tel],
.input-group .wpcf7 input[type=number], .wpcf7 .input-group input[type=number],
.input-group .wpcf7 input[type=range], .wpcf7 .input-group input[type=range],
.input-group .wpcf7 input[type=date], .wpcf7 .input-group input[type=date],
.input-group .wpcf7 input[type=month], .wpcf7 .input-group input[type=month],
.input-group .wpcf7 input[type=week], .wpcf7 .input-group input[type=week],
.input-group .wpcf7 input[type=time], .wpcf7 .input-group input[type=time],
.input-group .wpcf7 input[type=datetime], .wpcf7 .input-group input[type=datetime],
.input-group .wpcf7 input[type=datetime-local], .wpcf7 .input-group input[type=datetime-local],
.input-group .wpcf7 input[type=color], .wpcf7 .input-group input[type=color],
.input-group .wpcf7 input[type=email], .wpcf7 .input-group input[type=email],
.input-group .wpcf7 input[type=file], .wpcf7 .input-group input[type=file], .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit],
.input-group .wpcf7 select, .wpcf7 .input-group select,
.input-group .wpcf7 textarea, .wpcf7 .input-group textarea, .input-group .wpcf7 .wpcf7-validation-errors, .wpcf7 .input-group .wpcf7-validation-errors {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .wpcf7 input:focus[type=text], .wpcf7 .input-group input:focus[type=text],
.input-group .wpcf7 input:focus[type=search], .wpcf7 .input-group input:focus[type=search],
.input-group .wpcf7 input:focus[type=tel], .wpcf7 .input-group input:focus[type=tel],
.input-group .wpcf7 input:focus[type=number], .wpcf7 .input-group input:focus[type=number],
.input-group .wpcf7 input:focus[type=range], .wpcf7 .input-group input:focus[type=range],
.input-group .wpcf7 input:focus[type=date], .wpcf7 .input-group input:focus[type=date],
.input-group .wpcf7 input:focus[type=month], .wpcf7 .input-group input:focus[type=month],
.input-group .wpcf7 input:focus[type=week], .wpcf7 .input-group input:focus[type=week],
.input-group .wpcf7 input:focus[type=time], .wpcf7 .input-group input:focus[type=time],
.input-group .wpcf7 input:focus[type=datetime], .wpcf7 .input-group input:focus[type=datetime],
.input-group .wpcf7 input:focus[type=datetime-local], .wpcf7 .input-group input:focus[type=datetime-local],
.input-group .wpcf7 input:focus[type=color], .wpcf7 .input-group input:focus[type=color],
.input-group .wpcf7 input:focus[type=email], .wpcf7 .input-group input:focus[type=email],
.input-group .wpcf7 input:focus[type=file], .wpcf7 .input-group input:focus[type=file],
.input-group .wpcf7 input:focus[type=submit], .wpcf7 .input-group input:focus[type=submit],
.input-group .wpcf7 select:focus, .wpcf7 .input-group select:focus,
.input-group .wpcf7 textarea:focus, .wpcf7 .input-group textarea:focus, .input-group .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .input-group .wpcf7-validation-errors:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .wpcf7 input[type=text], .wpcf7 .input-group input[type=text],
.input-group .wpcf7 input[type=search], .wpcf7 .input-group input[type=search],
.input-group .wpcf7 input[type=tel], .wpcf7 .input-group input[type=tel],
.input-group .wpcf7 input[type=number], .wpcf7 .input-group input[type=number],
.input-group .wpcf7 input[type=range], .wpcf7 .input-group input[type=range],
.input-group .wpcf7 input[type=date], .wpcf7 .input-group input[type=date],
.input-group .wpcf7 input[type=month], .wpcf7 .input-group input[type=month],
.input-group .wpcf7 input[type=week], .wpcf7 .input-group input[type=week],
.input-group .wpcf7 input[type=time], .wpcf7 .input-group input[type=time],
.input-group .wpcf7 input[type=datetime], .wpcf7 .input-group input[type=datetime],
.input-group .wpcf7 input[type=datetime-local], .wpcf7 .input-group input[type=datetime-local],
.input-group .wpcf7 input[type=color], .wpcf7 .input-group input[type=color],
.input-group .wpcf7 input[type=email], .wpcf7 .input-group input[type=email],
.input-group .wpcf7 input[type=file], .wpcf7 .input-group input[type=file], .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit],
.input-group .wpcf7 select, .wpcf7 .input-group select,
.input-group .wpcf7 textarea, .wpcf7 .input-group textarea, .input-group .wpcf7 .wpcf7-validation-errors, .wpcf7 .input-group .wpcf7-validation-errors {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=text],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=text],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=search],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=search],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=tel],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=tel],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=number],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=number],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=range],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=range],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=date],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=date],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=month],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=month],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=week],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=week],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=time],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=time],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=datetime],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=datetime],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=datetime-local],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=datetime-local],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=color],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=color],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=email],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=email],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=file],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=file],
.input-group .wpcf7 input:not(:first-child):not(:last-child)[type=submit],
.wpcf7 .input-group input:not(:first-child):not(:last-child)[type=submit],
.input-group .wpcf7 select:not(:first-child):not(:last-child),
.wpcf7 .input-group select:not(:first-child):not(:last-child),
.input-group .wpcf7 textarea:not(:first-child):not(:last-child),
.wpcf7 .input-group textarea:not(:first-child):not(:last-child),
.input-group .wpcf7 .wpcf7-validation-errors:not(:first-child):not(:last-child),
.wpcf7 .input-group .wpcf7-validation-errors: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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm, .wpcf7 .input-group-sm > input.input-group-addon[type=text],
.wpcf7 .input-group-sm > input.input-group-addon[type=search],
.wpcf7 .input-group-sm > input.input-group-addon[type=tel],
.wpcf7 .input-group-sm > input.input-group-addon[type=number],
.wpcf7 .input-group-sm > input.input-group-addon[type=range],
.wpcf7 .input-group-sm > input.input-group-addon[type=date],
.wpcf7 .input-group-sm > input.input-group-addon[type=month],
.wpcf7 .input-group-sm > input.input-group-addon[type=week],
.wpcf7 .input-group-sm > input.input-group-addon[type=time],
.wpcf7 .input-group-sm > input.input-group-addon[type=datetime],
.wpcf7 .input-group-sm > input.input-group-addon[type=datetime-local],
.wpcf7 .input-group-sm > input.input-group-addon[type=color],
.wpcf7 .input-group-sm > input.input-group-addon[type=email],
.wpcf7 .input-group-sm > input.input-group-addon[type=file],
.wpcf7 .input-group-sm > input.input-group-addon[type=submit],
.wpcf7 .input-group-sm > select.input-group-addon,
.wpcf7 .input-group-sm > textarea.input-group-addon, .wpcf7 .input-group-sm > .input-group-addon.wpcf7-validation-errors,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.wpcf7 .input-group-sm > .input-group-btn > input.input-group-addon[type=submit], .edit-link-wrapper .input-group-sm > .input-group-btn > .input-group-addon.edit-link, body.attachment .attachment-download-wrapper .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .wpcf7 .input-group-lg > input.input-group-addon[type=text],
.wpcf7 .input-group-lg > input.input-group-addon[type=search],
.wpcf7 .input-group-lg > input.input-group-addon[type=tel],
.wpcf7 .input-group-lg > input.input-group-addon[type=number],
.wpcf7 .input-group-lg > input.input-group-addon[type=range],
.wpcf7 .input-group-lg > input.input-group-addon[type=date],
.wpcf7 .input-group-lg > input.input-group-addon[type=month],
.wpcf7 .input-group-lg > input.input-group-addon[type=week],
.wpcf7 .input-group-lg > input.input-group-addon[type=time],
.wpcf7 .input-group-lg > input.input-group-addon[type=datetime],
.wpcf7 .input-group-lg > input.input-group-addon[type=datetime-local],
.wpcf7 .input-group-lg > input.input-group-addon[type=color],
.wpcf7 .input-group-lg > input.input-group-addon[type=email],
.wpcf7 .input-group-lg > input.input-group-addon[type=file],
.wpcf7 .input-group-lg > input.input-group-addon[type=submit],
.wpcf7 .input-group-lg > select.input-group-addon,
.wpcf7 .input-group-lg > textarea.input-group-addon, .wpcf7 .input-group-lg > .input-group-addon.wpcf7-validation-errors,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.wpcf7 .input-group-lg > .input-group-btn > input.input-group-addon[type=submit], .edit-link-wrapper .input-group-lg > .input-group-btn > .input-group-addon.edit-link, body.attachment .attachment-download-wrapper .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}

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

.input-group .form-control:first-child, .input-group .wpcf7 input:first-child[type=text], .wpcf7 .input-group input:first-child[type=text],
.input-group .wpcf7 input:first-child[type=search], .wpcf7 .input-group input:first-child[type=search],
.input-group .wpcf7 input:first-child[type=tel], .wpcf7 .input-group input:first-child[type=tel],
.input-group .wpcf7 input:first-child[type=number], .wpcf7 .input-group input:first-child[type=number],
.input-group .wpcf7 input:first-child[type=range], .wpcf7 .input-group input:first-child[type=range],
.input-group .wpcf7 input:first-child[type=date], .wpcf7 .input-group input:first-child[type=date],
.input-group .wpcf7 input:first-child[type=month], .wpcf7 .input-group input:first-child[type=month],
.input-group .wpcf7 input:first-child[type=week], .wpcf7 .input-group input:first-child[type=week],
.input-group .wpcf7 input:first-child[type=time], .wpcf7 .input-group input:first-child[type=time],
.input-group .wpcf7 input:first-child[type=datetime], .wpcf7 .input-group input:first-child[type=datetime],
.input-group .wpcf7 input:first-child[type=datetime-local], .wpcf7 .input-group input:first-child[type=datetime-local],
.input-group .wpcf7 input:first-child[type=color], .wpcf7 .input-group input:first-child[type=color],
.input-group .wpcf7 input:first-child[type=email], .wpcf7 .input-group input:first-child[type=email],
.input-group .wpcf7 input:first-child[type=file], .wpcf7 .input-group input:first-child[type=file], .input-group .wpcf7 input:first-child[type=submit], .wpcf7 .input-group input:first-child[type=submit],
.input-group .wpcf7 select:first-child, .wpcf7 .input-group select:first-child,
.input-group .wpcf7 textarea:first-child, .wpcf7 .input-group textarea:first-child, .input-group .wpcf7 .wpcf7-validation-errors:first-child, .wpcf7 .input-group .wpcf7-validation-errors:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.wpcf7 .input-group-btn:first-child > input[type=submit],
.edit-link-wrapper .input-group-btn:first-child > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.wpcf7 .input-group-btn:first-child > .btn-group > input[type=submit],
.edit-link-wrapper .input-group-btn:first-child > .btn-group > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.edit-link-wrapper .input-group-btn:last-child > .edit-link:not(:last-child):not(.dropdown-toggle),
body.attachment .attachment-download-wrapper .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.wpcf7 .input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit],
.edit-link-wrapper .input-group-btn:last-child > .btn-group:not(:last-child) > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:last-child > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group .form-control:last-child, .input-group .wpcf7 input:last-child[type=text], .wpcf7 .input-group input:last-child[type=text],
.input-group .wpcf7 input:last-child[type=search], .wpcf7 .input-group input:last-child[type=search],
.input-group .wpcf7 input:last-child[type=tel], .wpcf7 .input-group input:last-child[type=tel],
.input-group .wpcf7 input:last-child[type=number], .wpcf7 .input-group input:last-child[type=number],
.input-group .wpcf7 input:last-child[type=range], .wpcf7 .input-group input:last-child[type=range],
.input-group .wpcf7 input:last-child[type=date], .wpcf7 .input-group input:last-child[type=date],
.input-group .wpcf7 input:last-child[type=month], .wpcf7 .input-group input:last-child[type=month],
.input-group .wpcf7 input:last-child[type=week], .wpcf7 .input-group input:last-child[type=week],
.input-group .wpcf7 input:last-child[type=time], .wpcf7 .input-group input:last-child[type=time],
.input-group .wpcf7 input:last-child[type=datetime], .wpcf7 .input-group input:last-child[type=datetime],
.input-group .wpcf7 input:last-child[type=datetime-local], .wpcf7 .input-group input:last-child[type=datetime-local],
.input-group .wpcf7 input:last-child[type=color], .wpcf7 .input-group input:last-child[type=color],
.input-group .wpcf7 input:last-child[type=email], .wpcf7 .input-group input:last-child[type=email],
.input-group .wpcf7 input:last-child[type=file], .wpcf7 .input-group input:last-child[type=file], .input-group .wpcf7 input:last-child[type=submit], .wpcf7 .input-group input:last-child[type=submit],
.input-group .wpcf7 select:last-child, .wpcf7 .input-group select:last-child,
.input-group .wpcf7 textarea:last-child, .wpcf7 .input-group textarea:last-child, .input-group .wpcf7 .wpcf7-validation-errors:last-child, .wpcf7 .input-group .wpcf7-validation-errors:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.wpcf7 .input-group-btn:last-child > input[type=submit],
.edit-link-wrapper .input-group-btn:last-child > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.wpcf7 .input-group-btn:last-child > .btn-group > input[type=submit],
.edit-link-wrapper .input-group-btn:last-child > .btn-group > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.wpcf7 .input-group-btn:first-child > input:not(:first-child)[type=submit],
.edit-link-wrapper .input-group-btn:first-child > .edit-link:not(:first-child),
body.attachment .attachment-download-wrapper .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.wpcf7 .input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit],
.edit-link-wrapper .input-group-btn:first-child > .btn-group:not(:first-child) > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:first-child > .btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

.input-group-btn > .btn, .wpcf7 .input-group-btn > input[type=submit], .edit-link-wrapper .input-group-btn > .edit-link, body.attachment .attachment-download-wrapper .input-group-btn > a {
  position: relative;
}

.input-group-btn > .btn + .btn, .wpcf7 .input-group-btn > input[type=submit] + .btn, .edit-link-wrapper .input-group-btn > .edit-link + .btn, body.attachment .attachment-download-wrapper .input-group-btn > a + .btn, .wpcf7 .input-group-btn > .btn + input[type=submit], .wpcf7 .input-group-btn > input[type=submit] + input[type=submit], .edit-link-wrapper .wpcf7 .input-group-btn > .edit-link + input[type=submit], .wpcf7 .edit-link-wrapper .input-group-btn > .edit-link + input[type=submit], body.attachment .attachment-download-wrapper .wpcf7 .input-group-btn > a + input[type=submit], .wpcf7 body.attachment .attachment-download-wrapper .input-group-btn > a + input[type=submit], .edit-link-wrapper .input-group-btn > .btn + .edit-link, .wpcf7 .edit-link-wrapper .input-group-btn > input[type=submit] + .edit-link, .edit-link-wrapper .wpcf7 .input-group-btn > input[type=submit] + .edit-link, .edit-link-wrapper .input-group-btn > .edit-link + .edit-link, body.attachment .attachment-download-wrapper .edit-link-wrapper .input-group-btn > a + .edit-link, .edit-link-wrapper body.attachment .attachment-download-wrapper .input-group-btn > a + .edit-link, body.attachment .attachment-download-wrapper .input-group-btn > .btn + a, .wpcf7 body.attachment .attachment-download-wrapper .input-group-btn > input[type=submit] + a, body.attachment .attachment-download-wrapper .wpcf7 .input-group-btn > input[type=submit] + a, .edit-link-wrapper body.attachment .attachment-download-wrapper .input-group-btn > .edit-link + a, body.attachment .attachment-download-wrapper .edit-link-wrapper .input-group-btn > .edit-link + a, body.attachment .attachment-download-wrapper .input-group-btn > a + a {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .wpcf7 .input-group-btn > input:hover[type=submit], .edit-link-wrapper .input-group-btn > .edit-link:hover, body.attachment .attachment-download-wrapper .input-group-btn > a:hover, .input-group-btn > .btn:focus,
.wpcf7 .input-group-btn > input:focus[type=submit], .edit-link-wrapper .input-group-btn > .edit-link:focus, body.attachment .attachment-download-wrapper .input-group-btn > a:focus, .input-group-btn > .btn:active, .wpcf7 .input-group-btn > input:active[type=submit], .edit-link-wrapper .input-group-btn > .edit-link:active, body.attachment .attachment-download-wrapper .input-group-btn > a:active {
  z-index: 2;
}


.input-group-btn:first-child > .btn,
.wpcf7 .input-group-btn:first-child > input[type=submit],
.edit-link-wrapper .input-group-btn:first-child > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}


.input-group-btn:last-child > .btn,
.wpcf7 .input-group-btn:last-child > input[type=submit],
.edit-link-wrapper .input-group-btn:last-child > .edit-link,
body.attachment .attachment-download-wrapper .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #5b95de;
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

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

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

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

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5b95de;
}

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}

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

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

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

@media (min-width: 992px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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: 992px) {
  .navbar-toggle {
    display: none;
  }
}

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

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

@media (max-width: 991px) {
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

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

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

@media (min-width: 768px) {
  .navbar-form .form-group, .navbar-form .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .navbar-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .wpcf7 input[type=text], .wpcf7 .navbar-form input[type=text],
  .navbar-form .wpcf7 input[type=search], .wpcf7 .navbar-form input[type=search],
  .navbar-form .wpcf7 input[type=tel], .wpcf7 .navbar-form input[type=tel],
  .navbar-form .wpcf7 input[type=number], .wpcf7 .navbar-form input[type=number],
  .navbar-form .wpcf7 input[type=range], .wpcf7 .navbar-form input[type=range],
  .navbar-form .wpcf7 input[type=date], .wpcf7 .navbar-form input[type=date],
  .navbar-form .wpcf7 input[type=month], .wpcf7 .navbar-form input[type=month],
  .navbar-form .wpcf7 input[type=week], .wpcf7 .navbar-form input[type=week],
  .navbar-form .wpcf7 input[type=time], .wpcf7 .navbar-form input[type=time],
  .navbar-form .wpcf7 input[type=datetime], .wpcf7 .navbar-form input[type=datetime],
  .navbar-form .wpcf7 input[type=datetime-local], .wpcf7 .navbar-form input[type=datetime-local],
  .navbar-form .wpcf7 input[type=color], .wpcf7 .navbar-form input[type=color],
  .navbar-form .wpcf7 input[type=email], .wpcf7 .navbar-form input[type=email],
  .navbar-form .wpcf7 input[type=file], .wpcf7 .navbar-form input[type=file], .navbar-form .wpcf7 input[type=submit], .wpcf7 .navbar-form input[type=submit],
  .navbar-form .wpcf7 select, .wpcf7 .navbar-form select,
  .navbar-form .wpcf7 textarea, .wpcf7 .navbar-form textarea, .navbar-form .wpcf7 .wpcf7-validation-errors, .wpcf7 .navbar-form .wpcf7-validation-errors {
    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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .wpcf7 input[type=text],
  .wpcf7 .navbar-form .input-group input[type=text],
  .navbar-form .input-group .wpcf7 input[type=search],
  .wpcf7 .navbar-form .input-group input[type=search],
  .navbar-form .input-group .wpcf7 input[type=tel],
  .wpcf7 .navbar-form .input-group input[type=tel],
  .navbar-form .input-group .wpcf7 input[type=number],
  .wpcf7 .navbar-form .input-group input[type=number],
  .navbar-form .input-group .wpcf7 input[type=range],
  .wpcf7 .navbar-form .input-group input[type=range],
  .navbar-form .input-group .wpcf7 input[type=date],
  .wpcf7 .navbar-form .input-group input[type=date],
  .navbar-form .input-group .wpcf7 input[type=month],
  .wpcf7 .navbar-form .input-group input[type=month],
  .navbar-form .input-group .wpcf7 input[type=week],
  .wpcf7 .navbar-form .input-group input[type=week],
  .navbar-form .input-group .wpcf7 input[type=time],
  .wpcf7 .navbar-form .input-group input[type=time],
  .navbar-form .input-group .wpcf7 input[type=datetime],
  .wpcf7 .navbar-form .input-group input[type=datetime],
  .navbar-form .input-group .wpcf7 input[type=datetime-local],
  .wpcf7 .navbar-form .input-group input[type=datetime-local],
  .navbar-form .input-group .wpcf7 input[type=color],
  .wpcf7 .navbar-form .input-group input[type=color],
  .navbar-form .input-group .wpcf7 input[type=email],
  .wpcf7 .navbar-form .input-group input[type=email],
  .navbar-form .input-group .wpcf7 input[type=file],
  .wpcf7 .navbar-form .input-group input[type=file],
  .navbar-form .input-group .wpcf7 input[type=submit],
  .wpcf7 .navbar-form .input-group input[type=submit],
  .navbar-form .input-group .wpcf7 select,
  .wpcf7 .navbar-form .input-group select,
  .navbar-form .input-group .wpcf7 textarea,
  .wpcf7 .navbar-form .input-group textarea,
  .navbar-form .input-group .wpcf7 .wpcf7-validation-errors,
  .wpcf7 .navbar-form .input-group .wpcf7-validation-errors {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .wpcf7 .input-group > input[type=text], .wpcf7 .navbar-form .input-group > input[type=text],
  .navbar-form .wpcf7 .input-group > input[type=search], .wpcf7 .navbar-form .input-group > input[type=search],
  .navbar-form .wpcf7 .input-group > input[type=tel], .wpcf7 .navbar-form .input-group > input[type=tel],
  .navbar-form .wpcf7 .input-group > input[type=number], .wpcf7 .navbar-form .input-group > input[type=number],
  .navbar-form .wpcf7 .input-group > input[type=range], .wpcf7 .navbar-form .input-group > input[type=range],
  .navbar-form .wpcf7 .input-group > input[type=date], .wpcf7 .navbar-form .input-group > input[type=date],
  .navbar-form .wpcf7 .input-group > input[type=month], .wpcf7 .navbar-form .input-group > input[type=month],
  .navbar-form .wpcf7 .input-group > input[type=week], .wpcf7 .navbar-form .input-group > input[type=week],
  .navbar-form .wpcf7 .input-group > input[type=time], .wpcf7 .navbar-form .input-group > input[type=time],
  .navbar-form .wpcf7 .input-group > input[type=datetime], .wpcf7 .navbar-form .input-group > input[type=datetime],
  .navbar-form .wpcf7 .input-group > input[type=datetime-local], .wpcf7 .navbar-form .input-group > input[type=datetime-local],
  .navbar-form .wpcf7 .input-group > input[type=color], .wpcf7 .navbar-form .input-group > input[type=color],
  .navbar-form .wpcf7 .input-group > input[type=email], .wpcf7 .navbar-form .input-group > input[type=email],
  .navbar-form .wpcf7 .input-group > input[type=file], .wpcf7 .navbar-form .input-group > input[type=file], .navbar-form .wpcf7 .input-group > input[type=submit], .wpcf7 .navbar-form .input-group > input[type=submit],
  .navbar-form .wpcf7 .input-group > select, .wpcf7 .navbar-form .input-group > select,
  .navbar-form .wpcf7 .input-group > textarea, .wpcf7 .navbar-form .input-group > textarea, .navbar-form .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .navbar-form .input-group > .wpcf7-validation-errors {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .wpcf7 .btn-group-sm > input.navbar-btn[type=submit], .edit-link-wrapper .btn-group-sm > .navbar-btn.edit-link, body.attachment .attachment-download-wrapper .btn-group-sm > a.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .wpcf7 .btn-group-xs > input.navbar-btn[type=submit], .edit-link-wrapper .btn-group-xs > .navbar-btn.edit-link, body.attachment .attachment-download-wrapper .btn-group-xs > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

@media (min-width: 992px) {
  .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:hover, .navbar-default .navbar-brand:focus {
  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:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

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

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

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  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:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #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:hover, .navbar-default .btn-link:focus {
  color: #333;
}

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

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

.navbar-inverse .navbar-brand {
  color: #999999;
}

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

.navbar-inverse .navbar-text {
  color: #999999;
}

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

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

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

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

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

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  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:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

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

.navbar-inverse .navbar-link {
  color: #999999;
}

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

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

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

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

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

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

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #286dc5;
  background-color: #f2f2f2;
  border-color: #ddd;
}

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

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

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

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

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

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

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

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

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

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

.pager:after {
  clear: both;
}

.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:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}

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

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

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

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

.label:empty {
  display: none;
}

.btn .label, .wpcf7 input[type=submit] .label, .edit-link-wrapper .edit-link .label, body.attachment .attachment-download-wrapper a .label {
  position: relative;
  top: -1px;
}

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

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

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

.label-primary {
  background-color: #5b95de;
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge, .wpcf7 input[type=submit] .badge, .edit-link-wrapper .edit-link .badge, body.attachment .attachment-download-wrapper a .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .wpcf7 .btn-group-xs > input[type=submit] .badge, .edit-link-wrapper .btn-group-xs > .edit-link .badge, body.attachment .attachment-download-wrapper .btn-group-xs > a .badge,
.btn-group-xs > .btn .badge,
.wpcf7 .btn-group-xs > input[type=submit] .badge,
.edit-link-wrapper .btn-group-xs > .edit-link .badge,
body.attachment .attachment-download-wrapper .btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5b95de;
  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;
}

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

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

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

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

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

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

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857;
  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 > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5b95de;
}

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

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

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

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

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

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

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

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

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

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

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

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

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

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

.alert-danger .alert-link {
  color: #843534;
}

@-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 {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #5b95de;
  -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-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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: #E74C3C;
}

.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 {
  zoom: 1;
  overflow: hidden;
}

.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-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}

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

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

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:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #737373;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #737373;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5b95de;
  border-color: #5b95de;
}

.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: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, .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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

.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:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  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:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  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:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  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:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  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: 21px;
  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-body:before, .panel-body:after {
  content: " ";
  display: table;
}

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

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

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}

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

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

.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,
.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-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-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 {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.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,
.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 {
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}

.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  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: #333333;
}

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

.panel-primary {
  border-color: #5b95de;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5b95de;
  border-color: #5b95de;
}

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

.panel-primary > .panel-heading .badge {
  color: #5b95de;
  background-color: #fff;
}

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

.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

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

.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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-footer .btn + .btn, .modal-footer .wpcf7 input[type=submit] + .btn, .wpcf7 .modal-footer input[type=submit] + .btn, .modal-footer .edit-link-wrapper .edit-link + .btn, .edit-link-wrapper .modal-footer .edit-link + .btn, .modal-footer body.attachment .attachment-download-wrapper a + .btn, body.attachment .attachment-download-wrapper .modal-footer a + .btn, .modal-footer .wpcf7 .btn + input[type=submit], .wpcf7 .modal-footer .btn + input[type=submit], .modal-footer .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .modal-footer input[type=submit] + input[type=submit], .modal-footer .edit-link-wrapper .wpcf7 .edit-link + input[type=submit], .wpcf7 .modal-footer .edit-link-wrapper .edit-link + input[type=submit], .edit-link-wrapper .modal-footer .wpcf7 .edit-link + input[type=submit], .wpcf7 .edit-link-wrapper .modal-footer .edit-link + input[type=submit], .modal-footer body.attachment .attachment-download-wrapper .wpcf7 a + input[type=submit], .wpcf7 .modal-footer body.attachment .attachment-download-wrapper a + input[type=submit], body.attachment .attachment-download-wrapper .modal-footer .wpcf7 a + input[type=submit], .wpcf7 body.attachment .attachment-download-wrapper .modal-footer a + input[type=submit], .modal-footer .edit-link-wrapper .btn + .edit-link, .edit-link-wrapper .modal-footer .btn + .edit-link, .modal-footer .wpcf7 .edit-link-wrapper input[type=submit] + .edit-link, .edit-link-wrapper .modal-footer .wpcf7 input[type=submit] + .edit-link, .wpcf7 .modal-footer .edit-link-wrapper input[type=submit] + .edit-link, .edit-link-wrapper .wpcf7 .modal-footer input[type=submit] + .edit-link, .modal-footer .edit-link-wrapper .edit-link + .edit-link, .edit-link-wrapper .modal-footer .edit-link + .edit-link, .modal-footer body.attachment .attachment-download-wrapper .edit-link-wrapper a + .edit-link, .edit-link-wrapper .modal-footer body.attachment .attachment-download-wrapper a + .edit-link, body.attachment .attachment-download-wrapper .modal-footer .edit-link-wrapper a + .edit-link, .edit-link-wrapper body.attachment .attachment-download-wrapper .modal-footer a + .edit-link, .modal-footer body.attachment .attachment-download-wrapper .btn + a, body.attachment .attachment-download-wrapper .modal-footer .btn + a, .modal-footer .wpcf7 body.attachment .attachment-download-wrapper input[type=submit] + a, body.attachment .attachment-download-wrapper .modal-footer .wpcf7 input[type=submit] + a, .wpcf7 .modal-footer body.attachment .attachment-download-wrapper input[type=submit] + a, body.attachment .attachment-download-wrapper .wpcf7 .modal-footer input[type=submit] + a, .modal-footer .edit-link-wrapper body.attachment .attachment-download-wrapper .edit-link + a, body.attachment .attachment-download-wrapper .modal-footer .edit-link-wrapper .edit-link + a, .edit-link-wrapper .modal-footer body.attachment .attachment-download-wrapper .edit-link + a, body.attachment .attachment-download-wrapper .edit-link-wrapper .modal-footer .edit-link + a, .modal-footer body.attachment .attachment-download-wrapper a + a, body.attachment .attachment-download-wrapper .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .wpcf7 input[type=submit] + .btn, .wpcf7 .modal-footer .btn-group input[type=submit] + .btn, .modal-footer .btn-group .edit-link-wrapper .edit-link + .btn, .edit-link-wrapper .modal-footer .btn-group .edit-link + .btn, .modal-footer .btn-group body.attachment .attachment-download-wrapper a + .btn, body.attachment .attachment-download-wrapper .modal-footer .btn-group a + .btn, .modal-footer .btn-group .wpcf7 .btn + input[type=submit], .wpcf7 .modal-footer .btn-group .btn + input[type=submit], .modal-footer .btn-group .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group .edit-link-wrapper .wpcf7 .edit-link + input[type=submit], .wpcf7 .modal-footer .btn-group .edit-link-wrapper .edit-link + input[type=submit], .edit-link-wrapper .modal-footer .btn-group .wpcf7 .edit-link + input[type=submit], .wpcf7 .edit-link-wrapper .modal-footer .btn-group .edit-link + input[type=submit], .modal-footer .btn-group body.attachment .attachment-download-wrapper .wpcf7 a + input[type=submit], .wpcf7 .modal-footer .btn-group body.attachment .attachment-download-wrapper a + input[type=submit], body.attachment .attachment-download-wrapper .modal-footer .btn-group .wpcf7 a + input[type=submit], .wpcf7 body.attachment .attachment-download-wrapper .modal-footer .btn-group a + input[type=submit], .modal-footer .btn-group .edit-link-wrapper .btn + .edit-link, .edit-link-wrapper .modal-footer .btn-group .btn + .edit-link, .modal-footer .btn-group .wpcf7 .edit-link-wrapper input[type=submit] + .edit-link, .edit-link-wrapper .modal-footer .btn-group .wpcf7 input[type=submit] + .edit-link, .wpcf7 .modal-footer .btn-group .edit-link-wrapper input[type=submit] + .edit-link, .edit-link-wrapper .wpcf7 .modal-footer .btn-group input[type=submit] + .edit-link, .modal-footer .btn-group .edit-link-wrapper .edit-link + .edit-link, .edit-link-wrapper .modal-footer .btn-group .edit-link + .edit-link, .modal-footer .btn-group body.attachment .attachment-download-wrapper .edit-link-wrapper a + .edit-link, .edit-link-wrapper .modal-footer .btn-group body.attachment .attachment-download-wrapper a + .edit-link, body.attachment .attachment-download-wrapper .modal-footer .btn-group .edit-link-wrapper a + .edit-link, .edit-link-wrapper body.attachment .attachment-download-wrapper .modal-footer .btn-group a + .edit-link, .modal-footer .btn-group body.attachment .attachment-download-wrapper .btn + a, body.attachment .attachment-download-wrapper .modal-footer .btn-group .btn + a, .modal-footer .btn-group .wpcf7 body.attachment .attachment-download-wrapper input[type=submit] + a, body.attachment .attachment-download-wrapper .modal-footer .btn-group .wpcf7 input[type=submit] + a, .wpcf7 .modal-footer .btn-group body.attachment .attachment-download-wrapper input[type=submit] + a, body.attachment .attachment-download-wrapper .wpcf7 .modal-footer .btn-group input[type=submit] + a, .modal-footer .btn-group .edit-link-wrapper body.attachment .attachment-download-wrapper .edit-link + a, body.attachment .attachment-download-wrapper .modal-footer .btn-group .edit-link-wrapper .edit-link + a, .edit-link-wrapper .modal-footer .btn-group body.attachment .attachment-download-wrapper .edit-link + a, body.attachment .attachment-download-wrapper .edit-link-wrapper .modal-footer .btn-group .edit-link + a, .modal-footer .btn-group body.attachment .attachment-download-wrapper a + a, body.attachment .attachment-download-wrapper .modal-footer .btn-group a + a {
  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: "Gotham", "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}

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

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

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

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #4687da;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #4687da;
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4687da;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4687da;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Gotham", "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

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

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  display: none;
  position: relative;
  -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 > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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);
}

.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

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

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

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

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

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

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

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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, .carousel-caption .wpcf7 input[type=submit], .wpcf7 .carousel-caption input[type=submit], .carousel-caption .edit-link-wrapper .edit-link, .edit-link-wrapper .carousel-caption .edit-link, .carousel-caption body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.wrapper {
  padding: 30px 0;
}

#wrapper-hero {
  padding: 0px !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #737373;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #f2f2f2;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  font-size: inherit;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  margin: 0px auto;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.jumbotron {
  margin-bottom: 0px;
}

.dropdown-menu .dropdown-menu {
  position: relative;
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 30px;
  width: 120px;
}

.dropdown-menu .dropdown-menu li {
  list-style: square;
  padding-left: 0px;
}

.dropdown-menu .dropdown-menu li a {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only, .screen-reader-text {
  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;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}

.wpcf7 .wpcf7-form label {
  width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: theme-color("danger");
}

.wpcf7 .wpcf7-validation-errors {
  color: theme-color("danger");
  border: 1px solid #f2f2f2;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
       -o-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.block-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-h-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m-h-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p-a-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.m-a-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.p-t-xxs {
  padding-top: 2px !important;
}

.m-t-xxs {
  margin-top: 2px !important;
}

.p-b-xxs {
  padding-bottom: 2px !important;
}

.m-b-xxs {
  margin-bottom: 2px !important;
}

.p-l-xxs {
  padding-left: 2px !important;
}

.m-l-xxs {
  margin-left: 2px !important;
}

.p-r-xxs {
  padding-right: 2px !important;
}

.m-r-xxs {
  margin-right: 2px !important;
}

.p-v-xxs {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.m-v-xxs {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.p-h-xxs {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.m-h-xxs {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.p-a-xxs {
  padding: 2px !important;
}

.p-xxs {
  padding: 2px !important;
}

.m-a-xxs {
  margin: 2px !important;
}

.m-xxs {
  margin: 2px !important;
}

.p-t-xs {
  padding-top: 5px !important;
}

.m-t-xs {
  margin-top: 5px !important;
}

.p-b-xs {
  padding-bottom: 5px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.p-l-xs {
  padding-left: 5px !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.p-r-xs {
  padding-right: 5px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.p-v-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.m-v-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p-h-xs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.m-h-xs {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.p-a-xs {
  padding: 5px !important;
}

.p-xs {
  padding: 5px !important;
}

.m-a-xs {
  margin: 5px !important;
}

.m-xs {
  margin: 5px !important;
}

.p-t-sm {
  padding-top: 10px !important;
}

.m-t-sm {
  margin-top: 10px !important;
}

.p-b-sm {
  padding-bottom: 10px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.p-l-sm {
  padding-left: 10px !important;
}

.m-l-sm {
  margin-left: 10px !important;
}

.p-r-sm {
  padding-right: 10px !important;
}

.m-r-sm {
  margin-right: 10px !important;
}

.p-v-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-v-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-h-sm {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m-h-sm {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.p-a-sm {
  padding: 10px !important;
}

.p-sm {
  padding: 10px !important;
}

.m-a-sm {
  margin: 10px !important;
}

.m-sm {
  margin: 10px !important;
}

.p-t-md {
  padding-top: 15px !important;
}

.m-t-md {
  margin-top: 15px !important;
}

.p-b-md {
  padding-bottom: 15px !important;
}

.m-b-md {
  margin-bottom: 15px !important;
}

.p-l-md {
  padding-left: 15px !important;
}

.m-l-md {
  margin-left: 15px !important;
}

.p-r-md {
  padding-right: 15px !important;
}

.m-r-md {
  margin-right: 15px !important;
}

.p-v-md {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.m-v-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p-h-md {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.m-h-md {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.p-a-md {
  padding: 15px !important;
}

.p-md {
  padding: 15px !important;
}

.m-a-md {
  margin: 15px !important;
}

.m-md {
  margin: 15px !important;
}

.p-t-lg {
  padding-top: 20px !important;
}

.m-t-lg {
  margin-top: 20px !important;
}

.p-b-lg {
  padding-bottom: 20px !important;
}

.m-b-lg {
  margin-bottom: 20px !important;
}

.p-l-lg {
  padding-left: 20px !important;
}

.m-l-lg {
  margin-left: 20px !important;
}

.p-r-lg {
  padding-right: 20px !important;
}

.m-r-lg {
  margin-right: 20px !important;
}

.p-v-lg {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-v-lg {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-h-lg {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m-h-lg {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.p-a-lg {
  padding: 20px !important;
}

.p-lg {
  padding: 20px !important;
}

.m-a-lg {
  margin: 20px !important;
}

.m-lg {
  margin: 20px !important;
}

.p-t-xl {
  padding-top: 30px !important;
}

.m-t-xl {
  margin-top: 30px !important;
}

.p-b-xl {
  padding-bottom: 30px !important;
}

.m-b-xl {
  margin-bottom: 30px !important;
}

.p-l-xl {
  padding-left: 30px !important;
}

.m-l-xl {
  margin-left: 30px !important;
}

.p-r-xl {
  padding-right: 30px !important;
}

.m-r-xl {
  margin-right: 30px !important;
}

.p-v-xl {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-v-xl {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-h-xl {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.m-h-xl {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.p-a-xl {
  padding: 30px !important;
}

.p-xl {
  padding: 30px !important;
}

.m-a-xl {
  margin: 30px !important;
}

.m-xl {
  margin: 30px !important;
}

.p-t-xxl {
  padding-top: 60px !important;
}

.m-t-xxl {
  margin-top: 60px !important;
}

.p-b-xxl {
  padding-bottom: 60px !important;
}

.m-b-xxl {
  margin-bottom: 60px !important;
}

.p-l-xxl {
  padding-left: 60px !important;
}

.m-l-xxl {
  margin-left: 60px !important;
}

.p-r-xxl {
  padding-right: 60px !important;
}

.m-r-xxl {
  margin-right: 60px !important;
}

.p-v-xxl {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-v-xxl {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-h-xxl {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.m-h-xxl {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.p-a-xxl {
  padding: 60px !important;
}

.p-xxl {
  padding: 60px !important;
}

.m-a-xxl {
  margin: 60px !important;
}

.m-xxl {
  margin: 60px !important;
}

@media screen and (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-none-xs {
    float: none !important;
  }
  .block-center-xs {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .p-t-0-xs {
    padding-top: 0px !important;
  }
  .m-t-0-xs {
    margin-top: 0px !important;
  }
  .p-b-0-xs {
    padding-bottom: 0px !important;
  }
  .m-b-0-xs {
    margin-bottom: 0px !important;
  }
  .p-l-0-xs {
    padding-left: 0px !important;
  }
  .m-l-0-xs {
    margin-left: 0px !important;
  }
  .p-r-0-xs {
    padding-right: 0px !important;
  }
  .m-r-0-xs {
    margin-right: 0px !important;
  }
  .p-v-0-xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-v-0-xs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-h-0-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .m-h-0-xs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-a-0-xs {
    padding: 0px !important;
  }
  .p-0-xs {
    padding: 0px !important;
  }
  .m-a-0-xs {
    margin: 0px !important;
  }
  .m-0-xs {
    margin: 0px !important;
  }
  .p-t-xxs-xs {
    padding-top: 2px !important;
  }
  .m-t-xxs-xs {
    margin-top: 2px !important;
  }
  .p-b-xxs-xs {
    padding-bottom: 2px !important;
  }
  .m-b-xxs-xs {
    margin-bottom: 2px !important;
  }
  .p-l-xxs-xs {
    padding-left: 2px !important;
  }
  .m-l-xxs-xs {
    margin-left: 2px !important;
  }
  .p-r-xxs-xs {
    padding-right: 2px !important;
  }
  .m-r-xxs-xs {
    margin-right: 2px !important;
  }
  .p-v-xxs-xs {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .m-v-xxs-xs {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .p-h-xxs-xs {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .m-h-xxs-xs {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-a-xxs-xs {
    padding: 2px !important;
  }
  .p-xxs-xs {
    padding: 2px !important;
  }
  .m-a-xxs-xs {
    margin: 2px !important;
  }
  .m-xxs-xs {
    margin: 2px !important;
  }
  .p-t-xs-xs {
    padding-top: 5px !important;
  }
  .m-t-xs-xs {
    margin-top: 5px !important;
  }
  .p-b-xs-xs {
    padding-bottom: 5px !important;
  }
  .m-b-xs-xs {
    margin-bottom: 5px !important;
  }
  .p-l-xs-xs {
    padding-left: 5px !important;
  }
  .m-l-xs-xs {
    margin-left: 5px !important;
  }
  .p-r-xs-xs {
    padding-right: 5px !important;
  }
  .m-r-xs-xs {
    margin-right: 5px !important;
  }
  .p-v-xs-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m-v-xs-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p-h-xs-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m-h-xs-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-a-xs-xs {
    padding: 5px !important;
  }
  .p-xs-xs {
    padding: 5px !important;
  }
  .m-a-xs-xs {
    margin: 5px !important;
  }
  .m-xs-xs {
    margin: 5px !important;
  }
  .p-t-sm-xs {
    padding-top: 10px !important;
  }
  .m-t-sm-xs {
    margin-top: 10px !important;
  }
  .p-b-sm-xs {
    padding-bottom: 10px !important;
  }
  .m-b-sm-xs {
    margin-bottom: 10px !important;
  }
  .p-l-sm-xs {
    padding-left: 10px !important;
  }
  .m-l-sm-xs {
    margin-left: 10px !important;
  }
  .p-r-sm-xs {
    padding-right: 10px !important;
  }
  .m-r-sm-xs {
    margin-right: 10px !important;
  }
  .p-v-sm-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m-v-sm-xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p-h-sm-xs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .m-h-sm-xs {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-a-sm-xs {
    padding: 10px !important;
  }
  .p-sm-xs {
    padding: 10px !important;
  }
  .m-a-sm-xs {
    margin: 10px !important;
  }
  .m-sm-xs {
    margin: 10px !important;
  }
  .p-t-md-xs {
    padding-top: 15px !important;
  }
  .m-t-md-xs {
    margin-top: 15px !important;
  }
  .p-b-md-xs {
    padding-bottom: 15px !important;
  }
  .m-b-md-xs {
    margin-bottom: 15px !important;
  }
  .p-l-md-xs {
    padding-left: 15px !important;
  }
  .m-l-md-xs {
    margin-left: 15px !important;
  }
  .p-r-md-xs {
    padding-right: 15px !important;
  }
  .m-r-md-xs {
    margin-right: 15px !important;
  }
  .p-v-md-xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-v-md-xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-h-md-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .m-h-md-xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-a-md-xs {
    padding: 15px !important;
  }
  .p-md-xs {
    padding: 15px !important;
  }
  .m-a-md-xs {
    margin: 15px !important;
  }
  .m-md-xs {
    margin: 15px !important;
  }
  .p-t-lg-xs {
    padding-top: 20px !important;
  }
  .m-t-lg-xs {
    margin-top: 20px !important;
  }
  .p-b-lg-xs {
    padding-bottom: 20px !important;
  }
  .m-b-lg-xs {
    margin-bottom: 20px !important;
  }
  .p-l-lg-xs {
    padding-left: 20px !important;
  }
  .m-l-lg-xs {
    margin-left: 20px !important;
  }
  .p-r-lg-xs {
    padding-right: 20px !important;
  }
  .m-r-lg-xs {
    margin-right: 20px !important;
  }
  .p-v-lg-xs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m-v-lg-xs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-h-lg-xs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-h-lg-xs {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-a-lg-xs {
    padding: 20px !important;
  }
  .p-lg-xs {
    padding: 20px !important;
  }
  .m-a-lg-xs {
    margin: 20px !important;
  }
  .m-lg-xs {
    margin: 20px !important;
  }
  .p-t-xl-xs {
    padding-top: 30px !important;
  }
  .m-t-xl-xs {
    margin-top: 30px !important;
  }
  .p-b-xl-xs {
    padding-bottom: 30px !important;
  }
  .m-b-xl-xs {
    margin-bottom: 30px !important;
  }
  .p-l-xl-xs {
    padding-left: 30px !important;
  }
  .m-l-xl-xs {
    margin-left: 30px !important;
  }
  .p-r-xl-xs {
    padding-right: 30px !important;
  }
  .m-r-xl-xs {
    margin-right: 30px !important;
  }
  .p-v-xl-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-v-xl-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-h-xl-xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .m-h-xl-xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-a-xl-xs {
    padding: 30px !important;
  }
  .p-xl-xs {
    padding: 30px !important;
  }
  .m-a-xl-xs {
    margin: 30px !important;
  }
  .m-xl-xs {
    margin: 30px !important;
  }
  .p-t-xxl-xs {
    padding-top: 60px !important;
  }
  .m-t-xxl-xs {
    margin-top: 60px !important;
  }
  .p-b-xxl-xs {
    padding-bottom: 60px !important;
  }
  .m-b-xxl-xs {
    margin-bottom: 60px !important;
  }
  .p-l-xxl-xs {
    padding-left: 60px !important;
  }
  .m-l-xxl-xs {
    margin-left: 60px !important;
  }
  .p-r-xxl-xs {
    padding-right: 60px !important;
  }
  .m-r-xxl-xs {
    margin-right: 60px !important;
  }
  .p-v-xxl-xs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-v-xxl-xs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-h-xxl-xs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .m-h-xxl-xs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-a-xxl-xs {
    padding: 60px !important;
  }
  .p-xxl-xs {
    padding: 60px !important;
  }
  .m-a-xxl-xs {
    margin: 60px !important;
  }
  .m-xxl-xs {
    margin: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .pull-none-sm {
    float: none !important;
  }
  .block-center-sm {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .p-t-0-sm {
    padding-top: 0px !important;
  }
  .m-t-0-sm {
    margin-top: 0px !important;
  }
  .p-b-0-sm {
    padding-bottom: 0px !important;
  }
  .m-b-0-sm {
    margin-bottom: 0px !important;
  }
  .p-l-0-sm {
    padding-left: 0px !important;
  }
  .m-l-0-sm {
    margin-left: 0px !important;
  }
  .p-r-0-sm {
    padding-right: 0px !important;
  }
  .m-r-0-sm {
    margin-right: 0px !important;
  }
  .p-v-0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-v-0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-h-0-sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .m-h-0-sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-a-0-sm {
    padding: 0px !important;
  }
  .p-0-sm {
    padding: 0px !important;
  }
  .m-a-0-sm {
    margin: 0px !important;
  }
  .m-0-sm {
    margin: 0px !important;
  }
  .p-t-xxs-sm {
    padding-top: 2px !important;
  }
  .m-t-xxs-sm {
    margin-top: 2px !important;
  }
  .p-b-xxs-sm {
    padding-bottom: 2px !important;
  }
  .m-b-xxs-sm {
    margin-bottom: 2px !important;
  }
  .p-l-xxs-sm {
    padding-left: 2px !important;
  }
  .m-l-xxs-sm {
    margin-left: 2px !important;
  }
  .p-r-xxs-sm {
    padding-right: 2px !important;
  }
  .m-r-xxs-sm {
    margin-right: 2px !important;
  }
  .p-v-xxs-sm {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .m-v-xxs-sm {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .p-h-xxs-sm {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .m-h-xxs-sm {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-a-xxs-sm {
    padding: 2px !important;
  }
  .p-xxs-sm {
    padding: 2px !important;
  }
  .m-a-xxs-sm {
    margin: 2px !important;
  }
  .m-xxs-sm {
    margin: 2px !important;
  }
  .p-t-xs-sm {
    padding-top: 5px !important;
  }
  .m-t-xs-sm {
    margin-top: 5px !important;
  }
  .p-b-xs-sm {
    padding-bottom: 5px !important;
  }
  .m-b-xs-sm {
    margin-bottom: 5px !important;
  }
  .p-l-xs-sm {
    padding-left: 5px !important;
  }
  .m-l-xs-sm {
    margin-left: 5px !important;
  }
  .p-r-xs-sm {
    padding-right: 5px !important;
  }
  .m-r-xs-sm {
    margin-right: 5px !important;
  }
  .p-v-xs-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m-v-xs-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p-h-xs-sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m-h-xs-sm {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-a-xs-sm {
    padding: 5px !important;
  }
  .p-xs-sm {
    padding: 5px !important;
  }
  .m-a-xs-sm {
    margin: 5px !important;
  }
  .m-xs-sm {
    margin: 5px !important;
  }
  .p-t-sm-sm {
    padding-top: 10px !important;
  }
  .m-t-sm-sm {
    margin-top: 10px !important;
  }
  .p-b-sm-sm {
    padding-bottom: 10px !important;
  }
  .m-b-sm-sm {
    margin-bottom: 10px !important;
  }
  .p-l-sm-sm {
    padding-left: 10px !important;
  }
  .m-l-sm-sm {
    margin-left: 10px !important;
  }
  .p-r-sm-sm {
    padding-right: 10px !important;
  }
  .m-r-sm-sm {
    margin-right: 10px !important;
  }
  .p-v-sm-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m-v-sm-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p-h-sm-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .m-h-sm-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-a-sm-sm {
    padding: 10px !important;
  }
  .p-sm-sm {
    padding: 10px !important;
  }
  .m-a-sm-sm {
    margin: 10px !important;
  }
  .m-sm-sm {
    margin: 10px !important;
  }
  .p-t-md-sm {
    padding-top: 15px !important;
  }
  .m-t-md-sm {
    margin-top: 15px !important;
  }
  .p-b-md-sm {
    padding-bottom: 15px !important;
  }
  .m-b-md-sm {
    margin-bottom: 15px !important;
  }
  .p-l-md-sm {
    padding-left: 15px !important;
  }
  .m-l-md-sm {
    margin-left: 15px !important;
  }
  .p-r-md-sm {
    padding-right: 15px !important;
  }
  .m-r-md-sm {
    margin-right: 15px !important;
  }
  .p-v-md-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-v-md-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-h-md-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .m-h-md-sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-a-md-sm {
    padding: 15px !important;
  }
  .p-md-sm {
    padding: 15px !important;
  }
  .m-a-md-sm {
    margin: 15px !important;
  }
  .m-md-sm {
    margin: 15px !important;
  }
  .p-t-lg-sm {
    padding-top: 20px !important;
  }
  .m-t-lg-sm {
    margin-top: 20px !important;
  }
  .p-b-lg-sm {
    padding-bottom: 20px !important;
  }
  .m-b-lg-sm {
    margin-bottom: 20px !important;
  }
  .p-l-lg-sm {
    padding-left: 20px !important;
  }
  .m-l-lg-sm {
    margin-left: 20px !important;
  }
  .p-r-lg-sm {
    padding-right: 20px !important;
  }
  .m-r-lg-sm {
    margin-right: 20px !important;
  }
  .p-v-lg-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m-v-lg-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-h-lg-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-h-lg-sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-a-lg-sm {
    padding: 20px !important;
  }
  .p-lg-sm {
    padding: 20px !important;
  }
  .m-a-lg-sm {
    margin: 20px !important;
  }
  .m-lg-sm {
    margin: 20px !important;
  }
  .p-t-xl-sm {
    padding-top: 30px !important;
  }
  .m-t-xl-sm {
    margin-top: 30px !important;
  }
  .p-b-xl-sm {
    padding-bottom: 30px !important;
  }
  .m-b-xl-sm {
    margin-bottom: 30px !important;
  }
  .p-l-xl-sm {
    padding-left: 30px !important;
  }
  .m-l-xl-sm {
    margin-left: 30px !important;
  }
  .p-r-xl-sm {
    padding-right: 30px !important;
  }
  .m-r-xl-sm {
    margin-right: 30px !important;
  }
  .p-v-xl-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-v-xl-sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-h-xl-sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .m-h-xl-sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-a-xl-sm {
    padding: 30px !important;
  }
  .p-xl-sm {
    padding: 30px !important;
  }
  .m-a-xl-sm {
    margin: 30px !important;
  }
  .m-xl-sm {
    margin: 30px !important;
  }
  .p-t-xxl-sm {
    padding-top: 60px !important;
  }
  .m-t-xxl-sm {
    margin-top: 60px !important;
  }
  .p-b-xxl-sm {
    padding-bottom: 60px !important;
  }
  .m-b-xxl-sm {
    margin-bottom: 60px !important;
  }
  .p-l-xxl-sm {
    padding-left: 60px !important;
  }
  .m-l-xxl-sm {
    margin-left: 60px !important;
  }
  .p-r-xxl-sm {
    padding-right: 60px !important;
  }
  .m-r-xxl-sm {
    margin-right: 60px !important;
  }
  .p-v-xxl-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-v-xxl-sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-h-xxl-sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .m-h-xxl-sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-a-xxl-sm {
    padding: 60px !important;
  }
  .p-xxl-sm {
    padding: 60px !important;
  }
  .m-a-xxl-sm {
    margin: 60px !important;
  }
  .m-xxl-sm {
    margin: 60px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .pull-none-md {
    float: none !important;
  }
  .block-center-md {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .p-t-0-md {
    padding-top: 0px !important;
  }
  .m-t-0-md {
    margin-top: 0px !important;
  }
  .p-b-0-md {
    padding-bottom: 0px !important;
  }
  .m-b-0-md {
    margin-bottom: 0px !important;
  }
  .p-l-0-md {
    padding-left: 0px !important;
  }
  .m-l-0-md {
    margin-left: 0px !important;
  }
  .p-r-0-md {
    padding-right: 0px !important;
  }
  .m-r-0-md {
    margin-right: 0px !important;
  }
  .p-v-0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-v-0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-h-0-md {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .m-h-0-md {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-a-0-md {
    padding: 0px !important;
  }
  .p-0-md {
    padding: 0px !important;
  }
  .m-a-0-md {
    margin: 0px !important;
  }
  .m-0-md {
    margin: 0px !important;
  }
  .p-t-xxs-md {
    padding-top: 2px !important;
  }
  .m-t-xxs-md {
    margin-top: 2px !important;
  }
  .p-b-xxs-md {
    padding-bottom: 2px !important;
  }
  .m-b-xxs-md {
    margin-bottom: 2px !important;
  }
  .p-l-xxs-md {
    padding-left: 2px !important;
  }
  .m-l-xxs-md {
    margin-left: 2px !important;
  }
  .p-r-xxs-md {
    padding-right: 2px !important;
  }
  .m-r-xxs-md {
    margin-right: 2px !important;
  }
  .p-v-xxs-md {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .m-v-xxs-md {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .p-h-xxs-md {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .m-h-xxs-md {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-a-xxs-md {
    padding: 2px !important;
  }
  .p-xxs-md {
    padding: 2px !important;
  }
  .m-a-xxs-md {
    margin: 2px !important;
  }
  .m-xxs-md {
    margin: 2px !important;
  }
  .p-t-xs-md {
    padding-top: 5px !important;
  }
  .m-t-xs-md {
    margin-top: 5px !important;
  }
  .p-b-xs-md {
    padding-bottom: 5px !important;
  }
  .m-b-xs-md {
    margin-bottom: 5px !important;
  }
  .p-l-xs-md {
    padding-left: 5px !important;
  }
  .m-l-xs-md {
    margin-left: 5px !important;
  }
  .p-r-xs-md {
    padding-right: 5px !important;
  }
  .m-r-xs-md {
    margin-right: 5px !important;
  }
  .p-v-xs-md {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m-v-xs-md {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p-h-xs-md {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m-h-xs-md {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-a-xs-md {
    padding: 5px !important;
  }
  .p-xs-md {
    padding: 5px !important;
  }
  .m-a-xs-md {
    margin: 5px !important;
  }
  .m-xs-md {
    margin: 5px !important;
  }
  .p-t-sm-md {
    padding-top: 10px !important;
  }
  .m-t-sm-md {
    margin-top: 10px !important;
  }
  .p-b-sm-md {
    padding-bottom: 10px !important;
  }
  .m-b-sm-md {
    margin-bottom: 10px !important;
  }
  .p-l-sm-md {
    padding-left: 10px !important;
  }
  .m-l-sm-md {
    margin-left: 10px !important;
  }
  .p-r-sm-md {
    padding-right: 10px !important;
  }
  .m-r-sm-md {
    margin-right: 10px !important;
  }
  .p-v-sm-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m-v-sm-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p-h-sm-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .m-h-sm-md {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-a-sm-md {
    padding: 10px !important;
  }
  .p-sm-md {
    padding: 10px !important;
  }
  .m-a-sm-md {
    margin: 10px !important;
  }
  .m-sm-md {
    margin: 10px !important;
  }
  .p-t-md-md {
    padding-top: 15px !important;
  }
  .m-t-md-md {
    margin-top: 15px !important;
  }
  .p-b-md-md {
    padding-bottom: 15px !important;
  }
  .m-b-md-md {
    margin-bottom: 15px !important;
  }
  .p-l-md-md {
    padding-left: 15px !important;
  }
  .m-l-md-md {
    margin-left: 15px !important;
  }
  .p-r-md-md {
    padding-right: 15px !important;
  }
  .m-r-md-md {
    margin-right: 15px !important;
  }
  .p-v-md-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-v-md-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-h-md-md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .m-h-md-md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-a-md-md {
    padding: 15px !important;
  }
  .p-md-md {
    padding: 15px !important;
  }
  .m-a-md-md {
    margin: 15px !important;
  }
  .m-md-md {
    margin: 15px !important;
  }
  .p-t-lg-md {
    padding-top: 20px !important;
  }
  .m-t-lg-md {
    margin-top: 20px !important;
  }
  .p-b-lg-md {
    padding-bottom: 20px !important;
  }
  .m-b-lg-md {
    margin-bottom: 20px !important;
  }
  .p-l-lg-md {
    padding-left: 20px !important;
  }
  .m-l-lg-md {
    margin-left: 20px !important;
  }
  .p-r-lg-md {
    padding-right: 20px !important;
  }
  .m-r-lg-md {
    margin-right: 20px !important;
  }
  .p-v-lg-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m-v-lg-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-h-lg-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-h-lg-md {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-a-lg-md {
    padding: 20px !important;
  }
  .p-lg-md {
    padding: 20px !important;
  }
  .m-a-lg-md {
    margin: 20px !important;
  }
  .m-lg-md {
    margin: 20px !important;
  }
  .p-t-xl-md {
    padding-top: 30px !important;
  }
  .m-t-xl-md {
    margin-top: 30px !important;
  }
  .p-b-xl-md {
    padding-bottom: 30px !important;
  }
  .m-b-xl-md {
    margin-bottom: 30px !important;
  }
  .p-l-xl-md {
    padding-left: 30px !important;
  }
  .m-l-xl-md {
    margin-left: 30px !important;
  }
  .p-r-xl-md {
    padding-right: 30px !important;
  }
  .m-r-xl-md {
    margin-right: 30px !important;
  }
  .p-v-xl-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-v-xl-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-h-xl-md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .m-h-xl-md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-a-xl-md {
    padding: 30px !important;
  }
  .p-xl-md {
    padding: 30px !important;
  }
  .m-a-xl-md {
    margin: 30px !important;
  }
  .m-xl-md {
    margin: 30px !important;
  }
  .p-t-xxl-md {
    padding-top: 60px !important;
  }
  .m-t-xxl-md {
    margin-top: 60px !important;
  }
  .p-b-xxl-md {
    padding-bottom: 60px !important;
  }
  .m-b-xxl-md {
    margin-bottom: 60px !important;
  }
  .p-l-xxl-md {
    padding-left: 60px !important;
  }
  .m-l-xxl-md {
    margin-left: 60px !important;
  }
  .p-r-xxl-md {
    padding-right: 60px !important;
  }
  .m-r-xxl-md {
    margin-right: 60px !important;
  }
  .p-v-xxl-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-v-xxl-md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-h-xxl-md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .m-h-xxl-md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-a-xxl-md {
    padding: 60px !important;
  }
  .p-xxl-md {
    padding: 60px !important;
  }
  .m-a-xxl-md {
    margin: 60px !important;
  }
  .m-xxl-md {
    margin: 60px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .pull-none-lg {
    float: none !important;
  }
  .block-center-lg {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .p-t-0-lg {
    padding-top: 0px !important;
  }
  .m-t-0-lg {
    margin-top: 0px !important;
  }
  .p-b-0-lg {
    padding-bottom: 0px !important;
  }
  .m-b-0-lg {
    margin-bottom: 0px !important;
  }
  .p-l-0-lg {
    padding-left: 0px !important;
  }
  .m-l-0-lg {
    margin-left: 0px !important;
  }
  .p-r-0-lg {
    padding-right: 0px !important;
  }
  .m-r-0-lg {
    margin-right: 0px !important;
  }
  .p-v-0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-v-0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-h-0-lg {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .m-h-0-lg {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-a-0-lg {
    padding: 0px !important;
  }
  .p-0-lg {
    padding: 0px !important;
  }
  .m-a-0-lg {
    margin: 0px !important;
  }
  .m-0-lg {
    margin: 0px !important;
  }
  .p-t-xxs-lg {
    padding-top: 2px !important;
  }
  .m-t-xxs-lg {
    margin-top: 2px !important;
  }
  .p-b-xxs-lg {
    padding-bottom: 2px !important;
  }
  .m-b-xxs-lg {
    margin-bottom: 2px !important;
  }
  .p-l-xxs-lg {
    padding-left: 2px !important;
  }
  .m-l-xxs-lg {
    margin-left: 2px !important;
  }
  .p-r-xxs-lg {
    padding-right: 2px !important;
  }
  .m-r-xxs-lg {
    margin-right: 2px !important;
  }
  .p-v-xxs-lg {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .m-v-xxs-lg {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .p-h-xxs-lg {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .m-h-xxs-lg {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-a-xxs-lg {
    padding: 2px !important;
  }
  .p-xxs-lg {
    padding: 2px !important;
  }
  .m-a-xxs-lg {
    margin: 2px !important;
  }
  .m-xxs-lg {
    margin: 2px !important;
  }
  .p-t-xs-lg {
    padding-top: 5px !important;
  }
  .m-t-xs-lg {
    margin-top: 5px !important;
  }
  .p-b-xs-lg {
    padding-bottom: 5px !important;
  }
  .m-b-xs-lg {
    margin-bottom: 5px !important;
  }
  .p-l-xs-lg {
    padding-left: 5px !important;
  }
  .m-l-xs-lg {
    margin-left: 5px !important;
  }
  .p-r-xs-lg {
    padding-right: 5px !important;
  }
  .m-r-xs-lg {
    margin-right: 5px !important;
  }
  .p-v-xs-lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m-v-xs-lg {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p-h-xs-lg {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m-h-xs-lg {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-a-xs-lg {
    padding: 5px !important;
  }
  .p-xs-lg {
    padding: 5px !important;
  }
  .m-a-xs-lg {
    margin: 5px !important;
  }
  .m-xs-lg {
    margin: 5px !important;
  }
  .p-t-sm-lg {
    padding-top: 10px !important;
  }
  .m-t-sm-lg {
    margin-top: 10px !important;
  }
  .p-b-sm-lg {
    padding-bottom: 10px !important;
  }
  .m-b-sm-lg {
    margin-bottom: 10px !important;
  }
  .p-l-sm-lg {
    padding-left: 10px !important;
  }
  .m-l-sm-lg {
    margin-left: 10px !important;
  }
  .p-r-sm-lg {
    padding-right: 10px !important;
  }
  .m-r-sm-lg {
    margin-right: 10px !important;
  }
  .p-v-sm-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m-v-sm-lg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p-h-sm-lg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .m-h-sm-lg {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-a-sm-lg {
    padding: 10px !important;
  }
  .p-sm-lg {
    padding: 10px !important;
  }
  .m-a-sm-lg {
    margin: 10px !important;
  }
  .m-sm-lg {
    margin: 10px !important;
  }
  .p-t-md-lg {
    padding-top: 15px !important;
  }
  .m-t-md-lg {
    margin-top: 15px !important;
  }
  .p-b-md-lg {
    padding-bottom: 15px !important;
  }
  .m-b-md-lg {
    margin-bottom: 15px !important;
  }
  .p-l-md-lg {
    padding-left: 15px !important;
  }
  .m-l-md-lg {
    margin-left: 15px !important;
  }
  .p-r-md-lg {
    padding-right: 15px !important;
  }
  .m-r-md-lg {
    margin-right: 15px !important;
  }
  .p-v-md-lg {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-v-md-lg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-h-md-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .m-h-md-lg {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-a-md-lg {
    padding: 15px !important;
  }
  .p-md-lg {
    padding: 15px !important;
  }
  .m-a-md-lg {
    margin: 15px !important;
  }
  .m-md-lg {
    margin: 15px !important;
  }
  .p-t-lg-lg {
    padding-top: 20px !important;
  }
  .m-t-lg-lg {
    margin-top: 20px !important;
  }
  .p-b-lg-lg {
    padding-bottom: 20px !important;
  }
  .m-b-lg-lg {
    margin-bottom: 20px !important;
  }
  .p-l-lg-lg {
    padding-left: 20px !important;
  }
  .m-l-lg-lg {
    margin-left: 20px !important;
  }
  .p-r-lg-lg {
    padding-right: 20px !important;
  }
  .m-r-lg-lg {
    margin-right: 20px !important;
  }
  .p-v-lg-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m-v-lg-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-h-lg-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-h-lg-lg {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-a-lg-lg {
    padding: 20px !important;
  }
  .p-lg-lg {
    padding: 20px !important;
  }
  .m-a-lg-lg {
    margin: 20px !important;
  }
  .m-lg-lg {
    margin: 20px !important;
  }
  .p-t-xl-lg {
    padding-top: 30px !important;
  }
  .m-t-xl-lg {
    margin-top: 30px !important;
  }
  .p-b-xl-lg {
    padding-bottom: 30px !important;
  }
  .m-b-xl-lg {
    margin-bottom: 30px !important;
  }
  .p-l-xl-lg {
    padding-left: 30px !important;
  }
  .m-l-xl-lg {
    margin-left: 30px !important;
  }
  .p-r-xl-lg {
    padding-right: 30px !important;
  }
  .m-r-xl-lg {
    margin-right: 30px !important;
  }
  .p-v-xl-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-v-xl-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-h-xl-lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .m-h-xl-lg {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-a-xl-lg {
    padding: 30px !important;
  }
  .p-xl-lg {
    padding: 30px !important;
  }
  .m-a-xl-lg {
    margin: 30px !important;
  }
  .m-xl-lg {
    margin: 30px !important;
  }
  .p-t-xxl-lg {
    padding-top: 60px !important;
  }
  .m-t-xxl-lg {
    margin-top: 60px !important;
  }
  .p-b-xxl-lg {
    padding-bottom: 60px !important;
  }
  .m-b-xxl-lg {
    margin-bottom: 60px !important;
  }
  .p-l-xxl-lg {
    padding-left: 60px !important;
  }
  .m-l-xxl-lg {
    margin-left: 60px !important;
  }
  .p-r-xxl-lg {
    padding-right: 60px !important;
  }
  .m-r-xxl-lg {
    margin-right: 60px !important;
  }
  .p-v-xxl-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-v-xxl-lg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-h-xxl-lg {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .m-h-xxl-lg {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-a-xxl-lg {
    padding: 60px !important;
  }
  .p-xxl-lg {
    padding: 60px !important;
  }
  .m-a-xxl-lg {
    margin: 60px !important;
  }
  .m-xxl-lg {
    margin: 60px !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}

/**
 *
 *	Text
 *
 */
body {
  letter-spacing: 0.02em;
  color: black;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, #searchform label, .h5, .h6 {
  margin: 1.2em 0 0.8em;
}

h1, .h1 {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 31.2px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 25.6px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
    font-size: 20.8px;
  }
}

h4, .h4, #searchform label {
  color: black;
}

.gotham-medium {
  font-family: 'Gotham Medium';
}

#tab-product-1 h4 {
  font-family: 'Gotham Medium';
}

#post-108 h4 {
  font-family: 'Gotham Medium';
}

p {
  margin-bottom: 1em;
}

p.text-big {
  font-size: 17.25px;
}

@media (max-width: 991px) {
  p.text-big {
    font-size: 15px;
  }
}

p.lead {
  color: #354456;
  font-style: italic;
}

@media (max-width: 991px) {
  p.lead {
    font-size: 18.05px;
  }
}

.vc-ps-controls-hidden .vc-ps-controls {
  display: none;
}

.text-italic {
  font-style: italic;
}

.text-uppercase, .initialism {
  text-transform: uppercase !important;
}

.text-color, .text-default {
  color: black !important;
}

.text-muted {
  color: #98a0aa !important;
}

blockquote.testimonial {
  position: relative;
  background: #FFFFFF;
  padding: 60px;
  margin-bottom: 60px;
  font-size: 15px;
}

blockquote.testimonial .lead {
  font-weight: 600;
  text-align: center;
}

blockquote.testimonial .from {
  margin: 1em 0 0;
  text-align: right;
}

blockquote.testimonial .from:before {
  content: "—";
  margin-right: 5px;
}

blockquote.testimonial:before {
  content: "“";
  font-family: "Times New Roman", "Times", serif;
  font-weight: bold;
  font-size: 220px;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  top: -54px;
  left: 60px;
}

.icomoon.icomoon-logo-decoustics {
  font-size: 45px;
}

.icomoon.icomoon-logo-decoustics .text {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/**
 *
 *	Bootstrap Elements
 *
 */
.btn, .wpcf7 input[type=submit], .edit-link-wrapper .edit-link, body.attachment .attachment-download-wrapper a {
  position: relative;
  height: auto;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  outline: none;
}

.btn:before, .wpcf7 input[type=submit]:before, .edit-link-wrapper .edit-link:before, body.attachment .attachment-download-wrapper a:before, .btn:after, .wpcf7 input[type=submit]:after, .edit-link-wrapper .edit-link:after, body.attachment .attachment-download-wrapper a:after {
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  content: " ";
  position: absolute;
}

.btn:before, .wpcf7 input[type=submit]:before, .edit-link-wrapper .edit-link:before, body.attachment .attachment-download-wrapper a:before {
  display: block;
  left: 0;
  bottom: -8px;
  height: 8px;
  width: 27px;
  background: url("../img/shadow-bottom-sm.png") no-repeat left top;
}

.btn:after, .wpcf7 input[type=submit]:after, .edit-link-wrapper .edit-link:after, body.attachment .attachment-download-wrapper a:after {
  top: 0;
  right: -8px;
  height: 26px;
  width: 8px;
  background: url("../img/shadow-right-sm.png") no-repeat left top;
}

.btn.btn-lg:before, .btn-group-lg > .btn:before, .wpcf7 .btn-group-lg > input[type=submit]:before, .edit-link-wrapper .btn-group-lg > .edit-link:before, body.attachment .attachment-download-wrapper .btn-group-lg > a:before, .wpcf7 input.btn-lg[type=submit]:before, .edit-link-wrapper .btn-lg.edit-link:before, body.attachment .attachment-download-wrapper a.btn-lg:before {
  bottom: -22px;
  height: 22px;
  width: 72px;
  background: url("../img/shadow-bottom-lg.png") no-repeat left top;
}

.btn.btn-lg:after, .btn-group-lg > .btn:after, .wpcf7 .btn-group-lg > input[type=submit]:after, .edit-link-wrapper .btn-group-lg > .edit-link:after, body.attachment .attachment-download-wrapper .btn-group-lg > a:after, .wpcf7 input.btn-lg[type=submit]:after, .edit-link-wrapper .btn-lg.edit-link:after, body.attachment .attachment-download-wrapper a.btn-lg:after {
  right: -22px;
  height: 72px;
  width: 22px;
  background: url("../img/shadow-right-lg.png") no-repeat left top;
}

.btn.btn-link:before, .wpcf7 input.btn-link[type=submit]:before, .edit-link-wrapper .btn-link.edit-link:before, body.attachment .attachment-download-wrapper a.btn-link:before, .btn.btn-link:after, .wpcf7 input.btn-link[type=submit]:after, .edit-link-wrapper .btn-link.edit-link:after, body.attachment .attachment-download-wrapper a.btn-link:after {
  display: none;
}

.btn:hover:before, .wpcf7 input[type=submit]:hover:before, .edit-link-wrapper .edit-link:hover:before, body.attachment .attachment-download-wrapper a:hover:before, .btn:hover:after, .wpcf7 input[type=submit]:hover:after, .edit-link-wrapper .edit-link:hover:after, body.attachment .attachment-download-wrapper a:hover:after, .btn:focus:before, .wpcf7 input[type=submit]:focus:before, .edit-link-wrapper .edit-link:focus:before, body.attachment .attachment-download-wrapper a:focus:before, .btn:focus:after, .wpcf7 input[type=submit]:focus:after, .edit-link-wrapper .edit-link:focus:after, body.attachment .attachment-download-wrapper a:focus:after, .btn:active:before, .wpcf7 input[type=submit]:active:before, .edit-link-wrapper .edit-link:active:before, body.attachment .attachment-download-wrapper a:active:before, .btn:active:after, .wpcf7 input[type=submit]:active:after, .edit-link-wrapper .edit-link:active:after, body.attachment .attachment-download-wrapper a:active:after {
  opacity: 1;
}

.btn.btn-white, .wpcf7 input.btn-white[type=submit], .edit-link-wrapper .btn-white.edit-link, body.attachment .attachment-download-wrapper a.btn-white, .btn.btn-secondary, .wpcf7 input.btn-secondary[type=submit], .edit-link-wrapper .btn-secondary.edit-link, body.attachment .attachment-download-wrapper a.btn-secondary {
  color: #6f7986;
  background-color: #FFFFFF;
  border-color: #d9d9d9;
}

.btn.btn-white:focus, .wpcf7 input.btn-white:focus[type=submit], .edit-link-wrapper .btn-white.edit-link:focus, body.attachment .attachment-download-wrapper a.btn-white:focus, .btn.btn-white.focus, .wpcf7 input.btn-white.focus[type=submit], .edit-link-wrapper .btn-white.focus.edit-link, body.attachment .attachment-download-wrapper a.btn-white.focus, .btn.btn-secondary:focus, .wpcf7 input.btn-secondary:focus[type=submit], .edit-link-wrapper .btn-secondary.edit-link:focus, body.attachment .attachment-download-wrapper a.btn-secondary:focus, .btn.btn-secondary.focus, .wpcf7 input.btn-secondary.focus[type=submit], .edit-link-wrapper .btn-secondary.focus.edit-link, body.attachment .attachment-download-wrapper a.btn-secondary.focus {
  color: #6f7986;
  background-color: #e6e6e6;
  border-color: #999999;
}

.btn.btn-white:hover, .wpcf7 input.btn-white:hover[type=submit], .edit-link-wrapper .btn-white.edit-link:hover, body.attachment .attachment-download-wrapper a.btn-white:hover, .btn.btn-secondary:hover, .wpcf7 input.btn-secondary:hover[type=submit], .edit-link-wrapper .btn-secondary.edit-link:hover, body.attachment .attachment-download-wrapper a.btn-secondary:hover {
  color: #6f7986;
  background-color: #e6e6e6;
  border-color: #bababa;
}

.btn.btn-white:active, .wpcf7 input.btn-white:active[type=submit], .edit-link-wrapper .btn-white.edit-link:active, body.attachment .attachment-download-wrapper a.btn-white:active, .btn.btn-white.active, .wpcf7 input.btn-white.active[type=submit], .edit-link-wrapper .btn-white.active.edit-link, body.attachment .attachment-download-wrapper a.btn-white.active,
.open > .btn.btn-white.dropdown-toggle,
.wpcf7 .open > input.btn-white.dropdown-toggle[type=submit],
.edit-link-wrapper .open > .btn-white.dropdown-toggle.edit-link,
body.attachment .attachment-download-wrapper .open > a.btn-white.dropdown-toggle, .btn.btn-secondary:active, .wpcf7 input.btn-secondary:active[type=submit], .edit-link-wrapper .btn-secondary.edit-link:active, body.attachment .attachment-download-wrapper a.btn-secondary:active, .btn.btn-secondary.active, .wpcf7 input.btn-secondary.active[type=submit], .edit-link-wrapper .btn-secondary.active.edit-link, body.attachment .attachment-download-wrapper a.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle,
.wpcf7 .open > input.btn-secondary.dropdown-toggle[type=submit],
.edit-link-wrapper .open > .btn-secondary.dropdown-toggle.edit-link,
body.attachment .attachment-download-wrapper .open > a.btn-secondary.dropdown-toggle {
  color: #6f7986;
  background-color: #e6e6e6;
  border-color: #bababa;
}

.btn.btn-white:active:hover, .wpcf7 input.btn-white:active:hover[type=submit], .edit-link-wrapper .btn-white.edit-link:active:hover, body.attachment .attachment-download-wrapper a.btn-white:active:hover, .btn.btn-white:active:focus, .wpcf7 input.btn-white:active:focus[type=submit], .edit-link-wrapper .btn-white.edit-link:active:focus, body.attachment .attachment-download-wrapper a.btn-white:active:focus, .btn.btn-white:active.focus, .wpcf7 input.btn-white:active.focus[type=submit], .edit-link-wrapper .btn-white.edit-link:active.focus, body.attachment .attachment-download-wrapper a.btn-white:active.focus, .btn.btn-white.active:hover, .wpcf7 input.btn-white.active:hover[type=submit], .edit-link-wrapper .btn-white.active.edit-link:hover, body.attachment .attachment-download-wrapper a.btn-white.active:hover, .btn.btn-white.active:focus, .wpcf7 input.btn-white.active:focus[type=submit], .edit-link-wrapper .btn-white.active.edit-link:focus, body.attachment .attachment-download-wrapper a.btn-white.active:focus, .btn.btn-white.active.focus, .wpcf7 input.btn-white.active.focus[type=submit], .edit-link-wrapper .btn-white.active.focus.edit-link, body.attachment .attachment-download-wrapper a.btn-white.active.focus,
.open > .btn.btn-white.dropdown-toggle:hover,
.wpcf7 .open > input.btn-white.dropdown-toggle:hover[type=submit],
.edit-link-wrapper .open > .btn-white.dropdown-toggle.edit-link:hover,
body.attachment .attachment-download-wrapper .open > a.btn-white.dropdown-toggle:hover,
.open > .btn.btn-white.dropdown-toggle:focus,
.wpcf7 .open > input.btn-white.dropdown-toggle:focus[type=submit],
.edit-link-wrapper .open > .btn-white.dropdown-toggle.edit-link:focus,
body.attachment .attachment-download-wrapper .open > a.btn-white.dropdown-toggle:focus,
.open > .btn.btn-white.dropdown-toggle.focus,
.wpcf7 .open > input.btn-white.dropdown-toggle.focus[type=submit],
.edit-link-wrapper .open > .btn-white.dropdown-toggle.focus.edit-link,
body.attachment .attachment-download-wrapper .open > a.btn-white.dropdown-toggle.focus, .btn.btn-secondary:active:hover, .wpcf7 input.btn-secondary:active:hover[type=submit], .edit-link-wrapper .btn-secondary.edit-link:active:hover, body.attachment .attachment-download-wrapper a.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .wpcf7 input.btn-secondary:active:focus[type=submit], .edit-link-wrapper .btn-secondary.edit-link:active:focus, body.attachment .attachment-download-wrapper a.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .wpcf7 input.btn-secondary:active.focus[type=submit], .edit-link-wrapper .btn-secondary.edit-link:active.focus, body.attachment .attachment-download-wrapper a.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .wpcf7 input.btn-secondary.active:hover[type=submit], .edit-link-wrapper .btn-secondary.active.edit-link:hover, body.attachment .attachment-download-wrapper a.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .wpcf7 input.btn-secondary.active:focus[type=submit], .edit-link-wrapper .btn-secondary.active.edit-link:focus, body.attachment .attachment-download-wrapper a.btn-secondary.active:focus, .btn.btn-secondary.active.focus, .wpcf7 input.btn-secondary.active.focus[type=submit], .edit-link-wrapper .btn-secondary.active.focus.edit-link, body.attachment .attachment-download-wrapper a.btn-secondary.active.focus,
.open > .btn.btn-secondary.dropdown-toggle:hover,
.wpcf7 .open > input.btn-secondary.dropdown-toggle:hover[type=submit],
.edit-link-wrapper .open > .btn-secondary.dropdown-toggle.edit-link:hover,
body.attachment .attachment-download-wrapper .open > a.btn-secondary.dropdown-toggle:hover,
.open > .btn.btn-secondary.dropdown-toggle:focus,
.wpcf7 .open > input.btn-secondary.dropdown-toggle:focus[type=submit],
.edit-link-wrapper .open > .btn-secondary.dropdown-toggle.edit-link:focus,
body.attachment .attachment-download-wrapper .open > a.btn-secondary.dropdown-toggle:focus,
.open > .btn.btn-secondary.dropdown-toggle.focus,
.wpcf7 .open > input.btn-secondary.dropdown-toggle.focus[type=submit],
.edit-link-wrapper .open > .btn-secondary.dropdown-toggle.focus.edit-link,
body.attachment .attachment-download-wrapper .open > a.btn-secondary.dropdown-toggle.focus {
  color: #6f7986;
  background-color: #d4d4d4;
  border-color: #999999;
}

.btn.btn-white:active, .wpcf7 input.btn-white:active[type=submit], .edit-link-wrapper .btn-white.edit-link:active, body.attachment .attachment-download-wrapper a.btn-white:active, .btn.btn-white.active, .wpcf7 input.btn-white.active[type=submit], .edit-link-wrapper .btn-white.active.edit-link, body.attachment .attachment-download-wrapper a.btn-white.active,
.open > .btn.btn-white.dropdown-toggle,
.wpcf7 .open > input.btn-white.dropdown-toggle[type=submit],
.edit-link-wrapper .open > .btn-white.dropdown-toggle.edit-link,
body.attachment .attachment-download-wrapper .open > a.btn-white.dropdown-toggle, .btn.btn-secondary:active, .wpcf7 input.btn-secondary:active[type=submit], .edit-link-wrapper .btn-secondary.edit-link:active, body.attachment .attachment-download-wrapper a.btn-secondary:active, .btn.btn-secondary.active, .wpcf7 input.btn-secondary.active[type=submit], .edit-link-wrapper .btn-secondary.active.edit-link, body.attachment .attachment-download-wrapper a.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle,
.wpcf7 .open > input.btn-secondary.dropdown-toggle[type=submit],
.edit-link-wrapper .open > .btn-secondary.dropdown-toggle.edit-link,
body.attachment .attachment-download-wrapper .open > a.btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn.btn-white.disabled:hover, .wpcf7 input.btn-white.disabled:hover[type=submit], .edit-link-wrapper .btn-white.disabled.edit-link:hover, body.attachment .attachment-download-wrapper a.btn-white.disabled:hover, .btn.btn-white.disabled:focus, .wpcf7 input.btn-white.disabled:focus[type=submit], .edit-link-wrapper .btn-white.disabled.edit-link:focus, body.attachment .attachment-download-wrapper a.btn-white.disabled:focus, .btn.btn-white.disabled.focus, .wpcf7 input.btn-white.disabled.focus[type=submit], .edit-link-wrapper .btn-white.disabled.focus.edit-link, body.attachment .attachment-download-wrapper a.btn-white.disabled.focus, .btn.btn-white[disabled]:hover, .wpcf7 input.btn-white[disabled]:hover[type=submit], .edit-link-wrapper .btn-white.edit-link[disabled]:hover, body.attachment .attachment-download-wrapper a.btn-white[disabled]:hover, .btn.btn-white[disabled]:focus, .wpcf7 input.btn-white[disabled]:focus[type=submit], .edit-link-wrapper .btn-white.edit-link[disabled]:focus, body.attachment .attachment-download-wrapper a.btn-white[disabled]:focus, .btn.btn-white[disabled].focus, .wpcf7 input.btn-white[disabled].focus[type=submit], .edit-link-wrapper .btn-white.edit-link[disabled].focus, body.attachment .attachment-download-wrapper a.btn-white[disabled].focus,
fieldset[disabled] .btn.btn-white:hover,
fieldset[disabled] .wpcf7 input.btn-white:hover[type=submit],
.wpcf7 fieldset[disabled] input.btn-white:hover[type=submit],
fieldset[disabled] .edit-link-wrapper .btn-white.edit-link:hover,
.edit-link-wrapper fieldset[disabled] .btn-white.edit-link:hover,
fieldset[disabled] body.attachment .attachment-download-wrapper a.btn-white:hover,
body.attachment .attachment-download-wrapper fieldset[disabled] a.btn-white:hover,
fieldset[disabled] .btn.btn-white:focus,
fieldset[disabled] .wpcf7 input.btn-white:focus[type=submit],
.wpcf7 fieldset[disabled] input.btn-white:focus[type=submit],
fieldset[disabled] .edit-link-wrapper .btn-white.edit-link:focus,
.edit-link-wrapper fieldset[disabled] .btn-white.edit-link:focus,
fieldset[disabled] body.attachment .attachment-download-wrapper a.btn-white:focus,
body.attachment .attachment-download-wrapper fieldset[disabled] a.btn-white:focus,
fieldset[disabled] .btn.btn-white.focus,
fieldset[disabled] .wpcf7 input.btn-white.focus[type=submit],
.wpcf7 fieldset[disabled] input.btn-white.focus[type=submit],
fieldset[disabled] .edit-link-wrapper .btn-white.focus.edit-link,
.edit-link-wrapper fieldset[disabled] .btn-white.focus.edit-link,
fieldset[disabled] body.attachment .attachment-download-wrapper a.btn-white.focus,
body.attachment .attachment-download-wrapper fieldset[disabled] a.btn-white.focus, .btn.btn-secondary.disabled:hover, .wpcf7 input.btn-secondary.disabled:hover[type=submit], .edit-link-wrapper .btn-secondary.disabled.edit-link:hover, body.attachment .attachment-download-wrapper a.btn-secondary.disabled:hover, .btn.btn-secondary.disabled:focus, .wpcf7 input.btn-secondary.disabled:focus[type=submit], .edit-link-wrapper .btn-secondary.disabled.edit-link:focus, body.attachment .attachment-download-wrapper a.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .wpcf7 input.btn-secondary.disabled.focus[type=submit], .edit-link-wrapper .btn-secondary.disabled.focus.edit-link, body.attachment .attachment-download-wrapper a.btn-secondary.disabled.focus, .btn.btn-secondary[disabled]:hover, .wpcf7 input.btn-secondary[disabled]:hover[type=submit], .edit-link-wrapper .btn-secondary.edit-link[disabled]:hover, body.attachment .attachment-download-wrapper a.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:focus, .wpcf7 input.btn-secondary[disabled]:focus[type=submit], .edit-link-wrapper .btn-secondary.edit-link[disabled]:focus, body.attachment .attachment-download-wrapper a.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled].focus, .wpcf7 input.btn-secondary[disabled].focus[type=submit], .edit-link-wrapper .btn-secondary.edit-link[disabled].focus, body.attachment .attachment-download-wrapper a.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary:hover,
fieldset[disabled] .wpcf7 input.btn-secondary:hover[type=submit],
.wpcf7 fieldset[disabled] input.btn-secondary:hover[type=submit],
fieldset[disabled] .edit-link-wrapper .btn-secondary.edit-link:hover,
.edit-link-wrapper fieldset[disabled] .btn-secondary.edit-link:hover,
fieldset[disabled] body.attachment .attachment-download-wrapper a.btn-secondary:hover,
body.attachment .attachment-download-wrapper fieldset[disabled] a.btn-secondary:hover,
fieldset[disabled] .btn.btn-secondary:focus,
fieldset[disabled] .wpcf7 input.btn-secondary:focus[type=submit],
.wpcf7 fieldset[disabled] input.btn-secondary:focus[type=submit],
fieldset[disabled] .edit-link-wrapper .btn-secondary.edit-link:focus,
.edit-link-wrapper fieldset[disabled] .btn-secondary.edit-link:focus,
fieldset[disabled] body.attachment .attachment-download-wrapper a.btn-secondary:focus,
body.attachment .attachment-download-wrapper fieldset[disabled] a.btn-secondary:focus,
fieldset[disabled] .btn.btn-secondary.focus,
fieldset[disabled] .wpcf7 input.btn-secondary.focus[type=submit],
.wpcf7 fieldset[disabled] input.btn-secondary.focus[type=submit],
fieldset[disabled] .edit-link-wrapper .btn-secondary.focus.edit-link,
.edit-link-wrapper fieldset[disabled] .btn-secondary.focus.edit-link,
fieldset[disabled] body.attachment .attachment-download-wrapper a.btn-secondary.focus,
body.attachment .attachment-download-wrapper fieldset[disabled] a.btn-secondary.focus {
  background-color: #FFFFFF;
  border-color: #d9d9d9;
}

.btn.btn-white .badge, .wpcf7 input.btn-white[type=submit] .badge, .edit-link-wrapper .btn-white.edit-link .badge, body.attachment .attachment-download-wrapper a.btn-white .badge, .btn.btn-secondary .badge, .wpcf7 input.btn-secondary[type=submit] .badge, .edit-link-wrapper .btn-secondary.edit-link .badge, body.attachment .attachment-download-wrapper a.btn-secondary .badge {
  color: #FFFFFF;
  background-color: #6f7986;
}

.btn.btn-blue-gradient, .wpcf7 input.btn-blue-gradient[type=submit], .edit-link-wrapper .btn-blue-gradient.edit-link, body.attachment .attachment-download-wrapper a {
  background-image: -webkit-linear-gradient(left, #286dc5 0%, #019cdc 100%);
  background-image: -o-linear-gradient(left, #286dc5 0%, #019cdc 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#286dc5), to(#019cdc));
  background-image: linear-gradient(to right, #286dc5 0%, #019cdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF286DC5', endColorstr='#FF019CDC', GradientType=1);
  padding: 15px;
  border: none;
  color: #FFF !important;
}

.btn.btn-blue-gradient:before, .wpcf7 input.btn-blue-gradient[type=submit]:before, .edit-link-wrapper .btn-blue-gradient.edit-link:before, body.attachment .attachment-download-wrapper a:before {
  bottom: -14px;
  height: 14px;
  width: 45px;
  background: url("../img/shadow-bottom.png") no-repeat left top;
}

.btn.btn-blue-gradient:after, .wpcf7 input.btn-blue-gradient[type=submit]:after, .edit-link-wrapper .btn-blue-gradient.edit-link:after, body.attachment .attachment-download-wrapper a:after {
  right: -14px;
  height: 45px;
  width: 14px;
  background: url("../img/shadow-right.png") no-repeat left top;
}

.btn.btn-blue-gradient:hover, .wpcf7 input.btn-blue-gradient:hover[type=submit], .edit-link-wrapper .btn-blue-gradient.edit-link:hover, body.attachment .attachment-download-wrapper a:hover, .btn.btn-blue-gradient:focus, .wpcf7 input.btn-blue-gradient:focus[type=submit], .edit-link-wrapper .btn-blue-gradient.edit-link:focus, body.attachment .attachment-download-wrapper a:focus {
  background-image: -webkit-linear-gradient(left, #225da7 0%, #017fb3 100%);
  background-image: -o-linear-gradient(left, #225da7 0%, #017fb3 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#225da7), to(#017fb3));
  background-image: linear-gradient(to right, #225da7 0%, #017fb3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF225DA7', endColorstr='#FF017FB3', GradientType=1);
}

.footer-section {
  text-align: center;
}

.edit-link-wrapper {
  margin: 1em 0;
}

.edit-link-wrapper .edit-link {
  background-image: -webkit-linear-gradient(left, #286dc5 0%, #019cdc 100%);
  background-image: -o-linear-gradient(left, #286dc5 0%, #019cdc 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#286dc5), to(#019cdc));
  background-image: linear-gradient(to right, #286dc5 0%, #019cdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF286DC5', endColorstr='#FF019CDC', GradientType=1);
  border: none;
  color: #FFFFFF !important;
  padding: 0;
}

.edit-link-wrapper .edit-link a {
  position: relative;
  display: block;
  color: #FFFFFF;
  padding: 6px 6px 4px 40px;
  text-decoration: none;
}

.edit-link-wrapper .edit-link a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 4px 6px;
  background: #225da7;
}

.edit-link-wrapper .edit-link a:hover:before, .edit-link-wrapper .edit-link a:focus:before {
  background: #19457d;
}

.tooltip .tooltip-inner {
  background-image: -webkit-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -o-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#317ad5), to(#5b95de));
  background-image: linear-gradient(to right, #317ad5 0%, #5b95de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF317AD5', endColorstr='#FF5B95DE', GradientType=1);
  border-radius: 0;
  padding: 15px;
}

.pagination {
  margin: 50px 0 15px;
}

.pagination > li * {
  border-radius: 0 !important;
}

.pagination > li.active a {
  background: #5b95de;
}

.table-striped > thead > tr > td, .table-striped > thead > tr > th {
  border-bottom: none;
}

.table-specifications p {
  margin-bottom: 0;
}

.nav-tabs {
  border-color: #5b95de;
  border-width: 2px;
}

.nav-tabs > li > a {
  border: none !important;
  border-radius: 0;
  background: #f2f2f2;
  color: black;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #5b95de;
}

.nav-tabs > li.active > a {
  background-image: -webkit-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -o-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#317ad5), to(#5b95de));
  background-image: linear-gradient(to right, #317ad5 0%, #5b95de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF317AD5', endColorstr='#FF5B95DE', GradientType=1);
  color: #FFFFFF !important;
}

.tab-content {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.tab-pane {
  padding: 15px;
  outline: none;
}

.tabs-vertical .nav-tabs {
  float: left;
  width: 210px;
  border-bottom: none;
}

.tabs-vertical .nav-tabs > li {
  float: none;
}

.tabs-vertical .nav-tabs > li:first-child > a {
  margin-top: 0;
}

.tabs-vertical .nav-tabs > li > a {
  margin: 2px 0 0;
}

.tabs-vertical .tab-content {
  margin-left: 210px;
  border-left: 2px solid #5b95de;
}

.panel-group .panel {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 2px;
}

.panel-group .panel-heading {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #737373;
}

.panel-group .panel-title > a {
  padding: 10px 15px 8px 10px;
  display: block;
  background-color: #394656;
  text-decoration: none;
  color: white;
}

.panel-group .panel-title > a:after {
  content: "\f107";
  float: right;
  font-family: FontAwesome, sans-serif;
  font-size: 24.7px;
  margin-top: -10px;
  margin-right: -15px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  background-color: #597ba3;
}

.panel-group .panel-title > a.collapsed {
  background-color: #597ba3;
  color: white;
  border-bottom-color: transparent;
}

.panel-group .panel-title > a.collapsed:after {
  content: "\f106";
  background-color: #394656;
}

@media (max-width: 505px) {
  .panel-group .panel-title > a {
    font-size: .8em;
  }
  .panel-group .panel-title > a:after {
    padding-top: 2px;
    padding-bottom: 3px;
  }
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.panel-group .panel-body {
  padding: 15px 0;
}

.panel-group .panel-body h3 {
  font-family: "Gotham Medium", "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3b5b8e;
}

/**
 *
 *	Reusable Elements
 *
 */
hr {
  border-color: #bfbfbf;
}

.bg-gray {
  background: #f2f2f2;
}

.content-section {
  margin-bottom: 60px;
}

.padding-section {
  padding: 50px 0;
}

.selection-chart {
  padding: 30px 0;
  background: url("../img/bg-default.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
}

.selection-chart p {
  font-size: 26px;
}

.selection-chart .btn, .selection-chart .wpcf7 input[type=submit], .wpcf7 .selection-chart input[type=submit], .selection-chart .edit-link-wrapper .edit-link, .edit-link-wrapper .selection-chart .edit-link, .selection-chart body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper .selection-chart a {
  margin: 40px 0;
}

.projects-section {
  background-color: white;
}

@media screen and (max-width: 991px) {
  .projects-section h1, .projects-section h2, .projects-section h3, .projects-section h4, .projects-section h5, .projects-section h6,
  .projects-section .h1, .projects-section .h2, .projects-section .h3, .projects-section .h4, .projects-section #searchform label, #searchform .projects-section label, .projects-section .h5, .projects-section .h6 {
    text-align: center;
  }
  .projects-section .tile-hover, .projects-section .tile-all {
    max-width: 300px;
    margin: 0 auto;
  }
}

.thumb-of-pdf {
  border: 1px solid #f2f2f2;
}

.tags a, .tags span, .tagcloud a, .tagcloud span {
  display: inline-block;
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
  background-color: white;
  color: black;
  margin: 2px;
  padding: 6px 5px 5px;
}

.tags a:hover, .tags a:focus, .tagcloud a:hover, .tagcloud a:focus {
  color: #5b95de;
  text-decoration: underline;
}

#searchform {
  margin-bottom: 30px;
}

#searchform label {
  margin-top: 0;
}

#searchform .input-group-btn .btn, #searchform .input-group-btn .wpcf7 input[type=submit], .wpcf7 #searchform .input-group-btn input[type=submit], #searchform .input-group-btn .edit-link-wrapper .edit-link, .edit-link-wrapper #searchform .input-group-btn .edit-link, #searchform .input-group-btn body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper #searchform .input-group-btn a {
  padding-top: 9px;
  padding-bottom: 9px;
}

#search-projects-only .row > div {
  margin-bottom: 30px;
  max-width: 445px;
}

.download-block {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  white-space: normal;
  text-align: center;
  text-transform: none;
  max-width: 202px;
  min-width: 130px;
  margin-bottom: 30px;
}

.download-block .icomoon {
  font-size: 64px;
  color: #6f7986;
}

.download-block small {
  display: block;
  font-weight: 600;
  margin-top: 10px;
  color: #5b95de;
}

.download-block.btn small, .wpcf7 input.download-block[type=submit] small, .edit-link-wrapper .download-block.edit-link small, body.attachment .attachment-download-wrapper a.download-block small {
  margin-top: 15px;
}

.download-block:hover, .download-block:focus {
  text-decoration: none;
}

.download-block:hover .icomoon, .download-block:focus .icomoon {
  color: #354456;
}

.download-block:hover small, .download-block:focus small {
  color: #2a74d2;
}

.download-block.btn-blue-gradient .icomoon, body.attachment .attachment-download-wrapper a.download-block .icomoon, .download-block.btn-blue-gradient small, body.attachment .attachment-download-wrapper a.download-block small {
  color: #FFF;
}

@media screen and (max-width: 991px) {
  .download-block {
    float: none !important;
  }
}

.list-icons, .list-icons-big {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-icons > li, .list-icons-big > li {
  margin: 30px 0;
}

.list-icons > li a, .list-icons-big > li a {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #737373;
  white-space: pre-wrap;
}

.list-icons > li a .download-icon, .list-icons-big > li a .download-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: auto;
}

.list-icons-big {
  padding-left: 0;
  list-style: none;
  font-size: 18px;
}

.list-icons-big > li {
  margin: 10px 0 30px;
}

.list-icons-big > li .icomoon {
  float: left;
  font-size: 2em;
  margin-top: 0.15em;
}

.list-icons-big > li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin-left: 50px;
}

.list-products a {
  display: block;
  color: #737373;
}

.list-products a img {
  border: 1px solid #b5b5b5;
  margin: 0 auto;
}

.list-products a span {
  display: block;
  padding-top: 5px;
}

.list-products a:active, .list-products a:focus, .list-products a:hover {
  text-decoration: none;
  color: #5b95de;
}

.list-products a:active img, .list-products a:focus img, .list-products a:hover img {
  border-color: #5b95de;
}

@media screen and (max-width: 991px) {
  .list-products {
    text-align: center;
  }
  .list-products .h1, .list-products .h2, .list-products .h3, .list-products .h4, .list-products #searchform label, #searchform .list-products label, .list-products .h5, .list-products .h6,
  .list-products h1, .list-products h2, .list-products h3, .list-products h4, .list-products h5, .list-products h6 {
    text-align: center;
  }
  .list-products a {
    margin: 0 auto;
  }
}

@-webkit-keyframes highlightAnimation {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #F8E49B;
  }
  100% {
    background-color: transparent;
  }
}

@-o-keyframes highlightAnimation {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #F8E49B;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes highlightAnimation {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #F8E49B;
  }
  100% {
    background-color: transparent;
  }
}

.animate-highlight {
  -webkit-animation: highlightAnimation 0.5s infinite ease-in-out;
       -o-animation: highlightAnimation 0.5s infinite ease-in-out;
          animation: highlightAnimation 0.5s infinite ease-in-out;
}

@-webkit-keyframes bouncingAnimation {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-o-keyframes bouncingAnimation {
  0% {
    -o-transform: translateY(-15px);
       transform: translateY(-15px);
  }
  25% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(-15px);
       transform: translateY(-15px);
  }
  75% {
    -o-transform: translateY(-30px);
       transform: translateY(-30px);
  }
  100% {
    -o-transform: translateY(-15px);
       transform: translateY(-15px);
  }
}

@keyframes bouncingAnimation {
  0% {
    -webkit-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  75% {
    -webkit-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.jvectormap-marker {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}

.jvectormap-marker.animate-bounce {
  -webkit-animation: bouncingAnimation 0.25s infinite;
       -o-animation: bouncingAnimation 0.25s infinite;
          animation: bouncingAnimation 0.25s infinite;
}

.tile-hover {
  display: block;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}

.tile-hover:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.tile-hover .hover-icons {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: white;
  display: block;
  display: none;
}

.tile-hover .hover-icons > div {
  text-align: center;
}

.tile-hover .hover-icons i {
  margin: 2px;
}

.tile-hover .hover-icons .sharing-icon {
  margin: 5px 0 -7px;
}

.tile-hover .hover-icons .sharing-icon .a2a_s_a2a, .tile-hover .hover-icons .sharing-icon .a2a_a2a {
  position: relative;
  background: none !important;
}

.tile-hover .hover-icons .sharing-icon .a2a_s_a2a:before, .tile-hover .hover-icons .sharing-icon .a2a_a2a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
  content: "";
  content: "\e910";
  font-size: 27px;
  color: #FFF;
  position: absolute;
  top: 4px;
  left: 0;
}

.tile-hover .hover-icons .sharing-icon .a2a_s_a2a svg, .tile-hover .hover-icons .sharing-icon .a2a_a2a svg {
  display: none;
}

.tile-hover span {
  position: absolute;
  display: block;
  bottom: -100%;
  left: 0;
  z-index: 1;
  padding: 0 15px;
  -webkit-transition: bottom .5s;
  -o-transition: bottom .5s;
  transition: bottom .5s;
  background-color: #FFFFFF;
  width: 100%;
}

.tile-hover span:before {
  background-color: inherit;
  content: " ";
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  -webkit-transform-origin: 100%;
      -ms-transform-origin: 100%;
       -o-transform-origin: 100%;
          transform-origin: 100%;
  width: 100%;
  height: 500%;
}

.tile-hover:active, .tile-hover:focus, .tile-hover:hover {
  color: #5b95de;
}

.tile-hover:active:before, .tile-hover:focus:before, .tile-hover:hover:before {
  background-color: rgba(91, 149, 222, 0.85);
}

.tile-hover:active .hover-icons, .tile-hover:focus .hover-icons, .tile-hover:hover .hover-icons {
  color: white;
  display: block;
}

.tile-hover:active span, .tile-hover:focus span, .tile-hover:hover span {
  bottom: 0;
}

@media (max-width: 991px) {
  .tile-hover span {
    bottom: 0;
    background-color: transparent;
  }
  .tile-hover span:before {
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
  }
  .tile-hover:active span:before, .tile-hover:focus span:before, .tile-hover:hover span:before {
    background-color: #FFFFFF;
  }
}

.tile-all {
  position: relative;
  display: block;
  border-radius: 50%;
  background: #6f7986;
  color: #FFFFFF !important;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

.tile-all .spacer {
  width: 100%;
}

.tile-all span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}

.tile-all:active, .tile-all:focus, .tile-all:hover {
  background: #354456;
}

/**
 *
 *	Forms
 *
 */
.form-control, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file], .wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
  border-radius: 0;
}

.select-styled {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #FFFFFF;
}

.select-styled:after {
  content: "\f078";
  font-family: "FontAwesome", sans-serif;
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  text-align: center;
  padding: 8px 5px 0 0;
  pointer-events: none;
}

.select-styled select {
  background: transparent;
  border: none;
  padding: 7px 15px;
}

@media screen and (max-width: 991px) {
  .select-styled {
    width: 100%;
    min-width: 10px;
    overflow: hidden;
  }
  .select-styled select {
    width: 100%;
  }
}

/** Events **/
article.decoustics-event {
  margin-bottom: 18px;
}

article.decoustics-event header {
  font-size: 18px;
  margin-bottom: 8px;
}

/**
 *
 *	Plugins
 *
 */
.carousel {
  position: relative;
}

.carousel .owl-carousel {
  min-height: 75px;
}

.carousel .slider-caption {
  position: relative;
  z-index: 1;
}

.carousel .slider-caption .caption-box {
  padding: 15px 25px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.carousel .slider-caption .caption-box .slider-caption-single {
  display: none;
}

.carousel .slider-caption .caption-box .slider-title {
  margin: 15px 0 10px;
  color: #5b95de;
  font-size: 26px;
  line-height: 1;
}

.carousel .slider-caption .caption-box ul.thumbs {
  padding-left: 0;
  list-style: none;
  margin: -5px;
  padding: 0;
  overflow: hidden;
}

.carousel .slider-caption .caption-box ul.thumbs li {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 12.5%;
}

.carousel .slider-caption .caption-box ul.thumbs li img {
  width: 100%;
  height: auto;
}

.carousel .slider-caption .caption-box ul.thumbs li a {
  display: block;
  border: 1px solid #FFFFFF;
  margin: 5px;
}

.carousel .slider-caption .caption-box ul.thumbs li a:active, .carousel .slider-caption .caption-box ul.thumbs li a:focus, .carousel .slider-caption .caption-box ul.thumbs li a:hover {
  border-color: #5b95de;
}

@media screen and (max-width: 991px) {
  .carousel .slider-caption .caption-box ul.thumbs {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .carousel .slider-caption .caption-box ul.thumbs li {
    width: 25%;
  }
}

.carousel .slider-caption .caption-box .addtoany_list {
  display: inline-block;
  margin-top: 35px;
  margin-right: -35px;
}

.carousel .slider-caption .caption-box .addtoany_list > a > span {
  background: transparent !important;
}

.carousel .slider-caption .caption-box .addtoany_list > a > span svg path {
  fill: #6f7986;
}

.carousel .slider-caption .caption-box .addtoany_list .a2a_s_pinterest {
  position: relative;
}

.carousel .slider-caption .caption-box .addtoany_list .a2a_s_pinterest:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 26px;
  color: black;
  position: absolute;
  top: 4px;
  left: 5px;
}

.carousel .slider-caption .caption-box .addtoany_list .a2a_s_pinterest svg {
  display: none;
}

.carousel .slider-caption .caption-box .addtoany_list .a2a_s_a2a, .carousel .slider-caption .caption-box .addtoany_list .a2a_a2a {
  position: relative;
}

.carousel .slider-caption .caption-box .addtoany_list .a2a_s_a2a:before, .carousel .slider-caption .caption-box .addtoany_list .a2a_a2a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
  content: "";
  content: "\e910";
  font-size: 24px;
  color: black;
  position: absolute;
  top: 4px;
  left: 0;
}

.carousel .slider-caption .caption-box .addtoany_list .a2a_s_a2a svg, .carousel .slider-caption .caption-box .addtoany_list .a2a_a2a svg {
  display: none;
}

@media screen and (max-width: 1199px) {
  .carousel .slider-caption .caption-box .addtoany_list {
    margin-top: 23px;
  }
}

@media screen and (max-width: 991px) {
  .carousel .slider-caption .caption-box .addtoany_list {
    margin-top: 0;
  }
}

.carousel .slider-caption .caption-box .carousel-nav {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 22px 0;
  font-size: 40px;
}

.carousel .slider-caption .caption-box .carousel-nav .owl-prev, .carousel .slider-caption .caption-box .carousel-nav .owl-next {
  position: absolute;
  top: -0.08em;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.carousel .slider-caption .caption-box .carousel-nav .owl-prev {
  left: 0;
}

.carousel .slider-caption .caption-box .carousel-nav .owl-next {
  right: 0;
}

.carousel .slider-caption .caption-box .carousel-nav .nav-index {
  font-family: 'Gotham Book';
  font-size: 24px;
  text-align: center;
  padding-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 991px) {
  .carousel .slider-caption .caption-box .carousel-nav {
    font-size: 19px;
    margin: 0;
  }
  .carousel .slider-caption .caption-box .carousel-nav .nav-index {
    text-align: center;
    font-size: 15.2px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  .carousel .slider-caption .caption-box {
    padding: 5px 10px;
  }
}

#home-carousel .carousel-home, #home-carousel .carousel-home-wide {
  display: none;
}

@media screen and (max-width: 1399px) {
  #home-carousel .carousel-home {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  #home-carousel .carousel-home-wide {
    display: block;
  }
}

#home-carousel .slider-caption {
  margin-top: -6rem;
}

#product-top-carousel .owl-carousel {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#product-top-carousel .owl-item img {
  max-height: 600px;
}

@media (max-width: 992px) {
  #product-top-carousel .owl-item img {
    height: 274px;
  }
}

#carousel-products {
  margin: 30px 0;
}

#carousel-products img {
  max-height: 500px;
  width: auto;
}

#carousel-products .owl-stage-outer {
  background: #222222;
}

#carousel-products .owl-stage-outer .owl-item {
  opacity: 0.3;
}

#carousel-products .owl-stage-outer .owl-item.active.center {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  #carousel-products .owl-stage-outer .owl-item {
    opacity: 1;
  }
}

#carousel-products .owl-nav {
  position: absolute;
  width: 100%;
}

#carousel-products .owl-nav .owl-prev, #carousel-products .owl-nav .owl-next {
  position: absolute;
  top: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  padding: 0 5px;
}

#carousel-products .owl-nav .owl-prev.disabled, #carousel-products .owl-nav .owl-next.disabled {
  opacity: .5;
}

#carousel-products .owl-nav .owl-prev:active, #carousel-products .owl-nav .owl-prev:focus, #carousel-products .owl-nav .owl-prev:hover, #carousel-products .owl-nav .owl-next:active, #carousel-products .owl-nav .owl-next:focus, #carousel-products .owl-nav .owl-next:hover {
  color: #5b95de;
}

#carousel-products .owl-nav .owl-prev {
  left: 30%;
}

#carousel-products .owl-nav .owl-next {
  right: 30%;
}

@media (max-width: 992px) {
  #carousel-products .owl-nav .owl-prev {
    left: 5%;
  }
  #carousel-products .owl-nav .owl-next {
    right: 5%;
  }
}

#carousel-products .owl-dots {
  padding-top: 20px;
  text-align: center;
  height: 60px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#carousel-products .owl-dots .owl-dot {
  padding: 2px;
  display: inline-block;
}

#carousel-products .owl-dots .owl-dot.active > span {
  background-color: #737373;
}

#carousel-products .owl-dots .owl-dot:active > span, #carousel-products .owl-dots .owl-dot:focus > span, #carousel-products .owl-dots .owl-dot:hover > span {
  border-color: #5b95de;
}

#carousel-products .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #b5b5b5;
  border-radius: 50%;
  border: 2px solid transparent;
}

#project-carousel {
  background: #e5e5e5;
}

#project-carousel .caption-box {
  background: #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
}

.r-tabs {
  background: #FFFFFF;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
}

.r-tabs .r-tabs-accordion-title {
  text-align: center;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px 5px 8px 5px;
  border-width: 1px 0;
  border-color: #317ad5;
  border-style: solid;
  margin-top: -1px;
  text-decoration: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active > a, .r-tabs .r-tabs-accordion-title .r-tabs-anchor:active, .r-tabs .r-tabs-accordion-title .r-tabs-anchor:focus, .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
  background-image: -webkit-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -o-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#317ad5), to(#5b95de));
  background-image: linear-gradient(to right, #317ad5 0%, #5b95de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF317AD5', endColorstr='#FF5B95DE', GradientType=1);
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .r-tabs .r-tabs-panel {
    padding: 15px;
  }
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

@media (min-width: 993px) {
  .tabs-horizontal > .r-tabs-nav {
    display: table;
    table-layout: auto;
    width: 100%;
  }
  .tabs-horizontal > .r-tabs-nav > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 2px solid #286dc5;
    position: relative;
  }
  .tabs-horizontal > .r-tabs-nav > li .r-tabs-border {
    display: none;
    z-index: 1;
    left: 100%;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 0 8px;
    border-color: transparent transparent transparent #286dc5;
  }
  .tabs-horizontal > .r-tabs-nav > li:last-child {
    border-right: none;
  }
  .tabs-horizontal > .r-tabs-nav > li:last-child .r-tabs-border {
    border-width: 0 0 56px 8px;
    right: 100%;
    left: unset;
    border-color: transparent transparent #286dc5;
  }
  .tabs-horizontal > .r-tabs-nav > li:only-child {
    border-right: none;
  }
  .tabs-horizontal > .r-tabs-nav > li:only-child .r-tabs-border {
    display: none;
  }
  .tabs-horizontal > .r-tabs-nav .r-tabs-state-active {
    border-top: 3px solid #317ad5;
  }
  .tabs-horizontal > .r-tabs-nav .r-tabs-state-active .r-tabs-border {
    display: block;
  }
}

@media (max-width: 1199px) {
  .tabs-horizontal > .r-tabs-nav > li .r-tabs-border {
    border-width: 77px 0 0 10px;
  }
  .tabs-horizontal > .r-tabs-nav > li:last-child {
    border-right: none;
  }
  .tabs-horizontal > .r-tabs-nav > li:last-child .r-tabs-border {
    border-width: 0 0 77px 10px;
    right: 100%;
    left: unset;
    border-color: transparent transparent #286dc5;
  }
  .tabs-horizontal > .r-tabs-nav > li:only-child {
    border-right: none;
  }
  .tabs-horizontal > .r-tabs-nav > li:only-child .r-tabs-border {
    display: none;
  }
}

.tabs-horizontal > .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 20px 30px 15px 30px;
  text-decoration: none;
  font-family: 'Gotham Book';
}

.tabs-horizontal > .r-tabs-nav .r-tabs-state-active > a, .tabs-horizontal > .r-tabs-nav .r-tabs-anchor:active, .tabs-horizontal > .r-tabs-nav .r-tabs-anchor:focus {
  background-color: transparent;
  color: #5b95de;
}

.tabs-horizontal > .r-tabs-nav .r-tabs-state-active > a.custom-products {
  color: black;
  font-size: 17px;
}

.tabs-horizontal > .r-tabs-nav .r-tabs-state-default:hover {
  background-image: -webkit-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -o-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#317ad5), to(#5b95de));
  background-image: linear-gradient(to right, #317ad5 0%, #5b95de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF317AD5', endColorstr='#FF5B95DE', GradientType=1);
}

.tabs-horizontal > .r-tabs-nav .r-tabs-state-default:hover a {
  color: #FFFFFF;
}

.tabs-horizontal > .r-tabs-nav .r-tabs-state-default {
  background-color: #317ad5;
}

.tabs-horizontal > .r-tabs-nav .r-tabs-state-default a {
  color: #FFFFFF;
}

#tabs-representative.tabs-horizontal > .r-tabs-nav .r-tabs-tab {
  border-top: 3px solid #317ad5;
}

#tabs-representative.tabs-horizontal > .r-tabs-nav > li .r-tabs-border {
  border-width: 77px 0 0 10px;
}

#tabs-representative.tabs-horizontal > .r-tabs-nav > li:first-child {
  border-left: none;
}

#tabs-representative.tabs-horizontal > .r-tabs-nav > li:first-child .r-tabs-border {
  border-width: 77px 0 0 10px;
}

#tabs-representative.tabs-horizontal > .r-tabs-nav > li:last-child {
  border-right: none;
}

#tabs-representative.tabs-horizontal > .r-tabs-nav > li:last-child .r-tabs-border {
  border-width: 0 0 77px 10px;
}

.tabs-vertical > .r-tabs-nav, .tabs-vertical > .tabs-container {
  float: left;
}

.tabs-vertical > .r-tabs-nav {
  width: 30%;
  position: relative;
  z-index: 1;
}

.tabs-vertical > .r-tabs-nav .r-tabs-tab {
  display: block;
}

.tabs-vertical > .r-tabs-nav .r-tabs-anchor {
  display: block;
  padding: 20px 30px 18px 30px;
  text-decoration: none;
  border-right: 3px solid #5b95de;
  margin-bottom: 3px;
  background-color: #FFFFFF;
}

.tabs-vertical > .r-tabs-nav .r-tabs-state-active > a, .tabs-vertical > .r-tabs-nav .r-tabs-anchor:active, .tabs-vertical > .r-tabs-nav .r-tabs-anchor:focus, .tabs-vertical > .r-tabs-nav .r-tabs-anchor:hover {
  background-image: -webkit-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -o-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#317ad5), to(#5b95de));
  background-image: linear-gradient(to right, #317ad5 0%, #5b95de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF317AD5', endColorstr='#FF5B95DE', GradientType=1);
  color: #FFFFFF;
}

.tabs-vertical > .tabs-container {
  border: 1px solid #f2f2f2;
  border-left: 3px solid #5b95de;
  width: -webkit-calc(70% + 3px);
  width: calc(70% + 3px);
  margin-left: -3px;
}

@media (max-width: 992px) {
  .tabs-vertical > .r-tabs-nav, .tabs-vertical > .tabs-container {
    float: none;
  }
  .tabs-vertical > .r-tabs-nav {
    width: auto;
    position: static;
    border-right: 0;
  }
  .tabs-vertical > .tabs-container {
    width: auto;
    margin-left: 0;
    border: 0;
  }
}

.packery-grid .grid-sizer, .packery-grid .grid-item, .grid .grid-sizer, .grid .grid-item {
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px);
}

.packery-grid .grid-item--width2, .grid .grid-item--width2 {
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px);
}

.packery-grid .grid-item--width2 .tile-hover span:before, .grid .grid-item--width2 .tile-hover span:before {
  -webkit-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
       -o-transform: skewY(4deg);
          transform: skewY(4deg);
}

@media (max-width: 992px) {
  .packery-grid .grid-sizer, .packery-grid .grid-item, .grid .grid-sizer, .grid .grid-item {
    width: 100% !important;
  }
}

.chosen-container {
  font-size: 15px;
}

.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
  background-image: url("../js/jquery-plugins/chosen-js/chosen-sprite.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("../js/jquery-plugins/chosen-js/chosen-sprite@2x.png") !important;
  }
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-single div b:before {
  content: "\f106";
}

.chosen-container.chosen-container-single .chosen-single {
  background: #FFFFFF;
  padding-top: 8px;
  height: 40px;
  border-radius: 3px;
}

.chosen-container.chosen-container-single .chosen-single abbr, .chosen-container.chosen-container-single .chosen-single div b {
  margin-top: 8px;
  background: none;
}

.chosen-container.chosen-container-single .chosen-single abbr:before, .chosen-container.chosen-container-single .chosen-single div b:before {
  font-family: FontAwesome, sans-serif;
  content: "\f107";
}

.chosen-container.chosen-container-single .chosen-single .chosen-search input[type="text"] {
  background-image: url("../js/jquery-plugins/chosen-js/chosen-sprite.png");
  font-size: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container.chosen-container-single .chosen-single .chosen-search input[type="text"] {
    background-image: url("../js/jquery-plugins/chosen-js/chosen-sprite@2x.png") !important;
  }
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close .chosen-rtl .chosen-search input[type="text"] {
  background-image: url("../js/jquery-plugins/chosen-js/chosen-sprite.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close .chosen-rtl .chosen-search input[type="text"] {
    background-image: url("../js/jquery-plugins/chosen-js/chosen-sprite@2x.png") !important;
  }
}

.chosen-container .chosen-drop .highlighted {
  background: #5b95de;
}

.select-styled .chosen-single {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.select-styled .chosen-drop {
  border-color: #FFFFFF !important;
}

.select-styled .chosen-drop .empty {
  color: #98a0aa;
}

/**
 *	Title Banner
 */
.title-section {
  margin-bottom: 30px;
  padding: 50px 0;
  background: url("../img/bg-default.jpg") center #f2f2f2;
  -webkit-background-size: cover;
          background-size: cover;
}

.title-section #title h1, .title-section #title p {
  color: #6f7986;
  font-weight: 600;
  margin: 0;
}

.title-section #title h1 {
  text-transform: uppercase;
  line-height: 1;
}

.title-section #title p {
  margin-bottom: 5px;
}

.title-section #title:after {
  content: " ";
  display: block;
  width: 30px;
  height: 8px;
  background-color: #5b95de;
}

.title-section .description .icomoon {
  float: left;
  font-size: 1.25em;
}

.title-section.with-background {
  position: relative;
  padding: 0;
  background: #000000;
}

.title-section.with-background .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-section.with-background .title-background {
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
}

.title-section.with-background #title {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -1em;
}

.title-section.with-background #title h1, .title-section.with-background #title p {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .title-section h1 {
    font-size: 23.4px;
  }
}

/**
 *
 *	Product Nav
 *
 */
.nav-products {
  position: relative;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
}

.nav-products.expanded {
  max-height: 100%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.nav-products hr {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1px;
  border-color: #5b95de;
}

.nav-products ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}

.nav-products .level-1 li {
  float: left;
  width: 25%;
}

.nav-products .level-1 li.active > a, .nav-products .level-1 li a:active, .nav-products .level-1 li a:focus, .nav-products .level-1 li a:hover {
  background-position: 0 0;
  color: #FFFFFF;
}

.nav-products .level-1 li a {
  background-image: -webkit-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -o-linear-gradient(left, #317ad5 0%, #5b95de 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#317ad5), to(#5b95de));
  background-image: linear-gradient(to right, #317ad5 0%, #5b95de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF317AD5', endColorstr='#FF5B95DE', GradientType=1);
  display: block;
  height: 90px;
  text-align: center;
  padding: 36px 0;
  color: #5b95de;
  text-decoration: none;
  border-bottom: 1px solid #317ad5;
  background-position: 0 -90px;
  -webkit-transition: background-position .5s, color .5s;
  -o-transition: background-position .5s, color .5s;
  transition: background-position .5s, color .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .nav-products .level-1 li {
    float: none;
    width: 100%;
  }
  .nav-products .level-1 li a {
    padding: 5px;
    height: auto;
  }
}

.nav-products .level-2 {
  margin: 30px;
}

.nav-products .level-2 li {
  float: left;
  width: 19%;
  position: relative;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-products .level-2 li.active > a, .nav-products .level-2 li a:active, .nav-products .level-2 li a:focus, .nav-products .level-2 li a:hover {
  color: #5b95de;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.nav-products .level-2 li.active > a:before, .nav-products .level-2 li a:active:before, .nav-products .level-2 li a:focus:before, .nav-products .level-2 li a:hover:before {
  background-color: rgba(91, 149, 222, 0.85);
}

.nav-products .level-2 li.active > a span, .nav-products .level-2 li a:active span, .nav-products .level-2 li a:focus span, .nav-products .level-2 li a:hover span {
  bottom: 0;
  background-color: #FFFFFF;
}

.nav-products .level-2 li.active > a span p, .nav-products .level-2 li a:active span p, .nav-products .level-2 li a:focus span p, .nav-products .level-2 li a:hover span p {
  display: block;
}

@media (max-width: 1199px) {
  .nav-products .level-2 li.active > a span p, .nav-products .level-2 li a:active span p, .nav-products .level-2 li a:focus span p, .nav-products .level-2 li a:hover span p {
    font-size: 0.8em;
  }
}

.nav-products .level-2 li.active:after {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
  z-index: -1;
  bottom: -37.5px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-products .level-2 li a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
  max-width: 100%;
  margin: 0 auto;
}

.nav-products .level-2 li a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.nav-products .level-2 li a span {
  position: absolute;
  display: block;
  bottom: -45px;
  left: 0;
  z-index: 1;
  height: 70px;
  padding: 0 8px;
  -webkit-transition: bottom .5s;
  -o-transition: bottom .5s;
  transition: bottom .5s;
  width: 100%;
}

.nav-products .level-2 li a span:before {
  background-color: inherit;
  content: " ";
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  -webkit-transform-origin: 100%;
      -ms-transform-origin: 100%;
       -o-transform-origin: 100%;
          transform-origin: 100%;
  width: 100%;
  height: 100%;
}

.nav-products .level-2 li a span p {
  font-size: 13px;
  display: none;
}

@media (max-width: 992px) {
  .nav-products .level-2 {
    padding: 15px 7.5px 0 15px;
  }
  .nav-products .level-2 li {
    width: 25%;
  }
  .nav-products .level-2 li.active:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-products .level-2 li {
    width: 50%;
  }
}

.nav-products .level-3 li {
  float: left;
  width: 19%;
  background-color: #597ba3;
  margin: 5px 5px 30px 5px;
}

.nav-products .level-3 li.active > a, .nav-products .level-3 li a:active, .nav-products .level-3 li a:focus, .nav-products .level-3 li a:hover {
  background-color: #394656;
}

.nav-products .level-3 li a {
  display: block;
  color: white;
  text-align: center;
  padding: 30px 0;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 16px;
}

@media (max-width: 992px) {
  .nav-products .level-3 li a {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .nav-products .level-3 li {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .nav-products {
    font-size: 0.9em;
  }
}

/**
 *	Finish Picker
 */
.finish-picker {
  margin: 0 0 30px;
}

.finish-picker .finish-swatch img {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
}

.finish-picker .finish-swatch figcaption {
  display: block;
  margin-top: 15px;
  max-width: 100%;
  overflow: hidden;
}

.finish-picker .finish-swatch.finish-swatch-lg {
  max-width: 244px;
  margin: 0 auto;
}

.finish-picker .finish-swatch.finish-swatch-lg img {
  width: auto;
  height: auto;
}

.finish-picker .finish-swatch.finish-custom-color {
  position: relative;
}

.finish-picker .finish-swatch.finish-custom-color .img-spacer {
  width: 100%;
  background-blend-mode: multiply;
}

.finish-picker .finish-swatch.finish-custom-color .img-spacer.tiny-spacer {
  position: absolute;
  bottom: 47px;
  right: 0;
  width: 70px;
  background-blend-mode: normal;
}

.finish-picker .finishes-list {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.finish-picker .finishes-list li {
  float: left;
  margin: 2.5px;
}

.finish-picker .finishes-list li a {
  text-decoration: none;
  color: #737373;
}

.finish-picker .finishes-list li a:active .finish-swatch-img, .finish-picker .finishes-list li a:focus .finish-swatch-img, .finish-picker .finishes-list li a:hover .finish-swatch-img {
  border-color: #5b95de;
}

.finish-picker .finishes-list li.active .finish-swatch-img {
  border-color: black !important;
}

.finish-picker .panel-group {
  margin: 0;
}

.finish-picker .tabs-hidden .nav-tabs {
  display: none;
}

.finish-picker .tabs-hidden .tab-content {
  border: none;
  margin-left: 0;
}

.finish-picker .vc-photoshop {
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.finish-picker .vc-photoshop .vc-ps-head, .finish-picker .vc-photoshop .vc-ps-ac-btn, .finish-picker .vc-photoshop .vc-ps-ac-btn, .finish-picker .vc-photoshop .vc-ps-previews {
  display: none;
}

.finish-picker .vc-photoshop .vc-ps-body {
  padding: 0;
  background: none;
}

/**
 *
 *	Footer
 *
 */
#footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}

#footer li {
  float: left;
}

#footer #footer-top {
  background-color: #b5b5b5;
}

#footer #footer-top #footer-logo {
  display: inline-block;
  margin-top: 7px;
  margin-right: 30px;
  text-decoration: none;
}

#footer #footer-top #footer-logo img {
  width: 170px;
}

#footer #footer-top #footer-logo .icomoon span:before {
  color: #FFFFFF;
}

#footer #footer-top #footer-logo:hover .icomoon span:before, #footer #footer-top #footer-logo:focus .icomoon span:before, #footer #footer-top #footer-logo:active .icomoon span:before {
  color: #5b95de;
}

#footer #footer-top ul {
  float: right;
  margin-left: -45px;
}

#footer #footer-top ul li {
  float: right;
  margin-left: 45px;
}

#footer #footer-top ul li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 20px 0;
}

#footer #footer-top ul li.active > a, #footer #footer-top ul li a:active, #footer #footer-top ul li a:focus, #footer #footer-top ul li a:hover {
  text-decoration: underline;
  color: #58606a;
}

@media screen and (max-width: 991px) {
  #footer #footer-top #footer-logo {
    margin-top: 15px;
  }
  #footer #footer-top ul {
    float: none;
    padding: 10px 0;
  }
  #footer #footer-top ul li {
    float: none;
    display: inline-block;
  }
  #footer #footer-top ul li a {
    padding: 10px 0;
  }
}

#footer #footer-bottom {
  background-color: #f2f2f2;
  padding: 30px 0;
  font-size: 13.5px;
}

#footer #footer-bottom h4 {
  margin-top: 0;
  color: #5b95de;
  text-transform: uppercase;
}

#footer #footer-bottom .logos li {
  margin-left: 20px;
}

#footer #footer-bottom .logos li:first-child {
  margin-left: 0;
}

#footer #footer-bottom .logos li a:hover, #footer #footer-bottom .logos li a:focus {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

#footer #footer-bottom address {
  line-height: 1.5;
  margin-bottom: 15px;
}

#footer #footer-bottom .social {
  margin-left: -5px;
  margin-right: -5px;
}

#footer #footer-bottom .social li {
  margin: 0 5px;
}

#footer #footer-bottom .social li a {
  display: block;
  padding: 3px 2px 2px;
  line-height: 1em;
  font-size: 20px;
  color: black;
}

#footer #footer-bottom .social li a:hover {
  color: #354456;
}

#footer #footer-bottom .news-col {
  border-left: 1px solid #737373;
  padding-left: 30px;
  padding-bottom: 400px;
  margin-bottom: -400px;
  overflow: hidden;
}

#footer #footer-bottom .news-col .news-item {
  margin-top: 5px;
}

#footer #footer-bottom .news-col .news-item .news-img {
  display: inline-block;
  height: 75px;
  margin-bottom: 15px;
}

#footer #footer-bottom .news-col .news-item .news-img img {
  height: 100%;
  width: auto;
}

#footer #footer-bottom .news-col .news-item .news-img:hover, #footer #footer-bottom .news-col .news-item .news-img:focus {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

#footer #footer-bottom .news-col .news-item .news-date {
  font-size: 0.85em;
  margin: 0;
}

#footer #footer-bottom .news-col .news-item h5 {
  font-size: inherit;
  margin: 0;
}

@media screen and (max-width: 991px) {
  #footer #footer-bottom h4 {
    margin-top: 30px;
  }
  #footer #footer-bottom .news-col {
    border: none;
    padding-left: 15px;
  }
}

#footer .copyright {
  font-size: 12px;
  padding: 10px 0;
}

/**
 *
 *	Top Nav
 *
 */
#header {
  position: relative;
  z-index: 2;
}

#header .social {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

#header .social > li {
  float: left;
  text-align: center;
}

#header .social > li:first-child {
  margin-left: 0;
}

#header .social > li a {
  color: #C4C4C4;
}

#header .social > li a .fa {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  width: 28px;
  height: 28px;
}

#header .social > li a img {
  width: 28px;
  height: 28px;
}

#header .search {
  position: relative;
}

#header .search .icomoon-search {
  color: #C4C4C4;
}

#header .search .form-group, #header .search .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form #header .search p {
  overflow: hidden;
  float: left;
  width: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: right;
}

#header .search .form-group .form-control, #header .search .wpcf7 .wpcf7-form p .form-control, .wpcf7 .wpcf7-form #header .search p .form-control, #header .search .form-group .wpcf7 input[type=text], .wpcf7 #header .search .form-group input[type=text], #header .search .wpcf7 .wpcf7-form p input[type=text], .wpcf7 .wpcf7-form #header .search p input[type=text],
#header .search .form-group .wpcf7 input[type=search], .wpcf7 #header .search .form-group input[type=search],
#header .search .wpcf7 .wpcf7-form p input[type=search], .wpcf7 .wpcf7-form #header .search p input[type=search],
#header .search .form-group .wpcf7 input[type=tel], .wpcf7 #header .search .form-group input[type=tel],
#header .search .wpcf7 .wpcf7-form p input[type=tel], .wpcf7 .wpcf7-form #header .search p input[type=tel],
#header .search .form-group .wpcf7 input[type=number], .wpcf7 #header .search .form-group input[type=number],
#header .search .wpcf7 .wpcf7-form p input[type=number], .wpcf7 .wpcf7-form #header .search p input[type=number],
#header .search .form-group .wpcf7 input[type=range], .wpcf7 #header .search .form-group input[type=range],
#header .search .wpcf7 .wpcf7-form p input[type=range], .wpcf7 .wpcf7-form #header .search p input[type=range],
#header .search .form-group .wpcf7 input[type=date], .wpcf7 #header .search .form-group input[type=date],
#header .search .wpcf7 .wpcf7-form p input[type=date], .wpcf7 .wpcf7-form #header .search p input[type=date],
#header .search .form-group .wpcf7 input[type=month], .wpcf7 #header .search .form-group input[type=month],
#header .search .wpcf7 .wpcf7-form p input[type=month], .wpcf7 .wpcf7-form #header .search p input[type=month],
#header .search .form-group .wpcf7 input[type=week], .wpcf7 #header .search .form-group input[type=week],
#header .search .wpcf7 .wpcf7-form p input[type=week], .wpcf7 .wpcf7-form #header .search p input[type=week],
#header .search .form-group .wpcf7 input[type=time], .wpcf7 #header .search .form-group input[type=time],
#header .search .wpcf7 .wpcf7-form p input[type=time], .wpcf7 .wpcf7-form #header .search p input[type=time],
#header .search .form-group .wpcf7 input[type=datetime], .wpcf7 #header .search .form-group input[type=datetime],
#header .search .wpcf7 .wpcf7-form p input[type=datetime], .wpcf7 .wpcf7-form #header .search p input[type=datetime],
#header .search .form-group .wpcf7 input[type=datetime-local], .wpcf7 #header .search .form-group input[type=datetime-local],
#header .search .wpcf7 .wpcf7-form p input[type=datetime-local], .wpcf7 .wpcf7-form #header .search p input[type=datetime-local],
#header .search .form-group .wpcf7 input[type=color], .wpcf7 #header .search .form-group input[type=color],
#header .search .wpcf7 .wpcf7-form p input[type=color], .wpcf7 .wpcf7-form #header .search p input[type=color],
#header .search .form-group .wpcf7 input[type=email], .wpcf7 #header .search .form-group input[type=email],
#header .search .wpcf7 .wpcf7-form p input[type=email], .wpcf7 .wpcf7-form #header .search p input[type=email],
#header .search .form-group .wpcf7 input[type=file], .wpcf7 #header .search .form-group input[type=file],
#header .search .wpcf7 .wpcf7-form p input[type=file], .wpcf7 .wpcf7-form #header .search p input[type=file], #header .search .form-group .wpcf7 input[type=submit], .wpcf7 #header .search .form-group input[type=submit], #header .search .wpcf7 .wpcf7-form p input[type=submit], .wpcf7 .wpcf7-form #header .search p input[type=submit],
#header .search .form-group .wpcf7 select, .wpcf7 #header .search .form-group select,
#header .search .wpcf7 .wpcf7-form p select, .wpcf7 .wpcf7-form #header .search p select,
#header .search .form-group .wpcf7 textarea, .wpcf7 #header .search .form-group textarea,
#header .search .wpcf7 .wpcf7-form p textarea, .wpcf7 .wpcf7-form #header .search p textarea, #header .search .form-group .wpcf7 .wpcf7-validation-errors, .wpcf7 #header .search .form-group .wpcf7-validation-errors, #header .search .wpcf7 .wpcf7-form p .wpcf7-validation-errors, .wpcf7 .wpcf7-form #header .search p .wpcf7-validation-errors {
  width: 100%;
  height: 28px;
  padding: 2px 10px;
  border: #FFFFFF;
  border-radius: 0;
}

#header .search .btn, #header .search .wpcf7 input[type=submit], .wpcf7 #header .search input[type=submit], #header .search .edit-link-wrapper .edit-link, .edit-link-wrapper #header .search .edit-link, #header .search body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper #header .search a {
  display: block;
  height: 28px;
  width: 28px;
  padding: 2px;
  text-decoration: none;
}

#header .search .btn .icomoon, #header .search .wpcf7 input[type=submit] .icomoon, .wpcf7 #header .search input[type=submit] .icomoon, #header .search .edit-link-wrapper .edit-link .icomoon, .edit-link-wrapper #header .search .edit-link .icomoon, #header .search body.attachment .attachment-download-wrapper a .icomoon, body.attachment .attachment-download-wrapper #header .search a .icomoon {
  font-size: 1.2em;
}

#header .search .btn:hover .icomoon, #header .search .wpcf7 input:hover[type=submit] .icomoon, .wpcf7 #header .search input:hover[type=submit] .icomoon, #header .search .edit-link-wrapper .edit-link:hover .icomoon, .edit-link-wrapper #header .search .edit-link:hover .icomoon, #header .search body.attachment .attachment-download-wrapper a:hover .icomoon, body.attachment .attachment-download-wrapper #header .search a:hover .icomoon, #header .search .btn:focus .icomoon, #header .search .wpcf7 input:focus[type=submit] .icomoon, .wpcf7 #header .search input:focus[type=submit] .icomoon, #header .search .edit-link-wrapper .edit-link:focus .icomoon, .edit-link-wrapper #header .search .edit-link:focus .icomoon, #header .search body.attachment .attachment-download-wrapper a:focus .icomoon, body.attachment .attachment-download-wrapper #header .search a:focus .icomoon, #header .search .btn:active .icomoon, #header .search .wpcf7 input:active[type=submit] .icomoon, .wpcf7 #header .search input:active[type=submit] .icomoon, #header .search .edit-link-wrapper .edit-link:active .icomoon, .edit-link-wrapper #header .search .edit-link:active .icomoon, #header .search body.attachment .attachment-download-wrapper a:active .icomoon, body.attachment .attachment-download-wrapper #header .search a:active .icomoon {
  color: #FFFFFF !important;
}

#header .search #search-toggle {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

#header .search #search-toggle:before {
  opacity: 0;
  position: absolute;
  top: 2px;
  left: -4px;
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

#header .search #search-toggle:hover:before, #header .search #search-toggle:focus:before {
  opacity: 1;
}

#header .search.expanded .form-group, #header .search.expanded .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form #header .search.expanded p {
  margin-right: 10px;
}

#header .search.expanded #search-toggle {
  display: none;
}

#top-nav {
  padding: 6px 0;
  background-color: #354456;
}

#top-nav .search {
  float: right;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #FFFFFF;
}

#top-nav .search #search-toggle {
  top: 0;
  right: 0;
}

#top-nav .search.expanded .form-group, #top-nav .search.expanded .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form #top-nav .search.expanded p {
  width: 200px;
}

#top-nav .social {
  float: right;
}

#top-nav .social > li {
  margin-left: 10px;
}

#top-nav .social > li:hover i, #top-nav .social > li:focus i, #top-nav .social > li:active i {
  color: #FFFFFF;
}

#main-nav {
  height: 70px;
  padding: 8px 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#main-nav #logo {
  float: left;
  margin-top: 4px;
  color: #5b95de;
}

#main-nav #logo img {
  width: 170px;
  height: auto;
}

#main-nav #logo:hover, #main-nav #logo:focus, #main-nav #logo:active {
  text-decoration: none;
  color: black;
}

#main-nav #logo:hover .icomoon span:before, #main-nav #logo:focus .icomoon span:before, #main-nav #logo:active .icomoon span:before {
  color: #6f7986;
}

#main-nav #nav {
  float: right;
  padding-top: 10px;
}

#main-nav #nav .menu-main-menu-container > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

#main-nav #nav .menu-main-menu-container > ul > li {
  float: left;
  margin-left: 50px;
}

#main-nav #nav .menu-main-menu-container > ul > li a {
  display: block;
  padding: 6px 0;
  color: #354456;
  text-decoration: none;
  border-bottom: 5px solid #FFFFFF;
  -webkit-transition: border-bottom-color .5s;
  -o-transition: border-bottom-color .5s;
  transition: border-bottom-color .5s;
}

#main-nav #nav .menu-main-menu-container > ul > li.active > a, #main-nav #nav .menu-main-menu-container > ul > li a:active, #main-nav #nav .menu-main-menu-container > ul > li a:focus, #main-nav #nav .menu-main-menu-container > ul > li a:hover {
  border-bottom-color: #5b95de;
}

@media screen and (max-width: 1199px) {
  #main-nav #nav .menu-main-menu-container > ul > li {
    margin-left: 35px;
  }
}

#main-nav #nav .menu-main-menu-container .dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 5px solid #5b95de;
  margin: -5px 0 6px;
}

#main-nav #nav .menu-main-menu-container .dropdown-menu > li > a {
  border: none;
  padding: 6px 15px;
  font-size: 0.85em;
  white-space: normal;
}

#main-nav #nav #mobile-nav-2nd, #main-nav #nav #mobile-nav-3rd, #main-nav #nav #mobile-toggle {
  display: none;
}

@media screen and (max-width: 991px) {
  #main-nav {
    height: 45px;
    padding: 5px 0;
  }
  #main-nav #logo img {
    width: 105px;
  }
}

@media screen and (max-width: 991px) {
  #top-nav {
    display: none;
  }
  #main-nav #nav-content {
    position: relative;
  }
  #main-nav #nav-content #logo {
    margin-top: 3px;
  }
  #main-nav #nav-content #logo .icomoon-logo-decoustics {
    font-size: 28px;
  }
  #main-nav #nav {
    position: absolute;
    z-index: 9998;
    top: -500px;
    right: -15px;
    width: 205px;
    padding: 45px 25px 15px 25px;
    background-color: #5b95de;
    float: none;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
  }
  #main-nav #nav .menu-main-menu-container > ul > li {
    float: none;
    margin: 0;
  }
  #main-nav #nav .menu-main-menu-container > ul > li a {
    border: none;
    color: #FFFFFF;
  }
  #main-nav #nav .menu-main-menu-container > ul > li.active > a, #main-nav #nav .menu-main-menu-container > ul > li a:active, #main-nav #nav .menu-main-menu-container > ul > li a:focus, #main-nav #nav .menu-main-menu-container > ul > li a:hover {
    text-decoration: underline;
  }
  #main-nav #nav .menu-main-menu-container .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    background: none;
    border: none;
    border-left: 2px solid #4687da;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #main-nav #nav .menu-main-menu-container .dropdown-menu > li > a {
    background: none !important;
    padding: 6px;
    padding-left: 12px;
  }
  #main-nav #nav #mobile-nav-2nd {
    display: block;
    border-style: solid;
    border-color: #4687da;
    border-width: 1px 0;
    margin: 10px 0;
    padding: 10px 0;
  }
  #main-nav #nav #mobile-nav-2nd a {
    display: block;
    padding: 6px 0;
  }
  #main-nav #nav #mobile-nav-2nd .login {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
  }
  #main-nav #nav #mobile-nav-2nd .search {
    padding: 10px 0;
  }
  #main-nav #nav #mobile-nav-2nd .search .btn .icomoon, #main-nav #nav #mobile-nav-2nd .search .wpcf7 input[type=submit] .icomoon, .wpcf7 #main-nav #nav #mobile-nav-2nd .search input[type=submit] .icomoon, #main-nav #nav #mobile-nav-2nd .search .edit-link-wrapper .edit-link .icomoon, .edit-link-wrapper #main-nav #nav #mobile-nav-2nd .search .edit-link .icomoon, #main-nav #nav #mobile-nav-2nd .search body.attachment .attachment-download-wrapper a .icomoon, body.attachment .attachment-download-wrapper #main-nav #nav #mobile-nav-2nd .search a .icomoon {
    color: #FFFFFF;
  }
  #main-nav #nav #mobile-nav-2nd .search #search-toggle {
    top: 10px;
  }
  #main-nav #nav #mobile-nav-2nd .search.expanded .form-group, #main-nav #nav #mobile-nav-2nd .search.expanded .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form #main-nav #nav #mobile-nav-2nd .search.expanded p {
    width: 117px;
  }
  #main-nav #nav #mobile-nav-3rd {
    display: block;
  }
  #main-nav #nav #mobile-nav-3rd .social > li {
    width: 33%;
  }
  #main-nav #nav #mobile-nav-3rd .social > li a {
    color: #FFFFFF;
    padding: 3px;
  }
  #main-nav #mobile-toggle {
    position: absolute;
    z-index: 9999;
    top: -5px;
    right: -15px;
    padding: 12px 15px;
    display: block;
    width: 55px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #main-nav #mobile-toggle span {
    position: relative;
    display: block;
    height: 2px;
    background-color: #5b95de;
    margin: 4px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-nav.expanded #nav {
    top: -8px;
  }
  #main-nav.expanded #mobile-toggle {
    background: #317ad5;
    height: 45px;
  }
  #main-nav.expanded #mobile-toggle span {
    background-color: #FFFFFF;
  }
  #main-nav.expanded #mobile-toggle .one {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px;
    left: -1px;
  }
  #main-nav.expanded #mobile-toggle .two {
    display: none;
  }
  #main-nav.expanded #mobile-toggle .three {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1px;
    left: -1px;
  }
}

/**
 *
 *	Per Template Overwrites
 *
 */
body.page-template-contact .title-section, body.page-template-page-templatescontact-php .title-section, body.page-template-inspiration .title-section, body.page-template-page-templatesinspiration-php .title-section, body.post-type-archive-projects .title-section, body.post-type-archive-products .title-section {
  margin-bottom: 0 !important;
}

body.home .home-products .tile-hover, body.home .home-products .tile-all {
  margin: 15px auto;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  body.home .home-products .tile-hover, body.home .home-products .tile-all {
    max-width: 360px;
    font-size: 19.2px;
  }
}

body.home .home-products .tile-hover span {
  padding: 0 20px;
  height: 70px;
  font-size: 32px;
}

@media (max-width: 991px) {
  body.home .home-products .tile-hover span {
    height: 45px;
    font-size: 23.4px;
  }
}

body.home .home-decoustics-difference {
  background: url("../img/home-difference.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

body.home .packery-grid .tile-hover span {
  padding-bottom: 10px;
}

body.home .packery-grid .tile-hover:active, body.home .packery-grid .tile-hover:focus, body.home .packery-grid .tile-hover:hover {
  color: #737373;
}

body.home .packery-grid .tile-all {
  font-size: 19.2px;
}

@media screen and (max-width: 991px) {
  body.home .packery-grid .tile-hover, body.home .packery-grid .tile-all {
    max-width: 445px;
    margin: 0 auto;
  }
  body.home .packery-grid .tile-hover span:before {
    -webkit-transform: skewY(4deg) !important;
        -ms-transform: skewY(4deg) !important;
         -o-transform: skewY(4deg) !important;
            transform: skewY(4deg) !important;
  }
}

body.single-products .representative-section, body.page-template-rep-downloads .representative-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel {
  margin-bottom: 3px;
}

body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body img, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body img {
  height: 40px;
}

body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table {
  background-color: #f9f9f9;
  border: 1px solid lightgray;
}

body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td {
  border-top: 0;
  vertical-align: middle;
  font-family: "Gotham Book", "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td:first-child, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td:first-child {
  width: 50px;
}

body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td a, body.single-products .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td span, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td a, body.page-template-rep-downloads .representative-section #tabs-representative .tabs-container .r-tabs-panel .panel .panel-body table tr td span {
  color: #394656;
}

body.single-products .single-product-section, body.single-products .representative-section, body.page-template-rep-downloads .single-product-section, body.page-template-rep-downloads .representative-section {
  background-image: -webkit-linear-gradient(top, #FFFFFF 0, #f2f2f2 500px);
  background-image: -o-linear-gradient(top, #FFFFFF 0, #f2f2f2 500px);
  background-image: linear-gradient(to bottom, #FFFFFF 0, #f2f2f2 500px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
}

body.single-products .single-product-section i.download-icon, body.single-products .representative-section i.download-icon, body.page-template-rep-downloads .single-product-section i.download-icon, body.page-template-rep-downloads .representative-section i.download-icon {
  color: #888888;
  font-size: 40px;
}

body.single-products .single-product-section .r-tabs .r-tabs-nav, body.single-products .representative-section .r-tabs .r-tabs-nav, body.page-template-rep-downloads .single-product-section .r-tabs .r-tabs-nav, body.page-template-rep-downloads .representative-section .r-tabs .r-tabs-nav {
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

body.single-products .single-product-section .r-tabs .r-tabs-panel, body.single-products .representative-section .r-tabs .r-tabs-panel, body.page-template-rep-downloads .single-product-section .r-tabs .r-tabs-panel, body.page-template-rep-downloads .representative-section .r-tabs .r-tabs-panel {
  padding: 30px;
}

body.single-products .table .list-icons, body.page-template-rep-downloads .table .list-icons {
  margin-top: -0.5em;
}

body.single-products .projects-section .tile-hover, body.single-products .projects-section .tile-all, body.page-template-rep-downloads .projects-section .tile-hover, body.page-template-rep-downloads .projects-section .tile-all {
  max-width: 400px;
  margin: 10px auto;
}

body.single-products .projects-section .tile-hover span, body.page-template-rep-downloads .projects-section .tile-hover span {
  padding-bottom: 10px;
}

body.single-products .projects-section .tile-all, body.page-template-rep-downloads .projects-section .tile-all {
  font-size: 19.2px;
}

body.single-projects .single-project-section {
  background-color: #f2f2f2;
  padding: 30px 0;
}

body.single-projects .single-project-section .project-info-list {
  font-style: italic;
  margin-bottom: 0;
}

body.single-projects .single-project-section .project-info-list li {
  padding: 5px 0;
}

body.single-projects .single-project-section .border-left {
  border-left: 1px solid #737373;
}

@media screen and (max-width: 991px) {
  body.single-projects .single-project-section .border-left {
    border-left: none;
  }
}

body.single-projects .single-project-section hr {
  border-color: #737373;
  border-width: 1px;
}

body.page-template-inspiration .inspiration-section, body.page-template-page-templatesinspiration-php .inspiration-section, body.post-type-archive-projects .inspiration-section {
  min-height: 325px;
}

body.page-template-inspiration .inspiration-section .inspiration-images, body.page-template-page-templatesinspiration-php .inspiration-section .inspiration-images, body.post-type-archive-projects .inspiration-section .inspiration-images {
  min-height: 212px;
  margin: 20px 0;
}

body.page-template-inspiration .inspiration-section .grid .grid-item img, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-item img, body.post-type-archive-projects .inspiration-section .grid .grid-item img {
  width: 100%;
}

body.page-template-inspiration .inspiration-section .grid .grid-sizer, body.page-template-inspiration .inspiration-section .grid .grid-item, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-sizer, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-item, body.post-type-archive-projects .inspiration-section .grid .grid-sizer, body.post-type-archive-projects .inspiration-section .grid .grid-item {
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px);
}

@media screen and (max-width: 991px) {
  body.page-template-inspiration .inspiration-section .grid .grid-sizer, body.page-template-inspiration .inspiration-section .grid .grid-item, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-sizer, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-item, body.post-type-archive-projects .inspiration-section .grid .grid-sizer, body.post-type-archive-projects .inspiration-section .grid .grid-item {
    width: -webkit-calc(25% - 10px) !important;
    width: calc(25% - 10px) !important;
  }
}

body.page-template-inspiration .inspiration-section .grid .grid-item--width2, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-item--width2, body.post-type-archive-projects .inspiration-section .grid .grid-item--width2 {
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px);
}

@media screen and (max-width: 991px) {
  body.page-template-inspiration .inspiration-section .grid .grid-item--width2, body.page-template-page-templatesinspiration-php .inspiration-section .grid .grid-item--width2, body.post-type-archive-projects .inspiration-section .grid .grid-item--width2 {
    width: -webkit-calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
  }
}

body.page-template-inspiration .inspiration-section .sorting, body.page-template-page-templatesinspiration-php .inspiration-section .sorting, body.post-type-archive-projects .inspiration-section .sorting {
  margin: 20px 0;
}

body.page-template-inspiration .inspiration-section .sorting label, body.page-template-inspiration .inspiration-section .sorting .select-styled, body.page-template-page-templatesinspiration-php .inspiration-section .sorting label, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .select-styled, body.post-type-archive-projects .inspiration-section .sorting label, body.post-type-archive-projects .inspiration-section .sorting .select-styled {
  margin-right: 15px;
}

body.page-template-inspiration .inspiration-section .sorting label, body.page-template-page-templatesinspiration-php .inspiration-section .sorting label, body.post-type-archive-projects .inspiration-section .sorting label {
  text-transform: uppercase;
}

body.page-template-inspiration .inspiration-section .sorting .button, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .button, body.post-type-archive-projects .inspiration-section .sorting .button {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 15px;
  white-space: nowrap;
}

body.page-template-inspiration .inspiration-section .sorting .button:before, body.page-template-page-templatesinspiration-php .inspiration-section .sorting .button:before, body.post-type-archive-projects .inspiration-section .sorting .button:before {
  margin-right: 5px;
}

body.page-template-inspiration .inspiration-section .sorting #toggle-advanced-filters:before, body.page-template-page-templatesinspiration-php .inspiration-section .sorting #toggle-advanced-filters:before, body.post-type-archive-projects .inspiration-section .sorting #toggle-advanced-filters:before {
  content: "\f055";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-template-inspiration .inspiration-section .sorting #button-reset-filters:before, body.page-template-page-templatesinspiration-php .inspiration-section .sorting #button-reset-filters:before, body.post-type-archive-projects .inspiration-section .sorting #button-reset-filters:before {
  content: "\f056";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-template-inspiration .inspiration-section .advanced, body.page-template-page-templatesinspiration-php .inspiration-section .advanced, body.post-type-archive-projects .inspiration-section .advanced {
  background-color: #f2f2f2;
  border-top: 1px solid #737373;
  margin-top: 20px;
  padding: 15px 15px 0;
}

body.page-template-inspiration .inspiration-section .advanced .select-styled, body.page-template-page-templatesinspiration-php .inspiration-section .advanced .select-styled, body.post-type-archive-projects .inspiration-section .advanced .select-styled {
  margin-bottom: 15px;
  margin-right: 15px;
}

body.archive .entry-header .entry-meta, body.search .entry-header .entry-meta, body.page-template-posts .entry-header .entry-meta, body.page-template-page-templatesposts-php .entry-header .entry-meta {
  font-size: 0.85em;
}

body.archive .entry-header .entry-meta p, body.search .entry-header .entry-meta p, body.page-template-posts .entry-header .entry-meta p, body.page-template-page-templatesposts-php .entry-header .entry-meta p {
  margin-bottom: 0;
}

body.archive .entry-header .entry-meta .icomoon, body.search .entry-header .entry-meta .icomoon, body.page-template-posts .entry-header .entry-meta .icomoon, body.page-template-page-templatesposts-php .entry-header .entry-meta .icomoon {
  display: none;
}

body.archive .entry-header .entry-meta a, body.search .entry-header .entry-meta a, body.page-template-posts .entry-header .entry-meta a, body.page-template-page-templatesposts-php .entry-header .entry-meta a {
  color: black;
}

body.archive .entry-header .entry-title, body.search .entry-header .entry-title, body.page-template-posts .entry-header .entry-title, body.page-template-page-templatesposts-php .entry-header .entry-title {
  font-size: 19px;
  margin-top: 5px;
}

body.archive .entry-header .categories, body.search .entry-header .categories, body.page-template-posts .entry-header .categories, body.page-template-page-templatesposts-php .entry-header .categories {
  display: none;
}

body.archive .entry-content, body.search .entry-content, body.page-template-posts .entry-content, body.page-template-page-templatesposts-php .entry-content {
  word-wrap: break-word;
}

body.archive .entry-footer, body.search .entry-footer, body.page-template-posts .entry-footer, body.page-template-page-templatesposts-php .entry-footer {
  font-size: 0.85em;
}

body.archive .entry-footer p, body.search .entry-footer p, body.page-template-posts .entry-footer p, body.page-template-page-templatesposts-php .entry-footer p {
  margin: 0;
}

body.archive .entry-footer p.tags, body.search .entry-footer p.tags, body.page-template-posts .entry-footer p.tags, body.page-template-page-templatesposts-php .entry-footer p.tags {
  display: none;
}

body.archive .tagcloud span, body.archive .tagcloud a, body.search .tagcloud span, body.search .tagcloud a, body.page-template-posts .tagcloud span, body.page-template-posts .tagcloud a, body.page-template-page-templatesposts-php .tagcloud span, body.page-template-page-templatesposts-php .tagcloud a {
  background-color: #f2f2f2;
}

body.search #searchform {
  margin-top: 15px;
}

body.category .entry-footer .categories {
  display: none;
}

body.single-post .entry-footer .tags span, body.single-post .entry-footer .tags a {
  background-color: #f2f2f2;
}

body.single-post .entry-footer .categories {
  display: none;
}

body.page-template-contact .contact-map .select-country, body.page-template-page-templatescontact-php .contact-map .select-country {
  padding: 50px 0;
  background-color: #f2f2f2;
  text-align: center;
}

body.page-template-contact .contact-map .select-country h2, body.page-template-page-templatescontact-php .contact-map .select-country h2 {
  font-size: 26px;
  margin-top: 0;
}

body.page-template-contact .contact-map .select-country p, body.page-template-page-templatescontact-php .contact-map .select-country p {
  font-size: 19px;
  margin-bottom: 1.5rem;
}

body.page-template-contact .contact-map .select-country .select-styled, body.page-template-page-templatescontact-php .contact-map .select-country .select-styled {
  text-align: left;
  margin-right: 8px;
}

body.page-template-contact .contact-map .select-country .btn, body.page-template-contact .contact-map .select-country .wpcf7 input[type=submit], .wpcf7 body.page-template-contact .contact-map .select-country input[type=submit], body.page-template-contact .contact-map .select-country .edit-link-wrapper .edit-link, .edit-link-wrapper body.page-template-contact .contact-map .select-country .edit-link, body.page-template-contact .contact-map .select-country body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper body.page-template-contact .contact-map .select-country a, body.page-template-page-templatescontact-php .contact-map .select-country .btn, body.page-template-page-templatescontact-php .contact-map .select-country .wpcf7 input[type=submit], .wpcf7 body.page-template-page-templatescontact-php .contact-map .select-country input[type=submit], body.page-template-page-templatescontact-php .contact-map .select-country .edit-link-wrapper .edit-link, .edit-link-wrapper body.page-template-page-templatescontact-php .contact-map .select-country .edit-link, body.page-template-page-templatescontact-php .contact-map .select-country body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper body.page-template-page-templatescontact-php .contact-map .select-country a {
  border-radius: 2px;
}

body.page-template-contact .contact-map .select-country .btn img, body.page-template-contact .contact-map .select-country .wpcf7 input[type=submit] img, .wpcf7 body.page-template-contact .contact-map .select-country input[type=submit] img, body.page-template-contact .contact-map .select-country .edit-link-wrapper .edit-link img, .edit-link-wrapper body.page-template-contact .contact-map .select-country .edit-link img, body.page-template-contact .contact-map .select-country body.attachment .attachment-download-wrapper a img, body.attachment .attachment-download-wrapper body.page-template-contact .contact-map .select-country a img, body.page-template-page-templatescontact-php .contact-map .select-country .btn img, body.page-template-page-templatescontact-php .contact-map .select-country .wpcf7 input[type=submit] img, .wpcf7 body.page-template-page-templatescontact-php .contact-map .select-country input[type=submit] img, body.page-template-page-templatescontact-php .contact-map .select-country .edit-link-wrapper .edit-link img, .edit-link-wrapper body.page-template-page-templatescontact-php .contact-map .select-country .edit-link img, body.page-template-page-templatescontact-php .contact-map .select-country body.attachment .attachment-download-wrapper a img, body.attachment .attachment-download-wrapper body.page-template-page-templatescontact-php .contact-map .select-country a img {
  height: 28px;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}

@media screen and (max-width: 991px) {
  body.page-template-contact .contact-map .select-country .btn, body.page-template-contact .contact-map .select-country .wpcf7 input[type=submit], .wpcf7 body.page-template-contact .contact-map .select-country input[type=submit], body.page-template-contact .contact-map .select-country .edit-link-wrapper .edit-link, .edit-link-wrapper body.page-template-contact .contact-map .select-country .edit-link, body.page-template-contact .contact-map .select-country body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper body.page-template-contact .contact-map .select-country a, body.page-template-page-templatescontact-php .contact-map .select-country .btn, body.page-template-page-templatescontact-php .contact-map .select-country .wpcf7 input[type=submit], .wpcf7 body.page-template-page-templatescontact-php .contact-map .select-country input[type=submit], body.page-template-page-templatescontact-php .contact-map .select-country .edit-link-wrapper .edit-link, .edit-link-wrapper body.page-template-page-templatescontact-php .contact-map .select-country .edit-link, body.page-template-page-templatescontact-php .contact-map .select-country body.attachment .attachment-download-wrapper a, body.attachment .attachment-download-wrapper body.page-template-page-templatescontact-php .contact-map .select-country a {
    display: block;
    width: 100%;
  }
}

body.page-template-contact .contact-map .representative-list, body.page-template-page-templatescontact-php .contact-map .representative-list {
  border-bottom: 1px solid #bfbfbf;
}

body.page-template-contact .contact-map .representative-list .col-1, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 {
  padding-right: 0;
}

body.page-template-contact .contact-map .representative-list .col-1 > p, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 > p {
  padding: 30px;
}

body.page-template-contact .contact-map .representative-list .col-1 ul, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 ul {
  margin: 0;
  padding: 30px 0;
  height: 400px;
  overflow-y: scroll;
}

body.page-template-contact .contact-map .representative-list .col-1 ul li, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 ul li {
  position: relative;
  list-style: none;
  padding: 15px;
}

body.page-template-contact .contact-map .representative-list .col-1 ul li i, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 ul li i {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #E74C3C;
  cursor: pointer;
}

body.page-template-contact .contact-map .representative-list .col-1 ul li div, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 ul li div {
  display: block;
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  body.page-template-contact .contact-map .representative-list .col-1, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 {
    padding-right: 0;
  }
  body.page-template-contact .contact-map .representative-list .col-1 ul, body.page-template-page-templatescontact-php .contact-map .representative-list .col-1 ul {
    height: auto;
    overflow: visible;
  }
}

body.page-template-contact .contact-map .representative-list .col-2, body.page-template-page-templatescontact-php .contact-map .representative-list .col-2 {
  padding: 0;
}

body.page-template-contact .contact-map .representative-list .col-2 .map, body.page-template-page-templatescontact-php .contact-map .representative-list .col-2 .map {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  body.page-template-contact .contact-map .representative-list .col-2, body.page-template-page-templatescontact-php .contact-map .representative-list .col-2 {
    padding: 15px;
  }
  body.page-template-contact .contact-map .representative-list .col-2 .map, body.page-template-page-templatescontact-php .contact-map .representative-list .col-2 .map {
    height: 250px;
  }
}

body.page-template-contact #contact-info, body.page-template-page-templatescontact-php #contact-info {
  padding: 30px 0;
}

body.page-template-contact #contact-info h2, body.page-template-page-templatescontact-php #contact-info h2 {
  text-align: center;
}

body.page-template-contact #contact-info ul, body.page-template-page-templatescontact-php #contact-info ul {
  margin: 35px 0 35px;
  padding: 0;
}

body.page-template-contact #contact-info ul li, body.page-template-page-templatescontact-php #contact-info ul li {
  position: relative;
  list-style: none;
  margin: 35px;
}

body.page-template-contact #contact-info ul li i, body.page-template-page-templatescontact-php #contact-info ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #E74C3C;
  font-size: 2em;
}

body.page-template-contact #contact-info ul li i.icomoon-phone, body.page-template-page-templatescontact-php #contact-info ul li i.icomoon-phone {
  left: -2px;
}

body.page-template-contact #contact-info ul li i.icomoon-email, body.page-template-page-templatescontact-php #contact-info ul li i.icomoon-email {
  top: -5px;
}

body.page-template-contact #contact-info ul li .contact-info-box, body.page-template-page-templatescontact-php #contact-info ul li .contact-info-box {
  display: block;
  margin: 0 50px;
}

body.page-template-contact #contact-info .btn-direction, body.page-template-page-templatescontact-php #contact-info .btn-direction {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 107px;
  max-width: 398px;
  padding: 40px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  background: url("../img/btn-get-direction.png") no-repeat center top;
  border: 1px solid #6f7986;
}

body.page-template-contact #contact-info .btn-direction:hover, body.page-template-contact #contact-info .btn-direction:focus, body.page-template-contact #contact-info .btn-direction:active, body.page-template-page-templatescontact-php #contact-info .btn-direction:hover, body.page-template-page-templatescontact-php #contact-info .btn-direction:focus, body.page-template-page-templatescontact-php #contact-info .btn-direction:active {
  background-position: center bottom;
}

@media (max-width: 992px) {
  body.page-template-contact #contact-info ul, body.page-template-page-templatescontact-php #contact-info ul {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-contact #contact-info .btn-direction, body.page-template-page-templatescontact-php #contact-info .btn-direction {
    margin: 0 auto 50px;
  }
  body.page-template-contact #contact-info img, body.page-template-page-templatescontact-php #contact-info img {
    margin: auto;
  }
}

body.page-template-contact #wpcf7-f4-o1, body.page-template-page-templatescontact-php #wpcf7-f4-o1 {
  margin: auto;
  text-align: center;
  height: 689px;
}

body.page-template-contact #wpcf7-f4-o1 input, body.page-template-page-templatescontact-php #wpcf7-f4-o1 input {
  width: 100%;
  height: 40px;
}

body.page-template-contact #wpcf7-f4-o1 select, body.page-template-page-templatescontact-php #wpcf7-f4-o1 select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
}

body.page-template-contact #wpcf7-f4-o1 button, body.page-template-page-templatescontact-php #wpcf7-f4-o1 button {
  width: 100%;
  margin-top: 15px;
  height: 50px;
}

body.page-template-contact #wpcf7-f4-o1 textarea, body.page-template-page-templatescontact-php #wpcf7-f4-o1 textarea {
  width: 100%;
  padding: 15px;
}

@media (max-width: 992px) {
  body.page-template-contact #wpcf7-f4-o1, body.page-template-page-templatescontact-php #wpcf7-f4-o1 {
    height: auto;
  }
  body.page-template-contact #wpcf7-f4-o1 .row, body.page-template-page-templatescontact-php #wpcf7-f4-o1 .row {
    margin: auto;
  }
  body.page-template-contact #wpcf7-f4-o1 button, body.page-template-page-templatescontact-php #wpcf7-f4-o1 button {
    margin-top: 15px;
  }
}

body.page-template-decoustics-differences #top-nav, body.page-template-page-templatesdecoustics-differences-php #top-nav {
  display: none;
}

body.page-template-decoustics-differences #main-nav #nav-content, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav-content {
  position: relative;
}

body.page-template-decoustics-differences #main-nav #nav-content #logo, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav-content #logo {
  margin-top: 3px;
}

body.page-template-decoustics-differences #main-nav #nav-content #logo .icomoon-logo-decoustics, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav-content #logo .icomoon-logo-decoustics {
  font-size: 28px;
}

body.page-template-decoustics-differences #main-nav #nav, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav {
  position: absolute;
  z-index: 9998;
  top: -500px;
  right: -15px;
  width: 205px;
  padding: 45px 25px 15px 25px;
  background-color: #5b95de;
  float: none;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
}

body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container > ul > li, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container > ul > li {
  float: none;
  margin: 0;
}

body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container > ul > li a, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container > ul > li a {
  border: none;
  color: #FFFFFF;
}

body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container > ul > li.active > a, body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container > ul > li a:active, body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container > ul > li a:focus, body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container > ul > li a:hover, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container > ul > li.active > a, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container > ul > li a:active, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container > ul > li a:focus, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container > ul > li a:hover {
  text-decoration: underline;
}

body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container .dropdown-menu, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  background: none;
  border: none;
  border-left: 2px solid #4687da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.page-template-decoustics-differences #main-nav #nav .menu-main-menu-container .dropdown-menu > li > a, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav .menu-main-menu-container .dropdown-menu > li > a {
  background: none !important;
  padding: 6px;
  padding-left: 12px;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd {
  display: block;
  border-style: solid;
  border-color: #4687da;
  border-width: 1px 0;
  margin: 10px 0;
  padding: 10px 0;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd a, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd a {
  display: block;
  padding: 6px 0;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .login, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .login {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search {
  padding: 10px 0;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search .btn .icomoon, body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search .wpcf7 input[type=submit] .icomoon, .wpcf7 body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search input[type=submit] .icomoon, body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search .edit-link-wrapper .edit-link .icomoon, .edit-link-wrapper body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search .edit-link .icomoon, body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search body.attachment .attachment-download-wrapper a .icomoon, body.attachment .attachment-download-wrapper body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search a .icomoon, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search .btn .icomoon, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search .wpcf7 input[type=submit] .icomoon, .wpcf7 body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search input[type=submit] .icomoon, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search .edit-link-wrapper .edit-link .icomoon, .edit-link-wrapper body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search .edit-link .icomoon, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search body.attachment .attachment-download-wrapper a .icomoon, body.attachment .attachment-download-wrapper body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search a .icomoon {
  color: #FFFFFF;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search #search-toggle, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search #search-toggle {
  top: 10px;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search.expanded .form-group, body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search.expanded .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form body.page-template-decoustics-differences #main-nav #nav #mobile-nav-2nd .search.expanded p, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search.expanded .form-group, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search.expanded .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-2nd .search.expanded p {
  width: 117px;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-3rd, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-3rd {
  display: block;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-3rd .social > li, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-3rd .social > li {
  width: 33%;
}

body.page-template-decoustics-differences #main-nav #nav #mobile-nav-3rd .social > li a, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav #mobile-nav-3rd .social > li a {
  color: #FFFFFF;
  padding: 3px;
}

body.page-template-decoustics-differences #main-nav #mobile-toggle, body.page-template-page-templatesdecoustics-differences-php #main-nav #mobile-toggle {
  position: absolute;
  z-index: 9999;
  top: -5px;
  right: -15px;
  padding: 12px 15px;
  display: block;
  width: 55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-template-decoustics-differences #main-nav #mobile-toggle span, body.page-template-page-templatesdecoustics-differences-php #main-nav #mobile-toggle span {
  position: relative;
  display: block;
  height: 2px;
  background-color: #5b95de;
  margin: 4px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-decoustics-differences #main-nav.expanded #nav, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #nav {
  top: -8px;
}

body.page-template-decoustics-differences #main-nav.expanded #mobile-toggle, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #mobile-toggle {
  background: #317ad5;
  height: 45px;
}

body.page-template-decoustics-differences #main-nav.expanded #mobile-toggle span, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #mobile-toggle span {
  background-color: #FFFFFF;
}

body.page-template-decoustics-differences #main-nav.expanded #mobile-toggle .one, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #mobile-toggle .one {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: -1px;
}

body.page-template-decoustics-differences #main-nav.expanded #mobile-toggle .two, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #mobile-toggle .two {
  display: none;
}

body.page-template-decoustics-differences #main-nav.expanded #mobile-toggle .three, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #mobile-toggle .three {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1px;
  left: -1px;
}

body.page-template-decoustics-differences #header, body.page-template-page-templatesdecoustics-differences-php #header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

body.page-template-decoustics-differences #main-nav, body.page-template-page-templatesdecoustics-differences-php #main-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 991px) {
  body.page-template-decoustics-differences #main-nav #nav, body.page-template-page-templatesdecoustics-differences-php #main-nav #nav {
    padding-top: 70px;
  }
  body.page-template-decoustics-differences #main-nav #mobile-toggle, body.page-template-page-templatesdecoustics-differences-php #main-nav #mobile-toggle {
    top: -8px;
    padding: 25px 15px;
    width: 62px;
  }
  body.page-template-decoustics-differences #main-nav #mobile-toggle span, body.page-template-page-templatesdecoustics-differences-php #main-nav #mobile-toggle span {
    background: #FFFFFF;
  }
  body.page-template-decoustics-differences #main-nav.expanded #mobile-toggle, body.page-template-page-templatesdecoustics-differences-php #main-nav.expanded #mobile-toggle {
    height: 70px;
  }
}

body.attachment .title-section h1, body.attachment .title-section .description {
  word-break: break-all;
}

body.attachment .attachment-download-wrapper {
  margin: 1em 0;
}

body.attachment .attachment-download-wrapper .attachment-name {
  display: inline-block;
  margin: 0;
  padding: 15px;
  line-height: 1;
  word-break: break-all;
  background: #f2f2f2;
}

body.error404 .tagcloud span, body.error404 .tagcloud a {
  background-color: #f2f2f2;
}

#fullpage-menu {
  position: absolute;
  top: 30%;
  right: 50px;
  list-style: none;
}

#fullpage-menu li {
  text-align: center;
}

#fullpage-menu a {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  outline: none;
}

#fullpage-menu .bullet {
  line-height: 1.1;
}

#fullpage-menu .bullet a {
  width: 12px;
  height: 12px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

#fullpage-menu .bullet.active a, #fullpage-menu .bullet a:active, #fullpage-menu .bullet a:focus, #fullpage-menu .bullet a:hover {
  background-color: #fff;
}

#fullpage-menu.dark .bullet a {
  border-color: #000;
}

#fullpage-menu.dark .bullet.active a, #fullpage-menu.dark .bullet a:active, #fullpage-menu.dark .bullet a:focus, #fullpage-menu.dark .bullet a:hover {
  background-color: #000;
}

#fullpage-menu .control {
  line-height: 1.8;
}

#fullpage-menu .control a {
  width: 22px;
  height: 22px;
  background-color: #fff;
  color: #000;
  font-family: "FontAwesome", sans-serif;
  text-decoration: none;
  padding-top: 2px;
}

#fullpage-menu .control.control-audio {
  padding-top: 20px;
}

#fullpage-menu .control.control-audio a:after {
  content: "";
  height: 30px;
}

#fullpage-menu .control.control-audio-off a {
  padding-right: 1px;
}

#fullpage-menu .control.control-audio-off a:after {
  content: "";
}

#fullpage-menu .control.control-video a {
  padding-top: 1px;
}

#fullpage-menu .control.control-video a:after {
  content: "";
  font-size: 75%;
}

#fullpage-menu .control.control-video-stop a {
  padding-left: 1px;
}

#fullpage-menu .control.control-video-stop a:after {
  content: "";
}

#fullpage-menu .control.control-video-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  #fullpage-menu {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  #fullpage-menu {
    right: 10px;
    position: fixed;
  }
}

#fullpage .section, #fullpage .list-icons-big {
  font-size: 16.5px;
}

#fullpage .section {
  text-align: center;
  color: #fff;
  font-family: "Gotham Medium", sans-serif;
  overflow: hidden;
}

#fullpage h2, #fullpage h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 0 80px;
}

#fullpage h2 {
  font-size: 51.2px;
  font-family: "Gotham Bold", sans-serif;
  margin: 15px 0;
}

#fullpage h2 .icomoon {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 118px;
  padding-top: 18px;
}

#fullpage h2 span {
  display: block;
  padding-top: 30px;
}

#fullpage h3 {
  font-size: 20.8px;
  font-family: "Gotham Medium", sans-serif;
  margin: 0 0 15px 0;
}

#fullpage .bg-video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  /*cover video background */
}

#fullpage .layer {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 5%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#fullpage .layer .double-arrow {
  width: 200px;
  height: 75px;
  margin-left: -100px;
  font-family: "Gotham Light", sans-serif;
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  background: url("../img/difference/double-arrow.svg") no-repeat center bottom;
  -webkit-background-size: 75px 75px;
          background-size: 75px 75px;
}

#fullpage .icon-image {
  height: 150px;
  width: 150px;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section1 .overlay {
    position: absolute;
    background-color: black;
    width: 70%;
    left: 15%;
    top: 5%;
    opacity: 1;
    z-index: 2;
    padding: 280px;
  }
}

@media (min-width: 1700px) {
  #fullpage #section1 .overlay {
    position: absolute;
    background-color: #5c4a56;
    width: 70%;
    left: 15%;
    top: 8%;
    opacity: .5;
    z-index: 2;
    padding: 280px;
  }
}

@media (max-width: 1700px) {
  #fullpage #section1 h2 {
    font-size: 40px;
  }
  #fullpage #section1 h3 {
    font-size: 16px;
  }
  #fullpage #section1 .overlay {
    position: absolute;
    background-color: #5c4a56;
    width: 70%;
    left: 15%;
    top: 10%;
    opacity: .5;
    z-index: 2;
    padding: 280px;
  }
}

@media (max-width: 1550px) {
  #fullpage #section1 h2 {
    font-size: 30px;
  }
  #fullpage #section1 h3 {
    font-size: 12px;
  }
  #fullpage #section1 .overlay {
    width: 80%;
    left: 10%;
    top: 5%;
  }
}

@media (max-width: 990px) {
  #fullpage #section1 .overlay {
    width: 100%;
    left: 0;
    padding: 210px;
  }
}

@media (max-width: 768px) {
  #fullpage #section1 .overlay {
    top: 0;
    padding: 280px;
  }
}

@media (max-width: 676px) {
  #fullpage #section1 .overlay {
    padding: 320px;
  }
}

@media (max-width: 500px) {
  #fullpage #section1 .overlay {
    padding: 400px;
  }
}

@media (max-width: 768px) {
  #fullpage #section1 .icon-image {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 1700) {
  #fullpage #section1 .icon-image {
    height: 150px;
    width: 150px;
  }
}

#fullpage #section1 .list-icons-big {
  text-align: center;
  overflow: hidden;
}

#fullpage #section1 .list-icons-big li {
  display: block;
  float: left;
  width: 16.66667%;
  padding: 0 5px;
}

#fullpage #section1 .list-icons-big .icomoon {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 18px;
  float: none;
  font-size: 118px;
}

#fullpage #section1 .list-icons-big span {
  margin: 0;
  padding-top: 10px;
  display: block;
}

#fullpage #section3, #fullpage #section5, #fullpage #section7 {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

#fullpage #section3 .layer, #fullpage #section5 .layer, #fullpage #section7 .layer {
  -webkit-transform: translate3d(0, 0, 0) scale(0.91);
          transform: translate3d(0, 0, 0) scale(0.91);
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section2 .overlay {
    position: absolute;
    background-color: #0f090f;
    width: 64%;
    left: 18%;
    top: 15%;
    opacity: .5;
    z-index: 2;
    padding: 220px;
  }
}

@media (min-width: 1665px) {
  #fullpage #section2 .overlay {
    position: absolute;
    background-color: #0f090f;
    width: 70%;
    left: 15%;
    top: 20%;
    opacity: .5;
    z-index: 2;
    padding: 220px;
  }
}

@media (max-width: 1664px) {
  #fullpage #section2 .overlay {
    position: absolute;
    background-color: #0f090f;
    width: 80%;
    left: 10%;
    top: 10%;
    opacity: .5;
    z-index: 2;
    padding: 250px;
  }
}

@media (max-width: 1425px) {
  #fullpage #section2 h2 {
    font-size: 36px;
  }
  #fullpage #section2 h3 {
    font-size: 16px;
  }
  #fullpage #section2 p {
    font-size: 13px;
  }
}

@media (max-width: 1125px) {
  #fullpage #section2 .overlay {
    width: 100%;
    left: 0;
  }
}

#fullpage #section3 {
  background-image: url("../img/difference/3-fire.jpg");
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section3 .overlay {
    position: absolute;
    background-color: #b72f29;
    width: 64%;
    left: 18%;
    top: 18%;
    opacity: .5;
    z-index: 2;
    padding: 220px;
  }
}

@media (min-width: 1476px) {
  #fullpage #section3 .overlay {
    position: absolute;
    background-color: #b72f29;
    width: 70%;
    left: 15%;
    top: 23%;
    opacity: .5;
    z-index: 2;
    padding: 220px;
  }
}

@media (max-width: 1475px) {
  #fullpage #section3 .overlay {
    position: absolute;
    background-color: #b72f29;
    width: 70%;
    left: 15%;
    top: 23%;
    opacity: .5;
    z-index: 2;
    padding: 230px;
  }
  #fullpage #section3 h2 {
    font-size: 40px;
  }
  #fullpage #section3 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  #fullpage #section3 .overlay {
    position: absolute;
    background-color: #b72f29;
    width: 80%;
    left: 10%;
    top: 19%;
    opacity: .5;
    z-index: 2;
    padding: 250px;
  }
}

@media (max-width: 1100px) {
  #fullpage #section3 h2 {
    font-size: 30px;
  }
  #fullpage #section3 h3 {
    font-size: 14px;
  }
}

@media (max-width: 995px) {
  #fullpage #section3 .overlay {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 768px) {
  #fullpage #section3 .overlay {
    top: 10%;
  }
}

@media (max-width: 552px) {
  #fullpage #section3 .overlay {
    padding: 350px;
  }
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section4 .overlay {
    position: absolute;
    background-color: #1c2f5b;
    width: 64%;
    left: 18%;
    top: 15%;
    opacity: .5;
    z-index: 2;
    padding: 205px;
  }
}

@media (min-width: 1750px) {
  #fullpage #section4 .overlay {
    position: absolute;
    background-color: #1c2f5b;
    width: 70%;
    left: 15%;
    top: 20%;
    opacity: .5;
    z-index: 2;
    padding: 205px;
  }
}

@media (max-width: 1750px) {
  #fullpage #section4 .overlay {
    position: absolute;
    background-color: #1c2f5b;
    width: 70%;
    left: 15%;
    top: 20%;
    opacity: .5;
    z-index: 2;
    padding: 215px;
  }
  #fullpage #section4 h2 {
    font-size: 40px;
  }
  #fullpage #section4 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1360px) {
  #fullpage #section4 .overlay {
    width: 80%;
    left: 10%;
    top: 17%;
  }
}

@media (max-width: 1200px) {
  #fullpage #section4 h2 {
    font-size: 30px;
  }
  #fullpage #section4 h3 {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  #fullpage #section4 .overlay {
    width: 100%;
    left: 0;
    top: 17%;
  }
}

@media (max-width: 768px) {
  #fullpage #section4 .overlay {
    width: 100%;
    left: 0;
    top: 10%;
    padding: 250px;
  }
}

@media (max-width: 425px) {
  #fullpage #section4 .overlay {
    width: 100%;
    left: 0;
    top: 10%;
    padding: 320px;
  }
}

#fullpage #section5 {
  background-image: url("../img/difference/5-accessibility.jpg");
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section5 .overlay {
    position: absolute;
    background-color: #947d6b;
    width: 64%;
    left: 18%;
    top: 18%;
    opacity: .5;
    z-index: 2;
    padding: 240px;
  }
}

@media (min-width: 1375px) {
  #fullpage #section5 .overlay {
    position: absolute;
    background-color: #947d6b;
    width: 70%;
    left: 15%;
    top: 23%;
    opacity: .5;
    z-index: 2;
    padding: 240px;
  }
}

@media (max-width: 1375px) {
  #fullpage #section5 .overlay {
    position: absolute;
    background-color: #947d6b;
    width: 70%;
    left: 15%;
    top: 23%;
    opacity: .5;
    z-index: 2;
    padding: 280px;
  }
  #fullpage #section5 h2 {
    font-size: 40px;
  }
  #fullpage #section5 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  #fullpage #section5 .overlay {
    width: 80%;
    left: 10%;
    top: 20%;
    padding: 280px;
  }
}

@media (max-width: 1030px) {
  #fullpage #section5 .overlay {
    width: 100%;
    left: 0;
    top: 18%;
    padding: 280px;
  }
  #fullpage #section5 h2 {
    font-size: 30px;
  }
  #fullpage #section5 h3 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #fullpage #section5 .overlay {
    top: 10%;
    padding: 300px;
  }
}

@media (max-width: 510px) {
  #fullpage #section5 .overlay {
    padding: 350px;
  }
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section6 .overlay {
    position: absolute;
    background-color: #354d50;
    width: 70%;
    left: 15%;
    top: 15%;
    opacity: .5;
    z-index: 2;
    padding: 225px;
  }
}

@media (min-width: 1730px) {
  #fullpage #section6 .overlay {
    position: absolute;
    background-color: #354d50;
    width: 76%;
    left: 12%;
    top: 20%;
    opacity: .5;
    z-index: 2;
    padding: 225px;
  }
}

@media (max-width: 1730px) {
  #fullpage #section6 .overlay {
    position: absolute;
    background-color: #354d50;
    width: 76%;
    left: 12%;
    top: 20%;
    opacity: .5;
    z-index: 2;
    padding: 235px;
  }
  #fullpage #section6 h2 {
    font-size: 40px;
  }
  #fullpage #section6 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1360px) {
  #fullpage #section6 h2 {
    font-size: 30px;
  }
  #fullpage #section6 h3 {
    font-size: 14px;
  }
}

@media (max-width: 1060px) {
  #fullpage #section6 .overlay {
    width: 100%;
    left: 0;
    padding: 235px;
  }
}

@media (max-width: 768px) {
  #fullpage #section6 .overlay {
    top: 10%;
    padding: 235px;
  }
}

@media (max-width: 575px) {
  #fullpage #section6 .overlay {
    padding: 280px;
  }
}

@media (max-width: 425px) {
  #fullpage #section6 .overlay {
    padding: 350px;
  }
}

#fullpage #section7 {
  background-image: url("../img/difference/7-wellbeing.jpg");
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #fullpage #section7 .overlay {
    position: absolute;
    background-color: #783b20;
    width: 64%;
    left: 18%;
    top: 18%;
    opacity: .5;
    z-index: 2;
    padding: 210px;
  }
}

@media (min-width: 1455px) {
  #fullpage #section7 .overlay {
    position: absolute;
    background-color: #783b20;
    width: 70%;
    left: 15%;
    top: 23%;
    opacity: .5;
    z-index: 2;
    padding: 210px;
  }
}

@media (max-width: 1455px) {
  #fullpage #section7 .overlay {
    position: absolute;
    background-color: #783b20;
    width: 70%;
    left: 15%;
    top: 23%;
    opacity: .5;
    z-index: 2;
    padding: 220px;
  }
  #fullpage #section7 h2 {
    font-size: 40px;
  }
  #fullpage #section7 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  #fullpage #section7 .overlay {
    width: 80%;
    left: 10%;
    top: 20%;
    padding: 230px;
  }
}

@media (max-width: 1085px) {
  #fullpage #section7 .overlay {
    width: 100%;
    left: 0;
    top: 18%;
    padding: 250px;
  }
}

@media (max-width: 768px) {
  #fullpage #section7 .overlay {
    top: 10%;
    padding: 250px;
  }
}

@media (max-width: 565px) {
  #fullpage #section7 .overlay {
    padding: 300px;
  }
}

@media (max-width: 425px) {
  #fullpage #section7 .overlay {
    padding: 350px;
  }
}

@media (max-width: 320px) {
  #fullpage #section7 .overlay {
    padding: 400px;
  }
}

@media screen and (max-width: 1199px) {
  #fullpage .section, #fullpage .list-icons-big {
    font-size: 15px;
  }
  #fullpage h2 {
    font-size: 38.4px;
  }
  #fullpage h3 {
    font-size: 15.6px;
  }
  #fullpage #section3, #fullpage #section5, #fullpage #section7 {
    background-position: center !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  #fullpage #section3 .layer, #fullpage #section5 .layer, #fullpage #section7 .layer {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

@media screen and (max-width: 991px) {
  #fullpage .section, #fullpage .list-icons-big {
    font-size: 12px;
  }
  #fullpage h2 {
    font-size: 32px;
  }
  #fullpage h3 {
    font-size: 13px;
  }
  #fullpage .layer .double-arrow {
    width: 150px;
    height: 65px;
    margin-left: -75px;
    bottom: 10px;
    font-size: 10.5px;
    -webkit-background-size: 65px 65px;
            background-size: 65px 65px;
  }
}

@media screen and (max-width: 767px) {
  #fullpage .section, #fullpage .list-icons-big {
    font-size: 11.25px;
  }
  #fullpage h2, #fullpage h3 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #fullpage h2 {
    font-size: 25.6px;
  }
  #fullpage h2 .icomoon {
    width: 100px;
    height: 100px;
    font-size: 76px;
    padding-top: 12px;
  }
  #fullpage h2 span {
    padding-top: 15px;
  }
  #fullpage h3 {
    font-size: 10.4px;
  }
  #fullpage .layer {
    padding-top: 0;
  }
  #fullpage .layer .double-arrow {
    width: 150px;
    height: 50px;
    margin-left: -75px;
    bottom: 0;
    font-size: 9px;
    -webkit-background-size: 50px 50px;
            background-size: 50px 50px;
  }
  #fullpage .row {
    margin-left: 0;
    margin-right: 0;
  }
  #fullpage #section1 .list-icons-big > li {
    margin-bottom: 10px;
  }
  #fullpage #section1 .list-icons-big li {
    width: 33.33333%;
  }
}

.page-title-wrapper-main {
  background: url("../img/decoustics-banner.png") repeat left top;
  margin: auto;
}

.page-title-wrapper-main .page-title-container {
  height: 30px;
  margin: auto;
}

@media (min-width: 768px) {
  .page-title-wrapper-main .page-title-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .page-title-wrapper-main .page-title-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .page-title-wrapper-main .page-title-container {
    width: 1170px;
  }
}

.page-title-wrapper-main .page-title-container .page-title {
  height: 100%;
  padding: 0 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.page-title-wrapper-main .page-title-container .page-title .page-title-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.page-title-wrapper-main .page-title-container .page-title .page-title-wrapper a {
  color: gray;
}

.page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .page-title-captions {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

.page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .page-title-captions .entry-title {
  font-size: 18px !important;
  line-height: normal !important;
  margin: 0;
}

.page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .breadcrumbs {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0.8em;
}

.page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .breadcrumbs .current-item {
  color: #000;
}

@media screen and (max-width: 992px) {
  .page-title-wrapper-main .page-title-container {
    height: auto;
    max-height: 87px;
    padding: 14px 0 12px 0;
  }
  .page-title-wrapper-main .page-title-container .page-title {
    padding: 0 20px;
  }
  .page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .page-title-captions {
    display: block;
    float: none;
    line-height: normal;
    width: 100%;
  }
  .page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .page-title-captions .entry-title {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .page-title-wrapper-main .page-title-container .page-title .page-title-wrapper .breadcrumbs {
    width: 100%;
    margin-top: 0;
    display: block;
    float: none;
    text-align: left;
    padding-top: 0;
    line-height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}

.specs-files table {
  width: 100%;
}

.specs-files table thead th {
  color: #5b95de;
  font-family: "Gotham Book", "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.specs-files table tbody tr {
  height: 70px;
}

.specs-files table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.specs-files table tbody tr td img {
  height: 40px;
}

.specs-files table tbody tr td a {
  color: #5b95de;
  white-space: pre-wrap;
}

.specs-files table tbody tr td a:active, .specs-files table tbody tr td a:hover {
  outline: 0;
}

.specs-files table tbody tr td:first-child {
  width: 50px;
}

.specs-files table tbody tr.reference-link {
  background: none;
}

.specs-files table tbody tr.reference-link td {
  border: none;
}

.specs-files table tbody tr.reference-link td a {
  color: #5b95de;
}

#main-header-top {
  background: white;
  position: relative;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

#main-header-top.main-header-top-fixed {
  display: block;
  position: fixed;
  background: #006fb7;
  width: 100%;
  top: 0;
}

#main-header-top #nav-products.expanded {
  background-color: white;
  width: 100%;
}

#main-header-top #main-nav {
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
  position: relative;
}

#main-header-top #main-nav .logo-text {
  -webkit-transition: padding .2s linear;
  -o-transition: padding .2s linear;
  transition: padding .2s linear;
}

#main-header-top #main-nav .logo-text .icomoon-logo-decoustics {
  -webkit-transition: font-size .2s linear;
  -o-transition: font-size .2s linear;
  transition: font-size .2s linear;
}

#main-header-top #main-nav .logo-text .icomoon-logo-decoustics.color-change .path1::before, #main-header-top #main-nav .logo-text .icomoon-logo-decoustics.color-change .path2::before, #main-header-top #main-nav .logo-text .icomoon-logo-decoustics.color-change .path3::before {
  color: white;
}

#main-header-top #main-nav #menu-main-menu.nav-fixed-custom li a {
  color: white;
  border-bottom-color: #006fb7;
}

#main-header-top #main-nav #menu-main-menu.nav-fixed-custom li a:active, #main-header-top #main-nav #menu-main-menu.nav-fixed-custom li a:focus, #main-header-top #main-nav #menu-main-menu.nav-fixed-custom li a:hover {
  border-bottom-color: white;
  -webkit-transition: border-bottom-color 0.2s linear;
  -o-transition: border-bottom-color 0.2s linear;
  transition: border-bottom-color 0.2s linear;
}

#main-header-top #main-nav #menu-main-menu.nav-fixed-custom li ul li a {
  color: black;
}

#main-header-top #main-nav #menu-main-menu.nav-fixed-custom li.active a {
  border-bottom-color: white;
  -webkit-transition: border-bottom-color 0.2s linear;
  -o-transition: border-bottom-color 0.2s linear;
  transition: border-bottom-color 0.2s linear;
}

#nav-spacer {
  height: 70px;
}

body.admin-bar .main-header-top-fixed {
  margin-top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .main-header-top-fixed {
    margin-top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .main-header-top-fixed {
    margin-top: 0;
  }
}

.table-striped-dark > tbody > tr:nth-of-type(odd) {
  background-color: #c5c8c8;
}

.table-striped-dark > tbody > tr > td {
  font-family: 'Gotham Book';
  color: black;
  border-top: 1px solid black;
}

.table-striped-dark > tbody > tr > td:first-child {
  font-weight: bold;
  font-family: 'Gotham Medium';
}

.differences a.fa {
  padding-top: 10px;
  color: red;
}

.differences header #main-header-top {
  background: none;
}

.differences header #logo {
  display: none;
}

.differences header .page-title-wrapper-main {
  display: none;
}

.differences header #mobile-toggle {
  margin-right: -350px;
}

.differences header #nav {
  margin-right: -350px;
}

@media (max-width: 1900px) {
  .differences header #mobile-toggle {
    margin-right: -300px;
  }
  .differences header #nav {
    margin-right: -300px;
  }
}

@media (max-width: 1800px) {
  .differences header #mobile-toggle {
    margin-right: -2500px;
  }
  .differences header #nav {
    margin-right: -250px;
  }
}

@media (max-width: 1700px) {
  .differences header #mobile-toggle {
    margin-right: -200px;
  }
  .differences header #nav {
    margin-right: -200px;
  }
}

@media (max-width: 1600px) {
  .differences header #mobile-toggle {
    margin-right: -150px;
  }
  .differences header #nav {
    margin-right: -150px;
  }
}

@media (max-width: 1500px) {
  .differences header #mobile-toggle {
    margin-right: -100px;
  }
  .differences header #nav {
    margin-right: -100px;
  }
}

@media (max-width: 1400px) {
  .differences header #mobile-toggle {
    margin-right: -50px;
  }
  .differences header #nav {
    margin-right: -50px;
  }
}

@media (max-width: 1300px) {
  .differences header #mobile-toggle {
    margin-right: 0px;
  }
  .differences header #nav {
    margin-right: 0px;
  }
}
