/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {

}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  } 
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/glyphicons-halflings-regular.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
    .b-sticky-footer__content .container { width: 100%; }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media(min-width:1670px){
  .container, .row-fluid .container[class*="span"]{width:1670px; float: none; margin: 0 auto;} 
  body.launch-typ-1 { padding-left:0px; padding-right:0px; }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: -0.31em;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  vertical-align: top;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row > * {
  letter-spacing: normal;
}
.row > .row {
  letter-spacing: -0.31em;
}
@supports not (-webkit-flex-wrap: wrap) and not (-ms-flex-wrap: wrap) and not (flex-wrap: wrap) { .row {
  display: block; }/*: ;
  /**/
}
@media print {
  .row {
    display: block;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-align: left;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  vertical-align: inherit;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  page-break-inside: auto;
  break-inside: auto;
}
@media print {
  .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 {
    float: left;
  }
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-xs-auto {
  position: relative;
  width: auto;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-align: left;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  vertical-align: inherit;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  page-break-inside: auto;
  break-inside: auto;
}
@media print {
  .col-xs-auto {
    float: left;
  }
}
.col-sm-auto,
.col-md-auto,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-align: left;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  vertical-align: inherit;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  page-break-inside: auto;
  break-inside: auto;
}
@media print {
  .col-sm-auto,
  .col-md-auto,
  .col-lg-auto {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto;
  }
}
.direction-ltr {
  direction: ltr;
}
.direction-rtl {
  direction: rtl;
}
.direction-rtl > * {
  direction: ltr;
}
.direction-rtl > .direction-rtl {
  direction: rtl;
}
.row-align-left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-align-center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-align-right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-align-justify {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-align-justify > * {
  -moz-text-align-last: auto;
  text-align-last: auto;
}
.row-vertical-top {
  vertical-align: top;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row-vertical-baseline {
  vertical-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.row-vertical-center {
  vertical-align: middle;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-vertical-bottom {
  vertical-align: bottom;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.col-vertical-auto {
  vertical-align: inherit;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.col-vertical-top {
  vertical-align: top;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-vertical-baseline {
  vertical-align: baseline;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.col-vertical-center {
  vertical-align: middle;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.col-vertical-bottom {
  vertical-align: bottom;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col-as-row {
  margin-left: 0;
  margin-right: 0;
  letter-spacing: -0.31em;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  vertical-align: top;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.col-as-row > * {
  letter-spacing: normal;
}
.col-as-row > .col-as-row {
  letter-spacing: -0.31em;
}
@supports not (-webkit-flex-wrap: wrap) and not (-ms-flex-wrap: wrap) and not (flex-wrap: wrap) { .col-as-row {
  display: inline-block; }/*: ;
  /**/
}
@media print {
  .col-as-row {
    display: block;
  }
  .col-as-row:before,
  .col-as-row:after {
    content: " ";
    display: table;
  }
  .col-as-row:after {
    clear: both;
  }
  .col-as-row:before,
  .col-as-row:after {
    content: " ";
    display: table;
  }
  .col-as-row:after {
    clear: both;
  }
}
.row-modern-vertical-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row-xs-vertical-stretch {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 1px;
}
.row-xs-vertical-stretch > [class^="col-"],
.row-xs-vertical-stretch > [class*=" col-"] {
  position: static;
  display: table-cell;
}
@media (min-width: 768px) {
  .row-sm-vertical-stretch {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 1px;
  }
  .row-sm-vertical-stretch > [class^="col-"],
  .row-sm-vertical-stretch > [class*=" col-"] {
    position: static;
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .row-md-vertical-stretch {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 1px;
  }
  .row-md-vertical-stretch > [class^="col-"],
  .row-md-vertical-stretch > [class*=" col-"] {
    position: static;
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .row-lg-vertical-stretch {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 1px;
  }
  .row-lg-vertical-stretch > [class^="col-"],
  .row-lg-vertical-stretch > [class*=" col-"] {
    position: static;
    display: table-cell;
  }
}
.row-xs-gutter-fix {
  width: -webkit-calc(100% +  60px);
  width: -moz-calc(100% +  60px);
  width: calc(100% +  60px);
  margin-left: -30px;
  margin-right: -30px;
  border-spacing: 30px 0;
}
@media (min-width: 768px) {
  .row-sm-gutter-fix {
    width: -webkit-calc(100% +  60px);
    width: -moz-calc(100% +  60px);
    width: calc(100% +  60px);
    margin-left: -30px;
    margin-right: -30px;
    border-spacing: 30px 0;
  }
}
@media (min-width: 992px) {
  .row-md-gutter-fix {
    width: -webkit-calc(100% +  60px);
    width: -moz-calc(100% +  60px);
    width: calc(100% +  60px);
    margin-left: -30px;
    margin-right: -30px;
    border-spacing: 30px 0;
  }
}
@media (min-width: 1200px) {
  .row-lg-gutter-fix {
    width: -webkit-calc(100% +  60px);
    width: -moz-calc(100% +  60px);
    width: calc(100% +  60px);
    margin-left: -30px;
    margin-right: -30px;
    border-spacing: 30px 0;
  }
}
.row-wrapper-vertical-stretch-ie-fix {
  margin-left: -15px;
  margin-right: -15px;
}
.row-wrapper-vertical-stretch-ie-fix > .row-xs-vertical-stretch,
.row-wrapper-vertical-stretch-ie-fix > .row-sm-vertical-stretch,
.row-wrapper-vertical-stretch-ie-fix > .row-md-vertical-stretch,
.row-wrapper-vertical-stretch-ie-fix > .row-lg-vertical-stretch {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row-wrapper-wrapper-gutter-ie-fix {
  overflow: hidden;
}
.row-wrapper-gutter-ie-fix {
  margin-left: -30px;
  margin-right: -30px;
}
.row-wrapper-gutter-ie-fix > .row-xs-gutter-fix {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row-wrapper-gutter-ie-fix > .row-sm-gutter-fix,
.row-wrapper-gutter-ie-fix > .row-md-gutter-fix,
.row-wrapper-gutter-ie-fix > .row-lg-gutter-fix {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .row-wrapper-gutter-ie-fix > .row-sm-gutter-fix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .row-wrapper-gutter-ie-fix > .row-md-gutter-fix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .row-wrapper-gutter-ie-fix > .row-lg-gutter-fix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.row-inline-block {
  display: block;
}
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > [class^="col-"],
.row-no-gutter > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row-table {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row-table > [class^="col-"],
.row-table > [class*=" col-"] {
  display: table-cell;
}
.row-table > [class^="col-"]:first-child,
.row-table > [class*=" col-"]:first-child {
  padding-left: 0;
}
.row-table > [class^="col-"]:last-child,
.row-table > [class*=" col-"]:last-child {
  padding-right: 0;
}
* {
  -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;
}

/* -------- Highlighted Text -------- */
::-moz-selection {
    color: #fff;
    background: #881B4C;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #881B4C;
    text-shadow: none;
}

html {
  font-size: 10px;
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #3C454B;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #881B4C;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #480e28;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e0e2e4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  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: #F5F5F5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 55px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 35px;
}
h4,
.h4 {
  font-size: 30px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 20px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #F09336;
  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: #F5F5F5;
}
.text-primary {
  color: #881B4C;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5d1334;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #881B4C;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #5d1334;
}
.bg-success {
  background-color: #41CA76;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #2fa95e;
}
.bg-info {
  background-color: #7CCAE9;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #50b8e2;
}
.bg-warning {
  background-color: #F09336;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e27a11;
}
.bg-danger {
  background-color: #E01752;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #b21241;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #FAFAFA;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #F5F5F5;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #FAFAFA;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #F5F5F5;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #FAFAFA;
  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: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #F5F5F5;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > 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: #fff;
}
.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: rgba(136, 27, 76, 0.2);
}
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: rgba(136, 27, 76, 0.2);
}
.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: rgba(115, 23, 64, 0.2);
}
.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: #41CA76;
}
.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: #35bd69;
}
.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: #7CCAE9;
}
.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: #66c1e5;
}
.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: #F09336;
}
.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: #ee861e;
}
.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: #E01752;
}
.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: #c9154a;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    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: 24px;
  font-size: 25.5px;
  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: 7px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #e0e2e4;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #e0e2e4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FAFAFA;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  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: 34px;
  }
  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: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.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: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #41CA76;
}
.has-success .form-control-feedback {
  color: #fff;
}
.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: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #F09336;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.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: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #E01752;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #758691;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: -0.31em;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  vertical-align: top;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-horizontal .form-group > * {
  letter-spacing: normal;
}
.form-horizontal .form-group > .form-horizontal .form-group {
  letter-spacing: -0.31em;
}
@supports not (-webkit-flex-wrap: wrap) and not (-ms-flex-wrap: wrap) and not (flex-wrap: wrap) { .form-horizontal .form-group {
  display: block; }/*: ;
  /**/
}
@media print {
  .form-horizontal .form-group {
    display: block;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: none;
  -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: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #3C454B;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #252b2f;
  border-color: rgba(0, 0, 0, 0);
}
.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 {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: rgba(26, 26, 26, 0);
}
.btn-default .badge {
  color: #3C454B;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #881B4C;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5d1334;
  border-color: rgba(0, 0, 0, 0);
}
.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 {
  color: #ffffff;
  background-color: #6b6b6b;
  border-color: rgba(26, 26, 26, 0);
}
.btn-primary .badge {
  color: #881B4C;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #41CA76;
  border-color: #35bd69;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2fa95e;
  border-color: #2a9553;
}
.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 {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #929292;
}
.btn-success .badge {
  color: #41CA76;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #7CCAE9;
  border-color: #66c1e5;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #50b8e2;
  border-color: #3aafde;
}
.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 {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-info .badge {
  color: #7CCAE9;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #F09336;
  border-color: #ee861e;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e27a11;
  border-color: #ca6d0f;
}
.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 {
  color: #ffffff;
  background-color: #acacac;
  border-color: #a0a0a0;
}
.btn-warning .badge {
  color: #F09336;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #E01752;
  border-color: #c9154a;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b21241;
  border-color: #9b1039;
}
.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 {
  color: #ffffff;
  background-color: #959595;
  border-color: #888888;
}
.btn-danger .badge {
  color: #E01752;
  background-color: #fff;
}
.btn-link {
  color: #881B4C;
  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: #480e28;
  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: #F5F5F5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: none;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: none;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.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 dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #881B4C;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/*
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6b7479;
  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: #881B4C;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #F5F5F5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  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: 15px;
  line-height: 1.42857143;
  color: #F5F5F5;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}*/
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: #FAFAFA;
}
.nav > li.disabled > a {
  color: #F5F5F5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #F5F5F5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FAFAFA;
  border-color: #881B4C;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #FAFAFA #FAFAFA #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #e0e2e4;
  background-color: #fff;
  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: #fff;
  }
}
.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: #881B4C;
}
.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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/*.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-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: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  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: 1199px) {
  /*.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: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.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: 1199px) {*/
  /*.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: #ffffff;
  }
  .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: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.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;
}*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #881B4C;
  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 {
  z-index: 2;
  color: #480e28;
  background-color: #FAFAFA;
  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: 3;
  color: #fff;
  background-color: #881B4C;
  border-color: #881B4C;
  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: #e0e2e4;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  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: #41CA76;
  border-color: transparent;
  color: #fff;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #7CCAE9;
  border-color: transparent;
  color: #fff;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #F09336;
  border-color: transparent;
  color: #fff;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #E01752;
  border-color: transparent;
  color: #fff;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #e0e2e4;
}
.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,
button.list-group-item {
  color: #881B4C;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #881B4C;
  background-color: transparent;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #FAFAFA;
  color: #F5F5F5;
  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: #F5F5F5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #881B4C;
  border-color: #881B4C;
}
.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: #e788b3;
}
.list-group-item-success {
  color: #fff;
  background-color: #41CA76;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #35bd69;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #7CCAE9;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #66c1e5;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #F09336;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #fff;
  background-color: #ee861e;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #E01752;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #fff;
  background-color: #c9154a;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  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: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.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: 24px;
}
.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: transparent;
}
.panel-default > .panel-heading {
  color: #778187;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #778187;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #881B4C;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #881B4C;
  border-color: #881B4C;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #881B4C;
}
.panel-primary > .panel-heading .badge {
  color: #881B4C;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #881B4C;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #41CA76;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #41CA76;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #7CCAE9;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #7CCAE9;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #F09336;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #F09336;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #E01752;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #E01752;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
  z-index: -1;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-center {
  text-align: center;
  letter-spacing: -0.31em;
}
.modal-center:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.modal-auto {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .modal-auto {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .modal-auto {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .modal-auto {
    width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #881B4C;
  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: #881B4C;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #881B4C;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #881B4C;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #881B4C;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #881B4C;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #881B4C;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #881B4C;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #881B4C;
}
.carousel {
  position: relative;
}
.carousel-inner {
  white-space: nowrap;
  overflow: hidden;
}
.carousel-inner:before,
.carousel-inner:after {
  content: " ";
  display: table;
}
.carousel-inner:after {
  clear: both;
}
.carousel-inner:before,
.carousel-inner:after {
  content: " ";
  display: table;
}
.carousel-inner:after {
  clear: both;
}
.carousel-inner > .item {
  position: relative;
  visibility: hidden;
  float: left;
  width: 100%;
  left: 0;
  margin-right: -100%;
  white-space: normal;
  letter-spacing: normal;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  visibility: visible;
}
.carousel-inner > .prev {
  margin-left: -100%;
  margin-right: 0;
}
.carousel-inner > .next {
  margin-left: 100%;
  margin-right: -200%;
}
.carousel-inner > .left,
.carousel-inner > .right {
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .left {
  left: -100%;
}
.carousel-inner > .right {
  left: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .left,
  .carousel-inner > .right {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    left: 0;
  }
  .carousel-inner > .left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  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,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container-wide:before,
.container-wide:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.dl-horizontal dd:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container-wide:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body {
  position: relative;
  height: 100%;
}
.b-sticky-footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.b-sticky-footer > header,
.b-sticky-footer > footer {
  display: table-row;
  height: 1px;
}
.b-sticky-footer > main,
.b-sticky-footer > #main {
  display: table-row;
  height: auto;
}
.b-sticky-footer > header > .b-sticky-footer__content,
.b-sticky-footer > main > .b-sticky-footer__content,
.b-sticky-footer > #main > .b-sticky-footer__content,
.b-sticky-footer > footer > .b-sticky-footer__content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  page-break-inside: auto;
  break-inside: auto;
}
@media print {
  .b-sticky-footer {
    display: block;
  }
  .b-sticky-footer > header,
  .b-sticky-footer > main,
  .b-sticky-footer > #main,
  .b-sticky-footer > footer {
    display: block;
  }
  .b-sticky-footer > header > .b-sticky-footer__content,
  .b-sticky-footer > main > .b-sticky-footer__content,
  .b-sticky-footer > #main > .b-sticky-footer__content,
  .b-sticky-footer > footer > .b-sticky-footer__content {
    display: block;
  }
}
@page {
  min-width: 768px;
}
@media print {
  body {
    margin: 0;
    padding: 0 !important;
    min-width: 768px;
  }
  .container {
    width: auto;
    min-width: 750px;
  }
  a[href]:after {
    content: "";
  }
  .col-print-12 {
    width: 100% !important;
  }
  .col-print-11 {
    width: 91.66666667% !important;
  }
  .col-print-10 {
    width: 83.33333333% !important;
  }
  .col-print-9 {
    width: 75% !important;
  }
  .col-print-8 {
    width: 66.66666667% !important;
  }
  .col-print-7 {
    width: 58.33333333% !important;
  }
  .col-print-6 {
    width: 50% !important;
  }
  .col-print-5 {
    width: 41.66666667% !important;
  }
  .col-print-4 {
    width: 33.33333333% !important;
  }
  .col-print-3 {
    width: 25% !important;
  }
  .col-print-2 {
    width: 16.66666667% !important;
  }
  .col-print-1 {
    width: 8.33333333% !important;
  }
}
@font-face {
  font-family: "lisec";
  src: url("https://cdn2.hubspot.net/hubfs/4433601/fonts/lisec.eot");
  src: url("https://cdn2.hubspot.net/hubfs/4433601/fonts/lisec.eot?#iefix") format("embedded-opentype"), 
    url("https://cdn2.hubspot.net/hubfs/4433601/fonts/lisec.woff") format("woff"), 
    url("https://cdn2.hubspot.net/hubfs/4433601/fonts/lisec.ttf") format("truetype"),
    url("https://cdn2.hubspot.net/hubfs/4433601/fonts/lisec.svg#lisec") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "lisec" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lisec" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-magnifier:before {
  transform: rotate(90deg);
}
.icon-lg {
  font-size: 20px;
}
.icon-h1 {
  font-size: 55px;
}
.icon-h2 {
  font-size: 45px;
}
.icon-h3 {
  font-size: 35px;
}
.icon-lock:before {
  content: "\61";
}
.icon-magnifier:before {
  content: "\63";
}
.icon-mail:before {
  content: "\64";
}
.icon-play:before {
  content: "\62";
}
.icon-camera-1:before {
  content: "\65";
}
.icon-sync:before {
  content: "\66";
}
.icon-settings:before {
  content: "\67";
}
.icon-chat-1:before {
  content: "\68";
}
.icon-chip:before {
  content: "\69";
}
.icon-hand-touch:before {
  content: "\6a";
}
.icon-registry:before {
  content: "\6b";
}
.icon-book:before {
  content: "\6c";
}
.icon-tools:before {
  content: "\6d";
}
.icon-youtube:before {
  content: "\6e";
}
.icon-facebook:before {
  content: "\6f";
}
.icon-linkedin:before {
  content: "\22";
}
.icon-xing:before {
  content: "\70";
}
.icon-chat-2:before {
  content: "\71";
}
.icon-shield:before {
  content: "\72";
}
.icon-construction-blueprint:before {
  content: "\73";
}
.icon-rotor:before {
  content: "\74";
}
.icon-position:before {
  content: "\75";
}
.icon-sustainable:before {
  content: "\76";
}
.icon-tap:before {
  content: "\77";
}
.icon-quote:before {
  content: "\78";
}
.icon-lisec:before {
  content: "\79";
}
.icon-success:before {
  content: "\7a";
}
.icon-cross:before {
  content: "\41";
}
.icon-warning:before {
  content: "\42";
}
.icon-info:before {
  content: "\43";
}
.icon-add:before {
  content: "\44";
}
.icon-arrow-up:before {
  content: "\45";
}
.icon-arrow-right:before {
  content: "\46";
}
.icon-arrow-down:before {
  content: "\47";
}
.icon-arrow-right-small:before {
  content: "\48";
}
.icon-mouse:before {
  content: "\49";
}
.icon-camera-2:before {
  content: "\4a";
}
.icon-globe:before {
  content: "\4b";
}
.icon-arrow-left:before {
  content: "\4c";
}
.icon-arrow-left-small:before {
  content: "\4d";
}
.icon-minus:before {
  content: "\4f";
}
.icon-glas-cutting:before {
  content: "\52";
}
.icon-glas-insulating:before {
  content: "\53";
}
.icon-glas-logistics:before {
  content: "\54";
}
.icon-glas-processing:before {
  content: "\55";
}
.icon-glas-quality:before {
  content: "\57";
}
.icon-glas-base:before {
  content: "\4e";
}
.icon-glas-configurator:before {
  content: "\50";
}
.icon-glas-tempering:before {
  content: "\51";
}
.icon-file-download:before {
  content: "\56";
}
.icon-arrow-right-2:before {
  content: "\58";
}
.icon-arrow-left-2:before {
  content: "\59";
}
.icon-rotor-document:before {
  content: "\5a";
}
.icon-user:before {
  content: "\31";
}
.icon-lisec-l:before {
  content: "\30";
}
.icon-marker:before {
  content: "\32";
}
.icon-software:before {
  content: "\33";
}
.icon-server-2:before {
  content: "\34";
}
.icon-glas-laminated:before {
  content: "\35";
}
.icon-document:before {
  content: "\36";
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 12, 2016 */
@font-face {
  font-family: 'neusalight';
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_light-webfont.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_light-webfont.eot?#iefix') format('embedded-opentype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_light-webfont.woff2') format('woff2'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_light-webfont.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_light-webfont.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_light-webfont.svg#neusaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neusaregular';
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_regular-webfont.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_regular-webfont.eot?#iefix') format('embedded-opentype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_regular-webfont.woff2') format('woff2'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_regular-webfont.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_regular-webfont.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_regular-webfont.svg#neusaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neusamedium';
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_medium-webfont.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_medium-webfont.eot?#iefix') format('embedded-opentype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_medium-webfont.woff2') format('woff2'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_medium-webfont.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_medium-webfont.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_medium-webfont.svg#neusamedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neusademibold';
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_demibold-webfont.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_demibold-webfont.eot?#iefix') format('embedded-opentype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_demibold-webfont.woff2') format('woff2'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_demibold-webfont.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_demibold-webfont.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_demibold-webfont.svg#neusademibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neusasemibold';
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_semibold-webfont.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_semibold-webfont.eot?#iefix') format('embedded-opentype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_semibold-webfont.woff2') format('woff2'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_semibold-webfont.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_semibold-webfont.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4433601/fonts/neusa_semibold-webfont.svg#neusasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.max-500-auto {
  max-width: 500px;
  margin: 0 auto;
}
.margin-0 {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-xs-top-0 {
  margin-top: 0 !important;
}
.margin-xs-right-0 {
  margin-right: 0 !important;
}
.margin-xs-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-xs-left-0 {
  margin-left: 0 !important;
}
@media (min-width: 480px) {
  .margin-sm-top-0 {
    margin-top: 0 !important;
  }
  .margin-sm-right-0 {
    margin-right: 0 !important;
  }
  .margin-sm-bottom-0 {
    margin-bottom: 0 !important;
  }
  .margin-sm-left-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-0 {
    margin-top: 0 !important;
  }
  .margin-md-right-0 {
    margin-right: 0 !important;
  }
  .margin-md-bottom-0 {
    margin-bottom: 0 !important;
  }
  .margin-md-left-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-0 {
    margin-top: 0 !important;
  }
  .margin-lg-right-0 {
    margin-right: 0 !important;
  }
  .margin-lg-bottom-0 {
    margin-bottom: 0 !important;
  }
  .margin-lg-left-0 {
    margin-left: 0 !important;
  }
}
.margin-small {
  margin: 10px !important;
}
.margin-top-small {
  margin-top: 10px !important;
}
.margin-right-small {
  margin-right: 10px !important;
}
.margin-bottom-small {
  margin-bottom: 10px !important;
}
.margin-left-small {
  margin-left: 10px !important;
}
.margin-xs-top-small {
  margin-top: 10px !important;
}
.margin-xs-right-small {
  margin-right: 10px !important;
}
.margin-xs-bottom-small {
  margin-bottom: 10px !important;
}
.margin-xs-left-small {
  margin-left: 10px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-small {
    margin-top: 10px !important;
  }
  .margin-sm-right-small {
    margin-right: 10px !important;
  }
  .margin-sm-bottom-small {
    margin-bottom: 10px !important;
  }
  .margin-sm-left-small {
    margin-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-small {
    margin-top: 10px !important;
  }
  .margin-md-right-small {
    margin-right: 10px !important;
  }
  .margin-md-bottom-small {
    margin-bottom: 10px !important;
  }
  .margin-md-left-small {
    margin-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-small {
    margin-top: 10px !important;
  }
  .margin-lg-right-small {
    margin-right: 10px !important;
  }
  .margin-lg-bottom-small {
    margin-bottom: 10px !important;
  }
  .margin-lg-left-small {
    margin-left: 10px !important;
  }
}
.margin-sm {
  margin: 10px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-right-sm {
  margin-right: 10px !important;
}
.margin-bottom-sm {
  margin-bottom: 10px !important;
}
.margin-left-sm {
  margin-left: 10px !important;
}
.margin-xs-top-sm {
  margin-top: 10px !important;
}
.margin-xs-right-sm {
  margin-right: 10px !important;
}
.margin-xs-bottom-sm {
  margin-bottom: 10px !important;
}
.margin-xs-left-sm {
  margin-left: 10px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-sm {
    margin-top: 10px !important;
  }
  .margin-sm-right-sm {
    margin-right: 10px !important;
  }
  .margin-sm-bottom-sm {
    margin-bottom: 10px !important;
  }
  .margin-sm-left-sm {
    margin-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-sm {
    margin-top: 10px !important;
  }
  .margin-md-right-sm {
    margin-right: 10px !important;
  }
  .margin-md-bottom-sm {
    margin-bottom: 10px !important;
  }
  .margin-md-left-sm {
    margin-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-sm {
    margin-top: 10px !important;
  }
  .margin-lg-right-sm {
    margin-right: 10px !important;
  }
  .margin-lg-bottom-sm {
    margin-bottom: 10px !important;
  }
  .margin-lg-left-sm {
    margin-left: 10px !important;
  }
}
.margin-middle {
  margin: 20px !important;
}
.margin-top-middle {
  margin-top: 20px !important;
}
.margin-right-middle {
  margin-right: 20px !important;
}
.margin-bottom-middle {
  margin-bottom: 20px !important;
}
.margin-left-middle {
  margin-left: 20px !important;
}
.margin-xs-top-middle {
  margin-top: 20px !important;
}
.margin-xs-right-middle {
  margin-right: 20px !important;
}
.margin-xs-bottom-middle {
  margin-bottom: 20px !important;
}
.margin-xs-left-middle {
  margin-left: 20px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-middle {
    margin-top: 20px !important;
  }
  .margin-sm-right-middle {
    margin-right: 20px !important;
  }
  .margin-sm-bottom-middle {
    margin-bottom: 20px !important;
  }
  .margin-sm-left-middle {
    margin-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-middle {
    margin-top: 20px !important;
  }
  .margin-md-right-middle {
    margin-right: 20px !important;
  }
  .margin-md-bottom-middle {
    margin-bottom: 20px !important;
  }
  .margin-md-left-middle {
    margin-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-middle {
    margin-top: 20px !important;
  }
  .margin-lg-right-middle {
    margin-right: 20px !important;
  }
  .margin-lg-bottom-middle {
    margin-bottom: 20px !important;
  }
  .margin-lg-left-middle {
    margin-left: 20px !important;
  }
}
.margin-md {
  margin: 20px !important;
}
.margin-top-md {
  margin-top: 20px !important;
}
.margin-right-md {
  margin-right: 20px !important;
}
.margin-bottom-md {
  margin-bottom: 20px !important;
}
.margin-left-md {
  margin-left: 20px !important;
}
.margin-xs-top-md {
  margin-top: 20px !important;
}
.margin-xs-right-md {
  margin-right: 20px !important;
}
.margin-xs-bottom-md {
  margin-bottom: 20px !important;
}
.margin-xs-left-md {
  margin-left: 20px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-md {
    margin-top: 20px !important;
  }
  .margin-sm-right-md {
    margin-right: 20px !important;
  }
  .margin-sm-bottom-md {
    margin-bottom: 20px !important;
  }
  .margin-sm-left-md {
    margin-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-md {
    margin-top: 20px !important;
  }
  .margin-md-right-md {
    margin-right: 20px !important;
  }
  .margin-md-bottom-md {
    margin-bottom: 20px !important;
  }
  .margin-md-left-md {
    margin-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-md {
    margin-top: 20px !important;
  }
  .margin-lg-right-md {
    margin-right: 20px !important;
  }
  .margin-lg-bottom-md {
    margin-bottom: 20px !important;
  }
  .margin-lg-left-md {
    margin-left: 20px !important;
  }
}
.margin-large {
  margin: 40px !important;
}
.margin-top-large {
  margin-top: 40px !important;
}
.margin-right-large {
  margin-right: 40px !important;
}
.margin-bottom-large {
  margin-bottom: 40px !important;
}
.margin-left-large {
  margin-left: 40px !important;
}
.margin-xs-top-large {
  margin-top: 40px !important;
}
.margin-xs-right-large {
  margin-right: 40px !important;
}
.margin-xs-bottom-large {
  margin-bottom: 40px !important;
}
.margin-xs-left-large {
  margin-left: 40px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-large {
    margin-top: 40px !important;
  }
  .margin-sm-right-large {
    margin-right: 40px !important;
  }
  .margin-sm-bottom-large {
    margin-bottom: 40px !important;
  }
  .margin-sm-left-large {
    margin-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-large {
    margin-top: 40px !important;
  }
  .margin-md-right-large {
    margin-right: 40px !important;
  }
  .margin-md-bottom-large {
    margin-bottom: 40px !important;
  }
  .margin-md-left-large {
    margin-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-large {
    margin-top: 40px !important;
  }
  .margin-lg-right-large {
    margin-right: 40px !important;
  }
  .margin-lg-bottom-large {
    margin-bottom: 40px !important;
  }
  .margin-lg-left-large {
    margin-left: 40px !important;
  }
}
.margin-lg {
  margin: 40px !important;
}
.margin-top-lg {
  margin-top: 40px !important;
}
.margin-right-lg {
  margin-right: 40px !important;
}
.margin-bottom-lg {
  margin-bottom: 40px !important;
}
.margin-left-lg {
  margin-left: 40px !important;
}
.margin-xs-top-lg {
  margin-top: 40px !important;
}
.margin-xs-right-lg {
  margin-right: 40px !important;
}
.margin-xs-bottom-lg {
  margin-bottom: 40px !important;
}
.margin-xs-left-lg {
  margin-left: 40px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-lg {
    margin-top: 40px !important;
  }
  .margin-sm-right-lg {
    margin-right: 40px !important;
  }
  .margin-sm-bottom-lg {
    margin-bottom: 40px !important;
  }
  .margin-sm-left-lg {
    margin-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-lg {
    margin-top: 40px !important;
  }
  .margin-md-right-lg {
    margin-right: 40px !important;
  }
  .margin-md-bottom-lg {
    margin-bottom: 40px !important;
  }
  .margin-md-left-lg {
    margin-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-lg {
    margin-top: 40px !important;
  }
  .margin-lg-right-lg {
    margin-right: 40px !important;
  }
  .margin-lg-bottom-lg {
    margin-bottom: 40px !important;
  }
  .margin-lg-left-lg {
    margin-left: 40px !important;
  }
}
.margin-xlg {
  margin: 100px !important;
}
.margin-top-xlg {
  margin-top: 100px !important;
}
.margin-right-xlg {
  margin-right: 100px !important;
}
.margin-bottom-xlg {
  margin-bottom: 100px !important;
}
.margin-left-xlg {
  margin-left: 100px !important;
}
.margin-xs-top-xlg {
  margin-top: 100px !important;
}
.margin-xs-right-xlg {
  margin-right: 100px !important;
}
.margin-xs-bottom-xlg {
  margin-bottom: 100px !important;
}
.margin-xs-left-xlg {
  margin-left: 100px !important;
}
@media (min-width: 480px) {
  .margin-sm-top-xlg {
    margin-top: 100px !important;
  }
  .margin-sm-right-xlg {
    margin-right: 100px !important;
  }
  .margin-sm-bottom-xlg {
    margin-bottom: 100px !important;
  }
  .margin-sm-left-xlg {
    margin-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .margin-md-top-xlg {
    margin-top: 100px !important;
  }
  .margin-md-right-xlg {
    margin-right: 100px !important;
  }
  .margin-md-bottom-xlg {
    margin-bottom: 100px !important;
  }
  .margin-md-left-xlg {
    margin-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-top-xlg {
    margin-top: 100px !important;
  }
  .margin-lg-right-xlg {
    margin-right: 100px !important;
  }
  .margin-lg-bottom-xlg {
    margin-bottom: 100px !important;
  }
  .margin-lg-left-xlg {
    margin-left: 100px !important;
  }
}
.padding-0 {
  padding: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-xs-top-0 {
  padding-top: 0 !important;
}
.padding-xs-right-0 {
  padding-right: 0 !important;
}
.padding-xs-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-xs-left-0 {
  padding-left: 0 !important;
}
@media (min-width: 480px) {
  .padding-sm-top-0 {
    padding-top: 0 !important;
  }
  .padding-sm-right-0 {
    padding-right: 0 !important;
  }
  .padding-sm-bottom-0 {
    padding-bottom: 0 !important;
  }
  .padding-sm-left-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-0 {
    padding-top: 0 !important;
  }
  .padding-md-right-0 {
    padding-right: 0 !important;
  }
  .padding-md-bottom-0 {
    padding-bottom: 0 !important;
  }
  .padding-md-left-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-0 {
    padding-top: 0 !important;
  }
  .padding-lg-right-0 {
    padding-right: 0 !important;
  }
  .padding-lg-bottom-0 {
    padding-bottom: 0 !important;
  }
  .padding-lg-left-0 {
    padding-left: 0 !important;
  }
}
.padding-small {
  padding: 10px !important;
}
.padding-top-small {
  padding-top: 10px !important;
}
.padding-right-small {
  padding-right: 10px !important;
}
.padding-bottom-small {
  padding-bottom: 10px !important;
}
.padding-left-small {
  padding-left: 10px !important;
}
.padding-xs-top-small {
  padding-top: 10px !important;
}
.padding-xs-right-small {
  padding-right: 10px !important;
}
.padding-xs-bottom-small {
  padding-bottom: 10px !important;
}
.padding-xs-left-small {
  padding-left: 10px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-small {
    padding-top: 10px !important;
  }
  .padding-sm-right-small {
    padding-right: 10px !important;
  }
  .padding-sm-bottom-small {
    padding-bottom: 10px !important;
  }
  .padding-sm-left-small {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-small {
    padding-top: 10px !important;
  }
  .padding-md-right-small {
    padding-right: 10px !important;
  }
  .padding-md-bottom-small {
    padding-bottom: 10px !important;
  }
  .padding-md-left-small {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-small {
    padding-top: 10px !important;
  }
  .padding-lg-right-small {
    padding-right: 10px !important;
  }
  .padding-lg-bottom-small {
    padding-bottom: 10px !important;
  }
  .padding-lg-left-small {
    padding-left: 10px !important;
  }
}
.padding-sm {
  padding: 10px !important;
}
.padding-top-sm {
  padding-top: 10px !important;
}
.padding-right-sm {
  padding-right: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 10px !important;
}
.padding-left-sm {
  padding-left: 10px !important;
}
.padding-xs-top-sm {
  padding-top: 10px !important;
}
.padding-xs-right-sm {
  padding-right: 10px !important;
}
.padding-xs-bottom-sm {
  padding-bottom: 10px !important;
}
.padding-xs-left-sm {
  padding-left: 10px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-sm {
    padding-top: 10px !important;
  }
  .padding-sm-right-sm {
    padding-right: 10px !important;
  }
  .padding-sm-bottom-sm {
    padding-bottom: 10px !important;
  }
  .padding-sm-left-sm {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-sm {
    padding-top: 10px !important;
  }
  .padding-md-right-sm {
    padding-right: 10px !important;
  }
  .padding-md-bottom-sm {
    padding-bottom: 10px !important;
  }
  .padding-md-left-sm {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-sm {
    padding-top: 10px !important;
  }
  .padding-lg-right-sm {
    padding-right: 10px !important;
  }
  .padding-lg-bottom-sm {
    padding-bottom: 10px !important;
  }
  .padding-lg-left-sm {
    padding-left: 10px !important;
  }
}
.padding-middle {
  padding: 20px !important;
}
.padding-top-middle {
  padding-top: 20px !important;
}
.padding-right-middle {
  padding-right: 20px !important;
}
.padding-bottom-middle {
  padding-bottom: 20px !important;
}
.padding-left-middle {
  padding-left: 20px !important;
}
.padding-xs-top-middle {
  padding-top: 20px !important;
}
.padding-xs-right-middle {
  padding-right: 20px !important;
}
.padding-xs-bottom-middle {
  padding-bottom: 20px !important;
}
.padding-xs-left-middle {
  padding-left: 20px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-middle {
    padding-top: 20px !important;
  }
  .padding-sm-right-middle {
    padding-right: 20px !important;
  }
  .padding-sm-bottom-middle {
    padding-bottom: 20px !important;
  }
  .padding-sm-left-middle {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-middle {
    padding-top: 20px !important;
  }
  .padding-md-right-middle {
    padding-right: 20px !important;
  }
  .padding-md-bottom-middle {
    padding-bottom: 20px !important;
  }
  .padding-md-left-middle {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-middle {
    padding-top: 20px !important;
  }
  .padding-lg-right-middle {
    padding-right: 20px !important;
  }
  .padding-lg-bottom-middle {
    padding-bottom: 20px !important;
  }
  .padding-lg-left-middle {
    padding-left: 20px !important;
  }
}
.padding-md {
  padding: 20px !important;
}
.padding-top-md {
  padding-top: 20px !important;
}
.padding-right-md {
  padding-right: 20px !important;
}
.padding-bottom-md {
  padding-bottom: 20px !important;
}
.padding-left-md {
  padding-left: 20px !important;
}
.padding-xs-top-md {
  padding-top: 20px !important;
}
.padding-xs-right-md {
  padding-right: 20px !important;
}
.padding-xs-bottom-md {
  padding-bottom: 20px !important;
}
.padding-xs-left-md {
  padding-left: 20px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-md {
    padding-top: 20px !important;
  }
  .padding-sm-right-md {
    padding-right: 20px !important;
  }
  .padding-sm-bottom-md {
    padding-bottom: 20px !important;
  }
  .padding-sm-left-md {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-md {
    padding-top: 20px !important;
  }
  .padding-md-right-md {
    padding-right: 20px !important;
  }
  .padding-md-bottom-md {
    padding-bottom: 20px !important;
  }
  .padding-md-left-md {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-md {
    padding-top: 20px !important;
  }
  .padding-lg-right-md {
    padding-right: 20px !important;
  }
  .padding-lg-bottom-md {
    padding-bottom: 20px !important;
  }
  .padding-lg-left-md {
    padding-left: 20px !important;
  }
}
.padding-large {
  padding: 40px !important;
}
.padding-top-large {
  padding-top: 40px !important;
}
.padding-right-large {
  padding-right: 40px !important;
}
.padding-bottom-large {
  padding-bottom: 40px !important;
}
.padding-left-large {
  padding-left: 40px !important;
}
.padding-xs-top-large {
  padding-top: 40px !important;
}
.padding-xs-right-large {
  padding-right: 40px !important;
}
.padding-xs-bottom-large {
  padding-bottom: 40px !important;
}
.padding-xs-left-large {
  padding-left: 40px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-large {
    padding-top: 40px !important;
  }
  .padding-sm-right-large {
    padding-right: 40px !important;
  }
  .padding-sm-bottom-large {
    padding-bottom: 40px !important;
  }
  .padding-sm-left-large {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-large {
    padding-top: 40px !important;
  }
  .padding-md-right-large {
    padding-right: 40px !important;
  }
  .padding-md-bottom-large {
    padding-bottom: 40px !important;
  }
  .padding-md-left-large {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-large {
    padding-top: 40px !important;
  }
  .padding-lg-right-large {
    padding-right: 40px !important;
  }
  .padding-lg-bottom-large {
    padding-bottom: 40px !important;
  }
  .padding-lg-left-large {
    padding-left: 40px !important;
  }
}
.padding-lg {
  padding: 40px !important;
}
.padding-top-lg {
  padding-top: 40px !important;
}
.padding-right-lg {
  padding-right: 40px !important;
}
.padding-bottom-lg {
  padding-bottom: 40px !important;
}
.padding-left-lg {
  padding-left: 40px !important;
}
.padding-xs-top-lg {
  padding-top: 40px !important;
}
.padding-xs-right-lg {
  padding-right: 40px !important;
}
.padding-xs-bottom-lg {
  padding-bottom: 40px !important;
}
.padding-xs-left-lg {
  padding-left: 40px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-lg {
    padding-top: 40px !important;
  }
  .padding-sm-right-lg {
    padding-right: 40px !important;
  }
  .padding-sm-bottom-lg {
    padding-bottom: 40px !important;
  }
  .padding-sm-left-lg {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-lg {
    padding-top: 40px !important;
  }
  .padding-md-right-lg {
    padding-right: 40px !important;
  }
  .padding-md-bottom-lg {
    padding-bottom: 40px !important;
  }
  .padding-md-left-lg {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-lg {
    padding-top: 40px !important;
  }
  .padding-lg-right-lg {
    padding-right: 40px !important;
  }
  .padding-lg-bottom-lg {
    padding-bottom: 40px !important;
  }
  .padding-lg-left-lg {
    padding-left: 40px !important;
  }
}
.padding-xlg {
  padding: 100px !important;
}
.padding-top-xlg {
  padding-top: 100px !important;
}
.padding-right-xlg {
  padding-right: 100px !important;
}
.padding-bottom-xlg {
  padding-bottom: 100px !important;
}
.padding-left-xlg {
  padding-left: 100px !important;
}
.padding-xs-top-xlg {
  padding-top: 100px !important;
}
.padding-xs-right-xlg {
  padding-right: 100px !important;
}
.padding-xs-bottom-xlg {
  padding-bottom: 100px !important;
}
.padding-xs-left-xlg {
  padding-left: 100px !important;
}
@media (min-width: 480px) {
  .padding-sm-top-xlg {
    padding-top: 100px !important;
  }
  .padding-sm-right-xlg {
    padding-right: 100px !important;
  }
  .padding-sm-bottom-xlg {
    padding-bottom: 100px !important;
  }
  .padding-sm-left-xlg {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-top-xlg {
    padding-top: 100px !important;
  }
  .padding-md-right-xlg {
    padding-right: 100px !important;
  }
  .padding-md-bottom-xlg {
    padding-bottom: 100px !important;
  }
  .padding-md-left-xlg {
    padding-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-top-xlg {
    padding-top: 100px !important;
  }
  .padding-lg-right-xlg {
    padding-right: 100px !important;
  }
  .padding-lg-bottom-xlg {
    padding-bottom: 100px !important;
  }
  .padding-lg-left-xlg {
    padding-left: 100px !important;
  }
}
.columns-2-xs {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 768px) {
  .columns-2-sm {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .columns-2-md {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .columns-2-lg {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.columns-3-xs {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 768px) {
  .columns-3-sm {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .columns-3-md {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .columns-3-lg {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.avoid-break-inside-column {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.news.row-no-gutter {
  margin: 0 -5px 0 0;
}
.news.row-no-gutter .teaser {
  margin: 0 5px 5px 0;
}
.news.row-no-gutter > div:nth-child(0n+1) .teaser::after {
  margin-left: 5px;
}
.news.row-no-gutter > div:nth-last-child(1) .teaser::after {
  margin-right: 5px;
}
.teaser-wrapper {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.teaser {
  background-color: transparent;
  position: relative;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 15px;
}
.teaser::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #881B4C;
}
.teaser figure {
  overflow: hidden;
}
.teaser .content {
  padding: 15px;
  margin-bottom: 30px;
}
.teaser .content header > p {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 4.2em;
  line-height: 140%;
  margin-bottom: 10px;
}
.teaser .content p {
  overflow-y: hidden;
}
.teaser footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: transparent;
}
.teaser footer > a {
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.teaser footer > a:hover {
  text-decoration: none;
}
.teaser footer > a .icon::before {
  vertical-align: middle;
}
.teaser.fair .content header > p {
  height: 4.2em;
}
.teaser.fair .content p {
  height: 3.6em;
}
@media (max-width: 991px) {
  .teaser {
    margin-right: 0;
  }
  .teaser figure a {
    display: block;
    width: auto;
  }
  .teaser figure a > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .news.row-no-gutter {
    margin: 0;
  }
  .news.row-no-gutter > div:nth-child(0n+1) .teaser::after {
    margin-left: 0;
  }
  .news.row-no-gutter > div:nth-last-child(1) .teaser::after {
    margin-right: 0;
  }
  .teaser-wrapper {
    margin-bottom: 2em;
  }
}
.box-container {
  position: relative;
  margin-bottom: -5px;
}
.box-container:focus,
.box-container:active,
.box-container:hover {
  outline: none;
  text-decoration: none;
}
.box-container:hover {
  text-decoration: none;
}
.box-container:hover .text-wrapper h5,
.box-container:hover .icon-wrapper .icon {
 /* color: #881B4C;*/
}
.box-container:not(.collapsed)::after {
  content: '';
  display: block;
  position: relative;
  margin-top: -30px;
  margin-bottom: -5px;
  height: 30px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  background-color: #F5F5F5;
  width: 100%;
  z-index: 10;
}
.box-container:not(.collapsed) .inner {
  background-position: 0 100%;
  border-bottom: none;
}
.box-container:not(.collapsed) .text-wrapper h5,
.box-container:not(.collapsed) .icon-wrapper .icon {
  /*color: #881B4C;*/
}
.box-container .inner {
  background: linear-gradient(0deg, transparent 50%, #fff 50%) no-repeat scroll 0 0;
  background-size: 100% 200%;
  border: 5px solid #fff;
  margin: 15px 0 30px 0;
  padding: 30px;
  min-height: 290px;
  transition: background-position 0.4s;
}
.box-container .text-wrapper h5 {
  color: #3C454B;
  font-family: "neusamedium", sans-serif;
  margin: 0;
  text-align: center;
}
.box-container .icon-wrapper,
.box-container .image-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.box-container .icon-wrapper .icon,
.box-container .image-wrapper .icon {
  color: #000;
  font-size: 100px;
  line-height: 100px;
}
.box-container .img-wrapper {
  margin: 0 auto 50px auto;
  width: 50%;
}
.box-container .img-wrapper img {
  width: 100%;
}
.collapse-container {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.collapse-container .inner {
  border: 5px solid #fff;
  padding: 30px;
}
.collapse-container h3 {
  margin-top: 4px;
}
.tiles {
  margin-right: -5px;
}
.tile {
  position: relative;
  padding-top: 76%;
  margin: 0 5px 5px 0;
}
.tile--text .bg-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(136, 27, 76, 0.85);
}
.tile--text .btn {
  text-transform: uppercase;
}
.tile--text .tile-content .inner p {
  margin-bottom: 30px;
}
.tile--text .tile-content .inner h3::after {
  content: '';
}
.tile--wide {
  padding-top: 38%;
}
.tile--wide .tile-content::after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
}
.tile--wide .tile-content:hover::after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
}
.tile-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  overflow: hidden;
}
.tile-content:hover {
  text-decoration: none;
}
.tile-content:hover .bg-image {
  transform: scale(1);
}
.tile-content:hover::after {
  opacity: 1;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.tile-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.tile-content .bg-image {
  transform: scale(1.06);
  transition: transform 0.6s;
}
.tile-content .inner {
  position: absolute;
  padding: 30px;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.tile-content .inner h1,
.tile-content .inner h2,
.tile-content .inner h3,
.tile-content .inner h4 {
  color: #fff;
  margin: 0;
}
.tile-content .inner h3::after {
  color: #881B4C;
  content: '_';
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tile--text .tile-content .inner {
    padding: 15px;
  }
  .tile--text .tile-content .inner p {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tile--text {
    padding-top: 100%;
  }
}
.contact {
  position: relative;
  background-color: #F5F5F5;
  margin: 0 0 20px 0;
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.contact figure {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: right;
}
.contact img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.contact .buttons {
  padding: 10px;
}
.contact .content {
  padding: 15px;
}
.contact .content h4 {
  color: #3C454B;
  margin-top: 0;
}
.contact--nomargintop {
  margin-top: 0;
}
.contact--pull-up figure {
  top: -100px;
  margin-bottom: -100px;
}
@media (max-width: 991px) {
  .contact--nomargintop {
    margin-top: 100px;
  }
}
.link-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.link-container:nth-child(1n+2) {
  border-left: 1px solid #e0e2e4;
}
.link-container .inner:focus,
.link-container .inner:active {
  outline: none;
}
.link-container .inner:hover,
.link-container .inner:focus {
  text-decoration: none;
}
.link-container .inner:hover .text-wrapper h4,
.link-container .inner:focus .text-wrapper h4 {
  color: #881B4C;
}
.link-container .inner:hover .icon-wrapper,
.link-container .inner:focus .icon-wrapper {
  transform: translateY(-5px);
}
.link-container .text-wrapper h4 {
  color: #3C454B;
  font-family: "neusademibold", sans-serif;
  font-size: 26px;
  margin: 0;
  text-align: center;
}
.link-container .icon-wrapper {
  padding-bottom: 30px;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.2s;
}
.link-container .icon-wrapper .icon {
  /*color: #881B4C;*/
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .link-container:nth-child(1n+2) {
    border-left: none;
  }
}
.product .inner {
  padding: 30px;
  max-width: 530px;
  margin: 0 auto;
}
.product .inner h3 {
  margin-bottom: 20px;
}
.product .inner p:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.product figure {
  height: 100%;
  background-color: #778187;
}
@media (max-width: 1199px) {
  .product .inner {
    padding-bottom: 30px;
  }
  .product .inner h3 {
    margin-top: 0;
  }
}
.box-wrapper {
  position: relative;
  z-index: 0;
}
.box-wrapper:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.box-wrapper-white:before {
  background-color: #fff;
}
.box-wrapper-default:before {
  background-color: #FAFAFA;
}
.box-wrapper-primary:before {
  background-color: #881B4C;
}
.box-wrapper-success:before {
  background-color: #41CA76;
}
.box-wrapper-info:before {
  background-color: #7CCAE9;
}
.box-wrapper-warning:before {
  background-color: #F09336;
}
.box-wrapper-danger:before {
  background-color: #E01752;
}
.box {
  position: relative;
  margin-bottom: 30px;
}
.box::before {
  content: '';
  position: absolute;
  margin: 0 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #F5F5F5;
  z-index: -1;
}
.box > .content-wrapper {
  padding: 10px 10px 110px 10px;
  width: 100%;
}
.box > .content-wrapper figure {
  display: block;
  position: relative;
  height: 250px;
  text-align: center;
  overflow: hidden;
}
.box > .content-wrapper figure.underlined {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.box > .content-wrapper figure.icon-only {
  height: 48px;
}
.box > .content-wrapper figure img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.box > .content-wrapper figure.content-thumbnail-wrapper {
  padding-top: 75.07507508%;
  height: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box > .content-wrapper figure .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #881B4C;
  color: #fff;
  line-height: normal;
  padding: 8px;
  z-index: 1;
}
.box > .content-wrapper figure .overlay.icon {
  font-size: 32px;
}
.box > .content-wrapper figure .overlay.icon::before {
  float: left;
}
.box > .content-wrapper figure .overlay.text {
  display: block;
  font-family: "neusasemibold", sans-serif;
  font-size: 30px;
  width: 100%;
  text-transform: uppercase;
  background-color: rgba(136, 27, 76, 0.8);
}
.box > .content-wrapper p:last-child,
.box > .content-wrapper ul:last-child,
.box > .content-wrapper ol:last-child {
  margin-bottom: 0;
}
.box > .content-wrapper footer {
  display: block;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 20px 5px 20px;
  font-size: 0;
}
.box > .content-wrapper footer .btn {
  margin: 0;
}
.box > .content-wrapper footer .btn.btn-default-outline {
  border: none;
  border-top: 2px solid #F5F5F5;
}
.box > .content-wrapper footer .btn.btn-w50 + .btn-w50 {
  border-left: 2px solid #F5F5F5;
}
.box > .content-wrapper footer .btn .icon {
  margin-right: 10px;
}
.box > .content-wrapper .description {
  padding: 10px;
}
.box > .content-wrapper .description header {
  display: block;
  height: auto;
  margin-bottom: 15px;
}
.box > .content-wrapper .description header h3,
.box > .content-wrapper .description header h4 {
  margin: 0;
}
.box > .content-wrapper .description header h4,
.box > .content-wrapper .description header p {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
}
.box > .content-wrapper .description header h3 {
  font-family: "neusademibold", sans-serif;
  font-size: 32px;
  margin-bottom: .5em;
}
.box > .content-wrapper .description header h4 {
  color: #3C454B;
  font-weight: bold;
  min-height: 2.9em;
  text-transform: none;
}
.box > .content-wrapper .description header p strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .box > .content-wrapper figure {
    height: auto;
  }
  .box > .content-wrapper figure.underlined {
    padding-top: 15px;
  }
  .box > .content-wrapper figure img {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  .box > .content-wrapper figure.content-thumbnail-wrapper {
    padding-top: 0;
    height: 250px;
  }
}
.bg-white {
  color: #3C454B;
  background-color: #fff !important;
}
.bg-default {
  color: #3C454B;
  background-color: #FAFAFA !important;
}
.bg-primary {
  color: #fff;
  background-color: #881B4C !important;
}
.bg-secondary {
  color: #fff;
  background-color: #3C454B !important;
}
.bg-success {
  color: #3C454B;
  background-color: #41CA76 !important;
}
.bg-info {
  color: #3C454B;
  background-color: #7CCAE9 !important;
}
.bg-warning {
  color: #fff;
  background-color: #F09336 !important;
}
.bg-danger {
  color: #fff;
  background-color: #E01752 !important;
}
.bg-gray {
  color: #3C454B;
  background-color: #e0e2e4 !important;
}
.bg-graydark {
  color: #fff;
  background-color: #778187 !important;
}
.bg-graylight {
  color: #3C454B;
  background-color: #F5F5F5 !important;
}
.bg-graylighter {
  color: #3C454B;
  background-color: #FAFAFA !important;
}
.bg-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-color: transparent;
}
.bg-norepeat {
  background-repeat: no-repeat;
}
.bg-logo {
  background: transparent url('../img/logo-footer@2x.png') no-repeat scroll 0 0;
  background-size: 117px 33px;
  height: 63px;
}
.bg--right-top {
  background-position: right top;
}
.bg--right-middle {
  background-position: right 50%;
}
.bg--clip-content {
  background-clip: content-box;
}
@media (max-width: 1200px) {
  .bg--hidden-md {
    background: none !important;
  }
}
@media (max-width: 992px) {
  .bg--hidden-sm {
    background: none !important;
  }
}
@media (max-width: 480px) {
  .bg--hidden-xs {
    background: none !important;
  }
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #fff;
}
.btn {
  position: relative;
  font-family: "neusasemibold", sans-serif;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 35px;
  transition: background-color 0.4s, border-color 0.4s;
}
.btn:active,
.btn:focus {
  outline: none;
}
.btn .icon::before {
  vertical-align: sub;
}
.btn-xs {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-sm {
  font-family: "neusademibold", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-lg {
  font-family: "neusademibold", sans-serif;
  padding-left: 35px;
  padding-right: 35px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #3C454B;
}
.btn-primary.btn-effect-glass:hover {
  background-color: transparent;
  color: #881B4C !important;
}
.btn-primary.btn-effect-glass:hover::after {
  background-color: #fff;
}
.btn-w50 {
  width: 50%;
}
.bg-secondary .btn-primary {
  border: 1px solid transparent;
}
.bg-secondary .btn-primary:hover {
  border-color: #fff;
}
.btn-default-outline.btn-effect-glass:hover {
  color: #fff !important;
}
.btn-default-outline.btn-effect-glass:hover::after {
  background-color: #3C454B;
}
.btn-effect-glass::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0.01) skewX(-14deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}
.btn-effect-glass:hover::after {
  transform: scaleX(0.86) skewX(-14deg);
  opacity: 1;
}
.btn-white-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline:hover,
.btn-white-outline:active,
.btn-white-outline.active,
.open > .dropdown-toggle.btn-white-outline {
  color: #3C454B;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-outline:active,
.btn-white-outline.active,
.open > .dropdown-toggle.btn-white-outline {
  background-image: none;
}
.btn-white-outline.disabled,
.btn-white-outline[disabled],
fieldset[disabled] .btn-white-outline,
.btn-white-outline.disabled:hover,
.btn-white-outline[disabled]:hover,
fieldset[disabled] .btn-white-outline:hover,
.btn-white-outline.disabled:focus,
.btn-white-outline[disabled]:focus,
fieldset[disabled] .btn-white-outline:focus,
.btn-white-outline.disabled.focus,
.btn-white-outline[disabled].focus,
fieldset[disabled] .btn-white-outline.focus,
.btn-white-outline.disabled:active,
.btn-white-outline[disabled]:active,
fieldset[disabled] .btn-white-outline:active,
.btn-white-outline.disabled.active,
.btn-white-outline[disabled].active,
fieldset[disabled] .btn-white-outline.active {
  color: #ffffff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.btn-white-outline .badge {
  color: transparent;
  background-color: #fff;
}
.btn-default-outline {
  color: #3C454B;
  background-color: transparent;
  border-color: #3C454B;
}
.btn-default-outline:focus,
.btn-default-outline.focus,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active,
.open > .dropdown-toggle.btn-default-outline {
  color: #fff;
  background-color: #3C454B;
  border-color: #3C454B;
}
.btn-default-outline:active,
.btn-default-outline.active,
.open > .dropdown-toggle.btn-default-outline {
  background-image: none;
}
.btn-default-outline.disabled,
.btn-default-outline[disabled],
fieldset[disabled] .btn-default-outline,
.btn-default-outline.disabled:hover,
.btn-default-outline[disabled]:hover,
fieldset[disabled] .btn-default-outline:hover,
.btn-default-outline.disabled:focus,
.btn-default-outline[disabled]:focus,
fieldset[disabled] .btn-default-outline:focus,
.btn-default-outline.disabled.focus,
.btn-default-outline[disabled].focus,
fieldset[disabled] .btn-default-outline.focus,
.btn-default-outline.disabled:active,
.btn-default-outline[disabled]:active,
fieldset[disabled] .btn-default-outline:active,
.btn-default-outline.disabled.active,
.btn-default-outline[disabled].active,
fieldset[disabled] .btn-default-outline.active {
  color: #5d5d5d;
  background-color: rgba(26, 26, 26, 0);
  border-color: #5d5d5d;
}
.btn-default-outline .badge {
  color: transparent;
  background-color: #3C454B;
}
.btn-gray-outline {
  color: #778187;
  background-color: transparent;
  border-color: #778187;
}
.btn-gray-outline:focus,
.btn-gray-outline.focus,
.btn-gray-outline:hover,
.btn-gray-outline:active,
.btn-gray-outline.active,
.open > .dropdown-toggle.btn-gray-outline {
  color: #fff;
  background-color: #778187;
  border-color: #778187;
}
.btn-gray-outline:active,
.btn-gray-outline.active,
.open > .dropdown-toggle.btn-gray-outline {
  background-image: none;
}
.btn-gray-outline.disabled,
.btn-gray-outline[disabled],
fieldset[disabled] .btn-gray-outline,
.btn-gray-outline.disabled:hover,
.btn-gray-outline[disabled]:hover,
fieldset[disabled] .btn-gray-outline:hover,
.btn-gray-outline.disabled:focus,
.btn-gray-outline[disabled]:focus,
fieldset[disabled] .btn-gray-outline:focus,
.btn-gray-outline.disabled.focus,
.btn-gray-outline[disabled].focus,
fieldset[disabled] .btn-gray-outline.focus,
.btn-gray-outline.disabled:active,
.btn-gray-outline[disabled]:active,
fieldset[disabled] .btn-gray-outline:active,
.btn-gray-outline.disabled.active,
.btn-gray-outline[disabled].active,
fieldset[disabled] .btn-gray-outline.active {
  color: #999999;
  background-color: rgba(26, 26, 26, 0);
  border-color: #999999;
}
.btn-gray-outline .badge {
  color: transparent;
  background-color: #778187;
}
.btn-primary-outline {
  color: #881B4C;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  color: #fff;
  background-color: #5d1334;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  background-image: none;
}
.btn-primary-outline.disabled,
.btn-primary-outline[disabled],
fieldset[disabled] .btn-primary-outline,
.btn-primary-outline.disabled:hover,
.btn-primary-outline[disabled]:hover,
fieldset[disabled] .btn-primary-outline:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline[disabled]:focus,
fieldset[disabled] .btn-primary-outline:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline[disabled].focus,
fieldset[disabled] .btn-primary-outline.focus,
.btn-primary-outline.disabled:active,
.btn-primary-outline[disabled]:active,
fieldset[disabled] .btn-primary-outline:active,
.btn-primary-outline.disabled.active,
.btn-primary-outline[disabled].active,
fieldset[disabled] .btn-primary-outline.active {
  color: #6b6b6b;
  background-color: rgba(26, 26, 26, 0);
  border-color: rgba(26, 26, 26, 0);
}
.btn-primary-outline .badge {
  color: transparent;
  background-color: #881B4C;
}
.btn-success-outline {
  color: #41CA76;
  background-color: transparent;
  border-color: #35bd69;
}
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:hover,
.btn-success-outline:active,
.btn-success-outline.active,
.open > .dropdown-toggle.btn-success-outline {
  color: #fff;
  background-color: #2fa95e;
  border-color: #2a9553;
}
.btn-success-outline:active,
.btn-success-outline.active,
.open > .dropdown-toggle.btn-success-outline {
  background-image: none;
}
.btn-success-outline.disabled,
.btn-success-outline[disabled],
fieldset[disabled] .btn-success-outline,
.btn-success-outline.disabled:hover,
.btn-success-outline[disabled]:hover,
fieldset[disabled] .btn-success-outline:hover,
.btn-success-outline.disabled:focus,
.btn-success-outline[disabled]:focus,
fieldset[disabled] .btn-success-outline:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline[disabled].focus,
fieldset[disabled] .btn-success-outline.focus,
.btn-success-outline.disabled:active,
.btn-success-outline[disabled]:active,
fieldset[disabled] .btn-success-outline:active,
.btn-success-outline.disabled.active,
.btn-success-outline[disabled].active,
fieldset[disabled] .btn-success-outline.active {
  color: #9f9f9f;
  background-color: rgba(26, 26, 26, 0);
  border-color: #929292;
}
.btn-success-outline .badge {
  color: transparent;
  background-color: #41CA76;
}
.btn-info-outline {
  color: #7CCAE9;
  background-color: transparent;
  border-color: #66c1e5;
}
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:hover,
.btn-info-outline:active,
.btn-info-outline.active,
.open > .dropdown-toggle.btn-info-outline {
  color: #fff;
  background-color: #50b8e2;
  border-color: #3aafde;
}
.btn-info-outline:active,
.btn-info-outline.active,
.open > .dropdown-toggle.btn-info-outline {
  background-image: none;
}
.btn-info-outline.disabled,
.btn-info-outline[disabled],
fieldset[disabled] .btn-info-outline,
.btn-info-outline.disabled:hover,
.btn-info-outline[disabled]:hover,
fieldset[disabled] .btn-info-outline:hover,
.btn-info-outline.disabled:focus,
.btn-info-outline[disabled]:focus,
fieldset[disabled] .btn-info-outline:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline[disabled].focus,
fieldset[disabled] .btn-info-outline.focus,
.btn-info-outline.disabled:active,
.btn-info-outline[disabled]:active,
fieldset[disabled] .btn-info-outline:active,
.btn-info-outline.disabled.active,
.btn-info-outline[disabled].active,
fieldset[disabled] .btn-info-outline.active {
  color: #cccccc;
  background-color: rgba(26, 26, 26, 0);
  border-color: #bfbfbf;
}
.btn-info-outline .badge {
  color: transparent;
  background-color: #7CCAE9;
}
.btn-warning-outline {
  color: #F09336;
  background-color: transparent;
  border-color: #ee861e;
}
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .dropdown-toggle.btn-warning-outline {
  color: #fff;
  background-color: #e27a11;
  border-color: #ca6d0f;
}
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .dropdown-toggle.btn-warning-outline {
  background-image: none;
}
.btn-warning-outline.disabled,
.btn-warning-outline[disabled],
fieldset[disabled] .btn-warning-outline,
.btn-warning-outline.disabled:hover,
.btn-warning-outline[disabled]:hover,
fieldset[disabled] .btn-warning-outline:hover,
.btn-warning-outline.disabled:focus,
.btn-warning-outline[disabled]:focus,
fieldset[disabled] .btn-warning-outline:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline[disabled].focus,
fieldset[disabled] .btn-warning-outline.focus,
.btn-warning-outline.disabled:active,
.btn-warning-outline[disabled]:active,
fieldset[disabled] .btn-warning-outline:active,
.btn-warning-outline.disabled.active,
.btn-warning-outline[disabled].active,
fieldset[disabled] .btn-warning-outline.active {
  color: #acacac;
  background-color: rgba(26, 26, 26, 0);
  border-color: #a0a0a0;
}
.btn-warning-outline .badge {
  color: transparent;
  background-color: #F09336;
}
.btn-danger-outline {
  color: #E01752;
  background-color: transparent;
  border-color: #c9154a;
}
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:hover,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .dropdown-toggle.btn-danger-outline {
  color: #fff;
  background-color: #b21241;
  border-color: #9b1039;
}
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .dropdown-toggle.btn-danger-outline {
  background-image: none;
}
.btn-danger-outline.disabled,
.btn-danger-outline[disabled],
fieldset[disabled] .btn-danger-outline,
.btn-danger-outline.disabled:hover,
.btn-danger-outline[disabled]:hover,
fieldset[disabled] .btn-danger-outline:hover,
.btn-danger-outline.disabled:focus,
.btn-danger-outline[disabled]:focus,
fieldset[disabled] .btn-danger-outline:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline[disabled].focus,
fieldset[disabled] .btn-danger-outline.focus,
.btn-danger-outline.disabled:active,
.btn-danger-outline[disabled]:active,
fieldset[disabled] .btn-danger-outline:active,
.btn-danger-outline.disabled.active,
.btn-danger-outline[disabled].active,
fieldset[disabled] .btn-danger-outline.active {
  color: #959595;
  background-color: rgba(26, 26, 26, 0);
  border-color: #888888;
}
.btn-danger-outline .badge {
  color: transparent;
  background-color: #E01752;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}
body {
  margin: 0 15px;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
main,
footer {
  background-color: #fff;
}
.b-sticky-footer main header {
  display: block;
  height: auto;
}
body.template-content main,
body.template-content-offset main,
body.template-2col main,
body.template-2col-content main {
  background-color: transparent;
}
body.template-content .b-sticky-footer,
body.template-content-offset .b-sticky-footer,
body.template-2col .b-sticky-footer,
body.template-2col-content .b-sticky-footer {
  background: #F5F5F5 url('../img/background/bg-content.jpg') no-repeat scroll 50% 0;
}
body.no-slider .b-sticky-footer {
  padding-top: 200px;
}
body > .overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 990;
  transition: opacity 0.2s;
}
body > .overlay.show {
  opacity: 1;
}
.scroll-over {
  position: relative;
}
.scroll-over::before,
.scroll-over::after {
  content: ' ';
  display: table;
}
.overflow-x-hidden {
  position: relative;
  overflow-x: hidden;
}
.img-dummy-person {
  background-color: #F5F5F5;
  text-align: center;
}
.img-dummy-person .icon {
  display: block;
  color: #C1C6C8;
  font-size: 80px;
  padding: 15px;
}
.img-stretch {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  body.no-slider .b-sticky-footer {
    padding-top: 110px;
  }
}
@media (max-width: 768px) {
  body {
    margin: 0;
  }
}
.container-wide {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-wide {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-wide {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    width: 100%;
    max-width: 1570px;
  }
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.galleries .modal.row-vertical-center.fade.in {
  display: flex !important;
}
.galleries .modal .container {
  background-color: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}
.galleries .modal .container > .btn {
  background-color: transparent;
  position: absolute;
  bottom: 35px;
  right: 10px;
  z-index: 10;
}
.galleries .modal .container > .btn .icon {
  margin-right: 10px;
}
.galleries .modal .container > .btn .icon::before {
  font-size: 15px;
  vertical-align: middle;
}
.slider-content .carousel-container,
.slider-modal .carousel-container,
.slider-videos .carousel-container {
  position: relative;
  overflow-x: hidden;
}
.slider-content .carousel-container .item figure,
.slider-modal .carousel-container .item figure,
.slider-videos .carousel-container .item figure {
  display: block;
  background-color: #3C454B;
  overflow: hidden;
}
.slider-content .carousel-container .item img,
.slider-modal .carousel-container .item img,
.slider-videos .carousel-container .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.slider-content .carousel-container .carousel-indicator-container,
.slider-modal .carousel-container .carousel-indicator-container,
.slider-videos .carousel-container .carousel-indicator-container {
  position: absolute;
  transform: translateX(0);
}
.slider-content .carousel-container .carousel-indicator-container .current-page,
.slider-modal .carousel-container .carousel-indicator-container .current-page,
.slider-videos .carousel-container .carousel-indicator-container .current-page,
.slider-content .carousel-container .carousel-indicator-container .total-pages,
.slider-modal .carousel-container .carousel-indicator-container .total-pages,
.slider-videos .carousel-container .carousel-indicator-container .total-pages,
.slider-content .carousel-container .carousel-indicator-container .divider,
.slider-modal .carousel-container .carousel-indicator-container .divider,
.slider-videos .carousel-container .carousel-indicator-container .divider {
  font-family: "neusalight", sans-serif;
}
.slider-content .carousel-container .carousel-indicator-container .current-page,
.slider-modal .carousel-container .carousel-indicator-container .current-page,
.slider-videos .carousel-container .carousel-indicator-container .current-page {
  font-family: "neusademibold", sans-serif;
}
.slider-content .carousel-container .carousel-control-container,
.slider-modal .carousel-container .carousel-control-container,
.slider-videos .carousel-container .carousel-control-container {
  position: absolute;
  right: -20px;
  padding: 0 40px 0 40px;
  overflow: hidden;
}
.slider-content .carousel-container .carousel-control-container::before,
.slider-modal .carousel-container .carousel-control-container::before,
.slider-videos .carousel-container .carousel-control-container::before {
  content: '';
  font-style: italic;
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  left: 20px;
  background-color: #881B4C;
  transform: skewX(-24deg);
}
.slider-content .carousel-container .carousel-control-container .divider,
.slider-modal .carousel-container .carousel-control-container .divider,
.slider-videos .carousel-container .carousel-control-container .divider {
  position: relative;
  content: '/';
  color: #fff;
  display: inline-block;
  font-family: "neusalight", sans-serif;
  font-size: 40px;
  cursor: default;
}
.slider-content .carousel-container .carousel-control-container .carousel-control,
.slider-modal .carousel-container .carousel-control-container .carousel-control,
.slider-videos .carousel-container .carousel-control-container .carousel-control {
  position: relative;
  background-image: none;
  text-shadow: none;
  opacity: 1;
}
.slider-content .carousel-container .carousel-control-container .carousel-control .icon,
.slider-modal .carousel-container .carousel-control-container .carousel-control .icon,
.slider-videos .carousel-container .carousel-control-container .carousel-control .icon {
  display: inline-block;
  font-size: 24px;
  transform: translateX(0);
  transition: transform 0.2s;
}
.slider-content .carousel-container .carousel-control-container .carousel-control.left:hover .icon,
.slider-modal .carousel-container .carousel-control-container .carousel-control.left:hover .icon,
.slider-videos .carousel-container .carousel-control-container .carousel-control.left:hover .icon {
  transform: translateX(-4px);
}
.slider-content .carousel-container .carousel-control-container .carousel-control.right:hover .icon,
.slider-modal .carousel-container .carousel-control-container .carousel-control.right:hover .icon,
.slider-videos .carousel-container .carousel-control-container .carousel-control.right:hover .icon {
  transform: translateX(4px);
}
.tab-pane .slider-content .carousel-container .item .content {
  padding-left: 15px;
  max-width: 1170px;
  margin: 0 auto;
}
.tab-pane .slider-content .carousel-container .carousel-indicator-container {
  padding-right: 15px;
}
.slider-content {
  margin-bottom: 20px;
}
.slider-content .carousel-container .background-image {
  height: 500px;
  width: auto;
}
.slider-content .carousel-container .item img {
  height: 500px;
  width: auto;
  max-width: none;
}
.slider-content .carousel-container .item .content {
  position: relative;
  font-style: italic;
  font-size: 15px;
  width: 100%;
  height: 120px;
  padding: 10px 90px 0 0;
}
.slider-content .carousel-container .item .content p {
  line-height: 150%;
  margin: 0;
}
.slider-content .carousel-container .carousel-indicator-container {
  bottom: 60px;
  right: 0;
}
.slider-content .carousel-container .carousel-indicator-container .current-page,
.slider-content .carousel-container .carousel-indicator-container .total-pages,
.slider-content .carousel-container .carousel-indicator-container .divider {
  font-size: 35px;
  color: #881B4C;
}
.slider-content .carousel-container .carousel-control-container {
  bottom: 120px;
}
.slider-modal .carousel-container .item img {
  width: auto;
  height: 600px;
}
.slider-modal .carousel-container .item .content {
  position: absolute;
  background-color: rgba(60, 69, 75, 0.9);
  width: 100%;
  height: 90px;
  padding: 15px 200px 15px 90px;
  bottom: 0;
  overflow: hidden;
}
.slider-modal .carousel-container .item .content p {
  color: #fff;
  line-height: 170%;
  margin: 0;
}
.slider-modal .carousel-container .carousel-indicator-container {
  bottom: 30px;
  left: 15px;
}
.slider-modal .carousel-container .carousel-indicator-container .current-page,
.slider-modal .carousel-container .carousel-indicator-container .total-pages,
.slider-modal .carousel-container .carousel-indicator-container .divider {
  font-size: 20px;
  color: #fff;
}
.slider-modal .carousel-container .carousel-control-container {
  bottom: 90px;
}
.slider-videos .carousel-container .carousel-control-container {
  position: absolute;
  top: 50%;
  margin-top: -32px;
}
.slider-videos .carousel-container .carousel-indicators {
  bottom: 40px;
}
.slider-videos .carousel-container .carousel-indicators li {
  display: inline-block;
  font-family: "neusaregular", sans-serif;
  font-size: 22px;
  color: #fff;
  text-indent: 0;
  border: none;
  background-color: transparent;
  padding: 0 3px;
  width: auto;
}
.slider-videos .carousel-container .carousel-indicators li::before {
  content: '/';
  display: inline-block;
  padding-right: 8px;
}
.slider-videos .carousel-container .carousel-indicators li:first-child::before {
  content: '';
}
.slider-videos .carousel-container .carousel-indicators li.active {
  font-family: "neusamedium", sans-serif;
  border: none;
}
.slider-videos .carousel-container .carousel-indicators li.active::before {
  font-family: "neusaregular", sans-serif;
}
.slider {
  position: relative;
  top: 0;
  left: 0;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .carousel-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 15px;
}
.slider .container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  margin: auto;
}
.slider .container h1,
.slider .container h2,
.slider .container h3,
.slider .container h4,
.slider .container h5,
.slider .container h6 {
  text-align: center;
}
.slider .container h2 {
  color: #fff;
  font-family: "neusaregular", sans-serif;
  font-size: 55px;
  text-transform: none;
}
@media (max-width: 991px) {
  .slider .container h2 {
    font-size: 35px;
  }
  .slider-content .carousel-container .background-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .galleries .modal {
    padding-right: 0 !important;
  }
  .galleries .modal .container {
    margin: 0;
    padding: 15px;
  }
  .galleries .modal .container > .btn {
    top: 30px;
    right: 30px;
    bottom: auto;
    padding: 0;
    font-size: 20px;
  }
  .slider-content .carousel-container .item img {
    height: 200px;
    width: auto;
  }
  .slider-content .carousel-container .item .content {
    padding: 12px 70px 0 0;
  }
  .slider-modal .carousel-container {
    background-color: #3C454B;
  }
  .slider-modal .carousel-container .carousel-indicator-container {
    top: 15px;
    left: 15px;
    bottom: auto;
  }
  .slider-modal .carousel-container .carousel-control-container {
    display: none;
  }
  .slider-modal .carousel-container .item figure {
    padding: 60px 0 0 0;
  }
  .slider-modal .carousel-container .item img {
    height: auto;
    max-width: 100%;
  }
  .slider-modal .carousel-container .item .content {
    position: relative;
    font-size: 15px;
    padding: 15px;
    height: auto;
  }
  .slider-content .carousel-container .background-image {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .slider .carousel-container {
    margin: 0;
  }
  .slider .container {
    position: relative;
    top: auto;
    height: auto;
    color: #881B4C;
  }
  .slider .container h2 {
    font-size: 30px;
    color: #881B4C;
  }
}
/*
.navbar-default {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar-default {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  height: auto;
  text-transform: uppercase;
  z-index: 1000;
}
.navbar-default.affix {
  position: fixed;
  top: 0;
}
.navbar-default.affix .navbar-navigation {
  background-color: #fff;
}
.navbar-default.affix .navbar-navigation .container,
.navbar-default.affix .navbar-navigation .container-fluid {
  height: 80px;
}
.navbar-default.affix .navbar-navigation .navbar-brand {
  top: 20px;
}

.navbar-default .btn-primary {
  border-color: #fff;
}
.navbar-default .container,
.navbar-default .container-fluid {
  position: relative;
}
.navbar-default .navbar-brand {
  position: absolute;
  top: 30px;
  right: 0;
  float: none;
  padding: 0 50px 0 0;
}
.navbar-default .navbar-brand img {
  width: 143px;
}
.navbar-default .navbar-navigation {
  background-color: transparent;
  z-index: 1000;
  transition: background-color 0.2s;
}
.navbar-default .navbar-navigation a {
  color: #3C454B;
}
.navbar-default .navbar-navigation a:hover {
  color: #881B4C;
}
.navbar-default .navbar-navigation a:hover,
.navbar-default .navbar-navigation a:focus {
  text-decoration: none;
}
.navbar-default .navbar-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar-default .navbar-navigation ul li {
  display: block;
  float: left;
  font-family: "neusamedium", sans-serif;
  font-size: 18px;
}
.navbar-default .navbar-navigation .container,
.navbar-default .navbar-navigation .container-fluid {
  background-color: #fff;
  height: 100px;
  padding: 0 213px 0 50px;
  transition: height 0.3s;
}
.navbar-default .navbar-navigation .dropdown.open .dropdown-menu {
  transform: scale(1, 1);
}
.navbar-default .navbar-navigation .dropdown .dropdown-menu {
  color: #fff;
  display: block;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 25px;
  transform-origin: top;
  transform: scale(1, 0);
  transition: transform 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-navigation .dropdown .dropdown-menu h1,
.navbar-default .navbar-navigation .dropdown .dropdown-menu h2,
.navbar-default .navbar-navigation .dropdown .dropdown-menu h3,
.navbar-default .navbar-navigation .dropdown .dropdown-menu h4,
.navbar-default .navbar-navigation .dropdown .dropdown-menu a {
  color: #fff;
}
.navbar-default .navbar-navigation .dropdown .dropdown-menu h3 {
  margin: 10px 0;
}

.navbar-default .navbar-navigation .main-menu {
  float: left;
  height: 100%;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu .active > a {
  border: 1px solid #fff;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu h5 {
  margin: 0 0 6px;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu h5 a {
  display: block;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu h5 a:hover {
  border: 1px solid #fff;
  background-color: #5d1234;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu ul li {
  display: block;
  float: none;
  border-top: 1px dotted #4C0219;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu ul li:first-child {
  border-top: none;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu ul li a {
  font-size: 18px;
  display: block;
  padding: 6px 15px;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu ul li a:hover {
  background-color: #5d1234;
}
.navbar-default .navbar-navigation .main-menu .dropdown .dropdown-menu ul + ul li:first-child {
  border-top: 1px dotted #4C0219;
}
.navbar-default .navbar-navigation .main-menu > ul {
  height: 72px;
  margin-top: 28px;
}
.navbar-default .navbar-navigation .main-menu > ul > li {
  position: static;
  height: 100%;
  margin: 0 11px;
}
.navbar-default .navbar-navigation .main-menu > ul > li:first-child {
  margin-left: 0;
}
.navbar-default .navbar-navigation .main-menu > ul > li.active > a {
  color: #881B4C;
}
.navbar-default .navbar-navigation .main-menu > ul > li.active > a::before,
.navbar-default .navbar-navigation .main-menu > ul > li.active > a::after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a {
  color: #fff !important;
  background-color: #881B4C;
  color: #fff;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::before,
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::after {
  height: auto;
  width: auto;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::before,
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::after {
  background-color: transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  margin-top: -36px;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::before {
  left: -20px;
  right: 100% !important;
  top: 50% !important;
  border-right: 20px solid;
  border-top: 72px solid;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::after {
  left: 100% !important;
  top: 50% !important;
  border-left: 20px solid;
  border-bottom: 72px solid;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::before,
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::after {
  border-color: transparent;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::before {
  border-right-color: #881B4C;
}
.navbar-default .navbar-navigation .main-menu > ul > li.open > a::after {
  border-left-color: #881B4C;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 10px 2px 14px 2px;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus,
.navbar-default .navbar-navigation .main-menu > ul > li > a:active {
  outline: none;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:hover {
  color: #881B4C;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:hover::before,
.navbar-default .navbar-navigation .main-menu > ul > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus {
  background-color: #881B4C;
  color: #fff;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::before,
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::after {
  height: auto;
  width: auto;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::before,
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::after {
  background-color: transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  margin-top: -36px;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::before {
  left: -20px;
  right: 100% !important;
  top: 50% !important;
  border-right: 20px solid;
  border-top: 72px solid;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::after {
  left: 100% !important;
  top: 50% !important;
  border-left: 20px solid;
  border-bottom: 72px solid;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::before,
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::after {
  border-color: transparent;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::before {
  border-right-color: #881B4C;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a:focus::after {
  border-left-color: #881B4C;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a::before,
.navbar-default .navbar-navigation .main-menu > ul > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #881B4C;
  transform: scale3d(0, 1, 1);
}
.navbar-default .navbar-navigation .main-menu > ul > li > a::before {
  top: 0;
  transform-origin: 0 50%;
}
.navbar-default .navbar-navigation .main-menu > ul > li > a::after {
  top: 46px;
  transform-origin: 100% 50%;
}
.navbar-default .navbar-list-blocks {
  float: right;
}
.navbar-default .navbar-list-blocks li {
  display: inline-block;
}
.navbar-default .navbar-list-blocks li a {
  margin-left: 10px;
}
.navbar-default .navbar-search button {
  text-transform: uppercase;
}
.navbar-default .navbar-search button {
  width: 100%;
}
.navbar-default .navbar-search input {
  display: inline-block;
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: #fff;
  padding-left: 60px;
}
.navbar-default .navbar-search input:focus,
.navbar-default .navbar-search input:active {
  outline: none;
  box-shadow: none;
}
.navbar-default .navbar-search .form-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.navbar-default .navbar-search .icon-magnifier:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199px) {
  .navbar-default {
    position: fixed;
    top: 0;
    margin: 10px;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-default.open {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  .navbar-default.affix {
    border-bottom: none;
    position: fixed;
  }
  .navbar-default.affix .navbar-navigation {
    background-color: transparent;
  }
  .navbar-default.affix .navbar-navigation .navbar-brand {
    top: 0;
  }
  .navbar-default.affix .navbar-navigation .container,
  .navbar-default.affix .navbar-navigation .container-fluid {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    height: auto;
  }

  .navbar-default .navbar-brand {
    position: relative;
    padding: 20px 15px;
    top: 0;
    height: auto;
  }
  .navbar-default .navbar-brand a {
    display: inline-block;
  }
  .navbar-default .navbar-brand a img {
    height: 30px;
    width: auto;
  }
  .navbar-default .navbar-brand .navbar-toggle {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .navbar-default .navbar-brand .navbar-toggle:hover,
  .navbar-default .navbar-brand .navbar-toggle:focus,
  .navbar-default .navbar-brand .navbar-toggle:active {
    background-color: transparent;
  }
  .navbar-default .navbar-brand .navbar-toggle .icon-bar {
    display: block;
    background-color: #C1C6C8;
    border-radius: 0;
    height: 2px;
    width: 30px;
    margin-bottom: 10px;
  }
  .navbar-default .navbar-brand .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
  }
  .navbar-default .navbar-collapse {
    border-top: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .navbar-default .navbar-navigation .container,
  .navbar-default .navbar-navigation .container-fluid {
    padding: 0;
    height: auto;
  }
  .navbar-default .navbar-navigation .dropdown .dropdown-menu .row {
    padding: 0;
    margin: 0;
  }
  .navbar-default .navbar-navigation .dropdown .dropdown-menu .row > div {
    padding: 0;
  }
  
  .navbar-default .navbar-navigation .main-menu {
    height: auto;
  }
  .navbar-default .navbar-navigation .main-menu > ul {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li {
    height: auto;
    border-top: 1px solid #e0e2e4;
    border-bottom: 1px solid transparent;
    position: relative;
    float: none;
    margin: 0;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li:hover,
  .navbar-default .navbar-navigation .main-menu > ul > li.active {
    border-color: #881B4C;
    border-bottom: 1px solid #881B4C;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li:first-child {
    border-top: none;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li.dropdown .dropdown-menu {
    float: none;
    position: relative;
    display: none;
    padding: 0;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li.dropdown .dropdown-menu h5 {
    margin: 10px 0 0 0;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li.dropdown .dropdown-menu .active > a {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li.dropdown .dropdown-menu a:hover {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li.open.dropdown .dropdown-menu {
    display: block;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li.open > a::after,
  .navbar-default .navbar-navigation .main-menu > ul > li.open > a::before {
    border: none;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li > a {
    font-size: 20px;
    border: none;
    padding: 8px 15px;
    height: auto;
  }
  .navbar-default .navbar-navigation .main-menu > ul > li > a::after,
  .navbar-default .navbar-navigation .main-menu > ul > li > a::before {
    display: none !important;
  }
  .navbar-default .navbar-list-blocks {
    float: none;
  }
  .navbar-default .navbar-list-blocks li a {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    position: absolute;
  }
  .navbar-default.open {
    overflow-y: auto;
  }
  .navbar-default.affix {
    position: absolute;
  }
}*/
.color-white {
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #881B4C;
  font-family: "neusamedium", sans-serif;
  line-height: 105%;
  text-transform: uppercase;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}
h1,
.h1 {
  color: #3C454B;
  font-family: "neusaregular", sans-serif;
  word-break: break-word;
}
h1.highlight,
.h1.highlight,
h1 .highlight,
.h1 .highlight {
  color: #881B4C;
  font-family: "neusamedium", sans-serif;
}
h1.boost,
.h1.boost {
  font-size: 60px;
  font-weight: 700;
}
h2,
.h2 {
  font-family: "neusaregular", sans-serif;
  word-break: break-word;
}
h2.highlight,
.h2.highlight,
h2 .highlight,
.h2 .highlight {
  color: #3C454B;
  font-family: "neusademibold", sans-serif;
}
h3,
.h3 {
  font-family: "neusaregular", sans-serif;
  word-break: break-word;
}
h3.highlight,
.h3.highlight,
h3 .highlight,
.h3 .highlight {
  color: #3C454B;
  font-family: "neusamedium", sans-serif;
}
h4,
.h4,
h5,
.h5 {
  font-family: "neusademibold", sans-serif;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
}
h4.highlight,
.h4.highlight,
h5.highlight,
.h5.highlight,
h4 .highlight,
.h4 .highlight,
h5 .highlight,
.h5 .highlight {
  color: #3C454B;
}
h6,
.h6 {
  font-family: "neusamedium", sans-serif;
  line-height: 110%;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
}
h6.highlight,
.h6.highlight,
h6 .highlight,
.h6 .highlight {
  font-family: "neusademibold", sans-serif;
}
.text-lg {
  font-size: 20px;
  font-weight: 700;
}
a:hover .icon-facebook {
  color: #3B5998;
}
a:hover .icon-linkedin {
  color: #0077B5;
}
a:hover .icon-youtube {
  color: #C4302B;
}
a:hover .icon-xing {
  color: #126567;
}
button {
  font-family: "neusademibold", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
button.btn-lg {
  font-size: 22px;
}
caption {
  color: #3C454B;
}
p {
  font-weight: 300;
  line-height: 170%;
}
p a {
  position: relative;
}
p a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #778187;
  content: '';
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
}
p a:hover {
  color: #778187;
  text-decoration: none;
}
p a:hover::after {
  opacity: 1;
  transform: translateY(0px);
}
p strong,
p b {
  font-weight: 700;
}
label {
  font-size: 15px;
  font-weight: 200;
  text-transform: none;
}
legend {
  font-family: "neusademibold", sans-serif;
  font-size: 20px;
  padding-bottom: 4px;
}
footer h4 {
  color: #3C454B;
  font-size: 26px;
  text-transform: uppercase;
}
footer h5 {
  color: #3C454B;
  margin: 24px 0 30px 0;
}
footer ul {
  font-size: 15px;
}
section header,
article header {
  font-size: 20px;
  font-weight: 300;
}
section header p strong,
article header p strong,
section header p b,
article header p b {
  font-weight: 500;
}
.header {
  font-size: 20px;
  font-weight: 300;
}
.header p strong,
.header p b {
  font-weight: 500;
}
.word-break {
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
blockquote {
  border-left: none;
  text-align: center;
  margin: 60px 0;
  padding: 0 70px;
}
blockquote p {
  color: #881B4C;
  font-family: "neusaregular", sans-serif;
  font-size: 35px;
  line-height: 105%;
  margin: 10px 0 !important;
}
blockquote p::before,
blockquote p::after {
  content: '\78';
  position: relative;
  color: #3C454B;
  display: inline-block;
  font-family: "lisec", sans-serif;
  width: 0;
}
blockquote p::before {
  top: -10px;
  left: -10px;
  transform: rotate(180deg);
}
blockquote p::after {
  bottom: -20px;
  right: -10px;
}
blockquote footer {
  color: #3C454B;
  display: block !important;
  font-style: italic;
  font-weight: 200;
  font-size: 15px;
  height: auto !important;
}
blockquote footer::before {
  display: none;
}
.font-weight-light {
  font-family: "neusalight", sans-serif;
}
.font-weight-medium {
  font-family: "neusamedium", sans-serif;
}
.font-weight-regular {
  font-family: "neusaregular", sans-serif;
}
.font-weight-semibold {
  font-family: "neusasemibold", sans-serif;
}
.font-weight-demibold {
  font-family: "neusademibold", sans-serif;
}
.letter-spacing-wide {
  letter-spacing: 0.05em;
}
.letter-spacing-widest {
  letter-spacing: 0.2em;
}
.color-primary {
  color: #881B4C;
}
.color-text {
  color: #3C454B;
}
.color-gray {
  color: #e0e2e4;
}
.link-clear,
.link-clear:hover,
.link-clear:focus,
.link-clear:active {
  text-decoration: none;
}
.transform-none {
  text-transform: none;
}
.transform-uppercase {
  text-transform: uppercase;
}
.bg-primary * {
  color: #fff;
}
.border-bottom-gray {
  border-bottom: 1px solid #e0e2e4;
}
.underline-primary::after {
  content: ' ' !important;
  display: block !important;
  width: 5%;
  max-width: 40px;
  height: 1px;
  border-top: 1px solid #881B4C;
  margin-top: 0.3em;
  margin-bottom: 12px;
}
h1.underline-primary::after,
h2.underline-primary::after,
h3.underline-primary::after {
  margin-top: 0.5em;
}
.text-center.underline-primary::after {
  margin-left: auto;
  margin-right: auto;
}
.underline-dotted-primary::after {
  content: ' ' !important;
  display: block !important;
  width: 5%;
  max-width: 40px;
  height: 1px;
  border-top: 1px dotted #881B4C;
  margin-top: 0.3em;
  margin-bottom: 12px;
}
h1.underline-dotted-primary::after,
h2.underline-dotted-primary::after,
h3.underline-dotted-primary::after {
  margin-top: 0.5em;
}
.text-center.underline-dotted-primary::after {
  margin-left: auto;
  margin-right: auto;
}
.underline-text::after {
  content: ' ' !important;
  display: block !important;
  width: 5%;
  max-width: 40px;
  height: 1px;
  border-top: 1px solid #3C454B;
  margin-top: 0.3em;
  margin-bottom: 12px;
}
h1.underline-text::after,
h2.underline-text::after,
h3.underline-text::after {
  margin-top: 0.5em;
}
.text-center.underline-text::after {
  margin-left: auto;
  margin-right: auto;
}
.underline-dotted-text::after {
  content: ' ' !important;
  display: block !important;
  width: 5%;
  max-width: 40px;
  height: 1px;
  border-top: 1px dotted #3C454B;
  margin-top: 0.3em;
  margin-bottom: 12px;
}
h1.underline-dotted-text::after,
h2.underline-dotted-text::after,
h3.underline-dotted-text::after {
  margin-top: 0.5em;
}
.text-center.underline-dotted-text::after {
  margin-left: auto;
  margin-right: auto;
}
.underline-white::after {
  content: ' ' !important;
  display: block !important;
  width: 5%;
  max-width: 40px;
  height: 1px;
  border-top: 1px solid #fff;
  margin-top: 0.3em;
  margin-bottom: 12px;
}
h1.underline-white::after,
h2.underline-white::after,
h3.underline-white::after {
  margin-top: 0.5em;
}
.text-center.underline-white::after {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  blockquote {
    padding: 0 30px;
  }
  blockquote p {
    font-size: 30px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
}
.line-height-xs {
  line-height: 95% !important;
}
.line-height-sm {
  line-height: 100% !important;
}
.line-height-md {
  line-height: 105% !important;
}
.line-height-lg {
  line-height: 115% !important;
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pull-left-lg {
    float: left !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-left-md {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-md {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-sm {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .pull-right-xs {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .pull-none-lg {
    float: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-none-md {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-none-sm {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .pull-none-xs {
    float: none !important;
  }
}
footer h4 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
footer h5 {
  margin-bottom: 16px;
}
footer h5::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin: 10px 0 0 0;
  background-color: #C1C6C8;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: inside;
}
footer ul.social li.karriere a {
  display:inline-block;
  width:38px;
  height:32px;
  background:url(https://www.lisec.com/frontend/img/icons/karriere_grey.png);
}
footer ul.social li.karriere a:hover {
  background:url(https://www.lisec.com/frontend/img/icons/karriere.png);
}
footer ul.social li.karriere a img {
  display:none;
}
footer ul.social li.arbeitgeberauszeichnung a {
  display:inline-block;
  width:38px;
  height:32px;
  background:url(https://www.lisec.com/frontend/img/icons/arbeitgeberauszeichnung_grey.png);
}
footer ul.social li.arbeitgeberauszeichnung a:hover { 
  background:url(https://www.lisec.com/frontend/img/icons/arbeitgeberauszeichnung.png);
}
footer ul.social li.arbeitgeberauszeichnung a img {
  display:none;
}

footer ul.social li {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
footer ul.social li:first-child::before {
  content: '';
  width: 0;
}
footer ul.social li::before {
  font-family: "neusalight", sans-serif;
  font-size: 50px;
  color: #e0e2e4;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: '/';
  padding-right: 0;
}
footer ul.social li a {
  color: #778187;
}
footer ul.imprint li {
  display: inline-block;
}
footer ul.imprint li::before {
  content: '/';
  padding: 0 8px 0 2px;
}
footer ul.imprint li:first-child::before {
  content: '';
  padding: 0;
}
footer ul.navigation li {
  position: relative;
  margin: 0 0 6px 16px;
}
footer ul.navigation li::before {
  position: absolute;
  top: 1px;
  left: -20px;
  font-family: "lisec", sans-serif;
  content: '\48';
  padding-right: 2px;
  width: 0;
}
footer ul.navigation li a {
  display: inline;
}
footer ul li a {
  color: #3C454B;
}
footer ul li a:hover,
footer ul li a:focus {
  text-decoration: none;
}
.slogan {
  font-size: 20px;
  text-align: right;
  text-transform: none;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
}
.branding {
  line-height: 0;
  margin-bottom: 0;
}
.branding div {
  position: relative;
  height: 10px;
}
.branding div:nth-child(0n+1) {
  background-clip: content-box;
}
.branding .bg-secondary:before,
.branding .bg-primary:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 1000px;
}
.branding .bg-secondary:before {
  background-color: #3C454B;
  left: -985px;
}
.branding .bg-primary:before {
  background-color: #881B4C;
  width: 1000px;
  right: -1000px;
}
.branding-small {
  position: relative;
  margin: 40px -15px -20px;
}
.branding-small:before,
.branding-small:after {
  content: " ";
  display: table;
}
.branding-small:after {
  clear: both;
}
.branding-small:before,
.branding-small:after {
  content: " ";
  display: table;
}
.branding-small:after {
  clear: both;
}
.branding-small .branding-left,
.branding-small .branding-right {
  position: relative;
  float: left;
  height: 50px;
}
.branding-small .branding-left:after,
.branding-small .branding-right:after {
  position: absolute;
  display: block;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
.branding-small .branding-left {
  width: 40%;
}
.branding-small .branding-left .slogan {
  color: #3C454B;
  margin-top: 17px;
}
.branding-small .branding-left:after {
  color: #fff;
  background-color: #3C454B !important;
}
.branding-small .branding-left:after h1,
.branding-small .branding-left:after h2,
.branding-small .branding-left:after h3,
.branding-small .branding-left:after h4,
.branding-small .branding-left:after h5,
.branding-small .branding-left:after h6 {
  color: #fff;
}
.branding-small .branding-left:after .btn-primary {
  border: 1px solid transparent;
}
.branding-small .branding-left:after .btn-primary:hover {
  border-color: #fff;
}
.branding-small .branding-left:after .form-control {
  color: #fff;
}
.branding-small .branding-right {
  margin-left: 5px;
  width: calc(60% - 5px);
  text-align: right;
  background: transparent url('../img/logo-footer@2x.png') no-repeat scroll 0 0;
  background-position: bottom 20px right 20px;
  background-size: 80px 22.56410256px;
}
.branding-small .branding-right:after {
  background-color: #881B4C;
  color: #fff;
  background-color: #881B4C !important;
}
a.branding-small .branding-right:after:hover,
a.branding-small .branding-right:after:focus {
  background-color: #5d1334;
}
.branding-small .branding-right:after * {
  color: #fff;
}
.branding-small .branding-right:after ul.underlined li {
  color: #fff;
  border-top: 1px dotted rgba(245, 245, 245, 0.4);
}
.branding-small .branding-right:after ul.underlined li::before {
  color: #fff;
}
.branding-small .branding-right:after ul.underlined li:first-child {
  border-top: none;
}
.branding-small .branding-right:after ul.underlined li a {
  color: #fff;
}
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 25px;
  height: 40px;
  width: 45px;
  z-index: 980;
}
.back-to-top a {
  font-size: 45px;
  display: block;
  width: 100%;
  height: 100%;
  color: #C1C6C8;
  text-align: center;
  transition: color 0.3s;
}
.back-to-top a:hover,
.back-to-top a:focus {
  text-decoration: none;
}
.back-to-top a:hover {
  color: #778187;
}
@media (max-width: 480px) {
  .branding div:nth-child(0n+1) {
    padding-left: 0;
  }
  .branding-small .slogan {
    display: none;
  }
}
.form-newsletter .form-group {
  margin: 0;
}
.form-newsletter input {
  border: none;
  font-style: italic;
  font-size: 17px;
  border-bottom: 1px dotted #778187;
  background-color: transparent;
}
.form-newsletter input:active,
.form-newsletter input:focus {
  border-color: #778187;
  box-shadow: none;
}
.form-filter label {
  font-family: "neusademibold", sans-serif;
  font-size: 22px;
  float: right;
}
.form-filter select.form-control {
  border: 1px solid #778187;
  background-color: transparent;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
}
.form-filter .form-group {
  margin: 0;
}
.form-control {
  border-color: #e0e2e4;
  box-shadow: none;
  color: #3C454B;
  font-weight: 200;
}
.form-control[disabled] {
  border: none;
}
.bg-secondary .form-control {
  color: #fff;
}
.bg-white .form-control {
  border-color: #778187;
}
.bg-graylighter .form-control {
  border-color: #e0e2e4;
}
.form-group-lg .form-control,
.input-lg {
  font-size: 17px;
  font-weight: 200;
}
.form-group-sm .form-control,
.input-sm {
  font-size: 15px;
  font-weight: 400;
}
.checkbox label,
.radio label {
  text-transform: none;
}
.has-success label,
.has-warning label,
.has-error label {
  font-weight: 500;
}
.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: #41CA76;
}
.has-success .form-control {
  border-color: #41CA76;
  -webkit-box-shadow: 0 0 0 rgba(145, 224, 176, 0);
  box-shadow: 0 0 0 rgba(145, 224, 176, 0);
}
.has-success .form-control:focus {
  border-color: #2fa95e;
  -webkit-box-shadow: 0 0 6px #91e0b0;
  box-shadow: 0 0 6px #91e0b0;
}
.has-success .input-group-addon {
  color: #41CA76;
  border-color: #41CA76;
  background-color: #41CA76;
}
.has-success .form-control-feedback {
  color: #41CA76;
}
.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: #F09336;
}
.has-warning .form-control {
  border-color: #F09336;
  -webkit-box-shadow: 0 0 0 rgba(247, 198, 149, 0);
  box-shadow: 0 0 0 rgba(247, 198, 149, 0);
}
.has-warning .form-control:focus {
  border-color: #e27a11;
  -webkit-box-shadow: 0 0 6px #f7c695;
  box-shadow: 0 0 6px #f7c695;
}
.has-warning .input-group-addon {
  color: #F09336;
  border-color: #F09336;
  background-color: #F09336;
}
.has-warning .form-control-feedback {
  color: #F09336;
}
.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: #E01752;
}
.has-error .form-control {
  border-color: #E01752;
  -webkit-box-shadow: 0 0 0 rgba(240, 109, 147, 0);
  box-shadow: 0 0 0 rgba(240, 109, 147, 0);
}
.has-error .form-control:focus {
  border-color: #b21241;
  -webkit-box-shadow: 0 0 6px #f06d93;
  box-shadow: 0 0 6px #f06d93;
}
.has-error .input-group-addon {
  color: #E01752;
  border-color: #E01752;
  background-color: #E01752;
}
.has-error .form-control-feedback {
  color: #E01752;
}
@media (max-width: 767px) {
  .form-filter label {
    float: none;
  }
  input,
  select {
    margin-bottom: 15px;
  }
}
.alert {
  border-radius: 0;
  position: relative;
}
.alert h4 {
  font-size: 26px;
  margin: 10px 0 20px 0;
}
.alert p {
  font-weight: 400;
}
.alert-danger {
  padding-left: 110px;
}
.alert-danger::before {
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: "lisec", sans-serif;
  content: "\42";
  font-size: 45px;
}
.alert-warning {
  padding-left: 65px;
}
.alert-warning::before {
  position: absolute;
  top: 6px;
  left: 18px;
  font-family: "lisec", sans-serif;
  content: "\42";
  font-size: 30px;
}
.alert-success {
  padding-left: 65px;
}
.alert-success::before {
  position: absolute;
  top: 6px;
  left: 18px;
  font-family: "lisec", sans-serif;
  content: "\7a";
  font-size: 30px;
}
.alert-info {
  padding-left: 65px;
}
.alert-info::before {
  position: absolute;
  top: 6px;
  left: 18px;
  font-family: "lisec", sans-serif;
  content: "\43";
  font-size: 30px;
}
.alert-dismissible .close {
  top: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.nav-tabs > li {
  padding-left: 0;
}
.nav-tabs > li::before {
  content: none;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active {
  color: #3C454B;
  outline: none;
}
.nav-tabs > li a {
  color: #3C454B;
  font-size: 15px;
  font-weight: 500;
}
.nav-tabs > li a:hover {
  color: #881B4C;
}
.nav-tabs > li a:focus,
.nav-tabs > li a:active {
  outline: none;
}
.nav-tabs.nav-lg > li.active a,
.nav-tabs.nav-lg > li.active a:focus,
.nav-tabs.nav-lg > li.active a:hover,
.nav-tabs.nav-lg > li.active a:active {
  color: #881B4C;
}
.nav-tabs.nav-lg > li a {
  padding: 20px 30px;
  text-transform: uppercase;
}
.nav-tabs.nav-lg > li a .icon::before {
  vertical-align: middle;
}
.nav-tabs.nav-justified > li {
  vertical-align: bottom;
}
.nav-tabs.nav-justified > li.active a,
.nav-tabs.nav-justified > li.active a:focus,
.nav-tabs.nav-justified > li.active a:active {

  font-weight: 400;
  border-color: #fff;
  outline: none;
}
.nav-tabs.nav-justified > li.active a:hover {
  border-color: #fff;
  background-color: #fff;
}
.nav-tabs.nav-justified > li a {
  color: #3C454B;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-color: #fff;
  font-size: 17px;
  font-weight: 200;
  text-transform: uppercase;
}
.nav-tabs.nav-justified > li a:hover {
  color: #fff;

  font-weight: 400;
}
.nav-tabs.nav-center {
  text-align: center;
}
.nav-tabs.nav-center > li {
  float: none;
  display: inline-block;
}
.nav-tabs.nav-icons > li {
  /*background-color: transparent;*/
}
.nav-tabs.nav-icons > li:hover a {
 /* background-color: transparent;*/
}

.nav-tabs.nav-icons > li .icon::before {
  color: rgba(119, 129, 135, 0.4);
  font-size: 40px;
  transition: color 0.2s;
}
.nav-tabs.nav-img {
  border: none;
}
.nav-tabs.nav-img > li {
  background-color: transparent;
  width: 16.66666667%;
}
.nav-tabs.nav-img > li:hover a:first-child figure:before,
.nav-tabs.nav-img > li:hover a:last-child figure:before {
  background-color: #FAFAFA;
}
.nav-tabs.nav-img > li.active,
.nav-tabs.nav-img > li.active a {
  border: none;
}
.nav-tabs.nav-img > li.active .h5,
.nav-tabs.nav-img > li.active a .h5 {
  color: #881B4C;
}
.nav-tabs.nav-img > li.active a {
  background-color: #F5F5F5;
}
.nav-tabs.nav-img > li.active a:first-child figure:before,
.nav-tabs.nav-img > li.active a:last-child figure:before {
  background-color: #F5F5F5;
}
.nav-tabs.nav-img > li:first-child a figure:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  width: 15px;
  z-index: 10;
}
.nav-tabs.nav-img > li:last-child a figure:before {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  width: 15px;
  z-index: 10;
}
.nav-tabs.nav-img > li > a {
  border: none;
  padding: 30px 0 10px 0;
  margin: 0;
}
.nav-tabs.nav-img > li > a figure {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.nav-tabs.nav-img > li > a figure > img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-tabs.nav-img > li > a figure::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #778187;
}
.nav-tabs.nav-img > li .h2,
.nav-tabs.nav-img > li .h5 {
  display: block;
}
.nav-tabs.nav-img > li .h5 {
  font-family: "neusademibold", sans-serif;
  font-size: 26px;
}
.bg-white .nav-tabs.nav-justified {
  background-color: #F5F5F5;
}
.bg-white .nav-tabs.nav-justified > li.active a,
.bg-white .nav-tabs.nav-justified > li.active a:focus,
.bg-white .nav-tabs.nav-justified > li.active a:active {
  background-color: #fff;
  border: none;
}
.bg-white .nav-tabs.nav-justified > li a {
  background-color: #F5F5F5;
  border: none;
  font-weight: 400;
}
.bg-white .nav-tabs.nav-justified > li a:hover {
  color: #881B4C;
}
.bg-graylight .nav-tabs {
  border: none;
}
.bg-graylight .nav-tabs > li.active a:hover {
  border: none;
}
.bg-graylight .nav-tabs > li a {
  border: none;
}
.bg-graylight .nav-tabs > li a:focus,
.bg-graylight .nav-tabs > li a:active {
  border: none;
}
.tab-pane iframe {
  width: 100%;
}
@media (max-width: 991px) {
  .nav-tabs.nav-img > li a figure img {
    height: 40px;
  }
  .nav-tabs.nav-img > li .h5 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .nav-tabs.nav-img > li {
    width: 33.33333333%;
  }
  .nav-tabs.nav-img > li .h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .nav-tabs.nav-lg {
    margin: 0 auto;
    max-width: 480px;
  }
  .nav-tabs.nav-lg > li {
    display: block;
    float: none;
    text-align: center;
  }
  .nav-tabs.nav-lg > li:first-child {
    margin-top: 15px;
  }
  .nav-tabs.nav-lg > li:last-child {
    margin-bottom: 15px;
  }
  .nav-tabs.nav-lg > li.pull-right {
    float: none !important;
  }
}
.panel-group.lined-bottom .panel:last-child {
  border-bottom-color: #881B4C;
}
.panel-group.lined-bottom .panel:last-child.active {
  border-bottom-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel {
  box-shadow: none;
}
.panel::after {
  content: '';
  clear: both;
  display: table;
}
.panel.active + .panel .panel-heading {
  border-top: 0;
}
.panel .panel-heading {
  border-top: 1px solid #e0e2e4;
}
.panel .panel-body {
  font-weight: 200;
  padding-left: 50px;
}
.panel-default .panel-heading {
  color: #3C454B;
  border-color: #e0e2e4;
  padding: 0;
}
.panel-default .panel-heading.active {
  color: #881B4C;
  border-color: #881B4C;
}
.panel-default .panel-heading.active a {
  color: #3C454B;
  font-weight: 500;
}
.panel-default .panel-heading.active a::before {
  color: #881B4C;
  content: '\4f';
}
.panel-default .panel-heading a {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  padding: 10px 15px;
  position: relative;
  text-transform: none;
}
.panel-default .panel-heading a:hover,
.panel-default .panel-heading a:focus,
.panel-default .panel-heading a:active {
  outline: none;
  text-decoration: none;
}
.panel-default .panel-heading a:hover {
  color: #881B4C;
}
.panel-default .panel-heading a::before {
  position: relative;
  top: 3px;
  font-family: "lisec", sans-serif;
  content: '\44';
  margin-right: 8px;
}
.panel-default .panel-heading .no-plus a::before {
  visibility: hidden;
}
.panel-default .panel-body {
  border-bottom: 1px solid #881B4C;
}
.panel-lg {
  border-color: transparent;
}
.panel-lg > .panel-heading {
  color: #778187;
  background-color: transparent;
  border-color: transparent;
}
.panel-lg > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-lg > .panel-heading .badge {
  color: transparent;
  background-color: #778187;
}
.panel-lg > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-lg .panel-heading {
  color: #3C454B;
  border-color: #e0e2e4;
  padding: 0;
}
.panel-lg .panel-heading.active {
  color: #881B4C;
  border-color: #881B4C;
}
.panel-lg .panel-heading.active a {
  color: #3C454B;
  font-weight: 500;
}
.panel-lg .panel-heading.active a::before {
  color: #881B4C;
  content: '\4f';
}
.panel-lg .panel-heading a {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  padding: 10px 15px;
  position: relative;
  text-transform: none;
}
.panel-lg .panel-heading a:hover,
.panel-lg .panel-heading a:focus,
.panel-lg .panel-heading a:active {
  outline: none;
  text-decoration: none;
}
.panel-lg .panel-heading a:hover {
  color: #881B4C;
}
.panel-lg .panel-heading a::before {
  position: relative;
  top: 3px;
  font-family: "lisec", sans-serif;
  content: '\44';
  margin-right: 8px;
}
.panel-lg .panel-heading .no-plus a::before {
  visibility: hidden;
}
.panel-lg .panel-body {
  border-bottom: 1px solid #881B4C;
}
.panel-lg .panel-heading a {
  padding: 25px 20px 25px 60px;
}
.panel-lg .panel-heading a:before {
  position: absolute;
  top: 28px;
  left: 20px;
}
.panel-lg .panel-body {
  padding-left: 60px;
}
.tooltip {
  font-size: 17px;
  font-weight: 500;
}
.tooltip-inner {
  padding: 10px 50px;
}
.carousel-footer {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
.scroll-indicator a {
  color: #fff;
  background-color: #881B4C;
  display: inline-block;
  font-size: 32px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  opacity: 0.85;
  transition: opacity 0.4s;
}
.scroll-indicator a:hover,
.scroll-indicator a:focus,
.scroll-indicator a:active {
  text-decoration: none;
  opacity: 1;
  outline: none;
}
.scroll-indicator a .icon {
  position: relative;
  top: 13px;
}
main ul,
main .list-dash {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  list-style-type: none;
  list-style-position: inside;
}
main ul li,
main .list-dash li {
  position: relative;
  font-weight: 300;
  padding-left: 15px;
}
main ul li::before,
main .list-dash li::before {
  position: absolute;
  display: inline-block;
  color: #881B4C;
  content: '\25AA';
  font-weight: 300;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
}
main ul li small,
main .list-dash li small {
  font-size: 17px;
  font-weight: normal;
}
ul.underlined {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.underlined li {
  display: block;
  border-top: 1px solid #e0e2e4;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
}
ul.underlined li::before {
  color: #3C454B;
  font-family: "lisec", sans-serif;
  content: '\48';
  top: 10px;
  left: 8px;
}
ul.underlined li:first-child {
  border-top: none;
}
ul.underlined li a {
  color: #3C454B;
}
ul.underlined li a:hover {
  color: #881B4C;
  text-decoration: none;
}
ul.list-lg li {
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.list-lg li::before {
  content: '\25AA';
  color: #881B4C;
  font-family: sans-serif;
  font-size: 14px;
  top: 16px;
}
ul.list-md li {
  adding-top: 10px;
  padding-bottom: 10px;
}
ul.pagination li::before {
  display: none;
}
ul.pagination li.active a {
  font-weight: bold;
}
ul.pagination li a {
  color: #3C454B;
  font-weight: normal;
}
ul.breadcrumb {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
ul.breadcrumb li {
  display: inline-block;
  font-family: "neusamedium", sans-serif;
  padding-left: 0;
}
ul.breadcrumb li::before {
  position: static;
  color: #778187;
  content: '/';
  padding: 0 5px;
  width: auto;
}
ul.breadcrumb li:first-child::before {
  content: '';
  padding: 0;
}
ul.breadcrumb li.active a {
  font-family: "neusademibold", sans-serif;
  color: #3C454B;
}
ul.breadcrumb li a {
  color: #778187;
  text-transform: uppercase;
  font-size: 16px;
}
ul.breadcrumb li a:hover {
  color: #3C454B;
  text-decoration: none;
}
.bg-primary ul.underlined li {
  color: #fff;
  border-top: 1px dotted rgba(245, 245, 245, 0.4);
}
.bg-primary ul.underlined li::before {
  color: #fff;
}
.bg-primary ul.underlined li:first-child {
  border-top: none;
}
.bg-primary ul.underlined li a {
  color: #fff;
}
@media (max-width: 991px) {
  .bg-primary ul.underlined:first-child {
    border-top: 1px dotted rgba(245, 245, 245, 0.4);
  }
}
.list-group .list-group-item {
  border-left: none;
  border-right: none;
}
.list-group.list-group-download {
  margin-bottom: 60px;
}
.list-group.list-group-download .list-group-item {
  padding: 20px 0;
  line-height: 40px;
  text-transform: uppercase;
}
.list-group.list-group-download .list-group-item:hover .icon {
  color: #778187;
}
.list-group.list-group-download .list-group-item:hover .icon::before {
  transform: translateY(4px);
}
.list-group.list-group-download .list-group-item .icon {
  color: #C1C6C8;
  font-size: 40px;
  padding: 0 10px;
}
.list-group.list-group-download .list-group-item .icon::before {
  display: inline-block;
  vertical-align: bottom;
  transition: color 0.2s, transform 0.2s;
}
.list-group.list-group-img {
  margin-bottom: 0;
}
.list-group.list-group-img .list-group-item {
  color: #3C454B;
  padding-left: 0;
}
.list-group.list-group-img .list-group-item:first-child {
  border-top: none;
}
.list-group.list-group-img .list-group-item:last-child {
  border-bottom: none;
}
.list-group.list-group-img .list-group-item:hover img {
  transform: translateX(-5px);
}
.list-group.list-group-img .list-group-item img {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  tansform: transalteX(0);
  transition: transform 0.2s;
}
.list-group.list-group-link {
  margin-bottom: 0;
}
.list-group.list-group-link .list-group-item {
  color: #3C454B;
  font-family: "neusamedium", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 30px 60px;
}
.list-group.list-group-link .list-group-item:first-child {
  border-top: none;
}
.list-group.list-group-link .list-group-item:last-child {
  border-bottom: none;
}
.list-group.list-group-link .list-group-item:hover .icon::before {
  transform: translateX(-5px);
}
.list-group.list-group-link .list-group-item .icon {
  padding-right: 30px;
}
.list-group.list-group-link .list-group-item .icon::before {
  position: relative;
  display: inline-block;
  font-size: 40px;
  bottom: -8px;
  transform: translateX(0);
  transition: transform 0.2s;
}
@media (max-width: 991px) {
  .list-group.list-group-img .list-group-item:last-child {
    border-bottom: 1px solid #e0e2e4;
  }
  .list-group.list-group-link .list-group-item {
    font-size: 20px;
    padding: 30px;
  }
  .list-group.list-group-link .list-group-item .icon {
    padding-right: 15px;
  }
}
article header h2,
.article header h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
article header p,
.article header p {
  margin: 0 0 30px 0;
}
article p,
.article p {
  margin: 30px 0;
}
@media (max-width: 767px) {
  article .btn,
  .article .btn {
    display: block;
    margin-bottom: 10px;
  }
}
.map-canvas {
  min-height: 540px;
  margin-bottom: 30px;
}
.store-locator {
  padding-top: 15px;
  padding-bottom: 100px;
}
.store-locator .locations {
  border-top: 1px solid #881B4C;
}
.store-locator .locations .location {
  border-bottom: 1px solid #e0e2e4;
  padding: 30px 0;
}
.store-locator .locations .location .btn.btn-block {
  margin-bottom: 15px;
}
.store-locator .locations .location .name {
  margin-top: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3C454B;
}
.store-locator .categories .location .people {
  padding: 30px 0 0 0;
}
.store-locator .categories .location .people > div {
  margin-bottom: 30px;
}
.store-locator .categories .location .people a:hover {
  color: #4C0219;
  text-decoration: none;
}
.store-locator .categories .location .people .icon::before {
  vertical-align: middle;
}
.infowindow h6 {
  margin: 0 0 5px 0;
}
.infowindow p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .map-canvas {
    min-height: 300px;
  }
}
.yt-video-container {
  height: 600px;
}
@media (max-width: 991px) {
  .yt-video-container {
    height: 300px;
  }
}
.height100 {
  height: 100%;
  min-height: 100%;
}
.relative {
  position: relative;
}
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #881B4C;
  background: rgba(136, 27, 76, 0.9);
  z-index: 1000;
  color: #fff;
  padding: 15px;
}
.background-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.background-cover {
  top: 0;
  left: 15px;
  bottom: 15px;
  right: 15px;
  position: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.background-cover .background-cover-content {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.foreground-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 100%;
}
.login-box {
  margin-bottom: 70px;
  margin-top: 70px;
}
hr.line-primary {
  width: 40px;
  border-color: #881B4C;
  display: inline-block;
}
@media (max-width: 767px) {
  .background-cover {
    background-attachment: fixed;
  }
  .login-box {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.history {
  margin-bottom: 40px;
}
.history:before,
.history:after {
  content: " ";
  display: table;
}
.history:after {
  clear: both;
}
.history:before,
.history:after {
  content: " ";
  display: table;
}
.history:after {
  clear: both;
}
.history .history-child {
  float: left;
  width: 50%;
}
.history .history-intro {
  position: relative;
  margin-top: 30px;
  min-height: 400px;
}
.history .history-intro .history-intro-basic,
.history .history-intro .history-overlay {
  position: relative;
  z-index: 1;
}
.history .history-border:after {
  content: '';
  position: absolute;
  border: 4px solid #F5F5F5;
  top: 0;
  left: 0;
  right: -10%;
  bottom: 0;
  z-index: 0;
}
.history .history-inner {
  padding: 20px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.history .history-overlay {
  color: #fff;
}
.history .history-overlay .text {
  margin-bottom: 60px;
  padding: 10px;
}
.history .history-overlay a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.history .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 75.45045045%;
  font-size: 0;
  line-height: 0;
}
.history .image img {
  display: none;
  width: 100%;
  height: auto;
}
.history .history-overlay {
  display: none;
}
.history.history-show-details .history-border:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: -10%;
  bottom: 0;
  top: 0;
  background-color: rgba(157, 31, 88, 0.95);
  z-index: 20;
}
.history.history-show-details .history-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
}
.history.history-rtl .history-child {
  float: right;
}
.history.history-rtl .history-inner {
  text-align: left;
}
.history.history-rtl .history-border:after {
  left: -10%;
  right: 0;
}
.history.history-rtl.history-show-details .history-border:before {
  left: -10%;
  right: 0;
  bottom: 0;
  top: 0;
}
.history.history-rtl .history-overlay a {
  bottom: 20px;
  right: auto;
  left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history h1.boost,
  .history .h1.boost {
    font-size: 46px;
  }
  .history h2,
  .history .h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .history {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .history h1.boost,
  .history .h1.boost {
    font-size: 32px;
  }
  .history h2,
  .history .h2 {
    font-size: 25px;
  }
  .history .history-details {
    margin-top: 10px;
  }
  .history .history-child,
  .history.history-rtl .history-child {
    float: none;
    width: auto;
  }
  .history .history-border:after,
  .history.history-rtl .history-border:after {
    right: 0;
    left: 0;
  }
  .history.history-show-details .history-border:before,
  .history.history-rtl.history-show-details .history-border:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
.tx-indexedsearch-res .search-result {
  border-bottom: 1px solid #e0e2e4;
  padding: 15px 0;
  margin-bottom: 15px;
}
.tx-indexedsearch-res .search-result:first-child {
  border-top: 1px solid #881B4C;
  padding-top: 15px;
}
.tx-indexedsearch-res .search-result:last-child {
  border-bottom: 1px solid #881B4C;
  padding-top: 15px;
}
.tx-indexedsearch-redMarkup {
  background-color: rgba(231, 136, 179, 0.2);
}
.browsebox {
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
  display: inline-block;
  font-size: 0;
  text-align: right;
  display: block;
  list-style: none;
}
.browsebox > li {
  display: inline;
}
.browsebox > li > a,
.browsebox > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #881B4C;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.browsebox > li:first-child > a,
.browsebox > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.browsebox > li:last-child > a,
.browsebox > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.browsebox > li > a:hover,
.browsebox > li > span:hover,
.browsebox > li > a:focus,
.browsebox > li > span:focus {
  z-index: 2;
  color: #480e28;
  background-color: #FAFAFA;
  border-color: #ddd;
}
.browsebox > .active > a,
.browsebox > .active > span,
.browsebox > .active > a:hover,
.browsebox > .active > span:hover,
.browsebox > .active > a:focus,
.browsebox > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #881B4C;
  border-color: #881B4C;
  cursor: default;
}
.browsebox > .disabled > span,
.browsebox > .disabled > span:hover,
.browsebox > .disabled > span:focus,
.browsebox > .disabled > a,
.browsebox > .disabled > a:hover,
.browsebox > .disabled > a:focus {
  color: #e0e2e4;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.browsebox > li {
  margin: 0;
  padding: 0;
  font-size: 17px;
}
.browsebox > li > a {
  float: none;
}
.browsebox > .active > a,
.browsebox > .tx-indexedsearch-browselist-currentPage > strong > a,
.browsebox > .tx-indexedsearch-browselist-currentPage > a,
.browsebox > .active > span,
.browsebox > .active > a:hover,
.browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:hover,
.browsebox > .tx-indexedsearch-browselist-currentPage > a:hover,
.browsebox > .active > span:hover,
.browsebox > .active > a:focus,
.browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:focus,
.browsebox > .tx-indexedsearch-browselist-currentPage > a:focus,
.browsebox > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #881B4C;
  border-color: #881B4C;
  cursor: default;
}
.browsebox > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.browsebox > li > a,
.browsebox > li > strong > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #881B4C;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.browsebox > li:before {
  content: normal;
}
@media (max-width: 767px) {
  .browsebox {
    text-align: center;
  }
}
.pagination {
  display: inline-block;
  font-size: 0;
}
.pagination > li {
  margin: 0;
  padding: 0;
  font-size: 17px;
}
.pagination > li > a {
  float: none;
}
.pagination > .active > a,
.pagination > .tx-indexedsearch-browselist-currentPage > strong > a,
.pagination > .tx-indexedsearch-browselist-currentPage > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .tx-indexedsearch-browselist-currentPage > strong > a:hover,
.pagination > .tx-indexedsearch-browselist-currentPage > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .tx-indexedsearch-browselist-currentPage > strong > a:focus,
.pagination > .tx-indexedsearch-browselist-currentPage > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #881B4C;
  border-color: #881B4C;
  cursor: default;
}
.breadcrumb > li {
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */