@charset "UTF-8";
/*--------------------------------------------------------*\
	Crazy line test
\*--------------------------------------------------------*/
.filter {
  display: none;
}

.test-xx {
  color: red;
}

#map {
  height: 900px;
}

#wrapper {
  position: relative;
  height: 100%;
}

#legend {
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 500;
  width: 400px;
  height: 40px;
  background-color: #eeeeee;
  font-size: 15px;
  padding: 10px;
}

#OverLay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: red;
}

.gm-style-iw {
  width: 350px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 2px 2px 10px 10px;
  z-index: 200;
  margin-left: 25px !important;
}

#iw-container {
  margin-bottom: 10px;
  width: 350px;
}

#iw-container .iw-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  background-color: #12B08D;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
}

#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

.iw-content img {
  float: right;
  margin: 0 5px 5px 10px;
}

.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}

.iw-bottom-gradient {
  position: absolute;
  width: 326px;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
}

.wrapper-ceg .st0 {
  opacity: 0.9;
}
.wrapper-ceg .st1 {
  fill: #FFFFFF;
}

/*--------------------------------------------------------*\
	Crazy line test
\*--------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: "*";
}

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -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: "Assistant", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #d30c55;
  text-decoration: none;
}
a:hover, a:focus {
  color: #8b0838;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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 {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid white;
}

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 11px;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #f2f4f0;
}

.text-primary {
  color: #d30c55;
}

a.text-primary:hover {
  color: #a30942;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #d30c55;
}

a.bg-primary:hover {
  background-color: #a30942;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid white;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

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: 1200px) {
  .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 #f2f4f0;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid white;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #f2f4f0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid white;
  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: " —";
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #787878;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #787878;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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: 38px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px;
}

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

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

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

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

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

.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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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 {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  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 {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    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,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

.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;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #f2f4f0;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #f2f4f0;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: white;
  border-color: #d30c55;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  position: relative;
  color: #9db0ac;
  border-bottom-color: transparent;
  cursor: default;
}
@media (min-width: 768px) {
  .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #d30c55;
  }
}
.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: #d30c55;
}

.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-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-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;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-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;
  }
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin: 0;
  padding: 35px 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 30px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle:hover .icon-bar {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fefeff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fefeff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 14px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  top: 17px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -6px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(1), .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  top: 13px;
  margin-top: 6px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 5px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  top: 28px;
  margin-top: 5px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: -3px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}

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

.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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    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: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .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: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #d30c55;
  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 {
  color: #8b0838;
  background-color: white;
  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: 2;
  color: #fff;
  background-color: #d30c55;
  border-color: #d30c55;
  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: #f2f4f0;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.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: 14px;
}
.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;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  -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);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
  opacity: 1;
}

.load-more-artical {
  overflow: auto;
  text-align: center;
  padding: 20px 0 40px 0;
}
.load-more-artical a.load-more {
  display: inline-block;
  background-color: #9db0ac;
  color: white;
  font-size: 1em;
  margin-bottom: 40px;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  width: auto;
  text-decoration: none;
}
.load-more-artical #load_more_image {
  right: 0px;
  padding: 20px;
  height: 100px;
  width: 100px;
  display: none;
}

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

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

  tr.visible-sm {
    display: table-row !important;
  }

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

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

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

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

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

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

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

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

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: static;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: inherit;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-prev:before, .slick-next:before {
  font-family: "Glyphicons Halflings";
  font-size: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------*\
	#Timeline Section
\*--------------------------------------------------------*/
.timeline-wrapper {
  position: relative;
}
.timeline-wrapper .main {
  padding: 40px 15px;
}
@media (min-width: 992px) {
  .timeline-wrapper .main {
    padding: 100px 0;
  }
}
.timeline-wrapper .jcarousel-nav {
  position: absolute;
  font-size: 36px;
  top: 48%;
  left: 0px;
  z-index: 50;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.timeline-wrapper .jcarousel-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.timeline-wrapper .jcarousel-nav.jcarousel-next {
  left: auto;
  right: 0px;
}

.timeline {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 355px;
  overflow: hidden;
  position: relative;
}
.timeline:after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  top: 45%;
  height: 5px;
  border-bottom: 2px solid #fefeff;
}
@media (min-width: 768px) {
  .timeline:after {
    width: 80%;
    left: 10%;
  }
}
@media (min-width: 992px) {
  .timeline:after {
    width: 84%;
    left: 8%;
  }
}
@media (min-width: 1200px) {
  .timeline:after {
    width: 88%;
    left: 6%;
  }
}
.timeline .jcarousel-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.timeline .jcarousel-prev, .timeline .jcarousel-next {
  top: 135px;
  height: 60px;
  width: 60px;
}
.timeline .jcarousel-prev svg, .timeline .jcarousel-next svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.timeline .jcarousel-prev:hover svg > polyline, .timeline .jcarousel-prev:hover line, .timeline .jcarousel-prev:hover polygon, .timeline .jcarousel-next:hover svg > polyline, .timeline .jcarousel-next:hover line, .timeline .jcarousel-next:hover polygon {
  fill: #d30c55;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.timeline .jcarousel-prev {
  left: 0;
}
.timeline .jcarousel-next {
  top: 135px;
  left: auto;
  right: 0 !important;
}
.timeline .jcarousel-next svg {
  right: 0 !important;
}
.timeline ul {
  width: 20000em;
  position: relative;
}
.timeline h2 {
  text-align: left;
  color: #d30c55;
  padding-bottom: 20px;
}
.timeline li {
  position: relative;
  float: left;
  text-align: left;
  width: 150px;
  height: 170px;
  padding-right: 20px;
}
@media (min-width: 350px) {
  .timeline li {
    width: 193px;
  }
}
.timeline li:last-child:before, .timeline li:last-child:after {
  content: "";
  display: none;
}
.timeline li:before, .timeline li:after {
  content: "";
  display: block;
  position: absolute;
}
.timeline li:after {
  width: 2px;
  height: 216px;
  bottom: 5px;
  right: 6px;
  background-color: #fefeff;
}
.timeline li:nth-child(odd) {
  padding-bottom: 100px;
}
.timeline li:nth-child(even) {
  top: 165px;
  padding-top: 70px;
}
.timeline li:nth-child(even):before {
  bottom: auto;
  top: 255px;
}
.timeline li:nth-child(even):after {
  height: 256px;
  bottom: auto;
  top: 0;
}

.quote.line {
  position: relative;
}
.quote.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
}
.quote.line-left:after {
  top: 20px;
  right: 25%;
}
@media (min-width: 1200px) {
  .quote.line-left:after {
    top: 65px;
  }
}
.quote.line-right:after {
  top: 20px;
  left: 25%;
}
@media (min-width: 1200px) {
  .quote.line-right:after {
    top: 65px;
  }
}

.social-icons.line {
  position: relative;
}
.social-icons.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
}
.social-icons.line-left:after {
  top: 20px;
  right: 25%;
}
@media (min-width: 1200px) {
  .social-icons.line-left:after {
    top: 40px;
  }
}
.social-icons.line-right:after {
  top: 20px;
  left: 25%;
}
@media (min-width: 1200px) {
  .social-icons.line-right:after {
    top: 40px;
  }
}

.content-wrapper.line {
  position: relative;
}
.content-wrapper.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
}
.content-wrapper.line-left:after {
  top: -25px;
  right: 25%;
}
@media (min-width: 1200px) {
  .content-wrapper.line-left:after {
    top: -25px;
  }
}
.content-wrapper.line-right:after {
  top: -25px;
  left: 25%;
}
@media (min-width: 1200px) {
  .content-wrapper.line-right:after {
    top: -25px;
  }
}

.slider-wrapper.line {
  position: relative;
}
.slider-wrapper.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
}
.slider-wrapper.line-left:after {
  top: 90%;
  right: 71%;
}
@media (min-width: 1200px) {
  .slider-wrapper.line-left:after {
    top: 81%;
  }
}
.slider-wrapper.line-right:after {
  top: 90%;
  left: 71%;
}
@media (min-width: 1200px) {
  .slider-wrapper.line-right:after {
    top: 81%;
  }
}

.color-pallete-one .line:after, .color-pallete-three .line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #fefeff;
}

.color-pallete-two .line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #333333;
}

.line {
  position: relative;
}
.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
}

.line-left:after {
  top: -20px;
  right: 25%;
}
@media (min-width: 1200px) {
  .line-left:after {
    top: -40px;
  }
}

.line-right:after {
  top: -20px;
  left: 25%;
}
@media (min-width: 1200px) {
  .line-right:after {
    top: -40px;
  }
}

.box-line-right:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 1000px;
  border-left: 2px solid #d30c55;
  border-bottom: 2px solid #d30c55;
  left: 55px;
  bottom: -20px;
}
@media (min-width: 768px) {
  .box-line-right:before {
    bottom: -40px;
    height: 40px;
  }
}
.box-line-right:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
  top: 20px;
  left: 100%;
}
@media (min-width: 768px) {
  .box-line-right:after {
    top: 40px;
  }
}

.box-line-left:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 1000px;
  border-right: 2px solid #d30c55;
  border-bottom: 2px solid #d30c55;
  right: 55px;
  bottom: -20px;
}
@media (min-width: 768px) {
  .box-line-left:before {
    bottom: -40px;
    height: 40px;
  }
}
.box-line-left:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #d30c55;
  top: 20px;
  right: 100%;
}
@media (min-width: 768px) {
  .box-line-left:after {
    top: 40px;
  }
}

.teaser-line:before {
  display: none;
}
@media (min-width: 992px) {
  .teaser-line:before {
    display: block;
    content: "";
    position: absolute;
    display: block;
    width: 2000px;
    border-left: 2px solid #d30c55;
    border-bottom: 2px solid #d30c55;
    left: -40px;
    bottom: -40px;
    height: 80%;
  }
}
.teaser-line:after {
  display: none;
}
@media (min-width: 992px) {
  .teaser-line:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 42px;
    background-color: #d30c55;
    top: 35%;
    left: -40px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .teaser-line:after {
    top: 33%;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*--------------------------------------------------------*\
  Generic
\*--------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*--------------------------------------------------------*\
  Base
\*--------------------------------------------------------*/
body {
  position: relative;
  height: auto;
  color: #16211f;
}

img {
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

/*--------------------------------------------------------*\
  Objects
\*--------------------------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
  clear: both;
}

.container {
  overflow: visible;
}
.container .container {
  padding: 0;
  width: 100%;
}
.container.listing-container {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .container.listing-container {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .container.listing-container {
    padding: 0;
  }
}

.main {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .main {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .main {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .main.padding-add {
    padding: 80px 0 120px 0;
  }
}

/*--------------------------------------------------------*\
  Backgrounds
\*--------------------------------------------------------*/
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image h4,
.bg-image h5,
.bg-image h6 {
  color: #fefeff;
  font-weight: 400;
}

.bg-white {
  background-color: #fefeff;
}
.bg-white + .bg-white {
  padding-top: 0;
}

.bg-black {
  background-color: #16211f;
}
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
  color: #d30c55;
}
.bg-black p {
  color: #fefeff;
}
.bg-black .btn.btn-block {
  color: #16211f;
  background-color: #edf0f0;
}

.bg-lightgrey {
  background-color: #edf0f0;
}
.bg-lightgrey p {
  color: #16211f;
}

.bg-red {
  background-color: #d30c55;
}

/*--------------------------------------------------------*\
  Overlay
\*--------------------------------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.overlay-light {
  background-color: rgba(254, 254, 255, 0.75);
}
.overlay.overlay-blue {
  background-color: rgba(0, 168, 213, 0.75);
}
.overlay.overlay-darkgradient {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 5%, transparent 40%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 5%, transparent 40%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 5%, transparent 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BF000000", endColorstr="#00000000", GradientType=0);
}

/*--------------------------------------------------------*\
  Type
\*--------------------------------------------------------*/
h1,
h2,
h3 {
  font-weight: 600;
  margin: 0 0 30px 0;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 41px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 1.625em;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #16211f;
}
h3 a {
  font-size: 1em;
  color: #16211f;
}

ul li {
  color: #16211f;
  font-size: 1em;
}

p {
  color: #16211f;
  font-size: 1em;
}
p + .btn,
p + .btn.btn-block {
  margin: 30px 0 0 0;
}
p ul li {
  font-size: 1em;
}

a:focus {
  text-decoration: none;
}

.title {
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d30c55;
}

.wrapper-date {
  display: block;
  padding: 0 0 4px 0;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}

p.intro-text {
  font-size: 1.143em;
}
p li {
  font-size: 1em;
}

blockquote {
  color: #d30c55;
}
blockquote p {
  color: #d30c55;
}

hr {
  border-bottom: 1px solid rgba(22, 33, 31, 0.2);
}

/*--------------------------------------------------------*\
  Button
\*--------------------------------------------------------*/
.btn {
  color: #d30c55;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn:after {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn:hover:after {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn.btn-primary {
  color: #16211f;
  font-size: 0.75em;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #16211f;
  padding: 10px 30px;
}
.btn.btn-primary:hover {
  color: #fefeff;
  background-color: #16211f;
}
.btn.btn-primary.videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: #d30c55;
  background-color: #d30c55;
  color: #fefeff;
}
.btn.btn-primary.videos:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fefeff;
}
.btn.btn-primary.videos:hover {
  border-color: #fefeff;
  background-color: #fefeff;
  color: #16211f;
}
.btn.btn-primary.videos:hover:after {
  border-left: 12px solid #16211f;
}
.btn.btn-black {
  color: #fefeff;
  background-color: #16211f;
}
.btn.btn-black:hover {
  color: #fefeff;
  border: 1px solid #d30c55;
  background-color: #d30c55;
}
.btn.btn-red {
  color: #fefeff;
  border: 1px solid #d30c55;
  background-color: #d30c55;
}
.btn.btn-red:hover {
  color: #fefeff;
  border: 1px solid #16211f;
  background-color: #16211f;
}
.btn.btn-back {
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #16211f;
}
.btn.btn-back:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 15px;
  width: 15px;
  background-image: url(../img/icon-arrow-black-prev.svg);
}
.btn.btn-back:hover {
  color: #d30c55;
}
.btn.btn-back:hover:after {
  background-image: url(../img/icon-arrow-red-prev.svg);
}
.btn.btn-block {
  display: inline-block;
  padding: 15px 30px;
  margin: 1px 0 0 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fefeff;
  background-color: #16211f;
}
@media (min-width: 992px) {
  .btn.btn-block {
    display: block;
  }
}

/*--------------------------------------------------------*\
  Header
\*--------------------------------------------------------*/
header .container {
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  header .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  header .sticky-wrapper {
    height: inherit !important;
  }
}
header .wrapper-top {
  display: none;
  padding: 0 15px;
}
@media (min-width: 768px) {
  header .wrapper-top {
    display: block;
  }
}
@media (min-width: 1200px) {
  header .wrapper-top {
    padding: 0;
  }
}
header .wrapper-top .wrapper-links {
  float: right;
  padding: 0;
  margin: 0;
}
header .wrapper-top li {
  font-size: 1em;
  display: inline-block;
  list-style-type: none;
}
header .wrapper-top li:last-child a {
  padding: 5px 0 5px 15px;
}
header .wrapper-top li:last-child a:after {
  content: "";
}
header .wrapper-top a {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  padding: 5px 15px;
  color: #16211f;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .wrapper-top a:hover, header .wrapper-top a:focus {
  color: #d30c55;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .wrapper-top a:hover:after, header .wrapper-top a:focus:after {
  color: #16211f;
}
header .wrapper-top a:after {
  content: "|";
  position: absolute;
  right: -4px;
  top: 4px;
  color: #16211f;
}
header #header-sticky {
  z-index: 999;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}
header .navbar {
  background-color: #16211f;
  border-radius: 0;
  border: none;
}
@media (min-width: 992px) {
  header .navbar {
    position: relative;
  }
}
@media (min-width: 1200px) {
  header .navbar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
header .navbar-header {
  margin: 0 auto !important;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 992px) {
  header .navbar-header {
    margin: auto !important;
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header .navbar-header {
    width: auto;
  }
}
header .navbar-brand img {
  width: 185px;
}
header .navbar-nav {
  margin: 0;
}
header .navbar-collapse {
  padding: 0;
  max-height: calc(100vh - 85px);
  box-shadow: none;
  border-top: 1px solid rgba(254, 254, 255, 0.2);
}
@media (min-width: 992px) {
  header .navbar-collapse {
    max-height: auto;
  }
}
@media (min-width: 1200px) {
  header .navbar-collapse {
    float: right;
    width: calc(100% - 230px);
    border-top: none;
  }
}
header .navbar-right {
  overflow: auto;
  position: relative;
  width: 100%;
}
header .navbar-right li {
  font-size: 1em;
  overflow: hidden;
  display: block;
}
@media (min-width: 1200px) {
  header .navbar-right li {
    display: inline-block;
  }
}
header .navbar-right li.current-menu-item a {
  position: relative;
  color: #fefeff;
}
@media (min-width: 1200px) {
  header .navbar-right li.current-menu-item a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 20px;
    height: 2px;
    width: calc(100% - 40px);
    background-color: #d30c55;
  }
  header .navbar-right li.current-menu-item a:hover {
    color: #fefeff;
  }
}
header .navbar-right li.dropdown {
  position: static;
}
header .navbar-right li.dropdown .dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #16211f;
  transform: translate(100%, 0);
  border-bottom: 1px solid rgba(254, 254, 255, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 999;
}
header .navbar-right li.dropdown li a {
  color: #fefeff;
  padding: 7px 20px 7px 40px;
  border: none;
}
header .navbar-right li.dropdown li a:hover {
  color: #d30c55;
  background-color: transparent;
}
header .navbar-right li.dropdown li a.wrapper-parent-page {
  font-size: 1.286em;
  padding: 0px 20px 15px 20px;
}
header .navbar-right li.dropdown li a.btn-back {
  padding: 5px 20px;
}
header .navbar-right li.dropdown .btn-back {
  margin: 0;
  font-size: 0.625em;
  font-weight: 500;
  color: rgba(254, 254, 255, 0.5);
}
header .navbar-right li.dropdown.open .dropdown-menu {
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .navbar-right li.dropdown.open li a {
  padding: 7px 20px 7px 40px;
}
header .navbar-right li.dropdown.open li a.wrapper-parent-page {
  padding: 0px 20px 15px 20px;
}
header .navbar-right li.dropdown.open li a.btn-back {
  position: relative;
  padding: 5px 20px 5px 35px;
}
header .navbar-right li.dropdown.open li a.btn-back:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  height: 10px;
  width: 10px;
  background-image: url("../img/icon-arrow-white-prev.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
header .navbar-right li .dropdown-toggle {
  position: relative;
}
header .navbar-right li .dropdown-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  height: 18px;
  width: 18px;
  background-image: url("../img/icon-arrow-white-next.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  header .navbar-right li .dropdown-toggle:after {
    display: none;
  }
}
header .navbar-right .wrapper-nav-secondary {
  float: right;
}
header .navbar-right .nav-primary,
header .navbar-right .nav-secondary {
  overflow: auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-primary,
header .navbar-right .nav-secondary {
    width: auto;
  }
}
header .navbar-right .nav-primary li,
header .navbar-right .nav-secondary li {
  display: block;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-primary li,
header .navbar-right .nav-secondary li {
    display: inline-block;
  }
}
header .navbar-right .nav-primary a,
header .navbar-right .nav-secondary a {
  font-size: 1em;
  display: inline-block;
  color: #fefeff;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-primary a,
header .navbar-right .nav-secondary a {
    font-size: 0.875em;
  }
}
header .navbar-right .nav-primary {
  float: left;
}
header .navbar-right .nav-primary a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(254, 254, 255, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-primary a {
    display: inline-block;
    padding: 35px 20px 15px 20px;
    border: transparent;
  }
}
header .navbar-right .nav-primary a:hover, header .navbar-right .nav-primary a:focus {
  text-decoration: none;
  background-color: #d30c55;
  color: #fefeff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-primary a:hover, header .navbar-right .nav-primary a:focus {
    color: #d30c55;
    background-color: transparent;
  }
}
header .navbar-right .wrapper-nav-secondary {
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar-right .wrapper-nav-secondary {
    width: auto;
  }
}
@media (min-width: 1200px) {
  header .navbar-right .nav-secondary {
    margin: 25px 0 0 0;
  }
}
header .navbar-right .nav-secondary li {
  width: 33.33%;
  float: left;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-secondary li {
    width: auto;
  }
}
header .navbar-right .nav-secondary li.current-menu-item a {
  border: 1px solid #d30c55;
  background-color: #d30c55;
}
header .navbar-right .nav-secondary li.current-menu-item a:after {
  display: none;
}
header .navbar-right .nav-secondary li:last-child a {
  border-right: 1px solid transparent;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-secondary li:last-child a {
    border-right: 1px solid #fefeff;
  }
  header .navbar-right .nav-secondary li:last-child a:hover {
    border-right: 1px solid #d30c55;
  }
}
header .navbar-right .nav-secondary a {
  display: block;
  padding: 20px 21px;
  text-align: center;
  border-right: 1px solid rgba(22, 33, 31, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  margin-left: -1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #16211f;
  background-color: #d8dcdb;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-secondary a {
    margin-left: 0;
    margin: 0 5px;
    color: #fefeff;
    border-radius: 4px;
    padding: 7px 21px;
    border: 1px solid #fefeff;
    background-color: transparent;
  }
}
header .navbar-right .nav-secondary a:hover {
  text-decoration: none;
  color: #fefeff;
  background-color: #d30c55;
  border-color: #d30c55;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .navbar-right .nav-secondary a.wrapper-apply {
  color: #16211f;
  background-color: #d8dcdb;
}
@media (min-width: 1200px) {
  header .navbar-right .nav-secondary a.wrapper-apply {
    background-color: #fefeff;
  }
}
header .navbar-right .nav-secondary a.wrapper-apply:hover {
  color: #fefeff;
  background-color: #d30c55;
  border-color: #d30c55;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .navbar-right .nav-tertiary {
  padding: 15px 0;
  text-align: left;
}
header .navbar-right .nav-tertiary li {
  display: inline-block;
}
header .navbar-right .nav-tertiary li a {
  display: inline-block;
  color: rgba(254, 254, 255, 0.5);
  padding: 0 20px;
  font-weight: 500;
  font-size: 0.75em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .navbar-right .nav-tertiary li a:hover {
  color: #fefeff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .navbar-toggle {
  position: relative;
  padding: 15px 0 25px 0;
}
header .navbar-toggle:after {
  content: "Close";
  position: absolute;
  bottom: -3px;
  left: -7px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fefeff;
}
header .navbar-toggle.collapsed:after {
  content: "Menu";
  bottom: 3px;
  left: -6px;
}

header.scroll .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*--------------------------------------------------------*\
  Footer
\*--------------------------------------------------------*/
footer {
  text-align: center;
}
footer ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
footer.main {
  padding: 40px 0 20px 0;
}
footer .credits {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #a2a2a2;
}
footer .credits p {
  margin: 0;
  color: #a2a2a2;
}
footer .credits p span {
  font-weight: 600;
}
footer .wrapper-footer {
  padding: 40px 0 0 0;
}
footer .wrapper-footer ul li {
  color: #a2a2a2;
  list-style-type: none;
  padding: 0 0 5px 0;
}
@media (min-width: 1200px) {
  footer .wrapper-footer ul li {
    padding: 0 0 10px 0;
  }
}
footer .wrapper-footer ul h3 {
  font-size: 1.143em;
  color: #a2a2a2;
  font-weight: 600;
}
footer .wrapper-footer ul a {
  font-size: 0.875em;
  color: #a2a2a2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 1200px) {
  footer .wrapper-footer ul a {
    font-size: 0.875em;
  }
}
footer .wrapper-footer ul a:hover {
  color: #d30c55;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
footer .wrapper-contact h3 {
  font-size: 18px !important;
}
footer .wrapper-contact li {
  font-size: 0.875em;
}
@media (min-width: 1200px) {
  footer .wrapper-contact li {
    font-size: 0.875em;
  }
}
footer .wrapper-contact li a {
  font-size: 1em;
}
footer .wrapper-contact .wrapper-droppin {
  position: relative;
  color: #16211f;
  padding: 0 0 10px 20px;
}
footer .wrapper-contact .wrapper-droppin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url("../img/icon-droppin-red.svg");
  background-repeat: no-repeat;
}
footer .wrapper-contact span {
  display: inline-block;
  font-weight: 700;
  padding: 0 5px 0 0;
}
footer .wrapper-footer-left,
footer .wrapper-footer-right {
  float: left;
  overflow: auto;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  footer .wrapper-footer-left,
footer .wrapper-footer-right {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .wrapper-footer-left,
footer .wrapper-footer-right {
    width: 38%;
  }
}
footer .wrapper-footer-left ul,
footer .wrapper-footer-right ul {
  text-align: center;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  footer .wrapper-footer-left ul,
footer .wrapper-footer-right ul {
    text-align: left;
    padding: 0;
  }
}
footer .wrapper-footer-left h3,
footer .wrapper-footer-right h3 {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  footer .wrapper-footer-left h3,
footer .wrapper-footer-right h3 {
    margin: 0 0 15px 0;
  }
}
footer .wrapper-footer-left ul:first-child {
  padding: 0;
}
@media (min-width: 992px) {
  footer .wrapper-footer-right {
    float: right;
  }
}
footer .wrapper-logo {
  padding: 30px 0 0 0;
  text-align: center;
  display: inline-block;
}
@media (min-width: 992px) {
  footer .wrapper-logo {
    padding: 0;
    width: 23%;
  }
}
footer .wrapper-logo img {
  max-width: 170px;
}
footer .wrapper-social {
  text-align: center;
  padding: 0 0 15px 0;
}
footer .wrapper-social li {
  display: inline-block;
  margin: 0 10px;
}
footer .wrapper-social li a {
  display: inline-block;
}
footer .wrapper-social li img {
  height: 40px;
  width: 40px;
}
footer .by-line {
  font-size: 0.75em;
  color: #a2a2a2;
  text-transform: uppercase;
}

/*--------------------------------------------------------*\
  Feature slider
\*--------------------------------------------------------*/
.feature-slider {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.feature-slider .listing-feature {
  position: relative;
  overflow: hidden;
}
.feature-slider .listing-feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #16211f;
}
.feature-slider .listing-feature p {
  color: #fefeff;
}
.feature-slider .wrapper-slider-primary,
.feature-slider .wrapper-slider-secondary {
  float: left;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.feature-slider .wrapper-slider-primary li,
.feature-slider .wrapper-slider-secondary li {
  position: relative;
}
.feature-slider .wrapper-slider-primary .slick-arrow,
.feature-slider .wrapper-slider-secondary .slick-arrow {
  display: none !important;
}
.feature-slider .wrapper-slider-secondary {
  display: none;
}
@media (min-width: 992px) {
  .feature-slider .wrapper-slider-secondary {
    display: inline-block;
  }
}
.feature-slider .wrapper-slider-primary {
  width: 100%;
}
@media (min-width: 992px) {
  .feature-slider .wrapper-slider-primary {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .feature-slider .wrapper-slider-primary {
    width: 950px;
  }
}
@media (min-width: 1500px) {
  .feature-slider .wrapper-slider-primary {
    width: 1140px;
  }
}
.feature-slider .wrapper-slider-primary li {
  height: 400px;
}
@media (min-width: 992px) {
  .feature-slider .wrapper-slider-primary li {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .feature-slider .wrapper-slider-primary li {
    height: 500px;
  }
}
.feature-slider .wrapper-slider-primary .overlay {
  pointer-events: none;
}
.feature-slider .wrapper-slider-primary .overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.25);
}
.feature-slider .wrapper-slider-primary .wrapper-content {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  text-align: center;
  min-width: 280px;
}
@media (min-width: 992px) {
  .feature-slider .wrapper-slider-primary .wrapper-content {
    bottom: 60%;
  }
}
@media (min-width: 992px) {
  .feature-slider .wrapper-slider-primary .wrapper-content {
    min-width: 500px;
  }
}
.feature-slider .wrapper-slider-primary .wrapper-content h2 {
  padding: 5px 10px;
  color: #fefeff;
  background-color: #d30c55;
  display: inline;
  line-height: 200%;
  box-shadow: 1rem 0 0 #d30c55, -1rem 0 0 #d30c55;
}
.feature-slider .wrapper-slider-primary .wrapper-content h4 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.feature-slider .wrapper-slider-secondary {
  margin-top: 100px;
  width: calc((100% - 700px) / 2);
}
@media (min-width: 1200px) {
  .feature-slider .wrapper-slider-secondary {
    width: calc((100% - 950px) / 2);
  }
}
@media (min-width: 1500px) {
  .feature-slider .wrapper-slider-secondary {
    width: calc((100% - 1140px) / 2);
  }
}
.feature-slider .wrapper-slider-secondary li {
  height: 250px;
}
.feature-slider .feature-slider-arrow {
  display: none;
  position: absolute;
  border: 1px solid #fefeff;
  height: 50px;
  width: 50px;
  font-size: 0;
  top: 200px;
  right: calc((100% - 700px) / 2);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature-slider .feature-slider-arrow:hover {
  background-color: #fefeff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) {
  .feature-slider .feature-slider-arrow {
    display: block;
    top: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .feature-slider .feature-slider-arrow {
    top: 200px;
  }
}
@media (min-width: 1200px) {
  .feature-slider .feature-slider-arrow {
    right: calc((100% - 950px) / 2);
  }
}
@media (min-width: 1500px) {
  .feature-slider .feature-slider-arrow {
    right: calc((100% - 1140px) / 2);
  }
}
.feature-slider .feature-slider-arrow:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  z-index: 997;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature-slider .feature-slider-arrow.feature-slider-previous:after {
  background-image: url("../img/icon-arrow-prev.svg");
}
.feature-slider .feature-slider-arrow.feature-slider-previous:hover:after {
  background-image: url("../img/icon-arrow-black-prev.svg");
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature-slider .feature-slider-arrow.feature-slider-next {
  top: calc(50% - 79px);
  right: calc(((100% - 700px) / 2));
}
@media (min-width: 992px) {
  .feature-slider .feature-slider-arrow.feature-slider-next {
    top: calc(50% - 40px);
    right: calc(((100% - 700px) / 2) - 49px);
  }
}
@media (min-width: 1200px) {
  .feature-slider .feature-slider-arrow.feature-slider-next {
    top: calc(50% - 90px);
    right: calc(((100% - 950px) / 2) - 49px);
  }
}
@media (min-width: 1500px) {
  .feature-slider .feature-slider-arrow.feature-slider-next {
    right: calc(((100% - 1140px) / 2) - 49px);
  }
}
.feature-slider .feature-slider-arrow.feature-slider-next:after {
  background-image: url("../img/icon-arrow-next.svg");
}
.feature-slider .feature-slider-arrow.feature-slider-next:hover:after {
  background-image: url("../img/icon-arrow-black-next.svg");
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@supports (-ms-ime-align: auto) {
  .feature-slider .wrapper-slider-primary .wrapper-content {
    transform: translate(-50%, 50%) !important;
  }

  .wrapper-slider-primary {
    width: 100%;
  }
  @media (min-width: 992px) {
    .wrapper-slider-primary {
      width: 699px;
    }
  }
  @media (min-width: 1200px) {
    .wrapper-slider-primary {
      width: 949px;
    }
  }
  @media (min-width: 1500px) {
    .wrapper-slider-primary {
      width: 1139px;
    }
  }
}
/*--------------------------------------------------------*\
  Feature Tabs
\*--------------------------------------------------------*/
.wrapper-tabs .wrapper-nav-tabs {
  padding: 0;
  text-align: center;
}
.wrapper-tabs .nav-tabs {
  display: inline-block;
  width: auto;
  padding: 0;
  border-bottom: 1px solid #edf0f0;
}
.wrapper-tabs .nav-tabs li {
  display: inline-block;
  float: none;
  margin-right: 75px;
}
@media (min-width: 992px) {
  .wrapper-tabs .nav-tabs li {
    margin-right: 85px;
  }
}
@media (min-width: 1200px) {
  .wrapper-tabs .nav-tabs li {
    margin-right: 195px;
  }
}
.wrapper-tabs .nav-tabs li:last-child {
  margin-right: 0;
}
.wrapper-tabs .nav-tabs li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #d30c55;
}
.wrapper-tabs .nav-tabs li.active .nav-link {
  color: #16211f;
}
.wrapper-tabs .nav-tabs li.active .nav-link:after {
  display: none;
}
.wrapper-tabs .nav-link {
  font-size: 1.143em;
  font-weight: 600;
  padding: 10px 30px;
  color: #16211f;
}
.wrapper-tabs .tab-content {
  clear: both;
  padding: 40px 0 0 0;
}
.wrapper-tabs .tab-content .wrapper-content {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .wrapper-tabs .tab-content .wrapper-content {
    padding: 30px;
  }
}
.wrapper-tabs .tab-content .wrapper-content h3,
.wrapper-tabs .tab-content .wrapper-content p {
  color: #16211f;
}
.wrapper-tabs .tab-content .wrapper-image {
  min-height: 300px;
}

/*--------------------------------------------------------*\
  Slider Review
\*--------------------------------------------------------*/
.wrapper-slider-review {
  position: relative;
}
.wrapper-slider-review h2,
.wrapper-slider-review span {
  color: #d30c55;
}
.wrapper-slider-review .listing-slider .slick-arrow {
  display: none !important;
  bottom: 31px;
}
@media (min-width: 768px) {
  .wrapper-slider-review .listing-slider .slick-arrow {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .wrapper-slider-review .listing-slider .slick-arrow {
    top: 500px;
  }
}
.wrapper-slider-review .listing-slider .slick-arrow.slick-prev {
  right: calc(25%);
}
@media (min-width: 992px) {
  .wrapper-slider-review .listing-slider .slick-arrow.slick-prev {
    right: calc(33%);
  }
}
.wrapper-slider-review .listing-slider .slick-arrow.slick-next {
  right: calc(25% - 49px);
}
@media (min-width: 992px) {
  .wrapper-slider-review .listing-slider .slick-arrow.slick-next {
    right: calc(33% - 49px);
  }
}

.listing-slider {
  position: relative;
  padding: 40px 0 0 0;
  width: 100%;
  text-align: center;
}
.listing-slider .slide .child-element {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .listing-slider .slide .child-element {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
    transform: translate(-150px, 0px);
  }
}
@media (min-width: 992px) {
  .listing-slider .slide .child-element {
    transform: translate(-100px, 0px);
  }
}
.listing-slider .slide .item .wrapper-image {
  height: 200px;
}
@media (min-width: 768px) {
  .listing-slider .slide .item .wrapper-image {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .listing-slider .slide .item .wrapper-image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .listing-slider .slide .item .wrapper-image {
    height: 400px;
  }
}
.listing-slider .slide.slick-center {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .listing-slider .slide.slick-center .child-element {
    margin-top: 0px;
    width: calc(100% + 300px);
    transform: translate(-150px, 0px);
  }
}
@media (min-width: 992px) {
  .listing-slider .slide.slick-center .child-element {
    width: calc(100% + 200px);
    transform: translate(-100px, 0px);
  }
}
.listing-slider .slide.slick-center .wrapper-content {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom: 1px solid #16211f;
}
.listing-slider .slide.slick-center .wrapper-content .content {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s 0.5s ease-out;
  -o-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}
@media (min-width: 768px) {
  .listing-slider .slide.slick-center + .slick-active .child-element,
.listing-slider .slide.slick-center + .slick-active + .slick-slide .child-element {
    transform: translate(150px, 0px);
  }
}
@media (min-width: 992px) {
  .listing-slider .slide.slick-center + .slick-active .child-element,
.listing-slider .slide.slick-center + .slick-active + .slick-slide .child-element {
    transform: translate(100px, 0px);
  }
}
@media (min-width: 768px) {
  .listing-slider .slide.slick-center + .slick-cloned .child-element,
.listing-slider .slide.slick-center + .slick-cloned + .slick-cloned .child-element {
    transform: translate(150px, 0px);
  }
}
@media (min-width: 992px) {
  .listing-slider .slide.slick-center + .slick-cloned .child-element,
.listing-slider .slide.slick-center + .slick-cloned + .slick-cloned .child-element {
    transform: translate(100px, 0px);
  }
}
.listing-slider .slide .wrapper-content {
  padding: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .listing-slider .slide .wrapper-content {
    padding: 30px;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media (min-width: 1200px) {
  .listing-slider .slide .wrapper-content {
    padding: 40px;
  }
}
.listing-slider .slide .wrapper-content .content {
  transform: translate(0, 5px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) {
  .listing-slider .slide .wrapper-content .content {
    padding: 0 100px 0 0;
    transform: translate(0, 5px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media (min-width: 1200px) {
  .listing-slider .slide .wrapper-content .content {
    padding: 0 180px 0 0;
  }
}
.listing-slider .slide .wrapper-content .btn-primary {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .listing-slider .slide .wrapper-content .btn-primary {
    margin: 0;
  }
}
.listing-slider .slide .wrapper-content h3 {
  font-weight: 600;
}
.listing-slider .slide .wrapper-content p {
  display: none;
  color: #16211f;
}
@media (min-width: 1200px) {
  .listing-slider .slide .wrapper-content p {
    display: block;
  }
}

/*--------------------------------------------------------*\
  Wrapper title
\*--------------------------------------------------------*/
.wrapper-title {
  text-align: center;
  position: relative;
}
.wrapper-title .title {
  margin: 0;
  display: inline-block;
}
.wrapper-title .title:after {
  display: none;
}
.wrapper-title h2 {
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper-title h3 {
  font-size: 1.325em;
}
.wrapper-title .btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

/*--------------------------------------------------------*\
  Feature Two column
\*--------------------------------------------------------*/
.wrapper-feature-two-column .two-column {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper-feature-two-column .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-feature-two-column .column:first-child:before, .wrapper-feature-two-column .column:first-child:after, .wrapper-feature-two-column .column:last-child:before, .wrapper-feature-two-column .column:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1500px;
  z-index: -1;
}
.wrapper-feature-two-column .column:first-child:before {
  left: -1499px;
}
.wrapper-feature-two-column .column:first-child:after {
  right: -1499px;
}
@media (min-width: 992px) {
  .wrapper-feature-two-column .column:first-child:after {
    display: none;
  }
}
.wrapper-feature-two-column .column:first-child.bg-black:before, .wrapper-feature-two-column .column:first-child.bg-black:after {
  background-color: #16211f;
}
.wrapper-feature-two-column .column:first-child.bg-lightgrey:before, .wrapper-feature-two-column .column:first-child.bg-lightgrey:after {
  background-color: #edf0f0;
}
.wrapper-feature-two-column .column:last-child:before {
  left: -1499px;
}
@media (min-width: 992px) {
  .wrapper-feature-two-column .column:last-child:before {
    display: none;
  }
}
.wrapper-feature-two-column .column:last-child:after {
  right: -1499px;
}
.wrapper-feature-two-column .column:last-child.bg-black:before, .wrapper-feature-two-column .column:last-child.bg-black:after {
  background-color: #16211f;
}
.wrapper-feature-two-column .column:last-child.bg-lightgrey:before, .wrapper-feature-two-column .column:last-child.bg-lightgrey:after {
  background-color: #edf0f0;
}
.wrapper-feature-two-column .column .wrapper-content {
  padding: 30px 2px;
}
@media (min-width: 768px) {
  .wrapper-feature-two-column .column .wrapper-content {
    padding: 45px;
  }
}
.wrapper-feature-two-column .column .wrapper-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  color: #d30c55;
  border-bottom: 1px solid #fefeff;
}
@media (min-width: 992px) {
  .wrapper-feature-two-column .column .wrapper-content h2 {
    padding: 0 120px 15px 0;
  }
}
.wrapper-feature-two-column .column .wrapper-content img {
  padding: 15px 0;
}
.wrapper-feature-two-column .column.bg-lightgrey .wrapper-content h2 {
  border-bottom: 1px solid #16211f;
}

/*--------------------------------------------------------*\
  Subscribe
\*--------------------------------------------------------*/
.wrapper-subscribe {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .wrapper-subscribe {
    text-align: left;
  }
}
.wrapper-subscribe h2 {
  color: #fefeff;
  margin: 0;
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .wrapper-subscribe h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .wrapper-subscribe form input,
.wrapper-subscribe form .wrapper-select {
    min-width: 100%;
    margin: 15px 0 0 0;
  }
  .wrapper-subscribe form input[type=submit] {
    margin: 30px 0 0 0;
  }
}
.wrapper-subscribe form input[type=submit] {
  border-radius: 4px !important;
}
@media (min-width: 1200px) {
  .wrapper-subscribe form input[type=submit] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.wrapper-subscribe form input[type=email] {
  border-radius: 4px !important;
}
.wrapper-subscribe form input {
  color: #fefeff;
}
@media (min-width: 768px) {
  .wrapper-subscribe form input {
    min-width: calc(50% - 55px);
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .wrapper-subscribe form input {
    min-width: calc(23% - 55px);
  }
}
@media (min-width: 768px) {
  .wrapper-subscribe form .wrapper-select {
    min-width: calc(50% - 55px);
  }
}
@media (min-width: 1200px) {
  .wrapper-subscribe form .wrapper-select {
    min-width: calc(33.33% - 55px);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

#input_2_45,
#input_2_52,
#input_2_61,
#input_2_113 {
  width: 100%;
}

/*--------------------------------------------------------*\
  Banner
\*--------------------------------------------------------*/
.wrapper-banner {
  position: relative;
  text-align: center;
  height: 300px;
}
@media (min-width: 768px) {
  .wrapper-banner {
    height: 400px;
  }
}
.wrapper-banner.wrapper-banner-review h1 {
  font-weight: 700;
  text-align: left;
  color: #16211f;
}
.wrapper-banner.wrapper-banner-review .wrapper-content {
  width: 80%;
}
@media (min-width: 992px) {
  .wrapper-banner.wrapper-banner-review .wrapper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.wrapper-banner.wrapper-banner-review .content {
  text-align: left;
}
.wrapper-banner.wrapper-banner-review .content h3 {
  font-weight: 700;
  color: #d30c55;
}
.wrapper-banner.wrapper-banner-review .content p {
  color: #16211f;
}
.wrapper-banner .container {
  position: relative;
  height: 100%;
}
.wrapper-banner .item {
  height: 100%;
  z-index: 600;
}
.wrapper-banner h1 {
  font-weight: 600;
}
.wrapper-banner p {
  color: #fefeff;
  font-weight: 600;
}
.wrapper-banner .unit-number {
  display: block;
  padding: 0 0 15px 0;
  color: #fefeff;
}
.wrapper-banner .course-hours {
  color: #fefeff;
}
.wrapper-banner .wrapper-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 280px;
}
.wrapper-banner .wrapper-content .btn.btn-primary + .btn.btn-primary {
  margin: 15px 0 0 0;
}
@media (min-width: 992px) {
  .wrapper-banner .wrapper-content .btn.btn-primary + .btn.btn-primary {
    margin: 0 0 0 15px;
  }
}

.wrapper-filter {
  padding: 40px 0;
}
.wrapper-filter .filter {
  padding: 0;
  margin: 0;
}
.wrapper-filter .filter li {
  display: inline-block;
}

.wrapper-listing .listing {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.wrapper-listing .listing a:hover {
  color: #d30c55;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wrapper-listing .listing a:hover h2,
.wrapper-listing .listing a:hover h3,
.wrapper-listing .listing a:hover h4 {
  color: #d30c55;
}
.wrapper-listing .listing.listing-publications .item, .wrapper-listing .listing.listing-courses .item {
  padding: 0 0 30px 0;
}
@media (min-width: 1200px) {
  .wrapper-listing .listing.listing-publications .item, .wrapper-listing .listing.listing-courses .item {
    min-height: 425px;
  }
}
.wrapper-listing .listing.listing-publications h3, .wrapper-listing .listing.listing-courses h3 {
  font-size: 1.375em;
  font-weight: 600;
}
.wrapper-listing .listing.listing-publications p, .wrapper-listing .listing.listing-courses p {
  color: #16211f;
}
.wrapper-listing .listing.listing-publications .wrapper-btn, .wrapper-listing .listing.listing-courses .wrapper-btn {
  padding: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .wrapper-listing .listing.listing-publications .wrapper-btn, .wrapper-listing .listing.listing-courses .wrapper-btn {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 30px;
  }
}
.wrapper-listing .listing.listing-publications .wrapper-btn .btn, .wrapper-listing .listing.listing-courses .wrapper-btn .btn {
  display: block;
}
.wrapper-listing .listing.listing-publications .wrapper-btn .btn.btn-primary, .wrapper-listing .listing.listing-courses .wrapper-btn .btn.btn-primary {
  padding: 10px;
}
@media (min-width: 1200px) {
  .wrapper-listing .listing.listing-publications .wrapper-btn .btn.btn-primary, .wrapper-listing .listing.listing-courses .wrapper-btn .btn.btn-primary {
    padding: 10px 20px;
  }
}
.wrapper-listing .listing .two-column .column:first-child {
  padding: 0 5px 0 0;
}
@media (min-width: 992px) {
  .wrapper-listing .listing .two-column .column:first-child {
    padding: 0 5px 0 0;
  }
}
.wrapper-listing .listing .two-column .column:last-child {
  padding: 0 0 0 5px;
}
@media (min-width: 992px) {
  .wrapper-listing .listing .two-column .column:last-child {
    padding: 0 0 0 5px;
  }
}
.wrapper-listing .listing.listing-courses li .item {
  padding: 0;
  margin: 0 0 30px 0;
  border: none;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.2);
}
.wrapper-listing .listing.listing-courses h3 {
  font-size: 1.286em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .wrapper-listing .listing.listing-courses h3 {
    font-size: 2em;
  }
}
.wrapper-listing .listing.listing-courses .wrapper-content {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .wrapper-listing .listing.listing-courses .wrapper-content {
    min-height: 400px;
  }
}
.wrapper-listing .listing.listing-courses .wrapper-content p {
  font-size: 1.143em;
}
.wrapper-listing .listing.listing-courses .wrapper-details-course {
  padding: 0;
  margin: 0;
}
.wrapper-listing .listing.listing-courses .wrapper-details-course li {
  display: block;
  color: #d30c55;
  margin: 0;
  font-size: 1.143em;
  font-weight: 600;
  padding: 0 20px 20px 20px;
}
@media (min-width: 768px) {
  .wrapper-listing .listing.listing-courses .wrapper-btn {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
  }
}
.wrapper-listing li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 30px;
}
.wrapper-listing .item {
  overflow: auto;
  border-bottom: 1px solid #16211f;
}
.wrapper-listing .wrapper-image {
  height: 200px;
}
.wrapper-listing .wrapper-content {
  padding: 30px;
}
@media (min-width: 768px) {
  .wrapper-listing .wrapper-content {
    min-height: 340px;
  }
}
.wrapper-listing .wrapper-content p {
  color: #16211f;
}
.wrapper-listing .btn.btn-primary:hover {
  color: #fefeff;
}

/*--------------------------------------------------------*\
  Two Column
\*--------------------------------------------------------*/
.two-column {
  overflow: auto;
  clear: both;
}
.two-column .column {
  padding: 0;
}
.two-column .column:first-child {
  padding: 0;
}
@media (min-width: 992px) {
  .two-column .column:first-child {
    padding: 0 15px 0 0;
  }
}
.two-column .column:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .two-column .column:last-child {
    padding: 0 0 0 15px;
  }
}

.wrapper-two-column {
  overflow: auto;
}
.wrapper-two-column .bg-image {
  height: 300px;
}
.wrapper-two-column img {
  width: 100%;
}

.twocolumn-image-left .wrapper-content,
.twocolumn-video-left .wrapper-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .twocolumn-image-left .wrapper-content,
.twocolumn-video-left .wrapper-content {
    padding-top: 0;
    padding-left: 45px;
  }
}

.twocolumn-image-right .wrapper-content,
.twocolumn-video-right .wrapper-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .twocolumn-image-right .wrapper-content,
.twocolumn-video-right .wrapper-content {
    padding-top: 0;
    padding-right: 45px;
  }
}

/*--------------------------------------------------------*\
  Pathways
\*--------------------------------------------------------*/
.wrapper-pathways h2 {
  color: #d30c55;
}
.wrapper-pathways .wrapper-pathways-container {
  padding: 60px 0;
  border-top: 1px solid #d8dcdb;
  border-bottom: 1px solid #d8dcdb;
}
.wrapper-pathways .slider-pathways {
  padding: 0;
  margin: 0;
}
.wrapper-pathways .item {
  text-align: center;
}
.wrapper-pathways img {
  margin: 0 auto;
  max-width: 80px;
}
.wrapper-pathways h4 {
  position: relative;
  color: #16211f;
  font-weight: 600;
  padding: 25px 10% 0 10%;
  margin-top: 0;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .wrapper-pathways h4 {
    font-size: 1.143em;
  }
}
@media (min-width: 992px) {
  .wrapper-pathways h4 {
    font-size: 1.25em;
  }
}
.wrapper-pathways .slider-pathways {
  clear: both;
  position: relative;
  padding: 60px 0 0 0;
}
.wrapper-pathways .slider-pathways .slick-arrow {
  display: none !important;
}
@media (min-width: 768px) {
  .wrapper-pathways .slider-pathways .slick-arrow {
    display: block !important;
  }
}
.wrapper-pathways .slider-pathways .slick-arrow.slick-prev, .wrapper-pathways .slider-pathways .slick-arrow.slick-next {
  top: 10px;
  bottom: auto;
  margin: 0;
}
.wrapper-pathways .slider-pathways .slick-arrow.slick-prev {
  right: 49px;
}
.wrapper-pathways .slider-pathways .slick-arrow.slick-next {
  right: 0;
}

/*--------------------------------------------------------*\
  Testimonial
\*--------------------------------------------------------*/
.wrapper-testimonial {
  position: relative;
}
.wrapper-testimonial h2 {
  color: #d30c55;
}
.wrapper-testimonial .slider-testimonial {
  text-align: center;
  padding: 25px 0 0 0;
  margin: 0;
}
.wrapper-testimonial .testimonial {
  text-align: center;
}
@media (min-width: 768px) {
  .wrapper-testimonial .testimonial {
    text-align: left;
  }
}
.wrapper-testimonial .testimonial p {
  font-size: 1.286em;
}
.wrapper-testimonial .testimonial span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 0.875em;
}
.wrapper-testimonial .testimonial .wrapper-image {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: 2px solid #d30c55;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .wrapper-testimonial .testimonial .wrapper-image {
    float: left;
    margin: 0;
  }
}
.wrapper-testimonial .testimonial .wrapper-content {
  float: left;
  display: inline-block;
}
@media (min-width: 768px) {
  .wrapper-testimonial .testimonial .wrapper-content {
    padding: 0 80px 0 15px;
    width: calc(100% - 85px);
  }
}
.wrapper-testimonial .item {
  padding: 0;
}
@media (min-width: 768px) {
  .wrapper-testimonial .item {
    padding: 0 15px;
  }
}
.wrapper-testimonial .slick-arrow {
  display: none !important;
}
@media (min-width: 768px) {
  .wrapper-testimonial .slick-arrow {
    display: block !important;
  }
}

.slick-arrow {
  border: 1px solid #16211f;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  position: absolute;
  bottom: 80px;
  z-index: 997;
}
.slick-arrow.slick-prev {
  right: 33%;
}
.slick-arrow.slick-next {
  right: calc(33% - 49px);
}

/*--------------------------------------------------------*\
  Pagination
\*--------------------------------------------------------*/
.wrapper-pagination {
  padding-top: 0;
  text-align: center;
}
.wrapper-pagination .pagination {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.wrapper-pagination li {
  display: inline-block;
  padding: 0 5px;
  background-color: transparent;
}
.wrapper-pagination li a {
  display: block;
  border: none;
  font-size: 1.143em;
  padding: 5px 10px;
  color: #16211f;
  background-color: transparent;
}
.wrapper-pagination li.active a {
  position: relative;
  color: #d30c55;
  font-weight: 600;
  background-color: transparent;
}
.wrapper-pagination li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 3px;
  width: 90%;
  background-color: #d30c55;
}
.wrapper-pagination li.prev, .wrapper-pagination li.next {
  position: relative;
  font-size: 0.75em;
}
.wrapper-pagination li.prev:before, .wrapper-pagination li.next:before {
  content: "";
  position: absolute;
  top: 7px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
}
.wrapper-pagination li.prev {
  padding: 0 25px 0 0;
}
.wrapper-pagination li.prev:before {
  right: 10px;
  background-image: url("../img/icon-arrow-black-prev.svg");
}
.wrapper-pagination li.next {
  padding: 0 0 0 25px;
}
.wrapper-pagination li.next:before {
  left: 10px;
  background-image: url("../img/icon-arrow-black-next.svg");
}

/*--------------------------------------------------------*\
  Review Search
\*--------------------------------------------------------*/
.wrapper-search-review,
.wrapper-search-news {
  position: relative;
  overflow: auto;
  z-index: 990;
}
@media (min-width: 768px) {
  .wrapper-search-review,
.wrapper-search-news {
    padding-top: 0;
    margin-top: -100px;
  }
}
.wrapper-search-review + .wrapper-slider-library .slider-library,
.wrapper-search-news + .wrapper-slider-library .slider-library {
  padding: 0 0 40px 0;
}
.wrapper-search-review .wrapper-select,
.wrapper-search-news .wrapper-select {
  min-width: 100px;
  border: none;
  border-top: 1px solid #16211f;
  border-bottom: 1px solid #16211f;
  border-left: 1px solid #d8dcdb;
  background-color: #16211f;
  border-radius: 0;
  margin: 0 0 0 -4px;
}
.wrapper-search-review .wrapper-select select,
.wrapper-search-news .wrapper-select select {
  color: #fefeff;
  background-color: transparent;
}
.wrapper-search-review .two-column,
.wrapper-search-news .two-column {
  text-align: left;
  padding: 0 0 30px 0;
}
.wrapper-search-review .two-column .wrapper-image,
.wrapper-search-news .two-column .wrapper-image {
  max-width: 160px;
}
.wrapper-search-review form,
.wrapper-search-news form {
  overflow: auto;
  padding: 0 15px 15px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .wrapper-search-review form,
.wrapper-search-news form {
    padding: 60px 40px 40px 40px;
  }
}
.wrapper-search-review form span,
.wrapper-search-news form span {
  display: inline-block;
  font-size: 1.286em;
  color: #16211f;
  padding: 0 0 15px 0;
}
@media (min-width: 992px) {
  .wrapper-search-review form span,
.wrapper-search-news form span {
    padding: 0 40px 0 0;
  }
}
.wrapper-search-review form .wrapper-search,
.wrapper-search-news form .wrapper-search {
  display: inline-block;
  width: 100%;
  padding: 30px 15px;
  background-color: #d8dcdb;
}
@media (min-width: 768px) {
  .wrapper-search-review form .wrapper-search,
.wrapper-search-news form .wrapper-search {
    width: auto;
    padding: 30px;
  }
}
.wrapper-search-review form input,
.wrapper-search-news form input {
  margin: 0 0 0 -2px;
}
.wrapper-search-review form input[type=Search],
.wrapper-search-news form input[type=Search] {
  color: #16211f;
  background-color: #fefeff;
  min-width: 100%;
}
@media (min-width: 768px) {
  .wrapper-search-review form input[type=Search],
.wrapper-search-news form input[type=Search] {
    min-width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .wrapper-search-review form input[type=Search],
.wrapper-search-news form input[type=Search] {
    min-width: 400px;
  }
}
.wrapper-search-review form input[type=submit],
.wrapper-search-news form input[type=submit] {
  margin: 15px 0 0 0;
  color: #fefeff;
  background-color: #d30c55;
  border: 1px solid #d30c55;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .wrapper-search-review form input[type=submit],
.wrapper-search-news form input[type=submit] {
    margin: 0 0 0 -3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.wrapper-search-review form input[type=submit].btn-clear,
.wrapper-search-news form input[type=submit].btn-clear {
  border-color: #16211f;
  background-color: #16211f;
  border-radius: 4px;
}
.wrapper-search-review form ::-webkit-input-placeholder,
.wrapper-search-news form ::-webkit-input-placeholder {
  color: #16211f;
}
.wrapper-search-review form :-moz-placeholder,
.wrapper-search-news form :-moz-placeholder {
  /* Firefox 18- */
  color: #16211f;
}
.wrapper-search-review form ::-moz-placeholder,
.wrapper-search-news form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #16211f;
}
.wrapper-search-review form :-ms-input-placeholder,
.wrapper-search-news form :-ms-input-placeholder {
  color: #16211f;
}

.wrapper-tab-review {
  overflow: auto;
  padding: 0 0 20px 0;
}
.wrapper-tab-review .column {
  padding: 0;
}
.wrapper-tab-review .column a {
  position: relative;
}
@media (max-width: 480px) {
  .wrapper-tab-review .column a {
    min-height: 74px;
  }
}
.wrapper-tab-review a {
  display: block;
  padding: 15px;
  text-align: center;
  color: #fefeff;
  background-color: #16211f;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wrapper-tab-review a:hover, .wrapper-tab-review a:focus {
  text-decoration: none;
  background-color: #d30c55;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wrapper-tab-review a.active {
  background-color: #d30c55;
}
.wrapper-tab-review a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 20px;
  width: 20px;
  transform: translate(-50%, 0);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #d30c55;
}

.search-review .wrapper-tab-review .column {
  padding: 0;
}

.wrapper-tab-review {
  display: grid !important;
  grid-template-columns: 1fr;
  width: 100%;
}
.wrapper-tab-review.two-column {
  grid-template-columns: repeat(2, 1fr);
}
.wrapper-tab-review.three-column {
  grid-template-columns: repeat(3, 1fr);
}
.wrapper-tab-review .column {
  padding: 0;
}

/*--------------------------------------------------------*\
  Library Search
\*--------------------------------------------------------*/
.wrapper-search-library {
  margin: 0;
}
.wrapper-search-library .wrapper-search {
  overflow: auto;
  padding: 15px;
  background-color: #00a8d5;
  text-align: center;
}
@media (min-width: 768px) {
  .wrapper-search-library .wrapper-search {
    padding: 30px 100px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper-search-library .wrapper-search {
    text-align: left;
  }
}
.wrapper-search-library .wrapper-search select {
  width: auto;
}
.wrapper-search-library .wrapper-search h3 {
  margin: 0 0 30px 0;
  color: #fefeff;
}
@media (min-width: 1200px) {
  .wrapper-search-library .wrapper-search h3 {
    float: left;
    margin: 10px 0 0 0;
  }
}
.wrapper-search-library form {
  overflow: auto;
}
@media (min-width: 1200px) {
  .wrapper-search-library form {
    float: right;
  }
}
.wrapper-search-library form input {
  margin: 0;
  border-color: #fefeff;
}
.wrapper-search-library form input[type=text] {
  color: #fefeff;
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  .wrapper-search-library form input[type=text] {
    width: auto;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.wrapper-search-library form input#go {
  margin: 15px 0 0 0;
  color: #16211f;
  background-color: #fefeff;
  border: 1px solid #fefeff;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .wrapper-search-library form input#go {
    margin: 0 0 0 -4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/*--------------------------------------------------------*\
  Library Slider
\*--------------------------------------------------------*/
.wrapper-slider-library {
  position: relative;
}
.wrapper-slider-library .container {
  padding: 0;
}
.wrapper-slider-library .slick-arrow {
  display: none !important;
  bottom: auto;
  top: 0;
  right: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .wrapper-slider-library .slick-arrow {
    display: block !important;
  }
}
.wrapper-slider-library .slick-arrow.slick-prev {
  right: calc(15px + 49px);
}
.wrapper-slider-library .slider-library {
  padding: 40px 0;
  margin: 0;
  border-bottom: 1px solid #d8dcdb;
}
@media (min-width: 768px) {
  .wrapper-slider-library .slider-library {
    padding: 60px 0 30px;
  }
}
.wrapper-slider-library li {
  list-style-type: none;
}
.wrapper-slider-library .item {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  .wrapper-slider-library .bg-image {
    height: 250px;
  }
}
.wrapper-slider-library .wrapper-content {
  padding: 30px 30px 0 30px;
}
.wrapper-slider-library h4 {
  margin: 0 0 30px 0;
}

/*--------------------------------------------------------*\
  Select Boxes
\*--------------------------------------------------------*/
.select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #d30c55;
  margin: 0 10px 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .select {
    width: auto;
  }
}
.select select {
  position: absolute;
  left: 0;
  margin-bottom: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.styledSelect {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 10px 40px 10px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #333333;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fefeff;
  background-color: #d30c55;
}
.styledSelect:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 20px;
  top: 15px;
  right: 10px;
  background-image: url("../img/icon-arrow-white-down.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .styledSelect {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .styledSelect {
    padding: 13px 60px 10px 20px;
  }
}
.styledSelect.active {
  color: #fefeff;
  background-color: #d30c55;
  border: 1px solid #d30c55;
}

.dropdownShow {
  position: relative;
  display: block;
  padding: 15px 45px 15px 20px;
  margin: 20px 0 0 0;
  min-width: 280px;
}
@media (min-width: 992px) {
  .dropdownShow {
    min-width: 350px;
  }
}
.dropdownShow:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background-image: url("../img/icon-arrow-white-down.svg");
  background-repeat: no-repeat;
}

.options {
  display: none;
  position: absolute;
  overflow: auto;
  top: 60px;
  right: 0;
  left: 0;
  max-height: 200px;
  z-index: 3;
  margin: 3px 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fefeff;
}

.options li {
  font-size: 1em;
  padding: 10px;
  text-transform: capitalize;
  list-style-type: none;
}
.options li:hover {
  background-color: #1da8e3;
  color: #fefeff;
}

/*--------------------------------------------------------*\
  Side nav
\*--------------------------------------------------------*/
.wrapper-sidenav {
  padding-top: 0;
}

.wrapper-standard {
  padding: 0;
}
@media (min-width: 992px) {
  .wrapper-standard {
    padding: 0 15px;
  }
}
.wrapper-standard section {
  padding: 40px 0;
}
.wrapper-standard section:first-child {
  padding-top: 0;
}
.wrapper-standard section + .wrapper-feature-two-column {
  padding-top: 0;
}
.wrapper-standard .wrapper-feature-two-column + section {
  padding-top: 0;
}
.wrapper-standard .wrapper-two-column .wrapper-content {
  padding: 0;
}
.wrapper-standard .wrapper-two-column .wrapper-image .bg-image {
  height: 200px;
}
.wrapper-standard h3 {
  color: #16211f;
}
.wrapper-standard h4 {
  color: #d30c55;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  margin-top: 30px;
}
.wrapper-standard h5 {
  margin: 30px 0 5px 0;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper-standard h5 + h4 {
  color: #16211f;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 1.143em;
  text-transform: none;
}
.wrapper-standard h2,
.wrapper-standard h3,
.wrapper-standard h4,
.wrapper-standard h5,
.wrapper-standard h6 {
  margin: 30px 0 15px 0;
}
.wrapper-standard table h3 {
  margin: 0;
  color: #fefeff;
}
.wrapper-standard .btn + p,
.wrapper-standard .btn + ul {
  margin-top: 30px;
}

.wrapper-fixed .sidenav {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .wrapper-fixed .sidenav {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 992px) {
  .wrapper-fixed .sidenav {
    padding: 0 30px 0 0;
  }
}
.wrapper-fixed .sidenav + div + .wrapper-library-fyi {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .wrapper-fixed .sidenav + div + .wrapper-library-fyi {
    margin: 30px 15px 0 0;
  }
}
@media (min-width: 992px) {
  .wrapper-fixed .sidenav + div + .wrapper-library-fyi {
    margin: 30px 30px 0 0;
  }
}
.wrapper-fixed .sidenav li {
  list-style-type: none;
}
.wrapper-fixed .sidenav li.active a {
  background-color: #d30c55;
}
.wrapper-fixed .sidenav a {
  display: block;
  padding: 15px;
  margin-bottom: 1px;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fefeff;
  text-transform: uppercase;
  background-color: #16211f;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wrapper-fixed .sidenav a:hover {
  text-decoration: none;
  background-color: #d30c55;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wrapper-fixed .sidenav a:focus {
  text-decoration: none;
}

.wrapper-page-title {
  padding-bottom: 40px;
}
.wrapper-page-title h1 {
  margin: 0;
  font-weight: 700;
  color: #d30c55;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #16211f;
}

/*--------------------------------------------------------*\
  Single-column
\*--------------------------------------------------------*/
.single-image .wrapper-image {
  padding: 0;
}

.single-column h2 {
  font-weight: 300;
  color: #16211f;
}

.single-column-wrap p {
  float: left;
}
.single-column-wrap p img {
  margin-right: 20px;
}
.single-column-wrap img {
  float: left;
}

.single-column-content .btn + .btn,
.single-column .btn + .btn {
  margin: 30px 0 0 10px;
}

/*--------------------------------------------------------*\
  Form
\*--------------------------------------------------------*/
form {
  padding: 5px 0 0 0;
}
form input {
  min-width: calc(50% - 55px);
  height: 40px;
  color: #16211f;
  background-color: transparent;
  margin: 15px 15px 0 0;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #fefeff;
}
@media (min-width: 992px) {
  form input {
    margin: 0 15px 0 0;
    min-width: calc(33.33% - 55px);
  }
}
form input[type=submit] {
  min-width: auto;
  margin: 0 0 0 -18px;
  font-size: 0.875em;
  font-weight: 600;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  letter-spacing: 1px;
  transform: translate(0, -1px);
  text-transform: uppercase;
  color: #16211f;
  background-color: #fefeff;
}
form select {
  text-align: left;
  width: 100%;
  height: 38px;
  border: none;
  color: #fefeff;
  padding: 0 20px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
form option {
  color: #16211f;
  background-color: #fefeff;
}
form .wrapper-select {
  min-width: calc(50% - 55px);
  display: inline-block;
  border-radius: 4px;
  margin: 0 15px 0 0;
  border: 1px solid #fefeff;
  position: relative;
}
form .wrapper-select:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("../img/icon-arrow-white-down.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 992px) {
  form .wrapper-select {
    min-width: calc(33.33% - 55px);
  }
}
form ::-webkit-input-placeholder {
  color: #fefeff;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #fefeff;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fefeff;
}
form :-ms-input-placeholder {
  color: #fefeff;
}

/*--------------------------------------------------------*\
  Library
\*--------------------------------------------------------*/
.body-library h1,
.body-library h2,
.body-library h3 {
  color: #00a8d5;
}
.body-library div a {
  color: #00a8d5;
}
.body-library p a {
  color: #00a8d5;
}
.body-library .wrapper-top .wrapper-links li a {
  color: #16211f;
}
.body-library .nav-secondary li:last-child.current-menu-item a {
  border-color: #00a8d5;
  background-color: #00a8d5;
}
.body-library .nav-secondary li:last-child.current-menu-item a:hover {
  border-color: #00a8d5;
}
.body-library .nav-secondary li a {
  color: #fefeff;
}
.body-library .nav-secondary li a:hover {
  color: #fefeff;
}
.body-library .nav-secondary li a:focus {
  text-decoration: none;
}
.body-library .nav-secondary .current-menu-item a {
  color: #fefeff;
  border-color: #00a8d5;
  background-color: #00a8d5;
}
.body-library .nav-secondary .current-menu-item a:after {
  display: none;
}
.body-library .nav-secondary .current-menu-item a:hover {
  color: #fefeff;
  background-color: #00a8d5;
}
.body-library .wrapper-banner h1 {
  color: #fefeff;
}
.body-library .wrapper-banner .unit-number,
.body-library .wrapper-banner .course-hours {
  color: #00a8d5;
}
.body-library .wrapper-banner .overlay.overlay-dark {
  background-color: rgba(0, 168, 213, 0.75);
}
.body-library .wrapper-title span {
  color: #00a8d5;
}
.body-library .wrapper-date {
  color: #00a8d5;
}
.body-library .bg-red {
  background-color: #00a8d5;
}
.body-library .wrapper-subscribe h1,
.body-library .wrapper-subscribe h2,
.body-library .wrapper-subscribe h3 {
  color: #fefeff;
}
.body-library .wrapper-search-news .btn-submit {
  background-color: #00a8d5;
  border: 1px solid #00a8d5;
}
.body-library .title {
  color: #00a8d5;
}
.body-library .title:after {
  background-color: #00a8d5;
}
.body-library .wrapper-fixed .sidenav li a:hover {
  background-color: #00a8d5;
}
.body-library .wrapper-fixed .sidenav li.active a {
  background-color: #00a8d5;
}
.body-library .wrapper-search-review .wrapper-select,
.body-library .wrapper-search-library .wrapper-select {
  background-color: #fefeff;
}
.body-library .wrapper-search-review .wrapper-select select,
.body-library .wrapper-search-library .wrapper-select select {
  color: #16211f;
}
.body-library .wrapper-search-review input[type=submit],
.body-library .wrapper-search-library input[type=submit] {
  color: #16211f;
  background-color: #d8dcdb;
}
.body-library .wrapper-standard h3 {
  color: #16211f;
}
.body-library .wrapper-standard h4 {
  color: #00a8d5;
}
.body-library .styledSelect {
  background-color: #00a8d5;
}
.body-library p > a,
.body-library li > a {
  color: #00a8d5;
}
.body-library .slick-dots .slick-active:after {
  background-color: #00a8d5;
}
.body-library .dataTables_wrapper tbody tr:nth-child(odd):last-child,
.body-library .tablepress tbody tr:nth-child(odd):last-child,
.body-library table tbody tr:nth-child(odd):last-child {
  border-bottom: 1px solid #00a8d5;
}
.body-library .dataTables_wrapper th,
.body-library .tablepress th,
.body-library table th {
  background-color: #00a8d5 !important;
}
.body-library .dataTables_wrapper td,
.body-library .tablepress td,
.body-library table td {
  border-right: 1px solid #00a8d5 !important;
}
.body-library .dataTables_wrapper td:last-child,
.body-library .tablepress td:last-child,
.body-library table td:last-child {
  border-right: none !important;
}
.body-library .panel-title a:after {
  background-image: url("../img/icon-library-minus.svg");
}
.body-library .panel-title a.collapsed:after {
  background-image: url("../img/icon-library-plus.svg");
}
.body-library .wrapper-popup-donation h3 {
  color: #00a8d5;
}
.body-library .wrapper-popup-donation span:hover {
  color: #00a8d5;
}

/*--------------------------------------------------------*\
  Library FYI
\*--------------------------------------------------------*/
.wrapper-library-fyi {
  overflow: auto;
  margin: 0;
  border: 1px solid #edf0f0;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .wrapper-library-fyi {
    margin: 0 30px 0 0;
  }
}
.wrapper-library-fyi h3 {
  font-size: 1.286em;
  padding: 30px;
  margin: 0;
  color: #16211f;
  text-align: center;
  background-color: #edf0f0;
}
.wrapper-library-fyi li {
  border-top: 1px solid #edf0f0;
}
.wrapper-library-fyi .wrapper-fyi {
  padding: 0;
  margin: 0;
}
.wrapper-library-fyi .wrapper-fyi li {
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  color: #a2a2a2;
}
.wrapper-library-fyi .wrapper-fyi li.hours a:before {
  background-image: url(../img/icon-library-clock.svg);
}
.wrapper-library-fyi .wrapper-fyi li.email a:before {
  background-image: url(../img/icon-library-mail.svg);
}
.wrapper-library-fyi .wrapper-fyi li.phone a:before {
  background-image: url(../img/icon-library-phone.svg);
}
.wrapper-library-fyi .wrapper-fyi li.faq a:before {
  background-image: url(../img/icon-library-faq.svg);
}
.wrapper-library-fyi .wrapper-fyi a {
  position: static;
  color: #16211f;
  display: inline-block;
  padding: 0 5px;
}
.wrapper-library-fyi .wrapper-fyi a:hover {
  color: #00a8d5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-library-fyi .wrapper-fyi a:before, .wrapper-library-fyi .wrapper-fyi a:after {
  content: "";
  position: absolute;
  top: 15px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}
.wrapper-library-fyi .wrapper-fyi a:before {
  left: 12px;
  width: 24px;
}
.wrapper-library-fyi .wrapper-fyi a:after {
  right: 10px;
  width: 12px;
}

/*--------------------------------------------------------*\
  Accordion
\*--------------------------------------------------------*/
.wrapper-standard .panel-title {
  margin: -1px 0 0 0;
}
.wrapper-standard .panel-body {
  padding: 30px;
}
.wrapper-standard .panel-body h4 {
  color: #16211f;
  font-weight: 700;
}

.panel-title {
  margin: -1px 0 0 0;
  margin-top: -1px;
}
.panel-title a {
  position: relative;
  display: block;
  text-transform: none;
  padding: 15px 50px 15px 0;
  color: #16211f;
  font-weight: 400;
  font-size: 1.286em;
  border-bottom: 1px solid #edf0f0;
  border-top: 1px solid #edf0f0;
}
.panel-title a:hover, .panel-title a:focus {
  text-decoration: none;
}
.panel-title a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-minus.svg");
}
.panel-title a.collapsed:after {
  background-image: url("../img/icon-plus.svg");
}

.panel-body {
  padding: 20px;
}

/*--------------------------------------------------------*\
 News Details Banner
\*--------------------------------------------------------*/
.wrapper-banner-news {
  position: relative;
  background-color: #d30c55;
}
@media (min-width: 768px) {
  .wrapper-banner-news {
    background-color: transparent;
  }
  .wrapper-banner-news:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 50px);
    width: 100%;
    background-color: #d30c55;
    z-index: -1;
  }
}
.wrapper-banner-news h1,
.wrapper-banner-news h2,
.wrapper-banner-news h3,
.wrapper-banner-news h4,
.wrapper-banner-news h5,
.wrapper-banner-news h6,
.wrapper-banner-news .wrapper-date,
.wrapper-banner-news span {
  color: #fefeff;
}
.wrapper-banner-news h1 {
  font-size: 36px;
}
.wrapper-banner-news .btn.btn-back {
  color: #fefeff;
}
.wrapper-banner-news .btn.btn-back:after {
  background-image: url("../img/icon-arrow-white-prev.svg");
}
@media (min-width: 768px) {
  .wrapper-banner-news .two-column .column:last-child .content {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .wrapper-banner-news .two-column .column:last-child .content {
    margin-left: 0;
  }
}

/*--------------------------------------------------------*\
  Step Tabs
\*--------------------------------------------------------*/
.wrapper-step-tabs {
  text-align: center;
}
.wrapper-step-tabs h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #d30c55;
}
.wrapper-step-tabs span {
  font-weight: 700;
  text-transform: uppercase;
  color: #d30c55;
}
.wrapper-step-tabs h3 {
  font-size: 1.286em;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.wrapper-step-tabs .wrapper-nav-tabs {
  text-align: center;
  padding: 0;
}
.wrapper-step-tabs .wrapper-nav-tabs ul {
  margin: 0;
  padding: 30px 0;
}
.wrapper-step-tabs .wrapper-nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 5px;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .wrapper-step-tabs .wrapper-nav-tabs li {
    margin: 0 10px;
  }
}
.wrapper-step-tabs .wrapper-nav-tabs li.active a {
  color: #fefeff;
  background: #16211f;
  border: 1px solid #16211f !important;
}
.wrapper-step-tabs .wrapper-nav-tabs a {
  border-radius: 100%;
  font-size: 1.8em;
  padding: 1px 16px 3px;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2;
  font-weight: 300;
}
.wrapper-step-tabs .wrapper-nav-tabs a:after {
  display: none;
}
.wrapper-step-tabs .tab-content {
  padding: 0;
}
@media (min-width: 768px) {
  .wrapper-step-tabs .tab-content {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------*\
  Second nav
\*--------------------------------------------------------*/
.wrapper-nav-secondary {
  z-index: 998;
}
.wrapper-nav-secondary ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.wrapper-nav-secondary ul li {
  display: inline-block;
  list-style-type: none;
}
.wrapper-nav-secondary ul li.active a {
  color: #d30c55;
}
.wrapper-nav-secondary ul li:hover a {
  color: #d30c55;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wrapper-nav-secondary ul a {
  display: inline-block;
  padding: 20px 40px;
  color: #16211f;
  font-size: 1.143em;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*--------------------------------------------------------*\
  Slick Arrow
\*--------------------------------------------------------*/
.slick-arrow.slick-prev:after, .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.slick-arrow:hover {
  background-color: #16211f;
}
.slick-arrow:hover.slick-prev:after {
  background-image: url("../img/icon-arrow-prev.svg");
}
.slick-arrow:hover.slick-next:after {
  background-image: url("../img/icon-arrow-next.svg");
}
.slick-arrow.slick-prev:after {
  background-image: url("../img/icon-arrow-black-prev.svg");
}
.slick-arrow.slick-next:after {
  background-image: url("../img/icon-arrow-black-next.svg");
}

.slick-dots {
  padding: 15px 0 0 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  color: transparent;
  position: relative;
  background-color: transparent;
  border: none;
}
.slick-dots li button {
  background-color: transparent;
  border: none;
}
.slick-dots li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6px;
  width: 6px;
  background-color: #d8dcdb;
  border-radius: 100%;
}
.slick-dots li.slick-active:after {
  background-color: #d30c55;
}

/*--------------------------------------------------------*\
  Woo Commerce
\*--------------------------------------------------------*/
.woocommerce .woocommerce-message {
  border-top-color: #6ff8ab;
  background-color: #edf0f0;
}
.woocommerce .woocommerce-message:before {
  content: "";
  top: 18px;
  height: 18px;
  width: 18px;
  background-image: url("../img/icon-woo-tick.svg");
  background-repeat: no-repeat;
}
.woocommerce table th,
.woocommerce table td {
  color: #16211f;
}
.woocommerce .quantity .qty {
  width: 80px !important;
}
.woocommerce .product-name a {
  color: #16211f;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.woocommerce .product-name a:hover {
  color: #d30c55;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.woocommerce .wc-proceed-to-checkout {
  display: inline-block;
  float: right;
}
.woocommerce .button {
  background-color: #16211f !important;
  color: #fefeff !important;
  font-size: 0.875em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600 !important;
}
.woocommerce .product-remove a.remove {
  position: relative;
  color: transparent !important;
}
.woocommerce .product-remove a.remove:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-image: url("../img/icon-woo-cross.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.woocommerce .product-remove a.remove:hover {
  color: transparent !important;
  background-color: transparent !important;
}
.woocommerce .product-remove a.remove:hover:after {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url("../img/icon-woo-cross-hover.svg");
}

/*--------------------------------------------------------*\
  Timetable
\*--------------------------------------------------------*/
.tt_timetable .tt_hours_column {
  background-color: #16211f !important;
  color: #fefeff;
  height: 44px;
}
.tt_timetable .event_container {
  background-color: #d8dcdb;
}
.tt_timetable thead tr th {
  height: 44px;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fefeff !important;
  background-color: #d30c55 !important;
}
.tt_timetable .event_container {
  padding: 30px 10px !important;
}
.tt_timetable .event_header {
  margin-bottom: 15px !important;
}
.tt_timetable .top_hour,
.tt_timetable .bottom_hour {
  margin: 0 auto !important;
  display: inline-block !important;
}
.tt_timetable .hours_container span {
  font-weight: 400 !important;
}
.tt_timetable .after_hour_text {
  clear: both;
}

.ui-tabs-nav .ui-state-default {
  display: none !important;
}

.top_hour {
  position: relative;
  padding: 0 10px 0 0;
}
.top_hour:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 3px;
  color: #d30c55;
}

/*--------------------------------------------------------*\
  Timetable
\*--------------------------------------------------------*/
.page-template-template-sidebar .wrapper-feature-two-column .column {
  background-color: #fefeff;
}
.page-template-template-sidebar .wrapper-feature-two-column .column.bg-lightgrey:first-child:before, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-lightgrey:first-child:after, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-lightgrey:last-child:before, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-lightgrey:last-child:after, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-black:first-child:before, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-black:first-child:after, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-black:last-child:before, .page-template-template-sidebar .wrapper-feature-two-column .column.bg-black:last-child:after {
  background-color: transparent;
}
.page-template-template-sidebar .wrapper-feature-two-column .column .wrapper-content {
  margin: 0;
  padding: 0;
}
.page-template-template-sidebar .wrapper-feature-two-column .column h2 {
  border-color: #16211f;
}
.page-template-template-sidebar .wrapper-feature-two-column .column p {
  color: #16211f;
}

/*--------------------------------------------------------*\
  Pagination
\*--------------------------------------------------------*/
.wrapper-news-pagination {
  margin: 0;
  padding-top: 40px;
}
.wrapper-news-pagination .wrapper-prev,
.wrapper-news-pagination .wrapper-next {
  display: inline-block;
  list-style-type: none;
}
.wrapper-news-pagination .wrapper-next {
  float: right;
}

.addthis-wrapper {
  text-align: center;
  padding: 40px 0 0 0;
}

/*--------------------------------------------------------*\
  Gravity Form
\*--------------------------------------------------------*/
.gform_wrapper .gf_progressbar_title {
  display: none;
}
.gform_wrapper form input,
.gform_wrapper form select,
.gform_wrapper form textarea {
  color: #16211f;
  font-size: 1.143em;
  border: 1px solid #16211f;
}
.gform_wrapper form .gform_footer {
  text-align: center;
}
.gform_wrapper form .gform_footer input[type=submit] {
  background-color: #16211f;
  color: #fefeff;
  border-radius: 4px;
}
.gform_wrapper table {
  border: 1px solid #d30c55;
  width: 100%;
  margin: 0 0 40px 0;
}
.gform_wrapper tbody tr {
  border-bottom: 1px solid #fefeff;
}
.gform_wrapper tbody tr:last-child {
  border-bottom: none;
}
.gform_wrapper tbody tr:nth-child(even) {
  background-color: #edf0f0;
}
.gform_wrapper th,
.gform_wrapper td {
  max-width: 200px;
  border: none !important;
  padding: 15px !important;
}
.gform_wrapper th {
  color: #fefeff;
  text-align: left;
  font-weight: 400 !important;
  background-color: #d30c55 !important;
}
.gform_wrapper td {
  color: #16211f;
  background-color: transparent !important;
  border-right: 1px solid #d30c55 !important;
}
.gform_wrapper td:last-child {
  border: none !important;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-image: url("../img/icon-arrow-grey-down.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}

/*--------------------------------------------------------*\
  Table Press
\*--------------------------------------------------------*/
.dataTables_wrapper,
.tablepress,
table {
  padding: 20px 0;
}
.dataTables_wrapper tbody tr:nth-child(odd):last-child,
.tablepress tbody tr:nth-child(odd):last-child,
table tbody tr:nth-child(odd):last-child {
  border-bottom: 1px solid #d30c55;
}
.dataTables_wrapper tbody tr:nth-child(even),
.tablepress tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
  background-color: #edf0f0;
}
.dataTables_wrapper th,
.dataTables_wrapper td,
.tablepress th,
.tablepress td,
table th,
table td {
  max-width: 200px;
  border: none !important;
  padding: 15px !important;
}
.dataTables_wrapper th,
.tablepress th,
table th {
  color: #fefeff;
  text-align: left;
  font-weight: 400 !important;
  background-color: #d30c55 !important;
}
.dataTables_wrapper td,
.tablepress td,
table td {
  color: #16211f;
  background-color: transparent !important;
  border-right: 1px solid #d30c55 !important;
}
.dataTables_wrapper td:last-child,
.tablepress td:last-child,
table td:last-child {
  border: none !important;
}
.dataTables_wrapper h2,
.dataTables_wrapper h3 h4,
.dataTables_wrapper h5,
.dataTables_wrapper h6,
.tablepress h2,
.tablepress h3 h4,
.tablepress h5,
.tablepress h6,
table h2,
table h3 h4,
table h5,
table h6 {
  font-size: 1.143em;
  color: #fefeff !important;
}
.dataTables_wrapper caption a,
.tablepress caption a,
table caption a {
  clear: both;
  float: right;
}

/*--------------------------------------------------------*\
 Map
\*--------------------------------------------------------*/
.wrapper-map #soda-map-canvas {
  height: 400px;
}

/*--------------------------------------------------------*\
 Staff Listing
\*--------------------------------------------------------*/
.wrapper-listing-staff .listing-staff {
  padding: 0;
  margin: 0;
}
.wrapper-listing-staff .listing-staff li {
  list-style-type: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .wrapper-listing-staff .listing-staff li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .wrapper-listing-staff .listing-staff li:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .wrapper-listing-staff .listing-staff li:nth-child(4n+1) {
    clear: both;
  }
}
.wrapper-listing-staff .listing-staff .wrapper-image {
  height: 280px;
  background-color: #edf0f0;
}
@media (min-width: 1200px) {
  .wrapper-listing-staff .listing-staff .wrapper-image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .wrapper-listing-staff .listing-staff .wrapper-image {
    height: 250px;
  }
}
.wrapper-listing-staff .listing-staff .wrapper-content {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .wrapper-listing-staff .listing-staff .wrapper-content {
    min-height: 230px;
  }
}
.wrapper-listing-staff .listing-staff h3 {
  margin-bottom: 10px;
}
.wrapper-listing-staff .listing-staff h4 {
  margin: 0 0 5px 0;
  font-size: 0.875em;
  color: rgba(22, 33, 31, 0.5);
}
.wrapper-listing-staff .listing-staff .btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .wrapper-listing-staff .listing-staff .btn {
    position: absolute;
    bottom: 30px;
  }
}

/*--------------------------------------------------------*\
 forms
\*--------------------------------------------------------*/
.gform_wrapper .gf_progressbar,
.single-column .gform_wrapper .gf_progressbar {
  padding: 0 !important;
  box-shadow: none !important;
  background-color: rgba(162, 162, 162, 0.15) !important;
}
.gform_wrapper .gf_progressbar:after,
.single-column .gform_wrapper .gf_progressbar:after {
  margin-top: -40px !important;
  height: 40px !important;
  box-shadow: none !important;
  background: none !important;
}
.gform_wrapper .gf_progressbar_title,
.single-column .gform_wrapper .gf_progressbar_title {
  opacity: 1 !important;
  text-transform: uppercase;
}
.gform_wrapper .percentbar_blue,
.single-column .gform_wrapper .percentbar_blue {
  height: 40px !important;
  box-shadow: none !important;
  background: none !important;
  background-color: #d30c55 !important;
}
.gform_wrapper .percentbar_blue span,
.single-column .gform_wrapper .percentbar_blue span {
  display: none !important;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select,
.single-column .gform_wrapper .ginput_container input,
.single-column .gform_wrapper .ginput_container textarea,
.single-column .gform_wrapper .ginput_container select {
  border-color: #a2a2a2 !important;
}
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container select,
.single-column .gform_wrapper .ginput_container input[type=text],
.single-column .gform_wrapper .ginput_container select {
  padding: 0 10px !important;
}
.gform_wrapper .ginput_container input[type=text] + label,
.gform_wrapper .ginput_container select + label,
.single-column .gform_wrapper .ginput_container input[type=text] + label,
.single-column .gform_wrapper .ginput_container select + label {
  font-weight: 500 !important;
  font-size: 0.75em !important;
  text-transform: uppercase;
  color: #a2a2a2;
}
.gform_wrapper .ginput_container input[type=checkbox] + label,
.single-column .gform_wrapper .ginput_container input[type=checkbox] + label {
  font-size: 1.143em !important;
  font-weight: 500 !important;
}
.gform_wrapper .gfield_label,
.single-column .gform_wrapper .gfield_label {
  font-weight: 600 !important;
}
.gform_wrapper .gsection,
.single-column .gform_wrapper .gsection {
  padding: 40px 0 0 0 !important;
  border-bottom: none !important;
}
.gform_wrapper .gsection h2,
.single-column .gform_wrapper .gsection h2 {
  color: #d30c55;
  font-size: 1.5em !important;
}
.gform_wrapper .gfield_checkbox,
.single-column .gform_wrapper .gfield_checkbox {
  position: relative;
  overflow: auto;
}
.gform_wrapper .gfield_checkbox input[type=checkbox],
.single-column .gform_wrapper .gfield_checkbox input[type=checkbox] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gform_wrapper .gfield_checkbox input[type=checkbox] + label,
.single-column .gform_wrapper .gfield_checkbox input[type=checkbox] + label {
  padding: 0 0 0 25px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] + label:before,
.single-column .gform_wrapper .gfield_checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 2px solid #d30c55;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after,
.single-column .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  height: 8px;
  width: 8px;
  background-color: #d30c55;
}
.gform_wrapper .ginput_container_fileupload,
.single-column .gform_wrapper .ginput_container_fileupload {
  position: relative;
}
.gform_wrapper .ginput_container_fileupload input,
.single-column .gform_wrapper .ginput_container_fileupload input {
  padding: 20px;
}
.gform_wrapper .ginput_container_fileupload input[type=file],
.single-column .gform_wrapper .ginput_container_fileupload input[type=file] {
  width: 100%;
  height: 200px;
}
.gform_wrapper .gform_page_footer,
.single-column .gform_wrapper .gform_page_footer {
  text-align: center;
  border: none !important;
  padding: 80px 0 0 0 !important;
}
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit],
.single-column .gform_wrapper .gform_page_footer .gform_next_button,
.single-column .gform_wrapper .gform_page_footer input[type=submit] {
  float: right;
}
.gform_wrapper .gform_page_footer .gform_previous_button,
.single-column .gform_wrapper .gform_page_footer .gform_previous_button {
  float: left;
}
.gform_wrapper .gform_page_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit],
.single-column .gform_wrapper .gform_page_footer .gform_previous_button,
.single-column .gform_wrapper .gform_page_footer .gform_next_button,
.single-column .gform_wrapper .gform_page_footer input[type=submit] {
  letter-spacing: 2px;
  margin: 0;
  font-size: 0.875em !important;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_next_button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.single-column .gform_wrapper .gform_page_footer .gform_previous_button:hover,
.single-column .gform_wrapper .gform_page_footer .gform_next_button:hover,
.single-column .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #16211f;
  color: #fefeff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_page_footer input[type=submit],
.single-column .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 4px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_page_footer input[type=submit],
.single-column .gform_wrapper .gform_page_footer input[type=submit] {
    width: calc(50% - 55px);
  }
}
@media (min-width: 992px) {
  .gform_wrapper .gform_page_footer input[type=submit],
.single-column .gform_wrapper .gform_page_footer input[type=submit] {
    width: calc(33.33% - 55px);
  }
}
.gform_wrapper .gform_page_footer .gform_save_link,
.single-column .gform_wrapper .gform_page_footer .gform_save_link {
  clear: both;
  display: block;
  letter-spacing: 2px;
  font-size: 0.875em !important;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0 0 !important;
}
@media (min-width: 992px) {
  .gform_wrapper .gform_page_footer .gform_save_link,
.single-column .gform_wrapper .gform_page_footer .gform_save_link {
    clear: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 10px 0 0 0 !important;
  }
}
.gform_wrapper ul.gfield_radio li,
.single-column .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  padding: 0 30px 0 0 !important;
  position: relative;
  overflow: auto;
}
.gform_wrapper ul.gfield_radio li input[type=radio],
.single-column .gform_wrapper ul.gfield_radio li input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gform_wrapper ul.gfield_radio li input[type=radio] + label,
.single-column .gform_wrapper ul.gfield_radio li input[type=radio] + label {
  padding: 0 0 0 20px;
}
.gform_wrapper ul.gfield_radio li input[type=radio] + label:before,
.single-column .gform_wrapper ul.gfield_radio li input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 2px solid #d30c55;
  border-radius: 100%;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.single-column .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 8px;
  width: 8px;
  background-color: #d30c55;
  border-radius: 100%;
}
.gform_wrapper ul.gfield_radio input[type=radio] + label,
.single-column .gform_wrapper ul.gfield_radio input[type=radio] + label {
  font-size: 1.143em !important;
  font-weight: 500 !important;
}
.gform_wrapper ::-webkit-input-placeholder,
.single-column .gform_wrapper ::-webkit-input-placeholder {
  color: #a2a2a2;
}
.gform_wrapper :-moz-placeholder,
.single-column .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #a2a2a2;
}
.gform_wrapper ::-moz-placeholder,
.single-column .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2a2a2;
}
.gform_wrapper :-ms-input-placeholder,
.single-column .gform_wrapper :-ms-input-placeholder {
  color: #a2a2a2;
}

/*--------------------------------------------------------*\

\*--------------------------------------------------------*/
#gform_wrapper_3 .gfield_price {
  display: none;
}

/*--------------------------------------------------------*\
  Add this
\*--------------------------------------------------------*/
.addthis-wrapper span {
  color: #a2a2a2;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.addthis-wrapper .at-share-btn-elements {
  padding: 15px 0 0 0;
}
.addthis-wrapper .at-share-btn-elements a {
  position: relative;
  height: 30px;
  width: 30px;
  background-color: #a2a2a2 !important;
  border-radius: 100% !important;
}
.addthis-wrapper .at-share-btn-elements a:hover {
  background-color: #d30c55 !important;
}
.addthis-wrapper .at-share-btn-elements svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------*\
  Popup Donation
\*--------------------------------------------------------*/
.wrapper-popup-donation {
  display: none;
}
@media (min-width: 768px) {
  .wrapper-popup-donation {
    position: fixed;
    display: inline-block;
    background: #1da8e3;
    right: 0;
    bottom: 0;
    background-color: #edf0f0;
    padding: 40px 80px 40px 40px;
    max-width: 400px;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
}
.wrapper-popup-donation.donation-close {
  display: none;
}
.wrapper-popup-donation h3 {
  color: #d30c55;
}
.wrapper-popup-donation span {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-popup-donation span:hover {
  color: #d30c55;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-popup-donation p + .btn.btn-primary {
  margin-top: 10px;
}

/*--------------------------------------------------------*\
  Calendar
\*--------------------------------------------------------*/
.ui-datepicker-calendar {
  background-color: #fefeff;
}
.ui-datepicker-calendar td {
  padding: 5px;
  border: 1px solid #bbb !important;
}
.ui-datepicker-calendar th {
  color: #fefeff !important;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-state-active {
  background: transparent !important;
  border: 1px solid transparent !important;
  text-shadow: none !important;
}
.ui-datepicker-calendar .ui-datepicker-today {
  background-color: #d30c55 !important;
  box-shadow: none !important;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #fefeff !important;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #d30c55 !important;
  color: #fefeff !important;
}

.ui-datepicker-calendar .ui-state-default {
  box-shadow: none !important;
}

.ui-datepicker-title {
  background-color: #d30c55 !important;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  color: #16211f !important;
}

.gform_title {
  display: none;
}

.full-radio li {
  width: 100%;
}

.wrapper-thankyou {
  text-align: center;
}
.wrapper-thankyou h1 {
  color: #d30c55;
}

.ginput_container_total span {
  color: #16211f !important;
  font-size: 30px !important;
  font-weight: 600;
}

/*--------------------------------------------------------*\
  Offer Page
\*--------------------------------------------------------*/
.page-offer .single-column {
  text-align: center;
}
.page-offer .single-column h2 {
  color: #d30c55;
}
.page-offer .single-column .gfield_checkbox {
  text-align: center;
}
.page-offer .single-column .gfield_checkbox li {
  display: inline-block;
  width: 200px;
}

/*--------------------------------------------------------*\
  Woocommerce
\*--------------------------------------------------------*/
.woocommerce-page .woocommerce-product-gallery {
  width: 80% !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce-product-gallery {
    float: left !important;
    width: 20% !important;
  }
}
.woocommerce-page .summary.entry-summary {
  width: auto !important;
}
@media (min-width: 768px) {
  .woocommerce-page .summary.entry-summary {
    float: left !important;
    padding-left: 40px;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .woocommerce-page .summary.entry-summary {
    max-width: 60%;
    padding-left: 80px;
  }
}
.woocommerce-page .woocommerce-tabs .wc-tabs {
  display: none;
}
.woocommerce-page .variations tr {
  border: none !important;
}
.woocommerce-page .variations td {
  border: none !important;
}
.woocommerce-page .variations .label {
  padding: 15px 15px 0 0 !important;
}
.woocommerce-page .variations select {
  color: #16211f;
  border: 1px solid #16211f;
}
.woocommerce-page .quantity .qty {
  margin-top: 0 !important;
  border: 1px solid #16211f !important;
}
.woocommerce-page h3 {
  font-weight: 600;
  color: #d30c55;
}
.woocommerce-page .price {
  color: #d30c55 !important;
}
.woocommerce-page button[type=submit] {
  height: 40px;
}
.woocommerce-page .in-stock {
  color: #a2a2a2 !important;
}

/*--------------------------------------------------------*\
  Woocommerce Cart
\*--------------------------------------------------------*/
.woocommerce-cart td,
.woocommerce-checkout td {
  border-right: 1px solid #16211f !important;
}
.woocommerce-cart th,
.woocommerce-checkout th {
  background-color: #16211f !important;
  color: #fefeff !important;
}
.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table {
  padding: 0 !important;
}
.woocommerce-cart .shop_table ::-webkit-input-placeholder,
.woocommerce-checkout .shop_table ::-webkit-input-placeholder {
  color: #16211f;
}
.woocommerce-cart .shop_table :-moz-placeholder,
.woocommerce-checkout .shop_table :-moz-placeholder {
  /* Firefox 18- */
  color: #16211f;
}
.woocommerce-cart .shop_table ::-moz-placeholder,
.woocommerce-checkout .shop_table ::-moz-placeholder {
  /* Firefox 19+ */
  color: #16211f;
}
.woocommerce-cart .shop_table :-ms-input-placeholder,
.woocommerce-checkout .shop_table :-ms-input-placeholder {
  color: #16211f;
}
.woocommerce-cart .order-total th,
.woocommerce-checkout .order-total th {
  background-color: #d30c55 !important;
}
.woocommerce-cart #coupon_code,
.woocommerce-checkout #coupon_code {
  width: 150px;
  border: 1px solid #16211f;
  color: #16211f;
}

/*--------------------------------------------------------*\
  Woocommerce Checkout
\*--------------------------------------------------------*/
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100% !important;
}
.woocommerce-checkout .col-2 {
  padding: 40px 0 0 0;
}
.woocommerce-checkout .cart-subtotal th {
  color: #16211f !important;
  border-right: 1px solid #16211f !important;
  background-color: #fefeff !important;
}
.woocommerce-checkout label {
  color: #16211f;
  font-weight: 400 !important;
}
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel] {
  border-bottom: 1px solid #a2a2a2;
  border-radius: 0;
}
.woocommerce-checkout input[type=submit] {
  margin-top: 15px !important;
}
.woocommerce-checkout .woocommerce-invalid label,
.woocommerce-checkout .required {
  color: #d30c55 !important;
}
.woocommerce-checkout .woocommerce-invalid input {
  border: none !important;
  border-bottom: 1px solid #d30c55 !important;
}
.woocommerce-checkout .woocommerce-validated input {
  border: none !important;
  border-bottom: 1px solid #69bf29 !important;
}
.woocommerce-checkout select {
  height: 40px !important;
}
.woocommerce-checkout textarea {
  border: 1px solid #a2a2a2;
  min-height: 200px;
  padding: 15px;
}
.woocommerce-checkout .order_details {
  padding: 0 !important;
}

/**
 *  @Benny Pleae move this to proper location
 */
/* show blue color on news details page if it Library.. news*/
.body-library .wrapper-banner-news:after {
  background-color: #00a8d5;
}

figcaption {
  color: #16211f;
  padding: 5px 0 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#gform_13 .gfield_price {
  display: none !important;
}
#gform_13 .gsection_title {
  font-size: 40px !important;
  text-align: center;
}

#gform_page_2_6 .gform_page_footer .gform_save_link {
  display: none;
}

.woocommerce-checkout input[type=checkbox] {
  margin-left: 0 !important;
  height: auto !important;
  min-width: auto !important;
}
.woocommerce-checkout input[type=checkbox] + span {
  margin-left: 25px !important;
}

/*--------------------------------------------------------*\

\*--------------------------------------------------------*/

/*# sourceMappingURL=base.css.map */
