@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@font-face {
 font-family:"Avenir";
 src:url("/Content/fonts/Avenir/Avenir-Light.ttf") format("truetype");
 font-weight:300;
 font-style:normal
}
@font-face {
 font-family:"Avenir";
 src:url("/Content/fonts/Avenir/Avenir-Book.ttf") format("truetype");
 font-weight:400;
 font-style:normal
}
@font-face {
 font-family:"Avenir";
 src:url("/Content/fonts/Avenir/Avenir-Medium.ttf") format("truetype");
 font-weight:500;
 font-style:normal
}
@font-face {
 font-family:"Avenir";
 src:url("/Content/fonts/Avenir/Avenir-Heavy.ttf") format("truetype");
 font-weight:600;
 font-style:normal
}
@font-face {
 font-family:"Avenir";
 src:url("/Content/fonts/Avenir/Avenir-Black.ttf") format("truetype");
 font-weight:700;
 font-style:normal
}
@font-face {
 font-family:"Bodoni";
 src:url("/Content/fonts/Bodoni 72/BodoniSvtyTwoITCTT-Book.ttf") format("truetype");
 font-weight:400;
 font-style:normal
}
@font-face {
 font-family:"Bodoni";
 src:url("/Content/fonts/Bodoni 72/BodoniSvtyTwoITCTT-BookIta.ttf") format("truetype");
 font-weight:400;
 font-style:italic
}
@font-face {
 font-family:"Bodoni";
 src:url("/Content/fonts/Bodoni 72/BodoniSvtyTwoITCTT-Bold.ttf") format("truetype");
 font-weight:600;
 font-style:normal
}
@font-face {
 font-family:"Didot";
 src:url("/Content/fonts/Didot/Didot.ttf") format("truetype");
 font-weight:400;
 font-style:normal
}
@font-face {
 font-family:"Didot";
 src:url("/Content/fonts/Didot/Didot-Italic.ttf") format("truetype");
 font-weight:400;
 font-style:italic
}
@font-face {
 font-family:"Didot";
 src:url("/Content/fonts/Didot/Didot-Bold.ttf") format("truetype");
 font-weight:600;
 font-style:normal
}
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:.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:-.5em
}
sub {
 bottom:-.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 silver;
 margin:0 2px;
 padding:.35em .625em .75em
}
legend {
 border:0;
 padding:0
}
textarea {
 overflow:auto
}
optgroup {
 font-weight:bold
}
table {
 border-collapse:collapse;
 border-spacing:0
}
td,
th {
 padding:0
}
@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('/Content/fonts/glyphicons-halflings-regular.eot');
 src:url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
 url('/Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
 url('/Content/fonts/glyphicons-halflings-regular.woff') format('woff'),
 url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
 url('/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
 position:relative;
 top:1px;
 display:inline-block;
 font-family:'Glyphicons Halflings';
 font-style:normal;
 font-weight:normal;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.glyphicon-asterisk:before {
 content:"*"
}
.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-yen:before {
 content:"¥"
}
.glyphicon-ruble: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:transparent
}
body {
 font-family:'Avenir',sans-serif;
 font-size:16px;
 line-height:2;
 color:#000;
 background-color:#7fffd4
}
input,
button,
select,
textarea {
 font-family:inherit;
 font-size:inherit;
 line-height:inherit
}
a {
 color:#ebbb55;
 text-decoration:none
}
a:hover,
a:focus {
 color:#da9c1a;
 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,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
 display:block;
 max-width:100%;
 height:auto
}
.img-rounded {
 border-radius:6px
}
.img-thumbnail {
 padding:4px;
 line-height:2;
 background-color:#7fffd4;
 border:1px solid #ddd;
 border-radius:0;
 -webkit-transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
 display:inline-block;
 max-width:100%;
 height:auto
}
.img-circle {
 border-radius:50%
}
hr {
 margin-top:10px;
 margin-bottom:10px;
 border:0;
 border-top:1px solid #eee
}
.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
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 font-family:'Avenir',sans-serif;
 font-weight:bold;
 line-height:1.2;
 color:inherit
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
 font-weight:normal;
 line-height:1;
 color:#777
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
 margin-top:10px;
 margin-bottom:5px
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
 font-size:65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
 margin-top:5px;
 margin-bottom:5px
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
 font-size:75%
}
h1,
.h1 {
 font-size:2.5em
}
h2,
.h2 {
 font-size:2em
}
h3,
.h3 {
 font-size:1.7em
}
h4,
.h4 {
 font-size:1.25em
}
h5,
.h5 {
 font-size:1em
}
h6,
.h6 {
 font-size:.85em
}
p {
 margin:0 0 5px
}
.lead {
 margin-bottom:10px;
 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:.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 {
 text-transform:uppercase
}
.text-capitalize {
 text-transform:capitalize
}
.text-muted {
 color:#777
}
.text-primary {
 color:#ebbb55
}
a.text-primary:hover {
 color:#e6a927
}
.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;
 background-color:#ebbb55
}
a.bg-primary:hover {
 background-color:#e6a927
}
.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:4px;
 margin:20px 0 10px;
 border-bottom:1px solid #eee
}
ul,
ol {
 margin-top:0;
 margin-bottom:5px
}
ul ul,
ol ul,
ul ol,
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:10px
}
dt,
dd {
 line-height:2
}
dt {
 font-weight:bold
}
dd {
 margin-left:0
}
@media(min-width:768px) {
 .dl-horizontal dt {
  float:left;
  width:160px;
  clear:left;
  text-align:right;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
 }
 .dl-horizontal dd {
  margin-left:180px
 }
}
abbr[title],
abbr[data-original-title] {
 cursor:help;
 border-bottom:1px dotted #777
}
.initialism {
 font-size:90%;
 text-transform:uppercase
}
blockquote {
 padding:5px 10px;
 margin:0 0 10px;
 font-size:20px;
 border-left:5px solid #eee
}
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:2;
 color:#777
}
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 #eee;
 border-left:0;
 text-align:right
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
 content:''
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
 content:' —'
}
address {
 margin-bottom:10px;
 font-style:normal;
 line-height:2
}
code,
kbd,
pre,
samp {
 font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}
code {
 padding:2px 4px;
 font-size:90%;
 color:#c7254e;
 background-color:#f9f2f4;
 border-radius:0
}
kbd {
 padding:2px 4px;
 font-size:90%;
 color:#fff;
 background-color:#333;
 border-radius:3px;
 box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
 padding:0;
 font-size:100%;
 font-weight:bold;
 box-shadow:none
}
pre {
 display:block;
 padding:4.5px;
 margin:0 0 5px;
 font-size:15px;
 line-height:2;
 word-break:break-all;
 word-wrap:break-word;
 color:#333;
 background-color:#f5f5f5;
 border:1px solid #ccc;
 border-radius:0
}
pre code {
 padding:0;
 font-size:inherit;
 color:inherit;
 white-space:pre-wrap;
 background-color:transparent;
 border-radius:0
}
.pre-scrollable {
 max-height:340px;
 overflow-y:scroll
}

@media(min-width:768px) {
 .container {
  width:750px
 }
}
@media(min-width:992px) {
 .container {
  width:970px
 }
}
@media(min-width:1200px) {
 .container {
  width:1170px
 }
}
.container-fluid {
 margin-right:auto;
 margin-left:auto;
 padding-left:15px;
 padding-right:15px
}
.row {
 margin-left:-15px;
 margin-right:-15px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
 position:relative;
 min-height:1px;
 padding-left:15px;
 padding-right:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
 float:left
}
.col-xs-12 {
 width:100%
}
.col-xs-11 {
 width:91.666666667%
}
.col-xs-10 {
 width:83.333333333%
}
.col-xs-9 {
 width:75%
}
.col-xs-8 {
 width:66.666666667%
}
.col-xs-7 {
 width:58.333333333%
}
.col-xs-6 {
 width:50%
}
.col-xs-5 {
 width:41.666666667%
}
.col-xs-4 {
 width:33.333333333%
}
.col-xs-3 {
 width:25%
}
.col-xs-2 {
 width:16.666666667%
}
.col-xs-1 {
 width:8.333333333%
}
.col-xs-pull-12 {
 right:100%
}
.col-xs-pull-11 {
 right:91.666666667%
}
.col-xs-pull-10 {
 right:83.333333333%
}
.col-xs-pull-9 {
 right:75%
}
.col-xs-pull-8 {
 right:66.666666667%
}
.col-xs-pull-7 {
 right:58.333333333%
}
.col-xs-pull-6 {
 right:50%
}
.col-xs-pull-5 {
 right:41.666666667%
}
.col-xs-pull-4 {
 right:33.333333333%
}
.col-xs-pull-3 {
 right:25%
}
.col-xs-pull-2 {
 right:16.666666667%
}
.col-xs-pull-1 {
 right:8.333333333%
}
.col-xs-pull-0 {
 right:auto
}
.col-xs-push-12 {
 left:100%
}
.col-xs-push-11 {
 left:91.666666667%
}
.col-xs-push-10 {
 left:83.333333333%
}
.col-xs-push-9 {
 left:75%
}
.col-xs-push-8 {
 left:66.666666667%
}
.col-xs-push-7 {
 left:58.333333333%
}
.col-xs-push-6 {
 left:50%
}
.col-xs-push-5 {
 left:41.666666667%
}
.col-xs-push-4 {
 left:33.333333333%
}
.col-xs-push-3 {
 left:25%
}
.col-xs-push-2 {
 left:16.666666667%
}
.col-xs-push-1 {
 left:8.333333333%
}
.col-xs-push-0 {
 left:auto
}
.col-xs-offset-12 {
 margin-left:100%
}
.col-xs-offset-11 {
 margin-left:91.666666667%
}
.col-xs-offset-10 {
 margin-left:83.333333333%
}
.col-xs-offset-9 {
 margin-left:75%
}
.col-xs-offset-8 {
 margin-left:66.666666667%
}
.col-xs-offset-7 {
 margin-left:58.333333333%
}
.col-xs-offset-6 {
 margin-left:50%
}
.col-xs-offset-5 {
 margin-left:41.666666667%
}
.col-xs-offset-4 {
 margin-left:33.333333333%
}
.col-xs-offset-3 {
 margin-left:25%
}
.col-xs-offset-2 {
 margin-left:16.666666667%
}
.col-xs-offset-1 {
 margin-left:8.333333333%
}
.col-xs-offset-0 {
 margin-left:0%
}
@media(min-width:768px) {
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12 {
  float:left
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-11 {
  width:91.666666667%
 }
 .col-sm-10 {
  width:83.333333333%
 }
 .col-sm-9 {
  width:75%
 }
 .col-sm-8 {
  width:66.666666667%
 }
 .col-sm-7 {
  width:58.333333333%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-5 {
  width:41.666666667%
 }
 .col-sm-4 {
  width:33.333333333%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-2 {
  width:16.666666667%
 }
 .col-sm-1 {
  width:8.333333333%
 }
 .col-sm-pull-12 {
  right:100%
 }
 .col-sm-pull-11 {
  right:91.666666667%
 }
 .col-sm-pull-10 {
  right:83.333333333%
 }
 .col-sm-pull-9 {
  right:75%
 }
 .col-sm-pull-8 {
  right:66.666666667%
 }
 .col-sm-pull-7 {
  right:58.333333333%
 }
 .col-sm-pull-6 {
  right:50%
 }
 .col-sm-pull-5 {
  right:41.666666667%
 }
 .col-sm-pull-4 {
  right:33.333333333%
 }
 .col-sm-pull-3 {
  right:25%
 }
 .col-sm-pull-2 {
  right:16.666666667%
 }
 .col-sm-pull-1 {
  right:8.333333333%
 }
 .col-sm-pull-0 {
  right:auto
 }
 .col-sm-push-12 {
  left:100%
 }
 .col-sm-push-11 {
  left:91.666666667%
 }
 .col-sm-push-10 {
  left:83.333333333%
 }
 .col-sm-push-9 {
  left:75%
 }
 .col-sm-push-8 {
  left:66.666666667%
 }
 .col-sm-push-7 {
  left:58.333333333%
 }
 .col-sm-push-6 {
  left:50%
 }
 .col-sm-push-5 {
  left:41.666666667%
 }
 .col-sm-push-4 {
  left:33.333333333%
 }
 .col-sm-push-3 {
  left:25%
 }
 .col-sm-push-2 {
  left:16.666666667%
 }
 .col-sm-push-1 {
  left:8.333333333%
 }
 .col-sm-push-0 {
  left:auto
 }
 .col-sm-offset-12 {
  margin-left:100%
 }
 .col-sm-offset-11 {
  margin-left:91.666666667%
 }
 .col-sm-offset-10 {
  margin-left:83.333333333%
 }
 .col-sm-offset-9 {
  margin-left:75%
 }
 .col-sm-offset-8 {
  margin-left:66.666666667%
 }
 .col-sm-offset-7 {
  margin-left:58.333333333%
 }
 .col-sm-offset-6 {
  margin-left:50%
 }
 .col-sm-offset-5 {
  margin-left:41.666666667%
 }
 .col-sm-offset-4 {
  margin-left:33.333333333%
 }
 .col-sm-offset-3 {
  margin-left:25%
 }
 .col-sm-offset-2 {
  margin-left:16.666666667%
 }
 .col-sm-offset-1 {
  margin-left:8.333333333%
 }
 .col-sm-offset-0 {
  margin-left:0%
 }
}
@media(min-width:992px) {
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12 {
  float:left
 }
 .col-md-12 {
  width:100%
 }
 .col-md-11 {
  width:91.666666667%
 }
 .col-md-10 {
  width:83.333333333%
 }
 .col-md-9 {
  width:75%
 }
 .col-md-8 {
  width:66.666666667%
 }
 .col-md-7 {
  width:58.333333333%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-5 {
  width:41.666666667%
 }
 .col-md-4 {
  width:33.333333333%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-2 {
  width:16.666666667%
 }
 .col-md-1 {
  width:8.333333333%
 }
 .col-md-pull-12 {
  right:100%
 }
 .col-md-pull-11 {
  right:91.666666667%
 }
 .col-md-pull-10 {
  right:83.333333333%
 }
 .col-md-pull-9 {
  right:75%
 }
 .col-md-pull-8 {
  right:66.666666667%
 }
 .col-md-pull-7 {
  right:58.333333333%
 }
 .col-md-pull-6 {
  right:50%
 }
 .col-md-pull-5 {
  right:41.666666667%
 }
 .col-md-pull-4 {
  right:33.333333333%
 }
 .col-md-pull-3 {
  right:25%
 }
 .col-md-pull-2 {
  right:16.666666667%
 }
 .col-md-pull-1 {
  right:8.333333333%
 }
 .col-md-pull-0 {
  right:auto
 }
 .col-md-push-12 {
  left:100%
 }
 .col-md-push-11 {
  left:91.666666667%
 }
 .col-md-push-10 {
  left:83.333333333%
 }
 .col-md-push-9 {
  left:75%
 }
 .col-md-push-8 {
  left:66.666666667%
 }
 .col-md-push-7 {
  left:58.333333333%
 }
 .col-md-push-6 {
  left:50%
 }
 .col-md-push-5 {
  left:41.666666667%
 }
 .col-md-push-4 {
  left:33.333333333%
 }
 .col-md-push-3 {
  left:25%
 }
 .col-md-push-2 {
  left:16.666666667%
 }
 .col-md-push-1 {
  left:8.333333333%
 }
 .col-md-push-0 {
  left:auto
 }
 .col-md-offset-12 {
  margin-left:100%
 }
 .col-md-offset-11 {
  margin-left:91.666666667%
 }
 .col-md-offset-10 {
  margin-left:83.333333333%
 }
 .col-md-offset-9 {
  margin-left:75%
 }
 .col-md-offset-8 {
  margin-left:66.666666667%
 }
 .col-md-offset-7 {
  margin-left:58.333333333%
 }
 .col-md-offset-6 {
  margin-left:50%
 }
 .col-md-offset-5 {
  margin-left:41.666666667%
 }
 .col-md-offset-4 {
  margin-left:33.333333333%
 }
 .col-md-offset-3 {
  margin-left:25%
 }
 .col-md-offset-2 {
  margin-left:16.666666667%
 }
 .col-md-offset-1 {
  margin-left:8.333333333%
 }
 .col-md-offset-0 {
  margin-left:0%
 }
}
@media(min-width:1200px) {
 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12 {
  float:left
 }
 .col-lg-12 {
  width:100%
 }
 .col-lg-11 {
  width:91.666666667%
 }
 .col-lg-10 {
  width:83.333333333%
 }
 .col-lg-9 {
  width:75%
 }
 .col-lg-8 {
  width:66.666666667%
 }
 .col-lg-7 {
  width:58.333333333%
 }
 .col-lg-6 {
  width:50%
 }
 .col-lg-5 {
  width:41.666666667%
 }
 .col-lg-4 {
  width:33.333333333%
 }
 .col-lg-3 {
  width:25%
 }
 .col-lg-2 {
  width:16.666666667%
 }
 .col-lg-1 {
  width:8.333333333%
 }
 .col-lg-pull-12 {
  right:100%
 }
 .col-lg-pull-11 {
  right:91.666666667%
 }
 .col-lg-pull-10 {
  right:83.333333333%
 }
 .col-lg-pull-9 {
  right:75%
 }
 .col-lg-pull-8 {
  right:66.666666667%
 }
 .col-lg-pull-7 {
  right:58.333333333%
 }
 .col-lg-pull-6 {
  right:50%
 }
 .col-lg-pull-5 {
  right:41.666666667%
 }
 .col-lg-pull-4 {
  right:33.333333333%
 }
 .col-lg-pull-3 {
  right:25%
 }
 .col-lg-pull-2 {
  right:16.666666667%
 }
 .col-lg-pull-1 {
  right:8.333333333%
 }
 .col-lg-pull-0 {
  right:auto
 }
 .col-lg-push-12 {
  left:100%
 }
 .col-lg-push-11 {
  left:91.666666667%
 }
 .col-lg-push-10 {
  left:83.333333333%
 }
 .col-lg-push-9 {
  left:75%
 }
 .col-lg-push-8 {
  left:66.666666667%
 }
 .col-lg-push-7 {
  left:58.333333333%
 }
 .col-lg-push-6 {
  left:50%
 }
 .col-lg-push-5 {
  left:41.666666667%
 }
 .col-lg-push-4 {
  left:33.333333333%
 }
 .col-lg-push-3 {
  left:25%
 }
 .col-lg-push-2 {
  left:16.666666667%
 }
 .col-lg-push-1 {
  left:8.333333333%
 }
 .col-lg-push-0 {
  left:auto
 }
 .col-lg-offset-12 {
  margin-left:100%
 }
 .col-lg-offset-11 {
  margin-left:91.666666667%
 }
 .col-lg-offset-10 {
  margin-left:83.333333333%
 }
 .col-lg-offset-9 {
  margin-left:75%
 }
 .col-lg-offset-8 {
  margin-left:66.666666667%
 }
 .col-lg-offset-7 {
  margin-left:58.333333333%
 }
 .col-lg-offset-6 {
  margin-left:50%
 }
 .col-lg-offset-5 {
  margin-left:41.666666667%
 }
 .col-lg-offset-4 {
  margin-left:33.333333333%
 }
 .col-lg-offset-3 {
  margin-left:25%
 }
 .col-lg-offset-2 {
  margin-left:16.666666667%
 }
 .col-lg-offset-1 {
  margin-left:8.333333333%
 }
 .col-lg-offset-0 {
  margin-left:0%
 }
}
table {
 background-color:transparent
}
caption {
 padding-top:8px;
 padding-bottom:8px;
 color:#777;
 text-align:left
}
th {
 text-align:left
}
.table {
 width:100%;
 max-width:100%;
 margin-bottom:10px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
 padding:8px;
 line-height:2;
 vertical-align:top;
 border-top:1px solid #ddd
}
.table>thead>tr>th {
 vertical-align:bottom;
 border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
 border-top:0
}
.table>tbody+tbody {
 border-top:2px solid #ddd
}
.table .table {
 background-color:#7fffd4
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
 padding:5px
}
.table-bordered {
 border:1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
 border:1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
 border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
 background-color:#f9f9f9
}
.table-hover>tbody>tr:hover {
 background-color:#f5f5f5
}
table col[class*="col-"] {
 position:static;
 float:none;
 display:table-column
}
table td[class*="col-"],
table th[class*="col-"] {
 position:static;
 float:none;
 display:table-cell
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
 background-color:#f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
 background-color:#e8e8e8
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
 background-color:#dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
 background-color:#d0e9c6
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
 background-color:#d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
 background-color:#c4e3f3
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
 background-color:#fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
 background-color:#faf2cc
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
 background-color:#f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
 background-color:#ebcccc
}
.table-responsive {
 overflow-x:auto;
 min-height:.01%
}
@media screen and (max-width:767px) {
 .table-responsive {
  width:100%;
  margin-bottom:7.5px;
  overflow-y:hidden;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  border:1px solid #ddd
 }
 .table-responsive>.table {
  margin-bottom:0
 }
 .table-responsive>.table>thead>tr>th,
 .table-responsive>.table>tbody>tr>th,
 .table-responsive>.table>tfoot>tr>th,
 .table-responsive>.table>thead>tr>td,
 .table-responsive>.table>tbody>tr>td,
 .table-responsive>.table>tfoot>tr>td {
  white-space:nowrap
 }
 .table-responsive>.table-bordered {
  border:0
 }
 .table-responsive>.table-bordered>thead>tr>th:first-child,
 .table-responsive>.table-bordered>tbody>tr>th:first-child,
 .table-responsive>.table-bordered>tfoot>tr>th:first-child,
 .table-responsive>.table-bordered>thead>tr>td:first-child,
 .table-responsive>.table-bordered>tbody>tr>td:first-child,
 .table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left:0
 }
 .table-responsive>.table-bordered>thead>tr>th:last-child,
 .table-responsive>.table-bordered>tbody>tr>th:last-child,
 .table-responsive>.table-bordered>tfoot>tr>th:last-child,
 .table-responsive>.table-bordered>thead>tr>td:last-child,
 .table-responsive>.table-bordered>tbody>tr>td:last-child,
 .table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right:0
 }
 .table-responsive>.table-bordered>tbody>tr:last-child>th,
 .table-responsive>.table-bordered>tfoot>tr:last-child>th,
 .table-responsive>.table-bordered>tbody>tr:last-child>td,
 .table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom:0
 }
}
fieldset {
 padding:0;
 margin:0;
 border:0;
 min-width:0
}
legend {
 display:block;
 width:100%;
 padding:0;
 margin-bottom:10px;
 font-size:24px;
 line-height:inherit;
 color:#333;
 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:9px;
 font-size:16px;
 line-height:2;
 color:#555
}
.form-control {
 display:block;
 width:100%;
 height:28px;
 padding:8px 16px;
 font-size:16px;
 line-height:2;
 color:#555;
 background-color:#fff;
 background-image:none;
 border:1px solid #ccc;
 border-radius:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus {
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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 {
 cursor:not-allowed;
 background-color:#eee;
 opacity:1
}
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:28px
 }
 input[type="date"].input-sm,
 input[type="time"].input-sm,
 input[type="datetime-local"].input-sm,
 input[type="month"].input-sm,
 .input-group-sm input[type="date"],
 .input-group-sm input[type="time"],
 .input-group-sm input[type="datetime-local"],
 .input-group-sm input[type="month"] {
  line-height:33px
 }
 input[type="date"].input-lg,
 input[type="time"].input-lg,
 input[type="datetime-local"].input-lg,
 input[type="month"].input-lg,
 .input-group-lg input[type="date"],
 .input-group-lg input[type="time"],
 .input-group-lg input[type="datetime-local"],
 .input-group-lg input[type="month"] {
  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:10px;
 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 {
 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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
 cursor:not-allowed
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
 cursor:not-allowed
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
 cursor:not-allowed
}
.form-control-static {
 padding-top:9px;
 padding-bottom:9px;
 margin-bottom:0
}
.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
}
select.form-group-sm .form-control {
 height:33px;
 line-height:33px
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
 height:auto
}
.form-group-sm .form-control-static {
 height:33px;
 padding:5px 10px;
 font-size:14px;
 line-height:1.5
}
.input-lg {
 height:49px;
 padding:10px 16px;
 font-size:20px;
 line-height:1.33;
 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.33;
 border-radius:6px
}
select.form-group-lg .form-control {
 height:49px;
 line-height:49px
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
 height:auto
}
.form-group-lg .form-control-static {
 height:49px;
 padding:10px 16px;
 font-size:20px;
 line-height:1.33
}
.has-feedback {
 position:relative
}
.has-feedback .form-control {
 padding-right:35px
}
.form-control-feedback {
 position:absolute;
 top:0;
 right:0;
 z-index:2;
 display:block;
 width:28px;
 height:28px;
 line-height:28px;
 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,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
 border-color:#2b542c;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
 box-shadow:inset 0 1px 1px rgba(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,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
 border-color:#66512c;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
 box-shadow:inset 0 1px 1px rgba(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,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
 border-color:#843534;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
 box-shadow:inset 0 1px 1px rgba(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:15px
}
.has-feedback label.sr-only~.form-control-feedback {
 top:0
}
.help-block {
 display:block;
 margin-top:5px;
 margin-bottom:10px;
 color:#404040
}
@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:9px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
 min-height:19px
}
.form-horizontal .form-group {
 margin-left:-15px;
 margin-right:-15px
}
@media(min-width:768px) {
 .form-horizontal .control-label {
  text-align:right;
  margin-bottom:0;
  padding-top:9px
 }
}
.form-horizontal .has-feedback .form-control-feedback {
 right:15px
}
@media(min-width:768px) {
 .form-horizontal .form-group-lg .control-label {
  padding-top:14.3px
 }
}
@media(min-width:768px) {
 .form-horizontal .form-group-sm .control-label {
  padding-top:6px
 }
}
.btn {
 display:inline-block;
 margin-bottom:0;
 font-weight:bold;
 text-align:center;
 vertical-align:middle;
 touch-action:manipulation;
 cursor:pointer;
 background-image:none;
 border:1px solid transparent;
 white-space:nowrap;
 padding:8px 16px;
 font-size:16px;
 line-height:2;
 border-radius:0;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
 outline:thin dotted;
 outline:5px auto -webkit-focus-ring-color;
 outline-offset:-2px
}
.btn:hover,
.btn:focus,
.btn.focus {
 color:#333;
 text-decoration:none
}
.btn:active,
.btn.active {
 outline:0;
 background-image:none;
 -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
 box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
 cursor:not-allowed;
 pointer-events:none;
 opacity:.65;
 filter:alpha(opacity=65);
 -webkit-box-shadow:none;
 box-shadow:none
}
.btn-default {
 color:#333;
 background-color:#fff;
 border-color:#ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
 color:#333;
 background-color:#e6e6e6;
 border-color:#adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
 background-image:none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
 background-color:#fff;
 border-color:#ccc
}
.btn-default .badge {
 color:#fff;
 background-color:#333
}
.btn-primary {
 color:#ebbb55;
 background-color:#cd5c5c;
 border-color:#adff2f
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
 color:#ebbb55;
 background-color:#bc3a3a;
 border-color:#92f100
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
 background-image:none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
 background-color:#cd5c5c;
 border-color:#adff2f
}
.btn-primary .badge {
 color:#cd5c5c;
 background-color:#ebbb55
}
.btn-success {
 color:#fff;
 background-color:#5cb85c;
 border-color:#4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
 color:#fff;
 background-color:#449d44;
 border-color:#398439
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
 background-image:none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
 background-color:#5cb85c;
 border-color:#4cae4c
}
.btn-success .badge {
 color:#5cb85c;
 background-color:#fff
}
.btn-info {
 color:#fff;
 background-color:#5bc0de;
 border-color:#46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
 color:#fff;
 background-color:#31b0d5;
 border-color:#269abc
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
 background-image:none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
 background-color:#5bc0de;
 border-color:#46b8da
}
.btn-info .badge {
 color:#5bc0de;
 background-color:#fff
}
.btn-warning {
 color:#fff;
 background-color:#f0ad4e;
 border-color:#eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
 color:#fff;
 background-color:#ec971f;
 border-color:#d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
 background-image:none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
 background-color:#f0ad4e;
 border-color:#eea236
}
.btn-warning .badge {
 color:#f0ad4e;
 background-color:#fff
}
.btn-danger {
 color:#fff;
 background-color:#d9534f;
 border-color:#d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
 color:#fff;
 background-color:#c9302c;
 border-color:#ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
 background-image:none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
 background-color:#d9534f;
 border-color:#d43f3a
}
.btn-danger .badge {
 color:#d9534f;
 background-color:#fff
}
.btn-link {
 color:#ebbb55;
 font-weight:normal;
 border-radius:0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
 background-color:transparent;
 -webkit-box-shadow:none;
 box-shadow:none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
 border-color:transparent
}
.btn-link:hover,
.btn-link:focus {
 color:#da9c1a;
 text-decoration:underline;
 background-color:transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
 color:#777;
 text-decoration:none
}
.btn-lg,
.btn-group-lg>.btn {
 padding:10px 16px;
 font-size:20px;
 line-height:1.33;
 border-radius:6px
}
.btn-sm,
.btn-group-sm>.btn {
 padding:5px 10px;
 font-size:14px;
 line-height:1.5;
 border-radius:3px
}
.btn-xs,
.btn-group-xs>.btn {
 padding:1px 5px;
 font-size:14px;
 line-height:1.5;
 border-radius:3px
}
.btn-block {
 display:block;
 width:100%
}
.btn-block+.btn-block {
 margin-top:5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
 width:100%
}
.fade {
 opacity:0;
 -webkit-transition:opacity .15s linear;
 -o-transition:opacity .15s linear;
 transition:opacity .15s linear
}
.fade.in {
 opacity:1
}
.collapse {
 display:none;
 visibility:hidden
}
.collapse.in {
 display:block;
 visibility:visible
}
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:.35s;
 transition-duration:.35s;
 -webkit-transition-timing-function:ease;
 transition-timing-function:ease
}
.caret {
 display:inline-block;
 width:0;
 height:0;
 margin-left:2px;
 vertical-align:middle;
 border-top:4px solid;
 border-right:4px solid transparent;
 border-left:4px solid transparent
}
.dropup,
.dropdown {
 position:relative
}
.dropdown-toggle:focus {
 outline:0
}
.dropdown-menu {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 display:none;
 float:left;
 min-width:160px;
 padding:5px 0;
 margin:2px 0 0;
 list-style:none;
 font-size:16px;
 text-align:left;
 background-color:#fff;
 border:1px solid #ccc;
 border:1px solid rgba(0,0,0,.15);
 border-radius:0;
 -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
 box-shadow:0 6px 12px rgba(0,0,0,.175);
 background-clip:padding-box
}
.dropdown-menu.pull-right {
 right:0;
 left:auto
}
.dropdown-menu .divider {
 height:1px;
 margin:4px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.dropdown-menu>li>a {
 display:block;
 padding:3px 20px;
 clear:both;
 font-weight:normal;
 line-height:2;
 color:#333;
 white-space:nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
 text-decoration:none;
 color:#262626;
 background-color:#f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
 color:#fff;
 text-decoration:none;
 outline:0;
 background-color:#ebbb55
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
 color:#777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
 text-decoration:none;
 background-color:transparent;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
 cursor:not-allowed
}
.open>.dropdown-menu {
 display:block
}
.open>a {
 outline:0
}
.dropdown-menu-right {
 left:auto;
 right:0
}
.dropdown-menu-left {
 left:0;
 right:auto
}
.dropdown-header {
 display:block;
 padding:3px 20px;
 font-size:14px;
 line-height:2;
 color:#777;
 white-space:nowrap
}
.dropdown-backdrop {
 position:fixed;
 left:0;
 right:0;
 bottom:0;
 top:0;
 z-index:990
}
.pull-right>.dropdown-menu {
 right:0;
 left:auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
 border-top:0;
 border-bottom:4px solid;
 content:""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
 top:auto;
 bottom:100%;
 margin-bottom:2px
}
@media(min-width:768px) {
 .navbar-right .dropdown-menu {
  left:auto;
  right:0
 }
 .navbar-right .dropdown-menu-left {
  left:0;
  right:auto
 }
}
.btn-group,
.btn-group-vertical {
 position:relative;
 display:inline-block;
 vertical-align:middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
 position:relative;
 float:left
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
 z-index:2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
 margin-left:-1px
}
.btn-toolbar {
 margin-left:-5px
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
 float:left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
 margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius:0
}
.btn-group>.btn:first-child {
 margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius:0;
 border-top-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
 border-bottom-left-radius:0;
 border-top-left-radius:0
}
.btn-group>.btn-group {
 float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
 border-radius:0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
 border-bottom-right-radius:0;
 border-top-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
 border-bottom-left-radius:0;
 border-top-left-radius:0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
 outline:0
}
.btn-group>.btn+.dropdown-toggle {
 padding-left:8px;
 padding-right:8px
}
.btn-group>.btn-lg+.dropdown-toggle {
 padding-left:12px;
 padding-right:12px
}
.btn-group.open .dropdown-toggle {
 -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
 box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
 -webkit-box-shadow:none;
 box-shadow:none
}
.btn .caret {
 margin-left:0
}
.btn-lg .caret {
 border-width:5px 5px 0;
 border-bottom-width:0
}
.dropup .btn-lg .caret {
 border-width:0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
 display:block;
 float:none;
 width:100%;
 max-width:100%
}
.btn-group-vertical>.btn-group>.btn {
 float:none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
 margin-top:-1px;
 margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
 border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
 border-bottom-left-radius:0;
 border-top-right-radius:0;
 border-top-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
 border-radius:0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
 border-top-right-radius:0;
 border-top-left-radius:0
}
.btn-group-justified {
 display:table;
 width:100%;
 table-layout:fixed;
 border-collapse:separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
 float:none;
 display:table-cell;
 width:1%
}
.btn-group-justified>.btn-group .btn {
 width:100%
}
.btn-group-justified>.btn-group .dropdown-menu {
 left:auto
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
 position:absolute;
 clip:rect(0,0,0,0);
 pointer-events:none
}
.input-group {
 position:relative;
 display:table;
 border-collapse:separate
}
.input-group[class*="col-"] {
 float:none;
 padding-left:0;
 padding-right:0
}
.input-group .form-control {
 position:relative;
 z-index:2;
 float:left;
 width:100%;
 margin-bottom:0
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
 height:49px;
 padding:10px 16px;
 font-size:20px;
 line-height:1.33;
 border-radius:6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
 height:49px;
 line-height:49px
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
 height:auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
 height:33px;
 padding:5px 10px;
 font-size:14px;
 line-height:1.5;
 border-radius:3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
 height:33px;
 line-height:33px
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
 height:auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
 display:table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
 border-radius:0
}
.input-group-addon,
.input-group-btn {
 width:1%;
 white-space:nowrap;
 vertical-align:middle
}
.input-group-addon {
 padding:8px 16px;
 font-size:16px;
 font-weight:normal;
 line-height:1;
 color:#555;
 text-align:center;
 background-color:#eee;
 border:1px solid #ccc;
 border-radius:0
}
.input-group-addon.input-sm {
 padding:5px 10px;
 font-size:14px;
 border-radius:3px
}
.input-group-addon.input-lg {
 padding:10px 16px;
 font-size:20px;
 border-radius:6px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
 margin-top:0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
 border-bottom-right-radius:0;
 border-top-right-radius:0
}
.input-group-addon:first-child {
 border-right:0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
 border-bottom-left-radius:0;
 border-top-left-radius:0
}
.input-group-addon:last-child {
 border-left:0
}
.input-group-btn {
 position:relative;
 font-size:0;
 white-space:nowrap
}
.input-group-btn>.btn {
 position:relative
}
.input-group-btn>.btn+.btn {
 margin-left:-1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
 z-index:2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
 margin-right:-1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
 margin-left:-1px
}
.nav {
 margin-bottom:0;
 padding-left:0;
 list-style:none
}
.nav>li {
 position:relative;
 display:block
}
.nav>li>a {
 position:relative;
 display:block;
 padding:10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
 text-decoration:none;
 background-color:#eee
}
.nav>li.disabled>a {
 color:#777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
 color:#777;
 text-decoration:none;
 background-color:transparent;
 cursor:not-allowed
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
 background-color:#eee;
 border-color:#ebbb55
}
.nav .nav-divider {
 height:1px;
 margin:4px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.nav>li>a>img {
 max-width:none
}
.nav-tabs {
 border-bottom:1px solid #ddd
}
.nav-tabs>li {
 float:left;
 margin-bottom:-1px
}
.nav-tabs>li>a {
 margin-right:2px;
 line-height:2;
 border:1px solid transparent;
 border-radius:0 0 0 0
}
.nav-tabs>li>a:hover {
 border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
 color:#555;
 background-color:#7fffd4;
 border:1px solid #ddd;
 border-bottom-color:transparent;
 cursor:default
}
.nav-tabs.nav-justified {
 width:100%;
 border-bottom:0
}
.nav-tabs.nav-justified>li {
 float:none
}
.nav-tabs.nav-justified>li>a {
 text-align:center;
 margin-bottom:5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
 top:auto;
 left:auto
}
@media(min-width:768px) {
 .nav-tabs.nav-justified>li {
  display:table-cell;
  width:1%
 }
 .nav-tabs.nav-justified>li>a {
  margin-bottom:0
 }
}
.nav-tabs.nav-justified>li>a {
 margin-right:0;
 border-radius:0
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
 border:1px solid #ddd
}
@media(min-width:768px) {
 .nav-tabs.nav-justified>li>a {
  border-bottom:1px solid #ddd;
  border-radius:0 0 0 0
 }
 .nav-tabs.nav-justified>.active>a,
 .nav-tabs.nav-justified>.active>a:hover,
 .nav-tabs.nav-justified>.active>a:focus {
  border-bottom-color:#7fffd4
 }
}
.nav-pills>li {
 float:left
}
.nav-pills>li>a {
 border-radius:0
}
.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:#ebbb55
}
.nav-stacked>li {
 float:none
}
.nav-stacked>li+li {
 margin-top:2px;
 margin-left:0
}
.nav-justified {
 width:100%
}
.nav-justified>li {
 float:none
}
.nav-justified>li>a {
 text-align:center;
 margin-bottom:5px
}
.nav-justified>.dropdown .dropdown-menu {
 top:auto;
 left:auto
}
@media(min-width:768px) {
 .nav-justified>li {
  display:table-cell;
  width:1%
 }
 .nav-justified>li>a {
  margin-bottom:0
 }
}
.nav-tabs-justified {
 border-bottom:0
}
.nav-tabs-justified>li>a {
 margin-right:0;
 border-radius:0
}
.nav-tabs-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 {
  border-bottom:1px solid #ddd;
  border-radius:0 0 0 0
 }
 .nav-tabs-justified>.active>a,
 .nav-tabs-justified>.active>a:hover,
 .nav-tabs-justified>.active>a:focus {
  border-bottom-color:#7fffd4
 }
}
.tab-content>.tab-pane {
 display:none;
 visibility:hidden
}
.tab-content>.active {
 display:block;
 visibility:visible
}
.nav-tabs .dropdown-menu {
 margin-top:-1px;
 border-top-right-radius:0;
 border-top-left-radius:0
}
.navbar {
 position:relative;
 min-height:50px;
 margin-bottom:10px;
 border:1px solid transparent
}
@media(min-width:768px) {
 .navbar {
  border-radius:0
 }
}
@media(min-width:768px) {
 .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,.1);
 -webkit-overflow-scrolling:touch
}
.navbar-collapse.in {
 overflow-y:auto
}
@media(min-width:768px) {
 .navbar-collapse {
  width:auto;
  border-top:0;
  box-shadow:none
 }
 .navbar-collapse.collapse {
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  padding-bottom:0;
  overflow:visible!important
 }
 .navbar-collapse.in {
  overflow-y:visible
 }
 .navbar-fixed-top .navbar-collapse,
 .navbar-static-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
  padding-left:0;
  padding-right:0
 }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
 max-height:340px
}
@media(max-device-width:480px) and (orientation:landscape) {
 .navbar-fixed-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
  max-height:200px
 }
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
 margin-right:-15px;
 margin-left:-15px
}
@media(min-width:768px) {
 .container>.navbar-header,
 .container-fluid>.navbar-header,
 .container>.navbar-collapse,
 .container-fluid>.navbar-collapse {
  margin-right:0;
  margin-left:0
 }
}
.navbar-static-top {
 z-index:1000;
 border-width:0 0 1px
}
@media(min-width:768px) {
 .navbar-static-top {
  border-radius:0
 }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
 position:fixed;
 right:0;
 left:0;
 z-index:1030
}
@media(min-width:768px) {
 .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:20px 15px;
 font-size:20px;
 line-height:10px;
 height:50px
}
.navbar-brand:hover,
.navbar-brand:focus {
 text-decoration:none
}
.navbar-brand>img {
 display:block
}
@media(min-width:768px) {
 .navbar>.container .navbar-brand,
 .navbar>.container-fluid .navbar-brand {
  margin-left:-15px
 }
}
.navbar-toggle {
 position:relative;
 float:right;
 margin-right:15px;
 padding:9px 10px;
 margin-top:8px;
 margin-bottom:8px;
 background-color:transparent;
 background-image:none;
 border:1px solid transparent;
 border-radius:0
}
.navbar-toggle:focus {
 outline:0
}
.navbar-toggle .icon-bar {
 display:block;
 width:22px;
 height:2px;
 border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
 margin-top:4px
}
@media(min-width:768px) {
 .navbar-toggle {
  display:none
 }
}
.navbar-nav {
 margin:10px -15px
}
.navbar-nav>li>a {
 padding-top:10px;
 padding-bottom:10px;
 line-height:10px
}
@media(max-width:767px) {
 .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:10px
 }
 .navbar-nav .open .dropdown-menu>li>a:hover,
 .navbar-nav .open .dropdown-menu>li>a:focus {
  background-image:none
 }
}
@media(min-width:768px) {
 .navbar-nav {
  float:left;
  margin:0
 }
 .navbar-nav>li {
  float:left
 }
 .navbar-nav>li>a {
  padding-top:20px;
  padding-bottom:20px
 }
}
.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,.1),0 1px 0 rgba(255,255,255,.1);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
 margin-top:11px;
 margin-bottom:11px
}
@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:767px) {
 .navbar-form .form-group {
  margin-bottom:5px
 }
 .navbar-form .form-group:last-child {
  margin-bottom:0
 }
}
@media(min-width:768px) {
 .navbar-form {
  width:auto;
  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:0;
 border-top-left-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.navbar-btn {
 margin-top:11px;
 margin-bottom:11px
}
.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:20px;
 margin-bottom:20px
}
@media(min-width:768px) {
 .navbar-text {
  float:left;
  margin-left:15px;
  margin-right:15px
 }
}
@media(min-width:768px) {
 .navbar-left {
  float:left!important
 }
 .navbar-right {
  float:right!important;
  margin-right:-15px
 }
 .navbar-right~.navbar-right {
  margin-right:0
 }
}
.navbar-default {
 background-color:#f8f8f8;
 border-color:#e7e7e7
}
.navbar-default .navbar-brand {
 color:#777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color:#5e5e5e;
 background-color:transparent
}
.navbar-default .navbar-text {
 color:#777
}
.navbar-default .navbar-nav>li>a {
 color:#777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
 color:#333;
 background-color:transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
 color:#555;
 background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
 color:#ccc;
 background-color:transparent
}
.navbar-default .navbar-toggle {
 border-color:#ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
 background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar {
 background-color:#888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 border-color:#e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
 background-color:#e7e7e7;
 color:#555
}
@media(max-width:767px) {
 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color:#777
 }
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  color:#333;
  background-color:transparent
 }
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color:#555;
  background-color:#e7e7e7
 }
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
  color:#ccc;
  background-color:transparent
 }
}
.navbar-default .navbar-link {
 color:#777
}
.navbar-default .navbar-link:hover {
 color:#333
}
.navbar-default .btn-link {
 color:#777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
 color:#333
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
 color:#ccc
}
.navbar-inverse {
 background-color:#222;
 border-color:#080808
}
.navbar-inverse .navbar-brand {
 color:#9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
 color:#fff;
 background-color:transparent
}
.navbar-inverse .navbar-text {
 color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
 color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
 color:#fff;
 background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
 color:#fff;
 background-color:#080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
 color:#444;
 background-color:transparent
}
.navbar-inverse .navbar-toggle {
 border-color:#333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
 background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar {
 background-color:#fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
 border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
 background-color:#080808;
 color:#fff
}
@media(max-width:767px) {
 .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  border-color:#080808
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color:#080808
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color:#9d9d9d
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
  color:#fff;
  background-color:transparent
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
  color:#fff;
  background-color:#080808
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
  color:#444;
  background-color:transparent
 }
}
.navbar-inverse .navbar-link {
 color:#9d9d9d
}
.navbar-inverse .navbar-link:hover {
 color:#fff
}
.navbar-inverse .btn-link {
 color:#9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
 color:#fff
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
 color:#444
}
.breadcrumb {
 padding:8px 15px;
 margin-bottom:10px;
 list-style:none;
 background-color:transparent;
 border-radius:0
}
.breadcrumb>li {
 display:inline-block
}
.breadcrumb>li+li:before {
 content:"| ";
 padding:0 5px;
 color:#ebbb55
}
.breadcrumb>.active {
 color:#777
}
.pagination {
 display:inline-block;
 padding-left:0;
 margin:10px 0;
 border-radius:0
}
.pagination>li {
 display:inline
}
.pagination>li>a,
.pagination>li>span {
 position:relative;
 float:left;
 padding:8px 16px;
 line-height:2;
 text-decoration:none;
 color:#ebbb55;
 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:0;
 border-top-left-radius:0
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
 border-bottom-right-radius:0;
 border-top-right-radius:0
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
 color:#da9c1a;
 background-color:#eee;
 border-color:#ddd
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
 z-index:2;
 color:#fff;
 background-color:#ebbb55;
 border-color:#ebbb55;
 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:#777;
 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
}
.pager {
 padding-left:0;
 margin:10px 0;
 list-style:none;
 text-align:center
}
.pager li {
 display:inline
}
.pager li>a,
.pager li>span {
 display:inline-block;
 padding:5px 14px;
 background-color:#fff;
 border:1px solid #ddd;
 border-radius:15px
}
.pager li>a:hover,
.pager li>a:focus {
 text-decoration:none;
 background-color:#eee
}
.pager .next>a,
.pager .next>span {
 float:right
}
.pager .previous>a,
.pager .previous>span {
 float:left
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
 color:#777;
 background-color:#fff;
 cursor:not-allowed
}
.label {
 display:inline;
 padding:.2em .6em .3em;
 font-size:75%;
 font-weight:bold;
 line-height:1;
 color:#fff;
 text-align:center;
 white-space:nowrap;
 vertical-align:baseline;
 border-radius:.25em
}
a.label:hover,
a.label:focus {
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.label:empty {
 display:none
}
.btn .label {
 position:relative;
 top:-1px
}
.label-default {
 background-color:#777
}
.label-default[href]:hover,
.label-default[href]:focus {
 background-color:#5e5e5e
}
.label-primary {
 background-color:#ebbb55
}
.label-primary[href]:hover,
.label-primary[href]:focus {
 background-color:#e6a927
}
.label-success {
 background-color:#5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
 background-color:#449d44
}
.label-info {
 background-color:#5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
 background-color:#31b0d5
}
.label-warning {
 background-color:#f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
 background-color:#ec971f
}
.label-danger {
 background-color:#d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
 background-color:#c9302c
}
.badge {
 display:inline-block;
 min-width:10px;
 padding:3px 7px;
 font-size:14px;
 font-weight:bold;
 color:#fff;
 line-height:1;
 vertical-align:baseline;
 white-space:nowrap;
 text-align:center;
 background-color:#777;
 border-radius:10px
}
.badge:empty {
 display:none
}
.btn .badge {
 position:relative;
 top:-1px
}
.btn-xs .badge {
 top:0;
 padding:1px 5px
}
a.badge:hover,
a.badge:focus {
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
 color:#ebbb55;
 background-color:#fff
}
.list-group-item>.badge {
 float:right
}
.list-group-item>.badge+.badge {
 margin-right:5px
}
.nav-pills>li>a>.badge {
 margin-left:3px
}
.jumbotron {
 padding:30px 15px;
 margin-bottom:30px;
 color:inherit;
 background-color:#eee
}
.jumbotron h1,
.jumbotron .h1 {
 color:inherit
}
.jumbotron p {
 margin-bottom:15px;
 font-size:24px;
 font-weight:200
}
.jumbotron>hr {
 border-top-color:#d4d4d4
}
.container .jumbotron,
.container-fluid .jumbotron {
 border-radius:6px
}
.jumbotron .container {
 max-width:100%
}
@media screen and (min-width:768px) {
 .jumbotron {
  padding:48px 0
 }
 .container .jumbotron,
 .container-fluid .jumbotron {
  padding-left:60px;
  padding-right:60px
 }
 .jumbotron h1,
 .jumbotron .h1 {
  font-size:72px
 }
}
.thumbnail {
 display:block;
 padding:4px;
 margin-bottom:10px;
 line-height:2;
 background-color:#7fffd4;
 border:1px solid #ddd;
 border-radius:0;
 -webkit-transition:border .2s ease-in-out;
 -o-transition:border .2s ease-in-out;
 transition:border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
 margin-left:auto;
 margin-right:auto
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
 border-color:#ebbb55
}
.thumbnail .caption {
 padding:9px;
 color:#000
}
.alert {
 padding:15px;
 margin-bottom:10px;
 border:1px solid transparent;
 border-radius:0
}
.alert h4 {
 margin-top:0;
 color:inherit
}
.alert .alert-link {
 font-weight:bold
}
.alert>p,
.alert>ul {
 margin-bottom:0
}
.alert>p+p {
 margin-top:5px
}
.alert-dismissable,
.alert-dismissible {
 padding-right:35px
}
.alert-dismissable .close,
.alert-dismissible .close {
 position:relative;
 top:-2px;
 right:-21px;
 color:inherit
}
.alert-success {
 background-color:#dff0d8;
 border-color:#d6e9c6;
 color:#3c763d
}
.alert-success hr {
 border-top-color:#c9e2b3
}
.alert-success .alert-link {
 color:#2b542c
}
.alert-info {
 background-color:#d9edf7;
 border-color:#bce8f1;
 color:#31708f
}
.alert-info hr {
 border-top-color:#a6e1ec
}
.alert-info .alert-link {
 color:#245269
}
.alert-warning {
 background-color:#fcf8e3;
 border-color:#faebcc;
 color:#8a6d3b
}
.alert-warning hr {
 border-top-color:#f7e1b5
}
.alert-warning .alert-link {
 color:#66512c
}
.alert-danger {
 background-color:#f2dede;
 border-color:#ebccd1;
 color:#a94442
}
.alert-danger hr {
 border-top-color:#e4b9c0
}
.alert-danger .alert-link {
 color:#843534
}
@-webkit-keyframes progress-bar-stripes {
 from {
  background-position:40px 0
 }
 to {
  background-position:0 0
 }
}
@keyframes progress-bar-stripes {
 from {
  background-position:40px 0
 }
 to {
  background-position:0 0
 }
}
.progress {
 overflow:hidden;
 height:10px;
 margin-bottom:10px;
 background-color:#f5f5f5;
 border-radius:0;
 -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
 box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
 float:left;
 width:0%;
 height:100%;
 font-size:14px;
 line-height:10px;
 color:#fff;
 text-align:center;
 background-color:#ebbb55;
 -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
 box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
 -webkit-transition:width .6s ease;
 -o-transition:width .6s ease;
 transition:width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-size:40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
 -webkit-animation:progress-bar-stripes 2s linear infinite;
 -o-animation:progress-bar-stripes 2s linear infinite;
 animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
 background-color:#5cb85c
}
.progress-striped .progress-bar-success {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info {
 background-color:#5bc0de
}
.progress-striped .progress-bar-info {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning {
 background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger {
 background-color:#d9534f
}
.progress-striped .progress-bar-danger {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.media {
 margin-top:15px
}
.media:first-child {
 margin-top:0
}
.media,
.media-body {
 zoom:1;
 overflow:hidden
}
.media-body {
 width:10000px
}
.media-object {
 display:block
}
.media-right,
.media>.pull-right {
 padding-left:10px
}
.media-left,
.media>.pull-left {
 padding-right:10px
}
.media-left,
.media-right,
.media-body {
 display:table-cell;
 vertical-align:top
}
.media-middle {
 vertical-align:middle
}
.media-bottom {
 vertical-align:bottom
}
.media-heading {
 margin-top:0;
 margin-bottom:5px
}
.media-list {
 padding-left:0;
 list-style:none
}
.list-group {
 margin-bottom:20px;
 padding-left:0
}
.list-group-item {
 position:relative;
 display:block;
 padding:10px 15px;
 margin-bottom:-1px;
 background-color:#fff;
 border:1px solid #ddd
}
.list-group-item:first-child {
 border-top-right-radius:0;
 border-top-left-radius:0
}
.list-group-item:last-child {
 margin-bottom:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
a.list-group-item {
 color:#555
}
a.list-group-item .list-group-item-heading {
 color:#333
}
a.list-group-item:hover,
a.list-group-item:focus {
 text-decoration:none;
 color:#555;
 background-color:#f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
 background-color:#eee;
 color:#777;
 cursor:not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
 color:inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
 color:#777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
 z-index:2;
 color:#fff;
 background-color:#ebbb55;
 border-color:#ebbb55
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
 color:inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
 color:#fff
}
.list-group-item-success {
 color:#3c763d;
 background-color:#dff0d8
}
a.list-group-item-success {
 color:#3c763d
}
a.list-group-item-success .list-group-item-heading {
 color:inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
 color:#3c763d;
 background-color:#d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
 color:#fff;
 background-color:#3c763d;
 border-color:#3c763d
}
.list-group-item-info {
 color:#31708f;
 background-color:#d9edf7
}
a.list-group-item-info {
 color:#31708f
}
a.list-group-item-info .list-group-item-heading {
 color:inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
 color:#31708f;
 background-color:#c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
 color:#fff;
 background-color:#31708f;
 border-color:#31708f
}
.list-group-item-warning {
 color:#8a6d3b;
 background-color:#fcf8e3
}
a.list-group-item-warning {
 color:#8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
 color:inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
 color:#8a6d3b;
 background-color:#faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
 color:#fff;
 background-color:#8a6d3b;
 border-color:#8a6d3b
}
.list-group-item-danger {
 color:#a94442;
 background-color:#f2dede
}
a.list-group-item-danger {
 color:#a94442
}
a.list-group-item-danger .list-group-item-heading {
 color:inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
 color:#a94442;
 background-color:#ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
 color:#fff;
 background-color:#a94442;
 border-color:#a94442
}
.list-group-item-heading {
 margin-top:0;
 margin-bottom:5px
}
.list-group-item-text {
 margin-bottom:0;
 line-height:1.3
}
.panel {
 margin-bottom:10px;
 background-color:#fff;
 border:1px solid transparent;
 border-radius:0;
 -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
 box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
 padding:15px
}
.panel-heading {
 padding:10px 15px;
 border-bottom:1px solid transparent;
 border-top-right-radius:-1px;
 border-top-left-radius:-1px
}
.panel-heading>.dropdown .dropdown-toggle {
 color:inherit
}
.panel-title {
 margin-top:0;
 margin-bottom:0;
 font-size:18px;
 color:inherit
}
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
 color:inherit
}
.panel-footer {
 padding:10px 15px;
 background-color:#f5f5f5;
 border-top:1px solid #ddd;
 border-bottom-right-radius:-1px;
 border-bottom-left-radius:-1px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
 margin-bottom:0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
 border-width:1px 0;
 border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
 border-top:0;
 border-top-right-radius:-1px;
 border-top-left-radius:-1px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
 border-bottom:0;
 border-bottom-right-radius:-1px;
 border-bottom-left-radius:-1px
}
.panel-heading+.list-group .list-group-item:first-child {
 border-top-width:0
}
.list-group+.panel-footer {
 border-top-width:0
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
 margin-bottom:0
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
 padding-left:15px;
 padding-right:15px
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
 border-top-right-radius:-1px;
 border-top-left-radius:-1px
}
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
 border-top-left-radius:-1px;
 border-top-right-radius:-1px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
 border-top-left-radius:-1px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
 border-top-right-radius:-1px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
 border-bottom-right-radius:-1px;
 border-bottom-left-radius:-1px
}
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
 border-bottom-left-radius:-1px;
 border-bottom-right-radius:-1px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
 border-bottom-left-radius:-1px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
 border-bottom-right-radius:-1px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
 border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
 border-top:0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
 border:0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
 border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
 border-right:0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
 border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
 border-bottom:0
}
.panel>.table-responsive {
 border:0;
 margin-bottom:0
}
.panel-group {
 margin-bottom:10px
}
.panel-group .panel {
 margin-bottom:0;
 border-radius:0
}
.panel-group .panel+.panel {
 margin-top:5px
}
.panel-group .panel-heading {
 border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
 border-top:1px solid #ddd
}
.panel-group .panel-footer {
 border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
 border-bottom:1px solid #ddd
}
.panel-default {
 border-color:#ddd
}
.panel-default>.panel-heading {
 color:#333;
 background-color:#f5f5f5;
 border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
 color:#f5f5f5;
 background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#ddd
}
.panel-primary {
 border-color:#ebbb55
}
.panel-primary>.panel-heading {
 color:#fff;
 background-color:#ebbb55;
 border-color:#ebbb55
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#ebbb55
}
.panel-primary>.panel-heading .badge {
 color:#ebbb55;
 background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#ebbb55
}
.panel-success {
 border-color:#d6e9c6
}
.panel-success>.panel-heading {
 color:#3c763d;
 background-color:#dff0d8;
 border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
 color:#dff0d8;
 background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#d6e9c6
}
.panel-info {
 border-color:#bce8f1
}
.panel-info>.panel-heading {
 color:#31708f;
 background-color:#d9edf7;
 border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
 color:#d9edf7;
 background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#bce8f1
}
.panel-warning {
 border-color:#faebcc
}
.panel-warning>.panel-heading {
 color:#8a6d3b;
 background-color:#fcf8e3;
 border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
 color:#fcf8e3;
 background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#faebcc
}
.panel-danger {
 border-color:#ebccd1
}
.panel-danger>.panel-heading {
 color:#a94442;
 background-color:#f2dede;
 border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
 color:#f2dede;
 background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#ebccd1
}
.embed-responsive {
 position:relative;
 display:block;
 height:0;
 padding:0;
 overflow:hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 height:100%;
 width:100%;
 border:0
}
.embed-responsive.embed-responsive-16by9 {
 padding-bottom:56.25%
}
.embed-responsive.embed-responsive-4by3 {
 padding-bottom:75%
}
.well {
 min-height:20px;
 padding:19px;
 margin-bottom:20px;
 background-color:#f5f5f5;
 border:1px solid #e3e3e3;
 border-radius:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
 border-color:#ddd;
 border-color:rgba(0,0,0,.15)
}
.well-lg {
 padding:24px;
 border-radius:6px
}
.well-sm {
 padding:9px;
 border-radius:3px
}
.close {
 float:right;
 font-size:24px;
 font-weight:bold;
 line-height:1;
 color:#000;
 text-shadow:0 1px 0 white;
 opacity:.2;
 filter:alpha(opacity=20)
}
.close:hover,
.close:focus {
 color:#000;
 text-decoration:none;
 cursor:pointer;
 opacity:.5;
 filter:alpha(opacity=50)
}
button.close {
 padding:0;
 cursor:pointer;
 background:transparent;
 border:0;
 -webkit-appearance:none
}
.modal-open {
 overflow:hidden
}
.modal {
 display:none;
 overflow:hidden;
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1040;
 -webkit-overflow-scrolling:touch;
 outline:0
}
.modal.fade .modal-dialog {
 -webkit-transform:translate(0,-25%);
 -ms-transform:translate(0,-25%);
 -o-transform:translate(0,-25%);
 transform:translate(0,-25%);
 -webkit-transition:-webkit-transform .3s ease-out;
 -moz-transition:-moz-transform .3s ease-out;
 -o-transition:-o-transform .3s ease-out;
 transition:transform .3s ease-out
}
.modal.in .modal-dialog {
 -webkit-transform:translate(0,0);
 -ms-transform:translate(0,0);
 -o-transform:translate(0,0);
 transform:translate(0,0)
}
.modal-open .modal {
 overflow-x:hidden;
 overflow-y:auto
}
.modal-dialog {
 position:relative;
 width:auto;
 margin:10px
}
.modal-content {
 position:relative;
 background-color:#fff;
 border:1px solid #999;
 border:1px solid rgba(0,0,0,.2);
 border-radius:6px;
 -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
 box-shadow:0 3px 9px rgba(0,0,0,.5);
 background-clip:padding-box;
 outline:0
}
.modal-backdrop {
 position:absolute;
 top:0;
 right:0;
 left:0;
 background-color:#000
}
.modal-backdrop.fade {
 opacity:0;
 filter:alpha(opacity=0)
}
.modal-backdrop.in {
 opacity:.5;
 filter:alpha(opacity=50)
}
.modal-header {
 padding:15px;
 border-bottom:1px solid #e5e5e5;
 min-height:17px
}
.modal-header .close {
 margin-top:-2px
}
.modal-title {
 margin:0;
 line-height:2
}
.modal-body {
 position:relative;
 padding:15px
}
.modal-footer {
 padding:15px;
 text-align:right;
 border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn {
 margin-left:5px;
 margin-bottom:0
}
.modal-footer .btn-group .btn+.btn {
 margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
 margin-left:0
}
.modal-scrollbar-measure {
 position:absolute;
 top:-9999px;
 width:50px;
 height:50px;
 overflow:scroll
}
@media(min-width:768px) {
 .modal-dialog {
  width:600px;
  margin:30px auto
 }
 .modal-content {
  -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
  box-shadow:0 5px 15px rgba(0,0,0,.5)
 }
 .modal-sm {
  width:300px
 }
}
@media(min-width:992px) {
 .modal-lg {
  width:900px
 }
}
.tooltip {
 position:absolute;
 z-index:1070;
 display:block;
 visibility:visible;
 font-family:'Avenir',sans-serif;
 font-size:14px;
 font-weight:normal;
 line-height:1.4;
 opacity:0;
 filter:alpha(opacity=0)
}
.tooltip.in {
 opacity:.9;
 filter:alpha(opacity=90)
}
.tooltip.top {
 margin-top:-3px;
 padding:5px 0
}
.tooltip.right {
 margin-left:3px;
 padding:0 5px
}
.tooltip.bottom {
 margin-top:3px;
 padding:5px 0
}
.tooltip.left {
 margin-left:-3px;
 padding:0 5px
}
.tooltip-inner {
 max-width:200px;
 padding:3px 8px;
 color:#fff;
 text-align:center;
 text-decoration:none;
 background-color:#000;
 border-radius:0
}
.tooltip-arrow {
 position:absolute;
 width:0;
 height:0;
 border-color:transparent;
 border-style:solid
}
.tooltip.top .tooltip-arrow {
 bottom:0;
 left:50%;
 margin-left:-5px;
 border-width:5px 5px 0;
 border-top-color:#000
}
.tooltip.top-left .tooltip-arrow {
 bottom:0;
 right:5px;
 margin-bottom:-5px;
 border-width:5px 5px 0;
 border-top-color:#000
}
.tooltip.top-right .tooltip-arrow {
 bottom:0;
 left:5px;
 margin-bottom:-5px;
 border-width:5px 5px 0;
 border-top-color:#000
}
.tooltip.right .tooltip-arrow {
 top:50%;
 left:0;
 margin-top:-5px;
 border-width:5px 5px 5px 0;
 border-right-color:#000
}
.tooltip.left .tooltip-arrow {
 top:50%;
 right:0;
 margin-top:-5px;
 border-width:5px 0 5px 5px;
 border-left-color:#000
}
.tooltip.bottom .tooltip-arrow {
 top:0;
 left:50%;
 margin-left:-5px;
 border-width:0 5px 5px;
 border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow {
 top:0;
 right:5px;
 margin-top:-5px;
 border-width:0 5px 5px;
 border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow {
 top:0;
 left:5px;
 margin-top:-5px;
 border-width:0 5px 5px;
 border-bottom-color:#000
}
.popover {
 position:absolute;
 top:0;
 left:0;
 z-index:1060;
 display:none;
 max-width:276px;
 padding:1px;
 font-family:'Avenir',sans-serif;
 font-size:16px;
 font-weight:normal;
 line-height:2;
 text-align:left;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid #ccc;
 border:1px solid rgba(0,0,0,.2);
 border-radius:6px;
 -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
 box-shadow:0 5px 10px rgba(0,0,0,.2);
 white-space:normal
}
.popover.top {
 margin-top:-10px
}
.popover.right {
 margin-left:10px
}
.popover.bottom {
 margin-top:10px
}
.popover.left {
 margin-left:-10px
}
.popover-title {
 margin:0;
 padding:8px 14px;
 font-size:16px;
 background-color:#f7f7f7;
 border-bottom:1px solid #eaeaea;
 border-radius:5px 5px 0 0
}
.popover-content {
 padding:9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
 position:absolute;
 display:block;
 width:0;
 height:0;
 border-color:transparent;
 border-style:solid
}
.popover>.arrow {
 border-width:11px
}
.popover>.arrow:after {
 border-width:10px;
 content:""
}
.popover.top>.arrow {
 left:50%;
 margin-left:-11px;
 border-bottom-width:0;
 border-top-color:#999;
 border-top-color:rgba(0,0,0,.25);
 bottom:-11px
}
.popover.top>.arrow:after {
 content:" ";
 bottom:1px;
 margin-left:-10px;
 border-bottom-width:0;
 border-top-color:#fff
}
.popover.right>.arrow {
 top:50%;
 left:-11px;
 margin-top:-11px;
 border-left-width:0;
 border-right-color:#999;
 border-right-color:rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
 content:" ";
 left:1px;
 bottom:-10px;
 border-left-width:0;
 border-right-color:#fff
}
.popover.bottom>.arrow {
 left:50%;
 margin-left:-11px;
 border-top-width:0;
 border-bottom-color:#999;
 border-bottom-color:rgba(0,0,0,.25);
 top:-11px
}
.popover.bottom>.arrow:after {
 content:" ";
 top:1px;
 margin-left:-10px;
 border-top-width:0;
 border-bottom-color:#fff
}
.popover.left>.arrow {
 top:50%;
 right:-11px;
 margin-top:-11px;
 border-right-width:0;
 border-left-color:#999;
 border-left-color:rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
 content:" ";
 right:1px;
 border-right-width:0;
 border-left-color:#fff;
 bottom:-10px
}
.carousel {
 position:relative
}
.carousel-inner {
 position:relative;
 overflow:hidden;
 width:100%
}
.carousel-inner>.item {
 display:none;
 position:relative;
 -webkit-transition:.6s ease-in-out left;
 -o-transition:.6s ease-in-out left;
 transition:.6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
 line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d) {
 .carousel-inner>.item {
  -webkit-transition:-webkit-transform .6s ease-in-out;
  -moz-transition:-moz-transform .6s ease-in-out;
  -o-transition:-o-transform .6s ease-in-out;
  transition:transform .6s ease-in-out;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-perspective:1000;
  -moz-perspective:1000;
  perspective:1000
 }
 .carousel-inner>.item.next,
 .carousel-inner>.item.active.right {
  -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0);
  left:0
 }
 .carousel-inner>.item.prev,
 .carousel-inner>.item.active.left {
  -webkit-transform:translate3d(-100%,0,0);
  transform:translate3d(-100%,0,0);
  left:0
 }
 .carousel-inner>.item.next.left,
 .carousel-inner>.item.prev.right,
 .carousel-inner>.item.active {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  left:0
 }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
 display:block
}
.carousel-inner>.active {
 left:0
}
.carousel-inner>.next,
.carousel-inner>.prev {
 position:absolute;
 top:0;
 width:100%
}
.carousel-inner>.next {
 left:100%
}
.carousel-inner>.prev {
 left:-100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
 left:0
}
.carousel-inner>.active.left {
 left:-100%
}
.carousel-inner>.active.right {
 left:100%
}
.carousel-control {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:15%;
 opacity:.5;
 filter:alpha(opacity=50);
 font-size:20px;
 color:#fff;
 text-align:center;
 text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-control.left {
 background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
 background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
 background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}
.carousel-control.right {
 left:auto;
 right:0;
 background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
 background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
 background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}
.carousel-control:hover,
.carousel-control:focus {
 outline:0;
 color:#fff;
 text-decoration:none;
 opacity:.9;
 filter:alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
 position:absolute;
 top:50%;
 z-index:5;
 display:inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
 left:50%;
 margin-left:-10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
 right:50%;
 margin-right:-10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
 width:20px;
 height:20px;
 margin-top:-10px;
 line-height:1;
 font-family:serif
}
.carousel-control .icon-prev:before {
 content:'‹'
}
.carousel-control .icon-next:before {
 content:'›'
}
.carousel-indicators {
 position:absolute;
 bottom:10px;
 left:50%;
 z-index:15;
 width:60%;
 margin-left:-30%;
 padding-left:0;
 list-style:none;
 text-align:center
}
.carousel-indicators li {
 display:inline-block;
 width:10px;
 height:10px;
 margin:1px;
 text-indent:-999px;
 border:1px solid #fff;
 border-radius:10px;
 cursor:pointer;
 background-color:#000 \9;
 background-color:transparent
}
.carousel-indicators .active {
 margin:0;
 width:12px;
 height:12px;
 background-color:#fff
}
.carousel-caption {
 position:absolute;
 left:15%;
 right:15%;
 bottom:20px;
 z-index:10;
 padding-top:20px;
 padding-bottom:20px;
 color:#fff;
 text-align:center;
 text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
 text-shadow:none
}
@media screen and (min-width:768px) {
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-prev,
 .carousel-control .icon-next {
  width:30px;
  height:30px;
  margin-top:-15px;
  font-size:30px
 }
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .icon-prev {
  margin-left:-15px
 }
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-next {
  margin-right:-15px
 }
 .carousel-caption {
  left:20%;
  right:20%;
  padding-bottom:30px
 }
 .carousel-indicators {
  bottom:20px
 }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical>.btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
 content:" ";
 display:table
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
 clear:both
}
.center-block {
 display:block;
 margin-left:auto;
 margin-right:auto
}
.pull-right {
 float:right!important
}
.pull-left {
 float:left!important
}
.hide {
 display:none!important
}
.show {
 display:block!important
}
.invisible {
 visibility:hidden
}
.text-hide {
 font:0/0 a;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 border:0
}
.hidden {
 display:none!important;
 visibility:hidden!important
}
.affix {
 position:fixed
}
@-ms-viewport {
 width:device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
 display:none!important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
 display:none!important
}
@media(max-width:767px) {
 .visible-xs {
  display:block!important
 }
 table.visible-xs {
  display:table
 }
 tr.visible-xs {
  display:table-row!important
 }
 th.visible-xs,
 td.visible-xs {
  display:table-cell!important
 }
}
@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
 }
}
#cc-notification {
 position:fixed;
 z-index:99999998;
 left:0;
 width:100%;
 background-color:#fff
}
#cc-notification.cc-mobile {
 position:relative;
 border-bottom:0
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
 display:block;
 width:18px;
 height:18px;
 position:absolute;
 top:2px;
 right:2px
}
#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span {
 display:none
}
#cc-notification.cc-bottom {
 bottom:0
}
#cc-notification.cc-top {
 top:0
}
#cc-notification.cc-push {
 top:0
}
#cc-notification #cc-notification-permissions {
 display:none
}
#cc-tag {
 position:fixed;
 z-index:999999999;
 bottom:0;
 right:10%;
 display:none
}
#cc-tag.cc-tag-bottom-left {
 right:auto;
 left:10%
}
#cc-tag.cc-tag-horizontal-right {
 right:0;
 bottom:20%
}
#cc-tag.cc-tag-horizontal-left {
 left:0;
 right:auto;
 bottom:20%
}
#cc-tag.cc-tag-vertical-right {
 right:0;
 bottom:20%
}
#cc-tag.cc-tag-vertical-left {
 left:0;
 right:auto;
 bottom:20%
}
#cc-tag a {
 padding:0 12px;
 text-decoration:none
}
#cc-modal-overlay {
 background:#fff;
 background-color:rgba(255,255,255,.8);
 display:none;
 width:100%;
 height:1000%;
 position:fixed;
 top:0;
 left:0;
 z-index:999999
}
#cc-modal,
#cc-settingsmodal {
 display:none;
 width:100%;
 height:1000%;
 position:fixed;
 top:0;
 left:0;
 z-index:99999999
}
#cc-settingsmodal {
 z-index:9999999999
}
#cc-modal #cc-modal-wrapper,
#cc-settingsmodal #cc-settingsmodal-wrapper {
 margin:100px auto
}
#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification {
 line-height:1
}
.cc-clear {
 clear:both
}
#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification,
#cc-modal div,
#cc-modal span,
#cc-modal iframe,
#cc-modal h1,
#cc-modal h2,
#cc-modal h3,
#cc-modal h4,
#cc-modal h5,
#cc-modal h6,
#cc-modal p,
#cc-modal pre,
#cc-modal a,
#cc-modal code,
#cc-modal em,
#cc-modal img,
#cc-modal s,
#cc-modal small,
#cc-modal strong,
#cc-modal b,
#cc-modal u,
#cc-modal i,
#cc-modal dl,
#cc-modal dt,
#cc-modal dd,
#cc-modal ol,
#cc-modal ul,
#cc-modal li,
#cc-modal form,
#cc-modal label,
#cc-settingsmodal div,
#cc-settingsmodal span,
#cc-settingsmodal iframe,
#cc-settingsmodal h1,
#cc-settingsmodal h2,
#cc-settingsmodal h3,
#cc-settingsmodal h4,
#cc-settingsmodal h5,
#cc-settingsmodal h6,
#cc-settingsmodal p,
#cc-settingsmodal pre,
#cc-settingsmodal a,
#cc-settingsmodal code,
#cc-settingsmodal em,
#cc-settingsmodal img,
#cc-settingsmodal s,
#cc-settingsmodal small,
#cc-settingsmodal strong,
#cc-settingsmodal b,
#cc-settingsmodal u,
#cc-settingsmodal i,
#cc-settingsmodal dl,
#cc-settingsmodal dt,
#cc-settingsmodal dd,
#cc-settingsmodal ol,
#cc-settingsmodal ul,
#cc-settingsmodal li,
#cc-settingsmodal form,
#cc-settingsmodal label,
#cc-tag div,
#cc-tag span,
#cc-tag iframe,
#cc-tag h1,
#cc-tag h2,
#cc-tag h3,
#cc-tag h4,
#cc-tag h5,
#cc-tag h6,
#cc-tag p,
#cc-tag pre,
#cc-tag a,
#cc-tag code,
#cc-tag em,
#cc-tag img,
#cc-tag s,
#cc-tag small,
#cc-tag strong,
#cc-tag b,
#cc-tag u,
#cc-tag i,
#cc-tag dl,
#cc-tag dt,
#cc-tag dd,
#cc-tag ol,
#cc-tag ul,
#cc-tag li,
#cc-tag form,
#cc-tag label,
#cc-notification div,
#cc-notification span,
#cc-notification iframe,
#cc-notification h1,
#cc-notification h2,
#cc-notification h3,
#cc-notification h4,
#cc-notification h5,
#cc-notification h6,
#cc-notification p,
#cc-notification pre,
#cc-notification a,
#cc-notification code,
#cc-notification em,
#cc-notification img,
#cc-notification s,
#cc-notification small,
#cc-notification strong,
#cc-notification b,
#cc-notification u,
#cc-notification i,
#cc-notification dl,
#cc-notification dt,
#cc-notification dd,
#cc-notification ol,
#cc-notification ul,
#cc-notification li,
#cc-notification form,
#cc-notification label {
 margin:0;
 padding:0;
 border:0;
 font-size:10pt;
 font-family:'Open Sans',Arial,Helvetica,sans-serif;
 font-weight:400;
 line-height:1em;
 text-align:left;
 vertical-align:baseline;
 text-shadow:none;
 background:none
}
#cc-modal a,
#cc-tag a,
#cc-settingsmodal a,
#cc-notification a,
#cc-modal a:hover,
#cc-tag a:hover,
#cc-settingsmodal a:hover,
#cc-notification a:hover {
 background-color:transparent
}
#cc-modal a#footerlogo span {
 display:block;
 height:31px;
 margin-top:4px;
 text-indent:-5000px;
 width:126px
}
#cc-modal #cc-modal-wrapper a#footerlogo,
footer#mainfooter a#footerlogo,
footer#mainfooter a#footerlogo:active,
footer#mainfooter a#footerlogo:visited {
 display:block;
 margin-top:20px;
 color:#868686;
 text-decoration:none
}
#cc-modal #cc-modal-wrapper .cc-getforsite {
 position:absolute;
 right:16px;
 bottom:16px
}
#cc-modal.cc-mobile #cc-modal-wrapper .cc-getforsite {
 position:relative;
 margin-top:30px;
 margin-left:16px
}
#cc-modal.cc-mobile,
#cc-settingsmodal.cc-mobile {
 width:100%;
 position:relative;
 top:0;
 left:0;
 height:auto;
 z-index:999999999999
}
#cc-modal.cc-mobile a.cc-logo,
#cc-settingsmodal.cc-mobile a.cc-logo,
#cc-notification.cc-mobile a.cc-logo {
 display:none
}
#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo {
 width:142px;
 height:32px;
 position:absolute;
 right:32px;
 bottom:20px
}
.cc-logo span {
 display:none
}
#cc-notification.cc-light {
 background:#e2e2e2;
 background-color:rgba(226,226,226,.95);
 color:#1d1d1d
}
#cc-notification.cc-light #cc-notification-permissions li {
 color:#1d1d1d
}
#cc-notification.cc-light #cc-notification-permissions li strong {
 color:#31a8f0
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive {
 color:#aaa
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive label {
 color:#aaa
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive strong {
 color:#88bfef
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
 color:#aaa
}
#cc-notification.cc-light a,
#cc-notification.cc-light a:visited {
 color:#31a8f0
}
#cc-notification.cc-light a:hover {
 color:#257eb4
}
#cc-notification.cc-light h2,
#cc-notification.cc-light h3,
#cc-notification.cc-light p {
 color:#1d1d1d
}
#cc-notification.cc-light ul.cc-notification-buttons li a,
#cc-notification.cc-light ul.cc-notification-buttons li a:visited {
 background-color:#f1d600;
 color:#111
}
#cc-notification.cc-light ul.cc-notification-buttons li a:hover,
#cc-notification.cc-light ul.cc-notification-buttons li a:active,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-not-approve-button-allsites:hover,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:active,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-not-approve-button-allsites:active {
 background-color:#f5f5f5
}
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites {
 background-color:#31a8f0
}
#cc-tag.cc-light a,
#cc-tag.cc-light a:visited {
 background-color:#e2e2e2;
 color:#1d1d1d
}
#cc-modal.cc-light #cc-modal-wrapper {
 background-color:#e2e2e2;
 color:#f5f5f5
}
#cc-modal.cc-light #cc-modal-wrapper a,
#cc-modal.cc-light #cc-modal-wrapper a:visited {
 color:#666
}
#cc-modal.cc-light #cc-modal-wrapper a:hover {
 color:#31a8f0
}
#cc-modal.cc-light #cc-modal-wrapper #cc-change-button-allsites {
 background-color:#666;
 color:#111
}
#cc-modal.cc-light #cc-modal-wrapper select {
 color:#111
}
#cc-modal.cc-light #cc-modal-wrapper a.cc-consentchange:hover {
 background-color:#31a8f0
}
#cc-modal.cc-light #cc-modal-wrapper li strong {
 color:#31a8f0
}
#cc-modal.cc-light #cc-modal-wrapper li span {
 color:#7a7a7a
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper {
 background-color:#e1e1e1;
 color:#f5f5f5
}
#cc-modal.cc-light #cc-modal-wrapper p,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p {
 color:#f5f5f5
}
#cc-modal.cc-light #cc-modal-wrapper h2,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 {
 color:#1d1d1d
}
#cc-modal.cc-light #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
 color:#7a7a7a
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
 color:#71f031
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-light #cc-modal-wrapper p.cc-subtitle {
 color:#7a7a7a
}
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:visited {
 color:#666
}
#cc-modal.cc-light #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-light #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-light #cc-modal-global a:hover,
#cc-modal.cc-light #cc-modal-global a:active {
 color:#1d1d1d
}
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:visited {
 background-color:#f5f5f5;
 color:#111;
 box-shadow:1px 1px 2px black;
 -moz-box-shadow:1px 1px 2px black;
 -webkit-box-shadow:1px 1px 2px black;
 background-color:#f1d600
}
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:active {
 background-color:#0288ce;
 color:#fff;
 box-shadow:1px 2px 10px black;
 -moz-box-shadow:1px 2px 10px black;
 -webkit-box-shadow:1px 2px 10px black
}
#cc-modal.cc-light #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-light a.cc-learnmore-link {
 color:#666
}
#cc-notification.cc-monochrome {
 background:#333;
 background-color:rgba(51,51,51,.95);
 color:#fff
}
#cc-notification.cc-monochrome #cc-notification-permissions li {
 color:#fff
}
#cc-notification.cc-monochrome #cc-notification-permissions li strong {
 color:#fff
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive {
 color:#aaa
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive label {
 color:#aaa
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive strong {
 color:#bbb
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
 color:#aaa
}
#cc-notification.cc-monochrome a,
#cc-notification.cc-monochrome a:visited {
 color:#ddd
}
#cc-notification.cc-monochrome a:hover {
 color:#fff
}
#cc-notification.cc-monochrome h2,
#cc-notification.cc-monochrome h3,
#cc-notification.cc-monochrome p {
 color:#aaa
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:visited {
 background-color:#ddd;
 color:#111
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:active,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:active {
 background-color:#fff
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites {
 background-color:#ddd
}
#cc-tag.cc-monochrome #cc-tag-button,
#cc-tag.cc-monochrome #cc-tag-button:visited {
 background-color:#333;
 color:#ddd
}
#cc-tag.cc-monochrome #cc-tag-button:hover,
#cc-tag.cc-monochrome #cc-tag-button:active {
 border-top:3px solid #fff;
 border-right:3px solid #fff;
 border-left:3px solid #fff
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper li strong,
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper {
 background-color:#333;
 color:#f5f5f5
}
#cc-modal.cc-monochrome #cc-modal-wrapper a,
#cc-modal.cc-monochrome #cc-modal-wrapper a:visited {
 color:#666
}
#cc-modal.cc-monochrome #cc-modal-wrapper a:hover {
 color:#31a8f0
}
#cc-modal.cc-monochrome #cc-modal-wrapper #cc-change-button-allsites {
 background-color:#666;
 color:#111
}
#cc-modal.cc-monochrome #cc-modal-wrapper select {
 color:#111
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-consentchange:hover {
 background-color:#31a8f0
}
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper li span {
 color:#7a7a7a
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper {
 background-color:#333;
 color:#f5f5f5
}
#cc-modal.cc-monochrome #cc-modal-wrapper p,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p {
 color:#f5f5f5
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
 color:#7a7a7a
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
 color:#ddd
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-monochrome #cc-modal-wrapper p.cc-subtitle {
 color:#7a7a7a
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:visited {
 color:#666
}
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-monochrome #cc-modal-global a:hover,
#cc-modal.cc-monochrome #cc-modal-global a:active {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:visited {
 background-color:#f5f5f5;
 color:#111;
 box-shadow:1px 1px 2px black;
 -moz-box-shadow:1px 1px 2px black;
 -webkit-box-shadow:1px 1px 2px black;
 background-color:#f1d600
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:active {
 background-color:#0288ce;
 color:#fff;
 box-shadow:1px 2px 10px black;
 -moz-box-shadow:1px 2px 10px black;
 -webkit-box-shadow:1px 2px 10px black
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-monochrome a.cc-learnmore-link {
 color:#ddd
}
#cc-notification ul.cc-notification-buttons li a,
#cc-notification ul.cc-notification-buttons li a:visited {
 float:right
}
#cc-notification ul.cc-notification-buttons {
 position:absolute;
 right:0;
 top:5px;
 width:360px
}
#cc-notification.cc-mobile #cc-notification-wrapper {
 margin-right:0
}
#cc-notification.cc-mobile ul.cc-notification-buttons li a,
#cc-notification.cc-mobile ul.cc-notification-buttons li a:visited {
 float:none
}
#cc-notification.cc-mobile ul.cc-notification-buttons {
 padding-top:1px;
 position:relative;
 right:0;
 top:0;
 width:auto;
 clear:both
}
#cc-notification {
 background:#1d1d1d;
 background-color:rgba(29,29,29,.95);
 color:#f5f5f5;
 border-bottom:1px dotted #ccc;
 font-family:'Open Sans',Arial,Helvetica,sans-serif;
 font-size:11pt
}
#cc-notification #cc-notification-wrapper {
 padding:20px 32px 0
}
#cc-notification #cc-notification-permissions ul {
 margin:0 0 26px;
 padding:0;
 list-style:none;
 float:left
}
#cc-notification.cc-mobile #cc-notification-permissions li {
 width:auto
}
#cc-notification #cc-notification-permissions li {
 margin:0 0 10px 30px;
 padding:6px 0 0;
 list-style:none;
 width:440px;
 color:#9a9a9a;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 -o-transition:color .2s ease-in;
 transition:color .2s ease-in
}
#cc-notification #cc-notification-permissions li label {
 font-size:12pt;
 line-height:1.3em;
 color:#9a9a9a;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 -o-transition:color .2s ease-in;
 transition:color .2s ease-in
}
#cc-notification #cc-notification-permissions li input {
 float:left;
 margin-left:-30px;
 margin-top:0
}
#cc-notification #cc-notification-permissions li strong {
 color:#31a8f0;
 display:block;
 font-size:14pt;
 letter-spacing:-.05em;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 -o-transition:color .2s ease-in;
 transition:color .2s ease-in
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive {
 color:#666
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive label {
 color:#666
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive strong {
 color:#1d658e
}
#cc-notification #cc-notification-permissions li a.cc-learnmore-link {
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 -o-transition:color .2s ease-in;
 transition:color .2s ease-in
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
 color:#666
}
#cc-notification a,
#cc-notification a:visited {
 text-decoration:none;
 color:#31a8f0;
 font-size:11pt
}
#cc-notification a:hover {
 text-decoration:underline;
 color:#b2f7ff
}
#cc-notification h2,
#cc-notification h3,
#cc-notification p {
 color:#f5f5f5;
 margin:0;
 text-align:left;
 font-size:11pt;
 width:auto
}
#cc-notification h2 {
 margin-right:320px
}
#cc-notification.cc-mobile h2 {
 margin-right:0
}
#cc-notification h2 span,
#cc-notification h2 {
 font-size:14pt;
 letter-spacing:-.05em;
 margin-bottom:20px;
 font-weight:400
}
#cc-notification h2 a {
 letter-spacing:-.05em;
 font-size:14pt
}
#cc-notification h3 {
 margin-top:10px
}
#cc-notification ul.cc-notification-buttons {
 margin:0;
 padding:0;
 list-style:none
}
#cc-notification.cc-notification-afterload ul.cc-notification-buttons {
 top:auto;
 bottom:5px
}
#cc-notification ul.cc-notification-buttons li {
 margin:0;
 padding:0;
 list-style:none
}
#cc-notification ul.cc-notification-buttons li a,
#cc-notification ul.cc-notification-buttons li a:visited {
 margin-top:8px;
 margin-bottom:6px;
 display:block;
 padding:8px 16px;
 background-color:#f1d600;
 color:#111;
 margin-right:12px;
 text-decoration:none;
 font-size:12pt;
 font-weight:600;
 letter-spacing:-.05em;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 transition:background .2s ease-in-out 0s,color .2s ease-in-out 0s,box-shadow .2s ease-in-out 0s;
 -moz-transition:background .2s ease-in-out 0s,color .2s ease-in-out 0s,-moz-box-shadow .2s ease-in-out 0s;
 -webkit-transition:background .2s ease-in-out 0s,color .2s ease-in-out 0s,-webkit-box-shadow .2s ease-in-out 0s
}
#cc-notification ul.cc-notification-buttons li a:hover,
#cc-notification ul.cc-notification-buttons li a:active,
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:active {
 text-decoration:none;
 background-color:#f5f5f5;
 box-shadow:1px 2px 10px black;
 -moz-box-shadow:1px 2px 10px black;
 -webkit-box-shadow:1px 2px 10px black
}
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites {
 background-color:#31a8f0
}
#cc-tag a,
#cc-tag a:visited {
 font-family:'Open Sans',Arial,Helvetica,sans-serif;
 font-size:12pt;
 background-color:#1d1d1d;
 background-repeat:no-repeat;
 background-position:6px 7px;
 color:#f5f5f5;
 padding:8px 12px 8px 12px;
 text-decoration:none;
 display:block;
 border-top:3px solid #666;
 border-right:3px solid #666;
 border-left:3px solid #666;
 border-radius:3px 3px 0 0;
 -moz-border-radius:3px 3px 0 0;
 -webkit-border-radius:3px 3px 0 0;
 box-shadow:1px 1px 2px black;
 -moz-box-shadow:1px 1px 2px black;
 -webkit-box-shadow:1px 1px 2px black;
 transition:color .2s ease-in-out 0s,box-shadow .2s ease-in-out 0s;
 -moz-transition:color .2s ease-in-out 0s,-moz-box-shadow .2s ease-in-out 0s;
 -webkit-transition:color .2s ease-in-out 0s,-webkit-box-shadow .2s ease-in-out 0s
}
#cc-tag.cc-tag-horizontal-right a,
#cc-tag.cc-tag-horizontal-right a:visited {
 -webkit-transform:rotate(-90deg);
 -moz-transform:rotate(-90deg);
 -o-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 margin-right:-82px;
 padding:8px 12px 60px 12px
}
#cc-tag.cc-tag-horizontal-left a,
#cc-tag.cc-tag-horizontal-left a:visited {
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
 -o-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 margin-left:-82px;
 padding:8px 12px 60px 12px
}
#cc-tag.cc-tag-vertical-right a,
#cc-tag.cc-tag-vertical-right a:visited {
 -webkit-transform:rotate(-90deg);
 -moz-transform:rotate(-90deg);
 -o-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 margin-right:-82px;
 padding:8px 12px 60px 12px
}
#cc-tag.cc-tag-vertical-left a,
#cc-tag.cc-tag-vertical-left a:visited {
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
 -o-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 margin-left:-82px;
 padding:8px 12px 60px 12px
}
#cc-tag a:hover,
#cc-tag a:active {
 border-top:3px solid #f1d600;
 border-right:3px solid #f1d600;
 border-left:3px solid #f1d600;
 box-shadow:2px 2px 7px black;
 -moz-box-shadow:2px 2px 7px black;
 -webkit-box-shadow:2px 2px 7px black
}
#cc-tag a span {
 font-size:12pt
}
#cc-modal {
 font-family:'Open Sans',Arial,Helvetica,sans-serif;
 font-size:11pt
}
#cc-modal #cc-modal-wrapper {
 width:686px;
 margin:40px auto;
 background-color:#1d1d1d;
 color:#f5f5f5;
 padding:25px 15px 5px;
 text-align:left;
 position:relative;
 max-height:8%;
 overflow-y:auto;
 overflow-x:hidden;
 min-height:560px;
 box-shadow:0 0 30px black;
 -moz-box-shadow:0 0 30px black;
 -webkit-box-shadow:0 0 30px black
}
#cc-modal #cc-modal-wrapper a,
#cc-modal #cc-modal-wrapper a:visited {
 color:#f5f500;
 text-decoration:none
}
#cc-modal #cc-modal-wrapper a:hover {
 color:#31a8f0;
 text-decoration:underline
}
#cc-modal #cc-modal-wrapper #cc-change-button-allsites {
 margin-top:16px;
 margin-bottom:6px;
 display:block;
 padding:6px 12px;
 background-color:#f5f500;
 color:#111;
 float:left;
 clear:both;
 margin-right:8px;
 text-decoration:none;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px
}
#cc-modal #cc-modal-wrapper #cc-change-button-allsites:hover,
#cc-modal #cc-modal-wrapper #cc-change-button-allsites:active {
 background-color:#31a8f0
}
#cc-settingsmodal #cc-settingsmodal-wrapper select,
#cc-modal #cc-modal-wrapper select {
 color:#111;
 margin-right:8px;
 text-decoration:none;
 position:absolute;
 top:28px;
 right:8px;
 float:right;
 font-size:10pt;
 width:150px
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper select,
#cc-modal.cc-mobile #cc-modal-wrapper select {
 float:none;
 margin-top:10px;
 position:static
}
#cc-modal #cc-modal-wrapper a.cc-consentchange:hover {
 background-color:#31a8f0
}
#cc-settingsmodal #cc-settingsmodal-wrapper ul li label,
#cc-modal #cc-modal-wrapper ul li label {
 float:left
}
#cc-settingsmodal #cc-settingsmodal-wrapper ul,
#cc-modal #cc-modal-wrapper ul {
 margin:0;
 padding:0 100px;
 list-style:none
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper ul,
#cc-modal.cc-mobile #cc-modal-wrapper ul {
 padding:0
}
#cc-settingsmodal #cc-settingsmodal-wrapper li,
#cc-modal #cc-modal-wrapper li {
 clear:both;
 margin:0;
 padding:30px 0 0;
 list-style:none;
 position:relative
}
#cc-settingsmodal #cc-settingsmodal-wrapper li strong,
#cc-modal #cc-modal-wrapper li strong {
 width:480px;
 float:left;
 display:block;
 color:#31a8f0;
 font-size:16pt;
 font-weight:400
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li strong #cc-modal.cc-mobile #cc-modal-wrapper li strong {
 float:none
}
#cc-settingsmodal #cc-settingsmodal-wrapper li span,
#cc-modal #cc-modal-wrapper li span {
 width:470px;
 float:left;
 clear:left;
 display:block;
 color:#7a7a7a;
 line-height:1.2em;
 font-size:12pt;
 margin-top:8px
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
#cc-modal.cc-mobile #cc-modal-wrapper li span {
 float:none
}
#cc-settingsmodal {
 font-family:'Open Sans',Arial,Helvetica,sans-serif;
 font-size:11pt
}
#cc-settingsmodal.cc-mobile {
 height:auto
}
#cc-settingsmodal #cc-settingsmodal-wrapper {
 width:716px;
 height:8%;
 margin:40px auto;
 background-color:#1d1d1d;
 padding-top:24px;
 color:#f5f5f5;
 text-align:left;
 position:relative;
 overflow-x:hidden;
 max-height:560px;
 background-image:url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/globe.png);
 background-position:-20px 20px;
 background-repeat:no-repeat;
 box-shadow:0 0 30px black;
 -moz-box-shadow:0 0 30px black;
 -webkit-box-shadow:0 0 30px black
}
#cc-settingsmodal #cc-settingsmodal-wrapper .cc-content {
 overflow-y:auto;
 overflow-x:hidden;
 height:400px;
 margin-top:20px
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
 max-height:none
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper .cc-content {
 height:540px;
 max-height:none
}
#cc-modal #cc-modal-wrapper p {
 line-height:1em;
 margin-top:12px;
 color:#f5f5f5
}
#cc-settingsmodal #cc-settingsmodal-wrapper p {
 margin-top:32px
}
#cc-modal #cc-modal-wrapper .cc-content {
 padding-top:8px;
 clear:both;
 height:420px;
 overflow-y:auto;
 overflow-x:hidden
}
#cc-modal.cc-mobile #cc-modal-wrapper .cc-content {
 height:auto;
 overflow:hidden
}
#cc-modal #cc-modal-wrapper h2,
#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
 margin:0 57px;
 font-size:24pt;
 width:712px;
 color:#fff;
 font-weight:400
}
#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
 margin:0 72px
}
#cc-modal #cc-modal-wrapper h2 span,
#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
 font-size:14pt;
 color:#7a7a7a
}
#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
 color:#71f031
}
#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal #cc-modal-wrapper p.cc-subtitle {
 color:#7a7a7a;
 margin:16px 0 0 57px;
 font-size:12pt
}
#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle {
 margin:16px 0 0 73px
}
#cc-modal.cc-mobile #cc-modal-wrapper p.cc-subtitle {
 margin-left:0
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper p.cc-subtitle {
 margin-left:10px
}
#cc-settingsmodal #cc-settingsmodal-wrapper iframe {
 width:714px;
 border:0;
 min-height:390px
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper iframe {
 width:100%;
 height:500px;
 z-index:9999999999999;
 margin-top:0
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
 background-image:url("https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/modal-close.png");
 display:block;
 height:24px;
 position:absolute;
 right:10px;
 top:10px;
 width:24px;
 background-position:0 0
}
#cc-modal #cc-modal-closebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
 background-position:0 -24px
}
#cc-modal #cc-modal-global {
 padding-top:5px
}
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited {
 color:#71f031;
 text-decoration:none
}
#cc-modal #cc-modal-secondclosebutton a span,
#cc-modal #cc-modal-secondclosebutton a:visited span,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a span,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited span,
#cc-modal #cc-modal-global a span,
#cc-modal #cc-modal-global a:visited span {
 font-size:12pt;
 font-weight:600
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton {
 padding-left:10px;
 padding-top:0
}
#cc-modal.cc-mobile #cc-modal-secondclosebutton a,
#cc-modal.cc-mobile #cc-modal-secondclosebutton a:visited,
#cc-modal.cc-mobile #cc-modal-global a,
#cc-modal.cc-mobile #cc-modal-global a:visited {
 float:none
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a:visited {
 display:none
}
#cc-modal #cc-modal-secondclosebutton a:hover,
#cc-modal #cc-modal-secondclosebutton a:active,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:active,
#cc-modal #cc-modal-global a:hover,
#cc-modal #cc-modal-global a:active {
 text-decoration:none;
 color:#fff
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
 margin-left:57px;
 margin-top:25px
}
#cc-settingsmodal #cc-settingsmodal-wrapper #cc-settingsmodal-footer-buttons {
 margin-left:72px
}
#cc-modal.cc-mobile #cc-modal-wrapper #cc-modal-footer-buttons {
 position:relative;
 width:auto;
 padding-top:10px;
 margin-left:0
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage {
 margin-top:20px;
 clear:both;
 padding:10px;
 text-align:left;
 background-color:#444;
 border:1px dotted #666;
 line-height:2em
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:visited {
 line-height:1.2em;
 margin-top:0;
 margin-bottom:0;
 display:block;
 padding:5px 10px;
 background-color:#f5f5f5;
 color:#111;
 margin-right:8px;
 text-decoration:none;
 font-size:10pt;
 float:right;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 box-shadow:1px 1px 2px black;
 -moz-box-shadow:1px 1px 2px black;
 -webkit-box-shadow:1px 1px 2px black;
 transition:background .2s ease-in-out 0s,color .2s ease-in-out 0s,box-shadow .2s ease-in-out 0s;
 -moz-transition:background .2s ease-in-out 0s,color .2s ease-in-out 0s,-moz-box-shadow .2s ease-in-out 0s;
 -webkit-transition:background .2s ease-in-out 0s,color .2s ease-in-out 0s,-webkit-box-shadow .2s ease-in-out 0s;
 background-color:#f1d600
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:active {
 text-decoration:none;
 background-color:#0288ce;
 color:#fff;
 box-shadow:1px 2px 10px black;
 -moz-box-shadow:1px 2px 10px black;
 -webkit-box-shadow:1px 2px 10px black
}
#cc-modal #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification a.cc-learnmore-link {
 color:#fff
}
#cc-modal.cc-mobile #cc-modal-wrapper {
 height:auto;
 max-height:none;
 min-height:inherit
}
#cc-modal.cc-mobile #cc-modal-wrapper,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
 margin-top:0;
 width:auto
}
#cc-modal.cc-mobile #cc-modal-wrapper h2 {
 width:auto;
 margin-left:0
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 span,
#cc-modal.cc-mobile #cc-modal-wrapper h2 span {
 display:block;
 margin-top:8px
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 {
 margin-left:10px;
 width:auto
}
#cc-modal.cc-mobile #cc-modal-wrapper,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
 border:0;
 box-shadow:none;
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 background-image:none;
 max-height:none
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
#cc-modal.cc-mobile #cc-modal-wrapper li span {
 width:auto;
 float:none
}
#cc-modal.cc-mobile #cc-modal-wrapper a.cc-consentchange {
 margin-top:10px;
 float:none
}
#cc-modal #cc-modal-wrapper li strong {
 width:auto
}
.ease-out,
.btn,
.app-social-links ul li img {
 -webkit-transition:all .2s ease-out;
 transition:all .2s ease-out
}
.no-gutter>[class*='col-'] {
 padding-right:0;
 padding-left:0
}
h1 {
 text-transform:uppercase;
 font-weight:400
}
h2 {
 font-family:'Didot',serif;
 text-transform:uppercase;
 font-weight:500;
 font-style:normal;
 color:#ebbb55
}
@media(max-width:768px) {
 h1 {
  font-size:2em
 }
}
.btn {
 font-family:'Avenir',sans-serif;
 margin:1.5em 0;
 border-radius:0;
 text-transform:uppercase;
 white-space:initial
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
 color:null;
 background-color:#cea03b;
 border-color:null
}
.btn.btn-secondary {
 color:#ebbb55;
 background-color:transparent;
 border-color:#ebbb55
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
 color:#ebbb55;
 background-color:transparent;
 border-color:#ebbb55
}
.btn.btn-tertiary {
 color:#cd5c5c;
 background-color:transparent;
 border-color:rgba(205,92,92,.5)
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary.focus {
 color:#cd5c5c;
 background-color:transparent;
 border-color:#cd5c5c
}
.bg-img,
.app-blendheader,
.app-machinedetail,
.app-producttype-title,
.app-producttype-selector,
.app-producttype .range .rangeheader,
.app-rangepage-titlebar,
.app-tile-selector,
.app-tile .tile-isotope .tile .tile-container,
.app-five-columns,
.app-four-column,
.app-full-image,
.app-full-image div[class*="container"] .row .full-image-container .right>.backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center>.backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .right>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left>.backgroundimage,
.app-three-column .container .info-column,
.app-one-column,
.app-ProductCarousel,
.app-three-column,
.app-video,
.app-video div[class*="container"] .row .video-container .center>.backgroundimage,
.app-video-column,
.app-full-image .container-fluid .row .container .right>.backgroundimage,
.app-full-image .container-fluid .row .container .center>.backgroundimage,
.app-full-image .container-fluid .row .container .left>.backgroundimage,
.app-full-image .container-fluid .container-fluid .right>.backgroundimage,
.app-full-image .container-fluid .container-fluid .center>.backgroundimage,
.app-full-image .container-fluid .container-fluid .left>.backgroundimage {
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat
}
.bg-img-bottom,
.app-title-bar {
 background-position:bottom;
 background-repeat:no-repeat
}
.bg-img-top,
.app-mediacarousel,
.app-twohalves {
 background-position:top;
 background-repeat:no-repeat
}
p {
 font-weight:400;
 font-style:normal
}
p a {
 color:inherit;
 text-decoration:underline
}
form {
 padding:30px
}
form label {
 font-family:'Avenir',sans-serif;
 font-weight:normal
}
form .checkbox input {
 margin-top:9.5px;
 margin-left:0
}
.form-group label {
 color:#fff
}
.form-group .form-control {
 height:40px;
 padding:6px 12px;
 color:#deb887;
 border-color:#ffd700;
 background-color:#b22222
}
.form-group .form-control.input-validation-error {
 border-color:#a94442;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.form-group .form-control:focus {
 border-color:#ff4500;
 background-color:#daa520
}
.form-group textarea.form-control {
 height:100px
}
.form-group.inverse label,
.inverse .form-group label {
 color:#fff
}
.form-group.inverse .form-control,
.inverse .form-group .form-control {
 color:teal;
 border-color:#c71585;
 background-color:#b0e0e6
}
.form-group.inverse .form-control:focus,
.inverse .form-group .form-control:focus {
 border-color:#2e8b57;
 background-color:#bc8f8f
}
.text-danger {
 font-size:12px;
 line-height:18px
}
.modal {
 z-index:99999
}
.modal .modal-header {
 border:none
}
.pagination li {
 cursor:pointer
}
.dots {
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis
}
@media(min-width:768px) {
 .equal-height {
  display:flex
 }
}
.equal-height>div[class*='col-'] {
 display:flex;
 flex-direction:column
}
.equal-height>div[class*='col-sm-8'] {
 display:flex;
 flex-direction:row
}
@font-face {
 font-family:'fontawesome';
 src:url('../content/fonts/fontawesome.eot');
 src:url('../content/fonts/fontawesome.eot#iefix') format('embedded-opentype'),
 url('../content/fonts/fontawesome.woff2') format('woff2'),
 url('../content/fonts/fontawesome.woff') format('woff'),
 url('../content/fonts/fontawesome.ttf') format('truetype'),
 url('../content/fonts/fontawesome.svg#fontawesome') format('svg');
 font-weight:normal;
 font-style:normal
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
 font-family:"fontawesome";
 font-style:normal;
 font-weight:normal;
 speak:none;
 display:inline-block;
 text-decoration:inherit;
 width:1em;
 margin-right:.2em;
 text-align:center;
 font-variant:normal;
 text-transform:none;
 line-height:1em;
 margin-left:.2em;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.icon-star:before {
 display:inline;
 content:''
}
.icon-star-empty:before {
 display:inline;
 content:''
}
.icon-star-half-alt:before {
 display:inline;
 content:''
}
.icon-star-0:before {
 display:inline;
 content:''
}
.icon-star-0-half:before {
 display:inline;
 content:''
}
.icon-star-1:before {
 display:inline;
 content:''
}
.icon-star-1-half:before {
 display:inline;
 content:''
}
.icon-star-2:before {
 display:inline;
 content:''
}
.icon-star-2-half:before {
 display:inline;
 content:''
}
.icon-star-3:before {
 display:inline;
 content:''
}
.icon-star-3-half:before {
 display:inline;
 content:''
}
.icon-star-4:before {
 display:inline;
 content:''
}
.icon-star-4-half:before {
 display:inline;
 content:''
}
.icon-star-5:before {
 display:inline;
 content:''
}
body {
 background-repeat:no-repeat;
 background-position:top center
}
.pointer {
 cursor:pointer
}
.isotope-item {
 z-index:2
}
.isotope-hidden.isotope-item {
 pointer-events:none;
 z-index:1
}
.isotope,
.isotope .isotope-item {
 -webkit-transition-duration:.6s;
 -moz-transition-duration:.6s;
 transition-duration:.6s
}
.isotope {
 -webkit-transition-property:height,width;
 -moz-transition-property:height,width;
 transition-property:height,width
}
.isotope .isotope-item {
 -webkit-transition-property:-webkit-transform,opacity;
 -moz-transition-property:-moz-transform,opacity;
 transition-property:transform,opacity
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
 -webkit-transition-duration:0s;
 -moz-transition-duration:0s;
 transition-duration:0s
}
.h-title {
 font-family:'Avenir',sans-serif!important;
 text-transform:uppercase!important;
 font-weight:400!important;
 font-size:2.5em!important;
 font-style:normal;
 line-height:1.2!important;
 color:inherit;
 margin:0!important
}
.h-pretitle {
 font-family:'Didot',serif!important;
 text-transform:none!important;
 font-weight:500!important;
 font-style:normal!important;
 color:#ebbb55;
 line-height:1.2!important;
 font-size:2em!important
}
.h-subtitle {
 font-family:'Didot',serif;
 text-transform:none;
 font-weight:normal;
 font-style:italic;
 color:#cfbfaf;
 line-height:1.2;
 font-size:1.7em
}
.col-lg-5ths {
 position:relative;
 min-height:1px;
 padding-right:10px;
 padding-left:10px
}
.col-xs-5ths {
 width:20%;
 float:left
}
@media(min-width:768px) {
 .col-sm-5ths {
  width:20%;
  float:left
 }
}
@media(min-width:992px) {
 .col-md-5ths {
  width:20%;
  float:left
 }
}
@media(min-width:1200px) {
 .col-lg-5ths {
  width:20%;
  float:left
 }
}
.app-gallery .bx-wrapper {
 margin-bottom:10px
}
.app-gallery .bx-wrapper .bx-pager {
 margin-top:0
}
@media(max-width:767px) {
}
@media(min-width:768px) {
 .app-gallery {
  width:350px
 }
}
@media(min-width:992px) {
 .app-gallery {
  width:440px
 }
}
@media(min-width:1200px) {
 .app-gallery {
  width:530px
 }
}
.parallax {
 padding:0;
 margin:0;
 width:100%;
 position:relative;
 margin:0 auto;
 background-size:cover!important;
 background-position:center;
 background-repeat:no-repeat;
 background-position:50% 0;
 background-repeat:repeat;
 background-attachment:fixed
}
.f16 .flag {
 display:inline-block;
 height:16px;
 width:16px;
 vertical-align:text-top;
 line-height:16px;
 background:url(/Content/img/flags16.png) no-repeat
}
.f16 ._African_Union {
 background-position:0 -16px
}
.f16 ._Arab_League {
 background-position:0 -32px
}
.f16 ._ASEAN {
 background-position:0 -48px
}
.f16 ._CARICOM {
 background-position:0 -64px
}
.f16 ._CIS {
 background-position:0 -80px
}
.f16 ._Commonwealth {
 background-position:0 -96px
}
.f16 ._England {
 background-position:0 -112px
}
.f16 ._European_Union,
.f16 .eu {
 background-position:0 -128px
}
.f16 ._Islamic_Conference {
 background-position:0 -144px
}
.f16 ._Kosovo {
 background-position:0 -160px
}
.f16 ._NATO {
 background-position:0 -176px
}
.f16 ._Northern_Cyprus {
 background-position:0 -192px
}
.f16 ._Northern_Ireland {
 background-position:0 -208px
}
.f16 ._Olimpic_Movement {
 background-position:0 -224px
}
.f16 ._OPEC {
 background-position:0 -240px
}
.f16 ._Red_Cross {
 background-position:0 -256px
}
.f16 ._Scotland {
 background-position:0 -272px
}
.f16 ._Somaliland {
 background-position:0 -288px
}
.f16 ._Tibet {
 background-position:0 -304px
}
.f16 ._United_Nations {
 background-position:0 -320px
}
.f16 ._Wales {
 background-position:0 -336px
}
.f16 .ad {
 background-position:0 -352px
}
.f16 .ae {
 background-position:0 -368px
}
.f16 .af {
 background-position:0 -384px
}
.f16 .ag {
 background-position:0 -400px
}
.f16 .ai {
 background-position:0 -416px
}
.f16 .al {
 background-position:0 -432px
}
.f16 .am {
 background-position:0 -448px
}
.f16 .ao {
 background-position:0 -464px
}
.f16 .aq {
 background-position:0 -480px
}
.f16 .ar {
 background-position:0 -496px
}
.f16 .as {
 background-position:0 -512px
}
.f16 .at {
 background-position:0 -528px
}
.f16 .au {
 background-position:0 -544px
}
.f16 .aw {
 background-position:0 -560px
}
.f16 .ax {
 background-position:0 -576px
}
.f16 .az {
 background-position:0 -592px
}
.f16 .ba {
 background-position:0 -608px
}
.f16 .bb {
 background-position:0 -624px
}
.f16 .bd {
 background-position:0 -640px
}
.f16 .be {
 background-position:0 -656px
}
.f16 .bf {
 background-position:0 -672px
}
.f16 .bg {
 background-position:0 -688px
}
.f16 .bh {
 background-position:0 -704px
}
.f16 .bi {
 background-position:0 -720px
}
.f16 .bj {
 background-position:0 -736px
}
.f16 .bm {
 background-position:0 -752px
}
.f16 .bn {
 background-position:0 -768px
}
.f16 .bo {
 background-position:0 -784px
}
.f16 .br {
 background-position:0 -800px
}
.f16 .bs {
 background-position:0 -816px
}
.f16 .bt {
 background-position:0 -832px
}
.f16 .bw {
 background-position:0 -848px
}
.f16 .by {
 background-position:0 -864px
}
.f16 .bz {
 background-position:0 -880px
}
.f16 .ca {
 background-position:0 -896px
}
.f16 .cg {
 background-position:0 -912px
}
.f16 .cf {
 background-position:0 -928px
}
.f16 .cd {
 background-position:0 -944px
}
.f16 .ch {
 background-position:0 -960px
}
.f16 .ci {
 background-position:0 -976px
}
.f16 .ck {
 background-position:0 -992px
}
.f16 .cl {
 background-position:0 -1008px
}
.f16 .cm {
 background-position:0 -1024px
}
.f16 .cn {
 background-position:0 -1040px
}
.f16 .co {
 background-position:0 -1056px
}
.f16 .cr {
 background-position:0 -1072px
}
.f16 .cu {
 background-position:0 -1088px
}
.f16 .cv {
 background-position:0 -1104px
}
.f16 .cy {
 background-position:0 -1120px
}
.f16 .cz {
 background-position:0 -1136px
}
.f16 .de {
 background-position:0 -1152px
}
.f16 .dj {
 background-position:0 -1168px
}
.f16 .dk {
 background-position:0 -1184px
}
.f16 .dm {
 background-position:0 -1200px
}
.f16 .do {
 background-position:0 -1216px
}
.f16 .dz {
 background-position:0 -1232px
}
.f16 .ec {
 background-position:0 -1248px
}
.f16 .ee {
 background-position:0 -1264px
}
.f16 .eg {
 background-position:0 -1280px
}
.f16 .eh {
 background-position:0 -1296px
}
.f16 .er {
 background-position:0 -1312px
}
.f16 .es {
 background-position:0 -1328px
}
.f16 .et {
 background-position:0 -1344px
}
.f16 .fi {
 background-position:0 -1360px
}
.f16 .fj {
 background-position:0 -1376px
}
.f16 .fm {
 background-position:0 -1392px
}
.f16 .fo {
 background-position:0 -1408px
}
.f16 .fr {
 background-position:0 -1424px
}
.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
 background-position:0 -1424px
}
.f16 .ga {
 background-position:0 -1440px
}
.f16 .gb,
.f16 .en {
 background-position:0 -1456px
}
.f16 .sh {
 background-position:0 -1456px
}
.f16 .gd {
 background-position:0 -1472px
}
.f16 .ge {
 background-position:0 -1488px
}
.f16 .gg {
 background-position:0 -1504px
}
.f16 .gh {
 background-position:0 -1520px
}
.f16 .gi {
 background-position:0 -1536px
}
.f16 .gl {
 background-position:0 -1552px
}
.f16 .gm {
 background-position:0 -1568px
}
.f16 .gn {
 background-position:0 -1584px
}
.f16 .gp {
 background-position:0 -1600px
}
.f16 .gq {
 background-position:0 -1616px
}
.f16 .gr {
 background-position:0 -1632px
}
.f16 .gt {
 background-position:0 -1648px
}
.f16 .gu {
 background-position:0 -1664px
}
.f16 .gw {
 background-position:0 -1680px
}
.f16 .gy {
 background-position:0 -1696px
}
.f16 .hk {
 background-position:0 -1712px
}
.f16 .hn {
 background-position:0 -1728px
}
.f16 .hr {
 background-position:0 -1744px
}
.f16 .ht {
 background-position:0 -1760px
}
.f16 .hu {
 background-position:0 -1776px
}
.f16 .id {
 background-position:0 -1792px
}
.f16 .mc {
 background-position:0 -1792px
}
.f16 .ie {
 background-position:0 -1808px
}
.f16 .il {
 background-position:0 -1824px
}
.f16 .im {
 background-position:0 -1840px
}
.f16 .in {
 background-position:0 -1856px
}
.f16 .iq {
 background-position:0 -1872px
}
.f16 .ir {
 background-position:0 -1888px
}
.f16 .is {
 background-position:0 -1904px
}
.f16 .it {
 background-position:0 -1920px
}
.f16 .je {
 background-position:0 -1936px
}
.f16 .jm {
 background-position:0 -1952px
}
.f16 .jo {
 background-position:0 -1968px
}
.f16 .jp {
 background-position:0 -1984px
}
.f16 .ke {
 background-position:0 -2000px
}
.f16 .kg {
 background-position:0 -2016px
}
.f16 .kh {
 background-position:0 -2032px
}
.f16 .ki {
 background-position:0 -2048px
}
.f16 .km {
 background-position:0 -2064px
}
.f16 .kn {
 background-position:0 -2080px
}
.f16 .kp {
 background-position:0 -2096px
}
.f16 .kr {
 background-position:0 -2112px
}
.f16 .kw {
 background-position:0 -2128px
}
.f16 .ky {
 background-position:0 -2144px
}
.f16 .kz {
 background-position:0 -2160px
}
.f16 .la {
 background-position:0 -2176px
}
.f16 .lb {
 background-position:0 -2192px
}
.f16 .lc {
 background-position:0 -2208px
}
.f16 .li {
 background-position:0 -2224px
}
.f16 .lk {
 background-position:0 -2240px
}
.f16 .lr {
 background-position:0 -2256px
}
.f16 .ls {
 background-position:0 -2272px
}
.f16 .lt {
 background-position:0 -2288px
}
.f16 .lu {
 background-position:0 -2304px
}
.f16 .lv {
 background-position:0 -2320px
}
.f16 .ly {
 background-position:0 -2336px
}
.f16 .ma {
 background-position:0 -2352px
}
.f16 .md {
 background-position:0 -2368px
}
.f16 .me {
 background-position:0 -2384px
}
.f16 .mg {
 background-position:0 -2400px
}
.f16 .mh {
 background-position:0 -2416px
}
.f16 .mk {
 background-position:0 -2432px
}
.f16 .ml {
 background-position:0 -2448px
}
.f16 .mm {
 background-position:0 -2464px
}
.f16 .mn {
 background-position:0 -2480px
}
.f16 .mo {
 background-position:0 -2496px
}
.f16 .mq {
 background-position:0 -2512px
}
.f16 .mr {
 background-position:0 -2528px
}
.f16 .ms {
 background-position:0 -2544px
}
.f16 .mt {
 background-position:0 -2560px
}
.f16 .mu {
 background-position:0 -2576px
}
.f16 .mv {
 background-position:0 -2592px
}
.f16 .mw {
 background-position:0 -2608px
}
.f16 .mx {
 background-position:0 -2624px
}
.f16 .my {
 background-position:0 -2640px
}
.f16 .mz {
 background-position:0 -2656px
}
.f16 .na {
 background-position:0 -2672px
}
.f16 .nc {
 background-position:0 -2688px
}
.f16 .ne {
 background-position:0 -2704px
}
.f16 .ng {
 background-position:0 -2720px
}
.f16 .ni {
 background-position:0 -2736px
}
.f16 .nl {
 background-position:0 -2752px
}
.f16 .bq {
 background-position:0 -2752px
}
.f16 .no {
 background-position:0 -2768px
}
.f16 .bv,
.f16 .nq,
.f16 .sj {
 background-position:0 -2768px
}
.f16 .np {
 background-position:0 -2784px
}
.f16 .nr {
 background-position:0 -2800px
}
.f16 .nz {
 background-position:0 -2816px
}
.f16 .om {
 background-position:0 -2832px
}
.f16 .pa {
 background-position:0 -2848px
}
.f16 .pe {
 background-position:0 -2864px
}
.f16 .pf {
 background-position:0 -2880px
}
.f16 .pg {
 background-position:0 -2896px
}
.f16 .ph {
 background-position:0 -2912px
}
.f16 .pk {
 background-position:0 -2928px
}
.f16 .pl {
 background-position:0 -2944px
}
.f16 .pr {
 background-position:0 -2960px
}
.f16 .ps {
 background-position:0 -2976px
}
.f16 .pt {
 background-position:0 -2992px
}
.f16 .pw {
 background-position:0 -3008px
}
.f16 .py {
 background-position:0 -3024px
}
.f16 .qa {
 background-position:0 -3040px
}
.f16 .re {
 background-position:0 -3056px
}
.f16 .ro {
 background-position:0 -3072px
}
.f16 .rs {
 background-position:0 -3088px
}
.f16 .ru {
 background-position:0 -3104px
}
.f16 .rw {
 background-position:0 -3120px
}
.f16 .sa {
 background-position:0 -3136px
}
.f16 .sb {
 background-position:0 -3152px
}
.f16 .sc {
 background-position:0 -3168px
}
.f16 .sd {
 background-position:0 -3184px
}
.f16 .se {
 background-position:0 -3200px
}
.f16 .sg {
 background-position:0 -3216px
}
.f16 .si {
 background-position:0 -3232px
}
.f16 .sk {
 background-position:0 -3248px
}
.f16 .sl {
 background-position:0 -3264px
}
.f16 .sm {
 background-position:0 -3280px
}
.f16 .sn {
 background-position:0 -3296px
}
.f16 .so {
 background-position:0 -3312px
}
.f16 .sr {
 background-position:0 -3328px
}
.f16 .st {
 background-position:0 -3344px
}
.f16 .sv {
 background-position:0 -3360px
}
.f16 .sy {
 background-position:0 -3376px
}
.f16 .sz {
 background-position:0 -3392px
}
.f16 .tc {
 background-position:0 -3408px
}
.f16 .td {
 background-position:0 -3424px
}
.f16 .tg {
 background-position:0 -3440px
}
.f16 .th {
 background-position:0 -3456px
}
.f16 .tj {
 background-position:0 -3472px
}
.f16 .tl {
 background-position:0 -3488px
}
.f16 .tm {
 background-position:0 -3504px
}
.f16 .tn {
 background-position:0 -3520px
}
.f16 .to {
 background-position:0 -3536px
}
.f16 .tr {
 background-position:0 -3552px
}
.f16 .tt {
 background-position:0 -3568px
}
.f16 .tv {
 background-position:0 -3584px
}
.f16 .tw {
 background-position:0 -3600px
}
.f16 .tz {
 background-position:0 -3616px
}
.f16 .ua {
 background-position:0 -3632px
}
.f16 .ug {
 background-position:0 -3648px
}
.f16 .us {
 background-position:0 -3664px
}
.f16 .uy {
 background-position:0 -3680px
}
.f16 .uz {
 background-position:0 -3696px
}
.f16 .va {
 background-position:0 -3712px
}
.f16 .vc {
 background-position:0 -3728px
}
.f16 .ve {
 background-position:0 -3744px
}
.f16 .vg {
 background-position:0 -3760px
}
.f16 .vi {
 background-position:0 -3776px
}
.f16 .vn {
 background-position:0 -3792px
}
.f16 .vu {
 background-position:0 -3808px
}
.f16 .ws {
 background-position:0 -3824px
}
.f16 .ye {
 background-position:0 -3840px
}
.f16 .za {
 background-position:0 -3856px
}
.f16 .zm {
 background-position:0 -3872px
}
.f16 .zw {
 background-position:0 -3888px
}
.f16 .sx {
 background-position:0 -3904px
}
.f16 .cw {
 background-position:0 -3920px
}
.f16 .ss {
 background-position:0 -3936px
}
.f16 .nu {
 background-position:0 -3952px
}
.bx-wrapper {
 position:relative;
 margin:0 auto 0;
 padding:0;
 *zoom:1
}
.bx-wrapper img {
 max-width:100%;
 display:block
}
.bx-wrapper .bx-viewport {
 -webkit-transform:translatez(0);
 -moz-transform:translatez(0);
 -ms-transform:translatez(0);
 -o-transform:translatez(0);
 transform:translatez(0)
}
.bx-wrapper .bx-pager {
 margin-top:-30px;
 position:absolute;
 width:100%
}
.bx-wrapper .bx-controls-auto {
 position:absolute;
 bottom:-30px;
 width:100%
}
.bx-wrapper .bx-loading {
 min-height:50px;
 background:url(/Content/img/bx_loader.gif) center center no-repeat #fff;
 height:100%;
 width:100%;
 position:absolute;
 top:0;
 left:0;
 z-index:2000
}
.bx-wrapper .bx-pager {
 text-align:center;
 font-size:.85em;
 font-family:Arial;
 font-weight:bold;
 color:#666
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
 display:inline-block;
 *zoom:1;
 *display:inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
 background:rgba(255,255,255,.5);
 text-indent:-9999px;
 display:block;
 width:10px;
 height:10px;
 margin:0 5px;
 outline:0;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 -webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.75);
 -moz-box-shadow:0 0 7px 0 rgba(0,0,0,.75);
 box-shadow:0 0 7px 0 rgba(0,0,0,.75)
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 background:rgba(255,255,255,.8)
}
.bx-wrapper .bx-prev {
 left:10px;
 background:url(/Content/img/controls.png) no-repeat 0 -32px
}
.bx-wrapper .bx-next {
 right:10px;
 background:url(/Content/img/controls.png) no-repeat -43px -32px
}
.bx-wrapper .bx-prev:hover {
 background-position:0 0
}
.bx-wrapper .bx-next:hover {
 background-position:-43px 0
}
.bx-wrapper .bx-controls-direction a {
 position:absolute;
 top:50%;
 margin-top:-16px;
 outline:0;
 width:32px;
 height:32px;
 text-indent:-9999px;
 z-index:9999
}
.bx-wrapper .bx-controls-direction a.disabled {
 display:none
}
.bx-wrapper .bx-controls-auto {
 text-align:center
}
.bx-wrapper .bx-controls-auto .bx-start {
 display:block;
 text-indent:-9999px;
 width:10px;
 height:11px;
 outline:0;
 background:url(/Content/img/controls.png) -86px -11px no-repeat;
 margin:0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
 background-position:-86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
 display:block;
 text-indent:-9999px;
 width:9px;
 height:11px;
 outline:0;
 background:url(/Content/img/controls.png) -86px -44px no-repeat;
 margin:0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
 background-position:-86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
 text-align:left;
 width:80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
 right:0;
 width:35px
}
.bx-wrapper .bx-caption {
 position:absolute;
 bottom:0;
 left:0;
 background:#666 \9;
 background:rgba(80,80,80,.75);
 width:100%
}
.bx-wrapper .bx-caption span {
 color:#fff;
 font-family:Arial;
 display:block;
 font-size:.85em;
 padding:10px
}
.app-blendheader {
 padding:2.5em 0
}
@media(min-width:768px) {
 .app-blendheader .valign-columns {
  display:table
 }
 .app-blendheader .valign-columns .vcolumn {
  display:table-cell;
  vertical-align:middle;
  float:none
 }
}
.app-blendheader .bx-wrapper .bx-prev {
 left:-32px
}
.app-blendheader .bx-wrapper .bx-next {
 right:-32px
}
.app-blendheader .bx-wrapper li img {
 margin:0 auto;
 image-rendering:-moz-crisp-edges;
 image-rendering:-o-crisp-edges;
 image-rendering:-webkit-optimize-contrast;
 image-rendering:crisp-edges;
 -ms-interpolation-mode:nearest-neighbor
}
.app-blendheader .center-text {
 text-align:center
}
.app-blendheader .center-text .divider {
 margin:15px auto 75px
}
.app-blendheader .productrating {
 color:#ffc723;
 letter-spacing:5px;
 font-size:20px
}
.app-blendheader .allratingslink {
 display:inline;
 color:#fff;
 letter-spacing:0;
 font-size:14px;
 text-transform:uppercase
}
.app-blendheader .numericrating {
 color:#fff;
 font-family:"FlamaCondensed-Medium";
 font-size:32px;
 padding:0 5px;
 vertical-align:sub
}
.app-blendheader .nrreviewslink {
 color:#fff;
 padding:0 10px 0 0
}
.app-blendheader .reviewlink {
 color:#fff;
 padding:0 0 0 10px
}
.app-blendheader .btn-primary {
 float:left
}
.app-blendheader .social-links {
 float:right;
 list-style:none;
 margin:1.5em 0;
 padding:0
}
.app-blendheader .social-links li {
 float:right;
 padding:0 .5em
}
.app-blendheader .social-links li .stButton {
 margin:0
}
@media(max-width:768px) {
 .app-blendheader .social-links li {
  float:none
 }
}
.app-blendheader .hero-image>div {
 display:inline-block;
 margin:auto;
 position:relative
}
.app-blendheader .floorshadow:after {
 content:"";
 display:block;
 height:8px;
 width:12.5%;
 position:absolute;
 z-index:-2;
 margin:-7px 0 0 46%;
 -moz-transform:rotateX(45deg) scale(8,.75);
 -ms-transform:rotateX(45deg) scale(8,.75);
 -o-transform:rotateX(45deg) scale(8,.75);
 -webkit-transform:rotateX(45deg) scale(8,.75);
 transform:rotateX(45deg) scale(8,.75);
 background:#000;
 -moz-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -o-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -webkit-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -ms-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -moz-opacity:.65;
 filter:alpha(opacity=65);
 opacity:.55
}
.app-blendheader .hero-image img {
 align-self:center
}
.app-blendheader .next-button,
.app-blendheader .prev-button {
 align-self:flex-end
}
.app-blendheader .hero-image {
 margin:auto
}
.app-blendheader .hero-image img {
 min-height:428px;
 max-height:428px
}
.app-blendheader .prev-button,
.app-blendheader .next-button {
 position:relative
}
.app-blendheader .prev-button>a,
.app-blendheader .next-button>a {
 bottom:0;
 position:absolute;
 text-transform:uppercase;
 text-decoration:none;
 letter-spacing:.2em;
 font-size:1.15em;
 font-family:'Avenir',sans-serif;
 font-weight:700;
 color:red;
 transition:all .2s ease;
 white-space:nowrap
}
.app-blendheader .prev-button>a:hover,
.app-blendheader .next-button>a:hover {
 color:#900;
 text-decoration:underline
}
.app-blendheader .prev-button>a {
 left:0
}
.app-blendheader .next-button {
 text-align:right
}
.app-blendheader .next-button>a {
 right:0
}
.app-blendheader .intro-text {
 margin:2.5em auto
}
.app-blendheader .intro-text>div {
 display:flex
}
.app-blendheader .intro-text>div .btn {
 margin:0 auto 2.5em auto;
 justify-content:center
}
.app-blendheader .intro-text .social-links {
 margin:0
}
.app-blendheader .product-information-wrapper {
 border:3px solid #4800ff;
 border-radius:5px
}
.app-blendheader .product-information-wrapper:empty {
 display:none
}
.app-blendheader .product-information {
 position:relative
}
.app-blendheader .product-information .col-sm-6 {
 text-align:center
}
.app-blendheader .product-information .col-sm-6 h4 {
 font-family:'Didot',serif;
 color:#0094ff;
 font-size:1.75em;
 letter-spacing:normal;
 font-style:italic;
 font-weight:500;
 text-transform:none;
 padding:1.5em 0 .5em 0
}
.app-blendheader .product-information .col-sm-6 p:last-child {
 padding:0 0 1.5em 0
}
.app-blendheader .product-information .col-sm-6:only-child {
 margin:auto
}
.app-blendheader .nutritional-facts {
 margin-top:2px
}
.app-blendheader .nutritional-facts .col-xs-12 button {
 border:none;
 background-color:transparent;
 width:100%;
 outline:none!important
}
.app-blendheader .nutritional-facts .col-xs-12 h5 {
 max-width:95%;
 border-top:3px solid #4800ff;
 padding:1.75em 0;
 text-align:center;
 margin:0 auto;
 font-size:1.15em;
 color:#4800ff;
 font-weight:700;
 font-style:normal
}
.app-blendheader .nutritional-facts .col-xs-12 p {
 max-width:95%;
 margin:auto;
 padding:0 2.5em 2.5em 2.5em;
 font-size:1em;
 line-height:2
}
@media(max-width:768px) {
 .app-blendheader .center-text {
  padding-top:2.5em
 }
 .app-blendheader .center-text .h-title {
  font-size:6vw!important
 }
 .app-blendheader .hero-image img {
  max-height:35vh;
  min-height:35vh
 }
 .app-blendheader .product-information .col-sm-4:nth-child(1) {
  border:2px dotted #c9af5e;
  border-right:2px dotted #c9af5e;
  border-bottom:none;
  border-top-left-radius:8px;
  border-top-right-radius:8px
 }
 .app-blendheader .product-information .col-sm-4:nth-child(2) {
  border:2px dotted #c9af5e;
  border-left:2px dotted #c9af5e;
  border-bottom:none;
  margin-top:2px;
  border-top:none;
  border-top-right-radius:0
 }
}
.xFormsubmitbutton {
 color:#ebbb55;
 background-color:#cd5c5c;
 border-color:#adff2f
}
.xFormsubmitbutton:hover {
 color:null;
 background-color:#cea03b;
 border-color:null
}
.app-contact-us form {
 background-color:rgba(0,0,0,.1);
 padding:0
}
.app-contact-us form div.checkbox input[type='checkbox'] {
 margin-left:0
}
.app-customSimpleError .error {
 background:none;
 margin-top:20px;
 color:#333
}
.app-customSimpleError .error h3 {
 color:#8b7764;
 position:relative;
 display:inline-block;
 width:300px;
 text-align:center
}
.app-customSimpleError .error h3:before {
 content:" ";
 position:absolute;
 left:0;
 right:auto;
 top:50%;
 width:85px;
 background-color:#8b7764;
 display:block;
 height:1px
}
.app-customSimpleError .error h3:after {
 content:" ";
 position:absolute;
 left:auto;
 right:0;
 top:50%;
 width:85px;
 background-color:#8b7764;
 display:block;
 height:1px
}
@media screen and (max-width:530px) {
 .app-machineDetails h2 {
  font-size:26px
 }
 .app-machineDetails h3 {
  font-size:18px
 }
}
@media screen and (min-width:530px) {
 .app-machineDetails .background-color {
  background:url('img/Viva-pastels-nouveau.png') no-repeat top center
 }
}
#wtb-widget-dealerlocator form.wtb-local {
 width:100%;
 height:auto
}
.app-machineDetails {
 font-family:"HalisR Book";
 position:relative
}
.app-machineDetails .background-color {
 position:absolute;
 z-index:1;
 top:0;
 height:305px;
 width:100%
}
.app-machineDetails .container {
 z-index:10;
 position:relative
}
.app-machineDetails h1 {
 font-family:"FlamaCondensed-Medium";
 font-size:60px
}
.app-machineDetails h2 {
 font-family:"FlamaCondensed-Medium";
 font-style:normal;
 font-size:24px
}
.app-machineDetails h3 {
 font-family:"FlamaCondensed-Medium";
 font-size:20px;
 line-height:22px
}
.app-machineDetails .left-column img {
 width:100%;
 max-width:450px;
 padding:20px 0 0 0
}
.app-machineDetails .left-column .blocktext {
 padding:20px 0 40px 0
}
.app-machineDetails .left-column .productrating {
 color:#ffc723;
 letter-spacing:5px;
 font-size:20px
}
.app-machineDetails .left-column .allratingslink {
 display:inline;
 color:#fff;
 letter-spacing:0;
 font-size:14px;
 text-transform:uppercase
}
.app-machineDetails .left-column .numericrating {
 font-family:"FlamaCondensed-Medium";
 font-size:32px;
 padding:0 5px;
 vertical-align:sub
}
.app-machineDetails .left-column .nrreviewslink {
 color:#fff;
 padding:0 10px 0 0
}
.app-machineDetails .left-column .reviewlink {
 color:#fff;
 padding:0 0 0 10px
}
.app-machineDetails .left-column .thumbnails div {
 background-repeat:no-repeat;
 background-position:center center;
 background-size:70%;
 height:100px;
 width:100px;
 margin-right:5px;
 border-radius:50%;
 background-color:#fff;
 box-shadow:0 0 15px -3px rgba(0,0,0,.3);
 display:inline-block;
 position:relative
}
.app-machineDetails .left-column .thumbnails div.active span {
 background-repeat:no-repeat;
 background-position:center center;
 height:100px;
 width:100px;
 border-radius:50%;
 background-color:#999;
 opacity:.8;
 box-shadow:0 0 15px -3px rgba(0,0,0,.8);
 display:inline-block;
 position:relative;
 margin-left:-15px
}
.app-machineDetails .left-column .colours h4 {
 font-size:12px;
 font-family:"HalisR Book";
 text-transform:uppercase;
 letter-spacing:2px;
 color:#666
}
.app-machineDetails .left-column .colours .colourcircle {
 float:left;
 margin-right:5px;
 display:block;
 height:20px;
 width:20px;
 border-radius:50%
}
.app-machineDetails .left-column .productbuttons {
 padding:30px 0;
 border-top:1px solid #d7d7d7;
 margin-bottom:60px
}
.app-machineDetails .left-column .productbuttons .widgets li {
 list-style-type:none;
 display:inline
}
.app-machineDetails .left-column .productbuttons .widgets li span {
 display:block;
 float:left;
 height:32px;
 width:32px;
 margin-right:10px;
 top:2px
}
.app-machineDetails .left-column .wtb-buyonline {
 background:none;
 margin:0 20px 0 0
}
.app-machineDetails .left-column .wtb-buyonline:hover {
 background:none
}
.app-machineDetails .left-column .wtb-locatestore {
 background:#fff!important;
 color:#454140!important;
 font-weight:bold!important;
 height:inherit!important;
 font-family:"FlamaCondensed-Medium"!important;
 font-size:14px!important;
 border:1px solid #d7d7d7!important;
 letter-spacing:1px;
 border-radius:3px!important;
 padding:7px 20px!important
}
.app-machineDetails .left-column .wtb-locatestore:hover {
 background:#d7d7d7!important;
 -webkit-transition:background-color 100ms linear;
 -moz-transition:background-color 100ms linear;
 -o-transition:background-color 100ms linear;
 -ms-transition:background-color 100ms linear;
 transition:background-color 100ms linear
}
.app-machineDetails .right-column h2,
.app-machineDetails .right-column h3 {
 margin-top:0;
 text-align:left
}
.app-machineDetails .right-column img {
 float:right
}
.app-machinedetail {
 padding:2.5em 0
}
@media(min-width:768px) {
 .app-machinedetail .valign-columns {
  display:table
 }
 .app-machinedetail .valign-columns .vcolumn {
  display:table-cell;
  vertical-align:middle;
  float:none
 }
}
.app-machinedetail .bx-wrapper .bx-prev {
 left:-32px
}
.app-machinedetail .bx-wrapper .bx-next {
 right:-32px
}
.app-machinedetail .bx-wrapper li img {
 margin:0 auto;
 image-rendering:-moz-crisp-edges;
 image-rendering:-o-crisp-edges;
 image-rendering:-webkit-optimize-contrast;
 image-rendering:crisp-edges;
 -ms-interpolation-mode:nearest-neighbor
}
.app-machinedetail .center-text {
 text-align:center
}
.app-machinedetail .center-text .divider {
 margin:15px auto 75px
}
.app-machinedetail .productrating {
 color:#ffc723;
 letter-spacing:5px;
 font-size:20px
}
.app-machinedetail .allratingslink {
 display:inline;
 color:#fff;
 letter-spacing:0;
 font-size:14px;
 text-transform:uppercase
}
.app-machinedetail .numericrating {
 color:#fff;
 font-family:"FlamaCondensed-Medium";
 font-size:32px;
 padding:0 5px;
 vertical-align:sub
}
.app-machinedetail .nrreviewslink {
 color:#fff;
 padding:0 10px 0 0
}
.app-machinedetail .reviewlink {
 color:#fff;
 padding:0 0 0 10px
}
.app-machinedetail .btn-primary {
 float:left
}
.app-machinedetail .social-links {
 float:right;
 list-style:none;
 margin:1.5em 0;
 padding:0
}
.app-machinedetail .social-links li {
 float:right;
 padding:0 .5em
}
.app-machinedetail .social-links li .stButton {
 margin:0
}
@media(max-width:768px) {
 .app-machinedetail .social-links li {
  float:none
 }
}
.app-machinedetail .hero-image>div {
 display:inline-block;
 margin:auto;
 position:relative
}
.app-machinedetail .floorshadow:after {
 content:"";
 display:block;
 height:8px;
 width:12.5%;
 position:absolute;
 z-index:-2;
 margin:-7px 0 0 46%;
 -moz-transform:rotateX(45deg) scale(8,.75);
 -ms-transform:rotateX(45deg) scale(8,.75);
 -o-transform:rotateX(45deg) scale(8,.75);
 -webkit-transform:rotateX(45deg) scale(8,.75);
 transform:rotateX(45deg) scale(8,.75);
 background:#000;
 -moz-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -o-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -webkit-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -ms-box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 box-shadow:0 0 1px black,0 0 2px black,0 0 3px black,0 0 5px black,0 0 5px black,0 0 5px black,0 0 7px black,0 0 12px black;
 -moz-opacity:.65;
 filter:alpha(opacity=65);
 opacity:.55
}
.app-machinedetail .hero-image img {
 align-self:center
}
.app-machinedetail .next-button,
.app-machinedetail .prev-button {
 align-self:flex-end
}
.app-machinedetail .hero-image {
 margin:auto
}
.app-machinedetail .hero-image img {
 min-height:428px;
 max-height:428px
}
.app-machinedetail .prev-button,
.app-machinedetail .next-button {
 position:relative
}
.app-machinedetail .prev-button>a,
.app-machinedetail .next-button>a {
 bottom:0;
 position:absolute;
 text-transform:uppercase;
 text-decoration:none;
 letter-spacing:.2em;
 font-size:1.15em;
 font-family:'Avenir',sans-serif;
 font-weight:700;
 color:red;
 transition:all .2s ease;
 white-space:nowrap
}
.app-machinedetail .prev-button>a:hover,
.app-machinedetail .next-button>a:hover {
 color:#900;
 text-decoration:underline
}
.app-machinedetail .prev-button>a {
 left:0
}
.app-machinedetail .next-button {
 text-align:right
}
.app-machinedetail .next-button>a {
 right:0
}
.app-machinedetail .intro-text {
 margin:2.5em auto
}
.app-machinedetail .intro-text>div {
 display:flex
}
.app-machinedetail .intro-text>div .btn {
 margin:0 auto 2.5em auto;
 justify-content:center
}
.app-machinedetail .intro-text .social-links {
 margin:0
}
.app-machinedetail .product-information-wrapper {
 border:3px solid #4800ff;
 border-radius:5px
}
.app-machinedetail .product-information-wrapper:empty {
 display:none
}
.app-machinedetail .product-information {
 position:relative
}
.app-machinedetail .product-information .col-sm-6 {
 text-align:center
}
.app-machinedetail .product-information .col-sm-6 h4 {
 font-family:'Didot',serif;
 color:#0094ff;
 font-size:1.75em;
 letter-spacing:normal;
 font-style:italic;
 font-weight:500;
 text-transform:none;
 padding:1.5em 0 .5em 0
}
.app-machinedetail .product-information .col-sm-6 p:last-child {
 padding:0 0 1.5em 0
}
.app-machinedetail .product-information .col-sm-6:only-child {
 margin:auto
}
.app-machinedetail .nutritional-facts {
 margin-top:2px
}
.app-machinedetail .nutritional-facts .col-xs-12 button {
 border:none;
 background-color:transparent;
 width:100%;
 outline:none!important
}
.app-machinedetail .nutritional-facts .col-xs-12 h5 {
 max-width:95%;
 border-top:3px solid #4800ff;
 padding:1.75em 0;
 text-align:center;
 margin:0 auto;
 font-size:1.15em;
 color:#4800ff;
 font-weight:700;
 font-style:normal
}
.app-machinedetail .nutritional-facts .col-xs-12 p {
 max-width:95%;
 margin:auto;
 padding:0 2.5em 2.5em 2.5em;
 font-size:1em;
 line-height:2
}
@media(min-width:768px) {
 .app-machinedetail .valign-columns {
  display:table
 }
 .app-machinedetail .valign-columns .vcolumn {
  display:table-cell;
  vertical-align:middle;
  float:none
 }
}
.app-machinedetail .bx-wrapper .bx-prev {
 left:-32px
}
.app-machinedetail .bx-wrapper .bx-next {
 right:-32px
}
.app-machinedetail .bx-wrapper li img {
 margin:0 auto;
 image-rendering:-moz-crisp-edges;
 image-rendering:-o-crisp-edges;
 image-rendering:-webkit-optimize-contrast;
 image-rendering:crisp-edges;
 -ms-interpolation-mode:nearest-neighbor
}
.app-machinedetail .center-text {
 text-align:center
}
.app-machinedetail .center-text .divider {
 margin:15px auto 75px
}
.app-machinedetail .productrating {
 color:#ffc723;
 letter-spacing:5px;
 font-size:20px
}
.app-machinedetail .allratingslink {
 display:inline;
 color:#fff;
 letter-spacing:0;
 font-size:14px;
 text-transform:uppercase
}
.app-machinedetail .numericrating {
 color:#fff;
 font-family:"FlamaCondensed-Medium";
 font-size:32px;
 padding:0 5px;
 vertical-align:sub
}
.app-machinedetail .nrreviewslink {
 color:#fff;
 padding:0 10px 0 0
}
.app-machinedetail .reviewlink {
 color:#fff;
 padding:0 0 0 10px
}
.app-machinedetail .btn-primary {
 float:left
}
.app-machinedetail .social-links {
 float:right;
 list-style:none;
 margin:1.5em 0;
 padding:0
}
.app-machinedetail .social-links li {
 float:right;
 padding:0 .5em
}
.app-machinedetail .social-links li .stButton {
 margin:0
}
@media(max-width:768px) {
 .app-machinedetail .social-links li {
  float:none
 }
}
.app-news-overview {
 padding:2.5em 0
}
.app-news-overview fieldset select {
 width:100%;
 margin:0 0 2.5em
}
.app-news-overview ul#NewsOverview {
 list-style:none;
 padding:0;
 margin:0;
 margin:0 0 2.5em
}
.app-news-overview ul#NewsOverview li {
 margin:0 0 2.5em;
 padding:1em;
 background-color:rgba(255,255,255,.1);
 border-radius:0;
 overflow:hidden
}
.app-news-overview ul#NewsOverview li h5 {
 font-family:'Avenir',sans-serif;
 font-size:14px;
 font-weight:normal;
 margin:0
}
.app-news-overview ul#NewsOverview li h2 {
 margin:.5em 0
}
.app-news-overview ul#NewsOverview li img {
 width:40%;
 margin:-1em -1em -1em 1em;
 float:right
}
.app-news-detail {
 padding:2.5em 0
}
.app-news-detail h1 {
 margin:.5em 0
}
.app-news-detail h5 {
 margin:0
}
.app-news-detail img {
 width:100%
}
.app-news-detail .social-links {
 list-style:none;
 padding:0;
 float:right
}
.app-news-detail .social-links li {
 float:left;
 padding:0 .5em;
 list-style:none
}
.app-news-detail .social-links li img {
 width:auto
}
.app-news-detail .fb-comments span {
 margin-top:25px
}
.app-procampaign-logon .row {
 padding:40px 0
}
.app-procampaign-logon .row .left {
 margin:45px -20px 45px 0;
 padding:0 30px;
 border-right:1px solid #fff
}
@media(max-width:767px) {
 .app-procampaign-logon .row .left {
  padding:30px 0 0 0;
  border-right:0 solid #fff;
  border-top:1px solid #fff
 }
}
.app-procampaign-logon .row form {
 background:none
}
@media(max-width:767px) {
 .app-procampaign-logon .row form {
  padding:30px 0 0 0
 }
}
.app-procampaign-logon .row form .password-forgot {
 margin-top:25px
}
.app-procampaign-registration form {
 background-color:rgba(0,0,0,.1)
}
.app-procampaign-registration #success {
 color:#000
}
.app-producttype-title .container {
 text-align:center;
 padding:20px 0
}
.app-producttype-title .container h1 {
 color:#fff
}
.app-producttype-selector {
 background-color:#fff
}
.app-producttype-selector .filterselection {
 display:table;
 width:100%
}
.app-producttype-selector .filterselection .filterselection-wrapper {
 display:table-cell;
 text-align:center
}
.app-producttype-selector .filterselection .filterselection-wrapper .selections {
 padding:10px;
 display:inline-block;
 transition:all .4s
}
.app-producttype-selector .filterselection .filterselection-wrapper .selections:hover {
 cursor:pointer;
 background-color:#fff
}
.app-producttype-selector .filterselection .filterselection-wrapper .selections.active {
 background-color:#fff
}
.touch .app-producttype-selector .filterselection .filterselection-wrapper .selections:hover,
.touch .app-producttype-selector .filterselection .filterselection-wrapper .selections {
 background-color:transparent
}
.touch .app-producttype-selector .filterselection .filterselection-wrapper .selections.active {
 background-color:#fff
}
.app-producttype {
 background-position:50% 0;
 background-repeat:no-repeat
}
.app-producttype .range {
 width:100%;
 margin-top:16px;
 background-color:rgba(219,167,58,.5);
 display:flex;
 flex-wrap:wrap;
 align-items:baseline
}
.app-producttype .range .img-responsive {
 margin:0 auto
}
.app-producttype .range .rangeheader {
 cursor:pointer
}
.app-producttype .range .col.xs-6,
.app-producttype .range .col-sm-3 {
 padding:0!important;
 text-align:center
}
.app-producttype .range .col-sm-3:nth-child(5),
.app-producttype .range .col-sm-3:nth-child(9),
.app-producttype .range .col-sm-3:nth-child(13),
.app-producttype .range .col-sm-3:nth-child(17),
.app-producttype .range .col-sm-3:nth-child(21),
.app-producttype .range .col-sm-3:nth-child(25) {
 clear:left
}
.app-producttype .range .blend {
 cursor:pointer;
 border:1px solid transparent;
 padding:10px;
 margin:0 0 40px 0;
 transition:all .3s;
 font-family:'Avenir',sans-serif
}
.app-producttype .range .blend p {
 display:none
}
.app-producttype .range .blend:hover {
 border-width:1px;
 border-style:solid;
 border-color:rgba(255,255,255,.5)
}
.app-rangepage-titlebar {
 padding:.7em 0;
 text-align:left
}
.app-tile-selector .center-text {
 text-align:center
}
.app-tile-selector .tile-filterselection {
 display:table;
 width:100%
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper {
 display:table-cell;
 text-align:center
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection {
 padding:10px;
 display:inline-block;
 transition:all .4s
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection:hover {
 cursor:pointer;
 background-color:#fff
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection.active {
 background-color:#fff
}
.touch .app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection:hover,
.touch .app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection {
 background-color:transparent
}
.touch .app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection.active {
 background-color:#f0f
}
.app-tile {
 background-position:50% 0;
 background-repeat:no-repeat
}
.app-tile .tile-isotope {
 width:100%;
 margin-top:16px
}
@media(max-width:767px) {
 .app-tile .tile-isotope .col-md-3 {
  margin:0
 }
}
.app-tile .tile-isotope .tile {
 padding:0!important;
 text-align:left;
 -webkit-filter:brightness(1);
 filter:brightness(1)
}
.app-tile .tile-isotope .tile .externallink {
 cursor:pointer;
 position:absolute;
 right:15px;
 top:15px;
 z-index:10;
 background-color:rgba(255,255,255,.8);
 padding:5px 10px 0 10px;
 transition:all .5s
}
@media(max-width:767px) {
 .app-tile .tile-isotope .tile .externallink {
  background-color:#fff
 }
}
.app-tile .tile-isotope .tile .externallink:hover {
 background-color:#fff
}
.app-tile .tile-isotope .tile .tile-container {
 cursor:pointer;
 margin:0 0 30px 30px;
 transition:all .3s;
 border-bottom-right-radius:32px;
 background-color:#fcf4de
}
.app-tile .tile-isotope .tile .tile-container h3 {
 padding:0 15px;
 display:block
}
.app-tile .tile-isotope .tile .tile-container h4 {
 padding:0 15px 15px 15px
}
@media(max-width:767px) {
 .app-tile .tile-isotope .tile .tile-container h3 {
  font-size:1.3em
 }
 .app-tile .tile-isotope .tile .tile-container h4 {
  font-size:.9em
 }
}
.app-tile .tile-isotope .tile .tile-container .img-container {
 background-color:#fff
}
.app-tile .tile-isotope .tile .tile-container .img-container img {
 width:100%;
 height:100%;
 border-top-right-radius:2px;
 transition:all .2s
}
.app-tile .tile-isotope .tile .tile-container:hover {
 -webkit-filter:brightness(1.2);
 filter:brightness(1.2)
}
.mm-menu.mm-horizontal>.mm-panel {
 -webkit-transition:-webkit-transform .4s ease;
 transition:transform .4s ease
}
.mm-menu .mm-hidden {
 display:none
}
.mm-wrapper {
 overflow-x:hidden;
 position:relative
}
.mm-menu,
.mm-menu>.mm-panel {
 width:100%;
 height:100%;
 position:absolute;
 left:0;
 top:0;
 z-index:0
}
.mm-menu {
 background:inherit;
 display:block;
 overflow:hidden;
 padding:0
}
.mm-menu>.mm-panel {
 background:inherit;
 -webkit-overflow-scrolling:touch;
 overflow:scroll;
 overflow-x:hidden;
 overflow-y:auto;
 box-sizing:border-box;
 padding:20px;
 -webkit-transform:translate(100%,0);
 -moz-transform:translate(100%,0);
 -ms-transform:translate(100%,0);
 -o-transform:translate(100%,0);
 transform:translate(100%,0)
}
.mm-menu>.mm-panel.mm-opened {
 -webkit-transform:translate(0%,0);
 -moz-transform:translate(0%,0);
 -ms-transform:translate(0%,0);
 -o-transform:translate(0%,0);
 transform:translate(0%,0)
}
.mm-menu>.mm-panel.mm-subopened {
 -webkit-transform:translate(-30%,0);
 -moz-transform:translate(-30%,0);
 -ms-transform:translate(-30%,0);
 -o-transform:translate(-30%,0);
 transform:translate(-30%,0)
}
.mm-menu>.mm-panel.mm-highest {
 z-index:1
}
.mm-menu .mm-list {
 padding:20px 0
}
.mm-menu>.mm-list {
 padding-bottom:0
}
.mm-menu>.mm-list:after {
 content:'';
 display:block;
 height:40px
}
.mm-panel>.mm-list {
 margin-left:-20px;
 margin-right:-20px
}
.mm-panel>.mm-list:first-child {
 padding-top:0
}
.mm-list,
.mm-list>li {
 list-style:none;
 display:block;
 padding:0;
 margin:0
}
.mm-list {
 font:inherit;
 font-size:14px
}
.mm-list a,
.mm-list a:hover {
 text-decoration:none
}
.mm-list>li {
 position:relative
}
.mm-list>li>a,
.mm-list>li>span {
 overflow:hidden;
 color:inherit;
 line-height:20px;
 display:block;
 padding:10px 10px 10px 20px;
 margin:0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
 content:'';
 border-bottom-width:1px;
 border-bottom-style:solid;
 display:block;
 width:100%;
 position:absolute;
 bottom:0;
 left:0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
 width:auto;
 margin-left:20px;
 position:relative;
 left:auto
}
.mm-list a.mm-subopen {
 background:rgba(3,2,1,0);
 width:40px;
 height:100%;
 padding:0;
 position:absolute;
 right:0;
 top:0;
 z-index:2
}
.mm-list a.mm-subopen:before {
 content:'';
 display:block;
 height:100%;
 position:absolute;
 left:0;
 top:0
}
.mm-list a.mm-subopen.mm-fullsubopen {
 width:100%
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
 border-left:none
}
.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
 padding-right:5px;
 margin-right:40px
}
.mm-list>li.mm-selected>a.mm-subopen {
 background:transparent
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
 padding-right:45px;
 margin-right:0
}
.mm-list a.mm-subclose {
 text-indent:20px;
 padding-top:30px;
 margin-top:-20px
}
.mm-list>li.mm-label {
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 font-size:10px;
 text-transform:uppercase;
 text-indent:20px;
 line-height:25px;
 padding-right:5px
}
.mm-list>li.mm-spacer {
 padding-top:40px
}
.mm-list>li.mm-spacer.mm-label {
 padding-top:25px
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
 content:'';
 border:2px solid transparent;
 display:inline-block;
 width:7px;
 height:7px;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg);
 margin-bottom:-5px;
 position:absolute;
 bottom:50%
}
.mm-list a.mm-subopen:after {
 border-top:none;
 border-left:none;
 right:18px;
 top:18px
}
.mm-list a.mm-subclose:before {
 border-right:none;
 border-bottom:none;
 margin-bottom:-13px;
 left:22px
}
.mm-menu.mm-vertical .mm-list .mm-panel {
 display:none;
 padding:10px 0 10px 10px
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
 border-color:transparent
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
 display:block
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
 height:40px
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
 top:16px;
 bottom:auto
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg)
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
 height:25px
}
html.mm-opened .mm-page {
 box-shadow:0 0 20px rgba(0,0,0,.5)
}
.mm-menu {
 background:#333;
 color:rgba(255,255,255,.6)
}
.mm-menu .mm-list>li:after {
 border-color:rgba(0,0,0,.15)
}
.mm-menu .mm-list>li>a.mm-subclose {
 background:rgba(0,0,0,.1);
 color:rgba(255,255,255,.3)
}
.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
 border-color:rgba(255,255,255,.3)
}
.mm-menu .mm-list>li>a.mm-subopen:before {
 border-color:rgba(0,0,0,.15)
}
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
 background:rgba(0,0,0,.1)
}
.mm-menu .mm-list>li.mm-label {
 background:rgba(255,255,255,.05)
}
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
 background:rgba(255,255,255,.05)
}
.mm-page {
 box-sizing:border-box;
 position:relative
}
.mm-slideout {
 -webkit-transition:-webkit-transform .4s ease;
 -ms-transition:-ms-transform .4s ease;
 transition:transform .4s ease
}
html.mm-opened {
 overflow:hidden;
 position:relative
}
html.mm-opened body {
 overflow:hidden
}
html.mm-background .mm-page {
 background:inherit
}
#mm-blocker {
 background:rgba(3,2,1,0);
 display:none;
 width:100%;
 height:100%;
 position:fixed;
 top:0;
 left:0;
 z-index:999999
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
 display:block
}
.mm-menu.mm-offcanvas {
 display:none;
 position:fixed
}
.mm-menu.mm-current {
 display:block
}
.mm-menu {
 width:80%;
 min-width:140px;
 max-width:440px
}
html.mm-opening .mm-slideout {
 -webkit-transform:translate(80%,0);
 -moz-transform:translate(80%,0);
 -ms-transform:translate(80%,0);
 -o-transform:translate(80%,0);
 transform:translate(80%,0)
}
@media all and (max-width:175px) {
 html.mm-opening .mm-slideout {
  -webkit-transform:translate(140px,0);
  -moz-transform:translate(140px,0);
  -ms-transform:translate(140px,0);
  -o-transform:translate(140px,0);
  transform:translate(140px,0)
 }
}
@media all and (min-width:550px) {
 html.mm-opening .mm-slideout {
  -webkit-transform:translate(440px,0);
  -moz-transform:translate(440px,0);
  -ms-transform:translate(440px,0);
  -o-transform:translate(440px,0);
  transform:translate(440px,0)
 }
}
.mm-buttonbar {
 border:1px solid transparent;
 border-radius:5px;
 text-align:center;
 line-height:20px;
 overflow:hidden;
 display:block;
 padding:0;
 margin:0;
 position:relative
}
.mm-buttonbar:after {
 content:'';
 display:block;
 clear:both
}
.mm-buttonbar>* {
 border-left:1px solid transparent;
 box-sizing:border-box;
 display:block;
 width:100%;
 height:100%;
 float:left;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden
}
.mm-buttonbar>a {
 text-decoration:none
}
.mm-buttonbar>input {
 position:absolute;
 left:-1000px;
 top:-1000px
}
.mm-buttonbar>input:checked+label {
 border-color:transparent!important
}
.mm-buttonbar>*:first-child,
.mm-buttonbar>input:first-child+* {
 border-left:none
}
.mm-buttonbar.mm-buttonbar-2>* {
 width:50%
}
.mm-buttonbar.mm-buttonbar-3>* {
 width:33.33%
}
.mm-buttonbar.mm-buttonbar-4>* {
 width:25%
}
.mm-buttonbar.mm-buttonbar-5>* {
 width:20%
}
.mm-header .mm-buttonbar {
 margin-top:20px;
 margin-left:-30px;
 margin-right:-30px
}
.mm-footer .mm-buttonbar {
 border:none;
 border-radius:none;
 line-height:40px;
 margin:-10px -10px 0 -20px
}
.mm-footer .mm-buttonbar>* {
 border-left:none
}
.mm-list>li>.mm-buttonbar {
 margin:10px 20px
}
.mm-menu .mm-buttonbar {
 border-color:rgba(255,255,255,.6);
 background:#333
}
.mm-menu .mm-buttonbar>* {
 border-color:rgba(255,255,255,.6)
}
.mm-menu .mm-buttonbar>input:checked+label {
 background:rgba(255,255,255,.6);
 color:#333
}
em.mm-counter {
 font:inherit;
 font-size:14px;
 font-style:normal;
 text-indent:0;
 line-height:20px;
 display:none;
 margin-top:-10px;
 position:absolute;
 right:40px;
 top:50%
}
em.mm-counter+a.mm-subopen {
 padding-left:40px
}
em.mm-counter+a.mm-subopen+a,
em.mm-counter+a.mm-subopen+span {
 margin-right:80px
}
em.mm-counter+a.mm-fullsubopen {
 padding-left:0
}
.mm-vertical em.mm-counter {
 top:12px;
 margin-top:0
}
.mm-nosubresults>em.mm-counter {
 display:none
}
.mm-menu em.mm-counter {
 color:rgba(255,255,255,.3)
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
 -webkit-transition-duration:0s;
 -moz-transition-duration:0s;
 -ms-transition-duration:0s;
 -o-transition-duration:0s;
 transition-duration:0s
}
.mm-footer {
 background:inherit;
 border-top:1px solid transparent;
 text-align:center;
 line-height:20px;
 box-sizing:border-box;
 width:100%;
 height:40px;
 padding:10px 10px 0 20px;
 position:absolute;
 z-index:2;
 bottom:0;
 left:0
}
.mm-menu.mm-hasfooter>.mm-panel:after {
 height:80px
}
.mm-menu .mm-footer {
 border-color:rgba(0,0,0,.15);
 color:rgba(255,255,255,.3)
}
.mm-header {
 background:inherit;
 border-bottom:1px solid transparent;
 text-align:center;
 line-height:20px;
 box-sizing:border-box;
 width:100%;
 height:60px;
 padding:0 50px;
 position:absolute;
 z-index:2;
 top:0;
 left:0
}
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
 padding-top:30px
}
.mm-header .mm-title {
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 display:inline-block;
 width:100%;
 position:relative
}
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
 text-decoration:none;
 display:block;
 box-sizing:border-box;
 min-width:10px;
 height:100%;
 position:absolute;
 top:0;
 z-index:1
}
.mm-header .mm-prev {
 padding-left:20px;
 padding-right:10px;
 left:0
}
.mm-header .mm-next,
.mm-header .mm-close {
 padding-left:10px;
 padding-right:20px;
 right:0
}
.mm-header [href].mm-prev:before,
.mm-header [href].mm-next:after {
 content:'';
 border:2px solid transparent;
 display:inline-block;
 width:7px;
 height:7px;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.mm-header [href].mm-prev:before {
 border-right:none;
 border-bottom:none;
 margin-left:2px;
 margin-right:5px
}
.mm-header [href].mm-next:after,
.mm-header [href].mm-close:after {
 margin-left:5px;
 margin-right:-2px
}
.mm-header [href].mm-next:after {
 border-top:none;
 border-left:none
}
.mm-header [href].mm-close:after {
 content:'x'
}
.mm-menu.mm-hassearch .mm-header {
 height:50px;
 top:50px
}
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
 padding-top:20px
}
.mm-menu.mm-hasheader li.mm-subtitle {
 display:none
}
.mm-menu.mm-hasheader>.mm-panel {
 padding-top:80px
}
.mm-menu.mm-hasheader>.mm-panel.mm-list {
 padding-top:60px
}
.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
 margin-top:-20px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
 padding-top:120px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
 padding-top:100px
}
.mm-menu .mm-header {
 border-color:rgba(0,0,0,.15);
 color:rgba(255,255,255,.3)
}
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
 border-color:rgba(255,255,255,.3)
}
.mm-list li.mm-label>span {
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 padding:0;
 line-height:25px
}
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg)
}
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
 display:none
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen:after {
 top:8.5px
}
.mm-menu .mm-list li.mm-label>div>div {
 background:rgba(255,255,255,.05)
}
input.mm-toggle,
input.mm-check {
 position:absolute;
 left:-10000px
}
label.mm-toggle,
label.mm-check {
 margin:0;
 position:absolute;
 bottom:50%;
 z-index:2
}
label.mm-toggle:before,
label.mm-check:before {
 content:'';
 display:block
}
label.mm-toggle {
 border-radius:30px;
 width:50px;
 height:30px;
 margin-bottom:-15px
}
label.mm-toggle:before {
 border-radius:30px;
 width:28px;
 height:28px;
 margin:1px
}
input.mm-toggle:checked~label.mm-toggle:before {
 float:right
}
label.mm-check {
 width:30px;
 height:30px;
 margin-bottom:-15px
}
label.mm-check:before {
 border-left:3px solid;
 border-bottom:3px solid;
 width:40%;
 height:20%;
 margin:25% 0 0 20%;
 opacity:.1;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
input.mm-check:checked~label.mm-check:before {
 opacity:1
}
.mm-menu.mm-vertical .mm-list>li label.mm-toggle,
.mm-menu.mm-vertical .mm-list>li label.mm-check {
 bottom:auto;
 margin-bottom:0
}
.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
 top:5px
}
.mm-menu.mm-vertical .mm-list>li label.mm-check {
 top:5px
}
label.mm-toggle,
label.mm-check {
 right:20px
}
label.mm-toggle+a,
label.mm-toggle+span {
 margin-right:70px
}
label.mm-check+a,
label.mm-check+span {
 margin-right:50px
}
a.mm-subopen+label.mm-toggle,
a.mm-subopen+label.mm-check {
 right:50px
}
a.mm-subopen+label.mm-toggle+a,
a.mm-subopen+label.mm-toggle+span {
 margin-right:100px
}
a.mm-subopen+label.mm-check+a,
a.mm-subopen+label.mm-check+span {
 margin-right:80px
}
em.mm-counter+a.mm-subopen+label.mm-toggle,
em.mm-counter+a.mm-subopen+label.mm-check {
 right:90px
}
em.mm-counter+a.mm-subopen+label.mm-toggle+a,
em.mm-counter+a.mm-subopen+label.mm-toggle+span {
 margin-right:140px
}
em.mm-counter+a.mm-subopen+label.mm-check+a,
em.mm-counter+a.mm-subopen+label.mm-check+span {
 margin-right:120px
}
.mm-menu label.mm-toggle {
 background:rgba(0,0,0,.15)
}
.mm-menu label.mm-toggle:before {
 background:#333
}
.mm-menu input.mm-toggle:checked~label.mm-toggle {
 background:#4bd963
}
.mm-menu label.mm-check:before {
 border-color:rgba(255,255,255,.6)
}
html.mm-slide .mm-menu {
 -webkit-transition:-webkit-transform .4s ease;
 transition:transform .4s ease
}
html.mm-slide.mm-opened .mm-menu {
 -webkit-transform:translateX(-30%);
 -moz-transform:translateX(-30%);
 -ms-transform:translateX(-30%);
 -o-transform:translateX(-30%);
 transform:translateX(-30%)
}
html.mm-slide.mm-opening .mm-menu {
 -webkit-transform:translateX(0%);
 -moz-transform:translateX(0%);
 -ms-transform:translateX(0%);
 -o-transform:translateX(0%);
 transform:translateX(0%)
}
html.mm-slide.mm-right.mm-opened .mm-menu {
 -webkit-transform:translateX(30%);
 -moz-transform:translateX(30%);
 -ms-transform:translateX(30%);
 -o-transform:translateX(30%);
 transform:translateX(30%)
}
html.mm-slide.mm-right.mm-opening .mm-menu {
 -webkit-transform:translateX(0%);
 -moz-transform:translateX(0%);
 -ms-transform:translateX(0%);
 -o-transform:translateX(0%);
 transform:translateX(0%)
}
html.mm-slide.mm-top.mm-opened .mm-menu {
 -webkit-transform:translateY(-30%);
 -moz-transform:translateY(-30%);
 -ms-transform:translateY(-30%);
 -o-transform:translateY(-30%);
 transform:translateY(-30%)
}
html.mm-slide.mm-top.mm-opening .mm-menu {
 -webkit-transform:translateY(0%);
 -moz-transform:translateY(0%);
 -ms-transform:translateY(0%);
 -o-transform:translateY(0%);
 transform:translateY(0%)
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
 -webkit-transform:translateY(30%);
 -moz-transform:translateY(30%);
 -ms-transform:translateY(30%);
 -o-transform:translateY(30%);
 transform:translateY(30%)
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
 -webkit-transform:translateY(0%);
 -moz-transform:translateY(0%);
 -ms-transform:translateY(0%);
 -o-transform:translateY(0%);
 transform:translateY(0%)
}
html.mm-zoom-menu .mm-menu {
 -webkit-transition:-webkit-transform .4s ease;
 transition:transform .4s ease
}
html.mm-zoom-menu.mm-opened .mm-menu {
 -webkit-transform:scale(.7,.7) translateX(-30%);
 -moz-transform:scale(.7,.7) translateX(-30%);
 -ms-transform:scale(.7,.7) translateX(-30%);
 -o-transform:scale(.7,.7) translateX(-30%);
 transform:scale(.7,.7) translateX(-30%);
 -webkit-transform-origin:left center;
 -moz-transform-origin:left center;
 -ms-transform-origin:left center;
 -o-transform-origin:left center;
 transform-origin:left center
}
html.mm-zoom-menu.mm-opening .mm-menu {
 -webkit-transform:scale(1,1) translateX(0%);
 -moz-transform:scale(1,1) translateX(0%);
 -ms-transform:scale(1,1) translateX(0%);
 -o-transform:scale(1,1) translateX(0%);
 transform:scale(1,1) translateX(0%)
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
 -webkit-transform:scale(.7,.7) translateX(30%);
 -moz-transform:scale(.7,.7) translateX(30%);
 -ms-transform:scale(.7,.7) translateX(30%);
 -o-transform:scale(.7,.7) translateX(30%);
 transform:scale(.7,.7) translateX(30%);
 -webkit-transform-origin:right center;
 -moz-transform-origin:right center;
 -ms-transform-origin:right center;
 -o-transform-origin:right center;
 transform-origin:right center
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
 -webkit-transform:scale(1,1) translateX(0%);
 -moz-transform:scale(1,1) translateX(0%);
 -ms-transform:scale(1,1) translateX(0%);
 -o-transform:scale(1,1) translateX(0%);
 transform:scale(1,1) translateX(0%)
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
 -webkit-transform:scale(.7,.7) translateY(-30%);
 -moz-transform:scale(.7,.7) translateY(-30%);
 -ms-transform:scale(.7,.7) translateY(-30%);
 -o-transform:scale(.7,.7) translateY(-30%);
 transform:scale(.7,.7) translateY(-30%);
 -webkit-transform-origin:center top;
 -moz-transform-origin:center top;
 -ms-transform-origin:center top;
 -o-transform-origin:center top;
 transform-origin:center top
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
 -webkit-transform:scale(1,1) translateY(0%);
 -moz-transform:scale(1,1) translateY(0%);
 -ms-transform:scale(1,1) translateY(0%);
 -o-transform:scale(1,1) translateY(0%);
 transform:scale(1,1) translateY(0%)
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
 -webkit-transform:scale(.7,.7) translateY(30%);
 -moz-transform:scale(.7,.7) translateY(30%);
 -ms-transform:scale(.7,.7) translateY(30%);
 -o-transform:scale(.7,.7) translateY(30%);
 transform:scale(.7,.7) translateY(30%);
 -webkit-transform-origin:center bottom;
 -moz-transform-origin:center bottom;
 -ms-transform-origin:center bottom;
 -o-transform-origin:center bottom;
 transform-origin:center bottom
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
 -webkit-transform:scale(1,1) translateY(0%);
 -moz-transform:scale(1,1) translateY(0%);
 -ms-transform:scale(1,1) translateY(0%);
 -o-transform:scale(1,1) translateY(0%);
 transform:scale(1,1) translateY(0%)
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
 -webkit-transform:scale(1.5,1.5) translateX(100%);
 -moz-transform:scale(1.5,1.5) translateX(100%);
 -ms-transform:scale(1.5,1.5) translateX(100%);
 -o-transform:scale(1.5,1.5) translateX(100%);
 transform:scale(1.5,1.5) translateX(100%);
 -webkit-transform-origin:left center;
 -moz-transform-origin:left center;
 -ms-transform-origin:left center;
 -o-transform-origin:left center;
 transform-origin:left center;
 -webkit-transition-property:-webkit-transform,left;
 transition-property:transform,left
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
 -webkit-transform:scale(1,1) translateX(0%);
 -moz-transform:scale(1,1) translateX(0%);
 -ms-transform:scale(1,1) translateX(0%);
 -o-transform:scale(1,1) translateX(0%);
 transform:scale(1,1) translateX(0%)
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
 -webkit-transform:scale(.7,.7) translateX(-30%);
 -moz-transform:scale(.7,.7) translateX(-30%);
 -ms-transform:scale(.7,.7) translateX(-30%);
 -o-transform:scale(.7,.7) translateX(-30%);
 transform:scale(.7,.7) translateX(-30%)
}
.mm-menu.mm-fullscreen {
 width:100%;
 min-width:140px;
 max-width:10000px
}
html.mm-opening.mm-fullscreen .mm-slideout {
 -webkit-transform:translate(100%,0);
 -moz-transform:translate(100%,0);
 -ms-transform:translate(100%,0);
 -o-transform:translate(100%,0);
 transform:translate(100%,0)
}
@media all and (max-width:140px) {
 html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform:translate(140px,0);
  -moz-transform:translate(140px,0);
  -ms-transform:translate(140px,0);
  -o-transform:translate(140px,0);
  transform:translate(140px,0)
 }
}
@media all and (min-width:10000px) {
 html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform:translate(10000px,0);
  -moz-transform:translate(10000px,0);
  -ms-transform:translate(10000px,0);
  -o-transform:translate(10000px,0);
  transform:translate(10000px,0)
 }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
 -webkit-transform:translate(-100%,0);
 -moz-transform:translate(-100%,0);
 -ms-transform:translate(-100%,0);
 -o-transform:translate(-100%,0);
 transform:translate(-100%,0)
}
@media all and (max-width:140px) {
 html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform:translate(-140px,0);
  -moz-transform:translate(-140px,0);
  -ms-transform:translate(-140px,0);
  -o-transform:translate(-140px,0);
  transform:translate(-140px,0)
 }
}
@media all and (min-width:10000px) {
 html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform:translate(-10000px,0);
  -moz-transform:translate(-10000px,0);
  -ms-transform:translate(-10000px,0);
  -o-transform:translate(-10000px,0);
  transform:translate(-10000px,0)
 }
}
.mm-menu.mm-front.mm-fullscreen.mm-top,
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
 height:100%;
 min-height:140px;
 max-height:10000px
}
html.mm-opened.mm-fullscreen .mm-page {
 box-shadow:none!important
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
 width:100%;
 min-width:100%;
 max-width:100%
}
.mm-menu.mm-right {
 left:auto;
 right:0
}
.mm-menu.mm-bottom {
 top:auto;
 bottom:0
}
html.mm-right.mm-opening .mm-slideout {
 -webkit-transform:translate(-80%,0);
 -moz-transform:translate(-80%,0);
 -ms-transform:translate(-80%,0);
 -o-transform:translate(-80%,0);
 transform:translate(-80%,0)
}
@media all and (max-width:175px) {
 html.mm-right.mm-opening .mm-slideout {
  -webkit-transform:translate(-140px,0);
  -moz-transform:translate(-140px,0);
  -ms-transform:translate(-140px,0);
  -o-transform:translate(-140px,0);
  transform:translate(-140px,0)
 }
}
@media all and (min-width:550px) {
 html.mm-right.mm-opening .mm-slideout {
  -webkit-transform:translate(-440px,0);
  -moz-transform:translate(-440px,0);
  -ms-transform:translate(-440px,0);
  -o-transform:translate(-440px,0);
  transform:translate(-440px,0)
 }
}
html.mm-front .mm-slideout {
 -webkit-transform:none!important;
 -moz-transform:none!important;
 -ms-transform:none!important;
 -o-transform:none!important;
 transform:none!important;
 z-index:0!important
}
.mm-menu.mm-front {
 z-index:1;
 box-shadow:0 0 15px rgba(0,0,0,.5)
}
html.mm-opened.mm-next .mm-page {
 box-shadow:none
}
.mm-menu.mm-front,
.mm-menu.mm-next {
 -webkit-transition:-webkit-transform .4s ease;
 -ms-transition:-ms-transform .4s ease;
 transition:transform .4s ease;
 -webkit-transform:translate(-100%,0);
 -moz-transform:translate(-100%,0);
 -ms-transform:translate(-100%,0);
 -o-transform:translate(-100%,0);
 transform:translate(-100%,0)
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
 -webkit-transform:translate(100%,0);
 -moz-transform:translate(100%,0);
 -ms-transform:translate(100%,0);
 -o-transform:translate(100%,0);
 transform:translate(100%,0)
}
.mm-menu.mm-front.mm-top {
 -webkit-transform:translate(0,-100%);
 -moz-transform:translate(0,-100%);
 -ms-transform:translate(0,-100%);
 -o-transform:translate(0,-100%);
 transform:translate(0,-100%)
}
.mm-menu.mm-front.mm-bottom {
 -webkit-transform:translate(0,100%);
 -moz-transform:translate(0,100%);
 -ms-transform:translate(0,100%);
 -o-transform:translate(0,100%);
 transform:translate(0,100%)
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
 -webkit-transform:translate(0,0);
 -moz-transform:translate(0,0);
 -ms-transform:translate(0,0);
 -o-transform:translate(0,0);
 transform:translate(0,0)
}
.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
 height:80%;
 min-height:140px;
 max-height:880px
}
html.mm-opened.mm-light .mm-page {
 box-shadow:0 0 10px rgba(0,0,0,.3)
}
.mm-menu.mm-light {
 background:#f3f3f3;
 color:rgba(0,0,0,.6)
}
.mm-menu.mm-light .mm-list>li:after {
 border-color:rgba(0,0,0,.1)
}
.mm-menu.mm-light .mm-list>li>a.mm-subclose {
 background:rgba(255,255,255,.6);
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:after,
.mm-menu.mm-light .mm-list>li>a.mm-subclose:before {
 border-color:rgba(0,0,0,.3)
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
 border-color:rgba(0,0,0,.1)
}
.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-light .mm-list>li.mm-selected>span {
 background:rgba(255,255,255,.6)
}
.mm-menu.mm-light .mm-list>li.mm-label {
 background:rgba(0,0,0,.03)
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
 background:rgba(0,0,0,.03)
}
.mm-menu.mm-light .mm-buttonbar {
 border-color:rgba(0,0,0,.6);
 background:#f3f3f3
}
.mm-menu.mm-light .mm-buttonbar>* {
 border-color:rgba(0,0,0,.6)
}
.mm-menu.mm-light .mm-buttonbar>input:checked+label {
 background:rgba(0,0,0,.6);
 color:#f3f3f3
}
.mm-menu.mm-light label.mm-check:before {
 border-color:rgba(0,0,0,.6)
}
.mm-menu.mm-light em.mm-counter {
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-light .mm-footer {
 border-color:rgba(0,0,0,.1);
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-light .mm-header {
 border-color:rgba(0,0,0,.1);
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
 border-color:rgba(0,0,0,.3)
}
.mm-menu.mm-light .mm-list li.mm-label>div>div {
 background:rgba(0,0,0,.03)
}
.mm-menu.mm-light .mm-search input {
 background:rgba(0,0,0,.1);
 color:rgba(0,0,0,.6)
}
.mm-menu.mm-light .mm-noresultsmsg {
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-light label.mm-toggle {
 background:rgba(0,0,0,.1)
}
.mm-menu.mm-light label.mm-toggle:before {
 background:#f3f3f3
}
.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle {
 background:#4bd963
}
html.mm-opened.mm-white .mm-page {
 box-shadow:0 0 10px rgba(0,0,0,.3)
}
.mm-menu.mm-white {
 background:#fff;
 color:rgba(0,0,0,.6)
}
.mm-menu.mm-white .mm-list>li:after {
 border-color:rgba(0,0,0,.1)
}
.mm-menu.mm-white .mm-list>li>a.mm-subclose {
 background:rgba(0,0,0,.06);
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:after,
.mm-menu.mm-white .mm-list>li>a.mm-subclose:before {
 border-color:rgba(0,0,0,.3)
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
 border-color:rgba(0,0,0,.1)
}
.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-white .mm-list>li.mm-selected>span {
 background:rgba(0,0,0,.06)
}
.mm-menu.mm-white .mm-list>li.mm-label {
 background:rgba(0,0,0,.03)
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
 background:rgba(0,0,0,.03)
}
.mm-menu.mm-white .mm-buttonbar {
 border-color:rgba(0,0,0,.6);
 background:#fff
}
.mm-menu.mm-white .mm-buttonbar>* {
 border-color:rgba(0,0,0,.6)
}
.mm-menu.mm-white .mm-buttonbar>input:checked+label {
 background:rgba(0,0,0,.6);
 color:#fff
}
.mm-menu.mm-white label.mm-check:before {
 border-color:rgba(0,0,0,.6)
}
.mm-menu.mm-white em.mm-counter {
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-white .mm-footer {
 border-color:rgba(0,0,0,.1);
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-white .mm-header {
 border-color:rgba(0,0,0,.1);
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
 border-color:rgba(0,0,0,.3)
}
.mm-menu.mm-white .mm-list li.mm-label>div>div {
 background:rgba(0,0,0,.03)
}
.mm-menu.mm-white .mm-search input {
 background:rgba(0,0,0,.1);
 color:rgba(0,0,0,.6)
}
.mm-menu.mm-white .mm-noresultsmsg {
 color:rgba(0,0,0,.3)
}
.mm-menu.mm-white label.mm-toggle {
 background:rgba(0,0,0,.1)
}
.mm-menu.mm-white label.mm-toggle:before {
 background:#fff
}
.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle {
 background:#4bd963
}
html.mm-opened.mm-black .mm-page {
 box-shadow:none
}
.mm-menu.mm-black {
 background:#000;
 color:rgba(255,255,255,.6)
}
.mm-menu.mm-black .mm-list>li:after {
 border-color:rgba(255,255,255,.2)
}
.mm-menu.mm-black .mm-list>li>a.mm-subclose {
 background:rgba(255,255,255,.25);
 color:rgba(255,255,255,.3)
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:after,
.mm-menu.mm-black .mm-list>li>a.mm-subclose:before {
 border-color:rgba(255,255,255,.3)
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
 border-color:rgba(255,255,255,.2)
}
.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-black .mm-list>li.mm-selected>span {
 background:rgba(255,255,255,.25)
}
.mm-menu.mm-black .mm-list>li.mm-label {
 background:rgba(255,255,255,.15)
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
 background:rgba(255,255,255,.15)
}
.mm-menu.mm-black .mm-buttonbar {
 border-color:rgba(255,255,255,.6);
 background:#000
}
.mm-menu.mm-black .mm-buttonbar>* {
 border-color:rgba(255,255,255,.6)
}
.mm-menu.mm-black .mm-buttonbar>input:checked+label {
 background:rgba(255,255,255,.6);
 color:#000
}
.mm-menu.mm-black label.mm-check:before {
 border-color:rgba(255,255,255,.6)
}
.mm-menu.mm-black em.mm-counter {
 color:rgba(255,255,255,.3)
}
.mm-menu.mm-black .mm-footer {
 border-color:rgba(255,255,255,.2);
 color:rgba(255,255,255,.3)
}
.mm-menu.mm-black .mm-header {
 border-color:rgba(255,255,255,.2);
 color:rgba(255,255,255,.3)
}
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
 border-color:rgba(255,255,255,.3)
}
.mm-menu.mm-black .mm-list li.mm-label>div>div {
 background:rgba(255,255,255,.15)
}
.mm-menu.mm-black .mm-search input {
 background:rgba(255,255,255,.3);
 color:rgba(255,255,255,.6)
}
.mm-menu.mm-black .mm-noresultsmsg {
 color:rgba(255,255,255,.3)
}
.mm-menu.mm-black label.mm-toggle {
 background:rgba(255,255,255,.2)
}
.mm-menu.mm-black label.mm-toggle:before {
 background:#000
}
.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle {
 background:#4bd963
}
div.ahApi-modal {
 z-index:1000000
}
section.app-anchorNavigation.lazy {
 margin-top:-6px;
 background-position:center center
}
div.anchorNavDivider>section.app-title-bar {
 padding:0;
 height:100%
}
div.subAnchorNavDivider>section.app-title-bar {
 padding:0;
 height:100%
}
div.navigation>ul {
 list-style:none
}
div.navigation>ul>li>a>span {
 color:#fff
}
div.navigation>ul>li>a>p {
 color:#fff
}
section.app-anchorSubNavigation {
 background-position:center center
}
section.app-anchorSubNavigation>div>ul>li>a {
 color:#fff
}
.subAnchorNav>ul>li>a>p:hover {
 font-weight:300!important;
 transition:all .25s ease-out
}
.subAnchorNav>ul>li>a>p {
 text-transform:uppercase
}
section.app-anchorSubNavigation>div>ul {
 background-position:center;
 list-style:none
}
@media(max-width:767px) {
 div.navigation {
  margin-top:-5px;
  margin-bottom:-10px
 }
 div.navigation>ul {
  padding:0;
  margin-bottom:0;
  border-style:solid;
  border-left:none;
  border-right:none;
  border-width:.01em;
  border-color:#fff;
  border-bottom:none;
  margin-top:.3em
 }
 div.navigation>ul>li>a>img {
  float:left;
  width:30px;
  margin-right:8px;
  padding-top:2%;
  padding-bottom:5px
 }
 div.navigation>ul>li>a>p:first-line {
  line-height:40px
 }
 div.navigation>ul>li>a>p {
  float:left;
  padding-left:5px;
  padding-right:5px;
  line-height:8px;
  font-size:10px;
  text-transform:uppercase;
  width:80%;
  margin-bottom:13px
 }
 div.navigation>ul>li:nth-child(2) p {
  margin-top:3px
 }
 div.navigation>ul>li:nth-child(3) p {
  margin-top:3px
 }
 div.navigation>ul>li:nth-child(2)>a>span {
  margin-top:12px
 }
 div.navigation>ul>li:nth-child(3)>a>span {
  margin-top:12px
 }
 div.navigation>ul>li {
  border-color:#fff;
  border-style:solid;
  border-left:none;
  border-right:none;
  border-width:.07em;
  border-top:none;
  padding-left:5px;
  padding-right:5px
 }
 div.navigation>ul>li>a>span {
  float:right;
  margin-top:4%
 }
 section.app-anchorSubNavigation>div {
  margin:unset
 }
 section.app-anchorSubNavigation>div>ul {
  margin:0;
  height:225px;
  padding-left:0;
  border-style:solid;
  border-left:none;
  border-right:none;
  border-width:.01em;
  border-color:#fff;
  margin-top:.01em;
  border-bottom:1px
 }
 section.app-anchorSubNavigation>div>ul>li {
  padding-left:0;
  padding:0;
  margin-bottom:0;
  border-style:solid;
  border-left:none;
  border-right:none;
  border-width:.01em;
  border-color:#fff;
  border-top:none;
  margin-top:.3em
 }
 section.app-anchorSubNavigation>div>ul>li>a>span {
  float:right;
  margin-top:3px;
  vertical-align:middle;
  display:flex;
  padding-right:8px
 }
 section.app-anchorSubNavigation>div>ul>li>a>p {
  padding-left:14px;
  line-height:30px;
  margin-bottom:4px;
  font-size:12px
 }
}
@media(min-width:768px) {
 .anchorNavDivider,
 .subAnchorNavDivider {
  display:grid
 }
 div.navigation {
  display:flex
 }
 div.navigation>ul {
  margin:0 auto
 }
 div.navigation>ul>li {
  padding-left:5px;
  padding-right:0;
  min-width:25%
 }
 div.navigation>ul>li>a>img {
  margin:0 auto;
  display:flex;
  margin-top:-20%;
  height:80px;
  margin-bottom:10px
 }
 div.navigation>ul>li>a>span {
  margin-left:47%;
  display:flex!important
 }
 div.navigation>ul>li>a>p {
  text-align:center;
  max-width:220px;
  margin:0 auto;
  text-transform:uppercase;
  font-weight:500;
  font-size:14px
 }
 section.app-anchorSubNavigation>div.subAnchorNav {
  display:flex
 }
 section.app-anchorSubNavigation>div>ul {
  height:auto!important;
  margin-bottom:0;
  margin:0 auto;
  padding-left:0
 }
 section.app-anchorSubNavigation>div>ul>li {
  padding-left:30px;
  padding-right:30px;
  width:auto;
  display:table;
  height:47px
 }
 section.app-anchorSubNavigation>div>ul>li>a {
  text-align:center
 }
 section.app-anchorSubNavigation>div>ul>li>a>p {
  min-width:100%;
  padding-left:0;
  padding-right:0;
  line-height:50px;
  font-size:14px;
  text-align:center
 }
}
@media(width:768px) {
 .navigation>ul {
  padding-left:85px
 }
 .navigation>ul>li {
  min-width:43%!important
 }
 .navigation>ul>li:nth-child(3) {
  margin-top:80px
 }
 .navigation>ul>li:nth-child(4) {
  margin-top:80px
 }
}
@media(max-width:1192px) and (min-width:768px) {
 section.app-anchorSubNavigation>div>ul>li {
  min-width:33.33%!important;
  padding-left:15px;
  padding-right:15px
 }
}
.lightbox {
 position:fixed;
 top:0;
 left:0;
 padding-top:40px;
 width:100%;
 height:100%;
 z-index:100000;
 background:rgba(0,0,0,.3);
 text-align:center
}
.lightbox video::-webkit-media-controls {
 overflow:hidden!important
}
.lightbox video::-webkit-media-controls-enclosure {
 width:calc(100% + 30px);
 margin-left:auto
}
.lightbox .close-button:before {
 display:block;
 position:fixed;
 top:52px;
 width:32px;
 height:32px;
 z-index:100002;
 cursor:pointer;
 right:calc(10% + 12px);
 content:'+';
 color:#fff;
 border:3px solid #fff;
 border-radius:50px;
 transform:rotate(45deg);
 font-size:28px;
 line-height:28px
}
.app-header+.app-animatedmedia .placeholder,
.app-header-continuous+.app-animatedmedia .placeholder {
 padding-top:160px!important;
 top:0
}
section.app-animatedmedia[data-playinlightbox="true"] video {
 pointer-events:none
}
section.app-animatedmedia[data-playinlightbox="true"] .wrapper.playpause {
 pointer-events:none
}
.app-animatedmedia {
 visibility:hidden;
 padding-top:0!important;
 background-position-x:center;
 background-position-y:bottom;
 background-repeat:no-repeat;
 background-size:cover;
 width:100%;
 overflow:hidden;
 position:relative
}
.app-animatedmedia video {
 object-fit:cover;
 object-position:center bottom;
 width:100%;
 height:100%;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 background-position:center center
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-panel {
 display:none!important;
 -webkit-appearance:none
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-play-button {
 display:none!important;
 -webkit-appearance:none
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-start-playback-button {
 display:none!important;
 -webkit-appearance:none
}
.app-animatedmedia video:not([controls]) video::-webkit-media-controls {
 display:none!important
}
.app-animatedmedia .Left-Top {
 justify-content:center;
 flex-direction:row;
 height:0;
 display:flex
}
.app-animatedmedia .Left-Top .wrapper {
 display:flex;
 align-items:center
}
.app-animatedmedia .Left-Top .wrapper h3 {
 margin:0 0 0 20px
}
.app-animatedmedia .Left-Top .wrapper span {
 line-height:0
}
.app-animatedmedia .Left-Middle {
 justify-content:center;
 flex-direction:column;
 align-items:center;
 height:0;
 display:flex
}
.app-animatedmedia .Left-Middle .wrapper {
 display:flex;
 align-items:center;
 cursor:pointer
}
.app-animatedmedia .Left-Middle .wrapper h3 {
 margin:0 0 0 20px
}
.app-animatedmedia .Left-Middle .wrapper span {
 line-height:0
}
.app-animatedmedia .Left-Bottom {
 justify-content:center;
 flex-direction:row;
 align-items:flex-end;
 height:0;
 display:flex
}
.app-animatedmedia .Left-Bottom .wrapper {
 display:flex;
 align-items:center
}
.app-animatedmedia .Left-Bottom .wrapper h3 {
 margin:0 0 0 20px
}
.app-animatedmedia .Left-Bottom .wrapper span {
 line-height:0
}
.app-animatedmedia .Middle-Top {
 justify-content:center;
 flex-direction:row;
 height:0;
 display:flex
}
.app-animatedmedia .Middle-Top div[class*="container"] {
 text-align:center
}
.app-animatedmedia .Middle-Top div[class*="container"] span {
 display:block
}
.app-animatedmedia .Middle-Middle {
 justify-content:center;
 flex-direction:column;
 align-items:center;
 height:0;
 display:flex
}
.app-animatedmedia .Middle-Middle div[class*="container"] {
 text-align:center
}
.app-animatedmedia .Middle-Middle div[class*="container"] span {
 display:block
}
.app-animatedmedia .Middle-Bottom {
 justify-content:center;
 flex-direction:row;
 align-items:flex-end;
 height:0;
 display:flex
}
.app-animatedmedia .Middle-Bottom div[class*="container"] {
 text-align:center
}
.app-animatedmedia .Middle-Bottom div[class*="container"] span {
 display:block
}
.app-animatedmedia .Right-Top {
 justify-content:center;
 flex-direction:row;
 height:0;
 display:flex
}
.app-animatedmedia .Right-Top div[class*="container"] {
 text-align:right
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper {
 -js-display:flex;
 display:flex;
 align-items:center;
 justify-content:flex-end
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper h3 {
 margin:0 0 0 20px
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper span {
 line-height:0
}
.app-animatedmedia .Right-Middle {
 justify-content:center;
 flex-direction:column;
 align-items:center;
 height:0;
 display:flex
}
.app-animatedmedia .Right-Middle div[class*="container"] {
 text-align:right
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper {
 -js-display:flex;
 display:flex;
 align-items:center;
 justify-content:flex-end
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper h3 {
 margin:0 0 0 20px
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper span {
 line-height:0
}
.app-animatedmedia .Right-Bottom {
 justify-content:center;
 flex-direction:row;
 align-items:flex-end;
 height:0;
 display:flex
}
.app-animatedmedia .Right-Bottom div[class*="container"] {
 text-align:right
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper {
 cursor:pointer;
 -js-display:flex;
 display:flex;
 align-items:center;
 justify-content:flex-end
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper h3 {
 margin:0 0 0 20px
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper span {
 line-height:0
}
.app-animatedmedia .placeholder {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 width:100%;
 height:auto;
 min-height:90%
}
.app-animatedmedia .placeholder div[class*="container"] {
 position:relative;
 padding:0 20px
}
.app-animatedmedia .placeholder div[class*="container"] svg {
 cursor:pointer;
 width:100px
}
.app-animatedmedia .placeholder div[class*="container"] svg .st0 {
 fill:rgba(255,255,255,.5)
}
.app-animatedmedia .placeholder div[class*="container"] svg .st1 {
 fill:rgba(0,0,0,.5)
}
.app-animatedmedia .placeholder div[class*="container"] h1 {
 color:#ebbb55;
 text-shadow:2px 2px 5px rgba(0,0,0,.8)
}
.app-animatedmedia .placeholder div[class*="container"] h3 {
 color:#ff0;
 text-shadow:2px 2px 5px rgba(0,0,0,.8)
}
.app-animatedmedia .placeholder .container-fluid {
 width:100%
}
.app-carousel {
 visibility:hidden;
 padding-top:0!important
}
#cc-modal {
 font-family:Georgia,"Times New Roman",Times,serif
}
#cc-notification {
 border:none
}
#cc-notification span {
 font-family:Georgia,"Times New Roman",Times,serif;
 text-transform:none;
 color:#111
}
#cc-notification.cc-monochrome {
 background:#fff;
 background-color:#fff;
 color:#fff;
 font-family:Georgia,"Times New Roman",Times,serif
}
@media(max-width:768px) {
 #cc-notification.cc-monochrome {
  position:fixed
 }
}
#cc-notification.cc-monochrome #cc-notification-permissions li {
 color:#fff
}
#cc-notification.cc-monochrome #cc-notification-permissions li strong {
 color:#fff
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive {
 color:#aaa
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive label {
 color:#aaa
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive strong {
 color:#bbb
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
 color:#aaa
}
#cc-notification.cc-monochrome a,
#cc-notification.cc-monochrome a:visited {
 color:#ddd;
 font-family:Georgia,"Times New Roman",Times,serif;
 text-transform:none
}
#cc-notification.cc-monochrome a:hover {
 color:#fff
}
#cc-notification.cc-monochrome h2,
#cc-notification.cc-monochrome h3,
#cc-notification.cc-monochrome p {
 color:#aaa
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:visited {
 background-color:#ddd;
 color:#111
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:active,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:hover {
 background-color:#aaa
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites {
 background-color:#ddd
}
#cc-tag.cc-monochrome #cc-tag-button,
#cc-tag.cc-monochrome #cc-tag-button:visited {
 background-color:#333;
 color:#ddd
}
#cc-tag.cc-monochrome #cc-tag-button:hover,
#cc-tag.cc-monochrome #cc-tag-button:active {
 border-top:3px solid #fff;
 border-right:3px solid #fff;
 border-left:3px solid #fff
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper li strong,
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper {
 background-color:#333;
 color:#f5f5f5
}
#cc-modal.cc-monochrome #cc-modal-wrapper a,
#cc-modal.cc-monochrome #cc-modal-wrapper a:visited {
 color:#666
}
#cc-modal.cc-monochrome #cc-modal-wrapper a:hover {
 color:#31a8f0
}
#cc-modal.cc-monochrome #cc-modal-wrapper #cc-change-button-allsites {
 background-color:#666;
 color:#111
}
#cc-modal.cc-monochrome #cc-modal-wrapper select {
 color:#111
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-consentchange:hover {
 background-color:#31a8f0
}
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper li span {
 color:#7a7a7a
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper {
 background-color:#333;
 color:#f5f5f5
}
#cc-modal.cc-monochrome #cc-modal-wrapper p,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p {
 color:#f5f5f5
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
 color:#7a7a7a
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
 color:#ddd
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-monochrome #cc-modal-wrapper p.cc-subtitle {
 color:#7a7a7a
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:visited {
 color:#666
}
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-monochrome #cc-modal-global a:hover,
#cc-modal.cc-monochrome #cc-modal-global a:active {
 color:#fff
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:visited {
 background-color:#f5f5f5;
 color:#111;
 box-shadow:1px 1px 2px black;
 -moz-box-shadow:1px 1px 2px black;
 -webkit-box-shadow:1px 1px 2px black;
 background-color:#f1d600
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:active {
 background-color:#0288ce;
 color:#fff;
 box-shadow:1px 2px 10px black;
 -moz-box-shadow:1px 2px 10px black;
 -webkit-box-shadow:1px 2px 10px black
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-monochrome a.cc-learnmore-link {
 color:#ddd
}
#cc-notification #cc-notification-wrapper h2,
#cc-notification #cc-notification-wrapper span,
#cc-notification.cc-monochrome #cc-notification-wrapper a,
#cc-notification.cc-monochrome #cc-notification-permissions li strong,
#cc-notification #cc-notification-permissions li label {
 font-family:sans-serif;
 font-size:14px;
 color:#000;
 line-height:1.2em
}
#cc-notification #cc-notification-permissions li {
 width:100%
}
#cc-notification.cc-monochrome #cc-notification-wrapper a#cc-notification-moreinfo {
 font-weight:600;
 text-decoration:underline
}
#cc-notification.cc-monochrome #cc-notification-wrapper a#cc-approve-button-thissite:hover {
 box-shadow:none
}
#cc-notification #cc-notification-permissions li input {
 margin-top:1px
}
a#cc-not-approve-button-thissite {
 font-weight:600;
 text-decoration:underline
}
ul.cc-notification-buttons {
 padding-right:2%!important
}
#cc-notification #cc-notification-permissions li a.cc-learnmore-link {
 font-weight:600;
 text-decoration:underline
}
@media only screen and (max-width:768px) {
 #cc-notification.cc-monochrome {
  position:absolute!important
 }
}
.app-faq .invisible {
 display:none
}
.app-faq h4.panel-title {
 text-align:center
}
.app-faq h4.panel-title a {
 position:relative;
 display:block
}
.app-faq h4.panel-title p {
 margin-top:6px
}
.app-faq h4.panel-title img {
 width:auto;
 height:41px;
 position:absolute;
 right:0;
 top:-12px
}
.app-faq .panel-body {
 text-align:center
}
.app-five-columns {
 padding:2.5em 0
}
.app-five-columns .container section {
 margin-left:-15px;
 margin-right:-15px;
 padding:0 1em!important
}
.app-footer {
 padding-top:0;
 padding-bottom:1.875em;
 background-color:#252525
}
.app-footer .container-fluid {
 padding:1.25em
}
.app-footer .app-social-links {
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat
}
.app-footer .breadcrumb {
 background-color:#323232;
 border:1px solid #323232;
 border-radius:5px
}
.app-footer .breadcrumb li a {
 color:#fff
}
.app-footer .divider {
 position:relative;
 text-align:center;
 margin-bottom:10px
}
.app-footer .divider:after {
 margin-top:-1px;
 height:2px;
 width:100%;
 position:absolute;
 top:50%;
 left:0;
 background-color:#fff;
 content:""
}
.app-footer .divider img {
 padding:0 30px;
 background:#252525;
 position:relative;
 display:inline-block;
 z-index:1;
 box-sizing:content-box
}
.app-footer .links {
 list-style:none;
 overflow:hidden;
 padding:0;
 margin-bottom:10px
}
.app-footer .links li {
 text-align:center
}
.app-footer .links li a {
 font-size:12px;
 color:#fff;
 -webkit-transition:all .2s ease-out;
 transition:all .2s ease-out
}
.app-footer .links li a:hover {
 color:#d4d4d4;
 text-decoration:none
}
@media(min-width:992px) {
 .app-footer .links li {
  float:left;
  margin-right:.5em;
  text-align:left;
  padding:8px
 }
}
.app-footer .links li:last-child {
 margin-right:0
}
.app-footer .dropdown-wrapper {
 text-align:center;
 margin-bottom:5px
}
@media(min-width:992px) {
 .app-footer .dropdown-wrapper {
  text-align:right
 }
}
.app-footer .dropdown-wrapper .dropdown {
 display:inline-block
}
.app-footer .dropdown-wrapper .dropdown .dropdown-menu {
 top:auto;
 bottom:100%
}
.app-footer .countryselector {
 text-align:center;
 margin-bottom:10px
}
.app-footer .countryselector a {
 font-size:12px
}
@media(min-width:992px) {
 .app-footer .countryselector {
  text-align:right;
  padding:8px
 }
}
.app-footer .footer-rte {
 font-size:12px;
 color:#ebbb55
}
.app-footer .copyright-text {
 font-size:12px;
 text-align:center
}
.app-four-column {
 padding:2.5em 0
}
.app-four-column .container section {
 margin-left:-15px;
 margin-right:-15px;
 padding:0 1em!important
}
@media(max-width:768px) {
 .app-four-column .col-xs-6,
 .app-four-column .col-xs-12 {
  margin-bottom:2.5em
 }
}
@media(max-width:768px) {
 .app-four-column .container {
  list-style:none;
  -ms-box-orient:horizontal;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-moz-flex;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-flow:row wrap;
  flex-flow:row wrap
 }
 .app-four-column .container .col-xs-6:first-of-type {
  order:1
 }
 .app-four-column .container .col-xs-12:first-of-type {
  order:2
 }
}
.app-header+.app-full-image,
.app-header-continuous+.app-full-image {
 padding-top:0!important
}
.app-full-image div[class*="container"] {
 min-height:inherit
}
.app-full-image div[class*="container"] .row {
 min-height:inherit
}
.app-full-image div[class*="container"] .row .full-image-container {
 min-height:inherit;
 display:table;
 padding:0 15px
}
.app-full-image div[class*="container"] .row .full-image-container .right,
.app-full-image div[class*="container"] .row .full-image-container .center,
.app-full-image div[class*="container"] .row .full-image-container .left {
 display:table-cell;
 vertical-align:middle;
 float:none;
 text-align:center;
 overflow:auto;
 padding:0
}
.app-full-image div[class*="container"] .row .full-image-container .right>.backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center>.backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left>.backgroundimage {
 padding:48px 0;
 background-repeat:no-repeat;
 background-position:center
}
.app-full-image div[class*="container"] .row .full-image-container .right .col-sm-2,
.app-full-image div[class*="container"] .row .full-image-container .center .col-sm-2,
.app-full-image div[class*="container"] .row .full-image-container .left .col-sm-2 {
 display:none
}
.app-full-image div[class*="container"] .row .full-image-container .right .divider,
.app-full-image div[class*="container"] .row .full-image-container .center .divider,
.app-full-image div[class*="container"] .row .full-image-container .left .divider {
 margin:.6em auto
}
@media all and (max-width:768px) {
 .app-full-image div[class*="container"] .row .full-image-container .right .col-sm-2,
 .app-full-image div[class*="container"] .row .full-image-container .center .col-sm-2,
 .app-full-image div[class*="container"] .row .full-image-container .left .col-sm-2 {
  height:250px;
  display:block
 }
}
.app-full-image div[class*="container"] .row .full-image-container .left {
 text-align:left
}
.app-full-image div[class*="container"] .row .full-image-container .right {
 text-align:center
}
.app-full-image div[class*="container"] .full-image-container {
 height:inherit;
 display:table;
 width:100%
}
.app-full-image div[class*="container"] .full-image-container .right,
.app-full-image div[class*="container"] .full-image-container .center,
.app-full-image div[class*="container"] .full-image-container .left {
 display:table-cell;
 vertical-align:middle;
 float:none;
 text-align:center;
 overflow:auto;
 padding:0
}
.app-full-image div[class*="container"] .full-image-container .right>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left>.backgroundimage {
 padding:48px 0;
 background-repeat:no-repeat;
 background-position:center
}
.app-full-image div[class*="container"] .full-image-container .right .col-sm-2,
.app-full-image div[class*="container"] .full-image-container .center .col-sm-2,
.app-full-image div[class*="container"] .full-image-container .left .col-sm-2 {
 display:none
}
.app-full-image div[class*="container"] .full-image-container .right .divider,
.app-full-image div[class*="container"] .full-image-container .center .divider,
.app-full-image div[class*="container"] .full-image-container .left .divider {
 margin:.6em auto
}
@media all and (max-width:768px) {
 .app-full-image div[class*="container"] .full-image-container .right .col-sm-2,
 .app-full-image div[class*="container"] .full-image-container .center .col-sm-2,
 .app-full-image div[class*="container"] .full-image-container .left .col-sm-2 {
  height:250px;
  display:block
 }
}
.app-full-image div[class*="container"] .full-image-container .left {
 text-align:left
}
.app-full-image div[class*="container"] .full-image-container .right {
 text-align:center
}
.app-full-image.top {
 padding-top:25px
}
.app-full-image.top .right,
.app-full-image.top .center,
.app-full-image.top .left {
 vertical-align:top!important
}
.app-full-image.bottom {
 padding-bottom:25px
}
.app-full-image.bottom .right,
.app-full-image.bottom .center,
.app-full-image.bottom .left {
 vertical-align:bottom!important
}
@media all and (max-width:768px) {
 .app-full-image {
  height:auto;
  background-position:center top
 }
}
.app-header {
 position:fixed;
 width:100%;
 z-index:99999;
 background-color:rgba(17,17,17,0);
 background-repeat:repeat-x;
 height:100px;
 left:0;
 font-family:'Avenir',sans-serif;
 font-size:12px;
 font-style:normal;
 text-transform:uppercase
}
.app-header nav.nav-main-horizontal {
 color:#fff;
 display:none
}
@media(min-width:1024px) {
 .app-header nav.nav-main-horizontal {
  display:block
 }
}
.app-header nav.nav-main-horizontal .header-logo {
 display:block;
 text-align:center
}
.app-header nav.nav-main-horizontal .header-logo img {
 display:inline;
 height:100px
}
.app-header nav.nav-main-horizontal ul.menu-left,
.app-header nav.nav-main-horizontal ul.menu-right {
 list-style-type:none;
 display:table;
 width:100%;
 padding:0
}
.app-header nav.nav-main-horizontal ul.menu-left>li,
.app-header nav.nav-main-horizontal ul.menu-right>li,
.app-header nav.nav-main-horizontal ul.menu-left>.personal-menu,
.app-header nav.nav-main-horizontal ul.menu-right>.personal-menu {
 line-height:88px;
 display:table-cell;
 text-align:center;
 vertical-align:middle;
 font-weight:400
}
.app-header nav.nav-main-horizontal ul.menu-left>li span,
.app-header nav.nav-main-horizontal ul.menu-right>li span,
.app-header nav.nav-main-horizontal ul.menu-left>.personal-menu span,
.app-header nav.nav-main-horizontal ul.menu-right>.personal-menu span {
 font-size:10px;
 padding-left:5px;
 cursor:pointer
}
.app-header nav.nav-main-horizontal ul.menu-left>li>a,
.app-header nav.nav-main-horizontal ul.menu-right>li>a,
.app-header nav.nav-main-horizontal ul.menu-left>.personal-menu>a,
.app-header nav.nav-main-horizontal ul.menu-right>.personal-menu>a {
 cursor:pointer;
 color:#fff;
 -webkit-transition:all .2s ease-out;
 transition:all .2s ease-out
}
.app-header nav.nav-main-horizontal ul.menu-left>li>a:hover,
.app-header nav.nav-main-horizontal ul.menu-right>li>a:hover,
.app-header nav.nav-main-horizontal ul.menu-left>.personal-menu>a:hover,
.app-header nav.nav-main-horizontal ul.menu-right>.personal-menu>a:hover,
.app-header nav.nav-main-horizontal ul.menu-left>li>a.active,
.app-header nav.nav-main-horizontal ul.menu-right>li>a.active,
.app-header nav.nav-main-horizontal ul.menu-left>.personal-menu>a.active,
.app-header nav.nav-main-horizontal ul.menu-right>.personal-menu>a.active {
 color:#ebbb55;
 text-decoration:none
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu {
 position:relative
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu>ul,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu>ul {
 position:absolute;
 top:90px;
 right:0;
 background:#fff;
 height:0;
 max-height:0;
 overflow:hidden;
 min-width:250px;
 list-style:none;
 padding:0;
 margin:0;
 transform:translateY(25px);
 transition:all .25s ease-out
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu>ul li,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu>ul li {
 text-align:left;
 line-height:normal;
 padding:15px 30px
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu>ul li:first-child,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu>ul li:first-child {
 padding:30px 30px 15px 30px
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu>ul li:last-child,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu>ul li:last-child {
 padding:15px 30px 30px 30px
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu.hover>ul,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu.hover>ul {
 opacity:1;
 height:auto;
 max-height:100vh;
 overflow:visible;
 transform:translateY(0)
}
.app-header .vertical-menu-toggle {
 opacity:1;
 float:left;
 cursor:pointer;
 background:none;
 width:50px;
 height:50px;
 font-weight:bold;
 margin-top:34px;
 margin-left:-50px;
 padding-left:50px
}
@media(min-width:1024px) {
 .app-header .vertical-menu-toggle {
  display:none
 }
}
.app-header .vertical-menu-toggle ul.hamburger {
 width:25px;
 margin:auto 0;
 padding:0;
 height:50px;
 list-style-type:none
}
.app-header .vertical-menu-toggle ul.hamburger li {
 border-radius:1px;
 border:0 solid #000;
 background-color:#fff;
 margin-bottom:5px;
 height:5px
}
.app-header .vertical-menu-toggle ul.hamburger li:last-child {
 margin-bottom:0
}
.app-header .submenu {
 height:4px;
 border-bottom:4px solid rgba(0,0,0,.1);
 background-color:rgba(0,0,0,.1);
 overflow:hidden;
 transition-timing-function:ease-out;
 transition:all 200ms
}
.app-header .submenu .submenu-wrapper {
 text-align:center
}
.app-header .submenu .submenu-items {
 padding:0
}
.app-header .submenu .submenu-items li {
 padding:4px 0 0 0;
 height:96px;
 width:calc(150px);
 float:none;
 display:inline-block;
 *display:inline;
 *zoom:1;
 vertical-align:top
}
.app-header .submenu .submenu-items li img {
 width:40px;
 height:40px
}
.app-header .submenu .submenu-items li a {
 color:#252525
}
.app-header .submenu .submenu-items li a:hover {
 text-decoration:none
}
.app-header .submenu .submenu-items li:hover {
 cursor:pointer;
 background:#fff
}
.app-header .submenu .submenu-items li:hover a {
 color:#000
}
.app-header .submenu.open {
 height:100px;
 background-color:#fff
}
.nav-main-vertical {
 display:none
}
#overlay-header {
 opacity:.4;
 position:absolute;
 top:0;
 left:0;
 background-color:#000;
 width:100%;
 height:100%;
 z-index:9999
}
.mm-menu {
 width:250px;
 min-width:250px;
 max-width:250px;
 background-color:rgba(17,17,17,0)
}
.mm-menu .mm-list {
 padding:0 10px 0 20px;
 margin-top:100px
}
.mm-menu .mm-list>li {
 border-bottom:1px solid rgba(255,255,255,.5)
}
.mm-menu .mm-list>li a,
.mm-menu .mm-list>li span {
 color:#d4d4d4;
 width:100%
}
.mm-menu .mm-list>li a:hover,
.mm-menu .mm-list>li span:hover {
 color:#fff
}
html.mm-opening .mm-slideout {
 -webkit-transform:translate(250px,0);
 -moz-transform:translate(250px,0);
 -ms-transform:translate(250px,0);
 -o-transform:translate(250px,0);
 transform:translate(250px,0)
}
@media all and (max-width:175px) {
 html.mm-opening .mm-slideout {
  -webkit-transform:translate(250px,0);
  -moz-transform:translate(250px,0);
  -ms-transform:translate(250px,0);
  -o-transform:translate(250px,0);
  transform:translate(250px,0)
 }
}
@media all and (min-width:550px) {
 html.mm-opening .mm-slideout {
  -webkit-transform:translate(250px,0);
  -moz-transform:translate(250px,0);
  -ms-transform:translate(250px,0);
  -o-transform:translate(250px,0);
  transform:translate(250px,0)
 }
}
header.app-header+section {
 padding-top:140px
}
header .container>a .img-responsive {
 height:100px;
 margin:0 auto
}
@media(min-width:768px) {
 header .container {
  width:100%
 }
}
@media(min-width:992px) {
 header .container {
  width:970px
 }
}
@media(min-width:1024px) {
 header .container {
  width:994px
 }
 header .container>a .img-responsive {
  display:none
 }
}
@media(min-width:1200px) {
 header .container {
  width:1170px
 }
 header .container>a .img-responsive {
  display:none
 }
}
@media(max-width:1023px) {
 header .container div.personal-menu {
  position:absolute;
  display:block;
  height:100px;
  right:15px;
  line-height:100px;
  top:0
 }
 header .container div.personal-menu>ul {
  position:absolute;
  top:90px;
  right:0;
  background:#fff;
  height:0;
  max-height:0;
  overflow:hidden;
  min-width:250px;
  list-style:none;
  padding:0;
  margin:0;
  transform:translateY(25px);
  transition:all .25s ease-out
 }
 header .container div.personal-menu>ul li {
  text-align:left;
  line-height:normal;
  padding:30px;
  width:calc(100vw - 30px)
 }
 header .container div.personal-menu:focus>ul,
 header .container div.personal-menu:hover>ul,
 header .container div.personal-menu:active>ul {
  opacity:1;
  height:auto;
  max-height:100vh;
  overflow:visible;
  transform:translateY(0)
 }
}
.app-iframe iframe {
 border:0;
 width:100%;
 min-height:450px
}
.app-imagetext-column {
 position:relative;
 padding:0
}
@media(min-width:768px) {
 .app-imagetext-column:before {
  width:100%;
  height:100%;
  content:"";
  background-color:transparent;
  opacity:.5;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  -webkit-transition:background-color 300ms linear;
  -moz-transition:background-color 300ms linear;
  -o-transition:background-color 300ms linear;
  -ms-transition:background-color 300ms linear;
  transition:background-color 300ms linear
 }
 .app-imagetext-column:hover:before {
  background-color:#000
 }
}
.app-imagetext-column img {
 width:100%
}
.app-imagetext-column .textbox {
 position:absolute;
 top:0;
 left:0;
 z-index:1;
 width:100%;
 height:100%;
 padding-left:30px
}
@media(min-width:768px) {
 .app-imagetext-column .textbox {
  z-index:0;
  opacity:0;
  -webkit-transition:opacity 300ms linear;
  -moz-transition:opacity 300ms linear;
  -o-transition:opacity 300ms linear;
  -ms-transition:opacity 300ms linear;
  transition:opacity 300ms linear
 }
}
.app-imagetext-column .inline {
 display:table;
 height:100%;
 width:100%
}
.app-imagetext-column .text {
 text-align:left;
 vertical-align:bottom;
 display:table-cell
}
.app-imagetext-column .text h3 {
 font-family:'Avenir',sans-serif;
 font-size:1.7em;
 font-weight:normal;
 text-transform:uppercase;
 color:#20b2aa
}
.app-imagetext-column .text h4 {
 margin-bottom:30px;
 font-family:'Didot',serif;
 font-size:2em;
 font-weight:lighter;
 font-style:normal;
 text-transform:none
}
@media(min-width:768px) {
 .app-imagetext-column:hover .textbox {
  opacity:1
 }
}
.app-three-column .container .info-column {
 padding:3em 1em
}
.app-three-column .container .info-column img {
 max-width:100%;
 margin:1em auto
}
.app-three-column .container .info-column p {
 margin:1em 1.5em
}
.app-three-column .container .info-column.h-default {
 text-align:center
}
.app-three-column .container .row div:nth-of-type(1) .info-column.h-left p {
 margin-left:0
}
.app-three-column .container .row div:nth-of-type(3) .info-column.h-right p {
 margin-right:0
}
.info-column.h-left {
 text-align:left
}
.info-column.h-center {
 text-align:center
}
.info-column.h-right {
 text-align:right
}
.info-column.h-left img,
.info-column.h-center img,
.info-column.h-right img {
 display:inline-block
}
section.app-languageswitch {
 padding:0!important;
 height:0!important
}
section.app-languageswitch .parent {
 display:flex
}
section.app-languageswitch .parent .child {
 height:150px;
 padding:20px 0 0 0;
 margin:auto
}
section.app-languageswitch .parent .child button {
 margin:0
}
.app-location {
 padding-top:1.6em
}
.app-location input.findlocation {
 border-color:none
}
.app-location .gotoLocationTable {
 cursor:pointer;
 display:block
}
.app-location .gotoLocationTable:hover {
 color:#fff
}
.app-location table.locations-table {
 color:#000
}
.app-location table.locations-table a {
 color:#000
}
.app-location table.locations-table tr.selected a {
 color:#ebbb55
}
.app-location table.locations-table tr td span.glyphicon-ok {
 color:#117418
}
.app-location table.locations-table tr td span.glyphicon-remove {
 color:#ab111c
}
@media(max-width:767px) {
 .app-location #map-canvas {
  height:350px;
  width:100%
 }
}
@media(min-width:768px) {
 .app-location #map-canvas {
  height:450px;
  width:100%
 }
}
.app-location .location-filterselection {
 background:#c3c3c3;
 display:table;
 width:100%
}
.app-location .location-filterselection .location-filterselection-wrapper {
 display:table-cell;
 text-align:center
}
.app-location .location-filterselection .location-filterselection-wrapper .location-selection {
 padding:10px;
 display:inline-block;
 transition:all .4s
}
.app-location .location-filterselection .location-filterselection-wrapper .location-selection:hover {
 cursor:pointer;
 background-color:rgba(17,17,17,0)
}
.app-location .location-filterselection .location-filterselection-wrapper .location-selection.active {
 cursor:pointer;
 background-color:rgba(17,17,17,0)
}
.app-location .mapborder {
 border:5px solid rgba(0,0,0,.2)
}
.app-location .mapborder .mapbackground {
 background-color:#fff
}
.app-location .mapborder .table-responsive {
 margin:12px 12px 0 12px;
 width:auto
}
.app-location .mapborder .table-responsive .locations-table tbody tr {
 cursor:pointer
}
.app-location .mapborder .table-responsive .locations-table tbody tr.selected {
 background-color:rgba(17,17,17,0)
}
.app-location .mapborder .hidetable {
 margin:0;
 height:0;
 visibility:hidden;
 border:0
}
.app-location .startLocation.error {
 border-color:#ff0001
}
.app-location #details {
 background-color:rgba(255,255,255,.9);
 font-size:12px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 -ms-box-sizing:border-box;
 -o-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:opacity .5s,visibility 0s linear;
 -webkit-transition-delay:0s,.5s;
 -moz-transition:opacity .5s,visibility 0s linear .5s;
 -o-transition:opacity .5s,visibility 0s linear .5s;
 transition:opacity .5s,visibility 0s linear .5s;
 box-shadow:0 0 8px 2px rgba(0,0,0,.2);
 background-color:#fff;
 opacity:0;
 padding:20px;
 position:absolute;
 right:10px;
 top:25px;
 visibility:hidden;
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
@media(max-width:767px) {
 .app-location #details {
  width:270px
 }
}
@media(min-width:768px) {
 .app-location #details {
  width:320px
 }
}
.app-location #details.active {
 background-color:rgba(255,255,255,.9);
 -webkit-transition:opacity .5s;
 -moz-transition:opacity .5s;
 -o-transition:opacity .5s;
 transition:opacity .5s;
 opacity:1;
 visibility:visible
}
.app-location #details .close {
 height:24px;
 line-height:normal;
 margin:20px 0 0 20px;
 overflow:hidden;
 position:absolute;
 top:-15px;
 width:24px;
 right:5px;
 white-space:nowrap
}
.app-location #details h4 {
 color:#292929;
 font-weight:bold;
 margin:0
}
.app-location #details h5,
.app-location #details h6 {
 color:#292929;
 font-size:10px;
 margin:10px 0 10px 0;
 text-transform:uppercase
}
.app-location #details h5 {
 border-bottom:1px solid #e3e3e3
}
.app-location #details h5+p {
 margin-top:0
}
.app-location #details p {
 color:#999;
 font-size:12px;
 margin:10px 0 0 0
}
.app-location #details dl {
 *zoom:1;
 clear:right
}
.app-location #details dl:after {
 content:"";
 display:table;
 clear:both
}
.app-location #details dl dt,
.app-location #details dl dd {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 -ms-box-sizing:border-box;
 -o-box-sizing:border-box;
 box-sizing:border-box;
 float:left;
 margin:0
}
.app-location #details dl dt {
 width:10%
}
.app-location #details dl dd {
 color:#999;
 padding-left:10px;
 text-align:left;
 width:40%
}
.app-location #details .features {
 border-top:1px solid #e3e3e3;
 clear:both;
 margin-top:10px;
 padding-top:10px
}
.app-location #details .features li {
 display:inline-block;
 height:24px;
 margin-right:10px;
 overflow:hidden;
 text-indent:100%;
 width:24px;
 white-space:nowrap
}
.app-location #details .features li:last-child {
 margin-right:0
}
.app-location #details .features li#shop {
 background-image:url(../img/icon-cart-features.png)
}
.app-location #details .features li#cafe {
 background-image:url(../img/icon-cup-features.png)
}
.app-location #details .features li#strip_card {
 background-image:url(../img/icon-strip_card-features.png)
}
.app-location #details .features li#loyalty_card {
 background-image:url(../img/icon-loyalty_card-features.png)
}
.app-location #details .features li#internet {
 background-image:url(../img/icon-internet-features.png)
}
.app-location #details .features li#facebook {
 background-color:#3b5998;
 border-radius:12px;
 line-height:24px;
 overflow:visible;
 padding:0 8px;
 text-indent:0;
 text-transform:uppercase;
 vertical-align:middle;
 width:auto
}
.app-location #details .features li#facebook a {
 color:#fff;
 line-height:24px;
 text-decoration:none;
 vertical-align:bottom
}
.app-location #details button {
 margin-left:10px
}
.app-mediacarousel {
 padding:20px 0 0 0
}
.app-mediacarousel .mediacolumn {
 visibility:hidden;
 padding:0
}
.app-mediacarousel .mediacolumn .wrapper {
 margin:0 0 20px 0
}
.app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper,
.app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-imagewrapper {
 border:10px solid #fff;
 overflow:hidden
}
.app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper iframe,
.app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper .mediacarousel-video {
 width:645px;
 height:450px
}
@media(min-width:768px) {
 .app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper iframe,
 .app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper .mediacarousel-video {
  width:710px;
  height:530px
 }
}
@media(min-width:992px) {
 .app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper iframe,
 .app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper .mediacarousel-video {
  width:540px;
  height:410px
 }
}
@media(min-width:1200px) {
 .app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper iframe,
 .app-mediacarousel .mediacolumn .wrapper .bxslider .mediacarousel-videowrapper .mediacarousel-video {
  width:645px;
  height:450px
 }
}
.app-mediacarousel .mediacolumn .wrapper .bxslider h4,
.app-mediacarousel .mediacolumn .wrapper .bxslider p {
 text-decoration:none;
 text-align:center
}
.app-mediacarousel .mediacolumn .wrapper .bxslider h4 {
 text-decoration:none;
 font-family:'Avenir',sans-serif;
 color:#000;
 font-size:28px
}
.app-mediacarousel .mediacolumn .wrapper .bxslider p {
 font-family:'Didot',serif;
 color:#000;
 font-size:14px
}
.app-mediacarousel .mediaplaylist {
 visibility:hidden
}
.app-mediacarousel .mediaplaylist a.pagerslide {
 display:block;
 text-decoration:none;
 border:1px solid transparent
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem {
 cursor:pointer;
 background-color:#cca96e;
 transition:all 200ms;
 padding:10px;
 overflow:hidden;
 position:relative
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem .image {
 position:relative;
 float:left
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem .image img {
 width:100px!important;
 height:75px!important
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem .text {
 overflow:auto;
 padding:0 0 0 10px
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem .text h4 {
 font-family:'Avenir',sans-serif;
 font-size:28px
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem .text p {
 font-family:'Didot',serif;
 color:#000;
 font-size:14px
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem:hover,
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem.active {
 background-color:#fff;
 text-decoration:none
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem:hover .text h4,
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem.active .text h4 {
 text-decoration:none;
 color:#a2101c
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem:hover .text p,
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem.active .text p {
 color:#000
}
.app-mediacarousel .mediaplaylist a.pagerslide .mediaitem[data-type^="video"] .image:before {
 font-family:'Glyphicons Halflings';
 content:"";
 opacity:.8;
 font-size:2em;
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 color:#fff;
 text-shadow:0 0 20px black
}
.app-mediacarousel .mediaplaylist .bx-prev {
 text-indent:0;
 top:-20px!important;
 background:#df3229;
 width:85%!important;
 margin-left:5%!important;
 background-image:-webkit-linear-gradient(top,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.3) 100%);
 background-image:-o-linear-gradient(top,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.3) 100%);
 background-image:linear-gradient(to bottom,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.3) 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#4d000000',GradientType=0)
}
.app-mediacarousel .mediaplaylist .bx-prev:before {
 font-family:'Glyphicons Halflings';
 top:6px;
 content:"";
 position:absolute;
 text-align:center;
 width:100%
}
.app-mediacarousel .mediaplaylist .bx-next {
 text-indent:0;
 top:auto!important;
 bottom:-36px!important;
 background:#df3229;
 width:85%!important;
 margin-right:4%!important;
 background-image:-webkit-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(0,0,0,.0001) 100%);
 background-image:-o-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(0,0,0,.0001) 100%);
 background-image:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.0001) 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000',endColorstr='#00000000',GradientType=0)
}
.app-mediacarousel .mediaplaylist .bx-next:before {
 font-family:'Glyphicons Halflings';
 top:6px;
 content:"";
 position:absolute;
 text-align:center;
 width:100%
}
.app-mediacarousel .mediaplaylistmobile ul {
 list-style-type:none;
 margin:0;
 padding:0
}
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide {
 display:block;
 border:1px solid transparent;
 transition:all 200ms
}
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide .mediaitemmobile {
 background-color:#cca96e;
 transition:all 200ms;
 overflow:hidden;
 position:relative
}
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide .mediaitemmobile .image,
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide .mediaitemmobile .video {
 float:left;
 height:100px
}
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide .mediaitemmobile .image {
 width:150px;
 position:relative;
 float:left
}
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide .mediaitemmobile .image img {
 width:150px;
 height:100px
}
.app-mediacarousel .mediaplaylistmobile ul li.pagerslide .mediaitemmobile .text {
 overflow:auto;
 padding:0 0 0 10px
}
@media screen and (max-width:480px) {
 .container>.row:nth-child(1),
 .container>.row:nth-child(2) {
  background-color:none
 }
}
.container>.row:nth-child(3) {
 margin:0 -15px
}
.app-Newsletter,
.app-Machine-Registration {
 background:none;
 min-height:auto;
 font-weight:normal;
 text-transform:uppercase;
 font-family:"Futura W01 Medium",sans-serif;
 -webkit-font-smoothing:antialiased;
 color:#999;
 line-height:22px
}
.app-Newsletter h2,
.app-Machine-Registration h2 {
 color:#666;
 letter-spacing:4px;
 font-size:50px;
 line-height:50px;
 font-family:"FuturaW01-MediumCondens",sans-serif;
 text-transform:uppercase
}
.app-Newsletter h3,
.app-Machine-Registration h3 {
 color:#666;
 margin:15px 0 20px 0;
 font-weight:normal;
 font-size:12px;
 line-height:25px;
 font-family:"Futura W01 Medium",sans-serif;
 max-height:56px;
 text-align:left;
 overflow:hidden;
 letter-spacing:2px
}
.app-Newsletter form,
.app-Machine-Registration form {
 margin-top:20px;
 font-size:10px;
 letter-spacing:2px
}
.app-Newsletter label,
.app-Machine-Registration label {
 font-weight:normal
}
.app-Newsletter button,
.app-Machine-Registration button {
 font-family:"Futura W01 Medium",sans-serif;
 letter-spacing:3px;
 background-color:#666;
 color:#fff;
 padding:10px 20px
}
.app-Newsletter .help-block,
.app-Machine-Registration .help-block {
 color:#666
}
.app-one-column {
 padding:2.5em 0
}
.app-one-column .container section {
 padding:0 1em!important
}
.app-one-column .container form {
 padding:1em
}
.app-ProductCarousel {
 background-size:cover;
 background-position:top;
 background-color:#fdfd96;
 margin:0 auto;
 position:relative
}
.app-ProductCarousel div.carousel-title {
 position:absolute;
 top:0;
 left:0;
 right:0;
 text-align:center;
 padding:2.5em 0
}
.app-ProductCarousel div.carousel-title>h2 {
 margin:0;
 padding:0;
 word-break:break-all;
 letter-spacing:.2em;
 line-height:1.35;
 font-weight:600;
 font-size:2.25em;
 font-family:'Avenir',sans-serif;
 color:#252525
}
.app-ProductCarousel div.shelf {
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 background-position:bottom center;
 background-repeat:repeat-x;
 background-size:cover;
 background-color:#ffb347;
 padding:2.5em 0
}
.app-ProductCarousel div.shelf div.slider-wrapper {
 display:block;
 overflow-x:hidden;
 text-align:center;
 z-index:0;
 margin-top:-10em
}
@media(max-width:1024px) {
 .app-ProductCarousel div.shelf div.slider-wrapper {
  margin-top:-17.5em
 }
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container {
 display:inline-block
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider {
 margin:0;
 padding:0;
 vertical-align:bottom;
 display:flex;
 align-items:center;
 justify-content:center
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li {
 align-self:flex-end;
 display:inline-block;
 list-style-type:none;
 text-align:center;
 padding:0 15px
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div {
 min-width:260px;
 text-align:center
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div img {
 max-width:calc(260px - 30px);
 max-height:calc(1.2*260px);
 margin:0 auto
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div .button-wrapper a {
 display:inline-block;
 width:calc(100% - 30px);
 padding:6px 0;
 margin:1.5em 0 0 0;
 background-color:transparent;
 color:#fff;
 border:2px solid #fff;
 border-radius:50px;
 font-weight:bold;
 font-size:12px;
 letter-spacing:.1em;
 text-decoration:none;
 text-transform:uppercase;
 transition:all .25s ease-out
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div .button-wrapper a:hover {
 background-color:#fff;
 color:#ffb347;
 border:2px solid #fff
}
.app-ProductCarousel div.shelf div.slidernav {
 display:none;
 text-align:center;
 padding:2.5em 0 0 0
}
.app-ProductCarousel div.shelf div.slidernav a {
 display:inline-block;
 background-color:transparent;
 border:2px solid #fff;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
 border-radius:50%;
 padding:6px 18px;
 margin:0 30px;
 transition:all .25s ease-out
}
.app-ProductCarousel div.shelf div.slidernav a:hover {
 background-color:#fff;
 color:#ffb347;
 border:2px solid #fff
}
.app-ProductCarousel.has-navigation div.shelf div.slidernav {
 display:block
}
.app-promotion .container {
 padding:0
}
.app-promotion .container .promotion {
 background:linear-gradient(to bottom,#fbc2eb 100%,#a6c1ee 0%)
}
.app-promotion .container .promotion .title {
 background:linear-gradient(to bottom,#fbc2eb 0%,#a6c1ee 100%);
 text-align:center
}
.app-promotion .container .promotion span {
 padding:10px;
 display:block
}
.app-promotion .container .promotion .btn-wrapper {
 text-align:center
}
.app-promotion .container .promotion .btn-wrapper .btn {
 margin:1em 0
}
.app-promotion.orientation-right {
 display:block
}
.app-promotion.orientation-right .promotion {
 position:absolute;
 z-index:10;
 right:0;
 margin-top:-170px;
 border:20px solid #fff;
 width:430px
}
@media(max-width:768px) {
 .app-promotion.orientation-right .promotion {
  margin-top:0;
  position:relative
 }
}
.app-promotion.orientation-left {
 display:block
}
.app-promotion.orientation-left .promotion {
 position:absolute;
 z-index:10;
 border:20px solid #fff;
 width:430px;
 margin-left:15px;
 margin-top:-170px
}
@media(max-width:768px) {
 .app-promotion.orientation-left .promotion {
  margin-top:0;
  position:relative;
  margin-left:0
 }
}
.app-promotion.orientation-middle {
 display:block
}
.app-promotion.orientation-middle .promotion {
 border:20px solid #fff;
 width:430px;
 position:absolute;
 margin:0 auto;
 left:0;
 right:0;
 z-index:10;
 margin-top:-170px
}
@media(max-width:768px) {
 .app-promotion.orientation-middle .promotion {
  margin-top:0;
  position:relative
 }
}
@media(max-width:768px) {
 .app-promotion .container {
  padding:0 16px
 }
 .app-promotion .container .promotion {
  width:100%
 }
}
.app-social-links {
 text-align:center
}
.app-social-links h2 {
 font-family:'Avenir',sans-serif;
 font-size:1em;
 color:#ff69b4;
 text-transform:uppercase
}
.app-social-links ul {
 display:inline-block;
 list-style:none;
 overflow:hidden;
 margin:1em 0;
 padding:0
}
.app-social-links ul li {
 float:left;
 padding:0 .5em
}
.app-social-links ul li img {
 width:2em;
 -moz-opacity:.5;
 -khtml-opacity:.5;
 opacity:.5
}
.app-social-links ul li:hover img {
 -moz-opacity:1;
 -khtml-opacity:1;
 opacity:1
}
.app-standard-text {
 background-position:center;
 background-size:100%;
 background-position:top;
 background-repeat:no-repeat;
 padding:2.5em 0
}
.app-standard-text .app-standard-text-header {
 text-align:center;
 margin-bottom:1em
}
.app-standard-text .divider {
 margin:0 auto
}
section.app-swaven-frame {
 padding-top:80px!important
}
@font-face {
 font-family:"wtb-btn-font";
 src:url("../content/fonts/wtb-btn-font.eot");
 src:url("../content/fonts/wtb-btn-font.eot#iefix") format("embedded-opentype"),
 url("../content/fonts/wtb-btn-font.woff") format("woff"),
 url("../content/fonts/wtb-btn-font.ttf") format("truetype"),
 url("../content/fonts/wtb-btn-font.svg#wtb-btn-font") format("svg");
 font-weight:normal;
 font-style:normal
}
.app-wheretobuy:after {
 clear:both;
 content:"";
 display:block
}
.app-wheretobuy .vcolumn {
 text-align:center
}
@media(min-width:768px) {
 .app-wheretobuy .valign-columns {
  display:table;
  table-layout:fixed;
  width:100%
 }
 .app-wheretobuy .vcolumn {
  display:table-cell;
  vertical-align:middle
 }
 .app-wheretobuy .vcolumn+.vcolumn {
  text-align:right
 }
 .app-wheretobuy .text-column {
  text-align:left
 }
}
.wtb-show {
 display:inline-block;
 background-color:#cfb465;
 color:#000;
 border:1px solid #cfb465;
 border-radius:5px;
 padding:10px;
 cursor:pointer;
 text-transform:uppercase;
 -moz-transition:color .25s linear;
 -o-transition:color .25s linear;
 -webkit-transition:color .25s linear;
 transition:color .25s linear;
 white-space:normal!important
}
.wtb-show:hover {
 background-color:#f4c367;
 background-image:none!important;
 color:#000;
 box-shadow:none;
 border:1px solid #f4c367
}
.wtb-show:before {
 font-family:"wtb-btn-font";
 display:inline-block;
 background-image:none!important;
 vertical-align:bottom;
 content:'';
 height:26px;
 width:27px;
 margin-left:5px;
 margin-right:5px;
 font-size:16px;
 line-height:27px
}
.wtb-show:after {
 font-size:10pt
}
.wtb-hideicon:before {
 display:none
}
.taste-navigator {
 height:auto
}
.taste-navigator button[type=button] {
 background:none;
 border:none;
 padding:0;
 margin:0
}
.taste-navigator button.btn {
 border:2px solid #f5c3d0;
 color:#d90f44;
 text-transform:uppercase;
 font-weight:bold;
 font-size:10px;
 font-family:"AvantGardeGothicITCW01D 731075","Helvetica Neue",Arial,sans-serif;
 text-indent:0;
 padding:4px 10px;
 margin-left:15px;
 margin-top:4px;
 -moz-border-radius:35px;
 border-radius:35px
}
.taste-navigator button.btn:hover {
 border-color:#d90f44
}
.taste-navigator button.btn span.remove {
 display:inline-block;
 width:20px;
 height:20px;
 border-radius:50%;
 background:#d90f44;
 color:#fff;
 font-size:18px;
 line-height:1;
 position:relative;
 top:1px;
 margin:0 0 0 4px
}
.taste-navigator button.btn.alert {
 border-color:#f5c3d0;
 color:#d90f44
}
.taste-navigator button.btn.alert:hover {
 border-color:#d90f44
}
.taste-navigator button.btn.reset {
 border-color:#ccc;
 background-color:#ccc;
 color:#666;
 float:right
}
.taste-navigator button.btn.reset:hover {
 border-color:#ebebeb;
 background-color:#ebebeb
}
.taste-navigator ul {
 padding:0;
 list-style:none
}
.taste-navigator li {
 padding:0;
 list-style:none
}
.taste-navigator header[role=banner] {
 background:#000;
 color:#fff;
 text-align:center;
 position:relative;
 z-index:1
}
.taste-navigator header[role=banner] h2 {
 text-transform:uppercase;
 font-weight:normal;
 font-size:19px;
 font-family:"AvantGardeGothicITCW01B 731069","Helvetica Neue",Arial,sans-serif;
 text-indent:8px;
 padding:8px 0;
 margin:0
}
.taste-navigator header[role=banner] h2 hr {
 display:block;
 background-color:#444;
 border-width:0;
 color:#444;
 height:1px;
 line-height:0;
 margin:15px auto;
 width:80px
}
.taste-navigator nav {
 background-color:#fff;
 border-bottom:1px solid #e3e3e3;
 -moz-box-shadow:0 5px 20px #eee;
 -webkit-box-shadow:0 5px 20px #eee;
 box-shadow:0 5px 20px #eee;
 text-align:center
}
.taste-navigator nav ul {
 display:inline-block;
 margin:0 auto
}
.taste-navigator nav ul li {
 display:inline-block;
 width:170px;
 height:105px;
 text-align:center;
 border-left:1px #e3e3e3 solid;
 padding:23px 0;
 transition:background-color 300ms linear 100ms;
 -moz-transition:background-color 300ms linear 100ms;
 -webkit-transition:background-color 300ms linear 100ms;
 -o-transition:background-color 300ms linear 100ms;
 transition:border-color 300ms linear 100ms;
 -moz-transition:border-color 300ms linear 100ms;
 -webkit-transition:border-color 300ms linear 100ms;
 -o-transition:border-color 300ms linear 100ms;
 transition:opacity 300ms linear 100ms;
 -moz-transition:opacity 300ms linear 100ms;
 -webkit-transition:opacity 300ms linear 100ms;
 -o-transition:opacity 300ms linear 100ms
}
.taste-navigator nav ul li a {
 color:#333;
 font-weight:normal;
 font-size:10px;
 font-family:"AvantGardeGothicITCW01D 731075","Helvetica Neue",Arial,sans-serif;
 text-transform:uppercase
}
.taste-navigator nav ul li:first-child {
 border-left-color:#fff
}
.taste-navigator nav ul li:last-child {
 border-right:1px #fff solid;
 width:186px
}
.taste-navigator nav ul li:hover {
 opacity:.5;
 filter:alpha(opacity=50);
 background:#fff
}
.taste-navigator nav ul li:hover a {
 text-decoration:none
}
.taste-navigator nav ul li.first {
 border-left-color:#fff
}
.taste-navigator nav ul li.last {
 border-right:1px #fff solid;
 width:186px
}
.taste-navigator nav ul li.active {
 background-color:#eee;
 border-color:#e3e3e3
}
.taste-navigator nav ul li.inactive {
 opacity:.5;
 filter:alpha(opacity=50);
 background:#fff
}
.taste-navigator nav ul li a {
 text-align:center
}
.taste-navigator nav ul li a img.filter-icon {
 height:30px
}
.taste-navigator nav ul li a span.filter-label {
 padding:10px 0 20px;
 background:transparent 50% 20px no-repeat;
 background-image:url(/assets/img/sprite_espresso_finder.png);
 color:#333;
 display:block;
 font-weight:bold;
 font-size:10px;
 font-family:"AvantGardeGothicITCW01D 731075","Helvetica Neue",Arial,sans-serif;
 letter-spacing:5px;
 text-indent:5px;
 text-transform:uppercase
}
.taste-navigator nav.engaged ul li:hover {
 opacity:1;
 filter:alpha(opacity=100)
}
.taste-navigator .taste-navigator-sections {
 transition:height 300ms linear 100ms,opacity 300ms linear 100ms;
 -moz-transition:height 300ms linear 100ms,opacity 300ms linear 100ms;
 -webkit-transition:height 300ms linear 100ms,opacity 300ms linear 100ms;
 -o-transition:height 300ms linear 100ms,opacity 300ms linear 100ms;
 -moz-box-shadow:inset 0 -5px 20px #eee;
 -webkit-box-shadow:inset 0 -5px 20px #eee;
 box-shadow:inset 0 -5px 20px #eee;
 border-bottom:1px solid #e3e3e3;
 height:120px;
 text-align:center
}
.taste-navigator .taste-navigator-sections ul {
 display:inline-block;
 min-height:145px;
 text-align:left;
 margin:0 auto;
 padding-top:15px
}
.taste-navigator .taste-navigator-sections ul button {
 font-weight:normal;
 text-transform:uppercase;
 color:#666;
 padding:0 20px;
 cursor:pointer;
 line-height:1.3;
 font-size:12px
}
.taste-navigator .taste-navigator-sections ul button::before {
 transition:border-width 200ms linear 100ms;
 content:' ';
 display:block;
 margin:18px auto;
 width:26px;
 height:26px;
 border-radius:50%;
 border:2px solid #333;
 background-color:transparent
}
.taste-navigator .taste-navigator-sections ul button.active::before {
 border-width:13px
}
.taste-navigator .taste-navigator-sections ul li {
 display:inline
}
.taste-navigator .taste-navigator-sections ul li button {
 position:relative;
 overflow:visible
}
.taste-navigator .taste-navigator-sections ul li button:hover {
 color:#000
}
.taste-navigator .taste-navigator-sections ul li button:focus {
 outline:none
}
.taste-navigator .taste-navigator-sections ul li button.active {
 color:#000
}
.taste-navigator .taste-navigator-sections ul li button.active:hover {
 color:#000
}
.taste-navigator .taste-navigator-sections ul li:focus {
 outline:none
}
.taste-navigator .taste-navigator-sections.hidden {
 opacity:0
}
.taste-navigator .taste-navigator-sections.initialState {
 height:0;
 opacity:0
}
.taste-navigator .taste-navigator-filters {
 margin-top:20px;
 max-width:900px;
 margin:20px auto
}
.taste-navigator .taste-navigator-filters .call-to-action {
 text-align:center
}
.taste-navigator .taste-navigator-filters .call-to-action h3 {
 display:inline-block;
 font-size:14px;
 color:#666;
 text-transform:none
}
.taste-navigator .taste-navigator-filters .filters {
 float:left
}
.taste-navigator .taste-navigator-filters .filters p {
 padding:0 0 0 5px
}
.taste-navigator .taste-navigator-filters p {
 font-weight:normal;
 font-size:14px;
 font-family:"AvantGardeGothicITCW01B 731069","Helvetica Neue",Arial,sans-serif;
 text-indent:0;
 text-transform:uppercase;
 float:left;
 line-height:3.2;
 margin:0;
 min-height:22px
}
.taste-navigator .taste-navigator-filters p span.count {
 font-weight:normal;
 font-size:14px;
 font-family:"AvantGardeGothicITCW01B 731069","Helvetica Neue",Arial,sans-serif;
 text-indent:0;
 margin-right:0;
 padding:3px 7px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 color:#fff;
 margin-right:5px;
 background-color:#d90f44;
 transition:margin-right 200ms ease-in 100ms;
 -moz-transition:margin-right 200ms ease-in 100ms;
 -webkit-transition:margin-right 200ms ease-in 100ms;
 -o-transition:margin-right 200ms ease-in 100ms;
 transition:color 200ms ease-in 100ms;
 -moz-transition:color 200ms ease-in 100ms;
 -webkit-transition:color 200ms ease-in 100ms;
 -o-transition:color 200ms ease-in 100ms;
 transition:background-color 200ms ease-in 100ms;
 -moz-transition:background-color 200ms ease-in 100ms;
 -webkit-transition:background-color 200ms ease-in 100ms;
 -o-transition:background-color 200ms ease-in 100ms
}
.taste-navigator .taste-navigator-filters.display {
 display:block
}
.taste-navigator .taste-navigator-products {
 clear:both;
 max-width:1170px;
 margin:0 auto
}
.taste-navigator .taste-navigator-products ul {
 padding:20px 0 0;
 margin:0;
 list-style:none;
 text-align:center
}
.taste-navigator .taste-navigator-products ul li {
 width:188px;
 vertical-align:bottom;
 font-weight:bold;
 font-size:10px;
 font-family:"AvantGardeGothicITCW01B 731069","Helvetica Neue",Arial,sans-serif;
 text-indent:5px;
 letter-spacing:5px;
 list-style:none;
 padding:0 0 20px 0;
 margin:0 4px;
 text-align:center;
 display:-moz-inline-block;
 display:inline-block;
 color:#666;
 text-transform:uppercase;
 opacity:1
}
.taste-navigator .taste-navigator-products ul li a {
 display:block;
 text-decoration:none;
 color:#666;
 text-align:center
}
.taste-navigator .taste-navigator-products ul li a:hover {
 display:block;
 text-decoration:none;
 color:#666;
 text-align:center
}
.taste-navigator .taste-navigator-products ul li a.visited {
 display:block;
 text-decoration:none;
 color:#666;
 text-align:center
}
.taste-navigator .taste-navigator-products ul li a.active {
 display:block;
 text-decoration:none;
 color:#666;
 text-align:center
}
.taste-navigator .taste-navigator-products ul li span.img-wrapper {
 display:block
}
.taste-navigator .taste-navigator-products ul li img {
 width:134px;
 height:auto;
 margin:0 0 20px 0;
 transition:opacity 500ms ease-in 100ms;
 -moz-transition:opacity 500ms ease-in 100ms;
 -webkit-transition:opacity 500ms ease-in 100ms;
 -o-transition:opacity 500ms ease-in 100ms;
 transition:width 400ms ease-in;
 -moz-transition:width 400ms ease-in;
 -webkit-transition:width 400ms ease-in;
 -o-transition:width 400ms ease-in
}
.taste-navigator .taste-navigator-products ul li:hover {
 opacity:1
}
.taste-navigator .taste-navigator-products ul li.disabled img {
 transition:opacity 500ms ease-in 100ms;
 -moz-transition:opacity 500ms ease-in 100ms;
 -webkit-transition:opacity 500ms ease-in 100ms;
 -o-transition:opacity 500ms ease-in 100ms;
 opacity:.3
}
.taste-navigator .taste-navigator-products ul li.selected {
 opacity:1
}
.taste-navigator .taste-navigator-products.initialState ul li {
 width:188px;
 vertical-align:bottom;
 font-weight:bold;
 font-size:10px;
 font-family:"AvantGardeGothicITCW01B 731069","Helvetica Neue",Arial,sans-serif;
 text-indent:5px;
 letter-spacing:5px
}
.taste-navigator .taste-navigator-products.initialState ul li a span {
 float:left;
 text-align:center;
 width:100%
}
.app-three-column .container section {
 margin-left:-15px;
 margin-right:-15px;
 padding:0 1em!important
}
.app-title-bar {
 padding:.7em 0;
 text-align:center
}
.app-title-bar .app-title {
 text-align:center
}
.app-title-bar .app-title span {
 display:inline
}
.app-title-bar .app-title span img {
 display:inline
}
.app-title-bar .app-title .h-title {
 display:inline
}
.app-top-stories {
 background-position:center;
 background-repeat:no-repeat;
 padding:2.5em 0
}
.app-top-stories div[class*="container"] {
 min-height:inherit
}
.app-top-stories div[class*="container"] .row {
 min-height:inherit;
 position:relative;
 margin:2.5em 0
}
@media(max-width:767px) {
 .app-top-stories {
  background-size:cover;
  padding:0
 }
}
.has-2-items .col-sm-6 {
 width:calc(50% + 40px);
 position:absolute
}
.has-2-items .item-1 {
 margin:0 -40px 0 0;
 left:0
}
.has-2-items .item-1>section {
 float:right
}
.has-2-items .item-2 {
 margin:0 0 0 -40px;
 right:0
}
.has-3-items .col-sm-4 {
 width:calc(33.33% + 60px);
 position:absolute
}
.has-3-items .item-1 {
 margin:0 -90px 0 0;
 left:0
}
.has-3-items .item-1>section {
 float:right
}
.has-3-items .item-2 {
 margin:0 0 0 0;
 z-index:5;
 left:33.33%
}
.has-3-items .item-3 {
 margin:0 0 0 -90px;
 right:0
}
.has-3-items .item-3>section {
 float:left
}
.has-4-items .col-sm-3 {
 width:calc(25% + 60px);
 position:absolute
}
.has-4-items .item-1 {
 margin:0 -40px 0 0;
 left:0
}
.has-4-items .item-1>section {
 float:right
}
.has-4-items .item-2 {
 margin:0 -40px 0 -40px;
 z-index:5;
 left:25%
}
.has-4-items .item-3 {
 margin:0 -40px 0 -40px;
 z-index:4;
 right:25%
}
.has-4-items .item-4 {
 margin:0 0 0 -40px;
 right:0
}
@media all and (max-width:767px) {
 .has-3-items .col-xs-6 {
  width:calc(50% + 40px)
 }
 .has-3-items .col-xs-12 {
  width:90%
 }
 .has-3-items .item-1 {
  margin:0 -40px 0 0
 }
 .has-3-items .item-2 {
  margin:40px 0 0 -40px
 }
 .has-3-items .item-3 {
  margin:-80px 0 0 5%
 }
 .has-4-items .col-xs-6 {
  width:calc(50% + 40px)
 }
 .has-4-items .item-1 {
  margin:0 -40px 0 20px;
  z-index:1
 }
 .has-4-items .item-2 {
  margin:40px 0 0 -60px;
  z-index:2
 }
 .has-4-items .item-3 {
  margin:-60px -40px 0 0;
  z-index:3
 }
 .has-4-items .item-4 {
  margin:-20px 0 0 -60px;
  z-index:1
 }
}
.app-two-column {
 background-position:center top;
 background-repeat:no-repeat;
 padding:2.5em 0
}
.app-two-column .container section {
 padding:0 1em!important
}
.app-two-column .container form {
 padding:1em
}
.app-twohalves {
 padding:2.5em 0;
 position:relative
}
@media(min-width:768px) {
 .app-twohalves div[class*="container"] {
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height:100%
 }
 .app-twohalves div[class*="container"] .row {
  height:inherit
 }
 .app-twohalves div[class*="container"] .row .valign-columns {
  display:table;
  width:100%;
  height:inherit
 }
 .app-twohalves div[class*="container"] .row .valign-columns .vcolumn {
  display:table-cell;
  vertical-align:middle;
  float:none
 }
 .app-twohalves div[class*="container"] .row .valign-columns .vcolumn p {
  margin:1em 0
 }
}
@media(max-width:480px) {
 .app-twohalves .img-responsive {
  max-width:calc(100% + 60px);
  margin-left:-30px
 }
}
.app-twohalves .two-halves-text-background {
 background-repeat:no-repeat
}
.app-header+.app-video,
.app-header-continuous+.app-video {
 padding-top:0!important
}
.app-video video {
 background:#000
}
.app-video .playvdo {
 width:38px;
 height:38px;
 cursor:pointer
}
.app-video .playvdo span {
 font-size:36px;
 text-shadow:0 0 2px white
}
.app-video .stopvdo {
 z-index:99999;
 display:none;
 position:absolute;
 right:80px;
 width:38px;
 margin-top:80px;
 height:38px;
 color:#fff;
 cursor:pointer
}
.app-video .stopvdo span {
 font-size:36px
}
.app-video .toggleshow {
 height:0;
 overflow:hidden
}
.app-video div[class*="container"] {
 min-height:inherit
}
.app-video div[class*="container"] .row {
 min-height:inherit
}
.app-video div[class*="container"] .row .video-container {
 min-height:inherit
}
.app-video div[class*="container"] .row .video-container .videocenter {
 width:100%
}
.app-video div[class*="container"] .row .video-container .center {
 display:table;
 min-height:inherit;
 vertical-align:middle;
 float:none;
 text-align:center;
 overflow:auto
}
.app-video div[class*="container"] .row .video-container .center>.backgroundimage {
 padding:48px 0;
 background-repeat:no-repeat;
 background-position:center
}
.app-video div[class*="container"] .row .video-container .center .playvdo {
 cursor:pointer;
 display:inline
}
.app-video div[class*="container"] .row .video-container .center .col-xs-12 h1,
.app-video div[class*="container"] .row .video-container .center .col-xs-12 h2,
.app-video div[class*="container"] .row .video-container .center .col-xs-12 h3 {
 margin-top:10px;
 margin-bottom:10px
}
.app-video div[class*="container"] .row .video-container .center .col-sm-2 {
 display:none
}
.app-video div[class*="container"] .row .video-container .center .divider {
 margin:0 auto
}
@media all and (max-width:768px) {
}
.app-header+.app-video-column .container-fluid .row .container,
.app-header-continuous+.app-video-column .container-fluid .row .container {
 padding-top:0
}
.app-video-column .stopvdo {
 z-index:99999;
 display:none;
 position:absolute;
 right:80px;
 top:80px;
 width:38px;
 height:38px;
 margin-top:0;
 cursor:pointer
}
.app-video-column .stopvdo span {
 font-size:36px
}
.app-video-column .playvdo {
 width:38px;
 height:38px;
 cursor:pointer
}
.app-video-column .playvdo span {
 font-size:36px;
 text-shadow:0 0 2px white
}
.app-blendheader {
 padding:2.5em 0
}
@media(min-width:768px) {
 .app-blendheader .valign-columns {
  display:table
 }
 .app-blendheader .valign-columns .vcolumn {
  display:table-cell;
  vertical-align:middle;
  float:none
 }
}
.app-blendheader .bx-wrapper .bx-prev {
 left:-32px
}
.app-blendheader .bx-wrapper .bx-next {
 right:-32px
}
.app-blendheader .bx-wrapper li img {
 margin:0 auto;
 image-rendering:-moz-crisp-edges;
 image-rendering:-o-crisp-edges;
 image-rendering:-webkit-optimize-contrast;
 image-rendering:crisp-edges;
 -ms-interpolation-mode:nearest-neighbor
}
.app-blendheader .center-text {
 text-align:center
}
.app-blendheader .center-text .divider {
 margin:15px auto 75px
}
.app-blendheader .productrating {
 color:#ffc723;
 letter-spacing:5px;
 font-size:20px
}
.app-blendheader .allratingslink {
 display:inline;
 color:#fff;
 letter-spacing:0;
 font-size:14px;
 text-transform:uppercase
}
.app-blendheader .numericrating {
 color:#fff;
 font-family:"FlamaCondensed-Medium";
 font-size:32px;
 padding:0 5px;
 vertical-align:sub
}
.app-blendheader .nrreviewslink {
 color:#fff;
 padding:0 10px 0 0
}
.app-blendheader .reviewlink {
 color:#fff;
 padding:0 0 0 10px
}
.app-blendheader .btn-primary {
 float:left
}
.app-blendheader .social-links {
 float:right;
 list-style:none;
 margin:1.5em 0;
 padding:0
}
.app-blendheader .social-links li {
 float:right;
 padding:0 .5em
}
.app-blendheader .social-links li .stButton {
 margin:0
}
@media(max-width:768px) {
 .app-blendheader .social-links li {
  float:none
 }
}
.app-contact-us form {
 background-color:rgba(0,0,0,.1);
 padding:0
}
.app-contact-us form .form-group label {
 color:#fff
}
.app-contact-us form .form-group .form-control {
 background-color:#242529;
 border:1px solid #37383c;
 border-radius:0;
 color:#fff
}
.app-contact-us form .form-group .form-control:focus,
.app-contact-us form .form-group .form-control:active {
 background-color:#18191b;
 outline:none;
 border:1px solid #37383c;
 -webkit-box-shadow:0 0 8px rgba(237,187,75,.6);
 box-shadow:0 0 8px rgba(237,187,75,.6)
}
.app-contact-us form div.checkbox label {
 color:#fff
}
.app-contact-us form div.checkbox input[type='checkbox'] {
 margin-left:0
}
.app-contact-us div.form-postText {
 color:#fff
}
.app-footer {
 padding-top:0;
 padding-bottom:0;
 background-color:#252525;
 background-size:auto
}
.app-footer .container-fluid {
 padding:1.25em
}
.app-footer .breadcrumb {
 display:none
}
.app-footer .divider {
 display:none
}
.app-footer .col-md-2,
.app-footer .col-md-3 {
 display:none
}
.app-footer .col-md-7,
.app-footer .col-md-8 {
 width:100%
}
.app-footer .col-md-7 {
 display:flex;
 display:-webkit-flex;
 justify-content:center;
 -webkit-justify-content:center
}
.app-footer .links {
 list-style:none;
 overflow:hidden;
 padding:0;
 margin-bottom:10px
}
.app-footer .links li {
 color:#ebbb55
}
.app-footer .links li a {
 font-size:12px;
 color:#ebbb55;
 -webkit-transition:all .2s ease-out;
 transition:all .2s ease-out;
 letter-spacing:.1em;
 border-right:1px solid #ebbb55;
 padding-right:.5em
}
@media(max-width:768px) {
 .app-footer .links li a {
  border-right:none;
  padding:0
 }
}
.app-footer .links li a:hover,
.app-footer .links li a:focus {
 color:#fff;
 text-decoration:none
}
@media(min-width:992px) {
 .app-footer .links li {
  float:left;
  margin-right:0;
  padding:0 .5em 0 0;
  text-align:center
 }
}
.app-footer .links li:last-child a {
 border-right:none;
 padding-right:0
}
.app-footer .dropdown-wrapper {
 text-align:center;
 margin-bottom:5px
}
@media(min-width:992px) {
 .app-footer .dropdown-wrapper {
  text-align:right
 }
}
.app-footer .dropdown-wrapper .dropdown {
 display:inline-block
}
.app-footer .dropdown-wrapper .dropdown .dropdown-menu {
 top:auto;
 bottom:100%
}
.app-footer .countryselector {
 display:none
}
.app-footer .footer-rte {
 font-size:12px;
 color:#ebbb55
}
.app-footer .copyright-text {
 font-size:12px;
 text-align:center;
 color:#ebbb55;
 letter-spacing:.1em
}
header.app-header+section {
 padding-top:140px!important
}
form.EPiServerForms h2.Form__Title {
 font-family:'Avenir',sans-serif!important;
 text-transform:uppercase!important;
 font-weight:400!important;
 font-size:3em!important;
 font-style:normal;
 letter-spacing:.1em;
 line-height:1.2!important;
 text-align:center;
 margin:0!important;
 text-transform:none!important;
 background:-webkit-linear-gradient(left,#eab63b 0%,#bf8e2f 15%,#bf8e2f 15%,#f3d481 35%,#eab63b 50%,#eab63b 50%,#bf8e2f 65%,#bf8e2f 90%,#f3d481 100%);
 background:-o-linear-gradient(transparent,transparent);
 color:#ebbb55;
 -webkit-text-fill-color:transparent;
 -webkit-background-clip:text;
 background-clip:text
}
form.EPiServerForms div.Form__MainBody div.FormTextbox {
 margin-bottom:24px
}
form.EPiServerForms div.Form__MainBody div.FormTextbox label {
 color:#fff;
 display:block;
 width:100%
}
form.EPiServerForms div.Form__MainBody div.FormTextbox input,
form.EPiServerForms div.Form__MainBody div.FormTextbox textarea {
 font-family:'Avenir',sans-serif;
 font-weight:300;
 width:100%;
 background-color:#242529;
 border:1px solid #37383c;
 border-radius:0;
 color:#fff;
 padding:8px 16px
}
form.EPiServerForms div.Form__MainBody div.FormTextbox input:active,
form.EPiServerForms div.Form__MainBody div.FormTextbox textarea:active,
form.EPiServerForms div.Form__MainBody div.FormTextbox input:focus,
form.EPiServerForms div.Form__MainBody div.FormTextbox textarea:focus {
 background-color:#18191b;
 outline:none;
 border:1px solid #37383c;
 -webkit-box-shadow:0 0 8px rgba(237,187,75,.6);
 box-shadow:0 0 8px rgba(237,187,75,.6)
}
form.EPiServerForms div.Form__MainBody button {
 font-family:'Avenir',sans-serif;
 letter-spacing:.2em;
 text-transform:uppercase;
 font-weight:700;
 padding:8px 16px;
 font-size:.75em;
 white-space:initial;
 color:#111;
 background:-moz-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:linear-gradient(to right,#c67c18 0%,rgba(237,187,65,0) 30%,rgba(253,211,94,0) 65%,#e8a72e 100%);
 background-color:#edbb41;
 border-color:transparent;
 background-size:100%;
 border:0;
 transition:all .25s ease
}
form.EPiServerForms div.Form__MainBody button:hover,
form.EPiServerForms div.Form__MainBody button:focus,
form.EPiServerForms div.Form__MainBody button.focus {
 color:#111;
 background-size:500%;
 border-color:transparent
}
.app-four-column {
 padding:2.5em 0
}
.app-four-column .container section {
 margin-left:-15px;
 margin-right:-15px;
 padding:0 1em!important
}
@media(max-width:480px) {
 .app-four-column {
  padding:1em 0
 }
 .app-four-column .col-xs-6,
 .app-four-column .col-xs-12 {
  margin-bottom:1em
 }
}
.app-four-column:not(:nth-child(1)) {
 padding:0 0 2.5em 0
}
@media(max-width:480px) {
 .app-four-column:not(:nth-child(1)) {
  margin-top:-1em
 }
}
@media only screen and (max-width:480px) {
 #fourcolmobile section.app-four-column div.col-xs-6.col-sm-3 {
  padding-left:0;
  padding-right:0
 }
}
@media only screen and (max-width:320px) {
 #fourcolmobile .info-column.h-center {
  width:70%
 }
 #fourcolmobile a.btn.btn-secondary {
  width:120%;
  font-size:8px
 }
 #fourcolmobile section.app-four-column div.col-xs-6.col-sm-3 {
  padding-left:15px
 }
}
.ease-out,
.btn,
.app-social-links ul li img {
 -webkit-transition:all .2s ease-out;
 transition:all .2s ease-out
}
.no-gutter>[class*='col-'] {
 padding-right:0;
 padding-left:0
}
h1 {
 font-size:7.5em;
 font-family:"Bodoni",serif;
 font-weight:400;
 color:#fff;
 margin:0;
 line-height:1
}
h2 {
 font-size:2.5em;
 font-family:'Didot',serif;
 font-weight:400;
 margin:0;
 line-height:1
}
h3 {
 font-size:2em;
 font-family:'Avenir',sans-serif;
 font-weight:400;
 margin:0;
 line-height:1
}
h4 {
 font-size:1.7em;
 font-family:'Avenir',sans-serif;
 font-weight:400;
 margin:0;
 line-height:1
}
h5 {
 font-size:1em;
 font-family:'Avenir',sans-serif;
 font-weight:400;
 margin:0;
 line-height:1;
 letter-spacing:.2em
}
@media(max-width:768px) {
 h1 {
  font-size:2em
 }
}
.btn {
 font-family:'Avenir',sans-serif;
 margin:1.5em 0;
 letter-spacing:.2em;
 border-radius:0;
 text-transform:uppercase;
 font-weight:700;
 font-size:.85em;
 white-space:initial
}
.btn.btn-primary {
 color:#111;
 background:-moz-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:linear-gradient(to right,#c67c18 0%,rgba(237,187,65,0) 30%,rgba(253,211,94,0) 65%,#e8a72e 100%);
 background-color:#edbb41;
 border-color:transparent;
 background-size:100%;
 border:0;
 transition:all .25s ease
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
 color:#111;
 background-size:500%;
 border-color:transparent
}
.btn.btn-secondary {
 background:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:-o-linear-gradient(transparent,transparent);
 color:#ebbb55;
 -webkit-text-fill-color:transparent;
 -webkit-background-clip:text;
 background-clip:text;
 border-width:2px;
 border-style:solid;
 border-color:#ebbb55;
 transition:all .25s ease;
 -moz-border-image:-moz-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 -webkit-border-image:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 border-image:linear-gradient(to right,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 border-image-slice:1;
 position:relative
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
 color:#111;
 -webkit-text-fill-color:#111;
 background-clip:unset;
 -webkit-background-clip:unset;
 background:transparent
}
.btn.btn-secondary:hover:before,
.btn.btn-secondary:focus:before,
.btn.btn-secondary.focus:before {
 background:-moz-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:linear-gradient(to right,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 opacity:1
}
.btn.btn-secondary:before {
 background:-moz-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 background:linear-gradient(to right,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 opacity:0;
 transition:opacity .25s ease;
 display:block;
 width:calc(100% + 4px);
 height:calc(100% + 4px);
 position:absolute;
 top:-2px;
 left:-2px;
 z-index:-1;
 content:".";
 text-indent:-99999px
}
.btn.btn-tertiary {
 color:#cd5c5c;
 background-color:transparent;
 border-color:rgba(205,92,92,.5)
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary.focus {
 color:#cd5c5c;
 background-color:transparent;
 border-color:#cd5c5c
}
.btn.btn-quaternary {
 display:flex;
 display:-webkit-flex;
 margin:1em auto;
 height:40px;
 width:40px;
 border-width:2px;
 border-style:solid;
 border-color:#ebbb55;
 transition:all .25s ease;
 -moz-border-image:-moz-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 -webkit-border-image:-webkit-linear-gradient(left,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 border-image:linear-gradient(to right,#c67c18 0%,#edbb41 30%,#fdd35e 65%,#e8a72e 100%);
 border-image-slice:1;
 border-left:none;
 border-left-width:0;
 border-top:none;
 border-top-width:0;
 color:transparent;
 transform:rotate(45deg)
}
.btn.btn-quaternary:hover,
.btn.btn-quaternary:focus,
.btn.btn-quaternary.focus {
 border-image-slice:initial;
 border:2px solid #fff;
 border-left:none;
 border-left-width:0;
 border-top:none;
 border-top-width:0
}
.bg-img,
.app-blendheader,
.app-machinedetail,
.app-producttype-title,
.app-producttype-selector,
.app-producttype .range .rangeheader,
.app-rangepage-titlebar,
.app-tile-selector,
.app-tile .tile-isotope .tile .tile-container,
.app-five-columns,
.app-four-column,
.app-full-image,
.app-full-image div[class*="container"] .row .full-image-container .right>.backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center>.backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .right>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center>.backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left>.backgroundimage,
.app-three-column .container .info-column,
.app-one-column,
.app-ProductCarousel,
.app-three-column,
.app-video,
.app-video div[class*="container"] .row .video-container .center>.backgroundimage,
.app-video-column,
.app-full-image .container-fluid .row .container .right>.backgroundimage,
.app-full-image .container-fluid .row .container .center>.backgroundimage,
.app-full-image .container-fluid .row .container .left>.backgroundimage,
.app-full-image .container-fluid .container-fluid .right>.backgroundimage,
.app-full-image .container-fluid .container-fluid .center>.backgroundimage,
.app-full-image .container-fluid .container-fluid .left>.backgroundimage {
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat
}
.bg-img-bottom,
.app-title-bar {
 background-position:bottom;
 background-repeat:no-repeat
}
.bg-img-top,
.app-mediacarousel,
.app-twohalves {
 background-position:top;
 background-repeat:no-repeat
}
p {
 font-weight:500;
 font-style:normal;
 line-height:1.5em
}
p a {
 color:inherit;
 text-decoration:underline
}
a:focus {
 outline:none!important
}
form {
 padding:30px
}
form label {
 font-family:'Avenir',sans-serif;
 font-weight:normal
}
form .checkbox input {
 margin-top:9.5px;
 margin-left:0
}
.form-group label {
 color:#fff
}
.form-group .form-control {
 height:40px;
 padding:6px 12px;
 color:#deb887;
 border-color:#ffd700;
 background-color:#b22222
}
.form-group .form-control.input-validation-error {
 border-color:#a94442;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.form-group .form-control:focus {
 border-color:#ff4500;
 background-color:#daa520
}
.form-group textarea.form-control {
 height:100px
}
.form-group.inverse label,
.inverse .form-group label {
 color:#fff
}
.form-group.inverse .form-control,
.inverse .form-group .form-control {
 color:teal;
 border-color:#c71585;
 background-color:#b0e0e6
}
.form-group.inverse .form-control:focus,
.inverse .form-group .form-control:focus {
 border-color:#2e8b57;
 background-color:#bc8f8f
}
.text-danger {
 font-size:12px;
 line-height:18px
}
.modal {
 z-index:99999
}
.modal .modal-header {
 border:none
}
.pagination li {
 cursor:pointer
}
.dots {
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis
}
@media(min-width:768px) {
 .equal-height {
  display:flex
 }
}
.equal-height>div[class*='col-'] {
 display:flex;
 flex-direction:column
}
.equal-height>div[class*='col-sm-8'] {
 display:flex;
 flex-direction:row
}
@font-face {
 font-family:'fontawesome';
 src:url('../content/fonts/fontawesome.eot');
 src:url('../content/fonts/fontawesome.eot#iefix') format('embedded-opentype'),
 url('../content/fonts/fontawesome.woff2') format('woff2'),
 url('../content/fonts/fontawesome.woff') format('woff'),
 url('../content/fonts/fontawesome.ttf') format('truetype'),
 url('../content/fonts/fontawesome.svg#fontawesome') format('svg');
 font-weight:normal;
 font-style:normal
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
 font-family:"fontawesome";
 font-style:normal;
 font-weight:normal;
 speak:none;
 display:inline-block;
 text-decoration:inherit;
 width:1em;
 margin-right:.2em;
 text-align:center;
 font-variant:normal;
 text-transform:none;
 line-height:1em;
 margin-left:.2em;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.icon-star:before {
 display:inline;
 content:''
}
.icon-star-empty:before {
 display:inline;
 content:''
}
.icon-star-half-alt:before {
 display:inline;
 content:''
}
.icon-star-0:before {
 display:inline;
 content:''
}
.icon-star-0-half:before {
 display:inline;
 content:''
}
.icon-star-1:before {
 display:inline;
 content:''
}
.icon-star-1-half:before {
 display:inline;
 content:''
}
.icon-star-2:before {
 display:inline;
 content:''
}
.icon-star-2-half:before {
 display:inline;
 content:''
}
.icon-star-3:before {
 display:inline;
 content:''
}
.icon-star-3-half:before {
 display:inline;
 content:''
}
.icon-star-4:before {
 display:inline;
 content:''
}
.icon-star-4-half:before {
 display:inline;
 content:''
}
.icon-star-5:before {
 display:inline;
 content:''
}
body {
 background-repeat:no-repeat;
 background-position:top center;
 background-color:#FEDB00
}
* {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.pointer {
 cursor:pointer
}
.isotope-item {
 z-index:2
}
.isotope-hidden.isotope-item {
 pointer-events:none;
 z-index:1
}
.isotope,
.isotope .isotope-item {
 -webkit-transition-duration:.6s;
 -moz-transition-duration:.6s;
 transition-duration:.6s
}
.isotope {
 -webkit-transition-property:height,width;
 -moz-transition-property:height,width;
 transition-property:height,width
}
.isotope .isotope-item {
 -webkit-transition-property:-webkit-transform,opacity;
 -moz-transition-property:-moz-transform,opacity;
 transition-property:transform,opacity
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
 -webkit-transition-duration:0s;
 -moz-transition-duration:0s;
 transition-duration:0s
}
.h-title {
 font-family:'Avenir',sans-serif!important;
 text-transform:uppercase!important;
 font-weight:400!important;
 font-size:3em!important;
 font-style:normal;
 letter-spacing:.1em;
 line-height:1.2!important;
 margin:0!important;
 text-transform:none!important;
 background:-webkit-linear-gradient(left,#eab63b 0%,#bf8e2f 15%,#bf8e2f 15%,#f3d481 35%,#eab63b 50%,#eab63b 50%,#bf8e2f 65%,#bf8e2f 90%,#f3d481 100%);
 background:-o-linear-gradient(transparent,transparent);
 color:#ebbb55;
 -webkit-text-fill-color:transparent;
 -webkit-background-clip:text;
 background-clip:text
}
h2.h-pretitle {
 font-family:'Didot',serif!important;
 text-transform:none!important;
 font-weight:700!important;
 font-style:italic!important;
 line-height:1.3!important;
 letter-spacing:normal;
 font-size:2.25em!important;
 margin:5px 0;
 background:-webkit-linear-gradient(left,#eab63b 0%,#bf8e2f 15%,#bf8e2f 15%,#f3d481 35%,#eab63b 50%,#eab63b 50%,#bf8e2f 65%,#bf8e2f 90%,#f3d481 100%);
 background:-o-linear-gradient(transparent,transparent);
 color:#ebbb55;
 -webkit-text-fill-color:transparent;
 -webkit-background-clip:text;
 background-clip:text
}
h3.h-pretitle {
 font-family:'Avenir',sans-serif!important;
 text-transform:none!important;
 font-weight:400!important;
 font-style:normal!important;
 line-height:1.2!important;
 letter-spacing:.2em!important;
 font-size:1.25em!important;
 margin:5px 0
}
.h-subtitle {
 font-family:'Avenir',sans-serif;
 text-transform:none;
 font-weight:500;
 font-style:normal;
 color:#fff;
 line-height:1.2;
 font-size:1.7em;
 text-transform:none!important
}
@media(max-width:768px) {
 .h-title {
  font-size:1.65em!important
 }
 h2.h-pretitle {
  font-size:1.5em!important
 }
 h3.h-pretitle {
  font-size:1.1em!important
 }
}
.col-lg-5ths {
 position:relative;
 min-height:1px;
 padding-right:10px;
 padding-left:10px
}
.col-xs-5ths {
 width:20%;
 float:left
}
@media(min-width:768px) {
 .col-sm-5ths {
  width:20%;
  float:left
 }
}
@media(min-width:992px) {
 .col-md-5ths {
  width:20%;
  float:left
 }
}
@media(min-width:1200px) {
 .col-lg-5ths {
  width:20%;
  float:left
 }
}
.app-gallery .bx-wrapper {
 margin-bottom:10px
}
.app-gallery .bx-wrapper .bx-pager {
 margin-top:0
}
@media(max-width:767px) {
}
@media(min-width:768px) {
 .app-gallery {
  width:350px
 }
}
@media(min-width:992px) {
 .app-gallery {
  width:440px
 }
}
@media(min-width:1200px) {
 .app-gallery {
  width:530px
 }
}
.parallax {
 padding:0;
 margin:0;
 width:100%;
 position:relative;
 margin:0 auto;
 background-size:cover!important;
 background-position:center;
 background-repeat:no-repeat;
 background-position:50% 0;
 background-repeat:repeat;
 background-attachment:fixed
}
.f16 .flag {
 display:inline-block;
 height:16px;
 width:16px;
 vertical-align:text-top;
 line-height:16px;
 background:url(/Content/img/flags16.png) no-repeat
}
.f16 ._African_Union {
 background-position:0 -16px
}
.f16 ._Arab_League {
 background-position:0 -32px
}
.f16 ._ASEAN {
 background-position:0 -48px
}
.f16 ._CARICOM {
 background-position:0 -64px
}
.f16 ._CIS {
 background-position:0 -80px
}
.f16 ._Commonwealth {
 background-position:0 -96px
}
.f16 ._England {
 background-position:0 -112px
}
.f16 ._European_Union,
.f16 .eu {
 background-position:0 -128px
}
.f16 ._Islamic_Conference {
 background-position:0 -144px
}
.f16 ._Kosovo {
 background-position:0 -160px
}
.f16 ._NATO {
 background-position:0 -176px
}
.f16 ._Northern_Cyprus {
 background-position:0 -192px
}
.f16 ._Northern_Ireland {
 background-position:0 -208px
}
.f16 ._Olimpic_Movement {
 background-position:0 -224px
}
.f16 ._OPEC {
 background-position:0 -240px
}
.f16 ._Red_Cross {
 background-position:0 -256px
}
.f16 ._Scotland {
 background-position:0 -272px
}
.f16 ._Somaliland {
 background-position:0 -288px
}
.f16 ._Tibet {
 background-position:0 -304px
}
.f16 ._United_Nations {
 background-position:0 -320px
}
.f16 ._Wales {
 background-position:0 -336px
}
.f16 .ad {
 background-position:0 -352px
}
.f16 .ae {
 background-position:0 -368px
}
.f16 .af {
 background-position:0 -384px
}
.f16 .ag {
 background-position:0 -400px
}
.f16 .ai {
 background-position:0 -416px
}
.f16 .al {
 background-position:0 -432px
}
.f16 .am {
 background-position:0 -448px
}
.f16 .ao {
 background-position:0 -464px
}
.f16 .aq {
 background-position:0 -480px
}
.f16 .ar {
 background-position:0 -496px
}
.f16 .as {
 background-position:0 -512px
}
.f16 .at {
 background-position:0 -528px
}
.f16 .au {
 background-position:0 -544px
}
.f16 .aw {
 background-position:0 -560px
}
.f16 .ax {
 background-position:0 -576px
}
.f16 .az {
 background-position:0 -592px
}
.f16 .ba {
 background-position:0 -608px
}
.f16 .bb {
 background-position:0 -624px
}
.f16 .bd {
 background-position:0 -640px
}
.f16 .be {
 background-position:0 -656px
}
.f16 .bf {
 background-position:0 -672px
}
.f16 .bg {
 background-position:0 -688px
}
.f16 .bh {
 background-position:0 -704px
}
.f16 .bi {
 background-position:0 -720px
}
.f16 .bj {
 background-position:0 -736px
}
.f16 .bm {
 background-position:0 -752px
}
.f16 .bn {
 background-position:0 -768px
}
.f16 .bo {
 background-position:0 -784px
}
.f16 .br {
 background-position:0 -800px
}
.f16 .bs {
 background-position:0 -816px
}
.f16 .bt {
 background-position:0 -832px
}
.f16 .bw {
 background-position:0 -848px
}
.f16 .by {
 background-position:0 -864px
}
.f16 .bz {
 background-position:0 -880px
}
.f16 .ca {
 background-position:0 -896px
}
.f16 .cg {
 background-position:0 -912px
}
.f16 .cf {
 background-position:0 -928px
}
.f16 .cd {
 background-position:0 -944px
}
.f16 .ch {
 background-position:0 -960px
}
.f16 .ci {
 background-position:0 -976px
}
.f16 .ck {
 background-position:0 -992px
}
.f16 .cl {
 background-position:0 -1008px
}
.f16 .cm {
 background-position:0 -1024px
}
.f16 .cn {
 background-position:0 -1040px
}
.f16 .co {
 background-position:0 -1056px
}
.f16 .cr {
 background-position:0 -1072px
}
.f16 .cu {
 background-position:0 -1088px
}
.f16 .cv {
 background-position:0 -1104px
}
.f16 .cy {
 background-position:0 -1120px
}
.f16 .cz {
 background-position:0 -1136px
}
.f16 .de {
 background-position:0 -1152px
}
.f16 .dj {
 background-position:0 -1168px
}
.f16 .dk {
 background-position:0 -1184px
}
.f16 .dm {
 background-position:0 -1200px
}
.f16 .do {
 background-position:0 -1216px
}
.f16 .dz {
 background-position:0 -1232px
}
.f16 .ec {
 background-position:0 -1248px
}
.f16 .ee {
 background-position:0 -1264px
}
.f16 .eg {
 background-position:0 -1280px
}
.f16 .eh {
 background-position:0 -1296px
}
.f16 .er {
 background-position:0 -1312px
}
.f16 .es {
 background-position:0 -1328px
}
.f16 .et {
 background-position:0 -1344px
}
.f16 .fi {
 background-position:0 -1360px
}
.f16 .fj {
 background-position:0 -1376px
}
.f16 .fm {
 background-position:0 -1392px
}
.f16 .fo {
 background-position:0 -1408px
}
.f16 .fr {
 background-position:0 -1424px
}
.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
 background-position:0 -1424px
}
.f16 .ga {
 background-position:0 -1440px
}
.f16 .gb,
.f16 .en {
 background-position:0 -1456px
}
.f16 .sh {
 background-position:0 -1456px
}
.f16 .gd {
 background-position:0 -1472px
}
.f16 .ge {
 background-position:0 -1488px
}
.f16 .gg {
 background-position:0 -1504px
}
.f16 .gh {
 background-position:0 -1520px
}
.f16 .gi {
 background-position:0 -1536px
}
.f16 .gl {
 background-position:0 -1552px
}
.f16 .gm {
 background-position:0 -1568px
}
.f16 .gn {
 background-position:0 -1584px
}
.f16 .gp {
 background-position:0 -1600px
}
.f16 .gq {
 background-position:0 -1616px
}
.f16 .gr {
 background-position:0 -1632px
}
.f16 .gt {
 background-position:0 -1648px
}
.f16 .gu {
 background-position:0 -1664px
}
.f16 .gw {
 background-position:0 -1680px
}
.f16 .gy {
 background-position:0 -1696px
}
.f16 .hk {
 background-position:0 -1712px
}
.f16 .hn {
 background-position:0 -1728px
}
.f16 .hr {
 background-position:0 -1744px
}
.f16 .ht {
 background-position:0 -1760px
}
.f16 .hu {
 background-position:0 -1776px
}
.f16 .id {
 background-position:0 -1792px
}
.f16 .mc {
 background-position:0 -1792px
}
.f16 .ie {
 background-position:0 -1808px
}
.f16 .il {
 background-position:0 -1824px
}
.f16 .im {
 background-position:0 -1840px
}
.f16 .in {
 background-position:0 -1856px
}
.f16 .iq {
 background-position:0 -1872px
}
.f16 .ir {
 background-position:0 -1888px
}
.f16 .is {
 background-position:0 -1904px
}
.f16 .it {
 background-position:0 -1920px
}
.f16 .je {
 background-position:0 -1936px
}
.f16 .jm {
 background-position:0 -1952px
}
.f16 .jo {
 background-position:0 -1968px
}
.f16 .jp {
 background-position:0 -1984px
}
.f16 .ke {
 background-position:0 -2000px
}
.f16 .kg {
 background-position:0 -2016px
}
.f16 .kh {
 background-position:0 -2032px
}
.f16 .ki {
 background-position:0 -2048px
}
.f16 .km {
 background-position:0 -2064px
}
.f16 .kn {
 background-position:0 -2080px
}
.f16 .kp {
 background-position:0 -2096px
}
.f16 .kr {
 background-position:0 -2112px
}
.f16 .kw {
 background-position:0 -2128px
}
.f16 .ky {
 background-position:0 -2144px
}
.f16 .kz {
 background-position:0 -2160px
}
.f16 .la {
 background-position:0 -2176px
}
.f16 .lb {
 background-position:0 -2192px
}
.f16 .lc {
 background-position:0 -2208px
}
.f16 .li {
 background-position:0 -2224px
}
.f16 .lk {
 background-position:0 -2240px
}
.f16 .lr {
 background-position:0 -2256px
}
.f16 .ls {
 background-position:0 -2272px
}
.f16 .lt {
 background-position:0 -2288px
}
.f16 .lu {
 background-position:0 -2304px
}
.f16 .lv {
 background-position:0 -2320px
}
.f16 .ly {
 background-position:0 -2336px
}
.f16 .ma {
 background-position:0 -2352px
}
.f16 .md {
 background-position:0 -2368px
}
.f16 .me {
 background-position:0 -2384px
}
.f16 .mg {
 background-position:0 -2400px
}
.f16 .mh {
 background-position:0 -2416px
}
.f16 .mk {
 background-position:0 -2432px
}
.f16 .ml {
 background-position:0 -2448px
}
.f16 .mm {
 background-position:0 -2464px
}
.f16 .mn {
 background-position:0 -2480px
}
.f16 .mo {
 background-position:0 -2496px
}
.f16 .mq {
 background-position:0 -2512px
}
.f16 .mr {
 background-position:0 -2528px
}
.f16 .ms {
 background-position:0 -2544px
}
.f16 .mt {
 background-position:0 -2560px
}
.f16 .mu {
 background-position:0 -2576px
}
.f16 .mv {
 background-position:0 -2592px
}
.f16 .mw {
 background-position:0 -2608px
}
.f16 .mx {
 background-position:0 -2624px
}
.f16 .my {
 background-position:0 -2640px
}
.f16 .mz {
 background-position:0 -2656px
}
.f16 .na {
 background-position:0 -2672px
}
.f16 .nc {
 background-position:0 -2688px
}
.f16 .ne {
 background-position:0 -2704px
}
.f16 .ng {
 background-position:0 -2720px
}
.f16 .ni {
 background-position:0 -2736px
}
.f16 .nl {
 background-position:0 -2752px
}
.f16 .bq {
 background-position:0 -2752px
}
.f16 .no {
 background-position:0 -2768px
}
.f16 .bv,
.f16 .nq,
.f16 .sj {
 background-position:0 -2768px
}
.f16 .np {
 background-position:0 -2784px
}
.f16 .nr {
 background-position:0 -2800px
}
.f16 .nz {
 background-position:0 -2816px
}
.f16 .om {
 background-position:0 -2832px
}
.f16 .pa {
 background-position:0 -2848px
}
.f16 .pe {
 background-position:0 -2864px
}
.f16 .pf {
 background-position:0 -2880px
}
.f16 .pg {
 background-position:0 -2896px
}
.f16 .ph {
 background-position:0 -2912px
}
.f16 .pk {
 background-position:0 -2928px
}
.f16 .pl {
 background-position:0 -2944px
}
.f16 .pr {
 background-position:0 -2960px
}
.f16 .ps {
 background-position:0 -2976px
}
.f16 .pt {
 background-position:0 -2992px
}
.f16 .pw {
 background-position:0 -3008px
}
.f16 .py {
 background-position:0 -3024px
}
.f16 .qa {
 background-position:0 -3040px
}
.f16 .re {
 background-position:0 -3056px
}
.f16 .ro {
 background-position:0 -3072px
}
.f16 .rs {
 background-position:0 -3088px
}
.f16 .ru {
 background-position:0 -3104px
}
.f16 .rw {
 background-position:0 -3120px
}
.f16 .sa {
 background-position:0 -3136px
}
.f16 .sb {
 background-position:0 -3152px
}
.f16 .sc {
 background-position:0 -3168px
}
.f16 .sd {
 background-position:0 -3184px
}
.f16 .se {
 background-position:0 -3200px
}
.f16 .sg {
 background-position:0 -3216px
}
.f16 .si {
 background-position:0 -3232px
}
.f16 .sk {
 background-position:0 -3248px
}
.f16 .sl {
 background-position:0 -3264px
}
.f16 .sm {
 background-position:0 -3280px
}
.f16 .sn {
 background-position:0 -3296px
}
.f16 .so {
 background-position:0 -3312px
}
.f16 .sr {
 background-position:0 -3328px
}
.f16 .st {
 background-position:0 -3344px
}
.f16 .sv {
 background-position:0 -3360px
}
.f16 .sy {
 background-position:0 -3376px
}
.f16 .sz {
 background-position:0 -3392px
}
.f16 .tc {
 background-position:0 -3408px
}
.f16 .td {
 background-position:0 -3424px
}
.f16 .tg {
 background-position:0 -3440px
}
.f16 .th {
 background-position:0 -3456px
}
.f16 .tj {
 background-position:0 -3472px
}
.f16 .tl {
 background-position:0 -3488px
}
.f16 .tm {
 background-position:0 -3504px
}
.f16 .tn {
 background-position:0 -3520px
}
.f16 .to {
 background-position:0 -3536px
}
.f16 .tr {
 background-position:0 -3552px
}
.f16 .tt {
 background-position:0 -3568px
}
.f16 .tv {
 background-position:0 -3584px
}
.f16 .tw {
 background-position:0 -3600px
}
.f16 .tz {
 background-position:0 -3616px
}
.f16 .ua {
 background-position:0 -3632px
}
.f16 .ug {
 background-position:0 -3648px
}
.f16 .us {
 background-position:0 -3664px
}
.f16 .uy {
 background-position:0 -3680px
}
.f16 .uz {
 background-position:0 -3696px
}
.f16 .va {
 background-position:0 -3712px
}
.f16 .vc {
 background-position:0 -3728px
}
.f16 .ve {
 background-position:0 -3744px
}
.f16 .vg {
 background-position:0 -3760px
}
.f16 .vi {
 background-position:0 -3776px
}
.f16 .vn {
 background-position:0 -3792px
}
.f16 .vu {
 background-position:0 -3808px
}
.f16 .ws {
 background-position:0 -3824px
}
.f16 .ye {
 background-position:0 -3840px
}
.f16 .za {
 background-position:0 -3856px
}
.f16 .zm {
 background-position:0 -3872px
}
.f16 .zw {
 background-position:0 -3888px
}
.f16 .sx {
 background-position:0 -3904px
}
.f16 .cw {
 background-position:0 -3920px
}
.f16 .ss {
 background-position:0 -3936px
}
.f16 .nu {
 background-position:0 -3952px
}
.app-full-image .container-fluid {
 min-height:inherit
}
.app-full-image .container-fluid .row {
 min-height:inherit
}
.app-full-image .container-fluid .row .container {
 min-height:inherit;
 display:table
}
.app-full-image .container-fluid .row .container .right,
.app-full-image .container-fluid .row .container .center,
.app-full-image .container-fluid .row .container .left {
 display:table-cell;
 vertical-align:middle;
 float:none;
 text-align:center;
 overflow:auto;
 padding:0
}
.app-full-image .container-fluid .row .container .right>.backgroundimage,
.app-full-image .container-fluid .row .container .center>.backgroundimage,
.app-full-image .container-fluid .row .container .left>.backgroundimage {
 padding:48px 0;
 background-repeat:no-repeat;
 background-position:center
}
.app-full-image .container-fluid .row .container .right .col-sm-2,
.app-full-image .container-fluid .row .container .center .col-sm-2,
.app-full-image .container-fluid .row .container .left .col-sm-2 {
 display:none
}
.app-full-image .container-fluid .row .container .right .divider,
.app-full-image .container-fluid .row .container .center .divider,
.app-full-image .container-fluid .row .container .left .divider {
 margin:.6em auto
}
@media all and (max-width:768px) {
 .app-full-image .container-fluid .row .container .right .col-sm-2,
 .app-full-image .container-fluid .row .container .center .col-sm-2,
 .app-full-image .container-fluid .row .container .left .col-sm-2 {
  height:250px;
  display:block
 }
}
.app-full-image .container-fluid .row .container .left {
 text-align:left
}
.app-full-image .container-fluid .row .container .right {
 text-align:center
}
.app-full-image .container-fluid .container-fluid {
 height:inherit;
 display:table;
 width:100%
}
.app-full-image .container-fluid .container-fluid .right,
.app-full-image .container-fluid .container-fluid .center,
.app-full-image .container-fluid .container-fluid .left {
 display:table-cell;
 vertical-align:middle;
 float:none;
 text-align:center;
 overflow:auto;
 padding:0
}
.app-full-image .container-fluid .container-fluid .right>.backgroundimage,
.app-full-image .container-fluid .container-fluid .center>.backgroundimage,
.app-full-image .container-fluid .container-fluid .left>.backgroundimage {
 padding:48px 0;
 background-repeat:no-repeat;
 background-position:center
}
.app-full-image .container-fluid .container-fluid .right .col-sm-2,
.app-full-image .container-fluid .container-fluid .center .col-sm-2,
.app-full-image .container-fluid .container-fluid .left .col-sm-2 {
 display:none
}
.app-full-image .container-fluid .container-fluid .right .divider,
.app-full-image .container-fluid .container-fluid .center .divider,
.app-full-image .container-fluid .container-fluid .left .divider {
 margin:.6em auto
}
@media all and (max-width:768px) {
 .app-full-image .container-fluid .container-fluid .right .col-sm-2,
 .app-full-image .container-fluid .container-fluid .center .col-sm-2,
 .app-full-image .container-fluid .container-fluid .left .col-sm-2 {
  height:250px;
  display:block
 }
}
.app-full-image .container-fluid .container-fluid .left {
 text-align:left
}
.app-full-image .container-fluid .container-fluid .right {
 text-align:center
}
.app-full-image.top {
 padding-top:25px
}
.app-full-image.top .right,
.app-full-image.top .center,
.app-full-image.top .left {
 vertical-align:top!important
}
.app-full-image.bottom {
 padding-bottom:25px
}
.app-full-image.bottom .right,
.app-full-image.bottom .center,
.app-full-image.bottom .left {
 vertical-align:bottom!important
}
@media all and (max-width:768px) {
 .app-full-image {
  height:auto;
  background-position:center top
 }
}
.app-header {
 position:fixed;
 width:100%;
 z-index:99999;
 background-color:rgba(17,17,17,0);
 background-repeat:repeat-x;
 height:100px;
 left:0;
 font-family:'Avenir',sans-serif;
 font-size:12px;
 font-style:normal;
 text-transform:uppercase
}
.app-header nav.nav-main-horizontal {
 color:#fff;
 display:none
}
@media(min-width:1025px) {
 .app-header nav.nav-main-horizontal {
  display:block
 }
}
.app-header nav.nav-main-horizontal .header-logo {
 display:block;
 text-align:center
}
.app-header nav.nav-main-horizontal .header-logo img {
 display:inline;
 margin-top:10px;
 height:80px
}
.app-header nav.nav-main-horizontal ul.menu-left {
 float:right
}
.app-header nav.nav-main-horizontal ul.menu-left,
.app-header nav.nav-main-horizontal ul.menu-right {
 list-style-type:none;
 display:table;
 width:75%;
 margin-top:0;
 margin-bottom:0;
 height:100px;
 padding:0
}
.app-header nav.nav-main-horizontal ul.menu-left li,
.app-header nav.nav-main-horizontal ul.menu-right li {
 line-height:1.4em;
 display:table-cell;
 text-align:center;
 vertical-align:middle;
 font-weight:400
}
.app-header nav.nav-main-horizontal ul.menu-left li span,
.app-header nav.nav-main-horizontal ul.menu-right li span {
 font-size:10px;
 padding-left:5px;
 cursor:pointer
}
.app-header nav.nav-main-horizontal ul.menu-left li a,
.app-header nav.nav-main-horizontal ul.menu-right li a {
 cursor:pointer;
 color:#fff;
 letter-spacing:.2em;
 -webkit-transition:all .2s ease-out;
 transition:all .2s ease-out
}
.app-header nav.nav-main-horizontal ul.menu-left li a:hover,
.app-header nav.nav-main-horizontal ul.menu-right li a:hover,
.app-header nav.nav-main-horizontal ul.menu-left li a:focus,
.app-header nav.nav-main-horizontal ul.menu-right li a:focus,
.app-header nav.nav-main-horizontal ul.menu-left li a.active,
.app-header nav.nav-main-horizontal ul.menu-right li a.active {
 color:#ebbb55;
 text-decoration:none;
 outline:none
}
.app-header .vertical-menu-toggle {
 opacity:1;
 float:left;
 cursor:pointer;
 background:none;
 width:50px;
 height:50px;
 font-weight:bold;
 margin-top:34px;
 margin-left:-50px;
 padding-left:50px;
 display:block
}
@media(min-width:1025px) {
 .app-header .vertical-menu-toggle {
  display:none
 }
}
.app-header .vertical-menu-toggle ul.hamburger {
 width:25px;
 margin:-2px 10px;
 padding:0;
 height:50px;
 list-style:none!important
}
.app-header .vertical-menu-toggle ul.hamburger li {
 border-radius:1px;
 border:0 solid #000;
 background-color:#fff;
 list-style:none!important;
 margin-bottom:6px;
 height:2px
}
.app-header .vertical-menu-toggle ul.hamburger li:last-child {
 margin-bottom:0
}
.app-header .submenu {
 height:4px;
 border-bottom:4px solid rgba(0,0,0,.1);
 background-color:rgba(0,0,0,.1);
 overflow:hidden;
 transition-timing-function:ease-out;
 transition:all 200ms
}
.app-header .submenu .submenu-wrapper {
 text-align:center
}
.app-header .submenu .submenu-items {
 padding:0
}
.app-header .submenu .submenu-items li {
 padding:16px 0;
 height:auto;
 width:160px;
 float:none;
 display:inline-block;
 *display:inline;
 *zoom:1;
 vertical-align:top
}
.app-header .submenu .submenu-items li img {
 width:64px;
 height:64px
}
.app-header .submenu .submenu-items li a {
 color:#252525;
 font-family:'Didot',serif;
 letter-spacing:.1em;
 font-size:14px;
 line-height:20px
}
.app-header .submenu .submenu-items li a:hover {
 text-decoration:none
}
.app-header .submenu .submenu-items li a:focus {
 outline:none
}
.app-header .submenu .submenu-items li:hover {
 cursor:pointer;
 background:#fff
}
.app-header .submenu .submenu-items li:hover a {
 color:#000
}
.app-header .submenu.open {
 height:120px;
 background-color:#fff
}
.nav-main-vertical {
 display:none
}
#overlay-header {
 opacity:.4;
 position:absolute;
 top:0;
 left:0;
 background-color:#000;
 width:100%;
 height:100%;
 z-index:9999
}
.mm-menu {
 width:250px;
 min-width:250px;
 max-width:250px;
 background-color:#151515
}
.mm-menu .mm-list {
 padding:0 20px;
 margin-top:100px
}
.mm-menu .mm-list>li {
 border-bottom:1px solid rgba(255,255,255,.5)
}
.mm-menu .mm-list>li a,
.mm-menu .mm-list>li span {
 color:#d4d4d4;
 width:100%;
 font-size:10px;
 letter-spacing:.2em;
 font-weight:300;
 padding:15px 5px
}
.mm-menu .mm-list>li a:hover,
.mm-menu .mm-list>li span:hover {
 color:#fff
}
.mm-menu .mm-list>li a.mm-subclose {
 margin:0
}
.mm-menu .mm-list>li a.mm-subclose:before {
 margin-bottom:0;
 left:5px;
 top:20px
}
@media(max-width:1024px) {
 .app-header {
  height:80px
 }
 .app-header .container>a .img-responsive {
  height:50px!important;
  width:69px!important;
  margin:15px auto;
  display:block
 }
}
html.mm-opening .mm-slideout {
 -webkit-transform:translate(250px,0);
 -moz-transform:translate(250px,0);
 -ms-transform:translate(250px,0);
 -o-transform:translate(250px,0);
 transform:translate(250px,0)
}
@media all and (max-width:175px) {
 html.mm-opening .mm-slideout {
  -webkit-transform:translate(250px,0);
  -moz-transform:translate(250px,0);
  -ms-transform:translate(250px,0);
  -o-transform:translate(250px,0);
  transform:translate(250px,0)
 }
}
@media all and (min-width:550px) {
 html.mm-opening .mm-slideout {
  -webkit-transform:translate(250px,0);
  -moz-transform:translate(250px,0);
  -ms-transform:translate(250px,0);
  -o-transform:translate(250px,0);
  transform:translate(250px,0)
 }
}
header.app-header+section {
 padding-top:140px
}
@media(max-width:1024px) {
 header.app-header+section {
  padding-top:40px
 }
}
header .container>a .img-responsive {
 height:70px!important;
 width:95px!important;
 margin:15px auto;
 display:block
}
@media(min-width:768px) {
 header .container {
  width:100%
 }
}
@media(min-width:992px) {
 header .container {
  width:970px
 }
}
@media(min-width:1025px) {
 header .container {
  width:994px
 }
 header .container>a .img-responsive {
  display:none
 }
}
@media(min-width:1200px) {
 header .container {
  width:1170px
 }
 header .container>a .img-responsive {
  display:none
 }
}
.app-three-column .container .info-column {
 padding:3em 1em;
 text-align:center
}
.app-three-column .container .info-column img {
 max-width:100%;
 margin:1.5em auto 2.5em auto
}
.app-three-column .container .info-column p {
 margin:0 1.5em
}
.app-ProductCarousel {
 background-size:initial;
 background-position:top;
 margin:0 auto;
 position:relative
}
.app-ProductCarousel div.carousel-title {
 position:absolute;
 top:0;
 left:0;
 right:0;
 text-align:center;
 letter-spacing:2.4px;
 line-height:1.35;
 font-weight:600;
 padding-top:2.5em
}
.app-ProductCarousel div.carousel-title h2 {
 margin:0;
 padding:0
}
.app-ProductCarousel div.carousel-title h2 span {
 white-space:pre-line;
 font-weight:500;
 color:#395542
}
.app-ProductCarousel div.shelf {
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 background-position:bottom center;
 background-repeat:repeat-x;
 background-size:initial;
 padding-bottom:54px
}
.app-ProductCarousel div.shelf div.slider-wrapper {
 display:block;
 overflow-x:hidden;
 text-align:center;
 z-index:0
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container {
 display:inline-block
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider {
 margin:0;
 padding:0;
 vertical-align:bottom;
 display:flex;
 align-items:center;
 justify-content:center
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li {
 align-self:flex-end;
 display:inline-block;
 list-style-type:none;
 text-align:center;
 padding:0 18px
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div {
 min-width:240px;
 text-align:center
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div img {
 max-width:220px;
 max-height:280px;
 margin:0 auto
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div a {
 display:inline-block;
 width:90%;
 padding:6px 0;
 background:transparent;
 color:#fff;
 border:2px solid #fff;
 border-radius:48px;
 font-weight:normal;
 font-size:14px;
 letter-spacing:.1em;
 text-decoration:none;
 text-transform:uppercase;
 transition:all .25s ease-out
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div a:hover {
 background:#fff;
 color:#ba9b37
}
.app-ProductCarousel div.shelf div.slidernav {
 display:none;
 text-align:center;
 padding-top:1.5em
}
.app-ProductCarousel div.shelf div.slidernav a {
 display:inline-block;
 border:2px solid #fff;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
 border-radius:50%;
 padding:6px 18px;
 margin:0 18px;
 transition:all .25s ease-out
}
.app-ProductCarousel div.shelf div.slidernav a:hover {
 background:#fff;
 color:#ba9b37
}
.app-ProductCarousel.has-navigation div.shelf div.slidernav {
 display:block
}
.app-rangepage-titlebar {
 padding:.7em 0;
 text-align:left
}
.app-standard-text {
 background-position:center;
 background-size:100%;
 background-position:top;
 background-repeat:no-repeat;
 padding:2.5em 0
}
.app-standard-text .app-standard-text-header {
 text-align:center;
 margin-bottom:1em
}
.app-standard-text .divider {
 margin:0 auto
}
.app-standard-text .social-icon-img {
 opacity:.7;
 transition:opacity .2s ease
}
.app-standard-text .social-icon-img:hover {
 opacity:1
}
.app-three-column .container section {
 margin-left:-15px;
 margin-right:-15px;
 padding:0 1em!important
}
.app-title-bar {
 padding:.7em 0;
 text-align:center
}
.app-title-bar .app-title {
 text-align:center
}
.app-title-bar .app-title span img {
 display:inline
}
.app-two-column {
 background-position:center top;
 background-repeat:no-repeat;
 padding:2.5em 0
}
.app-two-column .container section {
 padding:0 1em!important
}
.app-two-column .container form {
 padding:1em
}
.app-twohalves {
 padding:2.5em 0;
 position:relative
}
@media(min-width:768px) {
 .app-twohalves div[class*="container"] {
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height:100%
 }
 .app-twohalves div[class*="container"] .row {
  height:inherit
 }
 .app-twohalves div[class*="container"] .row .valign-columns {
  display:-webkit-flex;
  display:flex;
  height:inherit
 }
 .app-twohalves div[class*="container"] .row .valign-columns .vcolumn {
  display:block;
  -webkit-align-self:center;
  align-self:center;
  float:none;
  padding:2.5em
 }
 .app-twohalves div[class*="container"] .row .valign-columns .vcolumn p {
  margin:.5em 0 1em 0
 }
 .app-twohalves div[class*="container"] .row .valign-columns .vcolumn h2+span:first-of-type,
 .app-twohalves div[class*="container"] .row .valign-columns .vcolumn h1+span:first-of-type {
  margin-top:1.5em;
  display:block
 }
}
@media(max-width:480px) {
 .app-twohalves .img-responsive {
  max-width:calc(100% + 60px);
  margin-left:-30px
 }
}
.app-twohalves .two-halves-text-background {
 background-repeat:no-repeat
}
@media(max-width:768px) {
 .app-twohalves {
  background-size:cover;
  padding:0
 }
 .app-twohalves .valign-columns .vcolumn p {
  padding:5px 0 0 0
 }
 .two-halves-text-background {
  padding:30px 15px;
  width:100%
 }
}
